/*=== HEADER ===*/
#header {
    height: 208px;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    background: #fff;
}
.top-bar {
    height: 70px;
    background-color: #001231;
    color: #fff;
    border-bottom: 8px solid #EAAA00;
}
.top-bar > .flexbox {
    align-items: center;
    justify-content: space-between;
}
.top-bar i {
    margin-right: 5px;
}
.top-bar .phone {
    margin-right: 30px;
}
.header-wrapper .social {
    display: inline-block;
    vertical-align: baseline;
    font-size: 19px;
}
.header-wrapper .social a:not(:last-child) {
    margin-right: 8px;
}
.header-wrapper .social a:hover {
    color: #F28D36;
}
.top-bar .flexbox > div:last-child span:first-child {
    margin-right: 50px;
}
/*=== MAIN NAVIGATION ===*/
.header-menu {
    height: 138px;
}
.nav-menu .logo-item{
    padding: 15px 60px 10px;
    flex-shrink: 0;
    flex-grow: 0;
}
.nav-menu .logo-item a {
    padding: 0 !important;
    max-width: 360px;
}
.logo-item img{
    display: block;
}
#nav-btn,
#nav-close-btn/*
,
.logo-mobile
*/ {
    display: none;
}

.header-wrapper .container {
    display: flex;
    justify-content: space-between;
}

.header-wrapper .logo-mobile {
    display: block;
    padding: 10px 45px 15px 0;
}
.header-wrapper .logo-mobile a {
    width: 310px;
}

.main-nav,
.main-nav nav,
.nav-menu {
    height: 100%;
}
.nav-menu {
    display: flex;
}
.nav-menu > li {
    padding: 0 27px;
}
.nav-menu > li.has-child {
    position: relative;
}
.nav-menu > li:first-child {
    padding-left: 0;
}
.nav-menu > li:last-child {
    padding-right: 0;
}
.nav-menu > li > a {
    font-size: 20px;
    color: #231F20;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    padding-top: 56px;
}
.nav-menu li a:hover,
.sub-menu a:hover h5 {
    color: #EAAA00;
}

.nav-menu > li.has-complex-child > a {
	position: relative;
}
.nav-menu > li.has-complex-child:hover > a::before {
	content: "";
	display: block;
	width: 150%;
	position: absolute;
	top: 100%;
	left: -25%;
	height: 50px;
}

