/*Animation Prefs*/
@-webkit-keyframes pulse {
0% {background-color: #FF0000;}
10% {background-color: #FF9966;}
20% {background-color: #FF8200;}
30% {background-color: #FFFF66;}
40% {background-color: #99FF66;}
50% {background-color: #00FF00;}
60% {background-color: #00CCFF;}
70% {background-color: #0000FF;}
80% {background-color: #9966FF;}
90% {background-color: #FF9999;}
100% {background-color: #FF0000;}

}

@-moz-keyframes pulse_m {
0% {background-color: #FF0000;}
10% {background-color: #FF9966;}
20% {background-color: #FF8200;}
30% {background-color: #FFFF66;}
40% {background-color: #99FF66;}
50% {background-color: #00FF00;}
60% {background-color: #00CCFF;}
70% {background-color: #0000FF;}
80% {background-color: #9966FF;}
90% {background-color: #FF9999;}
100% {background-color: #FF0000;}


}


html {-webkit-animation: pulse 80s infinite alternate;
      -moz-animation: pulse_m 80s infinite alternate;
    background-color: #FF0000;}

body {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .12em;
  font-weight: bold;
  color: #000;
  -webkit-animation: pulse 80s infinite alternate;
  -moz-animation: pulse_m 80s infinite alternate;
    background-color: #FF0000;
}

.smoothScroll {


}


.wrapper {
  width: 750px; /* arbitary for demo only */
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

#int {
  display: inline;
}

.menu {position: fixed; 
	top: 12px; 	
	left: 10px;
	margin: 0;
	padding: 0;
	width:200px;

}

ul {list-style: none;
	margin: 0;
	padding: 0;
}
li {margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 18px;
}


p {
        margin:1px;padding:0px;
      }

p#small {font-size: 11px; text-align: center; margin-top: 30px}

#tour p {font-size: 12px; padding-bottom: 5px;}
.section a {border-bottom: 1px solid #000;}
.section a:hover {border-bottom: 3px solid #000;}

h1 {text-align: center; font-size: 60px; margin-top: 0px; padding-top: 0;}

a:link {color: #000; text-decoration: none;}
a:visited{color: #000; text-decoration: none;}
a:hover{color: #000; border-bottom: 5px solid #000;}

#content {
    background-color: transparent;
    display: none;

}

div{background-color: transparent;}

#tour, #contact, #tops { 
	min-height: 700px; 
	margin: 0 auto; 
/*	width: 700px; */
	padding: 20px; 
	margin-bottom: 75px;
  background-color: transparent;
	}


li#up {font-size: 40px; 
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-webkit-transform:rotate(90deg);
margin: 0px 0px 0px 73px;
padding: 0;
width: 50px;
}

li#up a:hover {color: #000; border: none;}


.splash {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;    
}

#t, #o, #p, #s, #warning {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 495px;
    width: 420px;
    margin-left: -210px;
    margin-top: -300px;
    font-weight: bold;
}

#t {color: #0000FF; 
  -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;}
#t1 {background-color: #FFFF00;}
#t:hover {color: #FF0000;}

#o {color: #FF66FF;
  -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;}
#o1 {background-color: #00FF99;}
#o:hover {color: #FFCC66;}

#p {color: #00FF00;
-webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;}
#p1 {background-color: #FF0000;}
#p:hover {color: #6600CC;}

#s {color: #3366CC;
-webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;}
#s1 {background-color: #FF9966;}
#s:hover {color: #669999;}

button.click {border: none; background: none; outline: none; cursor: pointer; font-size: 500px;
}

.wrapper::-webkit-scrollbar {
    width: 20px;
    height: 20px;

}


.block {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;    
}

.block button.click {font-size: 18px;}

.back {position: fixed; z-index: 999; background-color: black; color: white; padding: 5px 10px 5px 10px; width: 40px; height: 46px; top: 30px; left: 20px;}

#hidevideo {cursor: pointer; color: #fff; font-size: 34px; position: fixed; z-index: 999; background-color: black; color: white; padding: 5px 10px 5px 10px; width: 40px; height: 46px; top: 30px; left: 20px;}
#hideabout {cursor: pointer; color: #fff; font-size: 34px; position: fixed; z-index: 999; background-color: black; color: white; padding: 5px 10px 5px 10px; width: 40px; height: 46px; top: 30px; left: 20px;}

.button a {
  cursor: pointer;
text-align: center;
border: none; background: none; outline: none; cursor: pointer;
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .12em;
  font-weight: bold;
  color: #000;
}

#about1, #video1 {cursor: pointer;}


.back a {color: #fff; font-size: 34px;}
.back a:hover {border: none; color: red;}

#warning {color: #FFF; 
  -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;}
#warning1 {background-color: #000000;}
#warning:hover {color: #FF0000;}

 
/* Track */
.wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,1); 
}
 
/* Handle */
.wrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,1); 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,1); 
}
.wrapper::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,1); 
}
    



.pure-g {margin-top: 2vh; }

      .pure-g > div {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .l-box {
            padding: 1em 1em 1em 2em;
        }
  




@media screen and (max-width: 48em){


      
      }


/* YOUTUBE LAZY LOAD CSS */


.wrapper-video {
    max-width: 680px;
    margin: 20px auto;
    padding: 0 5px;
}

.youtube {
/*    background-color: #000;*/
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


