body {
  background-color: #f7f1d7;
  background-image: url('../images/background.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #58423c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

h6 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

p {
  margin-bottom: 30px;
}

strong {
  color: #33aee6;
  font-weight: 700;
}

.old {
  display: inline-block;
  margin-top: 0px;
  padding: 15px;
  border: 2px solid #231f20;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #444;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.old:hover {
  border-color: #168301;
  color: #168301;
}

.old.btn-submit {
  padding: 10px;
  border-color: #ccc;
  color: #999;
}

.old.btn-submit:hover {
  border-color: #168301;
  color: #168301;
}

.navbar-link {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Muli, sans-serif;
  color: #231f20;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-link:hover {
  color: #e93662;
}

.navbar-link.w--current {
  border-bottom-style: none;
  border-bottom-width: 1px;
  color: #e93662;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-link.navbar-active {
  color: #000;
}

.fa.fa-facebook {
  font-size: 40px;
}

.fa.fa-twitter {
  font-size: 40px;
}

.fa.fa-vimeo-square {
  font-size: 40px;
}

.fa.fa-instagram {
  font-size: 40px;
}

.footer2 {
  height: 350px;
  padding-top: 220px;
  background-color: #fff;
  background-image: url('../images/footer.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.copyright {
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
}

.social-links {
  padding-left: 0px;
  text-align: center;
  list-style-type: none;
}

.social-link {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  color: #999;
  font-size: 14px;
  text-align: center;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100px;
  background-color: #fff;
  background-image: url('../images/shade.png');
  background-position: 0px 0px;
  background-size: 150px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
  line-height: 100px;
}

.main {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.logo {
  height: 40px;
}

.dropdown-links.w--open {
  margin-top: -1px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  background-image: url('../images/navigation.png');
}

.dropdown-link {
  height: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 30px;
}

.dropdown-link:hover {
  color: #000;
  text-decoration: none;
}

.footer-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #45322d;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.form-control {
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #999;
  font-weight: 300;
}

.form-control:hover {
  border-color: #999;
  opacity: 1;
  color: #444;
}

.form-control:focus {
  border-color: #999;
  opacity: 1;
  color: #444;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, transparent, #000);
  background-image: radial-gradient(circle closest-corner at 50% 50%, transparent, #000);
}

.popup-content {
  position: relative;
  left: 50%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 700px;
  border-radius: 5px 0px 5px 5px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
  -webkit-transform: translate(-350px, 0px);
  -ms-transform: translate(-350px, 0px);
  transform: translate(-350px, 0px);
}

.popup-content.popup-content-register {
  width: 500px;
  padding: 30px;
  border-radius: 5px;
  -webkit-transform: translate(-250px, -50%);
  -ms-transform: translate(-250px, -50%);
  transform: translate(-250px, -50%);
}

.popup-hide {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.footer {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.popup-register.popup {
  display: none;
}

.container {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.brand {
  position: relative;
}

.buttons {
  margin-top: 80px;
  margin-bottom: 100px;
}

.cancel-link {
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #999;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.cancel-link:hover {
  color: #444;
}

.btn {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.btn:hover {
  opacity: 0.8;
}

.brand-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-hover:hover {
  opacity: 0.9;
}

.content {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 30px;
  background-color: hsla(0, 0%, 100%, .75);
  text-align: center;
}

.brand-2 {
  margin-right: 100px;
  margin-left: 100px;
}

html.w-mod-js *[data-ix="navigation-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .navbar-link {
    padding-right: 0px;
    padding-left: 0px;
    color: #231f20;
    line-height: 40px;
    text-align: center;
  }
  .navbar-link:hover {
    color: #e93662;
  }
  .navbar-link.navbar-active {
    color: #fff;
  }
  .navbar {
    z-index: 1000;
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
  .mobile-button {
    margin-top: 10px;
    color: #231f20;
  }
  .mobile-button:hover {
    color: #e93662;
  }
  .mobile-button.w--open {
    background-color: transparent;
    color: #e93662;
  }
  .logo {
    height: 40px;
  }
  .navbar-links {
    z-index: 9998;
    padding-top: 10px;
    padding-bottom: 20px;
    background-image: url('../images/shade.png');
    background-size: 150px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
  }
  .dropdown-links {
    background-color: #444;
  }
  .dropdown-links.w--open {
    margin-top: 0px;
  }
  .dropdown-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
    font-size: 14px;
    line-height: 30px;
  }
  .dropdown-link:hover {
    direction: ltr;
    color: #fff;
    text-decoration: none;
  }
  .dropdown-link:focus {
    color: #fff;
  }
  .popup {
    position: fixed;
    display: none;
    padding: 0px;
    background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, transparent, #000);
    background-image: radial-gradient(circle closest-corner at 50% 50%, transparent, #000);
  }
  .popup-content {
    position: absolute;
    left: 0%;
    top: 0%;
    overflow: auto;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .popup-content.popup-content-register {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
  .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .popup-content.popup-content-register {
    margin: 0px;
  }
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .brand-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
  h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .logo {
    height: 30px;
  }
  .buttons {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .btn {
    margin-bottom: 10px;
  }
}
