.simple-slider {
}

.swiper-slide.darker {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: .6;
}

.logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}

.logo img {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  /*padding: 0;*/
}

@media (min-width: 1200px) {
  .logo img {
    margin-left: -47px;
  }
}

div.container {
  max-width: 920px;
}

.icon-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 50px;
  z-index: 9999;
}

.icon-down i {
  color: white !important;
  font-size: 54px;
  text-decoration: none;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.message-top {
  position: absolute;
  z-index: 9999;
  background-color: rgba(0,0,0,0.48);
  left: 0;
  right: 0;
  top: 0;
  padding: 8px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 12px;
  text-align: center;
}

.message-top p {
  margin-bottom: 0;
}

