  
#boxContact {
	background:url(../images/bg_contact.jpg) right bottom  no-repeat;
	margin-bottom:20px; 
}
 


.infoContact { 
	margin-bottom:20px;
}

.info_dealer {  }
.info_dealer_left {}
.info_dealer_right {}  
.qrcode{
	float: right;
	border-bottom:  3px solid #d1d1d1;
}
.qrcode .boder{
	padding: 4px;
	border: 1px solid #cbc9c9;}
.qrcode img{
	max-width: 130px;
}


.infoContact .company {
	font-size:14px;
	color:#333333;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:bold;	
}

.infoContact .address {
	background:url(../images/icon_address.gif) left no-repeat;	
	padding-left:20px;
} 
.infoContact .phone {
	background:url(../images/icon_phone.gif) left no-repeat;	
	padding-left:20px;
} 
.infoContact .fax {
	background:url(../images/icon_fax.gif) left no-repeat;	
	padding-left:20px;
} 
.infoContact .email {
	background:url(../images/icon_email.gif) left no-repeat;	
	padding-left:20px;
} 
.infoContact .website {
	background:url(../images/icon_web.gif) left no-repeat;	
	padding-left:20px;
} 


.input-wrapper{ margin-bottom:4px;} 
	.item-label { width:30%;}
	.item-input { width:69%;}
.boxForm .textfiled {
	 background:#fff;
	 border:none;	
	 height:26px;
	 color:#444;
	 box-shadow:none;
	 line-height:26px;
}
.boxForm .select {
	background:#fff;
	border:none;
	color:#444;
	height:26px;
}
.boxForm .textarea {
	background:none;
	border:#dbdbdb solid 1px;
	color:#444;
	box-shadow:none;
}

.boxForm .input_bg {
	background:#fff;
	border:#dbdbdb solid 1px;
	height:30px; 	
	padding:2px 0px;
}

.boxForm .textarea_bg {
}
.boxForm .textarea_bg .textarea {
	height:80px;
	background:#fff;
	overflow:auto;	
} 
.boxForm .icon {	
	padding-left:25px;	
	background-repeat:no-repeat;
	background-position:2px 2px;
}
.boxForm .icon_name {	background-image:url(../images/icon_name.png);		}
.boxForm .icon_email {	background-image:url(../images/icon_email.png);		}
.boxForm .icon_phone {	background-image:url(../images/icon_phone.png);		}
.boxForm .icon_address {	background-image:url(../images/icon_address.png);		}
.boxForm .icon_subject {	background-image:url(../images/icon_subject.png);		}
.boxForm .icon_scode {	background-image:url(../images/icon_scode.png);		}

#boxContact .info_dealer.last { background:none; margin-bottom:0px; padding-bottom:0px;}
#boxContact .boxForm {   }
#boxContact .maps {
	border:1px solid #d4d4d4;
	padding:1px;
	text-align:center;  
}


ul.list_maps{
	float:left;
	width:100%;
}
.list_maps :after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.list_maps li {
	float: left;
	padding-right:5px;
	font-size:12px;
}


.list_maps a {
	background:#f0f0f0;
	display: block;
	color: #565656; 
	text-align: center;
	text-decoration: none;	
	padding-right:10px; 
}
.list_maps a span {
	display: block;
	line-height: 22px; 
	padding-left:20px;
	padding-right:10px;
}

.list_maps a:hover {
	color: #565656;
}
.list_maps a:hover span {}

.list_maps .active {
	top:1px;
	position:relative;
}
.list_maps .active a {
	
	background:#e1e1e1;
	color: #565656;
}
.list_maps .active a span {
	line-height: 22px;
	padding-top:0px;
}

/* Map styling*/
#ce_map_container{}
#ce_map_canvas{width:100%;height:450px}
#ce-directionsPanel{background-color:#FFF}
/* Direction */
#ce-map-cpanel-switch{padding:8px;font-size:120%;height:40px;margin-top:2px;
background:#444 url("../images/map-icon.png") no-repeat 20px 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*/
 
 
 
.validate {position:relative;}
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
}

.validate label {}
.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;	
} 


/* CSS Responsive */ 

@media only screen and (max-width: 668px) {
	.info_dealer_right { padding-top:10px; display:none;}	 
	.info_dealer_right .qrcode {
		float:none;
		width:140px;
		margin:0px auto;	
	}
}


@media only screen and (max-width: 480px) {
	#boxContact  { background:none;}
}



