#encantadia-sticky-header{
  display: block;
  opacity: 1;
}

body{
  background-image: none;
}

#wrapper{
  background-image: url(/gma/assets/encantadia/microsite/images/bg-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

#about-section{
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  box-sizing: border-box;
  /*min-height: 768px;*/
  margin: 15px auto 0;
  width: 100%;
  background-position-y: 5px;
  background-position-x: 5px;
}

div.container{
  padding-bottom: 15px;
}

#tag-lish-toggle{
  color: #fff;
  text-transform: uppercase;
  width: 280px;
  position: absolute;
  right: 100px;
  top: 55px;
  font-family: Roboto-Regular;
  font-size: 20px;
}

.taglish-fil{
  border-right: 1px solid #fff;
}

.taglish-opt{
  float: left;
  width: 45%;
  color: #fff;
  box-sizing: border-box;
  padding: 0px 20px 0;
  margin: 5px;
  opacity: 0.7;
  cursor: pointer;
}

.taglish-opt.active, .taglish-opt:hover{
  opacity: 1;
}

#about-border{
  border: 2px solid #fff;
  margin: 100px 50px 50px;
  box-sizing: border-box;
  display: inline-block;
  width: 90%;
}

#about-border-1{
  position: absolute;
  bottom: -15px;
  left: -27px;
}
#about-border-2{
  position: absolute;
  left: -25px;
  top: 30px;
}

#about-border-3{
  position: absolute;
  left: 87%;
  top: 30px;

}
#about-border-4{
  position: absolute;
  bottom: -20px;
  left: 88%;
}

.stones-container .stones{
  float: left;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

.stones-container{
  padding: 40px 0 0;
  height: auto;
  display: inline-block;
  width: 100%;
}

#about-section-content{
  font-family: Roboto-Regular;
  color: #fff;
  padding: 0 10% 10%;
  font-size: 20px;
  display: inline-block;
}

#about-section-content p{
  color: #fff;
  margin-bottom: 23px;
}

.container{
  margin: 0;
  padding: 0;
}


#fade1, #fade3{
  margin-top: 15px;
}

#fade4{
  margin-top: 22px;
}

@media (max-width: 768px) {
  #tag-lish-toggle{
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 15px;
    width: 235px;
    font-size: 15px;
  }



  #about-section-content {
      padding: 20px 40px;
      font-size: 18px;
  }

  #about-border{
    margin: 55px 28px 25px;
    width: auto;
  }

  .fadeInLoop{
    width: 80%;
    height: auto;
    max-width: 40px !important;

  }

  .about-border-img{
    width: 115px;
  }

  #about-border-1 {
    bottom: -25px;
    left: -33px;
  }

  #about-border-4 {
    bottom: -30px;
    right: -28px;
    left: initial;
  }
  #about-border-2 {
    left: -32px;
    top: 0;
  }

  #about-border-3 {
    right: -20px;
    left: initial;
    top: 0;
  }

}
