/*=== HEADER ===*/
#header{
	height: 163px;
	background: #093c70;
}
.header-wrapper{
	position: fixed;
	z-index: 10;
	width: 100%;
}
.top-bar{
	height: 50px;
	color: #ffffff;
	background: url(../images/layout/stripes-pattern.png) #211e1f;
	position: relative;
	z-index: 2;
}
.top-bar .page{
	height: 100%;
}
.top-bar .relative{
	padding: 0 20px;
}
.top-bar .fa-facebook,
.top-bar .fa-phone{
	font-size: 20px;
	margin-right: 20px;
	position: relative;
	top: 3px;
}
.top-bar .fa-phone{
	margin-right: 10px;
}
.top-menu, .search-btn{
	display: inline-block;
	vertical-align: middle;
}
.top-menu li{
	display: inline-block;
	margin-right: 20px;
}
.top-bar a:not(.fa){
	font: 14px/20px 'Metropolis-Medium';
	text-transform: uppercase;
}
.search-btn{
	display: inline-block;
	font-size: 15px;
	vertical-align: middle;
	position: relative;
    top: -2px;
    right: -15px;
}
.search-btn.close{
    vertical-align: top;
	background: #de0202;
	color: #ffffff;
	top: 0;
	width: 53px;
	height: 50px;
	text-align: center;
}
.search-btn.close:before{
	content: "X";
	font: 24px/50px 'Metropolis-Regular';
}
.search-box{
    background-color: #de0202;
    height: 0;
}
.search-box.open{
	opacity: 1;
    visibility: visible;
    height: 77px;
    padding: 18px 0 15px;
}
.search-box .container{
	max-width: 1120px;
}
.search-box .search-form{
	position: relative;
	background: url(../images/icons/search-lg.png) left center no-repeat;
	padding-left: 50px;
}
.search-box input[type=text]{
	display: inline-block;
    vertical-align: middle;
    font: 16px/24px 'Metropolis-Regular';
    color: #ffffff;
    width: 100%;
    border: none;
    border-left: 2px solid #ffffff;
    text-transform: uppercase;
    background-color: transparent;
    height: 45px;
    padding-left: 25px;
    margin-right: 20px;
}
.search-box input[type=submit]{
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: url(../images/icons/search-lg.png) no-repeat;
    position: relative;
}

.search-box ::-webkit-input-placeholder {
/* WebKit browsers */
  	color:rgba(255, 255, 255, 0.7);
  	opacity: 1;
}
.search-box :-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
	color:rgba(255, 255, 255, 0.7);
	opacity: 1;
  
}
.search-box ::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color:rgba(255, 255, 255, 0.7);
	opacity: 1;
}
.search-box :-ms-input-placeholder {
/* Internet Explorer 10+ */
	color:rgba(255, 255, 255, 0.7);
	opacity: 1;
}


