
/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    margin: 0;
  font-family: 'HelveticaNeueLT Std';
  color: #FFF;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 100%;
  font-size: 62.5%;
  background-color: #000;
    min-height: 320px;
    min-width: 320px;   
        overflow: hidden;   
}
body#singleScreens {
  background: #000  url("../images/bk-kong.jpg") no-repeat fixed top center / auto auto;
  background-size: cover;
}

body, html {
  height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

a {
  color: #FFF;
  text-decoration: none;
}

img {
  max-width: 100%;
}


a, button {
  -webkit-transition:all 0.5s ease-out;  /* Chrome y Safari */
  -o-transition:all 0.5s ease-out;  /* Opera */
  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
  transition:all 0.5s ease-out;  /* W3C */
}
a:hover {
  color: #bd7344;
}
strong {
  font-weight: bold;
}

.wrapper {
 width:100%;
 min-width:320px;
 margin:0 auto;
 position: relative;
 text-align: center;
}
.clearfix {
 clear:both;
}





/* -------------------------------- 

HEADER / FOOTER

-------------------------------- */

/* ---------  CONTENT --------- */
/* HEADER */
header {
 /* overflow-x: hidden;
  overflow-y: auto;*/
  width: 100%;
  height: 220px;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  /*background: rgba(0,0,0,0.8);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
background: rgba(0,0,0,0.8);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 22.1%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 22.1%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 22.1%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 22.1%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 22.1%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

    pointer-events: none;

}
header .logoKongSkullIsland {
  width: 160px;
  height: 100px;
  position: absolute;
  left: 50px;
  top: 36px;
  z-index: 9;
  text-indent: -99999em;
  pointer-events: auto;
  background: rgba(0,0,0,0) url("../images/logo-kong.png") no-repeat scroll top center / auto 100%;
}
header .logoKongSkullIsland > a {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
}
/* menu */
/*header > nav {
  overflow-x: hidden;
  overflow-y: auto;
}*/
header .mainMenu {
  /*overflow-x: hidden;
  overflow-y: auto;*/
  width: 90%;
  font-size: 0;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%,0);
  text-align: center;
  pointer-events: auto;
}
header .mainMenu li {
  display: inline-block;
  margin-right: 50px;
}
header .mainMenu li:last-child {
  margin-right: 0px;
}
header .mainMenu li a {
  font-size: calc( 14px + -0px );
  letter-spacing: 2.5px;
  text-transform: none;
  font-family: 'HelveticaNeueLT Std Cn';
  color: #e88d53;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
header .mainMenu li a:before,
header .mainMenu li a:after {
  backface-visibility: hidden;
  border: 1px solid rgba(232,141,83,0);
  bottom: -6px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
.tablet header .mainMenu li a:hover:before,
.tablet header .mainMenu li a:hover:after {
  display: none!important;
}
header .mainMenu li a:hover:before,
header .mainMenu li a:hover:after {
  backface-visibility: hidden;
  border-color: rgba(232,141,83,1);
  transition: width 350ms ease-in-out;
  width: 100%;
}
header .mainMenu li a:before {
  top: -6px;
}
header .mainMenu li a.active {
  color: #FFF;
}
header .mainMenu li a.active:before,
header .mainMenu li a.active:after {
  border: 1px solid #FFF;
  width: 100%;
}


/* social */
header .social {
  position: absolute;
  right: 40px;
  /*top: 50px;*/
  top: 36px;
  font-size: calc( 0 );
  pointer-events: auto;
  z-index: 99999;
}
/*
header .social li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 50px;
}*/
header .social li {
  width: 25px;
  height: 40px;
  display: inline-block;
  margin-right: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition:all 0.8s ease-out;  /* Chrome y Safari */
  -o-transition:all 0.8s ease-out;  /* Opera */
  -moz-transition:all 0.8s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 0.8s ease-out;   /* Internet Explorer */
  transition:all 0.8s ease-out;  /* W3C */
}
header .social li:last-child {
  margin-right: 0px;
}
header .social li.facebook {
  border: 1px dashed rgba(255,255,255,0);
  background: rgba(0,0,0,0) url("../images/icon-facebook.svg") no-repeat scroll center center / auto auto;
}
header .social li.twitter {
  border: 1px dashed rgba(255,255,255,0);
  background: rgba(0,0,0,0) url("../images/icon-twitter.svg") no-repeat scroll center center / auto auto;
}
header .social li.instagram {
  border: 1px dashed rgba(255,255,255,0);
  background: rgba(0,0,0,0) url("../images/icon-instagram.svg") no-repeat scroll center center / auto auto;
}
header .social li.facebook:hover {
  border: 1px dashed rgba(255,255,255,0.4);
  background: rgba(0,0,0,1) url("../images/icon-facebook.svg") no-repeat scroll center center / auto auto;
}
header .social li.twitter:hover {
  border: 1px dashed rgba(255,255,255,0.4);
  background: rgba(0,0,0,1) url("../images/icon-twitter.svg") no-repeat scroll center center / auto auto;
}
header .social li.instagram:hover {
  border: 1px dashed rgba(255,255,255,0.4);
  background: rgba(0,0,0,1) url("../images/icon-instagram.svg") no-repeat scroll center center / auto auto;
}
header .social li a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -99999em;
  pointer-events: auto;
  cursor: pointer;
}


/* SOUNDS */
header .b-sound {
  cursor:pointer;
  pointer-events: auto;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 40px;
  top: 100px;
  z-index: 9;
  text-indent: -99999em;
  /*border: 2px solid #e88d53;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header .b-sound .audio {
  width: 34px;
  height: 34px;
  display:none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header .b-sound .play {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display:none;
  width:34px;
  height:34px;
  background: rgba(0,0,0,0) url("../images/icon-speaker-off.svg") no-repeat scroll center center / auto auto;
} 
header .b-sound .pause {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width:34px;
  height:34px;
  background: rgba(0,0,0,0) url("../images/icon-speaker-on.svg") no-repeat scroll center center / auto auto;
}
















/* FOOTER */
footer {
  pointer-events: none;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
footer .legal {
  position: absolute;
  left: 50px;
  bottom: 28px;
  font-size: calc( 15px + -0px );
  text-transform: none;
  font-family: 'HelveticaNeueLT Std Cn';
  color: #FFF;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  pointer-events: auto;
}
footer .terms {
  position: absolute;
  right: 50px;
  bottom: 25px;
  font-size: calc( 0 );
  pointer-events: auto;
  cursor: pointer;
}
footer .terms li {
  margin-left: 5px;
  display: inline-block;
}
footer .terms li:nth-child(1):after{
  content: "-";
  font-size: calc( 15px + -0px );
  text-transform: none;
  font-family: 'HelveticaNeueLT Std Cn';
  color: #FFF;
  font-weight: 400;
  margin-left: 5px;
  line-height: 10px;
}
footer .terms li a {
  font-size: calc( 15px + -0px );
  text-transform: none;
  font-family: 'HelveticaNeueLT Std Cn';
  color: #FFF;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 10px;
  pointer-events: auto;
  cursor: pointer;
}
footer .terms li.credits a {
  height: 20px;
  width: 100px;
  line-height: 20px;
  margin-left: 20px;
  margin-top: -2px;
  color: #000;
  font-weight: 400;
  display: block;
  text-align: center;
  background-color: #e88d53;
  pointer-events: auto;
  cursor: pointer;
}
footer .terms li a:hover {
  color: #e88d53;
}
footer .terms li.credits a:hover {
  color: #000;
  background-color: #FFF;
}



/* CREDITS */
.drawer {
    background: #000 none repeat scroll 0 0;
    left: 0;
    padding: 50px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    display: none; 
    clear: both;
    z-index: 3;
    pointer-events: auto;
    z-index: 9999999999999999999999999999999999999999999999999999;
    font-size: calc( 10px + -0px );
    text-transform: none;
}
.drawer ul li {
    display: inline-block;
    margin: 0 10px;
  }
.drawer ul li a:hover{
  text-decoration: underline;
  }
.close {
    color: #fff;
    cursor: pointer;
    font-size: calc( 21px + -0px );
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
}
.close:hover {
    opacity: 0.5;
}
.rating {
    display: inline-block;
    float: none;
    margin: 0 auto;
    max-width: 80%;
}
.drawer ul {
    display: block !important;
    text-align: center;
    padding-right: 0;
}
.drawer small {
    color: #fff;
    font-family: FuturaStdMedium,sans-serif;
    position: relative;
    top: 19px;
}
.drawer ul a {
    color: #fff;
    position: relative;
    top: 12px;
}






/* -------------------------------- 

INFOGRAPHIC

-------------------------------- */

/* -- SECTIONS -- */

/* VIDEO */
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}
.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
#singleScreens .video .blackSolid {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transition: none;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 99;
}


.fullscreen-bg__video.viewDesktop {
  display: block;
}
.fullscreen-bg__video.viewMobile {
  display: none;
}


section {
  overflow: hidden;
}
#singleScreens {
  overflow: auto;
}


/* HOME */
#home article > span {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  padding: 0 50px;
}
#home article > span > h1 {
  font-family:'HelveticaNeueLT Std Cn';
  font-size: calc( 80px + -0px );
  color: #e88d53;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  text-align: center;
  margin-bottom: 20px;
}
#home article > span > h2 {
  font-family:'HelveticaNeueLT Std Cn';
  font-size: calc( 25px + -0px );
  color: #FFF;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  text-align: center;
  line-height: 1.1;
}






