.site .site-header:before{
    display:none !important;
}
.site .site-header nav.main-navigation{
    padding-top:0;
    padding-bottom:0;
}
.site .site-header nav.main-navigation .site-branding{
    min-width:0;
}
.site .site-header nav.main-navigation .site-branding .site-brand{
    /*text-align:left;*/
}
.site .site-header nav.main-navigation .navbar-collapse{
    padding-left:0;
    padding-right:0;
}
.site .site-header nav.main-navigation .navbar-collapse li{
}
.site .site-header nav.main-navigation .navbar-collapse li > a{
    font: 400 13px/22px "Ebrima";
    color:#4d4d4d;
    margin-right:0;
    padding:10px 5px;
    
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.site .site-header nav.main-navigation .navbar-collapse li > a:hover{
	color:#5bc0de;
}
.site .site-header nav.main-navigation .navbar-collapse .current_page_item > a,
.site .site-header nav.main-navigation .navbar-collapse .current-menu-item > a,
.site .site-header nav.main-navigation .navbar-collapse .current_page_ancestor > a,
.site .site-header nav.main-navigation .navbar-collapse .current-menu-ancestor > a{
    color:#334089;
}
.site .site-header nav.main-navigation .navbar-collapse li.menu-item-has-children > a:after{
    content: ">";
    font-family: "Roboto";
    font-weight: 600;
    display:inline-block;
    margin-left:10px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.site .site-header nav.main-navigation .navbar-collapse li > ul.sub-menu{
    background:#5bc0de;
}
.site .site-header nav.main-navigation .navbar-collapse li > ul > li:hover{
    background: #334089;
}
.site .site-header nav.main-navigation .navbar-collapse li > ul > li > a{
    font: 400 13px/25px "Ebrima";
    color:#4d4d4d; 
    text-transform: none;
}

.site-content{
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
.site-content#content-wrap{
    background:#fff;
}
.site-content .inner-banner-wrap{
    /*display:none;*/
}
.site-content .inner-banner-wrap:before{
    background:#eee;
}
.site-content .inner-banner-wrap .breadcrumbs{
    padding-top:10px;
    padding-bottom:10px;
    text-align:left;

    display:none;
}
.site-content .inner-banner-wrap .breadcrumbs span,
.site-content .inner-banner-wrap .breadcrumbs a{
    color: #334089;
    font:400 13px/15px "Ebrima";
}

.site-content .comments-area #commentform .form-group{
    margin-left:0;
    margin-right:0;
}

.site-content div.wpcf7-response-output{
    display: inline-block !important;
    position: relative;
    border-radius: 5px;
    color:#555;
}
.site-content div.wpcf7-mail-sent-ok{
    background: #C8F7C5;
}
.site-content div.wpcf7-mail-sent-ok:before{
    content : "Success: ";
    color:#4d4d4d;
    font-weight: 700;
    margin-right: 5px;
}
.site-content div.wpcf7-validation-errors{
    background: #F1A9A0;
    border-color: #E74C3C;
}
.site-content div.wpcf7-validation-errors:before{
    content : "Error: ";
    color:#4d4d4d;
    font-weight: 700;
    margin-right: 5px;
}

.site .site-footer{
    padding-top:0;
}
.site .site-footer:before{
    display:none;
}
.site .site-footer .footer-widget{
	height:0;
}
.site .site-footer .footer-widget .foot-bor{
	height:0;
	padding:0 !important;
}
.site .site-footer .section-bottom{
	padding-top:20px;
	padding-bottom:20px;
	
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(216,216,216) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(216,216,216) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(216,216,216) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	
	
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
.site .site-footer .section-bottom .company-info{
    grid-area:info;
}
.site .site-footer .section-bottom .company-info h4{
    font: 600 20px/25px "Ebrima";
    color:#4d4d4d;
    text-transform: uppercase;
    margin-bottom:5px;
}
.site .site-footer .section-bottom .company-info h4 span{
    font: 400 20px/25px "Pt-Serif-Web";
    font-style: italic;
    color:#4d4d4d; 
    text-transform: uppercase;
}
.site .site-footer .section-bottom .company-info .company-detail{
    display: block;
    margin-bottom:10px;
    color:#4d4d4d;
}
.site .site-footer .section-bottom .company-info .company-detail:before{
    margin-right:10px;
    display:inline-block;
}
.site .site-footer .section-bottom .company-info .company-detail span{
    display:inline;
    font: 400 13px/20px "OpenSans";
    color:#4d4d4d;
}
.site .site-footer .section-bottom .company-info .site-copyright{
    padding:0; 
}
.site .site-footer .section-bottom .company-info .site-copyright,
.site .site-footer .section-bottom .company-info .site-copyright a{
    color:#4d4d4d;
    font: 400 13px/20px "OpenSans";
    color:#4d4d4d;
    /*vertical-align: middle;*/
}
.site .site-footer .section-bottom .company-info .site-copyright a:hover{
	color:#4d4d4d;
	font-style:"underline";
}
.site .site-footer .section-bottom .site-social-bottom-wrapper{
	text-align:right;
    grid-area:social;
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .call-center{
	display:inline-block;
	width:150px;
	height:auto;
	margin-left:30px; 
	float:right;
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social{
    display: inline-block;
    list-style-type: none;
    padding:0;
    margin:0;
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li{
    position:relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:50px;
    width:50px;
    margin-right:10px;
    line-height: 50px;
    overflow:hidden;
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li:last-child{
    margin-right:0;
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li a{
    width:0;
    height:0;
    color:rgba(255,255,255,0);
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li.ig{
    background-image: url('../img/general/footer-social-ig.png');
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li.ig:hover{
    background-image: url('../img/general/footer-social-ig-hover.png');
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li.fb{
    background-image: url('../img/general/footer-social-fb.png');
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li.fb:hover{
    background-image: url('../img/general/footer-social-fb-hover.png');
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li.ph{
    background-image: url('../img/general/footer-call-center.png');
    width:140px;
    height:auto;
}
.site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li.ph:hover{
    background-image: url('../img/general/footer-call-center-hover.png');
}

.cp-top{
    /*display:none;*/

}
#wptime-plugin-preloader{
    background-size:300px;
}

/**************************************MEDIA QUERIES**************************************/
@media only screen and (max-width: 400px){
    html.mm-right.mm-opening .mm-slideout{
        -webkit-transform: translate(-80%, 0);
        -moz-transform: translate(-80%, 0);
        -ms-transform: translate(-80%, 0);
        -o-transform: translate(-80%, 0);
        transform: translate(-80%, 0);
    }

}

@media only screen and (max-width: 767px){
    .site .site-header{

    }
    .mm-menu{
        background:#f1f2f3;
        color:#4d4d4d;
    }
    .mm-menu .mm-navbar > *, .mm-menu .mm-navbar a{
        color:#4d4d4d;
    }
    .mm-menu li.active a, .mm-menu li:hover a, .mm-menu li:focus a{
        background:#b9bbbd
    }

    .site-content{

    }
    .site-content .full-width-container #primary{
        padding:3em 0;
    }

    .site .site-footer .section-bottom > .container > .row{
        display:grid;
        grid-template-areas:
            "social"
            "info";
    }
    .site .site-footer .section-bottom .company-info{

    }
    .site .site-footer .section-bottom .company-info h4{
        font-size:20px;
    }
    .site .site-footer .section-bottom .company-info h4 span{
        font-size:20px;
    }
    .site .site-footer .section-bottom .company-info .company-detail{

    }
    .site .site-footer .section-bottom .site-social-bottom-wrapper{
        text-align:left;
        margin-bottom:20px;
    }
    .site .site-footer .section-bottom .site-social-bottom-wrapper .site-social-bottom-title{
        font: 500 28px/35px "Ebrima";
        margin-right:20px;
    }
    .site .site-footer .section-bottom .site-social-bottom-wrapper .site-social{
        height: 35px;
        vertical-align: top;
    }
    .site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li{
        margin-right:0;
        height:50px;
        width:50px;
        line-height:50px;
        overflow:hidden;
    }
    .site .site-footer .section-bottom .site-social-bottom-wrapper .site-social li a{

    }
    .site .site-footer .section-bottom .site-social-bottom-wrapper .call-center{
        float:none;
        margin-left:10px;
    }

    .btn-top{
        display:none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .site .site-header nav.main-navigation .navbar-collapse li {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    
}

@media only screen and (min-width: 1200px){

}