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

body {
  background: #15181A;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.skw-pages {
  overflow: hidden;
  position: relative;
  height: 100vh;
  max-height: 100vh;
}

.skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  max-height: 100vh;
  transition: transform 1s;
}
.skw-page__half--left {
  left: 0;
  transform: translate3d(-32.4vh, 100%, 0);
}
.skw-page__half--right {
  left: 50%;
  transform: translate3d(32.4vh, -100%, 0);
}
.skw-page.active .skw-page__half {
  transform: translate3d(0, 0, 0);
}
.skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 140%;
  height: 100%;
  transform: skewX(-18deg);
  background: #000;
}
.skw-page__half--left .skw-page__skewed {
  left: -40%;
}
.skw-page__half--right .skw-page__skewed {
  right: -40%;
}
.skw-page__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 30%;
  color: #fff;
  transform: skewX(18deg);
  transition: transform 1s, opacity 1s;
  background-size: cover;
}
.skw-page__half--left .skw-page__content {
  padding-left: 30%;
  padding-right: 30%;
  transform-origin: 100% 0;
}
.skw-page__half--right .skw-page__content {
  padding-left: 30%;
  padding-right: 30%;
  transform-origin: 0 100%;
}
.skw-page.inactive .skw-page__content {
  opacity: 0.5;
  transform: skewX(18deg) scale(0.95);
}
.skw-page__heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}
.skw-page__description {
  font-size: 18px;
  text-align: center;
}
.skw-page__link {
  color: #FFA0A0;
}
.skw-page-1 .skw-page__half--left .skw-page__content {
  background-image: url("images/img01.jpg");
}
.skw-page-1 .skw-page__half--right .skw-page__content {
  background: #292929;
}
.skw-page-2 .skw-page__half--left .skw-page__content {
  background: #292929;
}
.skw-page-2 .skw-page__half--right .skw-page__content {
  background-image: url("images/img02.jpg");
}
.skw-page-3 .skw-page__half--left .skw-page__content {
  background-image: url("images/img03.jpg");
}
.skw-page-3 .skw-page__half--right .skw-page__content {
  background: #292929;
}
.skw-page-4 .skw-page__half--left .skw-page__content {
  background: #292929;
}
.skw-page-4 .skw-page__half--right .skw-page__content {
  background-image: url("images/img04.jpg");
}
.skw-page-5 .skw-page__half--left .skw-page__content {
  background-image: url("images/img05.jpg");
}
.skw-page-5 .skw-page__half--right .skw-page__content {
  background: #292929;
}
.skw-page-6 .skw-page__half--left .skw-page__content {
  background: #292929;
}
.skw-page-6 .skw-page__half--right .skw-page__content {
  background-image: url("images/img06.jpg");
}
.skw-page-7 .skw-page__half--left .skw-page__content {
  background-image: url("images/img07.jpg");
}
.skw-page-7 .skw-page__half--right .skw-page__content {
  background: #292929;
}

.main-title {
  font-size: 35px;
}

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

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

@media screen and (max-width:800px) {
  html, body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  body {
    display: flex;
    align-items: center;
    min-height: 100vh;
  }

  .skw-pages {
    height: 50vh !important;
    max-height: 50vh !important;
    width: 100%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }

  .skw-page__half {
    height: 60vh !important;
    max-height: 60vh !important;
  }

  .skw-page__content {
    padding: 0 15%;
  }

  .content {
    width: 90%;
    height: 70vh;
  }
}

@media screen and (max-width:480px) {
  html, body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  body {
    display: flex;
    align-items: center;
    min-height: 100vh;
  }

  .skw-pages {
    height: 50vh !important;
    max-height: 50vh !important;
    width: 100%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }

  .skw-page__half {
    height: 50vh !important;
    max-height: 50vh !important;
  }

  .skw-page__content {
    padding: 0 10%;
  }

  .skw-page__heading {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .skw-page__description {
    font-size: 14px;
  }
}

.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: -4%;
	max-height: calc(100% - 217px);
	display: inline-block;
	max-width: 71%;
}

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

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

	.slideshow-slide img {
	margin-top: -10%;
	}
}

.slideshow-controls a {
	color: #88807a;
  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);
	}
}

@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;
	padding: 0;
	margin: 0;
}

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

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

.start-slideshow01-btn,
.start-slideshow02-btn,
.start-slideshow03-btn,
.start-slideshow04-btn,
.start-slideshow05-btn {
  color: #ffffff;
  border: 1px solid #efefef;
  padding: 10px 20px;
  background: transparent;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.start-slideshow01-btn:hover,
.start-slideshow02-btn:hover,
.start-slideshow03-btn:hover,
.start-slideshow04-btn:hover,
.start-slideshow05-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.slideshow-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  z-index: 1000;
  display: none;
}

.slideshow-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 1000000;
  transition: background-color 0.3s ease;
}

.slideshow-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Remove all scroll indicator styles */
/* .scroll-indicator,
.scroll-indicator.visible,
.scroll-indicator:after {
  display: none;
} */

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.skw-page__half--left .scroll-indicator:after {
  left: 0;
  transform: rotate(45deg);
}

.skw-page__half--right .scroll-indicator:after {
  right: 0;
  transform: rotate(-135deg);
}

.scroll-indicator {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 8px 20px 16px 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  cursor: pointer;
  pointer-events: auto;
}

.scroll-indicator:hover {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
}

.scroll-indicator.visible {
  opacity: 1;
}

.scroll-indicator:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.logo {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 150px;
  z-index: 999999;
}

.burger-menu {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
  transition: opacity 0.3s ease;
}

.slideshow-container:visible ~ .skw-pages .burger-menu,
.slideshow-container:visible ~ .skw-pages .burger-menu * {
  display: none !important;
}

.burger-icon {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1000000;
}

.burger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.burger-icon span:nth-child(1) {
  top: 0px;
}

.burger-icon span:nth-child(2) {
  top: 11px;
}

.burger-icon span:nth-child(3) {
  top: 22px;
}

.burger-menu.active .burger-icon span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.burger-menu.active .burger-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.burger-menu.active .burger-icon span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.menu-content {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  padding: 80px 30px 30px;
  transition: right 0.3s ease-in-out;
}

.burger-menu.active .menu-content {
  right: 0;
}

.menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-content li {
  margin-bottom: 20px;
}

.menu-content a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
}

.menu-content a:hover {
  color: #FFA0A0;
}

