/* -------------------------------- 

Primary style

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

html {
  font-size: 16px;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #e22e34;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

a {
  color: #e22e34;
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
/*@media only screen and (min-width: 1050px) {
*/  body[data-hijacking="on"] {
    overflow: hidden;
  }
/*}
*/
.cd-section {
  height: 100vh;
}
#pixie{

    position: absolute;
    z-index: 1000;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cd-section h2.large {
  font-size: 3.5rem;
}
.cd-section h2.small {
  font-size: 5rem;
}
.cd-section h2 {
  line-height: 100vh;
  text-align: center;
  font-size: 4.3rem;
  position: relative;
  z-index: 100;
    font-weight: 300;
}
@media only screen and (max-width: 1500px) {
  html{
    font-size: 15px;
  }

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

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

}
@media only screen and (max-width: 650px) {
  html{
    font-size: 6px;
  }
  #pixie{
    display:none;
  }
}
@media only screen and (max-width: 500px) {
  html{
    font-size: 5px;
  }

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

}
/*.gif_anim{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}*/
/*.gif_anim.show{
  opacity: 1;
  visibility: visible;
}*/
.cd-section img{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
/*    width:100%;
    max-width: 400px;*/
    width:auto;
    height: 45vh;
    max-height: 400px;
    z-index: 0;
}
.cd-section img.top{
    top:0;
}
.cd-section img.bottom{
    bottom:0;
}
@media only screen and (min-height: 800px) {
  .cd-section img.top{
    top:5vh;
  }
.cd-section img.bottom{
    bottom:5vh;
}

}
.cd-section #heart-2{


    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    transform: translateY(-50%);
    width:40vw;
    height:auto;
    left:2vw;
    z-index: 0;
    max-height: none;
    max-width: 400px;
    top:50%;
}
.cd-section #heart-3{
    width:40vw;
    height:auto;
    right:2vw;
    left: auto;
    max-height: none;
    max-width: 400px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    transform: translateY(-50%);
}

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

/*  .cd-section #heart-4{
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      width:40vw;
      height:auto;
      left:10vw;
      z-index: 0;
      max-height: none;
      max-width: 400px;
  }
  .cd-section #heart-5{
      width:40vw;
      height:auto;
      right:20vw;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      max-height: none;
      max-width: 400px;
  }

  .cd-section #heart-4{
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      width:40vw;
      height:auto;
      left:10vw;
      z-index: 0;
      max-height: none;
      max-width: 400px;
  }
  .cd-section #heart-5{
      width:40vw;
      height:auto;
      right:20vw;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      max-height: none;
      max-width: 400px;
  }*/
}


.cd-section #heart-4{
    max-height: none;
    width:20vw;
    height:auto;
    left:0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section #heart-5{
    max-height: none;
    width:20vw;
    height:auto;
    left:20vw;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section #heart-6{
    max-height: none;
    width:20vw;
    height:auto;
    left:40vw;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section #heart-7{
    max-height: none;
    width:20vw;
    height:auto;
    left:60vw;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section #heart-8{
    max-height: none;
    width:20vw;
    height:auto;
    left:80vw;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section #heart-9{
    max-height: none;
    width:20vw;
    height:auto;
    left:0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section #heart-10{
    max-height: none;
    width:20vw;
    height:auto;
    left:20vw;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section #heart-11{
    max-height: none;
    width:20vw;
    height:auto;
    left:40vw;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section #heart-12{
    max-height: none;
    width:20vw;
    height:auto;
    left:60vw;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section #heart-13{
    max-height: none;
    width:20vw;
    height:auto;
    left:80vw;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-section > div {
  background-color: #181610;
}
.cd-section:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  /*content: 'Effects not visible on mobile!';*/
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}
/*.cd-section:nth-of-type(2) > div {
  background-color: #efefee;
}
.cd-section:nth-of-type(3) > div {
  background-color: #efefee;
}
.cd-section:nth-of-type(4) > div {
  background-color: #efefee;
}
.cd-section:nth-of-type(5) > div {
  background-color: #efefee;
}
.cd-section:nth-of-type(6) > div {
  background-color: #efefee;
}
.cd-section:nth-of-type(7) > div {
  background-color: #efefee;
}
.cd-section:nth-of-type(8) > div {
  background-color: #efefee;
}
.cd-section:nth-of-type(9) > div {
  background-color: #efefee;
}
*/
[data-animation="parallax"] .cd-section > div, [data-animation="fixed"] .cd-section > div, [data-animation="opacity"] .cd-section > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[data-animation="parallax"] .cd-section:first-of-type > div, [data-animation="fixed"] .cd-section:first-of-type > div, [data-animation="opacity"] .cd-section:first-of-type > div {
  background-image: url("../img/img-1.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(2) > div, [data-animation="fixed"] .cd-section:nth-of-type(2) > div, [data-animation="opacity"] .cd-section:nth-of-type(2) > div {
  background-image: url("../img/img-2.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(3) > div, [data-animation="fixed"] .cd-section:nth-of-type(3) > div, [data-animation="opacity"] .cd-section:nth-of-type(3) > div {
  background-image: url("../img/img-3.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(4) > div, [data-animation="fixed"] .cd-section:nth-of-type(4) > div, [data-animation="opacity"] .cd-section:nth-of-type(4) > div {
  background-image: url("../img/img-4.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(5) > div, [data-animation="fixed"] .cd-section:nth-of-type(5) > div, [data-animation="opacity"] .cd-section:nth-of-type(5) > div {
  background-image: url("../img/img-5.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(6) > div, [data-animation="fixed"] .cd-section:nth-of-type(6) > div, [data-animation="opacity"] .cd-section:nth-of-type(6) > div {
  background-image: url("../img/img-6.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(7) > div, [data-animation="fixed"] .cd-section:nth-of-type(7) > div, [data-animation="opacity"] .cd-section:nth-of-type(7) > div {
  background-image: url("../img/img-7.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(8) > div, [data-animation="fixed"] .cd-section:nth-of-type(8) > div, [data-animation="opacity"] .cd-section:nth-of-type(8) > div {
  background-image: url("../img/img-8.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(9) > div, [data-animation="fixed"] .cd-section:nth-of-type(9) > div, [data-animation="opacity"] .cd-section:nth-of-type(9) > div {
  background-image: url("../img/img-9.jpg");
}
  /*.cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }*/
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
 /* [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }*/
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }


  .cd-section:first-of-type > div::before {
    display: none;
  }

  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }


.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1000;
  right: 2%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-icon-arrow.svg) no-repeat center center;
  transition:.5s;
  opacity:1;
    margin: 50px 0;
}
.cd-vertical-nav a:hover {
  opacity:0.2;
  transition:0.5s;
  } 



.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
  .cd-vertical-nav {
    display: block;
  }

.anim{
width: 100%;
text-align: center;
}

#loader img{width: 50px; height:50px; position: absolute;top: 50%; left:50%; margin-left: -25px; margin-right: -25px;}
#loader {width: 100%; height:100%; position: fixed;top: 0; left:0;background:#181610;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;}
  #loader.show {
  visibility: visible;
  opacity: 1;
  }