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

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	background-color: #b8c1b1;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.title {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index:33;
  letter-spacing: 5px;
  color: #fff;
  font-size: 70px;
  font-weight: 600;
	text-align: center;
	text-shadow: 3px 0px 3px rgba(0,0,0,0.38);
}

.subtitle {
	font-weight: 100;
	font-size: 30px;
	font-style: italic;
  letter-spacing: 1px;
}

@media screen and (max-width:1300px) {
	.title {
		font-size: 50px;
	}
}

@media screen and (max-width:1300px) {
	.subtitle {
		font-size: 20px;
	}
}

.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;
	font-family: 'Times New Roman', serif;
}

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

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

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

.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 {
vertical-align: middle;
margin-top: 1%;
max-height: calc(100% - 260px);
display: inline-block;
max-width: 70%;
}

.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: #555d4f;
}

@media screen and (max-width:800px) {
	.title-slideshow {
		font-size: 30px;
    padding-top: 5px;
	}

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

.slick-slide {
	padding-left: 20px;
	padding-right: 20px;
}

#skip-wrapper {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	z-index: 5;
	text-align: center;
}

.start-btn {
	letter-spacing: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	position: relative;
	text-align: center;
  z-index: 5;
}

.start-btn:before {
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0s;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fff;
}

.start-btn:hover:before {
	opacity: 0.4;
}


.sound-btn {
	color: #334534;
	text-transform: uppercase;
	position: relative;
	text-align: center;
  z-index: 5;
  top: 40px;
	opacity: 0.5;
	display: none;
}

.sound-btn:before {
	content: "\e902";
	font-family: "icons";
}

.sound-btn:hover {
	opacity: 1 !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;
}

.sound-btn.is-on {
		opacity: 1 !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;
}


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

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

.menu ul li {
	display: inline-block;
	margin: auto 1px;
	font-size: 14px;
	letter-spacing: 2px;
  margin-left: 70px;
}

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


.menu a {
	font-weight: 300;
	text-transform: uppercase;
	color: #555d4f;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-text-stroke: 0.5px;
	-webkit-font-smoothing: antialiased;
}

.menu a:hover {
	color: #454e3e;
}

/*.menu a: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;
}*/

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

.header-bg {
	height: 80px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 4;
	background-color: #b8c1b1;
}

@media screen and (max-width:1300px) {
	.header-bg {
		background-color: #b8c1b1;
	}
}
@media screen and (max-height:835px && max-width:1300px) {
	.header-bg {
			background-color: #b8c1b1;
	}
}


.video-background {
	position: fixed; /* or absolute */

	  left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	  /* bring your own prefixes */
		width: 80%;
}

@media screen and (max-width:1600px) {
	.video-background {
		position: fixed; /* or absolute */
		  top: 50%;
		  left: 50%;
		  /* bring your own prefixes */
		  transform: translate(-50%, -50%);
				width: 80%;
		}
	}



@media screen and (max-width:800px) {
	.video-background {
		position: fixed; /* or absolute */
		  top: 50%;
		  left: 50%;
		  /* bring your own prefixes */
		  transform: translate(-50%, -50%);
			width: 100%;
		}
	}

.video-box{
	width: 100%;
	height: 100%;
  margin: 0;
	text-align: center;
}


@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 {
	position: absolute;
	right: 30px;
	top: 35px;
	z-index: 9999;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

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

.hideshare-wrap {
	position: absolute;
	right: 180px;
	top: 38px;
	z-index: 9999;
	display: inline-block;
	width: 50px;
}

.share {
	font-size: 15px;
	letter-spacing: 2px;
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	margin-left: 0px;
	vertical-align: middle;
	padding: 6px 20px;
}

.share img {
}

.hideshare-wrap ul {
	margin-left: 0px;
  margin-top: 28px;
	padding-top: 10px;
}

.hideshare-wrap li {
	padding-bottom: 20px;
  padding-left: 10px;
}

.hideshare-wrap li a {
		color: #fff;
		-webkit-text-stroke: 0.1px;
		-webkit-font-smoothing: antialiased;
}

.hideshare-wrap li a: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;
}

.hideshare-list {
	background-color: #8c9ea7;
}

.fa-2x {
    font-size: 1.3em;
		padding-right: 10px;
}

.social-icons-link {
	color: #7c8575;
	-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;
}

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