/*=== MAIN NAVIGATION ===*/
.header-menu{
	background: #093c70;
}
.header-menu .page{
	max-width: 1200px;
	height: 113px;
}
.header-menu .cell:first-child{
	width: 320px;
	background: #ffffff;
	
}
.header-menu .logo{
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.logo img{
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
#nav-btn,
#nav-close-btn{
	display: none;
}
.main-nav, .main-nav nav, .nav-menu,
.nav-menu > li, .nav-menu li a{
    height: 100%;
}
.main-nav{
    display: inline-block;
    color: #ffffff;
    font-size: 0;
}
.nav-menu > li{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.nav-menu > li:last-child{
    padding-right: 0;
}
.nav-menu  li  a{
	display: block;
	font: 16px/26px 'Metropolis-Medium'; 
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	padding: 45px 20px 15px;
}
.nav-menu  li.has-child:hover > a,
.nav-menu  li.active > a{
	background: #1096d5;
}
.nav-menu > li > a:hover{
	background: #1096d5;
}
.nav-menu > li.active > a:after, 
.nav-menu > li > a:after {
    content: "";
    display: block;
    height: 9px;
    background: #ffffff;
    width: 56px;
    position: absolute;
    margin-top: 10px;
    left: 50%;
    margin-left: -28px;
}
.sub-menu{
    display: block;
	background: #1096d5;
    text-align: left;
    list-style: none;
    padding: 20px 30px 20px 25px;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 180px;
    z-index: 10;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sub-menu li{
    display: block;
}
.nav-menu .sub-menu a{
	font: 14px 'Fremont Regular';
	padding: 7px 0;
	border-bottom: 2px solid #ffffff;
}
.nav-menu .sub-menu li:last-child a{
	border-bottom: none;
}
.close-btn {
	display: block;
	background: url(../images/icons/close-btn.png) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	margin: 0;
	top: 50px;
	right: 50px;
	z-index: 5;
}
/*=== FIXED & INNER HEADER STYLES ===*/
.fixed .header-menu .page{
	height: 80px;
}
.fixed .nav-menu > li > a{
	padding-top: 28px;
}
.fixed .nav-menu > li.active > a:after, 
.fixed .nav-menu > li > a:after{
	margin-top: 5px;
}
/*=== TOP BANNER ===*/
.banner {
  position: relative;
}
.banner .slide {
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center center;
  background-color: #d0d0d0;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay {
  background: rgba(33, 30, 31, 0.38);
}

#inner-banner .slick-dots {
  display: inline-block !important;
  position: absolute;
  left: auto;
  top:50%;
  right:20%;
  width: auto !important;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
}
.sub-banner .relative {
	height: 100%;
	min-height: 100%;
}
.sub-banner .relative:before{
    content: "";
    height: 100%;
    width: 100%;
    display: inline-block;
    background: url(/images/layout/bg_texture.png) repeat top left scroll transparent;
    opacity: 0.5;
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner-content {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;  
}
.banner-content .cell{
	padding-top: 30px;
}
.banner-content .banners{
	position: relative;
    margin: 0 auto;
	z-index: 1;
}
.banner-text {
	color: #ffffff;
	max-width: 500px;
	padding-left: 48px;
}
.logo-name{
	display: block;
	margin-bottom: 40px;
}
.banner-text .large-text {
	font: 36px/36px 'Fremont Bold';
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
}
.banner-text p {
   font: 16px/24px 'Metropolis-Medium';
   margin-bottom: 30px;
   min-width: 154px;
}
.main-slider {
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
}
.main-slider .banners {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.main-slider .banners div {
    display: block;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .slider-dots {
    position: absolute;
    top: 50%;
    z-index: 2;
    text-align: right;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
 .slick-dots {
	position: static;
	bottom: auto;
  left: 0;
}
.banner .slick-dots li {
	display: block;
    width: 16px;
    height: 16px;
    margin: 0 0 14px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
   	border: 2px solid #ffffff;
    overflow: hidden;
}
.banner .slick-dots li:last-child{
	margin-bottom: 0;
}
.slick-dots li button::before {
    content: none;
}
.slick-dots li.slick-active {
    background-color: #ffffff;
}
.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;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.sub-banner{
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center top;
	position: relative;
	overflow: hidden;
	color: #ffffff;
}
.sub-banner.large {
  height: 457px;
}
.sub-banner .container{
	position: relative;
	z-index: 1;
}
.sub-banner .cell{
	padding: 30px 0;
}
.sub-banner .large-text{
	font: 70px/72px 'Fremont Bold';
	text-transform: uppercase;
	margin-bottom: 0;
}
.sub-banner p{
	font: 20px/34px 'Metropolis-Medium';
	text-transform: uppercase;
	padding-top: 15px;
}
.sub-banner .large-text:after {
  margin: 9px auto 2px;
}

/*=== BREADCRUMBS ===*/
.breadcrumbs{
    padding: 0 0 40px;
}
.breadcrumbs li{
    display: inline-block;
	font-size: 12px;
}
.breadcrumbs li:after{
    content: "";
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 8px;
	background: url(../images/arrows/breadcrumbs.png) no-repeat;
	margin: 0px 3px 0 4px;
	position: relative;
	top: 3px;
}
.breadcrumbs li:last-child:after{
    content: none;
}
.breadcrumbs li a {
  color: inherit !important;
}
/*=== MAIN CONTENT ===*/
.main-content{
	padding: 60px 0  90px;
}
.main-content .col-left h1,
.main-content .col-left h2{
	text-align: left;
}
.main-content .col-right{
    padding-left: 140px;
    width: 403px;
}
.main-content h2{
	color: #093c70;
	padding-top: 15px;
}
.main-content h2:after{
	content: "";
	display: block;
	width: 94px;
	height: 4px;
	background: #ff0000;
	margin: 5px 0 10px;
}
.stamp-banner{
	margin-bottom: 45px;
}
.stamp-banner a{
	display: block;
	width: 263px;
	height: 263px;
	background: url(../images/banners/srtamp-sustainable-materials.png) no-repeat;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

.img-banner{
	width: 100%;
	text-align: center;
	position: relative;
	padding: 35px 20px 30px;
	margin-bottom: 60px;
}
.img-banner:before{
	content: "";
	position: absolute;
	background: rgba(32, 17, 3, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.img-banner *{
	color: #ffffff !important;
	z-index: 1;
	position: relative;
}
.img-banner h3{
	font-size: 28px;
	line-height: 28px;
}
.img-banner h3 span{
	font: 20px/24px 'Metropolis-BoldItalic';
	text-transform: lowercase;
	display: block;
	margin: 5px 0;
}
.img-banner h3 span:after,
.img-banner h3 span:before{
	content: "";
	display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 2px;
    background: #5b95d0;
    position: relative;
    top: -2px;
    margin: 0 8px;
}
.img-banner .more:before{
	display: block;
	background: url(../images/arrows/more-red.png) no-repeat;
	margin: 20px auto 13px;
}
.menu-links li{
	font: 16px/20px 'Metropolis-Medium';
	color: #201103;
	text-transform: uppercase;
	position: relative;
	min-height: 41px;
	text-align: left;
}
.menu-links li:after{
	content: "";
	display: block;
	width: 68px;
	height: 2px;
	background: #dededd;
	margin: 21px 0 21px 2px;
}
.menu-links li:last-child:after{
	content: none;
}
.menu-links li a{
	display: block;
	position: relative;
	padding-left: 54px;
}
.menu-links li a:before{
	content: "";
	width: 32px;
	height: 41px;
	background: url(/images/icons/brochure.png);
	position: absolute;
	left: 0;
	top: 0;
}

/*=== ABOUT SECTION ===*/
.about-wrapper .table{
	height: 300px;
}
.about-wrapper .cell:first-child{
	width: 32%;
	background: url(../images/layout/stripes-pattern.png) #093c70;
	color: #ffffff;
	padding: 30px;
	text-align: center;
}
.about-wrapper .large-text span{
	display: block;
}
.about-wrapper .large-text span:after,
.about-wrapper .large-text span:before{
	display: inline-block;
	vertical-align: middle;
	background: #1096d5;
	position: relative;
	top: -2px;
}
.about-wrapper .large-text span:before{
	margin-right: 10px;
}
.about-wrapper .large-text span:after{
	margin-left: 4px;
}
.about-wrapper .cell:last-child{
	padding-left: 60px;
}
.about-wrapper .about-text{
	padding-top: 30px;
	max-width: 740px;
}
.about-wrapper .large-text{
	font: 32px/42px 'Fremont Bold';
	text-transform: uppercase;
}
.about-wrapper h1{
	color: #093c70;
	margin-bottom: 20px;
}
.about-wrapper p{
	color: #2a2a2a;
	margin-bottom: 30px;
}
/*=== PRODUCTS SECTION ===*/
.products-wrapper .top-text{
	background: #1096d5;
	color: #ffffff;
	padding: 33px 0;
}
.products-wrapper .top-text h2{
	font: 32px/42px 'Fremont Bold';
	text-transform: uppercase;
	margin-bottom: 7px;
}
.products-wrapper .top-text h2:after,
.products-wrapper .top-text h2:before,
.products-wrapper .img-box .more:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 56px;
	height: 10px;
	background: #ffffff;
	position: relative;
	top: -3px;
}
.products-wrapper .top-text h2:before{
	margin-right: 15px;
}
.products-wrapper .top-text h2:after{
	margin-left: 17px;
}
.products-wrapper .top-text p{
	font: 16px 'Metropolis-Medium';
	margin-bottom: 0;
}
.products {
	color: #ffffff;
	background: url(../images/layout/bg-wood.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 65px 0 45px;  
}
.products .cell{
	padding: 0 20px 30px;
}
.products .row:last-child .cell{
	padding-bottom: 0;
}
.product-box{
	display: block;
}
.product-box h3{
  	color: #ffffff;
}
.product-box .img-box {
	display: inline-block;
	vertical-align: top;
	width: 172px;
	height: 172px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	position: relative;
	margin-bottom: 35px;
/* 	display: block; */
}
.product-box .img-box .relative{
	width: 100%;
	height: 100%;
	padding-top: 73px;
	background: rgba(33, 30, 31, 0.5);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.product-box .img-box:before{
	content: "";
	display: block;
	width: 202px;
	height: 202px;
	border: 6px solid #ff0000;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	position: absolute;
    left: -15px;
    top: -15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    		box-sizing: border-box;

}
.product-box .img-box .more{
	color: #ffffff;
	font-size: 19px;
}
.product-box .img-box .more:before{
	content: none;
}
.product-box .img-box .more:after{
	display: block;
	width: 38px;
	height: 8px;
	background: #ffffff;
	margin: 15px auto 0;
}
/* Products for Inner Page */
#inner .products .cell{
	padding: 0 18px 30px;
}
#inner .product-box .img-box{
	width: 118px;
	height: 118px;
	border: 3px solid #ffffff;
    margin-bottom: 25px;
    background-size: auto;
}
#inner .product-box .img-box.ico-glulam{
	background-image: url(../images/icons/glulam.png);
}
#inner .product-box .img-box.ico-waterproof{
	background-image: url(../images/icons/waterproof.png);
}
#inner .product-box .img-box.ico-stronger{
	background-image: url(../images/icons/stronger.png);
}
#inner .product-box .img-box.ico-lighter{
	background-image: url(../images/icons/lighter.png);
}
#inner .product-box  h3{
	margin-bottom: 10px;
}
#inner .product-box p{
	font-size: 16px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.6);
}
#inner .product-box .img-box .relative{
	padding-top: 45px;
	background: rgba(33, 30, 31, 1);
}
#inner .product-box .img-box:before{
	width: 142px;
	height: 142px;
	border: 3px solid #ff0000;
	left: -15px;
    top: -15px;
}
#inner .product-box .img-box .more{
	font-size: 14px;
}
#inner  .product-box .img-box .more:after{
	height: 5px;
}
#inner .products{
	padding-bottom: 57px;
}
#inner .products > .container > .more{
	display: block;
	margin-top: 20px;
}
#inner .products .more:before{
	background: url(../images/arrows/more-red.png) no-repeat
}

