/* Map styling*/
#ce_map_container{border:2px solid #CCC;background-color:#CCC ; 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*/

/*=========================================================*/
.gripcontact{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.gripcontact > div{
    padding: 0 30px;
}
.gripcontact .colL{
    width: calc(100% - 530px);
}
.gripcontact .colR{
    width: 530px;
}
.gripcontact .imgmap img{
    width: 100%;
}
.lstaddress{
    max-width: 440px;
}
.lstaddress li{
    margin-bottom: 30px;
}
.lstaddress li .name{
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
    color: #000000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    font-family: 'Minion';
}
.lstaddress li .name::before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color);
}
.lstaddress li .fa-envelope::before{
    font-size: 16px;
}
.lstaddress li .txt{
    color: #555555;
}
.lstaddress li .txt p{
    padding: 2px 0;
}
.lstaddress li .txt a{
    color: var(--primary-color);
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
}

.vhcontact .ttcontact{
    margin-bottom: 15px;
}
.vhcontact .ttcontact h2{
    font-size: 25px;
    line-height: 37px;
    font-weight: 600;
    font-family: 'Minion';
    color: #000000;
}

.vhformct .ttform{
    margin-bottom: 25px;
}
.vhformct .ttform h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    font-family: 'Minion';
    color: #000000;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.vhformct .frform{
    margin-bottom: 15px;
}
.vhformct .frform label{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Minion';
}
.vhformct .frform input, .vhformct .frform select, .vhformct .frform textarea{
    width: 100%;
    border: none;
    height: 38px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vhformct .gripfrm{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.vhformct .gripfrm > div{
    margin-bottom: 10px;
}
.vhformct .btnform{
    width: 220px;
}
.vhformct .viewall button{
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 20px;
}
.vhmap img{
    width: 100%;
}
#ext_maps iframe{
	width: 100% !important;
}
.info_contact br{
	display: none;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 991px){
    .liter {
        display: block;
    }
    .col-right{
        text-align: left;
    }
    .gripcontact .colL{
        width: 100%;
    }
    .gripcontact .colR{
        width: 100%;
    }
    /* ======================= */
    .vhcontact .ttcontact h2{
        font-size: 24px;
        line-height: 34px;
    }
    .vhformct .ttform h3{
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width: 767px){
    .vhformct .gripfrm{
        justify-content: center;
    }
    .vhformct .gripfrm >div{
        width: 100%;
        text-align: center;
    }
    .vhformct .gripfrm .btnform{
        max-width: 220px;
        margin: 0 auto;
    }
}