/* INFO */
.info {
  /*display: none;*/
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /*background-color: rgba(0,0,0,0.8);*/
}
.info .wrap {
  width: 100%;
  max-width: 1356px;
  margin: 0 auto;
  height: 644px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0,0,0,0) url("../images/bk-grilla.png") no-repeat scroll top center / auto auto;
}

.positionLeft {
  width: 30.5%;
  position: absolute;
  left: 65px;
  top: 60px;
}
.positionCenter {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%,0);
}
.positionRight {
  position: absolute;
  right: 0;
  top: 60px;
}
.positionBottom {
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  border-bottom: 2px solid #FFF;
}


/* pregunta */
.info .question {
  position: absolute;
  left: 65px;
  bottom: 20px;
  z-index: 999;
}
.info .question p {
  margin: 0;
  width: auto;
  display: inline-block;
  font-size: calc( 12px + -0px );
  text-transform: none;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  color: #FFF;
  font-weight: 400;
  margin-left: 5px;
  letter-spacing: 5px;
}
.info .question:before {
  content: "?";
  display: block;
  float: left;
  text-align: center;
  width: 24px;
  height: 24px;
  color: #000;
  line-height: 24px;
  margin: 4px 0 0 -45px;
  background: #e88d53;
}
.info .question ul.answers {
  display: inline-block;
}
.info .question ul.answers li {
  margin-left: 24px;
  display: inline-block;
}
.info .question ul.answers li a {
  font-size: calc( 12px + -0px );
  text-transform: none;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  /*color: #b16c3f;*/
  color: #FFF;
  font-weight: 300;
  margin-left: 5px;
  letter-spacing: 5px;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}
.info .question ul.answers li a.disabled,
.info .question ul.answers li a.disabled.incorrecta {
  color: #ce3434;
}
.info .question ul.answers li a.disabled.correcta {
  color: #8aad46;
}
.info .question ul.answers li a.disabled {
  pointer-events: none;
  cursor: initial;
}
#epicness .info .question ul.answers li a.disabled {
  pointer-events: auto;
  cursor: pointer;
}

.info .question ul.answers li a:after {
  backface-visibility: hidden;
  border: 1px solid rgba(255,255,255,1);
  bottom: -6px;
  left: calc(50% - 2px);
  transform: translate(-50%,0);
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: width 350ms ease-in-out;
  width: 100%;
}
.info .question ul.answers li a:hover:after {
  backface-visibility: hidden;
  border-color: rgba(255,255,255,0);
  transition: all 280ms ease-in-out;
  width: 0;
}
.info .question ul.answers li a.disabled:after,
.info .question ul.answers li a.disabled.correcta:after,
.info .question ul.answers li a.disabled.incorrecta:after {
  backface-visibility: hidden;
  border-color: rgba(206,52,52,1);
  bottom: -6px;
  left: calc(50% - 2px);
  transform: translate(-50%,0);
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}
.info .question ul.answers li a.disabled.correcta:after {
  border-color: rgba(138,173,70,1);
}/*
.info .question ul.answers li a.correcta:hover:after {
  backface-visibility: hidden;
  border-color: rgba(138,173,70,1);
  transition: width 350ms ease-in-out;
  width: 100%;
}
.info .question ul.answers li a.incorrecta:hover:after {
  backface-visibility: hidden;
  border-color: rgba(206,52,52,1);
  transition: width 350ms ease-in-out;
  width: 100%;
}*/


