header nav.main_menu li.menu-item > a.current,
header #menu-main-menu > .current-menu-item > a {
    background-color: #42495a !important;
}

.drop_down .second .inner > ul, li.narrow .second .inner ul {
    background-color: #42495a !important;
}

.drop_down .narrow .second .inner ul li:hover a {
    background-color: #fff;
}

.drop_down .narrow .second .inner ul li a,
.drop_down .narrow .second .inner ul li:hover a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

header nav.main_menu > ul > li.current-menu-item .current-menu-item > a {
    background-color: #fff;
    color: #21252d;
}

.qbutton.site-button {
    padding: 6px 14px !important;
}

#page-banner h1, #page-banner h5, #page-banner p {
    color: #fff;
    text-shadow: 2px 4px 10px rgb(0, 0, 0);
}

#contact-shortcut h6 {
    color: #fff;
    font: normal 300 30px/55px Roboto;
}

.white-text h2,
.white-text h3 { color: #fff; }

#contact-shortcut .qbutton.site-button { float: right; }

.mission_vision {
    display: table;
    width: 100%;
}

.mission_vision > li {
    display: table-cell;
    width: 50%;
}

.mission_vision > li.text_box { padding: 0 40px; }

ul.mission_vision > .image_box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vc_row .our-services {
    background-position: right center !important;
    background-size: contain !important;
}

.our-services p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.home_products {
    position: relative;
    overflow: hidden;
}

.home_products img {
    display: block;
    max-width: 100%;
}

.home_products a {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -102px;
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #163872;
    color: #fff;
    font: normal bold 36px/36px 'Roboto Condensed';
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.home_products a:hover {
    color: #fff;
    background-color: #21252d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.home_products:hover a {
    opacity: 1;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.footer-left::after,
ul.footer-left ul::after {
    clear: both;
    content: '';
    display: table;
}

ul.footer-left > li { float: left; }
ul.footer-left > li:first-child { width: 70px; }
ul.footer-left > li:last-child { width: calc(100% - 70px); }

ul.footer-left > li > h2 {
    font: normal bold 30px/30px 'Roboto Condensed';
    color: #163872;
    text-transform: none;
}

ul.footer-left > li > p {
    font: 400 16px/20px Roboto;
    color: #424a5a;
    margin: 0 0 20px 0;
}

ul.footer-contact > li { float: left; }
ul.footer-contact > li:first-child { width: 20px; }
ul.footer-contact > li:last-child { width: calc(100% - 20px); }
ul.footer-contact > li .fa { font-size: 16px; }

ul.footer-contact > li > a {
    font: 400 16px/16px 'Roboto Condensed';
    color: #424a5a;
}

.content.content_top_margin_none { min-height: unset !important; }

#map { background-position: center !important; }

.main-content .q_font_awsome_icon > a:hover > i { color: #163872 !important; }
.main-content .q_font_awsome_icon > a > i { color: #42495a !important; }

.wpcf7-form > p { margin: 0 !important; }

.cf7-fields {
    border: 1px solid #21252d !important;
    color: #21252d !important;
    font: 400 16px/16px Roboto !important;
}

.wpcf7-form .wpcf7-response-output { color: #21252d !important; }
.wpcf7-form > p > br { display: none; }
.wpcf7-form > p > span > input, .wpcf7-form > p > span > textarea { margin-top: 0 !important; }
.cf7-fields { margin: 0 0 10px 0 !important; }

.wpcf7-submit.cf7-fields {
    padding: 8px 16px !important;
    border: 0 !important;
    border-radius: unset !important;
    background-color: #163872 !important;
    color: #fff !important;
    font: 300 24px/24px 'Roboto Condensed' !important;
    text-transform: uppercase !important;
    float: right;
}

.wpcf7-submit.cf7-fields:hover { background-color: #21252d !important; }

@media (max-width: 1000px) {
	.header_bottom.clearfix { background-color: #21252D !important; }
    nav.mobile_menu { background-color: #21252d !important; }
    nav.mobile_menu ul li a { color: #fff !important; }
}

@media (max-width: 600px) {
	/* home - banner */
    #page-banner h1, #page-banner h5, #page-banner p {
    	text-align: center;
	}
    #page-banner .qbutton.default.site-button {
        display: table;
        margin: 0 auto;
	}
    /* home - contact shortcut */
	#contact-shortcut h6 {
        text-align: center;
        line-height: 34px;
        margin-bottom: 14px;
	}
    #contact-shortcut .qbutton.site-button {
        margin: 0 auto !important;
        float: unset;
        display: table;
	}
    /* home - mission vision */
    .mission_vision > li {
    	width: 100%;
        padding: 0 !important;
	}
    .mission_vision > .image_box,
    .mission_vision.vision .text_box > :first-child { display: none; }
    .mission_vision h3, .mission_vision p { text-align: center; }
    .mission_vision .qbutton.default.site-button {
		display: table;
		margin: 0 auto;
	}
    /* home - our services */
    .our-services.home { background: unset !important; }
    .our-services.home h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        font-weight: 300;
	}
    .our-services.home p {
        line-height: 22px;
        text-align: center;
        font-weight: 300;
    }
    .our-services.home h3 { text-align: center; }
    .our-services.home .qbutton.default.site-button {
        display: table;
        margin: 0 auto;
    }
    .home_products a {
        bottom: 0 !important;
        opacity: 1;
    }
    .home_products a {
        bottom: 0 !important;
        opacity: 1;
        text-decoration: none;
        font-weight: 300;
        font-size: 22px;
    }
    /* gallery */
    #_gallery_nav {
        display: block !important;
        width: 100% !important;
        margin: 0 0 30px 0 !important;
	}
    #_gallery_nav > li {
        display: block !important;
        width: 100% !important;
        text-align: center;
    }
    #_gallery_nav > li._nav_separator { display: none !important; }
    #_gallery_nav > li > a {
        line-height: 22px !important;
        text-underline-offset: 2px !important;
    }
    #_gallery > li { width: 100% !important; }
}

#wpadminbar { display: none; }