.sub-menu {
    width: 340px;
    text-align: left;
    position: absolute;
    top: 100%;
    left: -27px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-top: 1px solid #F2F2F2;
    padding: 30px 30px 40px 60px;
    transition: all 0.1s ease 0s;
}
li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
}
.sub-menu li a{
    display: block;
    font-size: 18px;
    color: #7B7B7B;
    padding: 10px 0;
    position: relative;
}
.sub-menu li a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 24px;
    background: url(../images/icons/icon-fire.png) no-repeat;
    background-size: contain;
    left: -25px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
}
.sub-menu li a:hover {
    font-weight: bold;
}
.sub-menu li a:hover:before {
    opacity: 1;
    visibility: visible;
}
.sub-menu.sub-menu-complex {
    width: 100%;
    max-width: 1360px;
    left: 0;
    padding: 0;
}
.sub-menu-left {
    width: 326px;
    background: #F2F2F2;
    padding: 45px 40px 40px 70px;
}
.sub-menu-right {
    width: calc(100% - 326px);
    padding: 45px 50px 35px;
}
.sub-menu-image-list {
    display: flex;
}
.sub-menu h5 {
    font-family: 'ACaslonPro';
    color: #052241;
}
.sub-menu-image-list li {
    width: 33.33%;
    text-align: center;
}
.sub-menu-image-list li a {
    padding: 0;
}
.sub-menu-image-list li a:before {
    content: none;
}
.sub-menu-image-list .img-box {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.sub-menu-image-list .img-box img {
    display: inline-block;
    vertical-align: top;
    max-height: 100%;
    max-width: 180px;
}
.sub-menu-image-list li a:hover .img-box {
    transform: scale(1.15);
}
/*=== FIXED AND INNER HEADER ===*/
.fixed .header-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}
.fixed .header-wrapper{
    box-shadow: 2px 0px 25px rgba(0, 18, 49, 0.19);
}
.fixed .top-bar{
    height: 60px;
}
.fixed .nav-menu .logo-item a{
    max-width: 300px;
}
.fixed .nav-menu {
    padding-left: 30px;
}
.fixed .header-menu{
    height:  120px;
}
.fixed .nav-menu > li > a {
    padding-top: 45px;
}
.fixed .sub-menu {
    box-shadow: -1px 6px 10px rgb(0, 18, 49, 0.19);
}
/*=== TOP BANNER ===*/
.banner{
    position: relative;
    min-height: 650px;
    height: calc(100vh - 208px);
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
    border-radius: 0;
}
.banner .single-banner:after,
.sub-banner:after {
    background: rgba(35, 31, 32, 0.4);
}
.banner .container{
    height: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    z-index: 2;
    align-items: center;
}
.banner-text{
    width: 100%;
    max-width: 715px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    position: relative;
}
.banner-content{
    font-size: 18px;
    display: block;
    vertical-align: top;
    max-width: 530px;
    margin: 0 auto 40px;
}
.banner-content p:last-child{
    margin-bottom: 0;
}
.banner .slick-list,
.banner .slick-track{
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.banner .slick-dots{
    height: auto;
    left: 50%;
    bottom: 110px;
    width: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
/*=== ABOUT SECTION ===*/
.about-wrapper {
    background: #001231;
    padding: 65px 0 0;
    position: relative;
    margin-bottom: 185px;
}
.about-wrapper .container {
    max-width: 1590px;
    position: relative;
}
.about-wrapper .container:after {
    content: '';
    position: absolute;
    background: url(../images/icons/icon-fire-lg.png) no-repeat 0 0;
    width: 465px;
    height: 610px;
    right: 70px;
    bottom: -185px;
    z-index: 1;
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0 89%);
}
.about-wrapper:after {
    content: '';
    display: block;
    height: 185px;
    background: #001231;
    /*background: url(../images/icons/tree-dark.png) no-repeat center bottom -63px;*/
    width: 100%;
    position: absolute;
    bottom: -185px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.about-wrapper .flexbox > div {
    width: 50%;
}
.about-wrapper .flexbox > div:first-child {
    padding-right: 25px;
}
.about-wrapper .flexbox > div:last-child {
    padding-left: 25px;
}
.about-wrapper .inner-text {
    padding: 0 30px 120px;
}
.about-wrapper h1{
    font-size: 34px;
    margin-bottom: 20px;
}
.about-wrapper p {
    line-height: 2;
}
.about-wrapper p:last-child {
    margin-bottom: 0;
}
.about-wrapper .bar-callout {
    background: #fff;
    color: #231F20;
    padding: 65px 15px 55px;
    margin-top: -120px;
    margin-bottom: 50px;
    position: relative;
    z-index: 15;
}
.about-wrapper .bar-callout h2,
.about-wrapper .bar-callout .small-title {
    color: #231F20;
}
.about-wrapper .bar-callout .small-title {
    margin-bottom: 30px;
}
.about-wrapper .bar-callout h2 {
    margin-bottom: 25px;
}
/*=== QUICK LINKS SECTION ===*/
.quick-links-wrapper {
    padding: 0 0 90px;
}
.quick-links-wrapper .align-center:first-child {
    max-width: 720px;
    margin: 0 auto 70px;
}
.quick-links-wrapper .align-center p {
    font-size: 18px;
}
.quick-links-wrapper .flexbox {
    margin: 0 -55px 100px;
}
.quick-links-wrapper .flexbox li{
   width:  25%;
}
.ql-box {
    text-align: center;
    padding: 0 55px;
}
.ql-box .ql-icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 78px;
    font-size: 78px;
    color: #EAAA00;
    text-shadow: 7px 7px rgba(26, 24, 24, 0.15);
    margin-bottom: 10px;
}
.ql-box .ql-icon.small {
    font-size: 70px;
}
.ql-box h3 {
    color: #001231;
}
.ql-box p {
    margin-bottom: 0;
}
/*=== SECTION CONTENT===*/
.info-section > .section-content {
    width: calc(50% + 140px);
}
.info-section > .section-photo {
    width: calc(50% - 140px);
    position: relative;
    padding-top: 85px;
}
.info-section .inner-box {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 980px;
    padding: 85px 50px 240px 110px;
}
.info-section:nth-child(odd) .section-content .inner-box {
     float: right;
}
.info-section:nth-child(even) {
    flex-direction: row-reverse;
}
#inner .info-section .inner-box {
    display: block;
    padding-bottom: 100px;
}
.info-section .text-box {
    max-width: 600px;
    line-height: 2;
}
#inner .info-section .text-box{
    max-width: 780px;
}
.info-section .section-photo:after {
    content: '';
    background: #F7F7F7;
    position: absolute;
    top: 0;
    left: 60px;
    right: 0;
    bottom: 0;
}
.info-section .section-photo > .img-box {
    min-height: 880px;
    background-position: center top;
    position: relative;
    z-index: 1;
}
.section .section-content p:last-child{
    margin-bottom: 0;
}
.section h2{
    margin-bottom: 45px;
}
.section > .content-left .btn{
    margin-top: 20px;
}
.section + .section{
    margin-top: 160px;
}
/*=== CALLOUT BANNERS ===*/
.bar-callout {
    background: #EAAA00;
    border-radius: 10px;
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
    padding: 65px 15px 45px;
    position: relative;
    z-index: 1;
}
.bar-callout .more-link:hover {
    color: #231F20;
}
.bar-callout-floated {
    margin-top: -130px;
    height: 130px;
}
.bar-callout-inline {
     background: #EAAA00;
     padding: 22px 0;
}
.bar-callout-inline .flexbox {
    justify-content: center;
    align-items: center;
}
.bar-callout-inline .medium-text {
    margin: 15px 45px 15px 0;
}
.bar-callout-wrapper .img-box {
    height: 400px;
}
/*=== BOTTOM SECTION ===*/
.bottom-section .container {
    max-width: 1480px;
}
.logos-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 50px 0 45px;
}
.logos-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    height: 135px;
    margin: 0 15px;
}
.logos-row a img {
    width:  auto;
    max-height: 100%;
    filter: grayscale(1);
}
.logos-row a:hover img {
    filter: grayscale(0);
}
/*=== FOOTER ===*/
.footer-wrapper{
    height: auto;
    background: #00040A;
    color: rgba(255, 255,255,0.8);
    padding: 25px 0 40px;
}
.footer-wrapper .logo{
    max-width: 60px;
}
.footer-wrapper .flexbox{
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.footer-wrapper .flexbox > div:nth-last-child(2){
    width: 110px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 25px;
}
.footer-wrapper .flexbox > div:first-child,
.footer-wrapper .flexbox > div:last-child{
    width: 40%;
    flex-grow: 1;
}
.footer-wrapper .flexbox > div:last-child {
    display: flex;
    justify-content: flex-end;
}
.footer-wrapper p {
    margin-bottom: 10px;
}
.footer-wrapper p:last-child {
    margin-bottom: 0;
}
.footer-wrapper .sep{
    margin: 0 2px;
}
.copyright {
    text-transform: uppercase;
}
.jbsystems {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jbsystems span{
    text-transform: uppercase;
    padding-top: 10px;
}
.logo-jbsystems {
    flex-shrink: 0;
    width: 136px;
    height: 51px;
    margin-left: 15px;
    background: url(../images/logos/logo-JB-Systems.png) no-repeat;
    background-size: contain;
}
/*=== MAIN CONTENT ===*/

/* Sub Banner */

.sub-banner{
    height: 415px;
}
.sub-banner .flexbox{
    align-items: center;
    padding: 40px 15px;
}
.sub-banner .banner-text{
    max-width: 910px;
    padding: 0;
}
.sub-banner .banner-text:after{
   content: none;
}
/* Breadcrumbs */

.breadcrumbs{
    padding: 35px 0 20px;
}
.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
}
.breadcrumbs li:after{
    content: "|";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 3px 0 4px;
}
.breadcrumbs li:last-child:after{
    content: none;
}
/* Main Content */
.main-content {
    line-height: 2;
    padding: 150px 0 270px;
}
.breadcrumbs-wrapper + .main-content {
    padding-top: 50px;
}
.main-content .full-size .inner-box {
    max-width: 970px;
    margin: 0 auto;
}
.main-content .full-size .text-box {
    max-width: 780px;
    margin: 0 auto;
}
.main-content .full-size .inner-box .small-title,
.main-content .full-size .inner-box h1 {
    text-align: center;
}
.main-content .content ul,
.main-content .content ol{
    margin-bottom: 30px;
    text-align: left;
}
.main-content .sidebar{
    width: 400px;
    padding-left: 40px;
}
.main-content h1 {
    margin-bottom: 45px;
}
.main-content p {
    margin-bottom: 30px;
}
.sidebar > *:not(:last-child){
    margin-bottom: 30px;
}
.sidebar .callout-box {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
}
.main-content .sidebar-photos{
    width: 50%;
    padding-left: 130px;
    padding-bottom: 115px;
    position: relative;
}
.sidebar-photos .img-box{
    width: 100%;
    height: 585px;
    margin-bottom: 0;
}
.sidebar-photos .img-box:after{
    background: rgba(0, 0, 0, 0.5);
}
.sidebar-photos .img-box + .img-box{
    max-width: 675px;
    height: 415px;
    position: absolute;
    left: 0;
    margin-top: -300px;
}
/*=== SECONDARY CONTENT ===*/
.secondary-content{
    padding: 115px 0 220px;
}
.secondary-content .content{
    width: calc(50% - 140px);
    padding-right: 45px;
}
.secondary-content .content:only-child{
    width: 100%;
}
.secondary-content .info-tiles{
    width: calc(50% + 140px);
    padding-left: 100px;
    align-items: flex-start;
}
.secondary-content .content h2 span{
    margin-bottom: 25px;
}
.secondary-content .content p:last-of-type{
    margin-bottom: 50px;
}
.secondary-content .quick-info-box{
    width: calc(50% - 26px);
    
}
.secondary-content .quick-info-box:nth-child(odd){
    margin-right: 52px;
}
.quick-info-box{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 55px;
    min-height: 445px;
}
.quick-info-box .icon{
    margin-bottom: 25px;
}
.quick-info-box h3{
    max-width: 260px;
    margin-bottom: 30px;
}
.quick-info-box p{
    font-size: 20px;
}
.secondary-content .quick-info-box:nth-child(n + 3){
    margin-top: 50px;
}

.g-map {
	margin-bottom: 50px;
}

.g-map iframe {
	width: 100% !important;
	height: 350px !important;
}

.product-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.product-list > a {
	flex-basis: 33%;
	min-width: 250px;
	text-align: center;
}
.product-list > a:nth-child(n+4) {
	margin-top: 15px;
}
.product-list > a img {
	display: block;
	margin: 0 auto 6px;
}


input.visible {
	visibility: hidden;
	position: absolute;
}