/* 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*/
.info_contact{
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    min-height: 200px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.info_contact .name{
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
}
.info_contact .upper{
    text-transform: uppercase;
    font-weight: bold;
}
.info_contact .before{
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
}
.info_contact .before:before{
    position: absolute;
    font-family:"fontawesome";
    top:0;
    left:0;
    color:#003764;
    font-size: 16px;
}
.info_contact .inline-block{
    display: inline-block;
    margin-right: 20px;
}
.info_contact .view_map{
    margin-top: 20px;
}
.info_contact .view_map a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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;
}

.info_contact .view_map a:hover{
    background-color: #003763;
    color: #ffffff;
    border-color: #003763;
    -webkit-box-shadow: inset 0 0 2px #ffffff;
    -moz-box-shadow: inset 0 0 2px #ffffff;
    box-shadow: inset 0 0 2px #ffffff;
}
.row-form .input-group {
    width: 100%;
}
.info_contact .Qcode img{
    width: 100%;
}
.PSForm{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}
#formContact{
    width: 100%;
}
.row-form{
    margin-bottom: 10px;
}
.row-form label{
    width: 140px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #2d2d2d;
    font-weight: normal;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.row-form label span{
    color: #ff0000;
}
.row-form textarea{
    resize: vertical;
}
.row-form .form-control{
    height: 45px;
    border-radius:0;
    border: 1px solid #d1d1d1;
    padding-left: 55px;
}
.row-form textarea.form-control{
    height: 125px;
}
.row-form .input-group .input-group-text{
    display: table-cell;
    padding-left: 15px;
    white-space: nowrap;
    vertical-align: middle;
    width:1%;
}
.row-form .input-group img{
    max-width: initial;
}
.row-form .form-control#staff{
    padding-left:5px;
}
.form-control:focus{
    border-color:#c0c0c0;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,192,1)
}
.row-form #security_code.form-control{
    width: 100%;
    display: inline-block;
}
.row-form .fl,
.row-form .fr{
    width: 49%;
}
.row-form.c-button{
    margin-top: 25px;
}
.row-form button.btn{
    width: 100%;
    height: auto;
    padding: 11px 30px;
    font-size: 16px;
    line-height: 20px;
    color:#ffffff;
    border: 1px solid #003763;
    outline: 0;
    background: #003763;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.row-form button.btn:hover{
    -webkit-box-shadow: inset 0 0 2px #ffffff;
    -moz-box-shadow: inset 0 0 2px #ffffff;
    box-shadow: inset 0 0 2px #ffffff;
}
.row-form button.btn span{
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    position: relative;
    z-index: 1;
}
.row-form .btn:active:focus,
.row-form .btn:focus{
    outline:thin dotted;
    outline:0px auto -webkit-focus-ring-color;
    outline-offset:-2px;
    color:#ffffff;
}
#name,
#name-company{
    background: url(../images/contact/icon_name.png) no-repeat 0 50% #ffffff;
}
#email{
    background: url(../images/contact/icon_email.png) no-repeat 0 50% #ffffff;
}
#subject{
    background: url(../images/contact/icon_subject.png) no-repeat 0 50% #ffffff;
}
#company,
#address,
#address-company{
    background: url(../images/contact/icon_address.png) no-repeat 0 50% #ffffff;
}
#phone,
#phone-company{
    background: url(../images/contact/icon_phone.png) no-repeat 0 50% #ffffff;
}
#f-content{
    background: url(../images/contact/icon_content.png) no-repeat 0 0 #ffffff;
    resize: none;
}
#security_code{
    background: url(../images/contact/icon_code.png) no-repeat 0 50% #ffffff;
}