/* =============================================================================  */
/* INTRO CSS ===================================================================  */
/* =============================================================================  */

/* FONTS =============================================================================  */

/* expletus-sans-regular - latin */
@font-face {
  font-family: 'Expletus Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/expletus-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Expletus Sans'), local('ExpletusSans'),
       url('../fonts/expletus-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/expletus-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/expletus-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/expletus-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/expletus-sans-v10-latin-regular.svg#ExpletusSans') format('svg'); /* Legacy iOS */
}

/* expletus-sans-700 - latin */
@font-face {
  font-family: 'Expletus Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/expletus-sans-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Expletus Sans Bold'), local('ExpletusSans-Bold'),
       url('../fonts/expletus-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/expletus-sans-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/expletus-sans-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/expletus-sans-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/expletus-sans-v10-latin-700.svg#ExpletusSans') format('svg'); /* Legacy iOS */
}

/* PAGE =============================================================================  */

body {
  background-color: #000;
	margin : 0;
	padding : 0;
	font : 100%/1.2 'Expletus Sans' , helvetica, helve, arial, sans-serif;
  font-weight : 400;
	color : #aaa;
	text-align: center;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9;
  margin-top: 2%;
}

#photoloinkstitle {
  font-weight : 700;
  font-size: 80%;
  color: #ccc;
  padding: 10px 0 10px 0;
}
/* INTRO VIDEO + TITLE =============================================================================  */

/* #bigtitle {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../gfx/liquideye-title.png) no-repeat center center;
    background-size: 50%;
    z-index: 1;
}

#smalltitle {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../gfx/liquideye-title.png) no-repeat center center%;
  background-size: 80%;
  z-index: 1;
} */

#smalltitle {
  display: block;
  position: relative;
  width: 24%;
  left: 38%;
  z-index: 1;
}

#intro {
width: 100vw;
height: 100vh;
display:block;
position: relative;
}

video { display: block; } /* for IE9 */

.videocontainer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.button {
    display: block;
    cursor: pointer;
    position: absolute;
    height: 48px;
    width: 48px;
    text-indent: -9999px;
    bottom: 4%;
    left: 50%;
    margin-left: -24px;
    background: url(../gfx/soff.png) center no-repeat;
    background-size: 100%;
    z-index: 1;
}

.introloop {
  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%);
}

.shader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  background: url(../gfx/shader.png) center center;
  background-size: 10%;
  opacity: .4;
  filter: alpha(opacity=40); /* IE8 and lower */
  zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */
}

/* LINKS =============================================================================  */

a {
color : #aaa;
font-size: 140%;
letter-spacing: .14em;
margin-left: .24em;
line-height: 1.8em;
text-align: center;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:focus {
outline : 0;
color : rgb(0,100,100); }

a:hover,
a:active {
outline : 0;
color : #fff;
}

#bigscreenmenu {
  display: block;
}

#smallscreenmenu {
  display: none;
}

a.introbuttons:hover {
  font-size: 142%;
  letter-spacing: .2em;
  margin-left: .3em;
  color: #0ff;
}

/* SM LINKS =============================================================================  */


#smlinxintro {
  position: absolute;
	left: 50%;
  margin: 8px 0 0 -150px;
	}

a.hive {
    display: block;
  	height: 32px;
  	width: 32px;
  	text-indent: -9999px;
  	float: left;
  	margin: 0 9px 0 9px;
  	background: url(../gfx/hive.png) center no-repeat;
  	background-size: 100%;
    }

a.pi {
    display: block;
  	height: 32px;
  	width: 32px;
  	text-indent: -9999px;
  	float: left;
  	margin: 0 9px 0 9px;
  	background: url(../gfx/pi.png) center no-repeat;
  	background-size: 100%;
  	}

a.ig {
  display: block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	float: left;
	margin: 0 9px 0 9px;
	background: url(../gfx/ig.png) center no-repeat;
	background-size: 100%;
	}

a.fb {
	display: block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	float: left;
	margin: 0 9px 0 9px;
	background: url(../gfx/fb.png) center no-repeat;
	background-size: 100%;
	}

