/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2022 | 00:22:39 */
/*-----------------------------------------------------------------------------------*/
/*  Room
/*-----------------------------------------------------------------------------------*/

.home-room-box {
    margin-bottom: 60px;
}

.home-room-details ul li {
    margin-top: 5px;
    float: left;
    margin-right: 17px;
}

.home-room-details a {
    color: #444;
}

.home-room-details i{
    color: #e4b248;
}

.room-rating ul li {
    float: left;
    margin-right: 5px;
}

.room-rating ul li i {
    color: #e4b248;
    font-size: 10px;
}

.room-rating ul li i.inactive {
    color: #c6c6c6;
}

.room-image {
    position: relative;
    overflow: hidden;
}

.home-room-box:hover .home-room-details{
    height: 70px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.home-room-details {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    padding-top: 7px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 40px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.room-details {
    margin: 25px 0;
}

.room-bottom h4 {
    color: #e4b248;
}

.room-bottom-time {
    font-size: 9px;
    color: #979797;
}

.room-features {
    position: absolute;
    background: rgba(0,0,0,0.8);
    padding: 1px 12px;
    color: #FFF;
    font-size: 9px;
    top: 9px;
    right: 10px;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.room-features i {
    padding-right: 5px;
}

.home-room-box:hover  .room-features {
    background: rgba(0,0,0,1);
}

.flexslider-thumb .flex-control-nav li{
    width: 126px;
}

.flexslider-thumb{
    margin-bottom: 30px;
}