body {
	margin: 0;
	background: #000;
}
h1, h2, h3 {
	margin: 0;
}
.loader {
	position: fixed;
	z-index: 11;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
}
header {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}
	header h1 {
		display: block;
		margin: 0 auto;
		height: 167px;
		background: url('../img/logo.png') no-repeat center;
		background-size: auto 90px;
		text-indent: -9999px;
	}
	header strong {
		display: block;
		margin: 0 auto;
		height: 110px;
		background: url('../img/claim.png') no-repeat center;
		text-indent: -9999px;
	}

.scroll {
	position: absolute;
	cursor: pointer;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 116px;
	background: url('../img/scroll.png') no-repeat center;
	background-size: auto 50px;
}
	.scroll:before {
		content: '';
		opacity: 0;
		display: block;
		height: 116px;
		background: url('../img/scroll-over.png') no-repeat center;
		background-size: auto 50px;
	}
	.scroll:hover:before {
		opacity: 1;
	}

.video {
	position: absolute;
	width: 100%;
	height: 100%;
}
	.layer {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.play {
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: pointer;
		background: url('../img/play.png') no-repeat center;
		background-size: auto 80px;
	}
	.play:before {
		content: '';
		position: absolute;
		opacity: 0;
		width: 100%;
		height: 100%;
		background: url('../img/play-over.png') no-repeat center;
		background-size: auto 80px;
	}
	.layer:hover .play:before {
		opacity: 1;
	}
	.bg {
		position: absolute;
		width: 100%;
		height: 100%;
		background: url('../img/video-bg.jpg') no-repeat center;
		background-size: cover;
	}
.gallery {
	position: absolute;
	width: 100%;
	height: 1330px;
	top: 100%;
	text-align: center;
	background: url('../img/bg.jpg') no-repeat top;
}
	.gallery h2 {
		display: block;
		margin-top: 56px;
		height: 150px;
		background: url('../img/title-gallery.png') no-repeat center;
		text-indent: -9999px;
	}
	figure {
		display: inline-block;
		position: relative;
		text-align: center;
		cursor: pointer;
	}
		figure img {
			max-width: 100%;
		}
	figure:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: url('../img/gallery.png') no-repeat center;
		background-size: auto 80px;
	}
	figure:after {
		content: '';
		position: absolute;
		opacity: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url('../img/gallery-over.png') no-repeat center;
		background-size: auto 80px;
	}
	figure:hover:after {
		opacity: 1;
	}

	.download {
	}
		.download h3 {
			display: block;
			/*margin-top: 56px;*/
			height: 100px;
			background: url('../img/title-download.png') no-repeat center;
			text-indent: -9999px;
		}
		.download a {
			display: block;
			height: 100px;
			background: url('../img/download.png') no-repeat center;
			background-size: auto 80px;
			text-indent: -9999px;
		}
		.download a:before {
			content: '';
			opacity: 0;
			display: block;
			height: 100px;
			background: url('../img/download-over.png') no-repeat center;
			background-size: auto 80px;
		}
		.download a:hover:before {
			opacity: 1;
		}

footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: 1px solid #fff;
}
	footer div {
		margin-top: 44px;
		background: url('../img/footer.png') no-repeat center;
		text-indent: -9999px;

	}
	footer:after {
		content: '';
		display: block;
		height: 28px;
		margin-top: 30px;
		margin-bottom: 30px;
		background: url('../img/logo2.png') no-repeat center;
		background-size: contain;
	}


/* states */
.play {
	opacity: 0;
}
#player {
	display: none;
}
.loader, header, .layer, .play, .scroll {
	-webkit-transition: all 1s;
    transition: all 1s;
}
.play:before, figure:after, .download a:before, .scroll:before {
	-webkit-transition: all .2s;
    transition: all .2s;
}
.ready #player {
	display: block;
}
.ready .play {
	opacity: 1;
}
.loading .play {
	opacity: 0;
}
.playing header {
	top: -300px;
}
.playing .scroll {
	bottom: -100px;
	opacity: 0;
}
.playing .layer {
	opacity: 0;
}
.loaded .loader {
	opacity: 0;
}
.hide {
	display: none;
}

/**** responsive **/
@media (max-width: 540px) {
	header {
		top: 30px;
	}
	header h1 {
		height: 100px;
	}
	header strong {
		background-size: 90% auto;
	}
	.scroll {
		height: 50px;
	}
	.gallery {
		height: 858px;
	}
	.gallery h2 {
		height: 50px;
		background-size: 90% auto;
	}
	.download h3 {
		height: 50px;
		background-size: 90% auto;
	}
	footer div {
		height: 60px;
		background-image: url('../img/footer-xs.png');
		background-size: contain;
	}
}
@media (max-width: 340px) {
	.gallery {
		height: 658px;
	}
}













/**** loader **/
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}