@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src: url('/fonts/slick.eot');
	src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'),
		url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 50px;
	z-index: 98;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: 50px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
.slick-arrow::before {
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	display: block;
}
.slick-arrow.slick-prev::before {
	background: url("../images/banner-arrow-left.svg") center repeat-x;
	background-size: auto auto;
	background-size: 100%;
}
.slick-arrow::before {
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	display: block;
}
.slick-arrow.slick-next::before {
	background: url("../images/banner-arrow-right.svg") center repeat-x;
	background-size: auto auto;
	background-size: 100%;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.slick-slider img {
	/* keep images full screen */
	width: 100%;
}
#home .slick-slide {
	height: 100vh;
}
.new.banner-1 {
	background: url("../images/banner-homepage1-new.jpg") top center no-repeat;
	background-size: cover;
	height: 100vh;
}
.banner-1 {
	background: url("../images/banner-homepage1.jpg") top center no-repeat;
	background-size: cover;
	height: 100%;
}

.banner-2 {
	background: url("../images/banner-homepage7.jpg") center center no-repeat;
	background-size: cover;
}
.banner-3 {
	background: url("../images/banner-homepage5.jpg") center center no-repeat;
	background-size: cover;
}

.banner-content h2 {
	animation-duration: 3s;
	-vendor-animation-duration: 3s;
}
.banner-3 .banner-content h2.slide4,
.banner-3 .banner-content h2.slide5 {
	padding-left: 25%;
	padding-top: 0;
	text-align: left;
	margin-top: 0;
}
/* New banner */

.banner-4 {
	background: url(../images/banner-homepage6.jpg) center center no-repeat;
	background-size: cover;
}

.banner-4 h2.slide4 {
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	margin: auto;
	height: 98px;
}

.slick-active span.first span {
	display: inline-block;
	-moz-animation: stretch 3s cubic-bezier(0.4, 1.4, 0.75, 0.9) 1 forwards;
	-webkit-animation: stretch 3s cubic-bezier(0.4, 1.4, 0.75, 0.9) 1 forwards;
	animation: stretch 3s cubic-bezier(0.4, 1.4, 0.75, 0.9) 1 forwards;
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 0;
	font-size: 1em;
}