/* shareArea */
.info .shareArea {
  position: absolute;
  right: 25px;
  /*bottom: 20px;*/
  bottom: -40px;
  z-index: 999;
}
.info .shareArea ul {
  font-size: 0 ;
}
.info .shareArea li {
  display: inline-block;
  margin-left: 40px;
}
.info .shareArea li:first-child {
  margin-left: 0;
}
.info .shareArea li a {
  width: 20px;
  height: 30px;
  display: block;
  /*text-indent: -9999999em;*/
}
.info .shareArea li.facebook a {
  background: rgba(0,0,0,0) url("../images/icon-facebook-white.svg") no-repeat scroll center center / auto 56%;
}
.info .shareArea li.twitter a {
  background: rgba(0,0,0,0) url("../images/icon-twitter-white.svg") no-repeat scroll center center / auto 50%;
}


/* SHARE IMG */
.shareWrap {
  width: 100%;
  max-width: 500px;
  padding: 0 50px;
}
.shareWrap .image {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 10px auto;
}
.shareWrap p {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  font-family: 'HelveticaNeueLT Std Cn';
  color: #FFF;
  font-weight: 300;
  letter-spacing: 2.5px;
  font-style: normal;
  font-stretch: condensed;
  text-align: center;
  text-transform: none;
}
.shareWrap textarea {
  width: 100%;
  height: 100px;
  margin: 10px auto;
  font-size: 16px;
  line-height: 16px;
  font-family: 'HelveticaNeueLT Std Cn';
  color: #FFF;
  font-weight: 300;
  letter-spacing: 2.5px;
  font-style: normal;
  font-stretch: condensed;
  text-align: left;
  text-transform: none;
  background-color: transparent;
  border: 2px solid  #e88d53;
  padding: 10px;
}
.shareWrap .shareBtn {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 50px;
  font-family: 'HelveticaNeueLT Std Cn';
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2.5px;
  font-style: normal;
  font-stretch: condensed;
  text-align: center;
  text-transform: none;
  background-color: #e88d53;
  border: none:
}
.shareWrap .shareBtn:hover {
  color: #e88d53;
  background-color: #FFF;
}











#epicness .info .shareArea {
    position: absolute;
    right: initial;
    bottom: -30px;
    z-index: 999;
    left: 50%;
    text-align: center;
    transform: translate(-50%,0);
}
#epicness .info .shareArea li a {
    width: 24px;
}
#epicness .info .shareArea li.facebook a {
    background: rgba(0,0,0,0) url(../images/icon-facebook-white.svg) no-repeat scroll center center / auto 86%;
}
#epicness .info .shareArea li.twitter a {
  background: rgba(0,0,0,0) url("../images/icon-twitter-white.svg") no-repeat scroll center center / auto 72%;
}



/* titulos */
.info h1.title {
  font-size: calc( 80px + -0px );
  text-transform: none;
  font-family: 'HelveticaNeueLT Std Cn';
  color: #e88d53;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  z-index: 1;
}
.info h1.title:after {
  content: "";
  width: 130px;
  height: 16px;
  display: block;
  margin: 14px 0 22px -65px;
  background-color: #e88d53;
}

.info p {
  font-size: calc( 16px + -0px );
  line-height: 30px;
  font-family: 'HelveticaNeueLT Std Lt';
  color: #FFF;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  margin-bottom: 34px;
}
.info p span {
  color: #a2633a;
  font-weight: 700;
}


/* photo */
.info .photo {
  position: relative;
  -webkit-box-shadow: 25px 25px 29px 0px rgba(4, 1, 5, 0.75);
  -moz-box-shadow: 25px 25px 29px 0px rgba(4, 1, 5, 0.75);
  box-shadow: 25px 25px 29px 0px rgba(4, 1, 5, 0.75);
  right: -90px;
  top: 102px;
}


/* circular image */
.info .circularImg {
  width: 296px;
  height: 296px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;  
  border: 3px dashed rgba(252,100,60,0.2);
}
.info .circularImg > span {
  width: 180px;
  height: 180px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0,0,0,0.3);
}
.info .circularImg p {
  width: 100%;
  font-size: calc( 16px + -0px );
  line-height: 30px;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  color: #FFF;
  font-weight: 300;
  letter-spacing: 2.5px;
  font-style: normal;
  font-stretch: condensed;
  text-align: center;
  text-transform: none;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%,0);  
  z-index: 999;
}




/* ---- SECCIONES ---- */

/* #ancestry */
/* INFO BK */
#ancestry .info {
  background-image: url("../images/01-ancestry-bk.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#ancestry .info .circularImg:after {
  content: "";
  width: 1px;
  height: 50px;
  border-left: 1px dashed #FFF;
  display: block;
  position: absolute;
  bottom: -65px;
  left: 50%;
}
/* circular image */
#ancestry .info .circularImg {
/*  width: 296px;
  height: 296px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;  */
  border: none;
}
#ancestry .info .circularImg .lines {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;  
  border: 3px dashed rgba(252,100,60,0.2);
  transition: all 2s ease-in-out;
  animation: lines 10s infinite;
  animation-iteration-count: infinite;
}
@keyframes lines {
 /* 0% {
   transform:rotate(0deg);
  }*/
  100% {
   transform:rotate(360deg);
  }
}




