html, body {
  height: 100%;
  width: 100%;
}
body {
  overflow-x: hidden !important ;
  /*flex-direction: column;*/
  margin: 0 auto;
  background-color: #fff;
}
.conteiner{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0 auto;
  max-width: 414px;
}
.content{
  padding-left: 10px;
  padding-right: 10px;
}
header{
  background-color:#fff;
  height: 100px;
  width: 100%;
  -webkit-box-shadow: 2px 3px 15px -4px rgba(0,0,0,0.38);
-moz-box-shadow: 2px 3px 15px -4px rgba(0,0,0,0.38);
box-shadow: 2px 3px 15px -4px rgba(0,0,0,0.38);
}

.logo{
  margin: 0 auto;
  position: relative;
  background-image: url("../img/logo-azerion.png");
  width: 300px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 20px;
}
h1{
  font-family: 'Roboto';
  color: #a9aca3;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
}
h3{
  font-family: 'Roboto';
  color: #a9aca3;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5px;
}

.box-img{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 414px;
  height: 200px;
  background-color: #a9aca3;
}
p{
  font-family: 'Roboto';
  color: #a9aca3;
  font-weight: 100;
  line-height: 20px;
}

.mini-box-left{
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #a9aca3;
  float: left;
  margin-right: 10px;
}
.mini-box-right{
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #a9aca3;
  float: right;
  margin-right: 10px;
}

#box-gris{
  width: 100%;
  max-width: 340px;
  height: 280px;
  position: relative;
  background-color: #ccc;
  margin: 0 auto;
  padding-top: 30px;
}


.container-fluid {
  max-width: 767px;
margin: 0 auto;
position: relative;
top: 0px;
}
#video {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 767px;
    height: auto;
}

.offline{
  color:#ffffff;
  font-size: 14px;
}
#bigbang,#waking,#west{
  cursor:pointer;
}
.texto{
  display: none;
  background-color:#000;
  position: absolute;
  width: 140px;
  height: auto;
  font-size: 16px;
  bottom: 0;
  color:#fff;
  right: 0;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px;
  z-index:2;
  font-family: 'Roboto';
}
.saltar{
  background-color:#000c;
  position: absolute;
  width: 140px;
  color:#fff;
  height: auto;
  font-size: 16px;
  bottom: 0;
  right: 0;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px;
  z-index:1;
  cursor:pointer;
  display: none;
    font-family: 'Roboto';
}
.texto #countdowntimer{
  text-align: right;
  width: 100%;
  display: inline;
  padding-left: 5px;
}
.sonido{
  position: absolute;
  width: 320px;
  height: 180px;
  top: 0px;
  z-index:1;
}
#audio{
  position:absolute;
  background-image:url("../img/audio.png");
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  max-width: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 35px;
  opacity: 0;
}
#mute{
  position: absolute;
  background-image: url("../img/mute.png");
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  max-width: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 35px;
  opacity: 1;
}
