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

body:after {
	animation: grain 6s steps(10) infinite;
	background-image: none !important;
	background-repeat: no-repeat !important;
	content: '';
	height: 300%;
	left: -100%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: -100%;
	transition: opacity 0.4s ease;
	width: 300%;
	will-change: transform;
	z-index: 3;
}

body.nograin:after {
	background-image: none;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #343434;
	font-weight: 800;
}

html {
	background-color: #fff;
}

html::after {
	display: none !important;
	background-color: #fff !important;
}

.demo-1__title {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 15px;
	font-size: 15rem;
}

@media screen and (max-width:800px) {
	.demo-1__title {
	  font-size:17rem !important;
	}
}

@media screen and (max-width:800px) {
	.title-subline {
	  font-size:4.5rem !important;
	}
}

.demo-1__header {
	height: 75% !important;
}

#logo {
	width: 120px;
	height: 26px;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 1002;
}

.menu {
	position: absolute;
	bottom: 0px;
	height: 90px;
	z-index: 200;
	width: 100%;
	text-align: center;
	background-color: #fff;
}

@media screen and (max-width:800px) {
	.menu {
		height: 160px;
	}
}

.menu ul {
	position: absolute;
	width: 100%;
	margin: 40px 0 0 0;
	margin-left: -30px;
}

@media screen and (max-width:800px) {
	.menu ul {
	  margin-left: 0px;
	}
}

.menu ul li {
	display: inline-block;
	margin: auto 1px;
	font-size: 14px;
  margin-left: 70px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
}

@media screen and (max-width:800px) {
	.menu ul li {
	  margin-left: 0px;
		padding: 10px;
	}
}


.menu ul li img {
  vertical-align: bottom;
}


.menu a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: 3px;
	-webkit-font-smoothing: antialiased;
}

.menu a:hover {
	color: #333;
}

.start-btn {
	position: absolute;
	text-align: center;
	margin: auto;
	left:0;
	right: 0;
	margin-top: 4%;
	font-size: 20px;
	background-color: #000;
	width: 150px;
	z-index: 200;
	letter-spacing: 10px;
}

.start-btn a {
	font-weight: 100;
	display: inline-block;
	padding: 20px 20px;
}

.start-btn a:hover {
	font-weight: 100;
	display: inline-block;
	padding: 20px 20px;
		background-color: #dbf04a;
		color: #000;
}

.start-btn:hover {
	background-color: #dbf04a;
	color: #000;
}

.frame__demo--current:after, .frame__demo--current:hover:after, a:hover:after {
	transform: scaleX(0) !important;
	width: 0% !important;
}

.frame__demo--current:hover:after, a:after {
	transform: scaleX(0) !important;
	width: 0% !important;
}

.frame__demo--current:after, .frame__demo--current:hover:after, a:after {
	width: 0% !important;
	transform: scaleX(0) !important;
}


.title-slideshow {
  position: absolute;
  left: 0;
	right: 0;
  margin: auto;
  z-index: 33;
  color: #445415;
  font-size: 33px;
  font-weight: 300;
  text-align: center;
  display: none;
	margin-top: 50px;
	width: 384px;
	font-family: 'Times New Roman', serif;
}

@media screen and (max-width:800px) {
	.title-slideshow img {
		width: 250px!important;
		margin: auto;
		margin-top: 20px;
	}
}


.slideshow {
	z-index: 6;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}

.slideshow-slide-credit {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 100px;
	text-align: center;
	color: #999;
	font-size:9px;
	letter-spacing: 1px;
	text-transform: uppercase;
  padding-top: 15px;
}

@media screen and (max-width:800px) {
	.slideshow-slide-credit {
		display: none;
	}
}

.slideshow-slide {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	z-index: 10;
}

.slideshow-slide:before {
	content: "";
	display: inline-block;
	margin-right: -5px;
	height: 100%;
	vertical-align: middle;
	max-width: 100%;
}

.slideshow-slide img {
	display: inline-block;
	max-width: 100%;
	max-height: calc(100% - 273px);
	vertical-align: middle;
	display: inline-block;
}

.slideshow-controls {
	position: absolute;
	z-index: 2000000;
	right: 30px;
	bottom: 93px;
}

@media screen and (max-width:800px) {
	.slideshow-controls {
		bottom: 125px;
	}
}

.slideshow-controls a {
	color: #999;
}

.endscreen {
	color: #fff;
	font-size: 34px;
	font-weight: 200;
	left: 50%;
	line-height: 72px;
	margin-left: -270px;
	position: absolute;
	text-align: center;
	top: 18%;
	padding: 30px;
	width: 550px;
	display: none;
	z-index: 5;
	background-color: #000;
	font-family: Raleway;
}

.endscreen a {
	color:#fff;
	opacity: 1;
}

.endscreen a:hover {
	opacity: 0.5 !important;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.endscreen-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/end02.jpg);
  background-size: contain;
  display: none;
}


.contact {
	font-size: 18px;
	margin-top: 180px;
  font-style: italic;
}

@media screen and (max-height:1200px) {
	.contact {
		margin-top: 0px;
		font-size: 14px;
	}
}

@media screen and (max-height:600px) {
	.contact {
		display: none;
		font-size: 14px;
	}
}


.replay-button {
	display: block;
	padding-top: 0px;
	margin: auto;
	width: 200px;
}


@font-face {
	font-family: 'icons';
	src:url('fonts/icons.eot?kdzlum');
	src:url('fonts/icons.eot?#iefixkdzlum') format('embedded-opentype'),
		url('fonts/icons.woff?kdzlum') format('woff'),
		url('fonts/icons.ttf?kdzlum') format('truetype'),
		url('fonts/icons.svg?kdzlum#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-googleplus:before {
	content: "\ea8a";
}
.icon-facebook:before {
	content: "\ea8e";
}
.icon-twitter:before {
	content: "\ea93";
}

.icon-instagram:before {
	content: "\e90a";
}

.icon-pause:before {
	content: "\e901";
}

.icon-pause:hover {
	opacity: 0.5 !important;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.icon-play:before {
	content: "\e900";
}

.icon-play:hover {
	opacity: 0.5 !important;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.social-icons {
	display: none;
	position: absolute;
	right: 30px;
	top: 35px;
	z-index: 9999;
	padding: 0;
	margin: 0;
}

.icon-instagram {
	font-size: 19px;
}

.social-icons-link {
	color: #666;
	-webkit-text-stroke: 0px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;
}

.social-icons-link:hover {
	opacity: 0.5;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
	background: none;
}

.facebook-share-button {
	background-color: #999;
	background-image: linear-gradient(#333, #343434);
	font-size: 13px;
	text-shadow: 1px 1px #333;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	font-family: Arial, Helvetica, Sans-serif;
	border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
