.mid-title .titleL h1 {
    text-transform: uppercase;
}
#boxContact {
    padding: 20px 0 0 0;
    margin-bottom: 50px;
}
.infoContact {
}
.info_dealer {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d9d9d9;
}
.info_dealer_left {
    float: left;
    width: 130px;
}
.info_dealer_right {
    float: right;
    width: 720px;
    position: relative;
}
.info_dealer_right .view_map {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    right: 0;
    top: 15px;
    height: 40px;
    text-align: center;
    background: #f5f5f5;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0 7px;
    width: 170px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.info_dealer_right .view_map i {
    margin-left: 15px;
}
.info_dealer_right .view_map:hover {
    background: #fff;
    color: #134c78;
    border-bottom: 1px solid #134c78;
}
.qrcode img {
    max-width: 130px;
}
.infoContact .company {
    font-size: 20px;
    line-height: 22px;
    color: #134c78;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}
.info_dealer_right div {
    color: #333333;
    font-size: 14px;
    padding: 2px 0 2px 0;
    line-height: 24px;
}
.info_dealer_right div i {
    width: 25px;
    color: #134c78;
    font-size: 16px;
}
.input-wrapper {
    margin-bottom: 7px;
}
.item-label {
    font-size: 14px;
    color: #2d2d2d;
    margin-bottom: 5px;
}
.input-wrapper.fl {
    width: 370px;
}
.input-wrapper.fr {
    width: 75px;
}
.left-addon input {
    padding: 5px;
    border: 1px solid #d1d1d1;
    line-height: 23px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.item-input .fl input {
    padding: 5px;
    border: 1px solid #d1d1d1;
    line-height: 23px;
    height: 35px;
    width: 170px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.item-input button {
    background: #134c78;
    border: 1px solid #134c78;
    width: 70px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    margin: 19px 0 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-input button:hover {
    background: #fff;
    color: #134c78;
    border: 1px solid #134c78;
}
.left-addon textarea {
    padding: 5px;
    border: 1px solid #d1d1d1;
    line-height: 23px;
    height: 100px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.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 0;
}
.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: 0;
    padding-bottom: 0;
}
#boxContact .boxForm {
}
#boxContact .maps {
    border: 1px solid #d4d4d4;
    padding: 1px;
    text-align: center;
}
ul.list_maps {
    width: 100%;
    background: #f2f2f2;
    padding: 10px 0 0;
    overflow: hidden;
}
.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 {
    display: block;
    color: #999999;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 17px;
    line-height: 26px;
}
.list_maps a span {
    display: block;
}
.list_maps a:hover {
    color: #565656;
}
.list_maps a:hover span {
}
.list_maps .active {
    position: relative;
}
.list_maps .active a {
    color: #333333;
}
.list_maps .active a span {
}
/* Map styling*/
#ce_map_container {
    border: 10px solid #f2f2f2;
    background-color: #f2f2f2;
    font-size: 12px;
}
#ce_map_canvas {
    width: 100%;
    height: 300px
}
#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 {
    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;
}
.contact_note {
    padding: 5px 0;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}

/* 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;
    }
}