﻿
/*end footer part*/
#overview .overviewBox {
    margin: 10px;
    margin-bottom: 30px;
}

    #overview .overviewBox .overviewIcon {
        margin-right: 10px;
        background-color: #3498db;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        float: left;
    }

    #overview .overviewBox p {
        clear: left;
        padding-top: 9px;
    }

    #overview .overviewBox i {
        margin-left: 12px;
        margin-top: 8px;
        color: #fff;
        font-size: 20px;
    }

    #overview .overviewBox h4 {
        position: relative;
        top: 11px;
        font-size: 18px;
        color: #504747;
    }

    /*room*/
.room {
    background: #fafafa;
}

    .room figure {
        position: relative;
        margin-top: 5px;
    }

        .room figure img {
            width: 100%;
        }

        .room figure .price {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 1em;
            text-align: center;
            padding: 4px 12px;
            background: #444;
            border-radius: 0 0 10px 0;
            color: #fff;
            z-index: 9;
            border: 2px solid #fff;
            border-top: none;
            border-left: none;
        }

    .room figcaption {
        padding: 15px 10px;
        border: 1px solid #f0f2f6;
        border-top: none;
    }

        .room figcaption h4,
        .room figcaption h5 {
            display: inline-block;
            font-weight: 600;
        }

            .room figcaption h4 a,
            .room figcaption h5 a {
                color: #0a2e52;
            }
/*room*/