/** LANDING PAGE **/

#landing-hero, #cover-vid {
	width: 100%;
/*	margin-top: 60px;
  	padding-bottom: 56.25%;*/
  	background-color: #32c0c4;
  	background-image: url('../imgs/hero.jpg');
  	background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
  	position: relative;
}

	#cover-vid .container {
		text-align: center;
		width: 100%;
		height: 100%;
	}

	#cover-vid #a3-white {
		width: 272px;
		height: 323px;
		position: absolute;  
	    top: 0;  
	    bottom: 0;  
	    left: 0;  
	    right: 0;  
	    margin: auto;
	}

#landing-aaa {
	width: 100%;
	height: 100%;
  	padding-bottom: 56.25%;
  	position: relative;
  	display: table;
}

	#landing-aaa .col-10-limit {
		max-width: 946px;
	}

#landing-vision {
	width: 100%;
	height: 100%;
  	padding-bottom: 56.25%;
  	position: relative;
  	display: table;
  	background-image: url('../imgs/hero_vision_gradient.jpg');
  	background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
}

	#landing-vision .col-10-limit {
		max-width: 946px;
	}

	#landing-vision h2 {
		margin-bottom: 16px;
	}

	#landing-vision .b1 {
		margin-bottom: 32px;
	}

#contact {
	width: 100%;
	height: 100%;
  	padding-bottom: 56.25%;
  	position: relative;
  	display: table;
  	background-color: #000;
  	background-image: url('../imgs/hero_social.jpg');
  	background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
}

	#contact .container {
		text-align: center;
	}

	#contact h2 {
		margin-bottom: 16px;
	}

	#contact i {
		color: #32c0c4;
		font-size: 48px;
		margin-left: 5px;
		margin-right: 5px;
	}

	#contact a i:hover {
		color: #79eef2;
	}


/* Top Marquee Video */
.poster {display: none;}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
    background-image: url('../imgs/team.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;

}
.video-container .poster img {
    width: 100%;
    /*bottom: 0;*/
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

.video-container:after {
	content: "";
    /*background-image: url(../imgs/pattern-overlay.png);*/
    background-color: #32c0c4;
    /*background-color: #b80d13;*/
    /*background-color: rgba(0,0,0,0.3);*/
    /*background-color: rgba(255,255,255,0.2);*/
    mix-blend-mode: color;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index:0;  
    /*transform: rotate(-45deg);*/

}



/**  TABLET LANDSCAPE BREAKPOINT  **/
@media (min-width: 1024px) and (max-width: 1279px) {

	#landing-vision .col-10-limit, #landing-aaa .col-10-limit {
		max-width: 100%;
	}

	#cover-vid .video-container { display: none;}

}

/** TABLET PORTRAIT BREAKPOINT **/
@media (min-width: 768px) and (max-width: 1023px) {

	/* COMPONENT CONTAINERS */
	#landing-vision .col-10-limit {
		width: 100%;
	}

	#landing-hero, #landing-vision, #landing-aaa, #contact {
		height: auto;
		padding-bottom: 75%;
		/*padding-bottom: 100%;*/
	}

	#landing-hero #a3-white {
		width: 200px;
	}

	#cover-vid .video-container { display: none;}

}

/** MOBILE BREAKPOINT **/
@media (min-width: 320px) and (max-width: 767px) {

	#landing-hero, #landing-aaa, #landing-vision, #contact {
		padding-bottom: 0%;
		height: auto;
		width: 100%;
		padding-top: 72px;
		padding-bottom: 72px;
		/*display: inline-block;*/
	}

	.content {
			/*text-align: center;*/
		display: inline-block;
		/*vertical-align: middle;*/
		position: relative;
		top: 0%;
		transform: translateY(0%);
	}

	#contact i {
		font-size: 32px;
	}


	#cover-vid {
		height: 100%;
	}

	#cover-vid #a3-white {
		width: 200px;
		display:inline-block;
	}

	#cover-vid .video-container { display: none;}


}


}