#products.quick-links-wrapper .img-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  transition: all 0.3s ease 0s;
}

#products.quick-links-wrapper .img-box span[class^="ico"] {
  display: block;
  height: 152px;
  width: 152px;
  position: relative;
  margin: 0 auto 45px;
}

#products.quick-links-wrapper .img-box span[class^="ico"]:before {
  border-color: transparent;
}

#products.quick-links-wrapper .img-box span[class^="ico"] i {
  box-shadow: inset 0 0 0 0 #093c70, inset 0 0 0 6px #FFF ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}

#products.quick-links-wrapper .img-box:hover span[class^="ico"] i {
  box-shadow: inset 0 0 0 6px #093c70, inset 0 0 0 152px #FFF;
}
#products.quick-links-wrapper .img-box:hover i.btn {
  color: #FFF;
  background-color: #093c70;
  border-color: #093c70;
}

#products.quick-links-wrapper .img-box:hover:before {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
/*=== QUICK LINKS SECTION ===*/
.ql-box .img-box {
	position: relative;
	display: block;
	height: 410px;
}
.ql-box .img-box:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(9, 60, 112, 0.5);
}
.ql-box .text-overlay {
	height: 100%;
	position: relative;
	z-index: 1;
}
.ql-box .img-box .cell {
	padding-top: 30px;
}
.ql-box span[class^=ico]:before {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	border:  6px solid #ffffff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	margin: 0 auto;
}
.ql-box span[class^=ico]:after {
	margin: 16px auto 22px;
}
.ql-box span[class^=ico] i:before {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.ql-box span[class^=ico] i:after {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.ql-box .ico-tools i:before {
	background: url(../images/icons/tools.png) center center no-repeat;
}
.ql-box .ico-architecture i:before {
	background: url(../images/icons/architecture.png) center center no-repeat;
}
.ql-box .ico-moving i:before {
	background: url(../images/icons/moving.png) center center no-repeat;
}
.ql-box .ico-tools i:after {
	background: url(../images/icons/tools_dark.png) center center no-repeat;
}
.ql-box .ico-architecture i:after {
	background: url(../images/icons/architecture_dark.png) center center no-repeat;
}
.ql-box .ico-moving i:after {
	background: url(../images/icons/moving_dark.png) center center no-repeat;
}
#products.quick-links-wrapper .img-box:hover span[class^="ico"] i:before {
  opacity: 0;
  visibility: hidden;
}
#products.quick-links-wrapper .img-box:hover span[class^="ico"] i:after {
  opacity: 1;
  visibility: visible;
}