a.tw {
	display: block;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	float: left;
  margin: 0 9px 0 9px;
	background: url(../gfx/tw.png) center no-repeat;
	background-size: 100%;
	}

  a.mc {
  	display: block;
  	height: 32px;
  	width: 32px;
  	text-indent: -9999px;
  	float: left;
    margin: 0 9px 0 9px;
  	background: url(../gfx/mc.png) center no-repeat;
  	background-size: 100%;
  	}

	a.hive:hover, a.pi:hover, a.fb:hover, a.tw:hover,	a.ig:hover, a.mc:hover { background-size: 88%; }

  /* FADE ANIMATION =============================================================================  */

  .fadeIn {
      -webkit-animation: fadeIN 3s ease-in-out;
      -moz-animation: fadeIN 3s ease-in-out;
      -o-animation: fadeIN 3s ease-in-out;
      -ms-animation: fadeIN 3s ease-in-out;
      animation: fadeIN 3s ease-in-out;
  }

  @keyframes fadeIN {
      0% { opacity: 0; }
      100% { opacity: 1; }
  }
  @-webkit-keyframes fadeIN {
      0% { opacity: 0; }
      100% { opacity: 1; }
  }
  @-moz-keyframes fadeIN {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @-o-keyframes fadeIN {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @-ms-keyframes fadeIN {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  .fadeflyIn {
      -webkit-animation: fadeflyIn 3s ease-in-out;
      -moz-animation: fadeflyIn 3s ease-in-out;
      -o-animation: fadeflyIn 3s ease-in-out;
      -ms-animation: fadeflyIn 3s ease-in-out;
      animation: fadeflyIn 3s ease-in-out;
  }

  @keyframes fadeflyIn {
      0% { background-size: 0%; opacity: 0; }
      100% { background-size: 50%; opacity: 1; }
  }
  @-webkit-keyframes fadeflyIn {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 50%; opacity: 1; }
  }
  @-moz-keyframes fadeflyIn {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 50%; opacity: 1; }
  }
  @-o-keyframes fadeflyIn {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 50%; opacity: 1; }
  }
  @-ms-keyframes fadeflyIn {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 50%; opacity: 1; }
  }

  .fadeflyIn2 {
      -webkit-animation: fadeflyIn2 2s ease-in-out;
      -moz-animation: fadeflyIn2 2s ease-in-out;
      -o-animation: fadeflyIn2 2s ease-in-out;
      -ms-animation: fadeflyIn2 2s ease-in-out;
      animation: fadeflyIn2 2s ease-in-out;
  }

  @keyframes fadeflyIn2 {
      0% { background-size: 0%; opacity: 0; }
      100% { background-size: 20%; opacity: 1; }
  }
  @-webkit-keyframes fadeflyIn2 {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 20%; opacity: 1; }
  }
  @-moz-keyframes fadeflyIn2 {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 20%; opacity: 1; }
  }
  @-o-keyframes fadeflyIn2 {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 20%; opacity: 1; }
  }
  @-ms-keyframes fadeflyIn2 {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 20%; opacity: 1; }
  }

  .colorcycleintro {
      -webkit-animation: colorcycleanim 8s linear reverse infinite;
      -moz-animation: colorcycleanim 8s linear reverse infinite;
      -o-animation: colorcycleanim 8s linear reverse infinite;
      -ms-animation: colorcycleanim 8s linear reverse infinite;
      animation: colorcycleanim 8s linear reverse infinite;
  }

  @keyframes colorcycleanim {
      0% { filter: hue-rotate(0deg); }
      100% { filter: hue-rotate(360deg); }
  }
  @-webkit-keyframes colorcycleanim {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
  }
  @-moz-keyframes colorcycleanim {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
  }
  @-o-keyframes colorcycleanim {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
  }
  @-ms-keyframes colorcycleanim {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
  }

  /* DIFFERENT SCREEN SIZES =============================================================================  */


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

      .videocontainer {
           background: url(../video/liquideyespaceloop-poster.jpg) #000 center center / cover no-repeat;
      }

      .introloop {
          display: none;
      }

      #bigtitle {
        display: none;
      }

      #smalltitle {
        display: block;
      }

      header {
        margin-top: 8%;
      }

      a.introbuttons {
        font-size: 140%;
        letter-spacing: .1em;
        margin-left: .24em;
        line-height: 1.4em;
      }

      a.introbuttons:hover {
        font-size: 141%;
        letter-spacing: .22em;
        margin-left: .32em;
      }

  }

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

      .videocontainer {
           background: url(../video/liquideyespaceloop-poster.jpg) #000 center center / cover no-repeat;
      }

      .introloop {
          display: none;
      }

      #bigtitle {
        display: none;
      }

      #smalltitle {
        display: block;
        width: 80%;
        left: 10%;
      }

      #bigscreenmenu, #sound {
        display: none;
      }

      #smallscreenmenu {
        display: block;
      }

      header {
        margin-top: 8%;
      }

  }
