footer {
  float: left;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media (min-width: 1440px) and (max-width: 1920px) {
  footer.index-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 29;
  }
}
footer .footer-slot {
  float: left;
  width: 100%;
  background-color: #000;
  padding-top: 22px;
  padding-right: calc((100% - 1110px) / 2);
  padding-left: calc((100% - 1110px) / 2);
  padding-bottom: 22px;
}
@media (max-width: 1024px) {
  footer .footer-slot {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 834px) {
  footer .footer-slot {
    padding-left: 222px;
    padding-right: 244px;
  }
}
@media (max-width: 600px) {
  footer .footer-slot {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
footer .footer-slot .about-us {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  footer .footer-slot .about-us {
    width: 100%;
    text-align: center;
  }
}
footer .footer-slot .footer-blog {
  float: right;
}
@media (max-width: 600px) {
  footer .footer-slot .footer-blog {
    width: 100%;
  }
}
footer .footer-slot .footer-blog .privacy-policy {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  footer .footer-slot .footer-blog .privacy-policy {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
footer .footer-slot .footer-blog .tnc {
  float: right;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  margin-left: 25px;
}
@media (max-width: 600px) {
  footer .footer-slot .footer-blog .tnc {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
.white-traparent {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  overflow: auto;
  transition: all 0.3s ease;
}
.white-traparent .close-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
.signin {
  display: none;
  position: absolute;
  width: 570px;
  min-height: 600px;
  background-color: #fff;
  z-index: 11;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  left: calc((100% - 570px) / 2);
  top: 100px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .signin {
    width: calc(100% - 20px);
    left: 10px;
    padding: 20px;
    top: 10px;
  }
}
.signin .cancel {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3e%3cdefs%3e%3cpath id='a' d='M12 10.586l6.293-6.293a1 1 0 0 1 1.414 1.414L13.414 12l6.435 6.435a1 1 0 0 1-1.414 1.414L12 13.414l-6.293 6.293a1 1 0 1 1-1.414-1.414L10.586 12 4.293 5.707a1 1 0 0 1 1.414-1.414L12 10.586z'/%3e%3c/defs%3e%3cuse fill='%230' fill-rule='nonzero' xlink:href='%23a'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.signin .account-access-pop {
  float: left;
  width: 100%;
  display: none;
}
.loader-login {
  display: none;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 99;
}
.loader-login img {
  width: 50px;
  height: 50px;
}
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  display: none;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 100px;
} /*# sourceMappingURL=footer.css.map */
