.validate {position:relative;}
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
}

.validate label { padding-bottom:2px; font-size:11px;}
.validate input.error {
	border:1px dotted #ff0000 !important;
} 
.validate textarea.error {
	border:1px dotted #ff0000 !important;

} 
.validate label.error { margin-left: -3px; padding: 5px;  color: #B70002; -moz-border-radius: 4px; -webkit-border-radius: 4px;  display:none !important; }

 
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
} 

.validate  #filed_security_code label.error {
	left:100px !important;	
}
/* Map styling*/
#ce_map_container{border:1px solid #e1e1e1;background-color:#FFF; font-size:12px;padding:1px;}
#ce_map_canvas{width:100%;height:300px}
#ce-directionsPanel{background-color:#FFF}
/* Direction */
#ce-map-cpanel-switch{padding:8px;height:60px;margin-top:2px;
    background:#999 url("../images/map-icon.png") no-repeat 5px center}
#ce-map-cpanel-switch a.ce-route,
#ce-map-cpanel-switch a.ce-route:visited{color:#FFF;display:block;float:left;margin:8px 0 0 50px}
.ce-map-cpanel fieldset{border-color:#CCC;border-style:solid none none;border-width:1px 0 0;clear:both; margin:3px}
.ce-map-cpanel fieldset legend{font-size:150%}
.ce-map-cpanel div{ clear:left;display:block; width:100%}
.ce-map-cpanel label{ }
.ce-map-cpanel div.submit div,.ce-map-cpanel div.submit div button{display:inline}
/* Coordinates*/
#ce-map-coordinates{background-color:#F2EFE9;height:15px;margin-top:2px;padding:5px 0}
#ce-map-coordinates div{float:left;width:49%;text-align:center}
.ce-map-coord-label{font-weight:bolder}
.ce-map-coord-value{}
/* MAP: End*/
.info_contact{
    width: 100%;
    padding-right: 220px;
    min-height: 210px;
    position: relative;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #333333;
}
.info_contact a{
    font-size: 18px;
    line-height: 25px;
}
.info_contact .name{
    font-size: 38px;
    line-height: 48px;
    color: #0d2a8a;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: "Times New Roman";
}
.info_contact .upper{
    text-transform: uppercase;
    font-weight: bold;
}
.info_contact .before{
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
.info_contact .before:before{
    position: absolute;
    font-family:"fontawesome";
    top:0;
    left:0;
    color:#ffd200;
    font-size: 16px;
}
.info_contact .Qcode{
    position: absolute;
    top: 10px;
    right: 0;
    padding: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.14);
}
.info_contact .Qcode img{
    max-width: 195px;
    max-height: 195px;
}
.PSForm{
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    font-weight: bold;
    border: 8px solid #f5f5f5;
    text-align: center;
    color: #0d2a8a;
    padding: 20px 170px;
}
/*--------------------------form-----------------------------------*/
.formContact {
    width: 100%;
    background: url(../images/bg-contact.jpg) no-repeat 0 0;
}
#formContact{
    max-width: 605px;
    padding: 25px;
    color: #ffffff;
}
.formContact .row-form{
    margin-bottom: 7px;
}
.formContact .row-form .rf_left{
    width: 130px;
    float: left;
}
.formContact .row-form .rf_right{
    width: 420px;
    float: right;
}
.formContact .row-form label{
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}
.formContact .row-form .form-control{
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 2px 10px;
    background: #ffffff;
    border: 0;
}
.formContact .row-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: transparent;
}
.formContact .row-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}
.formContact .row-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: transparent;
}
.formContact .row-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: transparent;
}
.formContact .row-form textarea.form-control{
    height: 65px;
    resize: none;
}
.formContact .row-form .input-group .form-control{
    height: 34px;
}
.formContact .row-form .input-group-img{
    width: 1%;
    white-space: nowrap;
    padding-left: 7px;
    display: table-cell;
    vertical-align: top;
}
.formContact .row-form .input-group-img img{
    max-width: none;
	padding: 3px 0px;
	background:#000;
}
.row-form button.btn{
    height: auto;
    width: 140px;
    padding: 6px 16px;
    background: #0d2a8a;
    border: 2px solid #0d2a8a;
    font-size: 20px;
    line-height: 30px;
    color:#ffffff;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    margin-right: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.row-form button.btn:hover{
    color: #0d2a8a;
    background: #ffffff;
}
.row-form button.btn.btnsubmit{
    background: #ffd200;
    border-color: #ffd200;
    color: #0d2a8a;
}
.row-form button.btn.btnsubmit:hover{
    color: #0d2a8a;
    background: #ffffff;
    border-color: #0d2a8a;
}
.row-form button.btn span{
    font-size: inherit;
    line-height: inherit;
    color:inherit;
    position: relative;
    z-index: 1;
}
.row-form .btn:active:focus,
.row-form .btn:focus{
    outline:thin dotted;
    outline:0px auto -webkit-focus-ring-color;
    outline-offset:-2px;
    color:#ffffff;
}
/*--------------------------tab-----------------------------------*/
.tab_wrapper {
    margin-top:40px;
    margin-bottom:20px;
    position: relative;
}
.tab_wrapper .tab_title{
    border: 1px solid #cecece;
    padding: 8px 40px 8px 10px;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    height: 46px;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    display: none;
}
.tab_wrapper .tab_title:after{
    position: absolute;
    content: '';
    top: 16px;
    right: 10px;
    border:8px solid transparent;
    border-top: 8px solid #666666;
}
ul.tab_nav {
    padding:0 !important;
    margin-top:10px;
    margin-bottom:0;
}
ul.map_nav {
    border-bottom:0;
}

