#content .wt-html-offers{
    box-sizing: border-box;
    width: 100%;
}

#content .wt-html-offer {
    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-offer:nth-of-type(2n) {
    margin-left: 30px;
}

#content .wt-html-offer-image{
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}

#content .wt-html-offer-info{
    box-sizing: border-box;
    width: 100%;
}

#content .wt-html-offer .wt-html-offer-info
{
    background: #F3F3F3;
    bottom: -360px;
    color: #fff;
    height: 100%;
    left: 0%;
    text-align: center;
    position: absolute;
    transition: bottom 0.5s ease;
    width: 100%;
}
#content .wt-html-offer:hover .wt-html-offer-info
{
    bottom: 0%;
}

#content .wt-html-offer-info-top{
    height: 140px;
}

#content .wt-html-offer-info-top-left{
    width: 50%;
    float: left;
}

#content .wt-html-offer-info-top-right{
    width: 50%;
    float: left;
}

#content .wt-html-offer-info-bottom{
    height: 200px;
}

#content .wt-html-offer-line{
    width: 100%;
    float: left;
}

#content .wt-html-offer-button{
    cursor: pointer;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#content .wt-html-cooffer-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-offer-icon{
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: center;
    height: 32px;
    width: 100%;
}

#content .wt-html-offer-persons{
    background-image: url('../img/icons/OSOBY.png');
}

#content .wt-html-offer-yardage{
    background-image: url('../img/icons/METRAZ.png');
}

#content .wt-html-offer-stay_lenght{
    background-image: url('../img/icons/DLUGOSC_POBYTU.png');
}

#content .wt-html-offer-breakfast{
    background-image: url('../img/icons/breakfast.png');
}

#content .wt-html-offer-board_supper{
    background-image: url('../img/icons/dinner.png');
}

#content .wt-html-offer-line-left{
    width: 50%;
    float: left;
}

#content .wt-html-offer-line-right{
    width: 50%;
    float: right;
}

#content .wt-html-offer-line-col-1{
    width: 33.33333%;
    float: left;
}
#content .wt-html-offer-line-col-2{
    width: 33.33333%;
    float: left;
}
#content .wt-html-offer-line-col-3{
    width: 33.33333%;
    float: right;
}

#content .wt-html-offer-info-line{
    width: 100%;
    float: left;
}

#content .wt-html-offer-info-span{
    width: 100%;
    float: left;
}


#content .wt-html-offer-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-offer-info-top-left:first-child::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 65px;
    right: 0;
    top: 0;
    background-color: #878787;
}

#content .wt-html-offer-info-bottom {
    color: #878787;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 360px;
}

#content .wt-html-offer .wt-html-offer-info {
    bottom: -360px;
}


@media screen and (max-width: 600px) {

    #content .wt-html-offer {
        width: 100%;
    }

    #content .wt-html-offer:nth-of-type(2n) {
        margin-left: 0;
    }
}

@media screen and (max-width: 420px) {

    #content .wt-html-offer-line {
        flex-direction: column;
    }
}
