/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700,900");
/********* VARIABLES *********/
/********* MIXINs *********/
/********* GENERAL *********/
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: calc(12px + 3 * (100vw - 420px) / 480);
  color: #000;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 15px;
  }
}

.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #0e0c0f url("../../img/slide-1.jpg") 50% 50% repeat-x fixed;
  overflow: hidden;
  color: #fff;
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
header #navbar {
  padding: 0 30px;
}
header h1 {
  line-height: 25px;
  letter-spacing: -1px;
}
header h1 #h1 {
  display: inline-block;
  font-size: calc(30px + 35 * (100vw - 420px) / 480);
  line-height: 50px;
  font-weight: 100;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  header h1 #h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  header h1 #h1 {
    font-size: 65px;
  }
}
header h1 #h1 span {
  font-weight: 100;
}
header h1 #h3 {
  display: inline-block;
  font-size: calc(15px + 10 * (100vw - 420px) / 480);
  font-weight: 100;
}
@media screen and (max-width: 420px) {
  header h1 #h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  header h1 #h3 {
    font-size: 25px;
  }
}
header h1 #next {
  display: inline-block;
  width: 240px;
  background-color: #1be6e4;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 15px;
  margin: 30px 0;
  z-index: 500;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
}
header .navbar-brand img {
  max-width: 300px;
}
header .navbar-dark .navbar-toggler {
  border: none;
}
header .nav-link {
  display: inline-block;
  padding: 15px;
  font-size: calc(11px + 1 * (100vw - 420px) / 480);
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.7;
  padding: 2px 10px;
}
@media screen and (max-width: 420px) {
  header .nav-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  header .nav-link {
    font-size: 12px;
  }
}
header .active > .nav-link {
  background-color: transparent;
  border: 2px solid #1be6e4;
  color: #1be6e4;
  font-weight: 400;
  border-radius: 15px;
  opacity: 1;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
header .sticky .navbar-brand {
  padding: 0;
}
header .sticky .navbar-brand img {
  max-width: 100px;
  padding: 0;
}
header .sticky .nav-link {
  line-height: 20px;
}

/********* MAIN *********/
main {
  overflow: hidden;
  color: #000;
}
main h2 {
  display: block;
  font-size: calc(11px + 1 * (100vw - 420px) / 480);
  text-transform: uppercase;
  color: #2b8584;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  main h2 {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  main h2 {
    font-size: 12px;
  }
}
main h2:before {
  display: inline-block;
  margin-left: -60px;
  margin-right: 20px;
  width: 40px;
  height: 2px;
  content: " ";
  background-color: #2b8584;
  position: relative;
  top: -6px;
}
main h3 {
  width: 100%;
  padding: 30px 0 5px;
  font-size: calc(16px + 2 * (100vw - 420px) / 480);
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  main h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  main h3 {
    font-size: 18px;
  }
}
main h6 {
  width: 100%;
  padding: 30px 0 5px;
  font-size: calc(16px + 2 * (100vw - 420px) / 480);
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  main h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  main h6 {
    font-size: 18px;
  }
}
main .mainbox {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
main #box1,
main #box2,
main #box3,
main #box4 {
  color: #000;
  font-size: calc(12px + 3 * (100vw - 420px) / 480);
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 420px) {
  main #box1,
  main #box2,
  main #box3,
  main #box4 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #box1,
  main #box2,
  main #box3,
  main #box4 {
    font-size: 15px;
  }
}
main #box1 {
  background: #1be6e4;
  color: #000000;
}
main #box2 {
  background: #fff;
}
main #box2 a {
  color: #b2b2b2;
  text-decoration: underline;
}
main #box2 h2:not(:first-child) {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
main #box2 h2:not(:first-child):before {
  content: none;
}
main #box2 .product-big-row {
  padding-top: 100px;
}
main #box2 .product-big-description-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}
main #box2 .product-big-description {
  display: table-cell;
  vertical-align: middle;
}
main #box3 {
  background: #d7dfdf;
  color: #000000;
}
main #contact {
  background: #000;
  color: #888;
  padding: 70px 0 100px;
}
main #contact h2 {
  color: #888;
}
main #contact h4,
main #contact .contact_text {
  font-size: calc(16px + 2 * (100vw - 420px) / 480);
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
}
@media screen and (max-width: 420px) {
  main #contact h4,
  main #contact .contact_text {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  main #contact h4,
  main #contact .contact_text {
    font-size: 18px;
  }
}
main #contact .form-control,
main #contact .form-control:focus {
  background: transparent;
  color: #888;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #888;
  margin-bottom: 30px;
}
main #contact .form-control.placeholder,
main #contact .form-control:focus.placeholder {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #fff;
}
main #contact .form-control:-moz-placeholder,
main #contact .form-control:focus:-moz-placeholder {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #fff;
}
main #contact .form-control::-moz-placeholder,
main #contact .form-control:focus::-moz-placeholder {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #fff;
}
main #contact .form-control::-webkit-input-placeholder,
main #contact .form-control:focus::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #fff;
}
main #contact #captcha_reload {
  display: inline-block;
  color: #888;
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-left: 10px;
}
main #contact .btn {
  background-color: transparent;
  font-size: calc(11px + 1 * (100vw - 420px) / 480);
  color: #888;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 10px 15px;
  margin-top: 20px;
}
@media screen and (max-width: 420px) {
  main #contact .btn {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  main #contact .btn {
    font-size: 12px;
  }
}
main #contact .content {
  width: 70%;
}
main #contact #copyright {
  margin-top: 70px;
  color: #b3b0b5;
}
main #contact .copyright {
  font-weight: 900;
  margin-top: 10px;
}
main #contact .contact_text {
  margin-bottom: 50px;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header {
    background: none;
    background-image: url(../../img/slide-1.jpg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header #navbar {
    padding: 0 10px;
  }
  header .nav-link {
    line-height: 25px;
  }
  header h1 {
    line-height: 20px;
  }
  header h1 #h1 {
    line-height: 20px;
  }
  header .active > .nav-link {
    padding: 0 10px;
  }
  main #box2 .product-big-description-wrapper {
    text-align: center;
  }
  main #box3 > .container > .row,
  main #copyright > .container > .row {
    margin: 0;
  }
  main #box3 > .container,
  main #copyright > .container {
    padding: 0;
  }
  main #copyright {
    padding: 20px 0;
  }
  main #copyright .content {
    width: 100%;
  }
  main #copyright .separator {
    margin: 30px 0 0px 0;
  }
}

/*# sourceMappingURL=main.css.map */
