/* 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*/
.vnt-contact-c-page{
    padding: 20px 0 30px;
}
.title_sm h2{
    margin-bottom: 20px;
    line-height: 1.4;
    color: #ee1c26;
    text-transform: uppercase;
    font-size: 32px;
}
.bl_contact_c{
    margin-bottom: 30px;
}
.bl_contact_c:last-child{
    margin-bottom: 0;
}
.bl_contact_c .form-contact{
    padding: 50px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.1);
}
.bl_contact_c .form-contact .wrapFrm{
    max-width: 750px;
    margin: 0 auto;
}
.bl_contact_c .form-contact  .textContact{
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
.bl_contact_c .form-contact .row{
    margin: 0 -5px;
}
.bl_contact_c .form-contact .row > div{
    padding: 0 5px;
}
.bl_contact_c .form-group p span{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.bl_contact_c .form-group .flexRight{
    text-align: center;
}
.bl_contact_c .form-group button{
    padding: 10px 30px;
    background-color: #ee1c26;
    border: 1px solid #ee1c26;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 170px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bl_contact_c .form-group button:hover{
    background-color: #fff;
    color: #ee1c26;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bl_contact_c .form-group button span{
    margin-left: 10px;
}
.info_contact{
    max-width: 1170px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    min-height: 160px;
    position: relative;
    padding: 30px ;
    padding-right: 250px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.info_contact .name{
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}
.info_contact .upper{
    text-transform: uppercase;
    font-weight: bold;
}
.info_contact .before{
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    margin-bottom: 10px;
    display: block;
}
.info_contact .before:before{
    position: absolute;
    top:0;
    left:0;
    font-size: 16px;
    font-family: "FontAwesome";
}
.info_contact .inline-block{
    display: inline-block;
    margin-right: 20px;
}
.info_contact .view_map{
    margin-top: 20px;
}
.info_contact .view_map a{
    display: inline-block;
    padding: 12px 30px;
    padding-left: 50px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ee1c26;
    border: 1px solid #ee1c26;
    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;
    font-weight: bold;
}
.info_contact .view_map a:hover{
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 3px #ee1c26;
    -moz-box-shadow: inset 0 0 3px #ee1c26;
    box-shadow: inset 0 0 3px #ee1c26;
    color: #ee1c26;
}
.info_contact .view_map a:after{
    position: absolute;
    left: 30px;
    font-family: "FontAwesome";
    font-weight: bold;
    content: "\f041";
    top: 45%;
    -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 .view_map a:hover:after{
    color: #ee1c26;
}
.info_contact .Qcode{
    position: absolute;
    top: 50px;
    right: 25px;
    max-width: 200px;
    background-color: #fff;
}
.info_contact .Qcode img{
    width: 100%;
}
.form-contact label{
    font-weight: 400;
}
.form-contact input, .form-contact textarea, .form-contact select {
    width:100%;
    background: #ffff;
    height: 40px;
    padding: 0 15px;
    border: solid 1px rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 25px;
}
.form-contact select{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.form-contact textarea {
    height: 80px;
    resize: none;
    padding: 7px 15px;
}
.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;
    margin-bottom: 1px;
}

.map_wrapper .map_title ul li a {
    display: block;
    text-align:center;
    text-decoration:none;
    padding:14px 15px;
    position:relative;
    background:  transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -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: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.map_wrapper .map_title ul li:hover {
    z-index:9999;
}
.map_wrapper {
    background: #f5f5f5;
}
.map_wrapper .map_title ul li:hover a,
.map_wrapper .map_title ul li a.active {
    color: #ee1c26;
    background-color: transparent;
}
.map_wrapper .map_title{
    position: relative;
}
.map_wrapper .tab_title{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #f5f5f5;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.map_wrapper .tab_title:after{
    position: absolute;
    width: 45px;
    text-align: center;
    font-family: FontAwesome;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 24px;
    line-height: 30px;
    content: '\f0d7';
    font-weight: normal;
}
.map_wrapper .map_title ul{
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 98;
    background: #ffffff;
    border-top: 1px solid #ececec;
    display: none;
}
.map_wrapper .map_title.active ul{
    display: block;
}
.map_wrapper .map_title ul li{
    display: block;
    border-bottom: 1px solid #ececec;
}
.map_wrapper .map_title ul li a{
    padding: 10px 15px;
    background: #ffffff;
    border: 0;
    text-align: left;
    font-size: 14px;
    line-height: 20px;  
}
.map_wrapper .map_title ul li:hover a.active {
    color: #005991;
    background-color: #ffffff;
}
@media screen and (max-width: 1024px){

    .info_contact .view_map {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
}
@media screen and (max-width: 991px) {
    .info_contact {
        padding: 25px 20px 30px 20px;
    }

    .info_contact .Qcode {
        display: none;
    }
    .bl_contact_c{
        margin-bottom: 30px;
    }
    .bl_contact_c .form-contact{
        padding: 30px 20px;
    }
    .bl_contact_c .form-group .flexRight .gridButton{
        text-align: left;
        margin-top: 20px;
    }

}
@media screen and (max-width: 767px) {
    .title_sm h2{
        font-size: 22px;
    }
    .bl_contact_c{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 996px) {
    .bl_contact_c .flexDesign{
        display: flex;
        justify-content: space-between;
    }
    .bl_contact_c .flexDesign .flexLeft{
        width: 70%;
    }
    .vnt-contact-c-page{
        padding: 0 0 30px;
    }
}