@font-face {
  font-family: 'Young-Beautiful';
  src: url("../fonts/Young-Beautiful/Young-Beautiful.ttf.eot");
  src: url("../fonts/Young-Beautiful/Young-Beautiful.ttf.eot?#iefix") format("embedded-opentype"), url("../fonts/Young-Beautiful/Young-Beautiful.ttf.woff") format("woff"), url("../fonts/Young-Beautiful/Young-Beautiful.ttf.svg#Young-Beautiful") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 6, ../../../assets/scss/helpers/_scaffolding.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../../../assets/scss/helpers/_scaffolding.scss */
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../../assets/scss/helpers/_scaffolding.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 20, ../../../assets/scss/helpers/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 25, ../../../assets/scss/helpers/_scaffolding.scss */
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #333333;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

/* line 37, ../../../assets/scss/helpers/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

/* line 48, ../../../assets/scss/helpers/_scaffolding.scss */
a,
.link {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}
/* line 54, ../../../assets/scss/helpers/_scaffolding.scss */
a:hover, a:focus,
.link:hover,
.link:focus {
  color: #0d0d0d;
  text-decoration: none;
}

/* line 63, ../../../assets/scss/helpers/_scaffolding.scss */
img {
  max-width: 100%;
}

/* line 67, ../../../assets/scss/helpers/_scaffolding.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 73, ../../../assets/scss/helpers/_scaffolding.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 79, ../../../assets/scss/helpers/_scaffolding.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 1, ../../../assets/scss/layout/_main.scss */
body.noScroll {
  overflow: hidden;
}

/* line 1, ../../../assets/scss/layout/_footer.scss */
footer {
  border-top: 1px solid #848484;
  clear: both;
  min-height: 100px;
  position: relative;
}
/* line 7, ../../../assets/scss/layout/_footer.scss */
footer a {
  margin: 0 10px;
}

/* line 12, ../../../assets/scss/layout/_footer.scss */
.footer__author {
  color: #848484;
  float: right;
}

/* line 1, ../../../assets/scss/layout/_header.scss */
header {
  position: absolute;
  width: 99%;
  z-index: 2;
}
/* line 6, ../../../assets/scss/layout/_header.scss */
header h1 {
  color: #eaeaea;
  font-family: "Young-Beautiful";
  font-size: 82px;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 481px) {
  /* line 6, ../../../assets/scss/layout/_header.scss */
  header h1 {
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) {
  /* line 6, ../../../assets/scss/layout/_header.scss */
  header h1 {
    font-size: 128px;
  }
}
@media screen and (min-width: 992px) {
  /* line 6, ../../../assets/scss/layout/_header.scss */
  header h1 {
    font-size: 170px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 6, ../../../assets/scss/layout/_header.scss */
  header h1 {
    font-size: 205px;
  }
}

/* line 31, ../../../assets/scss/layout/_header.scss */
.sidebar__wrapper {
  height: 50px;
}
@media screen and (min-width: 481px) {
  /* line 31, ../../../assets/scss/layout/_header.scss */
  .sidebar__wrapper {
    height: 75px;
  }
}
@media screen and (min-width: 992px) {
  /* line 31, ../../../assets/scss/layout/_header.scss */
  .sidebar__wrapper {
    height: 90px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 31, ../../../assets/scss/layout/_header.scss */
  .sidebar__wrapper {
    height: 55px;
  }
}

/* line 47, ../../../assets/scss/layout/_header.scss */
.sidebar__icon {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("/assets/img/nav.png");
  background-size: 50px 14px;
  background-position: top 0 left 0;
  cursor: pointer;
  float: right;
  height: 14px;
  margin-top: 25px;
  opacity: 0.5;
  position: absolute;
  right: 8.3%;
  width: 25px;
}
@media screen and (min-width: 481px) {
  /* line 47, ../../../assets/scss/layout/_header.scss */
  .sidebar__icon {
    margin-top: 45px;
  }
}
/* line 65, ../../../assets/scss/layout/_header.scss */
.sidebar__icon:hover {
  opacity: 0.8;
}

/* line 1, ../../../assets/scss/module/_sidebar.scss */
#sidebar__overlay {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #000;
  cursor: url("/assets/img/cross.png"), auto;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
}
/* line 11, ../../../assets/scss/module/_sidebar.scss */
#sidebar__overlay.off {
  opacity: 0;
  right: -100%;
}
/* line 16, ../../../assets/scss/module/_sidebar.scss */
#sidebar__overlay.on {
  opacity: 0.5;
  right: 0;
}

/* line 22, ../../../assets/scss/module/_sidebar.scss */
#sidebar__menu {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  border-left: 1px solid #eaeaea;
  height: 100%;
  padding: 90px 50px;
  position: fixed;
  top: 0;
  width: 250px;
  z-index: 9;
}
/* line 33, ../../../assets/scss/module/_sidebar.scss */
#sidebar__menu ul li {
  font-size: 14px;
  line-height: 30px;
}
/* line 38, ../../../assets/scss/module/_sidebar.scss */
#sidebar__menu ul li a span {
  color: #eaeaea;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  width: 30px;
}
/* line 46, ../../../assets/scss/module/_sidebar.scss */
#sidebar__menu ul li a p {
  position: relative;
  display: inline-block;
}
/* line 50, ../../../assets/scss/module/_sidebar.scss */
#sidebar__menu ul li a p:after {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0d0d0d;
}
/* line 63, ../../../assets/scss/module/_sidebar.scss */
#sidebar__menu ul li a:hover p:after {
  width: 100%;
}
/* line 70, ../../../assets/scss/module/_sidebar.scss */
#sidebar__menu.off {
  right: -250px;
}
/* line 74, ../../../assets/scss/module/_sidebar.scss */
#sidebar__menu.on {
  right: 0;
}
@media screen and (min-width: 768px) {
  /* line 78, ../../../assets/scss/module/_sidebar.scss */
  #sidebar__menu.mouseover {
    right: -160px;
  }
}