#ancestry .info .caracteristicas {
  margin-top: 64px;
  max-width: 460px;
}
#ancestry .info .caracteristicas h3 {
  max-width: 400px;
  display: block;
  font-size: calc( 15px + -0px );
  line-height: 15px;
  padding: 8px 0;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  color: #FFF;
  font-weight: 300;
  letter-spacing: 2.5px;
  font-style: normal;
  font-stretch: condensed;
  text-align: center;
  text-transform: none;  
}
#ancestry .info .caracteristicas h3 span {
  line-height: 15px;
  color: #bd7344;
}
#ancestry .info .caracteristicas ul {
  font-size: 0 ;
  margin-top: 29px;
}
#ancestry .info .caracteristicas li {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*border: 1px dashed #FFF;*/
  position: relative;
  text-align: center;
  /*transition: all 1s ease-in-out;*/
}
#ancestry .info .caracteristicas li div {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #FFF;
    transition: all 2s ease-in-out;
    animation: linesCh 17s infinite;
    animation-iteration-count: infinite;
}
@keyframes linesCh {
  100% {
   transform:rotate(360deg);
  }
}

/*
#ancestry .info .caracteristicas li:hover {
  transform: rotate(360deg);
  border: 1px dashed #FFF;
}*/

#ancestry .info .caracteristicas li:last-child {
  margin-right: 0;
}
#ancestry .info .caracteristicas li:before {
  content: "";
  width: 1px;
  height: 20px;
  border-left: 1px dashed #FFF;
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
}



#ancestry .info .caracteristicas li span {
  width: 80px;
  height: 80px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0,0,0,0.3);
}
#ancestry .info .caracteristicas li p {
  display: block;
  font-size: calc( 15px + -3px );
  line-height: 15px;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  color: #FFF;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: normal;
  font-stretch: condensed;
  text-align: center;
  text-transform: none;  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*#ancestry .info .caracteristicas li span:before {
  content: "+";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%; 
  transform: translate(-50%,0);
  color: #ac693e;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  font-size: calc( 22px + -0px );
  font-weight: 300;
  letter-spacing: 1px;
  font-style: normal;
  font-stretch: condensed;
  text-align: center;
}*/


/* #height */
/* INFO BK *//*
#height .info {
  background-image: url("../images/height-bk.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}*/
#height .positionLeft {
  width: calc(100% - 65px);
}
#height .info .positionLeft p {
  max-width: 58%;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  font-size: calc( 15px + -0px );
  line-height: 20px;
  letter-spacing: 1px;
  float: left;  
  margin-bottom: 0;
  padding-top: 8px;
  margin-left: 30px; 
  text-transform: none;   
  /*position: absolute;
  left: 290px;
  top: 15px;*/
}
#height .info h1 {
  float: left;
}
#height .info h1.title:after {
  content: "";
  width: 6px;
  height: 60px;
  display: inline-block;
  margin: 0;
  line-height: 100%;
  margin-left: 25px;  
}
#height .info .content {
  width: 100%;
  border-top: 2px dashed #FFF;
  position: relative;
  padding: 10px 0 0 65px;
}
#height .info .content.alto {
  height: 56px;
}
#height .info .content.bajo {
  height: 394px;
}
#height .info .content .monument {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 160px;
}
#height .info .content .txt {
  position: absolute;
  top: -36px;
}
#height .info .content h3,
#height .info .content p,
#height .info .content span {
  font-family: 'HelveticaNeueLT Std Cn';
  font-size: calc( 30px + -0px );
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
}
#height .info .content p {
  margin-top: 10px;
}
#height .info .content span {
  color: #e88d53;
  text-transform: initial;
}
#height .info .content .kong {
  position: absolute;
  left: 40%;
  bottom: -2px;
  transform: translate(-50%,0);
}
#height .info .content .kong:before {
  content: "";
  width: 384px;
  height: 384px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0,0,0,0.3);
  z-index: -999;
}



/* #weight */
/* INFO BK */
#weight .info .contentBalanza {
  margin: 0 auto;
}
#weight .info .contentBalanza .balanza {
  width: 915px;
  height: 450px;  
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);

  background-image: url("../images/03-weight-01.png");
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  animation: balanza 3.05s steps(50) infinite;
}
@keyframes balanza {
  100% { background-position: center -22500px; }
}

#weight .positionLeft {
  width: calc(100% - 65px);
}
#weight .info .positionLeft p {
  max-width: 58%;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  font-size: calc( 15px + -0px );
  line-height: 20px;
  letter-spacing: 1px;
  float: left;  
  margin-bottom: 0;
  padding-top: 8px;
  margin-left: 30px; 
  text-transform: none;   
  /*position: absolute;*/
  /*left: 290px;
  top: 15px;*/
}
#weight .info h1 {
  float: left;
}
#weight .info h1.title:after {
  content: "";
  width: 6px;
  height: 60px;
  display: inline-block;
  margin: 0;
  line-height: 100%;
  margin-left: 25px;  
}



#weight .info .contentBalanza .kong {
  position: absolute;
  /*bottom: 93px;*/
  bottom: 424px;
  left: 50%;
  transform: translate(-50%,0);
  margin-left: -316px;
  text-align: center;
  z-index: 2;
}
#weight .info .contentBalanza .bus {
  position: absolute;
  /*bottom: 93px;*/
  bottom: 424px;
  left: 50%;
  transform: translate(-50%,0);
  margin-left: 299px;
  text-align: center;
  z-index: 2;
}
#weight .info .contentBalanza .kong h3,
#weight .info .contentBalanza .bus h3 {
  font-family: 'HelveticaNeueLT Std Cn';
  font-size: calc( 30px + -0px );
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;  
  margin-bottom: 20px;
}
#weight .info .contentBalanza .kong h3 span,
#weight .info .contentBalanza .bus h3 span {
  color: #e88d53;
  font-weight: 700;
  line-height: 30px;
  text-transform: initial;
}

/* circular image */
#weight .info .circularImg {
  width: 330px;
  height: 330px;
  bottom: 110px;
  z-index: -1;
}
#weight .info .circularImg > span {
  width: 236px;
  height: 236px;
}
#weight .info .circularImg p {
  font-size: calc( 25px + -0px );
  font-family: 'HelveticaNeueLT Std Cn';
  font-weight: 400;
  letter-spacing: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);  
}
#weight .info .circularImg p > span {
  color: #e88d53;
  font-weight: 400;
  line-height: 30px;
}



/* #power */
/* INFO BK */
/*#power .info {
  background-image: url("../images/04-power-bk.png");
  background-position: top;
  background-size: cover;
  background-size: auto auto;
  background-repeat: no-repeat;
  animation: powerBK 3s steps(43) infinite;
}
@keyframes powerBK {
  100% { background-position: center -46440px; }
}*/

