/* Map styling*/
#ce_map_container{border:0;background-color:#FFFFFF; font-size:12px;padding:1px;}
#ce_map_canvas{width:100%;height:300px}
#ce-directionsPanel{background-color:#FFF}
/* Direction */
#ce-map-cpanel-switch{padding:8px;font-size:120%;height:60px;margin-top:2px;
    background:#444 url("../images/map-icon.png") no-repeat 15px center}
#ce-map-cpanel-switch a.ce-route,
#ce-map-cpanel-switch a.ce-route:visited{color:#FFF;display:block;float:left;margin:10px 0 0 65px}
.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*/
.wrap_info_contact{
    margin: 0 -15px;
}
.wrap_info_contact .col{
    width: 50%;
    padding: 0 15px;
    float: left;
}
.info_contact{
    margin-bottom: 30px;
    background: #f3f3f3;
    padding: 15px;
}
.info_contact .name{
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    color: #e52126;
}
.info_contact .wrap_ic .wic_left{
    width: 180px;
    float: left;
    margin-right: 15px;
}
.info_contact .wrap_ic .wic_right{
    overflow: hidden;
}
.info_contact .before{
    padding-left: 25px;
    position: relative;
    margin-bottom: 9px;
}
.info_contact .before:before{
    position: absolute;
    font-family:"fontawesome";
    top:0;
    left:0;
    color:#e52126;
}
.info_contact .inline-block{
    display: inline-block;
    margin-right: 20px;
}
.info_contact .view_map a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px 10px 35px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #e52126;
    border: 1px solid #e52126;
    position: relative;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.info_contact .view_map a:hover{
    background-color: #ffffff;
    color: #e52126;
}
.info_contact .view_map a:after{
    position: absolute;
    left: 15px;
    font-family: "fontawesome";
    content: '\f041';
    top: 50%;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-size: 16px;
}
.info_contact .Qcode{
    background: #ffffff;
    border: 1px solid #dadada;
    padding: 7px;
}
.info_contact .Qcode img{
    width: 100%;
}
#formContact{
    width: 100%;
    background: url(../images/bg-contact.jpg) no-repeat 100% 0 #f4f4f4;
    padding: 30px;
    margin-bottom: 30px;
}
.row-form{
    max-width: 600px;
    width: 100%;
    margin-bottom: 10px;
}
.row-form .divPS{
    color: #666666;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
}
.row-form label{
    width: 140px;
    float: left;
    padding-right: 16px;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    font-weight: normal;
    box-sizing: border-box;
    padding-top: 5px;
    margin-bottom: 0;
}
/*.row-form label span{*/
/*color: #ff0000;*/
/*}*/
.row-form textarea{
    resize: vertical;
}
.row-form .form-control{
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
    border-radius:0;
    border: none;
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcda;
    border-right: 1px solid #dcdcda;
}
.row-form textarea.form-control{
    height: 110px;
    resize: none;
}
.row-form .form-control#staff{
    padding-left:5px;
}
.form-control:focus{
    border-color:#c0c0c0;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,192,1)
}
.row-form .input-group{
    width: 100%;
}
.row-form .input-group .input-group-image{
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    width: 1%;
}
.row-form .input-group .input-group-image img{
    max-width: none;
}
.row-form .fl,
.row-form .fr{
    width: 49%;
}
.row-form button.btn{
    width: 100%;
    height: auto;
    padding: 6px 16px;
    background:#ffffff;
    font-size: 18px;
    line-height: 28px;
    color:#666666;
    border: none;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #d6d6d6;
    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;
    text-transform: uppercase;
    font-weight: bold;
}
.row-form button.btn:after{
    position: absolute;
    content: "";
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.1);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.row-form button.btn:active,
.row-form button.btn:hover{
    background-color: #e52126;
    color: #ffffff;

}
.row-form button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    position: relative;
    z-index: 1;
}
.row-form button.btn span:before{
    position: absolute;
    font-family: "fontawesome";
    left: 0;
    top: 50%;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-size: 18px;
}
.row-form .btn:active:focus,
.row-form .btn:focus{
    outline:thin dotted;
    outline:0px auto -webkit-focus-ring-color;
    outline-offset:-2px;
    color:#ffffff;
}
#subject{
    background: url(../images/icon_subject.png) no-repeat 7px 50% #ffffff;
}
#name,
#name-company{
    background: url(../images/icon_fname.png) no-repeat 7px 50% #ffffff;
}
#email{
    background: url(../images/icon_femail.png) no-repeat 7px 50% #ffffff;
}
#company,
#address,
#address-company{
    background: url(../images/icon_faddress.png) no-repeat 7px 50% #ffffff;
}
#phone,
#phone-company{
    background: url(../images/icon_fphone.png) no-repeat 7px 50% #ffffff;
}
/* #f-content{
    background: url(../images/icon_fcontent.png) no-repeat 7px 7px #ffffff;
} */
#security_code{
    background: url(../images/icon_fcode.png) no-repeat 7px 50% #ffffff;
}
.map_contact{
    border: 1px solid #e1e1e1;
    padding: 7px;
}
.map_wrapper{
    margin-bottom: 20px;
}
 
