/*
 * Base Styles
 */

body {
  background: #000;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  color: #fff;
  font-family: "core_sans_a_35_lightregular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  overflow-x: hidden;
}

p {
  font-size: 15px;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

h5 {
  font-weight: 300;
  font-size: 18px;
  color: #009092;
  letter-spacing: 3px;
}

h6 {
  font-weight: 300;
  font-size: 15px;
  color: #009092;
  letter-spacing: 3px;
}

.header-wrapper {
  text-align: center;
}

header {
  padding-top: 35px;
}

h1 {
  font-size: 31px;
  letter-spacing: 2px;
}

.lp-description {
  margin-bottom: 20px;
}

.lp-description h1 {
  margin-bottom: 5px;
}

.gallery {
  text-align: center;
  margin-bottom: 30px;
}

h4 {
  font-size: 25px;
  margin-bottom: 5px;
}

ul {
  list-style: disc outside;
  margin-left: 18px;
}

ul li {
  padding-left: 25px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

@media screen and (min-width: 1060px) {
  ul li {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .lp-collection-img {
      margin-left: 0;
  }

  .lp-collection-features {
    float: right;
  }

  .description {
    margin: 0px 10%;
  }
}

ul li:last-child {
  margin-bottom: 0;
}

ul h6 {
  font-size: 17px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.lp-features {
  margin-bottom: 30px;
}

.buy-now-button {
  text-align: center;
  margin-bottom: 20px;
}

.buy-button-wrapper {
  text-align: center;
}

.buy-button-wrapper button {
  width: 100%;
}

.access-site-button {
  text-align: center;
  margin-bottom: 20px;
}

.buy-now-button > div {
  width: 112px;
  margin-left: 10px;
}

.buy-now-button .button {
  border: 1px solid #444444;
  border-radius: 0;
  width: 290px;
  height: 70px;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 70px;
  text-align: center;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  transition: all 400ms ease;
}

.buy-now-button .button:hover {
  color: #fff;
  background: #000;
  border-color: #fff;
}

.access-site-button .button {
  border: none;
  border-radius: 0;
  vertical-align: middle;

  font-weight: 300;
  font-size: 18px;
  color: #009092;
  letter-spacing: 3px;
  text-align: center;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #000;
  transition: all 400ms ease;
}

.access-site-button .button:hover {
  color: #009092;
  background: #000;
  border-color: #fff;
}

.access-site-button .button img {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.footer-links {
  text-align: center;
  margin-bottom: 50px;
  font-size: 9px;
  color: #636363;
}

.footer-links a,
.footer-links a:visited {
  color: #636363;
  text-decoration: none;
}

.footer-links a:hover {
  color: #009092;
}

/* Breakpoint */

@media screen and (max-width: 1059px) {
  .gallery .image {
    width: 32.9%;
  }

  .gallery .image img {
    width: 100%;
    height: auto;
  }

  .lp-features .lp-collection-img {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
  }

  .lp-features .lp-collection-features {
    margin: 0 auto;
    float: none;
    width: 46%;
    min-width: 455px;
    margin-bottom: 80px;
  }

  .lp-features .lp-collection-features > h4,
  .lp-features .lp-collection-features > h6 {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1059px) {
  .gallery .image-4 {
    margin-top: -30px;
  }

  .gallery .image-5 {
    margin-top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .lp-features .lp-collection-features {
    margin: 0 auto;
    float: none;
    width: auto;
    min-width: 100%;
    margin-bottom: 80px;
  }
}

.desktop-cover,
.tablet-cover,
.mobile-cover {
  display: inline-block;
  max-width: calc(100% + 150px);
}

.desktop-cover {
  margin-left: -72px;
}

.tablet-cover {
  display: none;
}

.mobile-cover {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1059px) {
  .desktop-cover {
    display: none;
  }

  .tablet-cover {
    display: inline-block;
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .desktop-cover,
  .tablet-cover {
    display: none;
  }

  .mobile-cover {
    display: inline-block;
    max-width: 100%;
  }

}
.btn-wrapper {
  text-align: center;
  display: block;
  width 100%;
}
.btn-wrapper .default-btn {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #009092;
  color: white;
  margin: 0 auto 40px;
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  background-color: #009092;
  color: #fff
}
.btn-wrapper .default-btn:hover {
  background-color: #00c2c5;
  color: #fff;
}
.buy-btn {
  margin: 0 auto 40px;
  padding: 10px;
  display: block !important;
}
.buy-btn iframe {
  margin: 0 auto;
  background: white;
  padding: 15px 20px;
  border-radius: 5px;
}