/* Map styling*/
#ce_map_container{border:2px solid #CCC;background-color:#CCC ; font-size:12px;}
#vnt-content{
    background: #f6f6f6;
}
#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*/
/*===========================INFO CONTACT============================*/
.wrapContact{
    margin-bottom: 45px;
}
.info-contact .info .tit{
    font-weight: bold;
    color:#818181;
}
.info-contact .info p{
    padding: 0;
    font-weight: 300;
}
.info-contact .info .phone{
    font-weight: 600;
    color:#3c555e;
}
/*===========================FROM CONTACT==========================*/
.from-contact .tit{
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}
.from-contact .txt{
    font-weight: 300;
    color:#818181;
    margin-bottom: 30px;
}
.from-contact input, 
.from-contact textarea{
    width: 100%;
    height: 35px;
    border:none;
    font-weight: 300;
    padding-left: 10px;
}
.from-contact textarea{
    height: 300px;
}
.from-contact button{
    width: 90px;
    height: 40px;
    background: #06689d;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border:none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.from-contact button:hover{
    background: #373435;
}
.from-contact .grid{
    margin: 0 -10px;
}
.from-contact .grid:after{
    content: "";
    display: block;
    clear: both;
}
.from-contact .grid .col{
    float: left;
    width: 50%;
    padding: 0 10px;
}
/*============================MAP CONTACT========================*/
.map-contact img{
    width: 100%;
}
.info-contact {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 768px){
.from-contact .grid .col{
    width: 100%;
}
.from-contact .grid .col:first-child{
    margin-bottom: 15px;
}
}