ul.map_nav li, ul.tab_nav li {
    list-style:none;
    padding:0;
    display:inline-block;
}

ul.tab_nav li a {
    display: block;
    text-align:center;
    text-decoration:none;
    padding:10px 30px;
    position:relative;
    background:  #ececec;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    font-size: 18px;
    line-height: 26px;
    color: #282828;
}

ul.tab_nav li:hover {
    z-index:9999;
}

ul.tab_nav li:hover a,
ul.tab_nav li a.active {
    color: #FFFFFF;
    background-color: #353535;
}

ul.tab_nav li:hover a:before,
ul.tab_nav li a.active:before {
    content:'';
    position:absolute;
    height:1px;
    top:100%;
    width:100%;
    background:#cbcbcb;
    left:0;
}
ul.map_nav li a {
    background:#ccc;
    padding:8px 15px;
    font-weight:normal;
}

.tab_content {
    border: 1px solid #e1e1e1;
    padding: 1px;
}
.tab_content p{
    line-height: 20px;
}
.tab_content ul li{
    line-height: 20px;
    list-style: square inside;
    font-size: 12px;
}
.tab_content img{
    max-width: 100%;
}
/*--------------------------------------------*/
@media screen and  (max-width: 1200px){
    .PSForm{
        padding: 20px;
    }
}
@media screen and  (max-width: 1024px) {
    .info_contact{
        padding-right: 0;
    }
    .info_contact .Qcode{
        display: none;
    }
    .formContact .row-form .rf_left{
        width: 100%;
        float: none;
        font-size: 17px;
        display: none;
    }
    .formContact .row-form .rf_right{
        width: 100%;
        float: none;
    }
    .formContact .row-form label{
        font-size: 17px;
    }
    .formContact .row-form label span{
        color: #e74606;
    }
    .formContact .row-form textarea.form-control{
        height: 80px;
    }
    .formContact .row-form .input-group-img{
        vertical-align: middle;
    }
    .tab_wrapper .tab_title{
        display: block;
    }
    .tab_responsive ul.tab_nav{
        position: absolute;
        top: 46px;
        left: 0;
        width: 100%;
        display: none;
        margin-top: 0;
    }
    .tab_responsive.show ul.tab_nav{
        display: block;
        border-right: 1px solid #d2cdcd;
        border-left: 1px solid #d2cdcd
    }
    .tab_responsive ul.tab_nav li{
        float: none;
        display: block;
        margin-top: 0;
        margin-right: 0;
        border-bottom: 1px solid #d2cdcd;
    }
    .tab_responsive ul.tab_nav li a{
        text-align: left;
        text-transform: none;
        padding: 10px 10px 10px 10px;
        background: #fafafa;
    }
    ul.tab_nav li a.active{
        background: #fafafa;
        color: #333333;
    }
    ul.tab_nav li a.active:hover,
    ul.tab_nav li a:hover {
        color: #dc291e;
        background: #f5f5f5;
    }
    .formContact .row-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #333333;
    }
    .formContact .row-form .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #333333;
    }
    .formContact .row-form .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #333333;
    }
    .formContact .row-form .form-control:-moz-placeholder { /* Firefox 18- */
        color: #333333;
    }
}
@media screen and  (max-width: 768px) {
    .row-form button.btn{
        width: auto;
    }
}