#content .wt-html-offers{
    box-sizing: border-box;
    width: 100%;
    height: 300px;
}

#content .wt-html-offer {
    box-sizing: border-box;
    /*width: calc(50% - 15px);*/
    /*width: 300px;*/
    float: left;
    overflow: hidden;
    height: 300px;
    position: relative;
    color: #878787 !important;
}

#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: 300px;
    width: 100%;
}

#content .wt-html-offer-info{
    box-sizing: border-box;
    width: 100%;
}

#content .wt-html-offer .wt-html-offer-info
{
    background: #F3F3F3;
    bottom: -200px;
    color: #878787;
    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: 100px;
}

#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 .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

#content .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
#content .owl-prev i, #content .owl-next i {transform : scale(1,6); color: #ccc;}
