/*=== HEADER ===*/
.header-phone span,
.header-phone a {
	font-size: 15px;
}
.header-phone {
	padding-bottom: 5px;
}
#video2 {
	display: block;
	position: fixed;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

#header{
    height: 145px;
}
.header-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
}
.top-bar{
    font: 19px 'Opensans-Regular';
    color: #fff;
    background-color: #262626;
    position: relative;
    height: 46px;
}
.top-bar a{
    margin-left: 5px;
}
.top-bar *[class^=fa]{
    font-size: 22px;
    margin-left: 15px;
}
.top-bar .flexbox{
    justify-content: space-between;
    align-items: center;
}

/*=== MAIN NAVIGATION ===*/
#nav-btn,
#nav-close-btn,
.logo-mobile {
    display: none;
    font-size: 32px;
}
.header-menu{
    background: #ffffff;
    height: 99px;
    border-bottom: 8px solid #c51500;
}
.header-menu > .flexbox{
    justify-content: space-between;
    padding-right: 0;
}
.header-menu:before,
.header-menu:after{
    content: "";
    width: calc(50% - 150px);
    height: 18px;
    position: absolute;
    background: #a8a6bb;
    bottom: 0;
}
.header-menu:before{
    left: -10px;
    transform: skew(35deg, 0);
    -webkit-transform: skew(35deg, 0);
    -moz-transform: skew(35deg, 0);
}
.header-menu:after{
    right: -10px;
    transform: skew(-35deg, 0);
    -webkit-transform: skew(-35deg, 0);
    -moz-transform: skew(-35deg, 0);
}
.header-menu .logo-item{
    padding: 0 60px 0 75px;
    margin: 0;
}
.header-menu .logo{
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0;
}
.logo,
.logo img{
    display: block;
}
.logo{
    width: 241px;
}
.main-nav,
.main-nav nav,
.nav-menu,
.nav-menu > li,
.nav-menu > li > a{
    height: 100%;
}
.nav-menu{
    text-align: center;
    padding-top: 18px;
}
.nav-menu > li{
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
}
li.has-child{
    position: relative;
}
.nav-menu > li:not(.logo-item) > a{
    position: relative;
    white-space: nowrap;
    font: 20px 'AntiqueOlive';
    text-transform: capitalize;
    color: #c51500;
    height: calc(100% + 8px);
    padding: 0 12px;
}
.nav-menu > li:not(.logo-item) > a:after{
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: url(../images/layout/menu-hover.png) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
}
.nav-menu > li:not(.logo-item) > a:hover{
    color: #262626;
}
/*
.nav-menu > li:first-child > a{
    padding-left: 0;
}
.nav-menu > li:last-child > a{
    padding-right: 0;
}
*/
.nav-menu > li.active > a{
    color: #262626;
}
.sub-menu{
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    width: 212px;
    padding: 7px;
    text-align: left;
    background-color: #fff;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 5;
}
.sub-menu a{
    display: block;
    padding: 12px 20px;
    font: 16px 'AntiqueOlive';
    color: #262626;
}
.sub-menu a:hover{
    color: #fff;
    background-color: #a8a6bb;
}

