video.fillWidth {
	max-width: 100%;
}

.pattern-overlay {
z-index: 1;
width: 100%;
padding: 7em 0;
/*background-color: rgba(0, 0, 0, 0.22);*/

/*min-height: 550px; 
/* Incase of overlay problems just increase the min-height*/
}
div#vt-container {
    display: inline-block;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.22);
}
.pattern-overlay h2, .pattern-overlay p {
	color:#fff;
	/*text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;*/

}
.pattern-overlay h2{
	font-size:55px;
	font-weight:700;
	margin: 0px auto 20px;
	padding-top: 0;
	font-family: 'Montserrat', sans-serif;
}
.pattern-overlay p {
	font-size: 30px;
	font-weight: normal;
	margin: 0px auto 35px;
	font-family: 'Neuton', serif;
	line-height: 1.3em;
}
.pattern-overlay .btn {
  background-color: #f3c24a;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: 400;
  padding: 1em 2.75em;
  letter-spacing: 0.1em;
}
.pattern-overlay .buttonBar{display:none;}
.player {font-size: 1px;}

.video-section {
	overflow: hidden;
	position: relative;
}

#video_background { 
	position: absolute;
	top: 0; 
	right: 0px; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	overflow: hidden; 
	opacity: 1;
	z-index: -1;
}
#full-video {
	padding: 0;
}
#more-arrow {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #9A9A9A;
}
.hero-container__play-btn {
  background-position: 0.6em 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  color: #fff;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.15;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.8em 0.8em 0.8em 3.3em;
  background-image: url(../../images/play-btn.svg);
}
.hero-container__play-btn {
  width: 160px;
  font-size: 13px;
  margin-top: 21px;
  background-size: 30px 30px;
}
.hero-container__play-btn:hover,
.hero-container__play-btn:focus {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
  outline: 0;
}
/* Video Modal */
#full-video .modal-content {
  border-radius: 0;
  background-color: #000000;
}
#full-video .modal-body {
    padding: 0;
}
#full-video button.close {
	position: absolute;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50%;
  height: 31px;
  right: -15px;
  top: -15px;
  width: 31px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.4);
  opacity: 1;
}
#full-video .close {
	font-size: 30px;
}
/*======BUILDING VIDEO=========*/
#building-anchor.building {
	padding-top: 0;
	padding-bottom: 0;
	max-height: 620px;
}
#building-video {
  z-index: 0;
  position: relative;
  text-align: center;
  padding: 20% 0;
}
.bldg-hero-container__img {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/background-building.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
/*==Interior video===*/
#video-banner .HTMLBlock {
}
#video-banner .hero {
  position: relative;
  overflow: hidden;
  height: 250px;
}
#video-banner .hero > video {
  position: relative;
  top: 0;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  opacity: 0.85;
}
#video-banner .text-overlay {
	z-index: 1;
	position: absolute;
	top: 5%;
	width: 100%;
}
.remove {
	display: none;
}
/*=====	MEDIA QUERIES =========*/

@media (min-width: 959px) {
	.modal-dialog {
		width: 960px;
		height: auto;
		margin: 50px auto;
	}
}
@media (min-width: 1157px) {
	#full-video .video-section {
		height: 500px;
	}
}
@media (min-width: 1391px) {
	#full-video .video-section {
		height: 600px;
	}
}
@media (min-width: 1670px) {
	.bldg-hero-container__img {
		top: -150px;
	}
	section.building .contentarea {
		top: -200px;
		position: relative;
	}
}
@media (min-width: 1779px) {
	.bldg-hero-container__img {
		top: -150px;
	}
	section.building .contentarea {
		top: -190px;
		position: relative;
	}
}
@media (max-width: 1099px) {
	#full-video .video-section {
		background-image: url(../../images/Home-Main_fallback_img.png);
		background-size: cover;
		min-height: 200px;
	}
	#video_background, #bldg_video_background, .bldg-hero-container__img {
		display: none;
	}
}
@media (max-width: 992px) {

	.pattern-overlay {
		padding: 3em 0;
	}
	.pattern-overlay h2 {
		font-size: 45px;
	}
	.hero-container__play-btn {
		margin-bottom: 20px;
		margin-top: 0;
	}
	#building-anchor.building {
		max-height: 437px;
	}
	
}
@media (max-width: 769px) {
	.pattern-overlay h2, .pattern-overlay p {
		line-height: normal;
	}

}

@media (max-width: 767px) {
	.pattern-overlay p {
		font-size: 1.5em;
	}
	.pattern-overlay h2 {
		font-size: 2em;
	}
	.pattern-overlay .btn {
		font-size: 10px;
	}
	.pattern-overlay {
		text-align: center;
	}

}
@media (max-width: 667px) {
	.pattern-overlay h2, 
	.pattern-overlay p {
		font-size: 150%;
		margin-bottom: 5px;
		text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
			-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
			-moz-text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}
	.pattern-overlay .btn {
	  padding: 8px 25px;
	}
	#more-arrow {
		bottom: 0;
	}
	#more-arrow img {
	  width: 10%;
	}
	.hero-container__play-btn {
		margin-top: 10px;
	}

}
@media (max-width: 480px) {
	#full-video .video-section {
		background-size: 100% 100%;
	}
	.video-section .pattern-overlay {
		/*min-height: 200px;
		padding: 15px;*/
	}
	#video_background {
		display: none;
	}
	.pattern-overlay h2, 
	.pattern-overlay p {
		width: 14em;
	}
	.hero-container__play-btn {
	  width: 122px;
	  font-size: 11px;
	  margin-top: 0;
	  background-size: 22px 30px;
	}
	#video-banner .hero {
	  height: auto;
	}
	#video-banner .text-overlay {
	  top: 0;
	  padding: 2em 0;
	}
}

