body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #f7f4f4;
}

.outer-container {
  max-width: 600px;
  margin: auto;
  width: 90%;
  margin-bottom: 80px;
  margin-top: 200px;
  position: relative;
  z-index: 1000;
}

.image-container {
  padding-bottom: 100%;
  background: black;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-image: url("../images/bg02.jpg");
}

.section-title {
  margin: 0;
  font-size: 62px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 27%;
  left: -30%;
  transform: translateY(-50%);
  z-index: 1;
  white-space: nowrap;
  color: #555;
  font-weight: 300;
}
.section-title.on-dark {
  color: #fff;
}
.section-title span {
  position: relative;
  display: block;
}

.image-box img {
  max-width: 100%;
}

.mountain-bottom {
  background-image: url("../images/mountain-bottom.jpg");
  background-position: bottom;
  background-size: cover;
  max-width: 100%;
  height: 1032px;
  margin-top: 980px;
}

@media screen and (max-width:800px) {
  .mountain-bottom {
    background-position: bottom;
    background-size: cover;
    max-width: 100%;
    height: 892px;
    margin-top: 955px;
  }
}

/* slideshow */

.slideshow {
  z-index: 111;
  position: absolute;
  left: 0;
  right: 0;
  height: 727px;
  margin-top: 127px;
  background-color: #fff;
}

@media screen and (max-width:1000px) {
  .slideshow {
    height: 573px;
  }
}


.slideshow-slide-credit {
	z-index: 101;
	text-align: center;
	color: #999;
	font-size: 9px;
	letter-spacing: 1px;
	bottom: 143px;
	text-transform: uppercase;
	padding: 60px;
}

@media screen and (max-width:1000px) {
  .slideshow-slide-credit {
	padding: 80px;
  }
}

.slideshow-slide {
  position: absolute;
  left: 0;
  right: 0;
	text-align: center;
	z-index: 101;
  padding-top: 50px;
}

.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% - 100px);
	display: inline-block;
  max-height: 700px;
}


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

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


.slideshow-controls a {
	color: #666;
	font-size: 1.2em;
	text-align: center;
	margin-left: -6px;
  text-decoration: none;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.slideshow-controls {
  z-index: 2000000;
  width: 100%;
  margin: auto;
  /* padding: 5px; */
  text-align: center;
  position: absolute;
  bottom: 53px;
  padding-top: 5px;
}


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

.slideshow-pause {
	margin-left: 14px!important;
}

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

.logo {
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  text-align: center;
}

.header-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0px 0px rgba(0,0,0,0.05), 0 0px 0px rgba(0,0,0,0.02);
  z-index: 220000000;
}

.header-navigation a {
  padding: 30px;
  color: #999;
  text-decoration: none;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 13px;
}

.slideUp {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  transition: transform .5s ease-out;
}
.slideDown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: transform .5s ease-out;
}

.slideshow-info {
  color: #555;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 600px;
  margin: auto;
  /* margin-top: 70px; */
  z-index: 2000000;
  position: absolute;
  left: 0;
  right: 0;
}

.plainpad-wrapper {
  background-color: #f7f4f4;
  position: absolute;
  top: 1763px;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 382px;
}

@media screen and (max-width:1000px) {
  .plainpad-wrapper {
    background-color: #f2eeee;
    position: absolute;
    top: 1571px;
    text-align: center;
    margin: auto;
    width: 100%;
  }
}


.plainpad {
  display: inline-block;
  padding-top: 48px;
}

.plainpad-order {
  display: inline-block;
  vertical-align: top;
  padding-top: 71px;
  padding-left: 40px;
  width: 400px;
}

.plainpad img{
  border: 1px solid #ccc;
}

.plainpad-order-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #444;
  font-family: "Montserrat", sans-serif;
}

.plainpad-order-info {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  font-weight: 100;
}

.plainpad-order-btn a {
  border: 1px solid #555;
  padding: 10px 20px;
  display: inline-block;
  background-color: #eee;
  text-decoration: none;
  color: #444;
  font-weight: 100;
}



.plainpad-order-btn a:hover {
  border: 1px solid #555;
  padding: 10px 20px;
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-weight: 100;
}