.slick-active .first span:nth-child(1) {
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.slick-active .first span:nth-child(2) {
	-moz-animation-delay: 1.15s;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}
.slick-active .first span:nth-child(3) {
	/*animation-delay: 3.3s;*/
}
.slick-active .first span:nth-child(4) {
	-moz-animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.slick-active .first span:nth-child(5) {
	-moz-animation-delay: 1.45s;
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}
.slick-active .first span:nth-child(6) {
	-moz-animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.slick-active .first span:nth-child(7) {
	-moz-animation-delay: 1.75s;
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}
.slick-active .first span:nth-child(8) {
	-moz-animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.slick-active .first span:nth-child(9) {
	-moz-animation-delay: 2.05s;
	-webkit-animation-delay: 2.05s;
	animation-delay: 2.05s;
}
.slick-active .first span:nth-child(10) {
	-moz-animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
.slick-active .first span:nth-child(11) {
	-moz-animation-delay: 2.35s;
	-webkit-animation-delay: 2.35s;
	animation-delay: 2.35s;
}
.slick-active .first span:nth-child(12) {
	-moz-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.slick-active .first span:nth-child(13) {
	-moz-animation-delay: 2.65s;
	-webkit-animation-delay: 2.65s;
	animation-delay: 2.65s;
}
.slick-active .first span:nth-child(14) {
	-moz-animation-delay: 2.8s;
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s;
}
.slick-active .first span:nth-child(15) {
	-moz-animation-delay: 2.95s;
	-webkit-animation-delay: 2.95s;
	animation-delay: 2.95s;
}
.slick-active .first span:nth-child(16) {
	-moz-animation-delay: 3.1s;
	-webkit-animation-delay: 3.1s;
	animation-delay: 3.1s;
}
.slick-active .first span:nth-child(17) {
	-moz-animation-delay: 3.25s;
	-webkit-animation-delay: 3.25s;
	animation-delay: 3.25s;
}
.slick-active .first span:nth-child(18) {
	-moz-animation-delay: 3.4s;
	-webkit-animation-delay: 3.4s;
	animation-delay: 3.4s;
}
.slick-active .first span:nth-child(19) {
	-moz-animation-delay: 3.55s;
	-webkit-animation-delay: 3.55s;
	animation-delay: 3.55s;
}
.slick-active .first span:nth-child(20) {
	-moz-animation-delay: 3.7s;
	-webkit-animation-delay: 3.7s;
	animation-delay: 3.7s;
}
.slick-active .first span:nth-child(21) {
	-moz-animation-delay: 3.85s;
	-webkit-animation-delay: 3.85s;
	animation-delay: 3.85s;
}
.slick-active .first span:nth-child(22) {
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

/*.slick-active span.second {
	display: inline-block;
	animation: stretch 3s cubic-bezier(0.4, 1.4, 0.75, 0.9) 1 forwards;
	transform-origin: center;
	animation-duration: 3s;
	opacity: 0;
}
.slick-active span.second{
	animation-delay: 1s;
}*/
@-moz-keyframes {
	0% {
		opacity: 0;
	}

	100% {
		/*transform: scaleX(1);*/
		opacity: 1;
	}
}

@-webkit-keyframes {
	0% {
		opacity: 0;
	}

	100% {
		/*transform: scaleX(1);*/
		opacity: 1;
	}
}
@keyframes stretch {
	0% {
		opacity: 0;
	}

	100% {
		/*transform: scaleX(1);*/
		opacity: 1;
	}
}

span.first {
	position: relative;
	display: inline-block;
	opacity: 0;
}
.slick-active span.first {
	opacity: 1;
}
.slick-active .light {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: 0;
	background: #fff;
	-moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
	-webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
	box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
	-moz-animation: flaremove 3s alternate 1 ease-in-out forwards, lightbright 3s alternate 1 linear forwards;
	-webkit-animation: flaremove 3s alternate 1 ease-in-out forwards, lightbright 3s alternate 1 linear forwards;
	animation: flaremove 3s alternate 1 ease-in-out forwards, lightbright 3s alternate 1 linear forwards;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-moz-border-radius: 9999px;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
}

.slick-active .flare {
	position: absolute;
	top: 80%;
	left: 80%;
	opacity: 0;
	-moz-animation: flaremove 3s alternate 1 ease-in-out forwards;
	-webkit-animation: flaremove 3s alternate 1 ease-in-out forwards;
	animation: flaremove 3s alternate 1 ease-in-out forwards;
	animation-delay: 1s;
	border-radius: 9999px;
}
.flare.one {
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	-moz-box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
	-webkit-box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
	box-shadow: inset 0px 0px 20px 2px rgba(190, 190, 240, 0.125), 0px 0px 20px 0px rgba(190, 190, 240, 0.125);
}
.flare.two {
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	-moz-box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
	-webkit-box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
	box-shadow: inset 0px 0px 100px 2px rgba(200, 230, 200, 0.125), 0px 0px 13px 2px rgba(200, 230, 200, 0.125);
}
.flare.three {
	margin: -300px 0 0 -300px;
	width: 600px;
	height: 600px;
	-moz-box-shadow: inset 0px 0px 22px 2px rgba(255, 50, 50, 0.25), 0px 0px 13px 2px rgba(255, 50, 50, 0.25);
	-webkit-box-shadow: inset 0px 0px 22px 2px rgba(255, 50, 50, 0.25), 0px 0px 13px 2px rgba(255, 50, 50, 0.25);
	box-shadow: inset 0px 0px 22px 2px rgba(255, 50, 50, 0.25), 0px 0px 13px 2px rgba(255, 50, 50, 0.25);
}
.flare.four {
	margin: 20% 0 0 20%;
	width: 100px;
	height: 100px;
	-moz-box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
	-webkit-box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
	box-shadow: inset 0px 0px 160px 2px rgba(50, 180, 50, 0.125), 0px 0px 20px 2px rgba(50, 180, 50, 0.125);
}
.flare.five {
	margin: -5% 0 0 -5%;
	width: 60px;
	height: 60px;
	-moz-box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
	-webkit-box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
	box-shadow: inset 0px 0px 160px 2px rgba(200, 220, 80, 0.25), 0px 0px 20px 2px rgba(200, 220, 80, 0.25);
}
.flare.six {
	margin: 20% 0 0 20%;
	width: 20px;
	height: 20px;
	-moz-box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
	-webkit-box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
	box-shadow: inset 0px 0px 18px 10px rgba(150, 220, 220, 0.25), 0px 0px 5px 0px rgba(150, 220, 220, 0.25);
}

@-moz-keyframes flaremove {
	0% {
		opacity: 0;
		left: 0%;
		/*top: 40%;*/
	}
	10% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		left: 100%;
		/*top: 60%;*/
		opacity: 0;
	}
}

@-webkit-keyframes flaremove {
	0% {
		opacity: 0;
		left: 0%;
		/*top: 40%;*/
	}
	10% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		left: 100%;
		/*top: 60%;*/
		opacity: 0;
	}
}

@keyframes flaremove {
	0% {
		opacity: 0;
		left: 0%;
		/*top: 40%;*/
	}
	10% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		left: 100%;
		/*top: 60%;*/
		opacity: 0;
	}
}

@-moz-keyframeslightmove {
	0% {
		left: 80%;
		top: 60%;
	}
	100% {
		left: 20%;
		top: 40%;
	}
}

@-webkit-keyframeslightmove {
	0% {
		left: 80%;
		top: 60%;
	}
	100% {
		left: 20%;
		top: 40%;
	}
}

@keyframes lightmove {
	0% {
		left: 80%;
		top: 60%;
	}
	100% {
		left: 20%;
		top: 40%;
	}
}

@-moz-keyframeslightbright {
	0% {
		-moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		-webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
	}
	50% {
		-moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		-webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
	}
	100% {
		-moz-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
		-webkit-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
		box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
	}
}

@-webkit-keyframeslightbright {
	0% {
		-moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		-webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
	}
	50% {
		-moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		-webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
	}
	100% {
		-moz-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
		-webkit-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
		box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
	}
}

@keyframes lightbright {
	0% {
		-moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		-webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
	}
	50% {
		-moz-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		-webkit-box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
		box-shadow: 0px 0px 30px 10px #e6e6c8, 0px 0px 10px 5px white;
	}
	100% {
		-moz-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
		-webkit-box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
		box-shadow: 0px 0px 40px 10px #e6e6c8, 0px 0px 20px 10px white;
	}
}
@media screen and (min-width: 450px) {
	.mobile-break {
		display: none;
	}
}
@media screen and (min-width: 1100px) {
	.banner-4 h2.slide4 {
		top: 45%;
	}
}

@media screen and (max-width: 449px) {
	.mobile-break {
		display: block;
	}
	.banner-4 {
		background: url(../images/banner-homepage6-mobile.jpg) left center no-repeat;
	}
}

@media screen and (max-width: 767px) {
	.banner-content h2.slide3 {
		text-align: center;
		padding-left: 0;
	}
	.slick-active span.first span {
		font-size: 1em;
	}
}

@media screen and (min-width: 601px) and (max-width: 1100px) {
	.banner-content h2 span {
		font-size: 40px;
	}
	.banner-content h2.slide3 {
		padding-left: 10%;
	}
}

@media screen and (max-width: 600px) and (orientation: portrait) {
	.banner-1 {
		background: url("../images/banner-homepage1-mobile.jpg") center center no-repeat;
	}
	.new.banner-1 {
		background: url("../images/banner-homepage1-mobile-new.jpg") center center no-repeat;
	}
	.banner-2 {
		background: url("../images/banner-homepage7-mobile.jpg") center center no-repeat;
	}
	.banner-3 {
		background: url("../images/banner-homepage5-mobile.jpg") center center no-repeat;
	}
	.slick-prev,
	.slick-next {
		display: none !important;
	}
	#home .slick-slide {
		margin-top: -30px;
	}
}
