/*#random,
#random2 {min-height:500px; margin-bottom:50px;}*/
.hero.loader{
	opacity:1!important;
}
@media (max-width:1023px){
#random,
#random2 {
	width:100%;
	height:100vh!important;
}
.hero {
	width:100%;
	height:100vh!important;
	z-index: 10;
    opacity: 0;
    -webkit-transition: all 1s ease-out 4s;
    -moz-transition: all 1s ease-out 4s;
    -o-transition: all 1s ease-out 4s;
    transition: all 1s ease-out 4s;	
}
#hero_bg{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100vw!important; 
	height:100vh!important;
}
#skrollr_bg{
	width: 100vw!important; 
	height:100vh!important;
}
#skrollr-body{
	width: 100vw!important;
}
}
@media screen and (min-width:1024px) and ( max-width:1201px) {
#random,
#random2 {
	width:100%;
	height:78vh!important;
}
.hero {
	width:100%;
	height:78vh!important;
	z-index: 10;
    opacity: 0;
    -webkit-transition: all 1s ease-out 4s;
    -moz-transition: all 1s ease-out 4s;
    -o-transition: all 1s ease-out 4s;
    transition: all 1s ease-out 4s;	
}
#hero_bg{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100vw!important; 
	height: 76vh!important;
}
#skrollr_bg{
	width: 100vw!important; 
	height:76vh!important;
}
#skrollr-body{
	width: 100vw!important;
	height:76vh!important;
}
}

@media screen and (min-width:1201px) {
#random,
#random2 {
	width:100%;
	height:100vh!important;
}
.hero {
	width:100%;
	height:100vh!important;
	z-index: 10;
    opacity: 0;
    -webkit-transition: all 1s ease-out 4s;
    -moz-transition: all 1s ease-out 4s;
    -o-transition: all 1s ease-out 4s;
    transition: all 1s ease-out 4s;	
}
#hero_bg{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100vw!important; 
	height:100vh!important;
}
#skrollr_bg{
	width: 100vw!important; 
	height:100vh!important;
}
#skrollr-body{
	width: 100vw!important;
}
}
.text_1{
	text-shadow: 0px 0px 1px #000;
	opacity: 1;
	animation: text1 1s linear;
	animation-iteration-count:1;
	-webkit-animation-delay:10s;
	-moz-animation-delay:10s;
	-o-animation-delay:10s;
	animation-delay:10s;
}

.text_2{
	text-shadow: 0px 0px 1px #000;
	opacity: 1;
	animation: text2 1s linear;
	animation-iteration-count:1;
	-webkit-animation-delay:10s;
	-moz-animation-delay:10s;
	-o-animation-delay:10s;
	animation-delay:10s;
}

.text_3{
	text-shadow: 0px 0px 1px #000;
	opacity: 1;
	animation: text3 1s linear;
	animation-iteration-count:1;
	-webkit-animation-delay:10s;
	-moz-animation-delay:10s;
	-o-animation-delay:10s;
	animation-delay:10s;
}
@keyframes text1{
0%{ opacity: 0; } 
75%{ opacity: 0.5; }
100%{ opacity: 1; }
}

@keyframes text2{
0%{ opacity: 0; } 
75%{ opacity: 0.5; }
100%{ opacity: 1; }
}
@keyframes text3{
0%{ opacity: 0; } 
75%{ opacity: 0.5; }
100%{ opacity: 1; }
}

.hero .tagline {
    font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    letter-spacing: -3px;
    width: 40%;
    padding: 8% 0 0 0;
    float: left;
    color: white; }
    .hero .tagline p {
      font-size: 4rem;
      line-height: 4rem;
      margin-top: 10px; }
      @media (max-width: 1450px) {
        .hero .tagline p {
          font-size: 2.8rem;
          line-height: 2.8rem;
          letter-spacing: -2px; } }
      @media (max-width: 600px) {
        .hero .tagline p {
          font-size: 2rem; } }
    .hero .tagline h1 {
      font-weight: bold;
      font-size: 7rem;
      letter-spacing: -0.25rem;
      line-height: 7rem; }
      @media (max-width: 1450px) {
        .hero .tagline h1 {
          font-size: 5rem;
          line-height: 5rem; } }
    @media (max-width: 1450px) {
      .hero .tagline {
        padding: 9% 0 0 0; } }
    @media (max-width: 800px) {
      .hero .tagline {
        float: none;
        width: 100%;
        margin-bottom: 70px; } }
  .hero .downloads {
    float: right;
    width: 40%;
    color: white;
    font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.5rem;
    height: 100%;
    position: relative; }
    .hero .downloads .btn-container {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .hero .downloads .btn-container .btn {
        float: right;
        text-align: center;
        margin-left: 20px; }
        @media (max-width: 800px) {
          .hero .downloads .btn-container .btn {
            float: left;
            margin: 20px 20px 0 0; } }
    @media (max-width: 800px) {
      .hero .downloads {
        float: none;
        width: 100%;
        height: auto; } }

.content {
  width: 100%;
  height: 80%;
  margin: 0 auto;
  color: #464646;
  letter-spacing: -1px;
  padding: 75px 0 75px 0; }
  .content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 10px 0; }
  .content p {
    font-size: 1.4rem;
    font-weight: normal; }
  .content code {
    display: block;
    min-height: 100%;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 10px 0; }

