
body,html{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}


article{
position: relative;
  display: table;
  min-width: 100%;
  height: 100%;
}

  /*background: #600 url("video/demoreal.mp4") top center;
  background-size: 100% 100%; 
  
video {
  width: 100%    !important;
  height: auto   !important;
}

*/

section{
  width: 100%;
  height: 100%;
}

video#bgvid {

position: fixed;

top: 50%;

left: 50%;

min-width: 100%;

min-height: 100%;

width: 100%;

height: auto;

z-index: -100;

-webkit-transform: translateX(-50%) translateY(-50%);

transform: translateX(-50%) translateY(-50%);

background: url(polina.jpg) no-repeat;

background-size: cover;

}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
body {
  background: black;
}

.arrow {
  position: relative;
  top: 80%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

div#video_player_box{ width:550px; background:#000; margin:0px auto;}
div#video_controls_bar{ background: #333; padding:10px; color:#CCC;}
input#seekslider{ width:180px; }
input#volumeslider{ width: 80px;}

#video_controls_bar{
  display: none;
}

#mutebtn{
  width: 20px;
  height: 15px;
  background-image: url("../img/volume.png");
    margin-top: 20px;
  margin-left: 95%;
}
#logofan{
  width: 48px;
  height: 47px;
  background-image: url("../img/logo.png");
  margin-left: 50px;
  -webkit-animation: slide-animation 200s infinite;
}

.construccion{
  position: absolute;
  width: 200px;
  height: 50px;
  color: #ffffff;
  bottom: 0px;
  right: 0;
  font-size: 11px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  text-align: right;
  padding-right: 25px;
  letter-spacing: 1px;


}

.here{
  width: 38px;
  height: 38px;
  background-image: url("../img/here.png");
  background-size: 38px 38px;
  margin: 0 auto;
  cursor: pointer;
   -webkit-animation: slide-animation 350s infinite;
}

@-webkit-keyframes slide-animation {
  0% {opacity:0;}
  2% {opacity:1;}
  20% {left:0px; opacity:1;}
  22.5% {opacity:0.6;}
  25% {left:-600px; opacity:1;}
  45% {left:-600px; opacity:1;}
  47.5% {opacity:0.6;}
  50% {left:-1200px; opacity:1;}
  70% {left:-1200px; opacity:1;}
  72.5% {opacity:0.6;}
  75% {left:-1800px; opacity:1;}
  95% {opacity:1;}
  98% {left:-1800px; opacity:0;} 
  100% {left:0px; opacity:0;}
}

.info{
  width: 400px;
  height: 200px;
  margin: 0 auto;
  margin-top: 15%;
  text-align: center;
  -webkit-animation: slide-animation 200s infinite;
}
.info p{
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
   letter-spacing: 1px;
}

.info h3{
  font-size: 13px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  letter-spacing: 1px;

}

/*
#mutebtn:hover{
  width: 34px;
  height: 32px;
  background-image: url("../img/volumeof.png");
} */

#redes {
 width: 100%;
 height: 100px;
 background: #ffffff;
 text-align: center;


 
}

#redes h3{
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 5px;
}

/* Icons */

a {
  

  text-align:center;
  text-decoration:none;
  position: relative;
  display: inline-block;
  width:40px;
  height:28px;
  padding-top:12px;
  margin:0 2px;
 
}


body {
  background: black;
}

.arrow {
  position: fixed;
  bottom: 0;
  left: 51%;
  
  width: 20px;
  height: 20px;
  background-image: url("../img/flechas.png");
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


/***  Responsive ***/



.face{
  
  display: inline-block;
  background-image:url("../img/face.png");
  background-size: 100% 100%;

  
}

.face:hover{ 
  display: inline-block;
  background-image:url("../img/face_out.png");
  background-size: 100% 100%;
}

.face img{
  width: 100%;
  
}

.twitter{
  display: inline-block;
  background-image:url("../img/twitter.png");
  background-size: 100% 100%;
    
  
}

.twitter:hover{ 
  display: inline-block;
  background-image:url("../img/twitter_out.png");
  background-size: 100% 100%;
}


@media (max-width: 640px) {

  .info {
    width: 320px;
    height: 200px;
    margin: 26% auto 0px;
    text-align: center;
    display: none;
}

#mutebtn {
  display: none;

  }

  #logofan{
    margin-left: 45%;
    margin-top: 40px;
    display: none;
  }
  
}




