@charset "utf-8";
/* CSS Document */

/***********************************************Key Phase*/
.KeyPhasePanel {
	position: relative;
	float: left;
	width: 100%;
}
.KeyPhasePanel img {
	width: 100%;
	height: 50px;
}
.Keyphase {
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.KeyphaseInner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Keyphase h1 {
	text-align: center;
	font-weight: 300;
	font-size: 4em;
	color: #093c5b;
}
/***********************************************Key Phase*/
/***********************************************Benefits*/
.BenefitsPanel {
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../ui/benefits-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-color: #0bb5eb;
}
.BenefitPlaceholder {
	float: left;
	width: 100%;
	position: relative;
}
.BenefitPlaceholder img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	padding: 0;
}

.Benefits {
	position: relative;
	width: 100%;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
}
.Benefits h2 {
	font-size: 4.5em;
	font-weight: 300;
	color: #FFF;
	text-align: center;
}
.slider {
	position: relative;
	width: 90%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.slick-slide {
  margin: 0px 50px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}
.BenefitInfo {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	padding-left: 1%;
}
.BenefitInfo a {
	text-align: center;
	font-size: 1.35em;
	font-weight: 300px;
	color: #023d5b;
	text-decoration: underline;
}
.BenefitInfo a:hover {
	color: #FFF;
}
.BenefitInfo h3 {
	color: #FFF;
	font-size: 1.5em;
	margin-bottom: 1.85%;
	
}
/***********************************************Benefits*/
/**************************************************************Parallax*/
.ParralaxMaster {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	height: 418px;
}
.ParrallaxHolder {
	position: relative;
	float: left;
	width: 100%;
	line-height: 0px;
	padding: 0;
	box-sizing: border-box;
	display: block;
}

.parallax {
	width: 100%;
	position: relative;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: auto;
	height: 100%;
	line-height: 0px;
	padding: 0;
	box-sizing: border-box;
}
.fixedbackround {
	background-attachment: fixed !important;
}
.scrollbackround {
	background-attachment: scroll !important;
}

.ParrallexInner {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	line-height: 0px;
	padding: 0;
}
img.PallallexPlaceholder {
	width: 100%;
	height: auto;
}
@media all and (min-width:320px) and (max-width:1024px) {
	.parallax {
		background-attachment: scroll;
		background-size: cover;
	}
	.fixedbackround {
		background-attachment: scroll !important;
	}
	.scrollbackround {
		background-attachment: scroll !important;
	}
}

/**************************************************************Parallax*/

/***************************************************************Feature Panel*/
.FeaturePanel {
	float: left;
	width: 100%;
	position: relative;
}
img.FeaturePlaceholder {
	width: 100%;
	height: auto;
	display: none;
}
.FeatureInner {
	position: relative;
	width: 100%;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 120px;
}
.LeftTile {
	margin-right: 2.286%;
}
.FeatureTiles {
	float: left;
	width: 48.857%;
	position: relative !important;
	line-height: 0px;
	overflow: hidden;
	box-sizing: border-box;
}
.FeatureTiles img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s;
	transform: scale(1);
	transition: transform 0.35s;
}
.FeatureOverLay {
	width: 100%;
	position: absolute;
	padding-top: 15px;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.FeatureOverLay h3 {
	color: #ffffff;
	font-size: 3.75em;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.FeatureOverLay h3 a {
	color: #FFF;
	text-decoration: none;
}
.FeatureBottom {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	line-height: 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.FeatureBottom img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s;
	transform: scale(1);
	transition: transform 0.35s;
}
.tilearea {
	overflow: hidden;
}
/***************************************************************Feature Panel*/
@media (min-width: 330px) {
	.slider {
		width: 98%;
		margin-left: 2%;
	}
	.slick-slide {
	  margin: 0px 6px;
	}
	.Keyphase h1 {
		font-size: 2em;
	}
	.Benefits h2 {
		font-size: 5.65vw;
	}
	.BenefitInfo a {
		font-size: 4.5vw;
	}
	.BenefitInfo h3 {
		margin-top: 10px;
		font-size: 4.75vw;
	}
	.slick-slide img {
	  width: 80%;
	  height: auto;
	}
	.BenefitsPanel {
		background-position: right center;
		background-size: cover;
	}
}
@media (min-width: 768px) {
	.slick-slide {
	  margin: 0px 50px;
	}
	.Keyphase h1 {
		font-size: 3em;
	}
	.Benefits h2 {
		font-size: 5.65vw;
	}
	.BenefitInfo a {
		font-size: 2.75vw;
	}
	.BenefitInfo h3 {
		font-size: 3.5vw;
	}
}
@media (min-width: 1024px) {
	.slider {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.slick-slide {
	  margin: 0px 42px;
	}
	.BenefitInfo h3 {
		font-size: 2.55vw;
	}
	.BenefitInfo {
		padding-right: .5%;
	}
	.BenefitInfo a {
		font-size: 2vw;
	}
	.slick-slide img {
	  width: 100%;
	  height: auto;
	}
}
@media (min-width: 1280px) {
	.slider {
		width: 90%;
		margin-left: auto;
	}
	.slick-slide {
	  margin: 0px 50px;
	}
	.Keyphase h1 {
		font-size: 3em;
	}
	.Benefits h2 {
		font-size: 4.5vw;
	}
	.BenefitInfo h3 {
		font-size: 1.5em;
	}
	.BenefitInfo a {
		font-size: 1.35em;
	}
}
@media (min-width: 1366px) {
	.slider {
		width: 90%;
	}
	.Keyphase h1 {
		font-size: 3em;
	}
	.Benefits h2 {
		font-size: 4.5vw;
	}
	.BenefitInfo h3 {
		font-size: 1.5em;
	}
	.BenefitInfo a {
		font-size: 1.35em;
	}
	.slick-slide img {
		width: 100%;
	}
	.slick-slide {
	  margin: 0px 50px;
	}
}
@media (min-width: 1367px) {
	.slider {
		margin-left: auto;
		width: 90%;
	}
	.slick-slide {
	  margin: 0px 50px;
	}
	.Benefits h2 {
		font-size: 4.5em;
	}
	.Keyphase h1 {
		font-size: 3em;
	}
	.BenefitInfo h3 {
		font-size: 1.5em;
	}
	.BenefitInfo a {
		font-size: 1.35em;
	}
	.slick-slide img {
	  width: 100%;
	  height: auto;
	}
}
@media all and (min-width:300px) and (max-width:768px) {
  .FeatureTiles {
	  width: 100%;
	  margin-bottom: 25px;
  }
  .FeatureTiles:first-child {
	  margin-right: 0;
  }
  .FeatureBottom {
	  margin-bottom: 25px;
  }
  
}
@media all and (min-width:768px) and (max-width:4000px) {
	.GalleryContent p {
		line-height: normal;
		text-transform: uppercase;
		font-size: 3.75em;
		font-weight: 400;
		color: #FFF;
	}
}
@media all and (min-width:100px) and (max-width:767px) {
	.GalleryContent p {
		line-height: normal;
		text-transform: uppercase;
		font-size: 2em;
		font-weight: 500;
		color: #FFF;
	}
}