code {
  background-color: #464646;
  color: #ffdb56;
  font-size: 1rem; }
  @media (max-width: 800px) {
    code {
      font-size: .8rem; } }
  @media (max-width: 600px) {
    code {
      font-size: .5rem; } }

#code-header {
  margin-bottom: 0px; }

#code-footer {
  margin-top: 0px; }

.code-comment {
  font-style: italic;
  color: gray; }

hr {
  margin: 50px 0; }

.download {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: #ffdb56;
  margin-top: 100px;
  color: white;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 1.5rem; }
  .download h1 {
    font-weight: bold;
    font-size: 7rem;
    letter-spacing: -0.25rem;
    line-height: 7rem; }
    @media (max-width: 1450px) {
      .download h1 {
        font-size: 5rem;
        line-height: 5rem; } }
  .download .btn {
    text-align: center; }
  .download > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%; }
    .download > div > * {
      float: left; }
    .download > div .btn-container {
      width: 500px;
      float: right;
      margin-top: 10px; }
      .download > div .btn-container .btn {
        float: right;
        margin-left: 20px; }
  @media (max-width: 800px) {
    .download {
      display: none; } }


.new-option {
  background-color: #e74c3c;
  color:white;
  font-weight:bold;
  padding: 0px 7px 3px 7px;
  margin-right:5px;
}


/******************/
/******************/

.skippr {
	width:100%;
	height:100%;
	position: relative;
	overflow:hidden;
}

.skippr > div {
	position: absolute;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: 50% 62.5%;
}

.skippr > img {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
}

.skippr-nav-container {
    position: absolute;
    z-index: 9999;
    right: 0;
    left: 0;
    bottom: 12vh;
    margin: 0 auto;
    text-align: center;
    width: 40vw;
    transform: translate(12%, -50%);
}
@media screen and (min-width:1024px) and (max-width:1201px) {
.skippr-nav-container {
    bottom: 5vh;
}
}

.skippr-nav-element {
	cursor:pointer;
	float:left;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
    background-color: #262626;
    border-left: 0.1px solid #fff;
    /*	background-color: rgba(255,255,255,0.5);*/
}

.skippr-nav-element-bubble {
	width:12px;
	height:12px;
	border-radius: 50%;
	margin:0 4px;
}

.skippr-nav-element-block {
    width: 5vw;
    height: 1.2vh;
}
@media (max-width: 767px){
.skippr-nav-element-block {
    width: 5vw;
    height: 1vh;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
.skippr-nav-element-block {
    width: 5vw;
    height: 1vh;
}
}
@media screen and (min-width:1024px) and (max-width:1201px) {
.skippr-nav-element-block {
    width: 5vw;
    height: 0.8vh;
}
}
@media screen and (min-width:1201px) {
.skippr-nav-element-block {
    width: 5vw;
    height: 1.2vh;
}
}
.skippr-nav-element:hover {
    background: #fff;
    opacity: 0.5;
}
.skippr-nav-element-active {
	background: #e9ff8b;
}


.skippr-arrow{
	position: absolute;
	z-index:999;
	top:50%;
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
	width:30px;
	height:30px;
	/*background-color: white;*/
	transform-origin:center center;
	-webkit-transform-origin:top left;
	cursor: pointer;
    opacity: 0;
    -webkit-transition: all 1s ease-out 4s;
    -moz-transition: all 1s ease-out 4s;
    -o-transition: all 1s ease-out 4s;
    transition: all 1s ease-out 4s;	
}
.skippr-arrow.loader{
	opacity:1!important;
}
.skippr-arrow:hover {
    opacity: 0.6!important;
    transition: all 0.1s;
}
.skippr-arrow:visited {
	opacity:1!important;
}
.skippr-previous{
	left: 3vw;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-top:3px solid white;
	border-left:3px solid white;
	z-index: 9999;
	position: absolute;
	text-shadow: 0 0 1px #000;
	top: 50vh;
    opacity:1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.skippr-previous.loader,#skippr-previous.loader{
	opacity:1!important;
}
.skippr-previous:hover {
    opacity: 0.6!important;
    transition: all 0.1s;
}
.skippr-previous:visited{
	opacity:1!important;
}
.skippr-next {
	right:5vw;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-bottom:3px solid white;
	border-right:3px solid white;
	text-shadow: 0 0 1px #000;
	top: 50vh;
    opacity:1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.skippr-next.loader{
	opacity:1!important;	
}
.skippr-next:hover {
    opacity: 0.6!important;
    transition: all 0.1s;
}
.skippr-next:visited {
	opacity:1!important;
}
