.no-js #preloader { display: none;  }
.js #preloader { display:block; position: absolute; left: 100px; top: 0; }

#pre-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99998;
  text-align: center;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: table;
  text-align: center;
}

#pre-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

#gif-layer
{
  display: inline-block;
  width: 400px;
  height: 400px;
}

#gif-frame
{
  width: 400px;
  height: 850px;
  background-image: url("../img/preloader/heron-fast-optimized.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14rem;
  padding-bottom: 700px;
  position: fixed;
  /* centering preload image */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* Soldout Modal */
@media only screen and (min-width:768px){
  .soldout-dialog{
    max-width: 746px !important;
  }
}
.soldout-modal-content{
   background-image: url("../img/bg-sold-out.svg");
   background-repeat: no-repeat;
   background-position: center left;
}
.soldout-modal-content .close{
  outline:none !important;
}
.soldout-content{
 font-family: 'Rubik';
 font-weight: 300;
 color: #000000;
 font-size:20px;
 max-width:265px;
 margin-bottom: 60px;
}
.soldout-content .soldout-title{
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 33px;
  color: #D56F3B;
}
.soldout-content .btn-take-me{
  font-family: 'Rubik';
  font-weight: 300;
  background: #D56F3B;
  border-radius: 0px;
  color: #fff;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  outline:none !important;
}