.ql-box .btn{
	font: 24px 'Fremont Bold';
	color: #1096d5;
	background: #ffffff;
	min-width: 278px;
}

/*=== SOCIAL SECTION ===*/
.social-wrapper .top-text,
.top-text-social{
	background: url(../images/layout/stripes-pattern.png) #1096d5;
	color: #ffffff;
	padding: 85px 20px 50px 20px;
}
.top-text-social {
	padding: 0px 20px 50px 20px !important;
}
.social-wrapper h2{
	font: 50px/54px 'Fremont Bold';
}
.social-wrapper h2:after{
	width: 74px;
	background: #093c70;
	margin: 26px auto 0;
}
.soc-box{
	padding: 0 16px;
}
.soc-box .img-box{
	height: 455px;
	position: relative;
	display: block;
}
.soc-box .text-overlay{
	height: 100%;
	width: 100%;
    position: relative;
    background: rgba(33, 30, 31, 0.75);
   	color: #ffffff;
   	padding: 30px 50px;
}
.soc-box .text-overlay p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}
.soc-box .img-box > [class^=ico]{
	position: absolute;
	left: 24px;
	bottom: 20px;
}
.soc-box .ico-fb {
	display: inline-block;
	vertical-align: top;
	width: 38px;
	height: 38px;
	background: url(../images/icons/facebook.png);
}
.soc-box .ico-tt{
	display: inline-block;
	vertical-align: top;
	width: 31px;
	height: 36px;
	background: url(../images/icons/tt.png) no-repeat;
}
.soc-box .text-overlay .ico-tt,
.soc-box .text-overlay .ico-fb{
	margin-bottom: 20px;
}
.soc-box .text-overlay .ico-fb{
	background: url(../images/icons/facebook-red.png);
}
.soc-box .text-overlay .ico-tt{
	background: url(../images/icons/tt-red.png);
}
.soc-box .more:before{
	background: url(../images/arrows/more-red.png) no-repeat;
}
.social-inner{
	position: relative;
	top: -60px;
	padding-bottom: 45px;
}
.social-wrapper li{
	vertical-align: top;
	width: 10px;
	height: 10px;
	padding: 2px;
	margin: 0 3px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.social-wrapper li button{
	border: 1px solid #100801;
	padding: 0;
	width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.social-wrapper .slick-dots li.slick-active{
	background: #1096d5;
}
.social-wrapper .slick-dots li.slick-active button{
	border-color: #1096d5;
}
.social-wrapper .slick-dots{
	margin-top: 50px;
}
/*=== BAR CALLOUT ===*/
.bar-callout{
	height: 158px;
	background: #211e1f;
	color: #ffffff;
}
.bar-callout .cell:last-child{
	width: 41%;
}
.bar-callout .cell:last-child .inner-box{
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0px 0 0 40px;
}
.cta-text{
	font: 22px/32px 'Metropolis-Medium';
	padding-top: 10px;
}
.btn-cta{
	display: block;
	width: 100%;
	height: 100%;
	background: #3c3c3c;
	-webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    padding: 65px 20px 20px 45px;
    text-transform: uppercase;
}
.btn-cta:hover,
.btn-cta:hover:after{
	background: #ff0000;
}
.btn-cta:after{
	content: "";
    display: block;
    height: 100%;
    width: 40px;
    background: #3c3c3c;
    position: absolute;
    right: -35px;
    top: 0;
}
.btn-cta span{
	display: block;
	font: 18px 'Metropolis-Bold';
	-webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    transform: skew(25deg);
}
/*=== FOOTER ===*/
.footer-wrapper{
	font-size: 14px;
	font-family: 'Metropolis-Light';
	background: #093c70;
	color: #ffffff;
	position: relative;
	height: 115px;
}
.footer-wrapper .cell:last-child{
	width: 200px;
}
.footer-wrapper p{
	margin-bottom: 0;
	text-transform: uppercase;
}
.footer-wrapper p strong,
.footer-wrapper a{
	font-family: 'Metropolis-Medium';
}
.footer-wrapper p span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.footer-wrapper .cell:first-child a:not([href^="tel:"]){
	margin-left: 15px;
}
.footer-wrapper .cell:first-child a:last-child{
	margin-left: 0;
}
.logo-AITC{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icons/logo-AITC.png) no-repeat;
	width: 65px;
	height: 65px;
	margin-right: 30px;
}
.jbsystem{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icons/logo-JB-Systems.png) no-repeat;
	width: 99px;
	height: 42px;
}
.slick-slide img {
  margin-bottom: 18px;
}

