/* 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*/

/*  */
.stypopmap .fancybox-slide{
    padding: 0;
    padding-top: 40px;
}
.stypopmap .fancybox-slide::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #ffffff;
}
.stypopmap .fancybox-toolbar{
    opacity: 1;
    visibility: initial;
}
.stypopmap .fancybox-button{
    height: 40px;
    width: 40px;
    padding: 5px;
    color: #333333;
    background-color: transparent;
    opacity: 1;
}
.fancybox-button:hover{
    color: #000000;
}
.infoformcont{
    padding: 30px 20px 40px;
    background-color: #f6f6f6;
    background-image: url('../images/bgform.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
}
.wrapform{
    max-width: 770px;
    margin: 0 auto;
}
.infoformcont .titleform{
    text-align: center;
    margin-bottom: 15px;
}
.infoformcont .titleform h2{
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    text-transform: uppercase;
}
.infoformcont .tendform{
    color: #000000;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 20px;
}
.btnfrm button{
    padding: 8px 45px;
    border: none;
    background-color: #333333;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
}
.btnfrm button:hover{
    background-color: #000000;
}
.grcontact{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.grcontact .colgr{
    width: 50%;
    padding: 0 15px;
}
.vhinfoaddress{
    border-top: 2px solid #000000;
}
.vhinfoaddress .itemaddcont{
    padding: 20px 0 ;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}
.vhinfoaddress .itemaddcont:nth-child(1){
    border-top: none;
}
.vhinfoaddress .itemaddcont .mmthumb{
    width: 50px;
}
.vhinfoaddress .itemaddcont .mmdecs{
    width: calc(100% - 50px);
    padding-left: 20px;
}
.itemaddcont .mmdecs .t1{
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
.itemaddcont .mmdecs .t2{
    font-size: 16px;
    line-height: 24px;
}
.itemaddcont .mmdecs .t2 a:hover{
    color: #333333;
}
.itemaddcont .mmdecs .t3{
    margin-top: 5px;
}
.itemaddcont .mmdecs .t3 a{
    color: #000000;
    text-decoration: underline;
}
.thumbct img{
    width: 100%;
}

.vhcontactinfo{
    margin-bottom: 40px;
}
.vhcontactinfo .ttcontact{
    text-align: center;
    margin-bottom: 15px;
}
.vhcontactinfo .ttcontact, .vhcontactinfo .ttcontact h1, .vhcontactinfo .ttcontact h2{
    color: #523594;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
.vhcontactinfo .cscontact{
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}
.vhcontactinfo .cscontact .inner{
    max-width: 850px;
    margin: 0 auto
}

@media screen and (max-width: 991px) {
    .vhcontactinfo .ttcontact, .vhcontactinfo .ttcontact h1, .vhcontactinfo .ttcontact h2{
        font-size: 20px;
        line-height: 30px;
    }
    .grcontact{
        flex-direction: column-reverse;
    }
    .grcontact .colgr{
        width: 100%;
        margin-bottom: 10px;
    }
    .vhcontactinfo{
        margin-bottom: 40px;
    }
    .itemaddcont .mmdecs .t1{
        font-size: 16px;
        line-height: 24px;
    }
    .itemaddcont .mmdecs .t2{
        font-size: 15px;
        line-height: 23px;
    }
}
@media screen and (max-width: 767px) {
    .infoformcont{
        padding: 30px 20px 50px;
        background-image: none;
    }

    .infoformcont .titleform h2{
        font-size: 20px;
        line-height: 30px;
    }

    .vhinfoaddress .itemaddcont .mmthumb{
        width: 45px;
        text-align: left;
    }
    .vhinfoaddress .itemaddcont .mmdecs{
        width: calc(100% - 45px);
        padding-left: 15px;
    }

}