.endscreen a {
	color:#999;
	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/end.jpg);
  background-size: cover;
  display: none;
}


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

@media screen and (max-height:1200px) {
	.contact {
		margin-top: 20px;
	}
}

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


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

.credit {
	display: none;
	font-size: 11px;
	position: absolute;
	z-index: 100;
	color: #fff;
	right: 43%;
	bottom: 130px;
	text-align: right;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 10px 5px;
}

.sound-credit {
	font-size: 11px;
	color: #727932;
	line-height: 14px;
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 5;
}

.sound-credit a {
	color: #727932;
  text-decoration: none;
}

@media screen and (max-width:1300px) {
	.sound-credit {
		right: 10px;
	}
}


audio {
	display: none;
}

.credit:before {
	opacity: 0.5;
	padding: 10px 5px;
	z-index: 100;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

/* KEYWORDS*/

.keywords-close {
  text-align: right;
}

.keywords-close a {
  color: #8c9ea7;
  font-size: 35px !important;
}


.keywords-wrapper {
  z-index: 6;
  display: none;
}

.keywords-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 6;
}

.keywords {
  text-align: center;
  z-index: 20;
  position: absolute;
  padding: 30px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  height: 100%;
  display: table;
}

.keywords-center {
  padding: 26px;
  position: relative;
}

.keywords-center:before {
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
	height: 100%;
  background-color: #ffffff;
}

.keywords-center p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200px;
  padding-bottom: 10px;
  color: #8c9ea7;
}

.keywords-center a {
  font-size: 18px;
  font-weight: 200px;
  padding-bottom: 10px;
  color: #197d96;
  line-height: 29px;
}

/* PHOTOGRAPHER*/

.photographer-close {
  text-align: right;
}

.photographer-close a {
  color: #8c9ea7;
  font-size: 35px !important;
}


.photographer-wrapper {
  z-index: 6;
  display: none;
}

.photographer-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 6;
}

.photographer {
  text-align: center;
  z-index: 20;
  position: absolute;
  padding: 30px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  height: 100%;
  display: table;
}

.photographer-center {
  padding: 26px;
  position: relative;
}

.photographer-center:before {
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
	height: 100%;
  background-color: #ffffff;
}

.photographer-center p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200px;
  padding-bottom: 10px;
  color: #8c9ea7;
}

.photographer-center a {
  font-size: 18px;
  font-weight: 200px;
  padding-bottom: 10px;
  color: #197d96;
  line-height: 29px;
}


/* survey-teaser */

.survey-teaser {
  position: absolute;
  right: 40px;
  bottom: 140px;
  width: 240px;
  height: 150px;
  z-index: 5;
  padding-top: 25px;
  padding-left: 20px;
  display: none;
  cursor: pointer;
}

.survey-teaser::before {
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
	height: 100%;
  background-color: #fff;
}

.survey-teaser-title {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}

.survey-teaser-month {
  color: #fff;
  font-size: 20px;
  padding-top: 15px;
  font-weight: 200;
  letter-spacing: 3.9px;
}

.survey-teaser-choose {
  color: #fff;
  font-size: 35px;
  padding-top: 15px;
  font-weight:600;
  letter-spacing: 3px;
}

/*survey*/

.survey-close {
  font-size: 35px;
  text-align: right;
}

.survey-close a {
  color: #78a78d;
}

.survey-wrapper {
  display: none;
  z-index: 6;
}

.survey {
  text-align: center;
  z-index: 20;
  position: absolute;
  padding: 30px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  height: 100%;
  display: table;
}

.survey-center {
  padding: 26px;
  position: relative;
}

.survey-center:before {
  content: "";
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
	height: 100%;
  background-color: #f7f6f6;
}


h2 {
  padding-top: 10px;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 2px;
  color: #d1970c;
  font-weight: 200;
}

h3 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 2px;
  color: #d1970c;
  font-weight: 400;
}


.survey-info {
  color: #999;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 15px;
}

.survey-selection {
  list-style-type: none;
  font-size: 30px;
  color: #78a78d;
  padding-bottom: 50px;
  text-align: left;
  width: 300px;
  margin: auto;
}

.survey-selection li {
  padding-top: 25px;
}

.survey-selection li a{
  color: #78a78d;
}

.survey-selection li a:hover{
  color: #d6b380;
}