/******************
  FAQ PAGE STYLES
******************/

.faq-list,
.faq {
  list-style: none;
  display: block;
}

.faq {
  padding: 20px 20px 20px 25px;
  border: 1px solid #e3e3e3;
}

.faq + .faq {
  margin-top: 15px;
}

.faq p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
}

.faq p span {
  font-size: 22px;
  display: inline-block;
  padding-right: 6px;
}

.faq:nth-child(2n) {
  background-color: #e3e3e3;
}

.faq .cell:first-child {
  width: 60px;
}

.faq header {
  font: 28px/36px 'Metropolis-Bold';
}

.faq .answer {
  padding: 15px 0 0 0;
}

#faq-page h2 {
/*
  font-size: 32px;
  line-height: 40px;
*/
  margin-bottom: 22px;
}

#faq-page .faq-list + h2 {
  margin-top: 66px;
  padding-top: 66px;
  border-top: 2px solid #e6e6e6;
}

#faq-page span.question {
  font-size: 40px;
  line-height: 46px;
  display: block;
  font-family: 'Fremont Bold';
  margin-top: -8px;
}


/******************
  Sections Tabs
******************/

#section-tabs {
  position: relative;
  display: block;
  margin: 50px auto 0px;
  width: 100%;
  max-width: 1024px;
  min-height: 168px;
}

