#content .wt-html-rooms{
    box-sizing: border-box;
    width: 100%;
}

#content .wt-html-room {
    box-sizing: border-box;
    width: calc(50% - 15px);
    float: left;
    overflow: hidden;
    height: 500px;
    position: relative;
    color: #878787 !important;
    margin-bottom: 30px;
}

#content .wt-html-room:nth-of-type(2n) {
    margin-left: 30px;
}

#content .wt-html-room-image{
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}

#content .wt-html-room-info{
    box-sizing: border-box;
    width: 100%;
}

#content .wt-html-room .wt-html-room-info
{
    background: #F3F3F3;
    bottom: -200px;
    color: #fff;
    height: 100%;
    left: 0%;
    text-align: center;
    position: absolute;
    transition: bottom 0.5s ease;
    width: 100%;
}
#content .wt-html-room:hover .wt-html-room-info
{
    bottom: 0%;
}

#content .wt-html-room-info-top{
    height: 100px;
}

#content .wt-html-room-info-top-left{
    width: 50%;
    float: left;
}

#content .wt-html-room-info-top-right{
    width: 50%;
    float: left;
}

#content .wt-html-room-info-bottom{
    height: 200px;
}

#content .wt-html-room-line{
    width: 100%;
    float: left;
}

#content .wt-html-room-button{
    cursor: pointer;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#content .wt-html-coroom-button-arrow{
    background-image: url('../img/icons/STRZALKA.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

#content .wt-html-room-icon{
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: center;
    height: 32px;
    width: 100%;
}

#content .wt-html-room-persons{
    background-image: url('../img/icons/OSOBY.png');
}

#content .wt-html-room-yardage{
    background-image: url('../img/icons/METRAZ.png');
}

#content .wt-html-room-stay_lenght{
    background-image: url('../img/icons/DLUGOSC_POBYTU.png');
}

#content .wt-html-room-breakfast{
    background-image: url('../img/icons/breakfast.png');
}

#content .wt-html-room-line-left{
    width: 50%;
    float: left;
}

#content .wt-html-room-line-right{
    width: 50%;
    float: right;
}

.wt-html-room-info-line{
    width: 100%;
    float: left;
}

.wt-html-room-info-span{
    width: 100%;
    float: left;
}


/**/

#content .wt-html-room-info-top-left {
    color: #878787;
    font-size: 18px;
    position: relative;
    height: 65px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content .wt-html-room-info-top-left:first-child::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 65px;
    right: 0;
    top: 0;
    background-color: #878787;
}

#content .wt-html-room-info-bottom {
    color: #878787;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 360px;
}

#content .wt-html-room .wt-html-room-info {
    bottom: -360px;
}

#content .wt-html-room-info-top {
    display: flex;
    align-items: center;
}

#content .wt-html-room-button {
    color: #878787 !important;
}

#content .wt-html-room-info-top{
    height: 140px;
    padding: 0 25px;
}

#content .wt-html-room-icon {
    margin-bottom: 10px;
}

#content .wt-html-room:hover .wt-html-room-info {
    background-color: rgba(243,243,243,0.9);
}


@media screen and (max-width: 767px) {

    #content .wt-html-room {
        height: 400px;
        width: 100%;
        float: none;
    }

    #content .wt-html-room-image{
        height: 400px;
    }

    #content .wt-html-room:nth-of-type(2n) {
        margin-left: 0;
    }

    #content .wt-html-room .wt-html-room-info {
        bottom: -260px;
    }

    #content .wt-html-room-info-bottom {
        height: 260px;
    }

    #content .wt-html-room-info-top-left {
        font-size: 16px;
        padding: 0 10px;
    }

    #content .wt-html-room-info-top {
        padding: 0 15px;
    }
}