/*=== TOP BANNER ===*/
.main-banner-images{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.main-banner-images .img-box{
    width: 100%;
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
}
.banner{
    position: relative;
    min-height: 400px;
}
.banner .container{
    height: 100%;
    z-index: 2;
}
.banner .container >.flexbox{
    height: 100%;
}
.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{
    width: auto;
    height: auto;
    right: calc(50% - 550px);
    bottom: 20px;
    padding-right: 14px;
}
.banner .slick-dots:after{
    content: "";
    width: 3px;
    height: 300px;
    background: #ba151b;
    position: absolute;
    top: 0;
    right: 0;
}
.banner .slick-dots li{
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    margin: 0 0 17px;
}
.banner .slick-dots li:last-child{
    margin: 0;
}
.banner .slick-dots li.slick-active{
    background: #fff;
}
.banner .banner-text{
    align-items: center;
    width: 100%;
    color: #fff;
}
.banner .banner-text > div:first-child{
    padding-right: 20px;
    width: 100%;
    max-width: 430px;
}
.banner .banner-text > div:last-child{
    min-height: 140px;
    border-left: 3px solid #ba151b;
    max-width: 250px;
    padding: 20px 0 20px 10px;
}
.banner-content,
.banner-content p{
    margin: 0 0 20px;
    font: 16px/20px 'Opensans-Regular';
}
.banner-text .large-text{
    display: block;
    text-align: right;
}
.banner-text .more-link-lg{
    font-size: 16px;
}

/*=== QUICK LINKS SECTION ===*/
.quick-links-wrapper{
    padding: 85px 0;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
}
.quick-links-wrapper .container{
    max-width: 1030px;
}
.quick-links-wrapper .container > .flexbox{
    flex-wrap: nowrap;
    justify-content: space-around;
}
.quick-links-wrapper header {
    margin-bottom: 0;
    font: 112px/100px 'AntiqueOliveCom';
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 4px 5px 6px rgba(0,0,0,0.3);
}
.quick-links-wrapper header + p{
    font: 22px 'AntiqueOlive';
    color: #FFF;
}
#home .quick-links-wrapper{
    padding: 20px 0 45px;
}
#home .quick-links-wrapper:after{
    content: none;
}
#home .quick-links-wrapper .container > .flexbox{
    margin-bottom: 50px;
}
.ql-box{
    width: 30%;
    min-height: 300px;
    margin: 0 15px;
    border: 2px solid #fff;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.ql-box:hover{
    border-color: #ba151b;
    background: rgba(38, 38, 38, 0.6);
}
.ql-box h3{
    position: relative;
    margin-bottom: 0;
    font-size: 25px;
    color: #fff;
    z-index: 1;
    width: 180px;
}
.home .ql-box h3 {
	width: 180px;
}
.ql-box:hover h3{
    text-decoration: underline;
    margin-bottom: 40px;
}
.ql-box .text-hidden{
    display: block;
    width: 100%;
    color: #fff;
    height: 0;
    position: relative;
    top: 40px;
    overflow: hidden;
    padding: 0 25px;
}
.ql-box:hover .text-hidden{
    height: auto;
    top: 0;
}
.ql-box .text-hidden p{
    font: 16px/20px 'Opensans-Regular';
    margin-bottom: 0;
    width: 100%;
}
.quick-links-wrapper .more-link-lg{
    margin-right: 95px;
    float: right;
}

/*=== ABOUT SECTION ===*/
.about-wrapper{
    justify-content: flex-end;
}
.about-main{
    width: 50%;
    color: #fff;
    background: rgba(129, 127, 127, 0.75);
}
.about-main .inner-box{
    max-width: 700px;
    padding: 70px 70px 45px 60px;
    margin: 0 auto;
}
.about-main .large-text{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 35px;
}
.about-main .flexbox div:first-child{
    width: 325px;
    padding-right: 60px;
}
.about-main .flexbox div:last-child{
    width: 235px;
}
.about-wrapper .btn,
.info-banner .btn{
    font: 18px 'Opensans-Light';
    display: block;
    background: #817f7f;
    color: #fff;
    border: none;
    padding: 28px 15px;
}
.about-wrapper .btn:hover,
.info-banner .btn:hover{
    background: #ba151b;
}
.about-wrapper .btn:after,
.info-banner .btn:after{
    content: '\f105';
    font:24px/1 Font Awesome\ 5 Pro;
    font-weight: 800;
    vertical-align: text-bottom;
    margin-left: 10px;
}

