html, body {
  height: 100%;
  overflow-x:hidden; 
}

body {
  font-family: "Work Sans",Arial,sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  background: url('../images/background.webp') no-repeat center;
  background-size: cover;
  height: 100%;
}

body:before {
  content: "";
  background: #5f2482;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  z-index: -1;
}

header {
  text-align: center;
  padding: 2em 0 1em 0;
}

.content{
  height: auto !important;
  height: 100%;
}

.waves{
  position: absolute;
  bottom: 0;
}

footer {
  padding: .5em;
  opacity: 0.4;
  font-size: .8em;
  text-align: right;
  position:absolute;                
  bottom:0;
  right:0;
}

.wave-bottom,
.wave-top {
  opacity: 0.3;
}

.counter{font-size: 16px; color: #fff; text-align: center;margin-top: 10px;}
.counter a:link { color: #fff;}
.counter a:visited { color: #fff; }
.counter a:hover { color: #fff; }
.counter a:active { color: #fff; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.img_store {
  width: 130px;
  margin: 15px 5px;
}