.survey-selection li a:active{
  color: #666;
}

input[type=submit] {
  background-color: #d6b380;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  margin: auto;
  display: block;
  width: 300px;
  border: none;
  letter-spacing: 1px;
}

input[type=submit]:hover {
  background-color: #78a78d;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  margin: auto;
  display: block;
  width: 300px;
  border: none;
  letter-spacing: 1px;
}

.survey-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 6;
}

.survey-error {
  color: #e21b58;
  font-size: 16px;
  margin-bottom: 7px;
  display: none;
}

.survey-result-item-percent {
  color: #78a78d;
}

.error-double-vote {
  color: #e21b58;
  font-size: 40px;
  padding-top: 60px;
  display: none;
}

.survey-result-item {
  color: #d6b380;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
}

.survey-result-headline {
  color:#78a78d;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.survey-close-btn {
  background-color: #d6b380;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  display: block;
  width: 300px;
  border: none;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.survey-close-btn a{
  color:#fff;
  display: block;
}

.menu-keywords-btn {
  font-weight: 600 !important;
  color: #333 !important;
}

.menu-photographer-btn {
  font-weight: 600 !important;
  color: #fff !important;
}


@media screen and (max-width:1300px) {
	. ul li {
		font-size: 13px;
	}
}

@media screen and (max-width:1300px) {
	.menu {
			position: absolute;
			width: 100%;
			z-index: 9;
			background-color: #b8c1b1;
			bottom: 0px;
	}

	.menu ul {
		bottom: 35px;
		text-align: center;
		font-size: 11px;
	}

	.menu ul li {
		padding-top: 10px;
		margin-left: 20px;
	}
}


@media screen and (max-width:800px) {
	.endscreen {
		font-size: 18px;
		line-height: 50px;
    margin-left: -270px;
		border: none;
		top: 30%;
	}


	.replay-button {
		display: none;
	}

	.contact {
		display: none;
	}

	.social-icons {
		display: none;
	}

	.credit {
		display: none;
	}

	.hideshare-wrap {
    display: none;
	}

	.hideshare-wrap ul {
    margin-left: 0;
	}

  h2 {
    font-size: 15px;
  }

  h3 {
    font-size: 13px;
    padding-top: 0px;
  }

  .keywords {
    width: 400px;
    margin-left: -200px;
  }

  .keywords-center p {
    font-size: 12px;
    line-height: 20px;
  }

  .keywords-center a {
      font-size: 13px;
      line-height: 20px;
  }

  .photographer {
    width: 400px;
    margin-left: -200px;
  }

  .photographer-center p {
    font-size: 12px;
    line-height: 20px;
  }

  .photographer-center a {
      font-size: 13px;
      line-height: 20px;
  }

	.menu {
	    position: absolute;
	    width: 100%;
	    z-index: 9;
			background-color: #b8c1b1;
	}

	.menu ul {
		bottom: 35px;
		text-align: center;
		font-size: 11px;
	}



	#skip-wrapper {
		position: absolute;
		top: 10px;
		left: 50%;
		width: 400px;
		z-index: 9999;
		text-align: center;
	}

	#logo {
		width: 120px;
		height: 26px;
		position: absolute;
		top: 10px;
		left: 30px;
	}

  @media screen and (max-width:1300px) {
  	#logo img{
  	 width: 90px;
     height: 20px;
 		 left: 10px;
  	}
  }

		.credit {
			opacity: 0;
		}
	}


@media screen and (max-width:1300px) {
  .survey-teaser {
      width: 240px;
      height: 100px;
  }

  .survey-teaser-title {
    font-size: 20px;
  }

  .survey-teaser-month {
    display: none;
  }

  .survey-teaser-choose {
    color: #ab8d45;
    font-size: 25px;
  }

  h1 {
   font-size: 20px;
  }

  h2 {
    font-size: 15px;
    line-height: 0px;
  }

  .survey-selection {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }

  .survey-selection li {
    padding-top: 10px;
  }

  input[type=submit] {
    padding: 10px;
    font-size: 20px;
    width: 200px;
  }

  .survey {
    width: 400px;
    margin-left: -200px;
  }

  .survey-result-item {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .survey-result-headline {
    color:#94b439;
    font-size: 30px;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }

  .survey-center {
    padding: 5px;
    position: relative;
  }
  .menu li img {
    display: none;
  }
}
