
#rightpane .kontakt-former {
    display: table;
    border-collapse: collapse;
}

#rightpane .kontakt-former .kontakt-form-row {
    display: table-row;
}

#rightpane .kontakt-former .kontakt-form {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 2px 1px 3px 21px;
    border-bottom: 1px solid #e4e4e4;
}

#rightpane .photo,#rightpane .zoom {
    padding: 0px 13px;
}

#rightpane .kontakt-form-tab {
    display: table;
    border-collapse: collapse;
}

#rightpane .kontakt-form-tab .kontakt-form-row{
    display: table-row;
}

#rightpane .kontakt-form-tab .kontakt-form {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 5px 15px 5px 0;
}

#rightpane .kontakt-form-full {
    width:100%;
    text-align: center;
}

#rightpane .form-control{
    width: 153%;
    height:34px;
    padding:0px 5px;
    font-size:12px;
    line-height:1.428571429;
    color:#999;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,
        box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,
        box-shadow ease-in-out .15s;
    border-radius: 5px;
}

#rightpane .form-control:focus{
    border-color:#ccc;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
    background: #f9f9f9;
    transition: all ease-in-out .2s;
}

#rightpane select {
    width: 240px;
    padding: 10px 0;
    font-size:11px;
    line-height:1.428571429;
    color:#999;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,
        box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,
        box-shadow ease-in-out .15s;
    border-radius: 5px;
}

#rightpane select:focus{
    border-color:#ccc;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6)
}

#rightpane .form-control3 {
    width: 153%;
    height:160px;
    padding: 6px 6px 7px 5px;
    font-size:12px;
    line-height:1.428571429;
    color:#999;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,
        box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,
        box-shadow ease-in-out .15s;
    border-radius: 5px;
}

#rightpane .form-control3:focus{
    border-color:#ccc;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
    background: #f9f9f9;
    transition: all ease-in-out .2s;
}

#rightpane select:hover, #rightpane .form-control:hover,#rightpane .form-control3:hover {
    background: #f9f9f9;
    transition: all ease-in-out .1s;
}

#rightpane .wyslij-wiadomosc {
    background-color: #FC9800;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    font-family: ubuntu;
    font-size: 14px;
    padding: 7px 19px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
	position: absolute;
	margin-left: 135px;
}

#rightpane .wyslij-wiadomosc:hover {
    background-color:#ededed;
    color: #626262;
}

#rightpane .wyslij-wiadomosc:active {
    outline: 0;
}

#rightpane .wyslij-wiadomosc-invert {
    height: 40px;
    border: 0;
    background-color: #ededed;
    color: #626262;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    font-family: ubuntu;
    font-size: 14px;
    padding: 7px 19px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

#rightpane .wyslij-wiadomosc-invert:hover {
    background-color:#FC9800;
    color: #fff;
}

#rightpane .kontakt-mapka {
    display:block;
    background: url(../img/mapka.png);
    width: 148px;
    height: 149px;
    transition: all ease-in-out .2s;
    border-radius: 100%;
    color: #d2d1d1 !important;
    margin: 0 auto;
    margin-left: 34px;
}

#rightpane .kontakt-mapka:hover {
    background: url(../img/mapka-2.png);
    border-radius: 100%;
    color: #d2d1d1 !important;
}

#rightpane .element {
    width:150px;}

#rightpane input {
    border: none;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
    transition: all 0.2s ease 0s;
}
#rightpane input.select2-search__field {
    border: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    padding: 0;
    transition: all 0.2s ease 0s;
	padding-left: 6px;
}

#rightpane .clearfix {
    *zoom: 1;
}
#rightpane .clearfix:before, #rightpane .clearfix:after {
    content: ' ';
    display: table;
}
#rightpane .clearfix:after {
    clear: both;
}

#rightpane .container {
    left: 50%;
    position: fixed;
    top: 50%;
    webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#rightpane .contact_right_pane{
    width: 31%; 
    float: right; 
    border-left: 1px solid #f2f2f2; 
    height: 300px; 
    padding: 40px 10px 0 5px; 
    text-align: center;
}

.with-errors li {
    font-weight: bold;
    color: #FD3838;
}
#hideContact {
	position: absolute;
}
#infoSatel {
	text-align: center;
}
#infoSatel p {
	width: 75%;
    text-align: center;
    margin: 20px auto;
    font-size: 12px;
}
