

/**** compiled with lessphp ****/

#loader {
  background-image: url(/static/img/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#loader i {
  display: none;
}
.input_false {
  background-color: #FFA5A5 !important;
  -webkit-box-shadow: 0px 0px 10px 0px #FFA5A5 !important;
  -moz-box-shadow: 0px 0px 10px 0px #FFA5A5 !important;
  box-shadow: 0px 0px 10px 0px #FFA5A5 !important;
}
.input_true {
  background-color: #AEFFB3 !important;
  -webkit-box-shadow: 0px 0px 10px 0px #AEFFB3 !important;
  -moz-box-shadow: 0px 0px 10px 0px #AEFFB3 !important;
  box-shadow: 0px 0px 10px 0px #AEFFB3 !important;
}
#header {
  background-color: rgba(0,0,0,0.8);
}
.navigation {
  visibility: visible;
  opacity: 1;
  transform: translate(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;
}
.navigation.hidden-nav {
  visibility: hidden;
  opacity: 0;
  transform: translate(0,-100%);
}
.navigation a.active {
  color: #39475d !important;
}
.navigation a.active span {
  border-bottom: 3.5px solid #e3c4a6;
}
.nav-lang {
  float: right;
}
.nav-lang a {
  position: relative;
  display: inline-block;
  padding: 15px;
  color: #fff;
}
.navbar-nav>li>a {
  color: #fff;
}
#mob-page nav {
  display: none;
}
#mob-icon {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 50px;
  padding: 5px 20px;
  display: inline-block;
}
