/* BANNER */
    .more-info .banner {
        height: 180px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .more-info .banner > .overlay {
        position: absolute;
        padding: 0 20px 15px;
        height: 105px;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 2%, rgba(0,0,0,0.80) 68%);
        display: flex;
        flex-direction: column-reverse;
    }
    .more-info .banner > .overlay > h1 {
        color: #fff;
        margin: 0 0 10px;
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
    }
    .more-info .banner > .overlay > .buttons {
        display: flex;
    }
    .more-info .banner > .overlay > .buttons > a {
        color: #fff;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #FFFFFF;
        border-radius: 3px;
        transition: background .2s;
    }
    .more-info .banner > .overlay > .buttons > a:hover {
        background: #fff;
        color: #333;
    }
    .more-info .banner > .overlay > .buttons > a:first-of-type {
        margin-right: 20px;
    }

.more-info .content {
    background: #fff;
    padding: 20px 0 0;
}

/* AVAILABILITY */
    .more-info .content > .availability {
        border: 1px solid #CCCCCC;
        margin: 0 20px;
    }
    .more-info .content > .availability > .head {
        background: #1F1F1F;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
        font-weight: 600;
    }
    .more-info .content > .availability > .body {
        padding: 15px 10px;
    }
    .more-info .content > .availability > .body > .legends {
        display: flex;
        justify-content: space-evenly;
        line-height: 25px;
        align-items: center;
        margin-top: 15px;
    }
    .more-info .content > .availability > .body > .legends > span {
        display: flex;
    }
    .more-info .content > .availability > .body > .legends .legend {
        display: block;
        height: 25px;
        width: 25px;
        background: #70CD5D;
    }
    .more-info .content > .availability > .body > .legends .legend.booked {
        background: #9F9F9F;
    }
    .more-info .content > .availability > .body > .legends .legend.today {
        position: relative;
        background: transparent;
    }
    .more-info .content > .availability > .body > .legends .legend.today > .half-circle {
        display: block;
        height: 25px;
        width: 12.5px;
        background: #70CD5D;
    }
    .more-info .content > .availability > .body > .legends .legend.today > .half-circle.left {
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
    }
    .more-info .content > .availability > .body > .legends .legend.today > .half-circle.right {
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
        background: #9f9f9f;
        position: absolute;
        top: 0;
        right: 0;
    }
    .more-info .content > .availability > .body > .legends .text {
        margin-left: 7px;
    }
    .more-info .content > .availability > .foot {
        background: #FF9851;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 50px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
    }


/* DETAILS */
    .more-info .content > .details {
        padding: 20px 20px 0;
        line-height: 18px;
    }
    .more-info .content > .details > div {
        border-top: 1px solid #ccc;
        padding: 15px 0;
    }
    .more-info .content > .details > div:first-of-type {
        border-top: none;
    }
    .more-info .content > .details > div > .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        margin-bottom: 15px;
    }

    /* Description */
    .more-info .content .description > .brief {
        display: flex;
        font-size: 15px;
        line-height: 20px;
        height: 20px;
        justify-content: space-between;
        margin-bottom: 16.8px;
    }
    .more-info .content .description > .brief > span {
        display: flex;
        align-items: center;
    }
    .more-info .content .description > .brief > span > .icon {
        display: flex;
        color: #999;
        height: 15px;
        line-height: 15px;
        margin-right: 5px;
    }
    .more-info .content .description > .brief > .capacity > .icon > i {
        margin-right: 1px;
    }
    .more-info .content .description > .brief > .capacity > .icon > i:last-of-type {
        margin-right: 0;
    }
    .more-info .content .description > .text {
        margin-bottom: 0;
        text-align: justify;
    }
    .more-info .content .description > .text > .toggle-wrapper {
        margin-top: 10px;
        display: block;
    }

    /* Amenities */
    .more-info .content .amenities > ul {
        margin: 0;
        padding-left: 16px;
        /*max-height: 66px;
        overflow: hidden;*/
        transition: max-height .5s;
    }
    .more-info .content .amenities > ul.opened {
        /*max-height: 500px;*/
    }
    .more-info .content .amenities > ul > li {
        float: left;
        width: 100%;
        margin: 7.5px 0;
    }
    .more-info .content .amenities > .toggle {
        margin-top: 7.5px;
        display: block;
    }

    /* Bedding */
    .more-info .content .bedding > .beds-wrapper {
        display: flex;
        transform: scale(0.439613526);
        transform-origin: 0 0;
        opacity: 0.6;
        height: 40px;
    }
    .more-info .content .bedding > .beds-wrapper > .beds {
        display: flex;
    }
    .more-info .content .bedding > .beds-wrapper > .beds > .icon-bed {
        display: block;
        width: 115px;
        height: 90px;
        background-image: url(/images/icons-sprite.png);
        background-repeat: no-repeat;
        margin-right: 5px;
    }
    .more-info .content .bedding > .beds-wrapper > .beds > .icon-bed.icon-double-bed {
        background-position: -540px -277px;
    }
    .more-info .content .bedding > .beds-wrapper > .beds > .icon-bed.icon-single-bed {
        background-position: -431px -277px;
    }
    .more-info .content .bedding > .beds-wrapper > .beds > .icon-bed.icon-sofa-bed {
        background-position: -309px -277px;
    }
    .more-info .content .bedding > .text {
        margin-top: 12.7px;
    }
    .more-info .content .bedding > .text > a {
        float: right;
    }

    /* Arrival */
    .more-info .content .arrival > .in-out {
        display: flex;
        flex-direction: column;
    }
    .more-info .content .arrival > .in-out > span:first-of-type {
        margin-bottom: 10px;
    }

    /* House Rules */
    .more-info .content .house-rules > .text > p {
        overflow-y: hidden;
        max-height: 4em;
        transition: max-height .3s;
    }
    .more-info .content .house-rules > .text > .toggle.less {
        display: none;
    }
    .more-info .content .house-rules > .text.opened > .toggle.more {
        display: none;
    }
    .more-info .content .house-rules > .text.opened > .toggle.less {
        display: unset;
    }
    .more-info .content .house-rules > .text.opened > p {
        max-height: 768px;
    }

    /* Floor Plan */
    .more-info .content .floor-plan > img.plan {
        max-width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    .more-info .content .floor-plan > .rates {
        margin-bottom: 15px;
        background: #F7F7F7;
        padding: 20px 15px;
    }
    .more-info .content .floor-plan > .rates > .rate {
        position: relative;
    }
    .more-info .content .floor-plan > .rates > .rate:first-of-type {
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .more-info .content .floor-plan > .rates > .rate > span {
        display: block;
    }
    .more-info .content .floor-plan > .rates > .rate > .season {
        color: #2C79A5;
        margin-bottom: 3px;
        font-style: italic;
        font-weight: 600;
    }
    .more-info .content .floor-plan > .rates > .rate > .price {
        position: absolute;
        top: 0;
        right: 0;
    }
