@import url('https://fonts.googleapis.com/css?family=Roboto:700');

body {
  margin:0px;
  font-family:'Helvetica';
  text-align:center;
  overflow: hidden;
  background-color: #000;
}

#logo {
	width: 135px;
	height: 26px;
	position: absolute;
	top: 25px;
	left: 50px;
  margin: auto;
	z-index: 102;
}

.pricing {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}

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

.hover-popup {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 300000;
  display: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  width: 997px;
  background-color: #ddd;
}

.close-x {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.close-x:hover {
  color: #999;
}

@media screen and (max-width:800px) {
  #logo {
    left: 0;
    right: 0;
    top: 5px;
  }
}
/*p {
  position:fixed;
  width:100%;
  bottom:30px;
  font-size:12px;
  color:#999;
  margin-top:200px;
}*/

.video-background {
  z-index: 2;
  display: none;
  position: absolute;
  top: -12%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  height:120%;
}


@media (max-aspect-ratio: 16/9) {
  .video-background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
  }
}

@media only screen and (max-width: 767px) {
  .video-background {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
  }
}


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


.slideshow {
	z-index: 100;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

.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;
max-height: calc(100% - 233px);
display: inline-block;
max-width: 80%;
margin-top: -2%;
}

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

.slideshow-controls a {
  color: #9f7625;
  text-decoration: none;
}

.slideshow-controls a:hover {
	color: #73520a;
  text-decoration: none;
}

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

.title-slideshow {
  font-size: 30px;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index:101;
}

.title-slideshow img {
  max-width: 100%;
}


@media screen and (max-width:800px) {

  .title-slideshow img {
    max-width: 80%;
  }


	.title-slideshow {
    top: 42px;
		font-size: 30px;
	}

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



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

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

.menu ul li {
  display: inline-block;
  margin: 0 40px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
}

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


.menu a {
	font-weight:100;
	color: #9f7625;
	text-decoration: none;
	letter-spacing: 1px;

}

@media screen and (max-width:800px) {

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

  .menu ul {
    margin-left: -50px;
  }

  .menu  {
    bottom: 25px;
  }
  .menu a {
  	line-height: 30px;
  }
}

.endscreen {
  color: #9f7625;
  font-size: 30px;
  font-weight: 200;
  font-family: 'Times New Roman', Times, serif;
  left: 0;
  right: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 16%;
  width: 500px;
  padding: 30px;
  display: none;
  margin: auto;
  z-index: 101;
  background: rgba(0, 0, 0, 0.8);
}

.endscreen-info {
  padding-top: 33px;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 5px;
}

.endscreen a {
	color:#9f7625;
	opacity: 1;
  text-decoration: none;
}

@media screen and (max-width:800px) {
  .endscreen {
    top: 7%;

    width: 100%;
    padding: 0px;
  }
}

.endscreen a:hover {
	color: #b58730;
	-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;
  z-index: 99;
  background-size: cover;
  display: none;
}


.contact {
  font-size: 18px;
  margin-top: 5px;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
}

@media screen and (max-width:800px) {
  .contact {
  	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-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;
}



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