p, ul li {
    font-size: 16px;
}

.service h4 {
    min-height: 80px;
}
.section-frontpage-phone-consult .vc_general {
    border:0;
}
.section-frontpage-phone-consult .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons {
    top: -20px;
}

.section-frontpage-newsletter .contact-form {
    margin-bottom: 20px;
}
.section-frontpage-newsletter.row {
    margin-left:0;
    margin-right:0;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header{
    background-color:#ec4933;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a{
    color:#FFF;
    font-family: lato, sans-serif;
}
.contact-form.style2 form input[type="text"],.contact-form.style2 form input[type="email"]{
    margin-bottom:10px;
}

.newsletter-title .heading2{
    text-align:center;
}
.newsletter-title .heading2 h2{
    color: #212121;
    font-size: 35px;
    letter-spacing: 0.4px;
    margin: 0;
}
.newsletter-title .heading2:before{
    text-align: center;
    width:40px;
    height:2px;
    top: auto;
    bottom:-10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.newsletter-title{
    padding-top: 25px;
    padding-bottom: 25px;
}

.theme-btn.theme-btn-white{
    background-color:#FFF;
    color:#ec4933;
}
.theme-btn.theme-btn-white:hover{
    color:#fff;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon{
    background-image:url(../../../wp-content/uploads/2016/05/toggle_open.png);
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image:url(../../../wp-content/uploads/2016/05/toggle_close.png);
}

.social-footer-menu{
    height: 40px;
    width: 40px;
    
    float: left;
    position: relative;
    padding-top: 7px;
    border-radius:50%;
    
    color:#FFF;
    background-color: #303335;

    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    margin-right: 20px;
}
.social-footer-menu i:before{
    z-index: 2;
    position: relative;
} 
.social-footer-menu:after{
    background-color:#ec4933;
    content: "";
    height: 40px;
    border-radius:50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    width: 100%;
    z-index: 1;
    transition: all 0.2s linear;
}
.social-footer-menu:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s linear;
}

.wpb_gmaps_widget .wpb_wrapper{
    background:none;
}

footer .block {
    padding: 80px 0 40px 0;
}

footer .widget {
    margin-bottom: 40px;
}

@media (min-width:1040px){
    .stick .logo {
        width: 25%;
    }
    .stick nav {
        padding-left: 0;
        padding-right: 0;
        width: 70%;
    }
}

.logo a img {
    padding: 8px;
    background: #fff;
}
a {
    color: #ec4933;
}

.sbt-map {
    margin-bottom:0;
}
.sbt-map .wpb_wrapper:after, .sbt-map .wpb_wrapper:before {
    display: table;
    content: " ";
} 
.sbt-map .wpb_wrapper:after{
    clear: both;
}
.sbt-map .wpb_wrapper{
    position:relative;
    z-index:1;
}

.blog-single .tags {
    display: none;
}

.header-info {
    max-width: 100%;
}