.map_wrapper .map_title ul:after{
    content: '';
    display: block;
    clear: both;
}
.map_wrapper .map_title ul li {
    list-style:none;
    padding:0;
    display:inline-block;
}

.map_wrapper .map_title ul 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: 16px;
    line-height: 26px;
    color: #282828;
}

.map_wrapper .map_title ul li:hover {
    z-index:9999;
}

.map_wrapper .map_title ul li:hover a,
.map_wrapper .map_title ul li.active a {
    color: #FFFFFF;
    background-color: #e52126;
}
.map_wrapper .map_content{
}
.map_wrapper #ext_maps .maps iframe{
    width: 100%;
}
.info-dealer{
    margin-bottom: 30px;
    padding: 30px 0;
    background: url("../images/bg-dealer.jpg") no-repeat 50% 50% fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.info-dealer .wrapper{
    position: relative;
    z-index: 1;
}
.info-dealer:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
.info-dealer .dealer-title{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'UTMAvo';
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}
.info-dealer .dealer-title h2{
    font-size: 30px;
    line-height: 40px;
}
.group_area .area_title{
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2a56c2;
    margin-bottom: 15px;
}
.group_area .area_title h3{
    font-size: 18px;
    line-height: 28px;
}
.group_area .arrea_node{
    font-size: 14px;
    line-height: 20px;
    color: #c4c4c4;
    margin-bottom: 20px;
}
.group_area .arrea_node a{
    color: #c4c4c4;
}
.group_area .arrea_node a:hover{
    color: #ffffff;
}
.group_area .arrea_node .name{
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 3px;
}
.group_area .arrea_node .before{
    padding-left: 16px;
    position: relative;
    margin-bottom: 3px;
}
.group_area .arrea_node .before:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
}
.group_area .arrea_node .inline-block{
    margin-right: 10px;
    display: inline-block;
}
.group_area .arrea_node .inline-block:after{
    content: '|';
    padding-left: 10px;
}
.group_area .arrea_node .inline-block:last-child:after{
    display: none;
}
.validate {position:relative;}
.validate label { padding-bottom:2px; font-size:11px;}
.validate input.error {
	border:1px dotted #ff0000;
	
} 
.validate textarea.error {
	border:1px dotted #ff0000;
	
} 
.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;	
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.wrap_info_contact .col{
    width: 100%;
}
.info-dealer .dealer-title h2{
    font-size: 25px;
    line-height: 33px;
}
}

@media all and (max-width: 420px){
.info_contact .wrap_ic .wic_left{
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
#formContact{
    padding: 15px;
}
}