i.download{
  font-size: 0.7em;
  text-transform: lowercase;
  padding-right: 10px;
}
.reveal-modal .close-reveal-modal {
    color: #AAA;
    cursor: pointer;
    font-size: 4.5rem !important;
    font-weight: lighter !important;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
}
.footer-content{
  padding: 15px 0;
}
.footer div.row{
  background-image: url('../images/overlay.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 120%;
}
.header div.row{
   background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
li.clearing-featured-img img {
  height: 100%;
  width: 100%;
}
.clearing-feature li.clearing-featured-img {
  display: block;
  position: relative;
}
.height{
  height: 100%;
}
#image-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
}
.clearing-assembled .clearing-container .visible-img{
  width: 100%;
  z-index: 9999;
    background-color: #333333 !important;
  background-image: url('../images/page-loader.gif') !important;
  background-position: center !important;
  background-size: 35px 35px !important;
  background-repeat: no-repeat !important;
}

.download-link{padding: 20px;}
.hotel{
  max-width: 360px;
  margin: 0 auto;
  position: relative

}
.hotel img{
  width: 100%;
  height: auto;
}
.hotel-info{
  padding: 10px 0px 20px 0px;
  height: 70px;
}
.hotel-overlay{
  background-color: rgba(49,38,125,0.0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.hotel-overlay h3{
    color: transparent;
    font-size: 0;
}
.hotel:hover .hotel-overlay h3{
  padding: 25% 0;
  font-size: 1.1em;
  background-color: rgba(49,38,125,0.8);
  color: rgba(255,255,255,0.8);
  transition: all 0.5s ease-in;
}
.hotel:hover .hotel-overlay{
  bottom:0;
  transition: all 0.5s ease-in;
}

button.registration{
    background-color: #de821a;
    font-family: 'bebas_neue_regularregular';
    font-size: 1.5em !important;
    padding: 10px 20px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease-in;

}
button.registration:hover{
  background-color: #C3751C;

}