.contact{
    width: 100%;
    margin-top: 25px;
}
.contact-left{
    width: 570px;
    float: left;
}
.contact-right{
    margin-top:25px;
    width: 570px;
    float: right;
}
.contact-right .map{
    border: 1px solid #e1e1e1;
    padding: 5px;
}
.contact-right .map img{
    width: 100%;
}
.company-info{
    width: 100%;
    position: relative;
    padding-bottom: 2em;
    border-bottom: 1px solid #dfdfdf;
}
.company-info .name{
    font-size: 16px;
    font-family: "Arial";
    color: #e74c3c;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.company-info .company-info-node{
    width: 100%;
    padding: 0px 0px;
    margin-bottom:7px;
}
.company-info .company-info-node label{
    width: 80px;
    float: left;
    margin-right: 13px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-family: "Arial";
    position: relative;
}
.company-info .company-info-node label:after{
    position: absolute;
    content:":";
    right: 0px;
}
.company-info .company-info-node .company-info-node-content{
    width: 290px;
    float: left;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-family:"Arial";
}
.company-info .company-info-node .company-info-node-content p{
    padding: 0px;
}

.Qcode{
    position: absolute;
    top: 25px;
    right: 0px;
    width: 150px;
    height: 150px;
    padding: 20px;
    border: 1px solid #e2e2e2;
}
.Qcode img{
    max-width: 100%;
}
.PSForm{
    background: url(../images/bg_ps.jpg) no-repeat top 0px center #f8f8f8;
    padding: 10px 50px;
    text-align:  center;
    font-style: italic;
    border-bottom: 1px solid #fff;
    position: relative;
}
.PSForm:after{
    position: absolute;
    content:"";
    border-bottom: 1px solid #e7e7e7;
    bottom: -2px;
    left: 0px;
    width: 100%;
}
.PSForm p{
    font-family: "Courier New";
    font-size: 16px;
    line-height: 20px;
    color:#666666;
}

.form_contact{
    width: 100%;
    margin: 30px 0px 20px 0px;
    padding: 10px 0px;
    background:url(../images/bg-contact.jpg) no-repeat 100% 0%;
}
#formContact{
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}
#formContact .grid_form{
    width: 100%;
    margin-bottom: 7px;
}
#formContact .grid_form label{
    width: 120px;
    float:  left;
    padding-right: 20px;
    padding-top:1px;
    font-weight: normal;
    box-sizing: border-box;
}
#formContact .grid_form label.grid_item_title_center {
    width: 90px;
    float:  left;
    text-align: center;
    padding: 0px 10px;
}
label span{
    color: #263783;
}
.grid_item_input{
    width: 350px;
    float:left;
}
.button-contact{
    width: 100%;
    padding-left: 22%;
    box-sizing: border-box;
}
.grid_item_input_30 {
    width: 130px;
    float:left;
}
.grid_item_input_30 input[type=text],
.grid_item_input input[type=text],
.grid_item_input select
{
    width: 100%;
    padding: 1px 5px 1px 30px;
    border:none;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-color: rgba(238,238,238,0.5);
}
.grid_item_input select,
#title{
    padding: 1px 5px 1px 5px;
}
.grid_item_input textarea
{
    width: 100%;
    padding: 1px 5px 1px 30px;
    border:none;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    resize: vertical;
}
.grid_item_input input[type=reset],
.grid_item_input input[type=submit]{
    padding: 7px 20px;
    color: #ffffff;
    background-color: #777777;
    font-size: 12px;
    font-family: "Arial";
    border-radius: 4px;
    border: none;
    border: 1px solid #777777;
    margin-top:5px;
    margin-right:5px;
    font-weight: bold;
}
.grid_item_input input[type=reset]:hover,
.grid_item_input input[type=submit]:hover{
    color: #ffffff;
    background-color: #cf3c28;
    border: 1px solid #cf3c28;
}
#name{
    background: url(../images/icon_fname.png) no-repeat 7px 4px rgba(238,238,238,0.7);
}
#email{
    background: url(../images/icon_femail.png) no-repeat 7px 7px rgba(238,238,238,0.7);
}
#address{
    background: url(../images/icon_faddress.png) no-repeat 7px 4px rgba(238,238,238,0.7);
}
#phone{
    background: url(../images/icon_fphone.png) no-repeat 7px 4px rgba(238,238,238,0.7);
}
#content{
    background: url(../images/icon_fcontent.png) no-repeat 7px 4px rgba(238,238,238,0.7);
}
#security_code{
    background: url(../images/icon_fcode.png) no-repeat 7px 7px rgba(238,238,238,0.7);
    width: 114px;
}
#formContact .grid_form label.error{
    padding-top:2px;
    color: red;
    font-size: 12px;
    font-weight: normal;
    display: block;
    font-family: "Arial";
    width: 350px;
}