/* ===================================================================
 * # base style overrides - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}

@media only screen and (max-width:400px) {
  html {
    font-size: 9.411764705882353px;
  }

}

html,
body {
  height: 100%;  /* prevent horizontal scrolling */
  overflow: hidden;
}

body {
  background: #111111;
  font-family: 'Rubik', sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.765;
  color: #757575;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------- 
 * ## links - (_document-setup.scss)
 * ------------------------------------------------------------------- */
a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #f1f1f1;
}

a:hover,
a:active {
  outline: 0;
}

/* ===================================================================
 * # typography & general theme styles - (_document-setup.scss)
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3 {
  font-family: 'Rubik', sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 6rem;
  margin-bottom: 1.8rem;
}

@media only screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5.1rem;
  }
}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

@media only screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
    letter-spacing: -.07rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.3;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

em,
i {
  font-family: 'Rubik', sans-serif;
}

strong,
b {
  font-family: 'Rubik', sans-serif;
  font-weight:600;
}

hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

 .show-mobile {
	display:none;
 }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #050505;
  z-index: 800;
  height: 100%;
  width: 100%;
  display: table;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.line-scale-pulse-out > div {
  background-color: #d4872b;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

}

.s-home {
  z-index: 501;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 720px;
  background-color: #111111;
  position: relative; 
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;  
  height: 100vh;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.s-home--static {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-desktop.jpg);
}

.info-is-visible .s-home {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.home-logo {
  display: block;
  margin: 0;
  padding: 0;
  float:right;
  /*
  position: absolute;
  right: 60px;
  top: 36px;
  */
}

.home-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-logo img {
  max-width: 385px;
  width:100%;
}

.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding-bottom: 6rem;
  position: relative;
}

.home-content h1 {
  font-size: 9rem;
  line-height: 1;
  margin-top: 8%;
  color: #FFFFFF;
  letter-spacing: 0;
}

.home-content-main {
  max-width: 1200px;
  padding-top: 0.5rem;
  position: relative;
  overflow: hidden;
}

.home-content-text p {
  font-size: 1.8rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 6.6rem;
  margin-right: 15%;
}

.home-copyright {
  font-size: 2rem;
  line-height: 2;
  padding: 0;
  width:auto;
  margin: 0 auto;
  padding-top:22%;
}
.email-col {
	padding-top:55px;
}

html.ss-preload .home-content-main {
  opacity: 0;
}

html.ss-loaded .home-content-main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content-main {
  opacity: 1;
}

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */

@media only screen and (min-width:1600px) {
  .home-copyright {
		padding-top:30%;
  }
}
@media only screen and (max-width:1500px) {
  .home-content h1 {
    font-size: 5.8rem;
  }

  .home-content-main,
  .home-copyright {
    max-width: 1200px;
  }

  .home-content-text p {
    font-size: 1.7rem;
    margin-top: 4.8rem;
    margin-right: 10%;
  }

  .home-content__counter .time {
    font-size: 2.8rem;
    min-width: 5.8rem;
  }

  .home-content__counter .time span {
    font-size: 1.8rem;
  }

  .home-content__counter .days {
    font-size: 14.5rem;
  }

  .home-content__counter .days span {
    padding: 6px 12px;
  }

}

@media only screen and (max-width:1400px) {
  .home-content h1 {
    font-size: 5rem;
  }

  .home-content-main,
  .home-copyright{
    max-width: 1000px;
  }

  .home-content-text p {
    font-size: 1.6rem;
    margin-top: 4.2rem;
    margin-right: 5%;
  }
   .home-copyright {
	  padding-top:27%;
   }
}

@media only screen and (max-width:1200px) {
  .home-content h3 {
    padding-left: 45px;
  }

  .home-content h3::before {
    width: 30px;
  }

  .home-content h1 {
    font-size: 5.5rem;
  }

  .home-content-main,
  .home-copyright {
    max-width: 900px;
  }

  .home-content-text {
    padding-right: 30px;
  }

  .home-content-text p {
    font-size: 1.5rem;
    margin-top: 3.6rem;
  }

   .home-copyright {
	  padding-top:32%;
   }

   .email-col {
		padding-top:35px;
	}
 
}

@media only screen and (max-width:1000px) {
  .s-home,
  .home-content {
    display: block;
  }

  .home-content {
    overflow-y: auto;
  }

  .home-content {
    padding-bottom: 0;
  }

  .home-content br {
    display: none;
  }

  .home-content-main,
  .home-copyright {
    max-width: 700px;
  }

  .home-content-text {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }

  .home-content-text {
    padding-right: 60px;
    margin-bottom: 7.2rem;
  }

  .home-copyright {
    margin-top: 9rem;
    padding: 0px 0px 20px;
  }

 .home-copyright {
	  padding-top:22%;
   }

    .email-col {
		padding-top:25px;
	}
 
}

@media only screen and (max-width:800px) {
  .home-content-main,
  .home-copyright {
    max-width: 600px;
  }

  .home-content-text {
    padding-right: 15px;
  }
}

@media only screen and (max-width:700px) {
  .home-content h1 {
    font-size: 4rem;
  }

  .home-content-main,
  .home-copyright {
    max-width: 490px;
  }

    .email-col {
		padding-top:0px;
	}

  .col-six {
	width:100%;
  }

  .hide-mobile {
	display:none;
  }

  .show-mobile {
	display:block;
  }

  .home-copyright {
    text-align: center;
  }

  .home-logo {
    text-align: center;
	float:none;
	padding-top:8%;
  }
}

@media only screen and (max-width:600px) {
  .home-content h3 {
    font-size: 1.3rem;
  }

  .home-content h1 {
    font-size: 5.2rem;
  }

  .home-content-text {
    padding-right: 10px;
  }

.home-logo {
    padding-top:15%;
  }

}

@media only screen and (max-width:500px) {
  .s-home {
    min-height: 642px;
  }

   .s-home--static {
	  background-position: top center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-image: url(../images/bg-mobile.jpg) !important;
	}
	
  .home-content h3 {
    padding-left: 0;
  }

  .home-content h3::before {
    display: none;
  }

  .home-content h1 {
    font-size: 4.2rem;
  }

  .home-content-main {
    max-width: 420px;
  }

  .home-logo {
    padding-top:28%;
  }
  
}

@media only screen and (max-width:400px) {
  .s-home {
    min-height: 630px;
  }

  .home-logo img {
    width: 300px;
  }

  .home-content h1 {
    font-size: 3.8rem;
  }

  .home-content-main {
    max-width: auto;
  }

  .home-content-text {
    padding-right: 0;
  }

  .home-content-text p {
    font-size: 1.6rem;
  }

  .home-copyright {
    margin-top: 7.8rem;
  }

}