@import url('ionicons.min.css');
@import url('linearicons.css');
body {background:#000;overflow:hidden;}
html {font-size: 14px;overflow:hidden;}

#wrapper{
	width:100%;
	display:block;
    min-height:100%;
    _height:100%;
    overflow:hidden;
}

@media (max-width: 767px) {
.col-xs-6, .col-xs-4{padding:0px !important}
h2{font-size: 1.4rem;}
p {font-size: 1rem;line-height:1.3;}
}

.copy-bottom {
  display: none;
  position: absolute;
  z-index: 10;
  left: 2.4rem;
  bottom: 2.4rem;
  color: #000;
}

.copy-bottom.white {
  color: #fff;
}


.vertical-centred {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.scroll-wrap {
  position: relative;
  min-height: 100%;
}

.scrollable-content {
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before {
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1.1rem;
}

.boxed-inner {
  position: relative;
  padding: 0;
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index:-1;
}

.vertical-title {
  position: absolute;
  white-space: nowrap;
  width: 0;
  top: -0.55rem;
  left: 4.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical-title span {
  display: block;
  float: right;
}

.subtitle-top {
  line-height: 1.714;
  margin-bottom: 2.8rem;
  letter-spacing: 0.1em;
}

.icon-quote {
  display: inline-block;
  margin-top: -0.6rem;
  color: #d6cf48;
  font-size: 5.14rem;
}
@media (max-width: 767px){
.icon-quote {font-size: 3rem;}
}
.text-review {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.142rem;
    line-height: 1.875;
}
.text-bold {
	font-weight:500;
    font-size: 1.2rem;
    line-height: 1.875;
}

.review-author {
  margin-top: 5.7rem;
}

.author-name {
  font-size: 1.2857rem;
  line-height: 1.333;
  font-weight: 600;
}

.display-1 {
  font-size: 4.28rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0;
}

.display-2 {
	font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 4rem;
	color:#d6cf48;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #000;
}

@media (max-width: 767px) {
.display-2 {font-size: 2rem;}
}


.text-display-1 {
  font-size: 1.714rem;
  line-height: 2;
  letter-spacing: 0;
}

.text-display-1 p {
  margin-bottom: 3.5rem;
}

.text-display-1 p:last-child {
  margin-bottom: 0;
}

.title-hr {
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: #cee002;
}

.title-info {
  font-size: 1.28rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #999999;
  margin-bottom: 1.4rem;
}

.scrollbar {
  margin: 6.8rem 0 0;
  height: 1px;
  background: #dae5e6;
  line-height: 0;
}

.scrollbar .handle {
  position: relative;
  top: -2px;
  width: 100px;
  height: 3px;
  background: #999999;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


@media (min-height: 700px) {
  .copy-bottom {
    display: block;
  }
}

#pages{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	overflow:hidden;
}
.page{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	overflow:hidden;
}

.vertical.wait2.animated {
  animation: vertical-wait2 3.44s ease infinite;
}

@keyframes vertical-wait2 {
  0% {
    transform: translate(0,-5px);
  }

  3.27869% {
    transform: translate(0,5px);
  }

  6.55738% {
    transform: translate(0,-5px);
  }

  9.83606% {
    transform: translate(0,5px);
  }

  13.11475% {
    transform: translate(0,-5px);
  }

  16.39344% {
    transform: translate(0,5px);
  }

  18.03279% {
    transform: translate(0,0);
  }

  100% {
    transform: translate(0,0);
  }
}

.double-flash.wait2.animated {
  animation: double-flash-wait2 4s ease infinite;
}

@keyframes double-flash-wait2 {
  0% {
    opacity: 1;
  }

  12.5% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  37.5% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.spin.wait2.animated {
  animation: spin-wait2 3.5s linear infinite;
}

@keyframes spin-wait2 {
  0% {
    transform: rotate(0deg);
  }

  42.85714% {
    transform: rotate(359deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.wrench.wait2.animated {
  animation: wrench-wait2 3.875s ease infinite;
  transform-origin: 90% 35%;
}

@keyframes wrench-wait2 {
  0% {
    transform: rotate(-12deg);
  }

  5.16129% {
    transform: rotate(12deg);
  }

  6.45161% {
    transform: rotate(24deg);
  }

  11.6129% {
    transform: rotate(-24deg);
  }

  12.90323% {
    transform: rotate(-24deg);
  }

  18.06451% {
    transform: rotate(24deg);
  }

  19.35484% {
    transform: rotate(24deg);
  }

  24.51613% {
    transform: rotate(-24deg);
  }

  25.80645% {
    transform: rotate(-24deg);
  }

  30.96774% {
    transform: rotate(24deg);
  }

  32.25807% {
    transform: rotate(24deg);
  }

  37.41935% {
    transform: rotate(-24deg);
  }

  38.70968% {
    transform: rotate(-24deg);
  }

  43.87097% {
    transform: rotate(24deg);
  }

  48.3871% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.burst.wait2.animated {
  animation: burst-wait2 4s linear infinite;
}

@keyframes burst-wait2 {
  0% {
    opacity: 1;
  }

  49.9995% {
    transform: scale(1.8);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.ring.wait2.animated {
  animation: ring-wait2 2.4s ease infinite;
  transform-origin: 50% 0;
}

@keyframes ring-wait2 {
  0% {
    transform: rotate(-15deg);
  }

  1.66667% {
    transform: rotate(15deg);
  }

  3.33333% {
    transform: rotate(-18deg);
  }

  5% {
    transform: rotate(18deg);
  }

  6.66667% {
    transform: rotate(-22deg);
  }

  8.33333% {
    transform: rotate(22deg);
  }

  10% {
    transform: rotate(-18deg);
  }

  11.66667% {
    transform: rotate(18deg);
  }

  13.33333% {
    transform: rotate(-12deg);
  }

  15% {
    transform: rotate(12deg);
  }

  16.66667% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}



.bounce.wait2.animated {
  animation: bounce-wait2 3.6s ease infinite;
}

@keyframes bounce-wait2 {
  0% {
    transform: translateY(0);
  }

  5.55556% {
    transform: translateY(0);
  }

  11.11111% {
    transform: translateY(0);
  }

  22.22222% {
    transform: translateY(-15px);
  }

  27.77778% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-15px);
  }

  44.44444% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

#loading{
background-color: rgba(255,255,255,1);height: 100%;width: 100%;position: fixed;z-index: 999999;margin-top: 0px;top: 0px;overflow: hidden;
}

html {
overflow-x: hidden;
}

#loading-center {
width: 100%;
height: 100%;
position: relative;
}

#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 100px;
width: 100px;
margin-top: -50px;
margin-left: -50px;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.object {
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
position: absolute;
border-top: 5px solid #b9c9ee;
border-bottom: 5px solid transparent;
border-left: 5px solid #292f3d;
border-right: 5px solid transparent;
-webkit-animation: animate 2s infinite;
animation: animate 2s infinite;
}

#object_one {
left: 75px;
top: 75px;
width: 50px;
height: 50px;
}

#object_two {
left: 65px;
top: 65px;
width: 70px;
height: 70px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}

#object_three {
left: 50px;
top: 50px;
width: 100px;
height: 100px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}

#object_four {
left: 45px;
top: 45px;
width: 110px;
height: 110px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}

@-webkit-keyframes animate {
50% {
  -ms-transform: rotate(360deg) scale(0.8);
  -webkit-transform: rotate(360deg) scale(0.8);
  transform: rotate(360deg) scale(0.8);
}}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}


#navs{z-index:10;position:absolute;right:3%;top:50%;margin-top:-8rem;}
#navs a{overflow:hidden;display:block;width:13px;height:13px;border-radius: 50%;margin: 1.928rem auto;border:2px solid #fff;transition:background 600ms ease;}
#navs .active{background:#fff;}
@media (max-width:767px) {
#navs{display:none;}
}

.heading-text {
  font-family: 'notokr-black',Helvetica,Arial,sans-serif;
  font-weight: 800;
  line-height: 12rem;
  text-transform: uppercase;
  font-size: 12rem;

  color: rgba(255,255,255,0.70);
}

.heading-text {
  text-shadow: none;
}
@media only screen and (max-width : 1200px) {
.heading-text {
    font-size: 140px;
    line-height: 125px;
    margin-top: 40px;
    margin-bottom: 270px;
  }
}

@media only screen and (max-width : 992px) {
.heading-text {
    font-size: 140px;
    line-height: 125px;
    margin-top: 40px;
    margin-bottom: 270px;
  }
}
@media only screen and (max-width : 768px) {
.heading-text {
    font-size: 118px;
    line-height: 130px;
  }
}
@media only screen and (max-width : 480px) {
.heading-text {
    font-size: 76px;
    line-height: 94px;
    margin-top: 80px;
    margin-bottom: 180px;
  }
}
/* cloud   */

@keyframes moveclouds {
0% {margin-left: -50%; }
100% {margin-left: 100%; }
}
@-webkit-keyframes moveclouds {
0% {margin-left: -50%; }
100% {margin-left: 100%; }
}
@keyframes moveclouds2 {
0% {margin-left: -50%; }
50% {margin-left: 50%; }
100% {margin-left: 100%; }
}
@-webkit-keyframes moveclouds2 {
0% {margin-left: -50%; }
50% {margin-left: 50%; }
100% {margin-left: 100%; }
}

.layer {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 10rem;
width: 100%; }

.layer2 {
height: 100%;
right: 0;
overflow: hidden;
position: absolute;
top: 10rem;
width: 100%; }

.layer img,.layer2 img, {
max-width: 100%;
height: 100%; }

@media(max-width:767px) {
.layer img,.layer2 img { display:none; }
}

.clouds {
overflow: hidden; }
.clouds .cloud {
bottom: 0;
left: 0;
position: absolute;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 100%;
height: 100%;
will-change: transform; 
}
.clouds .cloud-1 {
-webkit-animation: moveclouds 15s linear infinite;
animation: moveclouds 15s linear infinite; 
}
.clouds .cloud-2 {
-webkit-animation: moveclouds 30s linear infinite;
animation: moveclouds 30s linear infinite; 
}
.clouds .cloud-3 {
-webkit-animation: moveclouds2 25s linear infinite;
animation: moveclouds2 25s linear infinite; 
}

.clouds2 {
overflow: hidden; }
.clouds2 .cloud {
bottom: 0;
left: 0;
position: absolute;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 100%;
height: 100%;
will-change: transform; 
}
.clouds2 .cloud-1 {
-webkit-animation: moveclouds 15s linear infinite;
animation: moveclouds 15s linear infinite; 
}
.clouds2 .cloud-2 {
-webkit-animation: moveclouds 30s linear infinite;
animation: moveclouds 30s linear infinite; 
}
.clouds2 .cloud-3 {
-webkit-animation: moveclouds2 25s linear infinite;
animation: moveclouds2 25s linear infinite; 
}