#section-tabs + * {
  margin-top: 50px;
}

#section-tabs > div {
  display: inline-block;
  width: 48.9%;
  transition: width 0.3s ease 0s, top 0.3s ease 0s, left 0.3s ease 0s;
  position: absolute;
}

#section-tabs > div:nth-child(1) {
  top:0px;
  left: 0px;
}

#section-tabs > div:nth-child(2) {
  top:0px;
  left: 51.1%;
}

#section-tabs > div:nth-child(3) {
  top:calc(100% - 74px);
  left: 0px;
}

#section-tabs > div:nth-child(4) {
  top:calc(100% - 74px);
  left: 51.1%
}

#section-tabs > div > .tab-btn {
  display: block;
  width: 100%;
  background-color: #199ad7;
  color: #fff;
  font-family: 'Fremont Bold';
  font-size: 24px;
  line-height: 24px;
  padding: 25px 60px 25px 40px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}
#section-tabs > div > .tab-btn.active {
  background-color: #093c70;
}

#section-tabs > div > .tab-btn > span {
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  margin: auto;
  top:0px;
  bottom: 0px;
  right: 36px;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
}

#section-tabs > .active > .tab-btn > span {
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}

#section-tabs > div > .tab-btn > span:before,
#section-tabs > div > .tab-btn > span:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom:0px;
  left: 0px;
  right: 0px;
}

