html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #fff;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ 
   \/\/\/\/\/ USER CUSTOM STYLES \/\/\/\/\/\/\/\/\/\/\/\/\/ 
   \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ 
*/

/* \/\/\/\/\/ Global Styles \/\/\/\/\/\/\/\/\/\/ */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  display: block;
  height: 100%;
  background-color: #fff;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-weight: 100;
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

/* nav styles */



/* visual styles */

.logo img {
  position: fixed;
  width: 100px;
  top: 15px;
  left: 15px;
  z-index: 200;
}

.page-view {
  position: relative;
  width: 100%;
  height: auto;
}

.page-view .page {
  width: 100%;
  height: 100%;
}


.splash-content {
  position: relative;
  -webkit-user-select: none;
}

.splash-cover {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.vertical-center {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.vertical-el {
  display: table-cell;
  vertical-align: middle;
}

.splash-cover .title {
  display: block;  
  text-align: center;
}

.splash-cover .title img {
  max-width: 441px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}


.scroll-down {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.scroll-down span {
  display: block;
  text-align: center;
  font: 300 1.3rem 'nexa_lightregular', sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.7rem;
  font-weight: 400;
}

.scroll-down .bar {
  display: block;
  position: relative;
  margin: .0375rem auto 0;
  width: 1px;
  height: 60px;
  background: #000;
}

.scroll-down.is-hidden span {
  transition: opacity .6s cubic-bezier(.19,1,.22,1);
  opacity: 0!important;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: translate3d(-100%,0,0);
   transform: translate3d(-100%,0,0);
}

.scroll-down .bar {
    display: block;
    position: relative;
    margin: .9375rem auto 0;
    width: 1px;
    height: 40px;
    background: #000;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.splash-infos.false-padding-bottom {
  padding-bottom: 0;
}

.splash-infos {
  position: relative;
  padding: 8.75rem 0 15rem;
}

.device-content {
  position: relative;
  width: 1100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.row {
  zoom: 1;
}

.row:after, .row:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.splash-infos_column {
  padding: 0;
}


.column {
  display: block;
  text-align: center;

}

.splash-infos h1 {
  display: block;
  font: 300 2.625rem 'nexa_boldregular', sans-serif;
    text-transform: uppercase;
      letter-spacing: 0.3rem;
}

.splash-infos span {
  display: block;
  font: 300 1.25rem/1.75rem 'mislab-std', sans-serif;
}

.splash-infos a {
  display: inline-block;
  font: 300 1rem 'mislab-std', sans-serif;
  text-transform: uppercase;
  letter-spacing: .04rem;
  margin-top: 1.875rem;
}

a {
  text-decoration: none;
  color: #000;
  background: 0 0;
}

.splash-infos p {
  font: 300 1.25rem/ 1.875rem 'mislab-std', sans-serif;
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

.row:after {
  clear: both;
}

.splash-contact-section {
  padding: 9.375rem 0;
    text-align: center;
}

.splash-contact-section img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding-left: 5px;
  padding-bottom: 5px;
}

.splash-content .cover {
  display: block;
  width: 100%;
  height: auto;
}



.col-6 p {
 font-weight: 300;
 font-size: 16px;
 letter-spacing: .05rem;
}

.end p {
  margin-bottom: 225px;
  line-height: 12px;
}

.end a {
  color: #287648;
  font-weight: 500;
}

.end a:hover {
  color: #000;
}

/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
/*=== Optional Delays, change values here  ===*/
.one {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}
 
.two {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}
 
.three {
-webkit-animation-delay: 1.4s;
-moz-animation-delay: 1.4s;
animation-delay: 1.4s;
}
 
.four {
-webkit-animation-delay: 2.1s;
-moz-animation-delay: 2.1s;
animation-delay: 2.1s;
}
 
/*=== Animations start here  ===*/

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
 
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
 
  to {
    opacity: 1;
  }
}
 
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
 
 
/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
 
/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
 
/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
 
 
/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@media screen and (max-width: 768px) {

    .device-content {
      width: 90%;
    }

}

@media (max-width: 1024px) and (min-width: 769px) {

.device-content {
    width: 700px;
}

html {
    font: 90%/1.5 'mislab-std';
}

}

