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

  /* Parallax base styles
  --------------------------------------------- */

  .parallax {
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin-x: 100%;
    perspective-origin-x: 100%;
  }

  .parallax__group {
    position: relative;
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin-x: 100%;
    transform-origin-x: 100%;
  }

  .parallax__layer--fore {
    -webkit-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);
    z-index: 1;
  }

  .parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
  }

  .parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;
  }

  .parallax__layer--deep {
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;
  }


  /* demo styles
  --------------------------------------------- */
#parts {
  position: fixed;
    height: 100%;
    width: 100%;
}

#idiv {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	opacity: .9;
}

  body, html {
    overflow: hidden;
	background: #000000; 
  }

  body {
  font-family: Courier New, Courier, monospace, sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  text-align: center;
  }

  * {
    margin:0;
    padding:0;
  }

  .parallax {
    font-size: 200%;
  }

   /* centre the content in the parallax layers */
  .title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-transform: uppercase;  
	text-decoration-color: #ffffff  
  }

#intro-start-arrow{
	visibility:hidden;
	display:block
	position: absolute;
	align-content: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
} 
#.intro-start-arrow{
	width:60px!important
}
	
#intro {
  position: absolute;
  left: 50%;
  top: 50%;
  /*padding: 0 200px;
  font-size: 10pt;*/
   -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
  text-align: left;
  opacity: .9;
  text-transform: uppercase;
	max-width: 590px;
    margin: 0 auto 4rem;
    font-size: .875rem;
    letter-spacing: 4px;
    line-height: 1.9;
    text-align: left
}

  /* style the groups
  --------------------------------------------- */

  #group1 {
    z-index: 5; /* slide over group 2 */
  }
  #group1 .parallax__layer--base {
   text-decoration-color: white color
  }

  #group2 {
    z-index: 5; /* slide under groups 1 and 3 */
  }
  #group2 .parallax__layer--base {
  text-decoration-color: white color  
  }

  #group3 {
    z-index: 5; /* slide over group 2 and 4 */
  }
  #group3 .parallax__layer--base {
   text-decoration-color: white color

  }

  #group4 {
    z-index: 5; /* slide under group 3 and 5 */
  }
  #group4 .parallax__layer--base {
   text-decoration-color: white color
  }

  #group5 {
    z-index: 5; /* slide over group 4 and 6 */
  }
  #group5 .parallax__layer--base {
    text-decoration-color: white color
  }

  #group6 {
    z-index: 2; /* slide under group 5 and 7 */
  }
  #group6 .parallax__layer--back {
    
  }

  #group7 {
    z-index: 3; /* slide over group 7 */
  }
  #group7 .parallax__layer--base {
    
  }


  /* misc
  --------------------------------------------- */
  .demo__info {
    position: absolute;
    z-index:100;
    bottom: 1vh;
    top: auto;
    font-size:80%;
    text-align:center;
    width: 100%;
  }
/*#IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }*/

img {
    image-orientation: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	opacity: .6;  
	max-width: 100%;
    height: auto;
}
div.img {
   image-orientation: center;
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
	opacity: .6;  
    width: 100%;
    height: auto;
}
div.Aimg {
    image-orientation: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	opacity: .8;
    width: 100%;
    height: auto;
}
div.Limg {
    image-orientation: center;
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
	max-width: 100%;
    height: auto;
}
div.arrow {
    image-orientation: center;
    position: absolute;
    left: 50%;
    top: 50%;
	opacity: .6;
}



/*.intro-start-bttn, .modal-close {
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear
}
.intro-start-bttn {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 25%;
    background: 0 0;
    opacity: .6;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: opacity .2s linear
}


.intro-start-bttn {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 25%;
    background: 0 0;
    opacity: .6;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: opacity .2s linear
}


.parallax .intro-start-bttn {
    position: fixed
}

.no-touch .intro-start-bttn:hover {
    opacity: 1
}

.mobile .intro-start-bttn {
    bottom: 90px;
    opacity: .5
}

.intro-start-bttn.hidden {
    opacity: 0 !important
}

.intro-start-arrow {
    visibility: hidden;
    display: block
}

.mobile .intro-start-arrow {
    width: 60px !important
}

.yt-player-wrapper {
    position: relative;
    width: 84%;
    height: 0;
    margin: 0 auto;
    visibility: hidden
}

.yt-player-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.yt-player-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.yt-player-bttn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    overflow: hidden;
    cursor: pointer;
    background: url(/img/video_play_bttn.svg) no-repeat;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.no-touch .yt-player-bttn-play:hover {
    background-position: -68px 0
}

#curtain {
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 3000;
	position: fixed	
}

.user-info-item {
    bottom: 18px;
    font-family: 'Source Code Pro', Courier, monospace;
    font-weight: 300;
    font-size: .9375rem;
    color: rgba(255, 255, 255, .6125);
    letter-spacing: 1.2px;
    line-height: 1
}

.user-info-ip {
    left: 24px
}

.user-info-timer {
    right: 56px
}

@media screen and (max-width:1024px) {
    .user-info-ip {
        left: 15px
    }

    .user-info-timer {
        right: 47px
    }
}
	
	

*/


.btn {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: .6;
	position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
  
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
.btn:hover {
  color: #005544;
  border-color: #005544;
}  

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*position: fixed;*/
  top: 0;
	/*background-color: #333;*/
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  /*font-size: 17px;*/
	
	
	opacity: .8;
    font-size: .875rem;
    letter-spacing: 4px;
    line-height: 1.9;
  
	
	
	
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}



#phone {
  position: absolute;
  left: 50%;
  top: 80%;
  /*padding: 0 200px;
  font-size: 10pt;*/
   -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
	width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
	max-width: 590px;
    margin: 0 auto 4rem;
    font-size: .875rem;
    letter-spacing: 4px;
    line-height: 1.9;
    text-align: center;
}

#phone a:link {
	text-decoration: underline; 
	color: white;
	background: transparent;
}
#phone a:visited {
	text-decoration: none; 
	color: white; 
	background: transparent;
}
#phone a:hover {
	text-decoration: none; 
	color: aqua; 
	background: transparent;
}
#phone a:focus {
	text-decoration: none; 
	color: aqua; 
	background: transparent;
}
#phone a:active {
	text-decoration: none; 
	color: aqua; 
	background: transparent;
}

footer  {
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
	color: aqua;
    vertical-align: baseline;
	position: relative;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
	opacity: .6;
    width: 100%;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 4px;
    line-height: 1.9;
}


/*div.img:hover {
    border: 1px solid #777;
}

div.img img {
    display: block;
    margin-left: auto;
    margin-right: auto }
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}*/