#power .info .kongPower {  
  width: 1353px;
  height: 650px;  
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  margin-top: -80px;
  display: inline-block;
  float: right;
  background: rgba(0,0,0,0) url("../images/04-power-01.png") no-repeat scroll center top / auto auto;
  animation: kongPower 2s steps(45) infinite;
}
@keyframes kongPower {
  100% { background-position: center -29250px; }
}

#power .positionLeft {
  width: calc(100% - 65px);
}
#power .positionLeft p {
  width: 30.5%;
}/*
#power .datos {
  width: 100%;
  margin-top: 50px;
}*/
/*#power .datos .kong {
  display: inline-block;
  float: left;
}*/
#power .textos {
  position: absolute;
  left: 480px;
  top: 220px;
  width: 320px;
  padding: 20px 20px 0 0;
  margin: 20px 0 0 15px;
  display: inline-block;
  /*float: right;*/
  text-align: right;
  border-right: 1px solid #e88d53;
}
#power .textos p {
  width: 100%;
  font-family: 'HelveticaNeueLT Std Lt';
  font-size: calc( 18px + -0px );
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none; 
  margin-bottom: 6px; 
}
#power .textos p > span {
  color: #e88d53;
  line-height: 18px;
}
#power .textos h3 {
  width: 100%;
  font-family: 'HelveticaNeueLT Std Cn';
  font-size: calc( 37px + -0px );
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  margin-bottom: 8px; 
}
#power .textos h3 > span {
  color: #e88d53;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;  
}
/*
#power .info .photo {
  position: initial;
  right: initial;
  top: initial;
  margin: 0;
  margin-top: -80px;
  display: inline-block;
  float: right;
}*/


/* #spiritual */
/* INFO BK */
#spiritual .info {
  background-image: url("../images/05-spiritual-bk.png");
  background-position: top;
  /*background-size: cover;*/
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#spiritual .info .positionLeft {
  width: 50%;
}
#spiritual .info .positionLeft p{
  width: 70%;
}
#spiritual .positionRight {
  top: initial;
  bottom: 0;
  top: 36px;  
}
#spiritual .info .photo {
  width: 750px;
  height: 505px;  
  position: absolute;
  right: 35px;
  bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: url("../images/05-spiritual-01.png");
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  animation: india 3s steps(45) infinite;
}
@keyframes india {
  100% { background-position: center -22725px; }
}

.info h1.title > span {
  color: #FFF;
  font-weight: 700;
}





/* #enemies */
/* INFO BK */
#enemies .info .photo {
  top: -42px;
}
#enemies .items li {
  margin: 4px 0 0 0;
}
#enemies .items p {
  font-family: 'HelveticaNeueLT Std Lt Cn';
  font-size: calc( 15px + -0px );
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  margin-bottom: 0;
}
#enemies .items p span {
  line-height: 25px;
}

#enemies .datos {
  width: 680px;
  height: 165px;
  position: absolute;
  right: 65px;
  margin-top: 26px;
  border-top: 1px dashed #FFF;
  border-bottom: 1px dashed #FFF;
}
#enemies .info .circularImg {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -50px;
  transform: translate(0,-50%);
}
#enemies .info .circularImg > span {
  width: 165px;
  height: 165px;
}
#enemies .info .circularImg p {
  top: -50px;
width: 200px;
margin-left: -100px;
  left: 50%;
  line-height: 15px;
    font-size: calc( 16px + -0px );
}
#enemies .info .circularImg p > span {
  top: -50px;
  line-height: 15px;
}
#enemies .info .datos > p {
  margin: 0;
  text-transform: none;
  text-align: right;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  font-size: calc( 15px + -0px );
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
}
#enemies .info .datos > p > span {
  line-height: 15px;
}
#enemies .info .datos .height {
  position: absolute;
  right: 0;
  top: -27px;
}
#enemies .info .datos .weight {
  position: absolute;
  right: 0;
  bottom: 10px;
}

#enemies .datos > img {
  display: none;
}
#enemies .positionRight .skulls {
  width: 465px;
  height: 175px;  
  position: absolute;
  left: 0;
  bottom: 0;

  background-image: url("../images/skull.png");
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  animation: skulls 1s steps(30) infinite;
}
@keyframes skulls {
  100% { background-position: center -5250px; }
}



/* #strength */
/* INFO BK */
#strength .positionLeft {
  width: 34%;
}
#strength .info .photo {
  top: -42px;
}
#strength .datos {
  width: 680px;
  height: 180px;
  position: absolute;
  right: 65px;
  margin-top: 22px;
}
/*
#strength .datos img {
  float: left;
}*/
#strength .datos .helicopter {
  float: left;
  width: 236px;
  height: 180px;
  background: rgba(0,0,0,0) url("../images/07-strength-02.png") no-repeat scroll center top / auto auto;
  animation: play 2s steps(30) infinite;
}
@keyframes play {
  100% { background-position: center -5490px; }
}


/*
#strength .datos .skullcrawler {
  float: left;
  width: 236px;
  height: 180px;
  background: rgba(0,0,0,0) url("../images/07-strength-02.png") no-repeat scroll center top / auto auto;
  animation: playSkull 2s steps(30) infinite;
}
@keyframes playSkull {
  100% { background-position: center -5490px; }
}
*/



#strength .info .circularImg {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 14px;
  transform: translate(0,-50%);
}
#strength .info .circularImg > span {
  width: 138px;
  height: 138px;
}
#strength .info .circularImg p {
  top: -50px;
}
#strength .info .circularImg p > span {
  top: -50px;
  line-height: 30px;
}
#strength .datos > p {
  float: left;
  max-width: 330px;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  font-size: calc( 15px + -0px );
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  margin: 10px 0 0 40px;
  padding-left: 40px;
  position: relative;
}
#strength .datos > p > span {
  line-height: 25px;
}
#strength .datos > p:before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}



