.hotel-teaser {
    position: relative;
    margin: 5px;
    max-width: 450px;
}

.hotel-teaser .hotel-price {
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 15px;
    background: rgba(255, 255, 255, 0.90);
    height: 75px;
    width: 85px;
    padding: 16px 10px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(17, 17, 17, 0.25);
    transition: opacity .4s;
}

.hotel-teaser .hotel-price .price {
    font-weight: bold;
}

.hotel-teaser .hotel-price.done {
    opacity: 1;
}

.hotel-teaser .hotel-price div {
    color: #333;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.55);
}

.hotel-teaser .hotel-price .label {
    font-size: 11px;
    margin-bottom: 5px;
    color: #333;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.55);
}

.hotel-teaser .hotel-image {
    overflow: hidden;
}

.hotel-teaser .hotel-image img {
    width: 100%;
    height: auto;
}

.hotel-teaser .hotel-gallery {
    display: none;
}

.hotel-teaser .hotel-descriptions {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 30px 30px 30px;
    color: #fff;
    text-align: center;
    transition: top .5s cubic-bezier(0.390, 0.575, 0.565, 1.000), background-color .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s;
    background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, .95));
}

.hotel-teaser .hotel-price-wrapper {
    display: none;
}

.hotel-teaser .hotel-price-wrapper.hasPrice {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 10px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #efefef;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(17, 17, 17, 0.25);
    transition: top .4s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.hotel-teaser .hotel-price-wrapper .hotel-price .label {
    display: block;
    font-style: italic;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: normal;
}

.hotel-teaser .hotel-price-wrapper .hotel-price,
.hotel-teaser .hotel-price-wrapper .hotel-price div {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.hotel-teaser .hotel-price-wrapper .more-arrow {
    margin: 5px auto;
}

.hotel-teaser span,
.hotel-teaser div,
.hotel-teaser sup,
.hotel-teaser p {
    color: #fff;
}

.hotel-teaser .hotel-name a,
.hotel-teaser .hotel-name span,
.hotel-teaser .hotel-name {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.hotel-teaser .hotel-name {
    margin: 0 0 10px;
}

.hotel-teaser hr {
    width: 80%;
    height: 1px;
    border: none;
    background: #fff;
    margin: 10px auto 10px auto;
}

.hotel-teaser .more-arrow.center {
    width: auto;
    margin-top: 15px;
}

.quickLinks:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.quickLinks {
    margin: 15px auto;
    max-width: 180px;
}

.quickLinks a {
    float: left;
    margin: 0 5px;
}

.hotel-teaser .thisHotelBooking {
    display: none;
}

.hotel-teaser .hotel-price {
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 15px;
    background: rgba(255, 255, 255, 0.90);
    height: 75px;
    width: 85px;
    padding: 16px 10px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(17, 17, 17, 0.25);
    transition: opacity .4s;
}

.hotel-teaser .hotel-price.done {
    opacity: 1;
}

.hotel-teaser.big {
    max-width: 100%;
    border: 1px solid #b4a064;
}

.hotel-teaser.big .hotel-descriptions,
.hotel-teaser.big:hover .hotel-descriptions {
    background: rgba(0, 0, 0, 0.4);
    right: 0;
    top: 0;
    left: 0;
    padding-top: 25%;
}

.hotel-teaser.big .hotel-name a,
.hotel-teaser.big .hotel-name span,
.hotel-teaser.big .hotel-name {
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    line-height: normal;
    color: #FFF;
    text-transform: none;
    text-shadow: none;
}

.hotel-teaser.big span,
.hotel-teaser.big div,
.hotel-teaser.big sup,
.hotel-teaser.big p,
.hotel-teaser.big:hover .more-arrow span {
    color: #FFF;
}

.hotel-teaser.big .hover {
    margin: 0;
    opacity: 1;
    max-height: 100%;
    padding: 0;
}

.more-arrow span {
    display: inline-block;
    line-height: 24px;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #FFF;
    transition: border-color .4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a:hover .more-arrow span {
    border-color: #b4a064;
}

a:hover .more-arrow span {
    color: #FFF;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 480px) {
    .hotel-teaser.big .hotel-image {
        position: relative;
        height: 430px;
        overflow: hidden;
    }
    .hotel-teaser.big .hotel-image img {
        position: absolute;
        height: 100%;
        width: auto;
        max-width: none;
        transform: translateX(-50%);
        left: 50%;
    }
    .hotel-teaser.big .hotel-descriptions,
    .hotel-teaser.big:hover .hotel-descriptions {
        top: auto;
    }
}

@media screen and (max-width: 440px) {}