@charset "utf-8";
.mwb-list-card-wrap.mwb-list-card {
    position: relative;
    padding-bottom: 0;
}
.mwb-list-card-wrap.mwb-list-card .mwb-list-card-header h2.title {
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #a7a7a7;
    font-weight: normal;
}
.mwb-list-card ul li:nth-child(3n + 1) {
    clear: both;
}
@media (min-width: 768px) {
    .mwb-list-card-wrap.mwb-list-card:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;
        background-color: transparent;
    }
}
.mwb-list-card-wrap.mwb-list-card article .text {
    background-color: #1e1d1d;
}
.mwb-list-card-wrap article {
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 15px;
}
.mwb-list-card-wrap article .thumbnail {
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mwb-list-card-wrap article .thumbnail img {
    width: 100%;
}
.mwb-list-card-wrap article .thumbnail .room-facility {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mwb-list-card-wrap article .text {
    position: relative;
    padding: 15px;
    background-color: #eee;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.298039);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.298039);
}
@media (min-width: 992px) {
    .mwb-list-card-wrap article .text {
        padding: 20px;
    }
}
.mwb-list-card-wrap article .text .time {
    width: 65px;
    height: 65px;
    display: block;
    background-color: #ffc800;
    font-size: 65%;
    color: #515561;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
}
.mwb-list-card-wrap article .text .time span {
    display: block;
    color: #525151;
    text-align: center;
    line-height: 1.2;
}
.mwb-list-card-wrap article .text .time span:nth-child(2) {
    font-size: 24px;
}
.mwb-list-card-wrap article .text .title {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    text-transform: none;
}
.mwb-list-card-wrap article .text .title a {
    color: #d9d8d8;
}
@media (min-width: 992px) {
    .mwb-list-card-wrap article .text .title {
        height: 24px;
        line-height: 24px;
    }
}
.mwb-list-card-wrap article .text p {
    margin-bottom: 0;
}
.mwb-list-card-wrap article .text .book {
    display: table;
    width: 100%;
}
.mwb-list-card-wrap article .text .book > div {
    display: table-cell;
    vertical-align: middle;
}
.mwb-list-card-wrap article .text .book > div:nth-child(2) {
    padding-left: 15px;
    font-size: 70%;
    text-align: right;
}
.mwb-list-card-wrap article .text .book > div > .price {
    display: block;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .mwb-list-card-wrap article {
        margin-bottom: 40px;
    }
    .mwb-list-card-wrap article .text {
        -moz-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
    }
    .mwb-list-card-wrap article:hover .text {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@media (min-width: 767px) {
    .mwb-list-card-wrap article {
        margin-bottom: 30px;
    }
    .mwb-list-card-wrap article .details {
        padding: 30px;
    }
}
@media (min-width: 991px) {
    .mwb-list-card-wrap article {
        margin-bottom: 40px;
    }
    .mwb-list-card-wrap article .details {
        padding: 40px;
    }
}