#strength .textos {
  position: absolute;
  right: 800px;
  top: 306px;
  width: 310px;
  padding: 20px;
  margin: 20px 0 0 0;
  display: inline-block;
  /*float: right;*/
  text-align: left;
}
#strength .textos p {
  width: 100%;
  font-family: 'HelveticaNeueLT Std Lt Cn';
  font-size: calc( 15px + -0px );
  line-height: 25px;
  letter-spacing: 1.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none; 
  margin-bottom: 6px; 
}
#strength .textos p > span {
  color: #e88d53;
  line-height: 25px;
}
#strength .textos h3 {
  width: 100%;
  font-family: 'HelveticaNeueLT Std Cn';
  font-size: calc( 37px + -0px );
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
#strength .textos h3 > span {
  color: #e88d53;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;  
}
#strength .textos h4 {
  width: 100%;
  font-family: 'HelveticaNeueLT Std Cn';
  font-size: calc( 30px + -0px );
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  margin-bottom: 8px; 
}





/* #epicness */
/* INFO BK */
#epicness .info .wrap {
    background: none;
}
#epicness .positionLeft {
  width: 100%;
  left: 0;
  top: 30px;
}
#epicness .info h1.title {
  text-align: center;
}
#epicness .info h1.title:after {
  margin: 14px auto 22px auto; 
}
#epicness .info  .positionLeft p {
  font-size: calc( 60px + -0px );
  line-height: 60px;
  width: 70%;
  text-align: center;
  margin: 90px auto 34px auto;
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
#epicness .info .question {
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 50px;
}
#epicness .info .question p {
  width: 100%;
  text-align: center;
  font-size: calc( 34px + -0px );
}
#epicness .info .question:before {
  display: none;
}
#epicness .info .question ul.answers {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}
#epicness .info .question ul.answers li {
  margin: 0 50px;
}
#epicness .info .question ul.answers li a {
  font-size: calc( 35px + -0px );
  color: #e88d53;
}
#epicness .info .question ul.answers li a:after {
  border: 1px solid #e88d53;
}



/* -------------------------------- 

SCREENS SIZE AND MONUMENTS

-------------------------------- */
/* -- SECTIONS -- */
#singleScreens .video {
  z-index: -1;
  position: fixed;
}
#singleScreens main {
  height: auto;
  display: block;
  width: 100%;
  height: auto;
  /*max-width: 1350px;*/
  text-align: center;
  padding-top: 190px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;  
  /*position: relative;*/
  position: static;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);*/
  margin: 0 auto;
  /*padding: 20px 50px 0 50px;*/
}
#singleScreens main h1 {
  font-family:'HelveticaNeueLT Std Cn';
  font-size: calc( 80px + -0px );
  color: #e88d53;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  text-align: center;
  margin-bottom: 20px;
}
#singleScreens main h2 {
  font-family:'HelveticaNeueLT Std Cn';
  font-size: calc( 25px + -0px );
  color: #FFF;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  text-align: center;
}

/* Monuments */
#singleScreens main .monuments {
  width: 100%;
  font-size: 0 ;
  position: relative;
  clear: both;
  margin: 80px auto;
  padding: 1em 0 4em;
  list-style: none;
  text-align: center;
}
#singleScreens main .monuments li {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  height: 298px;
  border: 1px solid #FFF;
  margin: 0 15px;
  text-align: center;
  overflow: visible;
  position: relative;
  text-align: center;
  cursor: pointer;
}
#singleScreens main .monuments li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#singleScreens main .monuments h3,
#singleScreens main .monuments h4 {
  width: 80%;
  color: #FFF;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}
#singleScreens main .monuments h3 {
  top: 20px;
  font-size: calc( 18px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  letter-spacing: 2px;
}
#singleScreens main .monuments h4 {
  bottom: 40px;
  font-size: calc( 18px + -0px );
  font-family:'HelveticaNeueLT Std Lt Cn';
  font-weight: 300;
}
#singleScreens main .monuments li a > div {
  position: absolute;
  left: 50%;
  bottom: 94px;
  transform: translate(-50%,0);  
  max-width: 122px;
  width: 90%;
  border-bottom: 2px solid #FFF;
}

#singleScreens main .monuments li a > div,
#singleScreens main .monuments h3,
#singleScreens main .monuments h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
#singleScreens main .monuments li:hover a > div,
#singleScreens main .monuments li:hover h4 {
  -webkit-transform: translate3d(-50%,-20px,0);
  transform: translate3d(-50%,-20px,0);
}

#singleScreens main .monuments .border {
  width: 100%;
  height: 10px;
  background-color: #d9844d;
  position: absolute;
  left: 50%;
  bottom: 0;
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,20px,0);
  transform: translate3d(-50%,20px,0);
}
#singleScreens main .monuments li:hover .border {
  opacity: 1;
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
}

#singleScreens main .monuments li .arrow {
  width: 11px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%,0);
  opacity: 0;
  transition: all 10s ease-in-out;
  background: rgba(0,0,0,0) url("../images/cd-arrow-bottom-orange.svg") no-repeat scroll top center / auto auto;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
}
#singleScreens main .monuments li:hover .arrow {
  opacity: 1;
  -webkit-transform: translate3d(-50%,10px,0);
  transform: translate3d(-50%,10px,0);
}


/* Form Size up */
#singleScreens main form {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  margin-top: 120px;
  padding-bottom: 120px;
}
/*
#singleScreens main form input {
  width: 100%;
  height: 50px;
  background-color: #FFF;
  border: none;
  text-align: center;
  margin-bottom: 26px;
}*/
#singleScreens main form .height {
  width: 100%;
  position: relative;
  z-index: 99;
  display: table;
}
/*
#singleScreens main form .height input {
  color: #da854e;
  font-size: calc( 18px +  );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 700;
  letter-spacing: 1px;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
}*/
#singleScreens main form #latam {
  display: none;
}
#singleScreens main form .width100 {
  width: 100%;
}
#singleScreens main form .width50 {
  width: calc(50% - 15px);
}
#singleScreens main form .width50:first-child {
  float:left;
}
#singleScreens main form .width50:last-child {
  float: right;
}