/*=== PROJECTS SECTION ===*/
.projects-wrapper{
    background: #fff;
    overflow: hidden;
    height: 600px;
}
.projects-wrapper > div{
    width: 50%;
}
.project-info .inner-box{
    max-width: 565px;
    width: 100%;
    height: 100%;
    padding: 55px 75px 50px 15px;
    float: right;
}
.project-inner-top{
    margin-bottom: 35px;
    position: relative;
}
.project-info h2{
    font: 24px 'AntiqueOlive';
    color: #a90a13;
    margin-bottom: 5px;
}
.project-info h3{
    font: 54px/58px 'AntiqueOlive';
    text-transform:  none;
    margin-bottom: 30px;
}
.project-info h3 span{
    display: block;
    font: 15px 'Opensans-Light';
    color: #817f7f;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.project-info .more-link{
    color: #817f7f;
    margin-left: 8px;
}
.project-info .more-link:before{
    content: "";
    display: inline-block;
    width: 22px;
    height: 19px;
    border-left: 1px solid #ba151b;
    border-bottom: 1px solid #ba151b;
    margin-right: 10px;
}
.project-info .more-link:hover{
    color: #ba151b;
}
.project-info .btn{
    margin-top: 15px;
}
.project-image-box .ba-slider img{
    position: absolute;
    height: inherit;
}
.project-image-box .ba-slider,
.project-image-box .slick-list,
.project-image-box .slick-track,
.project-image-box .slick-slide{
    height: 100%;
    width: 100%;
}
.project-slider-dots{
    position: absolute;
    bottom: 40px;
    left: 15px;
    right: 0;
}
.project-slider-dots .slick-dots{
    position: static;
}
.project-slider-arrows{
    position: absolute;
    top: 0;
    right: 10px;
}
.project-slider-arrows .slick-arrow{
    color: #a90a13;
    position: static;
    display: inline-block;
    vertical-align: middle;
}
.project-slider-arrows .slick-next:after{
    content: "\f105";
}
.project-slider-arrows .slick-prev:after{
    content: "\f104";
}
.project-slider-arrows .slick-arrow:after{
    font-weight: 800;
}
.project-slider-arrows .item-dots{
    display: inline-block;
    vertical-align: middle;
}
.project-slider-arrows .item-dots .slick-dots{
    position: static;
    height: auto;
    width: auto;
}
.project-slider-arrows .item-dots li{
    display: none;
    border: none;
    background: none;
    width: auto;
    height: auto;
    color: #817f7f;
    font: 24px 'Opensans-Light';
    margin: 0 23px;
}
.project-slider-arrows .item-dots li.slick-active{
    display: block;
}

