/* Generated by less 2.5.1 */
/*[[BANNER]]*/
/*@font-1: 'gandhi_serifregular', serif;
@font-1i: 'gandhi_serifitalic', serif;
@font-1b: 'gandhi_serifbold', serif;
@font-1bi: 'gandhi_serifbold_italic', serif;*/
.resetlist {
  list-style-type: none;
  padding: 0;
}
.translate-50Y {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translate-50X {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-50 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cfix,
.clearfix {
  *zoom: 1;
}
.cfix:before,
.clearfix:before,
.cfix:after,
.clearfix:after {
  content: "";
  display: table;
}
.cfix:after,
.clearfix:after {
  clear: both;
}
.ratio_16-9 {
  position: relative;
}
.ratio_16-9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ratio_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* ######################################################### */
/* HOME PAGE */
/* ######################################################### */
.brain__home-loader {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #242424;
}
.dark {
  background: #242424;
}
.brain__home-topbuttons {
  position: fixed;
  overflow: visible;
  z-index: 100;
  top: -100%;
  right: 0;
  bottom: auto;
  left: 0;
}
.brain__home-menu {
  background: #ffffff;
  width: 50%;
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: -100%;
}
.brain__home-menu .bl__toplogo-btn,
.brain__home-menu .bl__togglemenu-btn {
  display: none;
}
.brain__home-menu .bl__main-menu {
  width: 100%;
  height: 100%;
}
.brain__home-menu .bl__main-menu .bl__main-menu_content ul {
  border-width: 3px;
  border-style: solid;
  border-color: #242424;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.brain__home-menu .bl__main-menu .bl__main-menu_content ul li a {
  color: #242424;
}
.brain__home-menu .bl__main-menu .bl__main-menu_content ul li:hover a {
  color: #888888;
}
.brain__home-menu .bl__main-menu .bl__main-menu_content .bl__main-menu_follow-social a {
  color: #242424;
}
.brain__home-menu .bl__main-menu .bl__main-menu_content .bl__main-menu_follow-social .facebook-follow-icon.black svg .st0 {
  fill: #242424;
}
.brain__home-menu .bl__main-menu .bl__main-menu_content .bl__main-menu_follow-social .facebook-follow-icon.black svg .st1 {
  fill: #ffffff;
}
/* MENU touch screen :hover reset */
/* =========================================== */
.touch .brain__home-menu .bl__main-menu .bl__main-menu_content ul li a:hover {
  color: inherit;
}
/* Home Skull Column */
/* =========================================== */
.brain__home-skull {
  width: 50%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 25%;
  background-image: url('../resources/img/bg-intro-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  background-color: #242424;
}
/* Home Skull Spinner */
/* =========================================== */
.brain__home-animation__skull-spinner {
  display: none;
  background: #242424;
  z-index: 100;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.brain__home-animation__skull-spinner .bl__skull-spinner {
  position: absolute;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  animation: infinite-spinning 1s linear infinite;
}
.brain__home-animation__skull-spinner .bl__skull-spinner svg {
  width: 100px;
  height: 100px;
}
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes infinite-spinning {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.showed.brain__home-animation__skull-spinner {
  display: block;
}
/* Home Intro Animation Elements */
/* =========================================== */
.brain__home-animation__hello {
  background-color: rgba(255, 255, 255, 0.8);
  height: 30%;
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: -150%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.brain__home-animation__hello h4 {
  color: #ffffff;
  font-size: 9em;
  font-style: italic;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  position: absolute;
  margin: -10px 0 0 0;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: -150%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 1023px) and (orientation: portrait) {
  .brain__home-skull {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .brain__home-menu {
    display: none;
  }
  .brain__home-topbuttons .bl__toplogo-btn svg .st0_bl-logo {
    fill: #ffffff;
  }
  .brain__home-topbuttons .bl__toplogo-btn svg .st1_bl-logo {
    fill: #242424;
  }
}
