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

* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

* {
  min-height: 0;
  min-width: 0;
}

html,
body {
  background-color: #fff;
}

body {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  line-height: 1.428571429;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.75px;
}

h1 {
  padding-top: 48px;
  font-size: 14px;
  text-transform: uppercase;
}

h1 a {
  color: #333;
}

h1 a:hover {
  color: #000;
}

h2 {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 156px;
}

a {
  color: #bbb;
  text-decoration: none;
}

a:hover {
  color: #999;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
}

.footer-wrapper {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 48px;
}

.gallery {
  overflow: hidden;
  position: fixed;
  top: 100px;
  bottom: 120px;
  left: 40px;
  right: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}
.slick-slide {
  overflow: hidden;
}
.slick-track,
.slick-slide,
.slick-slide img {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.photos {
  height: 100%;
}

.photos.hidden {
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
  opacity: 0;
}

.single-item {
  height: 100%;
}

.photos-wrapper {
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.photos .photo {
  position: relative;
  float: left;
  display: flex;
  height: 100%;
  width: auto;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.photos .photo .photo-part {
  display: flex;
  align-items: center;

  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.photos .photo .photo-part.photo-left {
  justify-content: flex-end;
  background-position: right;
}

.photos .photo .photo-part.photo-right {
  justify-content: flex-start;
  margin-left: 1px;
  background-position: left;
}

.photos .photo img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  /*max-height: 100%;*/
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.arrow {
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -12px;
  width: 12px;
  height: 23px;
}

.arrow img {
  width: 100%;
  height: 100%;
}

ul.nav {
  list-style: none;
  width: 210px;
  margin: 0 auto 0 auto;
  border-top: 1px solid #dbdbdb;
}

ul.nav > li {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

ul.nav > li > a {
  text-transform: uppercase;
}

ul.nav > li.active a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #dbdbdb transparent;
  display: block;
  width: 0;
}

ul.nav > li.active a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}

ul.nav > li + li:before {
  content: "•";
  padding: 0 8px 0 5px;
  color: #dbdbdb;
  font-size: 9px;
}

input[type="text"],
input[type="email"] {
  font-family: 'Lato', sans-serif;
  border: none;
  color: #999;
  font-weight: 700;
  padding: 5px;
  outline: none;
  flex-grow: 1;
  font-size: 12px;
}

::placeholder {
  color: #aaa;
}

button[type="submit"],
input[type="submit"] {
  font-family: 'Lato', sans-serif;
  border: none;
  background-color: #fff;
  color: #666;
  font-weight: 700;
  cursor: pointer;
  font-size: 12px;
}

.thanks {
  display: none;
  border-top: 1px solid #dbdbdb;
  color: #999;
  font-weight: 700;
  padding-top: 5px;
}

.panels {
  width: 210px;
  margin: 50px auto 0 auto;
  height: 27px;
}

.panels .panel {
  display: none;
}

.panels .panel.active {
  display: block;
}

.addthis_custom_sharing,
.addthis_horizontal_follow_toolbox {
  width: 100%;
  margin: 0 auto;
}

.addthis_default_style .addthis_separator,
.addthis_default_style .at4-icon,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300bs,
.addthis_default_style .at300m {
  float: none !important;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
    width: auto;
    margin: 0 5px 5px 0;
}

#mc-embedded-subscribe-form {
  /* border-top: 1px solid #dbdbdb; */
  border-bottom: 1px solid #dbdbdb;
}

.mc-field-group {
  display: flex;
  padding: 0 5px;
}

.mc-field-group label {
  display: none;
}

.mc-field-group.input-group {
  display: none;
}

@media (max-width: 728px) {

  h1 {
    padding-top: 12px;
  }

  .header {
    height: 50px;
  }

  .footer {
    height: 80px;
  }

  .gallery {
    top: 50px;
    bottom: 80px;

    left: 0;
    right: 0;

  }

  .photos .photo {
    padding: 0 40px;
  }

  .photos .photo .photo-part.photo-left {
    background-position: center;
  }

  .photos .photo .photo-part.photo-right {
    display: none;
  }

  .footer-wrapper {
    bottom: 12px;
  }

}