/*=== FEATURED SECTION  ===*/
.featured-wrapper{
    background: #262626;
    color: #fff;
    padding: 55px 0;
    position: relative;
}
.featured-wrapper .container{
    max-width: 1200px;
    padding: 0;
}
.featured-wrapper h2{
    margin-bottom: 0;
    font: 53px 'AntiqueOlive';
    color: inherit;
}
.featured-wrapper h2:after{
    content: "";
    width: 100%;
    height: 3px;
    width: calc(100% - 240px);
    display: block;
    background: #ba151b;
    margin: 5px 0 10px 290px;
}
.featured-wrapper .more-link-lg{
    float: right;
}
.featured-top .container{
    padding: 0 50px;
}
.feat-slider-arrows{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    height: 25px;
}
.feat-slider-arrows button{
    position: absolute;
    width: 25px;
    height: 23px;
    border: 0;
    vertical-align: top;
    background-color: transparent;
    cursor: pointer;
}
.feat-slider-arrows .left-side {
    left: 0px;
}
.feat-slider-arrows .right-side {
    right: 0px;
}
.feat-slider-arrows button:before,
.feat-slider-arrows button:after{
    content: "" !important;
    position: absolute;
    top: 50%;
}
.feat-slider-arrows button.right-side:after{
    right: 41px;
    width: 25px;
    height: 25px;
    margin-top: -11px;
    background: url(../images/arrows/caret-right.png) no-repeat;
}
.feat-slider-arrows button.left-side:after{
    left: 41px;
    width: 25px;
    height: 23px;
    margin-top: -11px;
    background: url(../images/arrows/caret-left.png) no-repeat;
}
.feat-slider-arrows .slick-prev:after {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 25px;
    height: 23px;
    margin-top: -11px;
    background: url(../images/arrows/caret-left.png) no-repeat center;
}
.feat-slider-arrows .slick-next:after {
    content: "" !important;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    margin-top: -11px;
    background: url(../images/arrows/caret-right.png) no-repeat center;
}
/*
.feat-slider-arrows button.left-side:before,
.feat-slider-arrows .slick-prev:before{
    left: auto;
    right: 0;
}
.feat-slider-arrows button.left-side:after,
.feat-slider-arrows .slick-prev:after{
    right: auto;
    left: 41px;
    transform: rotate(180deg);
}
.feat-slider-arrows button:hover:before{
    width: 128px;
}
.feat-slider-arrows button.left-side:hover:after,
.feat-slider-arrows .slick-prev:hover:after{
    left: 0;
}
.feat-slider-arrows button.right-side:hover:after,
.feat-slider-arrows .slick-next:hover:after{
    right: 0;
}
*/
/* Properties */
.featured-items{
    margin: 5px 0 50px;
}
.mobile-featured-items{
    width: 450px;
    margin: 45px auto 50px;
}
.item-box{
    position: relative;
    width: 450px;
    height: 580px;
    padding: 19px;
    text-align: left;
    color: #262626;
    background: #fff;
}
#carousel .item-box:not(.theta-current-item):after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
#carousel .item-box{
    display: block;
}
#mobile-carousel-replace{
    height: 0;
    padding: 0;
    overflow: hidden;
}
.item-box figure{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 345px;
}
.item-img-overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 20px;
}
.item-img-overlay .flexbox{
    align-items: center;
    justify-content: center;
}
.item-img-overlay span{
    font: 28px 'Opensans-Regular';
    color: #fff;
}
.item-img-overlay span:hover{
    border: none;
}
.item-img-arrows{
    position: absolute;
    right: 9px;
    bottom: 9px;
    width: 76px;
    height: 38px;
}
.item-img-arrows .slick-arrow{
    position: relative;
    top: 0;
    display: inline-block;
    width: 50%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: none;
}
.item-img-arrows .slick-arrow:after{
    font-size: 26px;
    font-weight: lighter;
}
.item-img-arrows .slick-arrow.slick-prev{
    left: 1px;
}
.item-row{
    border-bottom: 3px solid #ba151b;
    padding: 16px 35px;
}
.item-row:last-child{
    border-bottom: 0;
    padding: 20px 35px;
}
.item-row p{
    font: 16px/20px 'Opensans-Semibold';
    margin: 6px 0 0;
}
.item-row h4 {
	font: 18px/22px 'Opensans-Bold'
}
.attribute-list{
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
}
.attribute-list li{
    width: 96px;
    border: 2px solid #262626;
    padding: 7px;
}
.attribute-list li i{
    display: block;
    height: 27px;
    background-size: inherit;
}
.attribute-list span{
    display: block;
    font-size: 12px;
}

/*=== FOOTER ===*/
.footer-wrapper{
    font-size: 12px;
    line-height: 25px;
    background: #fff;
    color: #262626;
    padding: 20px 0;
}
.footer-wrapper .flexbox{
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.footer-wrapper .flexbox > div:nth-child(2){
    width: 400px;
    border-right: 1px solid #ba151b;
    border-left: 1px solid #ba151b;
    padding: 25px 10px 20px;
    margin: 0 15px;
}
.footer-wrapper .logo{
    display: inline-block;
    width: 130px;
    vertical-align: top;
    margin-bottom: 15px;
}
.footer-wrapper li{
    margin-bottom: 5px;
}
.footer-wrapper li span{
    margin: 0 2px;
}
.footer-wrapper p{
    margin-bottom: 15px;
}
.footer-wrapper a:hover{
    color: #ba151b;
}
.footer-wrapper .flexbox > div:last-child{
    text-align: right;
}
.footer-wrapper .flexbox > div:last-child span{
    vertical-align: middle;
}
.jbsystems{
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/logo-jb-systems.png) no-repeat;
    width: 95px;
    height: 35px;
    margin-left: 7px;
}

/* SUB BANNER */
.sub-banner{
    height: 285px;
    position: relative;
}
.sub-banner:after{
    background: rgba(21, 21, 21, 0.85);
}
.sub-banner .container{
    height: 100%;
}
.sub-banner .container:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 3px;
    height: 130px;
    background: #ba151b;
}
.sub-banner .flexbox{
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}
.sub-banner .banner-text{
    position: relative;
    max-width: 50%;
    padding: 40px 40px 85px 60px;
    color: #817f7f;
}
.sub-banner .banner-text:before{
    content: "";
    position: absolute;
    bottom: 98px;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #817f7f;
}
.sub-banner .large-text{
    text-align: left;
    font-size: 24px;
}
.sub-banner .large-text span{
    color: #fff;
}