/* line 1, ../../../assets/scss/module/_loader.scss */
.loader__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 9, ../../../assets/scss/module/_loader.scss */
.loader:before,
.loader:after,
.loader {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation: loader 1.8s infinite ease-in-out;
  -webkit-animation: loader 1.8s infinite ease-in-out;
  animation: loader 1.8s infinite ease-in-out;
  width: 2.5em;
  height: 2.5em;
}

/* line 20, ../../../assets/scss/module/_loader.scss */
.loader {
  -moz-transform: translateZ(0) translateX(-50%) translateY(-50%);
  -ms-transform: translateZ(0) translateX(-50%) translateY(-50%);
  -webkit-transform: translateZ(0) translateX(-50%) translateY(-50%);
  transform: translateZ(0) translateX(-50%) translateY(-50%);
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
  -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  font-size: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
}
/* line 29, ../../../assets/scss/module/_loader.scss */
.loader.loader__popup {
  font-size: 8px;
}

/* line 34, ../../../assets/scss/module/_loader.scss */
.loader__text {
  -moz-transform: translateZ(0) translateX(-50%) translateY(-50%);
  -ms-transform: translateZ(0) translateX(-50%) translateY(-50%);
  -webkit-transform: translateZ(0) translateX(-50%) translateY(-50%);
  transform: translateZ(0) translateX(-50%) translateY(-50%);
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
  left: 50%;
  position: absolute;
  top: 45%;
}

/* line 42, ../../../assets/scss/module/_loader.scss */
.loader:before {
  -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  left: -3.5em;
}

/* line 48, ../../../assets/scss/module/_loader.scss */
.loader:after {
  left: 3.5em;
}