#singleScreens main form .height input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #da854e;
}
#singleScreens main form .height input::-moz-placeholder { /* Firefox 19+ */
  color: #da854e;
}
#singleScreens main form .height input:-ms-input-placeholder { /* IE 10+ */
  color: #da854e;
}
#singleScreens main form .height input:-moz-placeholder { /* Firefox 18- */
  color: #da854e;
}
#singleScreens main form ul{
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  margin-bottom: 26px;
  margin-top: 26px;
}
#singleScreens main form ul li{
  display: block;
  float: left;
  width: calc(50% - 15px);
  /*height: 40px;*/
}
#singleScreens main form ul li.male {
  float: left;
}
#singleScreens main form ul li.female {
  float: right;
}
#singleScreens main form ul li > a {
  width: 100%;
  height: 100%;
  line-height: 40px;
  display: block;
  border: 2px solid #FFF;
  color: #FFF;
  letter-spacing: 1px;
  font-size: calc( 16px +  );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  background-color: rgba(0,0,0,0.3);
}
#singleScreens main form ul li > a.error {
  color: #e88757;
  border: 2px solid red;
  background-color: rgba(0,0,0,0.6);
}
#singleScreens main form ul li > a:hover,
#singleScreens main form ul li > a.active {
  color: #e88757;
  border: 2px solid #e88757;
  background-color: rgba(0,0,0,0.6);
}/*
#singleScreens main form a.compare {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #FFF;
  letter-spacing: 1px;
  font-size: calc( 18px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  background-color: #e88757;
}
#singleScreens main form a.compare:hover {
  color: #e88757;
  background-color: #FFF;
}*/
#singleScreens main form a.compare {
  width: 100%;
  height: 50px;
  line-height: 50px;
    float: left;
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 47px;
    display: table;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    background-color: #e88757;
    text-decoration: none;
}
#singleScreens main form a.compare:hover {
    background-color: transparent !important;
}
#singleScreens main form a.compare:hover .text {
  color: #e88757;
}
#singleScreens main form a.compare .text {
  line-height: 50px;
  color: #FFF;
  letter-spacing: 1px;
  font-size: calc( 18px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none; 
}
#singleScreens main form a.compare span {
    position: relative;
    z-index: 1;
    line-height: 23px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
#singleScreens main form a.compare:hover span {
    color: #fff;
}
#singleScreens main form a.compare .btnBefore, #singleScreens main form a.compare .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid #e88757;
    border-width: 0;
    border-radius: 0;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-color: #e88757;
}
#singleScreens main form a.compare .btnBefore {
    right: 0;
    bottom: 0;
}
#singleScreens main form a.compare .btnAfter {
    left: 0;
    top: 0;
}
#singleScreens main form a.compare:hover .btnBefore {
    border-width: 0 0 2px 2px;
}
#singleScreens main form a.compare:hover .btnAfter {
    border-width: 2px 2px 0 0;
}
#singleScreens main form a.compare:hover .btnAfter, #singleScreens main form a.compare:hover .btnBefore {
  height: 100%;
  width: 100%;
  transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
  -webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
  -moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
  -o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
  -ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}
















#singleScreens main form a.whatIsThis {
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: calc( 18px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  background-color: #e88757;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;  
  background-color: #e8815c;
  position: absolute;
  right: -50px;
  top: 8px;
}
#singleScreens main form a.whatIsThis:hover {
  color: #e88757;
  background-color: #FFF;
  font-weight: 700;
}


/* post */
.posteo {
  /*display: none;*/
}

#singleScreens main.posteo {
  /*padding-top: 0px;*/
  display: none;
}
#singleScreens main .wrapPost {
  width: 100%;
  position: relative;
  max-width: 492px;
  margin: 0 auto;
  /*margin-bottom: 120px;*/
}
#singleScreens main#kongPare .back,
#singleScreens main .wrapPost .back {
  display: block;
  width: 100%;
  margin: 40px auto 0 auto;
  max-width: 490px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFF;
  text-transform: none;
  font-size: calc( 18px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
#singleScreens main#kongPare .back {
  margin-bottom: 80px;
}
#singleScreens main#kongPare .back:hover,
#singleScreens main .wrapPost .back:hover {
  color: #d9844d;
  border: 1px solid #d9844d;
}
#singleScreens main.posteo .shareSeccion {
  width: 88px;
  position: absolute;
  right: -120px;
  top: 10%;
  text-align: center;
}
#singleScreens main.posteo .shareSeccion p {
  color: #d9844d;
  font-size: calc( 16px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  text-align: center;
  margin-bottom: 5px;
}
/*
#singleScreens main.posteo .shareSeccion li.facebook {
  background: rgba(0,0,0,0) url("../images/icon-facebook.svg") no-repeat scroll center center / auto 25%;
}
#singleScreens main.posteo .shareSeccion li.twitter {
  background: rgba(0,0,0,0) url("../images/icon-twitter.svg") no-repeat scroll center center / auto 25%;
}
#singleScreens main.posteo .shareSeccion li.instagram {
  background: rgba(0,0,0,0) url("../images/icon-instagram.svg") no-repeat scroll center center / auto 25%;
}*/
#singleScreens main.posteo .shareSeccion ul {
  font-size: 0 ;
}
#singleScreens main.posteo .shareSeccion ul li {
  display: inline-block;
  width: 85px;
  height: 85px;
  /*border: 1px dashed #FFF;*/
  /*-webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;  */
  text-align: center;
  margin-top: 15px;
}
#singleScreens main.posteo .shareSeccion ul li .round-big {
  margin: 10px 0;
  cursor: pointer;
  width: 88px;
  height: 88px;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
#singleScreens main.posteo .shareSeccion ul li .border {
  position: absolute;
  background: 0 0;
  border: 1px dashed #FFF;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 5s ease-in-out;
}
#singleScreens main.posteo .shareSeccion ul li .error .border {
  border: 1px dashed red;
}
#singleScreens main.posteo .shareSeccion ul li .success .border {
  border: 1px dashed green;
}
#singleScreens main.posteo .shareSeccion ul li button {
  width: 70px;
  height: 70px;
  background-color: rgba(0,0,0,.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: none;
  pointer-events: none;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  position: absolute;    
}
#singleScreens main.posteo .shareSeccion ul li .border:hover {
    transform: rotate(2000deg);
    border: 1px dashed #FFF;
}


