/* CSS Document */
.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 580px;
}
.home-banner:after {
	content: '';
	position: absolute;
	z-index: 3;
	left: 0; right: 0; bottom: 0;
	height: 70%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+29,0.65+88,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.65) 88%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 88%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 88%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.home-banner > .slider-wrapper {
  position: relative;
  z-index: 2;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 440px;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn > span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*transition: top .1s linear;
  -webkit-transition: top .1s linear;
  -moz-transition: top .1s linear;
  -ms-transition: top .1s linear;
  -o-transition: top .1s linear;*/
}
.home-banner .text-content {
  position: absolute;
  z-index: 4;
  text-align: center;
  left: 15px;
  right: 15px;
  bottom: 40px;
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-banner.ready .text-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.home-banner .text-content h1 {
  position: relative;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 156px;
  line-height: 1em;
	opacity: 0;
	transform: translate(15%,0);
	letter-spacing: 2vw;
  transition: all .6s ease .5s;
	-webkit-transition: all .6s ease .5s;
	-moz-transition: all .6s ease .5s;
	-o-transition: all .6s ease .5s;
}
.home-banner.ready .text-content h1 {
	opacity: 1;
	letter-spacing: 0;
	transform: translate(0,0);
}
.home-banner .text-content h1 > span {
	font-size: 34px;
	letter-spacing: 10px;
}
@media screen and (max-width: 1200px) {
	.home-banner .text-content h1 {
		font-size: 13vw;
	}
	.home-banner .text-content h1 > span {
		font-size: 3vw;
		letter-spacing: 1vw;
	}
}
@media screen and (max-width: 767px) {
	.home-banner .text-content h1 {
		opacity: 1;
		letter-spacing: 0;
		transform: translate(0,0);
	}
}