/* line 52, ../../../assets/scss/module/_loader.scss */
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-moz-keyframes loader {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em #848484;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #848484;
  }
}
@-webkit-keyframes loader {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em #848484;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #848484;
  }
}
@keyframes loader {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em #848484;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #848484;
  }
}
/* line 1, ../../../assets/scss/module/_video.scss */
.video__container {
  width: 100%;
  height: 0;
  margin-bottom: 100px;
  margin-top: 250px;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  position: relative;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
/* line 42, ../../../assets/vendor/gridle/sass/gridle/_mixins.scss */
.video__container {
  display: inline-block;
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  /* line 42, ../../../assets/vendor/gridle/sass/gridle/_mixins.scss */
  .video__container {
    display: inline-block;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1, ../../../assets/scss/module/_video.scss */
  .video__container {
    width: 66.66667%;
  }
}
@media screen and (min-width: 481px) {
  /* line 1, ../../../assets/scss/module/_video.scss */
  .video__container {
    margin-top: 350px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1, ../../../assets/scss/module/_video.scss */
  .video__container {
    margin-left: 16.66667%;
    margin-top: 250px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../../../assets/scss/module/_video.scss */
  .video__container {
    margin-top: 350px;
  }
}
/* line 25, ../../../assets/scss/module/_video.scss */
.video__container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, ../../../assets/scss/module/_popup.scss */
.popup:target {
  opacity: 1 !important;
  /*visibility: visible !important;*/
  display: block !important;
}

/* line 7, ../../../assets/scss/module/_popup.scss */
.popup {
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
  border-radius: 1em;
  background: #000;
  color: #fff;
  display: block;
  position: fixed;
  left: 25%;
  top: 100%;
  height: 50%;
  overflow: auto;
  padding: 2em 5% 0 5%;
  padding-bottom: 1em;
  width: 40%;
  z-index: 10;
}
/* line 23, ../../../assets/scss/module/_popup.scss */
.popup[data-transition="fade"] {
  display: none;
  left: 0;
  width: 100%;
  height: 98%;
  opacity: 0;
  top: 2%;
  /*visibility: hidden;*/
}
@media screen and (min-width: 481px) {
  /* line 23, ../../../assets/scss/module/_popup.scss */
  .popup[data-transition="fade"] {
    top: 5%;
    height: 80%;
  }
}
@media screen and (min-width: 768px) {
  /* line 23, ../../../assets/scss/module/_popup.scss */
  .popup[data-transition="fade"] {
    left: 10%;
    top: 10%;
    width: 80%;
    height: 70%;
  }
}
@media screen and (min-width: 992px) {
  /* line 23, ../../../assets/scss/module/_popup.scss */
  .popup[data-transition="fade"] {
    left: 30%;
    top: 25%;
    width: 40%;
    height: 60%;
  }
}
/* line 52, ../../../assets/scss/module/_popup.scss */
.popup [data-button="close"] {
  border: 3px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: block;
  float: right;
  height: 40px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
/* line 64, ../../../assets/scss/module/_popup.scss */
.popup [data-button="close"]:hover {
  background: #fff;
  color: #000;
}

/* line 1, ../../../assets/scss/module/_form.scss */
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  color: #fff;
  height: 45px;
  margin-bottom: 10px;
  display: block;
  outline: none;
  padding: 7px;
  width: 100%;
}

/* line 17, ../../../assets/scss/module/_form.scss */
.contactForm textarea {
  height: 158px;
  resize: none;
  overflow: hidden;
}

/* line 23, ../../../assets/scss/module/_form.scss */
.contactForm button {
  -moz-box-shadow: inset 0px 1px 0px 0px #979797;
  -webkit-box-shadow: inset 0px 1px 0px 0px #979797;
  box-shadow: inset 0px 1px 0px 0px #979797;
  background-color: #6a6a6a;
  border: 1px solid #555555;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 36, ../../../assets/scss/module/_form.scss */
.contactForm button:hover {
  background: linear-gradient(to bottom, #818181 5%, #848484 100%);
  background-color: #818181;
}

/* line 41, ../../../assets/scss/module/_form.scss */
.form__error {
  color: #979797;
  margin: 50px 0;
}

/* line 46, ../../../assets/scss/module/_form.scss */
.form__success {
  margin-top: 60px;
}
/* line 49, ../../../assets/scss/module/_form.scss */
.form__success h2 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
/* line 54, ../../../assets/scss/module/_form.scss */
.form__success li {
  margin: 6px 0;
}
