.area.text-page ul.list.list-area .item {
    margin-top: 4em;
}
.text-page.booking-form .container .form-container form .form-element.form-element-checkbox label:hover {
    text-decoration: none;
    cursor: pointer;
}

div.gallery ul li p {
    color: #000;
    font-weight: 400;
    font-size: 1em;
}

.add-services .article .list.list-add-services li:nth-of-type(odd) .txt .txt-inner {
    padding-right: 0 !important;
}

.legend2 p {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        position: relative;
        margin: 18px 0px;
}
@media (max-width: 767px){
    .legend2 p {
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        margin: 18px 0px;
        padding: 0;
    }
    .text-page.rooms .list.list-rooms .item.item-last .link h2
    {
        width: 100% !important;
        display: block;
    }
    .text-page.rooms .list.list-rooms .item.item-last
    {
        height:160px;
    }
    
}


@media (min-width: 767px) {
    .nav.nav-main .container {
        max-width: 1300px;
    }
    
}

#table-rooms-price tr:hover {
    background-color: #fff;
    cursor:pointer;
}

    
    


#selectPersonsSelectBoxItContainer .selectboxit-options.selectboxit-list .selectboxit-option-icon {
    width: 0px;
    background-size: 0px auto;
}

.txt-inner table.table
{
    width: 100% ! important;
    max-width: 100% ! important;
}

.show-tooltip .info-tooltip p {
      font-size: 15px;
      line-height: 1.5;
      font-weight: 400;
}

.text-page.rooms .list.list-rooms .item.item-last .link h2 a {
    margin-top:1em;
}