
.hotels{}
.dark.inside.inside-2 h1{color: #838383; border-bottom: 1px solid #343434;}
.hotel-item{height: 514px; margin-bottom: 20px; position: relative;}
    .hotel-descr{color: #262626; position: relative; background: #fff; padding: 28px 20px 40px 42px; font: 14px "Times New Roman",serif; float:left; width: 243px; height: 446px;}
        .hotel-logo{position: absolute;}
            .hotels .hotel-logo img{margin-left: 0;}
        .hotel-info{position: absolute; bottom: 40px;}
            .hotel-name{font-size: 20px; margin-bottom: 20px;}
            .hotel-address{color: #929292; margin-bottom: 20px;}
            .hotel-contacts{line-height: 18px;}
                .hotel-contacts a{color: #262626; border-bottom:1px solid #ff856b;}
                .hotel-contacts a:hover{border-bottom: none;}
    .hotel-img{margin-left: 305px;height: 514px; position: relative; overflow: hidden;}
        .hotel-img img{width: 100%; min-height: 514px;}

@media only screen and (max-width: 1252px){
    .hotel-img img{width: auto;}
}