#section-tabs > div > .tab-btn > span:before {
  height: 19px;
  width: 3px;
}

#section-tabs > div > .tab-btn > span:after {
  width: 19px;
  height: 3px;
}

#section-tabs > .active {
/*   margin-bottom: 30px; */
}

#section-tabs .tab-content {
  display: none;
  border-left: solid 8px #199ad7;
  border-right: solid 8px #199ad7;
  border-bottom: solid 8px #199ad7;
}

#section-tabs .tab-content .tab-content-area {
  padding: 25px;
}

#section-tabs a[href*="pdf"],
#section-tabs a[href*="xls"],
#tinymce a[href*="pdf"],
#tinymce a[href*="xls"]{
	display: inline-block;
	color: #ff0000;
}
#section-tabs a[href*="pdf"] + a[href*="xls"]:before,
#section-tabs a[href*="xls"] + a[href*="pdf"]:before,
#tinymce a[href*="pdf"] + a[href*="xls"]:before,
#tinymce a[href*="xls"] + a[href*="pdf"]:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  vertical-align: middle;
  background-color: #ff0000;
  margin: -3px 8px 0px 6px;
}

#section-tabs a[href*="pdf"]:first-child:before,
#section-tabs a[href*="xls"]:first-child:before,
#tinymce a[href*="pdf"]:first-child:before,
#tinymce a[href*="xls"]:first-child:before {
	content: "";
	width: 32px;
	height: 41px;
	background: url(/images/icons/brochure.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

#section-tabs a[href*="pdf"] + span,
#section-tabs a[href*="xls"] + span,
#tinymce a[href*="pdf"] + span,
#tinymce a[href*="xls"] + span {
  display: block;
  padding-left: 45px;
  margin-bottom: 30px;
  margin-top: -10px;
}

.tab-content-area > .table > .cell:first-child {
  padding-right: 30px !important;
}

.tab-content-area > .table > .cell:last-child {
  padding-left: 30px !important; 
}

.tab-content-area p + p {
  padding-top: 20px;
}

#section-tabs ul {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#section-tabs p {
  margin-bottom:0;
}

#section-tabs ul li {
  position: relative;
  display: block;
  padding: 20px;
  border-bottom: solid 1px #dad9d8;
}

#section-tabs ul li:last-child {
  border: none;
}
#section-tabs ul li:before {
  content: "";
  width: 8px;
  height: 8px;
/*   background-color: #E75D25; */
  display: block;
  position: absolute;
  top:28px;
  left: 0px;
/*   border-radius: 50%; */
}

.page-content-photo {
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  width: 100%;
}

#map-canvas {
	height:250px;
	width:100%;
	margin-bottom:20px;
}

.photo-gal {
	text-align: center;
}
.photo-gal .btn {
	margin-top: 50px;	
}


a.grid-item {
	display: block;
	position: relative;
}
a.grid-item:before {
  content: "";
  display: block;
  height: calc(100% - 40px);
  background-color: rgba(255, 0, 0, 0.7);
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

a.grid-item:after {
	content: attr(data-title);
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0px;
	font-size: 26px;
	line-height: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
  position: absolute;
  color: #FFF;
  font-family: 'Fremont Bold';
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 1;
  padding: 0px 30px;
  box-sizing: border-box;
}

a.grid-item:hover:before,
a.grid-item:hover:after {
  visibility: visible;
	opacity: 1;
}


/* ---- grid ---- */
#photo-gal-container {
	height: 0px;
	overflow: hidden;
}
.grid {
  margin: 0px auto;
  max-width: 100%;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	width: 330px;
	display: block;
}
.grid-item.yt-image {
  background-size: auto 140%;
}

