
body {
  height: 100vh;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}


h1 {
  color: #912b2b;
  font-family:helvetica, sans-serif;
  font-size: 16px;
}

.title {
  text-align: center;
  margin: auto;
  padding-top: 14px;
}

.logo {
  position: absolute;
  left: 50px;
  top: 10px;
  text-align: center;
  margin: auto;
  z-index: 20000;
}

.feedback-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 20px;
  border: 2px solid #880703;
  color: #880703;
  font-family: helvetica, sans-serif;
  font-size: 13px;
  border-radius: 20px;
  z-index: 200000;
}

.feedback-btn a {
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  width: 100%;
}

.feedback-btn:hover {
background-color: #580b08;
color: #fff;
}

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

.slideshow-bg {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0;
  display: none;
}

.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: #929FA5;
	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: #929FA5;
  text-decoration: none;
}

@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);
	}
}

.menu {
	position: fixed;
	bottom: 0px;
	height: 59px;
	z-index: 2;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin-left: -40px;
}

.menu ul {
	position: absolute;
	width: 100%;
}

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

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

.menu a {
	font-weight: 300;
	text-transform: uppercase;
  font-family: helvetica,sans-serif;
	color: #6a6a6a;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-text-stroke: 0.5px;
	-webkit-font-smoothing: antialiased;
}

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

.header {
  background-color: #fff;
  z-index: 100;
}

.regular {
  padding-top: 40px;
}

.lazy {
}

@media screen and (max-width:800px) {
  .lazy {
    padding-top: 80px;
  }
}

.slider-container {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}

.close-btn {
  position: absolute;
  font-size: 45px;
  color: #fff;
  top: 30px;
  right: 40px;
  display: none;
  font-family: helvetica, sans-serif;
  z-index: 200;
}

.close-btn a {
  text-decoration: none;
  color: #fff;
}

@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;
}
