.banner,
body {
  background: none !important;
}
body.is_front.unlogged {
  margin-bottom: 200px;
}
.unlogged .footer {
  height: auto !important;
}
.animatedBg {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  background: url('/assets/img/bg.jpg') no-repeat scroll center left;
  background-size: cover !important;
}
@-webkit-keyframes blur {
  0% {
    -moz-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -moz-filter: blur(10px);
    filter: blur(10px);
  }
}
@-moz-keyframes blur {
  0% {
    -moz-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -moz-filter: blur(10px);
    filter: blur(10px);
  }
}
@keyframes blur {
  0% {
    -moz-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -moz-filter: blur(10px);
    filter: blur(10px);
  }
}
@media (max-width: 767px) {
  body.is_front.unlogged {
    margin-bottom: 0;
  }
  .unlogged .footer {
    height: auto !important;
    position: relative;
  }
}