.grid-item--height2 { 
	height: 450px; 
}
.grid-item--height3 { 
	height: 350px; 
}
#add-gal {
  background-color: #093c70;
  color: #FFF;
  border: 2px solid #093c70;
  padding: 15px 38px;
}

#add-gal:hover {
  background-color: #fff;
  color: #093c70;
}

.gal-header {
  padding-bottom: 22px;
}


#section-notes .header-row .cell {
  background-color: #1096d5;
  color: #ffffff;
  padding: 33px 0;
}
#section-notes .header-row h2::after {
  margin-left: 17px;
}
#section-notes .header-row h2::after, #section-notes .header-row h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 10px;
  background: #ffffff;
  position: relative;
  top: -3px;
}
#section-notes .header-row h2::before {
  margin-right: 15px;
}

#section-notes .header-row h2 {
  font: 32px/42px 'Fremont Bold';
  text-transform: uppercase;
  margin-bottom: 7px;
}

#section-notes .content-row .cell {
  color: #ffffff;
  background: url(/images/layout/bg-wood.jpg) no-repeat left top scroll transparent;
  background-size: cover;
  padding: 65px 0 45px;
}

#section-notes .icon-set {
  list-style: none;
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 0px;
}

#section-notes .icon-set li {
  width: 25%;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding: 0px 30px;
  vertical-align: top;
}

#section-notes .icon-set li figure {
  height: 118px;
  width: 118px;
  border-radius: 50%;
  border:4px solid #FFF;
  display: inline-block;
  margin-bottom: 28px;
  position: relative;
}

#section-notes .icon-set li figure img {
  display: block;
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform:    translate(-50%, -50%);
  -ms-transform:     translate(-50%, -50%);
  -o-transform:      translate(-50%, -50%);
  transform:         translate(-50%, -50%);
}
.main-content h2.align-center:after {
  margin: 5px auto 10px;
}
.callout + * {
  margin-top: 40px;
}
#current-positions .cell.padding{
  padding: 0px 28px;
}

.all-jobs,
.all-jobs > li {
  list-style: none;
  display: block;
}

.all-jobs header {
  display: block;
  width: 100%;
  background-color: #a5b0b9;
  color: #fff;
/*   font-family: 'Fremont Bold'; */
  font-size: 18px;
  line-height: 22px;
  padding: 25px 60px 22px 30px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  transition: width 0.4s ease 0s;
}

.all-jobs header span {
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  right: 22px;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.all-jobs header span:before, 
.all-jobs header span:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.all-jobs header span:after {
  width: 19px;
  height: 3px;
}
.all-jobs header span:before {
  height: 19px;
  width: 3px;
}

.all-jobs .show header span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-job {
  padding: 20px;
  border-bottom: 8px solid #a5b0b9;
  border-left: 8px solid #a5b0b9;
  border-right: 8px solid #a5b0b9;
  display: none;
}

.all-jobs > li {
  padding: 20px 0 0 0;
}

.sub-photo-gallery img {
  max-height: 300px;
  margin-bottom: 0;
}

.sub-photo-gallery .thumbnailIMG {
  display: inline-block;
  height: 300px !important;
}

#job-openings {
  margin-bottom: 25px;
}

/* ---- tables with data ---- */
body:not(.desktop) .data {
	overflow-y: auto;
}

body:not(.desktop) .data:before {
	content: "Touch to scroll table content";
	display: block;
	padding: 10px 0;
}

body:not(.desktop) .data th {
	min-width: 70px;
}

body:not(.desktop) .data table {
	border: 1px solid #1096d5;
}

.data th {
	background: #1096d5;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

.data table tr th:last-child {
	width: 80px;
}

.data table tr:nth-child(odd) {
	background: #CCC;
}

.data td {
	padding: 5px 2px;
	text-align: center;
	vertical-align: middle;
}

.editing a {
	cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

select.custom-select + * {
	margin-top: 10px !important;
}