.hotel-list {
    padding: 2.5rem 0 0 0;
}

.hotel-list h3 {
    margin: 0 0 1.5rem 0;
    text-align: left;
    font-weight: 600;
    font-size: 2.6em;
}

.hotel-list .hotel-about {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.hotel-list .hotel-block {
    background: #fff;
    padding: 1.2rem 1.2rem;
    margin: 0 0 0.3rem 0;
}

.hotel-list .hotel-block .img {
    margin-right: 1.5rem;
    height: 200px;
    overflow: hidden;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
    width: 190px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hotel-list .hotel-block .body {
    width: 100%;
}

.hotel-list .hotel-block .hotel-info {
    width: 100%;
    margin: 0.5rem 0;
}

.hotel-list .hotel-block .book {
    width: 170px;
    margin-left: 2rem;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
}


.hotel-list .hotel-block .img img {
    max-height: calc(100% + 20px);
    width: auto;
    min-height: 100%;
}

.hotel-list .hotel-block .hotel-info p {
    margin: 0;
}

.hotel-list .hotel-block .hotel-info p:last-child {
    margin-bottom: 0;
}

.hotel-list .hotel-block .hotel-info p.name {
    color: #202027;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.2rem;
    text-transform: capitalize;
}

.hotel-list .hotel-block .hotel-info p.name a,
.hotel-list .hotel-block .hotel-info p.name a:hover {
    color: #202027;
    text-decoration: none;
}

.hotel-list .hotel-block .hotel-info p.stars {
}

.hotel-list .hotel-block .hotel-info p.stars img {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.hotel-list .hotel-block .hotel-info p.adress {
    color: #7A7A7E;
    margin-top: 0.5rem;
    font-size: 1.4em;
    line-height: 1.2
}

.hotel-list .hotel-block .hotel-info p.detail {
    font-size: 1.4em;
    text-decoration: underline;
    font-weight: 600;
}

.hotel-list .hotel-block .hotel-info p.detail a,
.hotel-list .hotel-block .hotel-info p.detail a:hover {
    color: #212529;
}

.hotel-list .hotel-block .hotel-info p.promotional-message {
    margin-bottom: 0.2rem;
    font-size: 1.6em;
    color: #13948f;
    font-weight: 700;
}

.hotel-list .hotel-block .hotel-info ul.amenities {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}

.hotel-list .hotel-block .hotel-info ul.amenities li {
    margin: 0 1rem 0.2rem 0;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 600;
}

.hotel-list .hotel-block .hotel-info ul.amenities li:last-child {
    margin-right: 0;
}

.hotel-list .hotel-block .hotel-info ul.amenities li img {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-top: -2px;
    position: relative;
    display: inline-block;
}

.hotel-list .hotel-block .book p {
    margin: 0;
}

.hotel-list .hotel-block .book p.price {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 3px;
    padding-bottom: 6px;
}

.hotel-list .hotel-block .book p.price strong {
    font-weight: 700;
    font-size: 1.8em;
}

.hotel-list .hotel-block .book .old-price {
    color: #909093;
    text-decoration: line-through;
    margin-top: 0;
    margin-bottom: -5px;
}

.hotel-list .hotel-block .book p.price.old-price strong {
    font-size: 15px;
}


.hotel-list .hotel-block .book p.insider-exclusive {
    font-size: 1.1rem;
}

.hotel-list .hotel-block .book p.insider-exclusive img {
    height: 28px;
    width: 28px;
    top: -2px;
    position: relative;
}


.hotel-list .hotel-block .book p.bottom {
}

.hotel-list .hotel-block .book p.bottom a {
    width: 100%;
    padding: 0.7rem 0.75rem;
}

.hotel-list .hotel-block .hotel-details {
    margin-top: 1.3rem;
    padding: 1.5rem;
}

.hotel-list .hotel-block .hotel-details .text {
    font-size: 1.4em;
    color: #202027;
    line-height: 1.4em;
}

.hotel-list .hotel-block .hotel-details ul {
    margin: 0.5rem 0 1rem 0;
    padding: 0;
}

.hotel-list .hotel-block .hotel-details ul.amenities li {
    background: url("../../../images/parts/amenities/chek-green.svg") no-repeat scroll 0 9px/15px 15px;
    list-style-type: none;
    padding: 7px 20px 5px 30px;
    font-size: 14px;
    line-height: 1.4em;
    width: 33.333%;
}

.hotel-list .hotel-block .hotel-details ul.amenities li:nth-child(3n) {
    padding-right: 0;
}


.hotel-list .map {
    width: 500px;
    margin-left: 2rem;
    position: relative;
}


.aip_block .info .all-in-pricing p.price-info-text {
    display: block;
    font-size: 11px;
    color: #626E79;
    line-height: 14px;
}

.aip_block .info p.price {
    padding-bottom: 0;
}

.aip_block .info p.price-info-text {
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}

.aip_block p.price-per-night {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1;
    margin-bottom: 2px;
}

.aip_block .info p.price,
.aip_block .info p.price-per-night,
.aip_block .info p.price-info-text {
    padding: 0;
    text-align: right;
    margin-right: 0;
}

.aip_block .info p.price {
    line-height: 1;
    margin-bottom: 0 !important;
}

.aip_block .info p.price-info-text {
    color: #404042;
}

.hotel-list .hotel-block .book .aip_block p.price strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    white-space: nowrap;
}

.aip_block .info p.price .old-price {
    font-size: 14px !important;
    display: inline-block;
}

@media (max-width: 767.98px) {
    /* result-hotels */
    .hotel-list .pr-block {
        margin: 0 0 3rem 0;
        text-align: center;
    }

    .hotel-list .hotel-about {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .hotel-list .hotel-block .img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        height: 200px;
        margin-bottom: 1rem;
    }

    .hotel-list .hotel-block .img img {
        width: 100%;
        height: auto;
        max-height: none;
    }

    .hotel-list .hotel-block .body {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .hotel-list .hotel-block .hotel-info {
        margin-top: 0;
    }

    .hotel-list .hotel-block .book {
    }

    .hotel-list .hotel-block .hotel-info p.detail {
        margin-top: 1rem !important;
    }

    .hotel-list .hotel-block .hotel-info ul.amenities {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    /* result-hotels */
    .hotel-list .pr-block a {
        width: 100%;
        display: block;
    }

    .hotel-list .pr-block {
        font-size: 1.3em;
    }

    .hotel-list .hotel-block .body {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .hotel-list .hotel-block .hotel-info,
    .hotel-list .hotel-block .book {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    .hotel-list .hotel-block .book {
        margin: 1rem 0;
    }

    .hotel-list .hotel-block .img {
        height: auto;
        max-height: 180px;
    }

    .hotel-list .hotel-block .hotel-details ul.amenities li {
        width: 50%;
    }

    .hotel-list .hotel-block .hotel-details ul.amenities li:nth-child(3n) {
        padding-right: 30px;
    }

    .hotel-list .hotel-block .hotel-details ul.amenities li:nth-child(2n) {
        padding-right: 0;
    }

}

@media (max-width: 480px) {
    /* search-filter */
    .search-filter .select-info-form ul li .btn {
        line-height: 1.2em;
    }
}


@media (max-width: 370px) {
    /* result-hotels */
    .hotel-list .pr-block a {
        width: auto;
        display: inline;
    }

    .hotel-list .hotel-block .hotel-details ul.amenities li {
        width: 100%;
        padding-right: 0;
    }

    .hotel-list .hotel-block .img {
        height: auto;
        max-height: 150px;
    }
}