#singleScreens main .wrapPost .post {
  width: 100%;
  max-width: 490px;
  height: 490px;
  margin: 0 auto;
  text-align: center;
}
#singleScreens main .wrapPost#size .post {
  padding: 35px;
  background: rgba(0,0,0,0) url("../images/post-sized/post-bk.jpg") no-repeat scroll center center / auto 25%;
  background-size: cover;
  position: relative;
}
#singleScreens main .wrapPost .post .content { 
    border-right: 2px solid #e88d53;
    border-left: 2px solid #e88d53;
    border-bottom: 2px solid #e88d53;
    position: absolute; 
    top: 24px; 
    bottom: 24px; 
    left: 24px; 
    right: 24px; 
}
#singleScreens main .wrapPost .post .content:before,
#singleScreens main .wrapPost .post .content:after { 
  content: "";
  display: block;
  width: calc(50% - 80px);
  height: 2px;
  background-color: #e88d53;
  position: absolute;
  top: 0;
}
#singleScreens main .wrapPost .post .content:before {
  left: 0;
}
#singleScreens main .wrapPost .post .content:after { 
  right: 0;
}
#singleScreens main .wrapPost .post .content .logo { 
  width: 126px;
  height: 79px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%,0);
  text-indent: -99999em;
  background: rgba(0,0,0,0) url("../images/post-sized/logo.png") no-repeat scroll center bottom / auto 100%;
}
#singleScreens main .wrapPost .post .content .sizeKong { 
  width: auto;
  position: absolute;
  left: 16px;
  top: 80px;
  text-align: left;
}
#singleScreens main .wrapPost .post .content .sizeHuman { 
  width: auto;
  position: absolute;
  right: 16px;
  top: 80px;
  text-align: right;
}
#singleScreens main .wrapPost .post .content .sizeKong p,
#singleScreens main .wrapPost .post .content .sizeHuman p { 
  color: #FFF;
  text-transform: none;
  font-size: calc( 12px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;  
  letter-spacing: 3px;
}
#singleScreens main .wrapPost .post .content .sizeKong h2,
#singleScreens main .wrapPost .post .content .sizeHuman h2 { 
  color: #FFF;
  font-size: calc( 25px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;  
  text-transform: initial;
}
#singleScreens main .wrapPost .post .content .sizeKong p,
#singleScreens main .wrapPost .post .content .sizeKong h2 {
  text-align: left; 
}
#singleScreens main .wrapPost .post .content .sizeHuman p,
#singleScreens main .wrapPost .post .content .sizeHuman h2 {
  text-align: right; 
}
#singleScreens main .wrapPost .post .content .sizeKong h2 span,
#singleScreens main .wrapPost .post .content .sizeHuman h2 span {
  color: #e88d53;
  font-weight: 700;
}
#singleScreens main .wrapPost .post .content .comparison { 
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%,0);
  color: #FFF;
  text-transform: none;
  font-size: calc( 12px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;  
  letter-spacing: 3px;
}
#singleScreens main .wrapPost .post .content .comparison span {
  color: #e88d53;
}
#singleScreens main .wrapPost .post .content .hashtag { 
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%,0);
  color: #e88d53;
  text-transform: none;
  font-size: calc( 12px + -0px );
  font-family:'HelveticaNeueLT Std Cn';
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;  
  letter-spacing: 3px;
}
#singleScreens main .wrapPost .post .content .sized { 
  width: 100%;
  height: 283px;
  position: absolute;
  bottom: 20px;
  border-top: 1px solid #656765;
  background: rgba(0,0,0,0) url("../images/post-sized/post-grilla.png") repeat-x scroll center bottom / auto 100%;
}
#singleScreens main .wrapPost .post .content .sized .kong { 
  height: 283px;
  width: 180px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  background: rgba(0,0,0,0) url("../images/post-sized/post-size-kong.svg") no-repeat scroll center bottom / auto 100%;
}
#singleScreens main .wrapPost .post .content .sized .human {
  width: 7px;
  position: absolute;
  bottom: 0px;
  right: 100px;
  height: 283px;
}
#singleScreens main .wrapPost .post .content .sized .human > span {
  display: block;
  width: 7px;
  height: 7%;
  position: relative;
}
#singleScreens main .wrapPost .post .content .sized .human.man > span {
  background: rgba(0,0,0,0) url("../images/post-sized/post-size-human-man.svg") no-repeat scroll center bottom / auto 100%;
}
#singleScreens main .wrapPost .post .content .sized .human.woman > span {
  background: rgba(0,0,0,0) url("../images/post-sized/post-size-human-woman.svg") no-repeat scroll center bottom / auto 100%;
}
#singleScreens main .wrapPost .post .content .sized .human > span:first-child:after {
  padding: 15px;
  border: 1px dashed #e88d53; 
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;  
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}










/* menu mobile */
.btnOpen {
  display: none;
  pointer-events: auto;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 24px;
    top: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e88d53;
    background: rgba(0,0,0,0) url(../images/menu.svg) no-repeat scroll center bottom / 100% 100%;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 99999999999999;
    min-height: 0;
}
.overlay:after {

background: rgba(0,0,0,0.8);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 52.1%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 52.1%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 52.1%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 52.1%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 52.1%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    pointer-events: none;
    content: "";
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}
.overlay.show:after {
  display: block;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    text-decoration: none;
    display: block;
    transition: color 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #FFF;
}
.overlay a.closebtn {
    position: fixed;
    pointer-events: auto;
    right: 24px;
    top: 20px;
    width: 36px;
    height: 36px; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #e88d53;
    font-size: calc( 30px + -0px );
    line-height: 26px;
    text-align: center;
    display: none;
    z-index: 100000;
    border: 2px solid #e88d53;
} 
.overlay .legal {
    font-size: calc( 16px + -0px );
    letter-spacing: 2.5px;
    text-transform: none;
    font-family: 'HelveticaNeueLT Std Cn';
    color: #e88d53;
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    text-decoration: none;
    text-align: center;
    display: block;
    position: initial;
    max-width: 320px;
    margin: 0 auto;
}



@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: calc( 20px + -0px )}
  .overlay .closebtn {
    font-size: calc( 40px + -0px );
    top: 15px;
    right: 35px;
  }
}






.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .disabled .btn {
    opacity: 0.5;
    filter: alpha(opacity=50); }