/*
    Theme Name: Bikin
    Theme URL: https://bootstrapmade.com/bikin-free-simple-landing-page-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/*-- //Responsive-Styling --*/
/* ==========================================================================
   STYLE CHANGER 
   ========================================================================== */

#stlChanger {
  color: #cecece;
  font-size: 14px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 9999999;
  top: 460px;
}

#stlChanger .bgChanger {
  position:relative;
  overflow:hidden;
}

#stlChanger .bgChanger {
  min-width: 70px;
  min-height: 220px;
}

#stlChanger .blockChanger {
  width: 80px;
}

#stlChanger .chBody {
  background: transparent;
  width: 65px;
  position: absolute;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0 6px 6px 0;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  right: 1em;

}



#stlChanger .chBut {
  background: #d62d35;
  width: 40px;
  height: 40px;
  position:absolute;
  top: 15px;
  right:0px;
  z-index: 1000000;
  text-align: center;
  border: 1px solid #d9a701;
  border-left: none;
  border-radius: 0px 4px 4px 0px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#stlChanger .chBut:hover {
  background: #d9a701;
  border-color: #d62d35;
}

#stlChanger .chBut i {
  color:#fff;
  font-size: 26px;
  margin: 7px 4px;
}

#stlChanger .stBlock {
  position:relative;
  overflow:hidden;
}

#stlChanger p {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

#stlChanger .stBgs a  {
  text-decoration:none;
  width: 30px;
  height: 30px;
  float:left;
  padding:0;
  margin: 0 4px 0 0;
  cursor:pointer;
  opacity: 1;
}

#stlChanger .stBgs a:hover {
  opacity: 0.7;
}

#stlChanger .btn-theme {
  font-size: 13px;  
  padding: 4px 8px;
}

.s_1 {
  color: #fff;
  font-size: 13px;
  padding: 2px 3px;
  background-color: transparent;
  border-radius: 4px;
  line-height: 26px;
  display: block;
  margin-bottom: 5px;
}

.s_1:hover {
  color: #333;
  background-color: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
  #intro h1{font-size: 50px;}
  .fontacto-mobile{display: block;clear: both;text-align: center;font-size: 22px;color: #fff;font-weight: 700}
}