/* BREADCRUMBS */
.breadcrumbs{
    margin: 35px 0;
}
.breadcrumbs li{
    display: inline-block;
    font: 14px/22px 'Opensans-Light';
    color: #282828;
}
.breadcrumbs li:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: -2px 7px 0 8px;
    vertical-align: middle;
    background-color: #282828;
}
.breadcrumbs li:last-child{
    color: #c51500;
}
.breadcrumbs li:last-child:after{
    content: none;
}

/*=== MAIN CONTENT ===*/
.main-content .container{
    max-width: 1200px;
    padding: 0;
}
.main-content .container > .table{
    height: 300px;
}
.main-content .col-left{
    padding: 0 50px 198px;
}
.main-content .sidebar{
    width: 510px;
}
.main-content .sidebar.padding-top {
	padding-top: 110px;
}

.main-content .sidebar .inner-box{
    position: relative;
/*     height: 100%; */
    padding: 84px 75px 84px 65px;
    color: #fff;
    background-color: #000;
    margin-bottom: 20px;
}
.main-content .sidebar .inner-box.white {
	background-color: #FFF;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

.main-content .sidebar .inner-box.white:only-child {
	border-bottom: 2px solid #000;
}

.inner-box.white .info-banner h3 span,
.inner-box.white .info-banner p {
	color: #000;
}
.sidebar-menu{
/*     min-height: 240px; */
    margin-top: 14px;
}
.sidebar-menu li{
    margin-bottom: 14px;
}
.sidebar-menu li.active a {
    pointer-events: none;
}
.sidebar-menu a{
    font: 18px/28px 'Opensans-Regular';
}
.info-banner{
    padding-bottom: 80px;
    font-family: 'Opensans-Light';
}
.info-banner h3{
    position: relative;
    color: #a90a13;
}
.info-banner h3 span{
    color: #fff;
}
.info-banner h3:after{
    content: "";
    position: absolute;
    left: 7px;
    bottom: -28px;
    width: 22px;
    height: 19px;
    border-left: 1px solid #ba151b;
    border-bottom: 1px solid #ba151b;
    margin-right: 10px;
}
.info-banner p{
    padding-left: 45px;
}
.info-banner .btn{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/*=== INNER SECTIONS ===*/
.inner-section{
    padding: 75px 0;
}
.inner-section:nth-child(odd){
    background-color: #e6e6e6;
}
.inner-section .container{
    max-width: 1200px;
    padding: 0 50px;
}
.inner-section .flexbox{
    flex-wrap: nowrap;
}
.inner-section .flexbox > div{
    width: 50%;
}
.inner-section .flexbox > div:last-child{
    padding-left: 90px;
}
.case-study {
}
.case-study .left-side {
	width: 40%;
	padding: 30px;
	background-color: #e9e9e9;
}
.case-study .left-side:only-child {
	width: 100%;
}
.case-study .right-side {
	width: 60%;
}
.case-study .ba-slider {
	height: 100%;
	width: 100%;
}
.ba-slider figure {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.case-study-gallery {
	width: 100%;
	padding-top: 40px;
}
.case-study-gallery figure {
	height: 200px;
	width: 18%;
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	position: relative;
}
.case-study-gallery figure + figure {
	margin-left: 2.5%;
}
.case-study-gallery h3 {
	flex-grow: 1;
	width: 100%;
}
.thumbnail:before {
	content: "\f002";
	font-family:Font Awesome\ 5 Pro;
	font-size: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	color: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.thumbnail:hover:before,
.thumbnail.last:before {
	opacity: 1;
	visibility: visible;
}

.thumbnail.last:after {
	content: "View All Photos";
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top:127px;
	left:0;
	font-size: 16px;
	color: #FFF;
}

.full-gallery {
	display: none;
}