noscript {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-family: "Helvetica", "Arial", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  color: #fff;
  background-color: #ea6903;
  border: 4px #fff solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  noscript a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: none; }
    noscript a:hover {
      color: #2F1501; }

#preloader {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #202223;
  display: block;
  z-index: 998;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s; }
  #preloader.preloader--loading {
    opacity: 0; }
  #preloader.preloader--loaded {
    display: none; }
