.reservation-room .reservation-room_item .price{
	color: #e61557;
    display: block;
    font-family: "Montserrat";
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase;
}
.reservation-room .reservation-room_item .days{
	
    display: block;
    font-size: 14px;
    margin-top: 0px;
    text-transform: uppercase;
    font-family: "Montserrat";
    margin-bottom: 20px;
    color: #898989;
}
.room-detail_tab-content .tab-pane .room-detail_overview .package_img img{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.room-detail_tab-content .tab-pane .room-detail_overview .package_img img:hover{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.room-detail_tab-content .tab-pane .room-detail_overview h5 span{
    color: #fff;
    padding: 0px 5px;
    background-color: #000;
    margin-right: 6px;
}
.room-detail_tab-content .tab-pane .room-detail_overview strong{
    padding: 10px 0px;
    color: #e61557;
    font-weight: 900;
}
.room-detail_tab-content .tab-pane .room-detail_overview .dash-border{
    border-top: 1px solid #e4e4e4;
    margin: 10px 0px
}

#comments .comment-title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
#comments .commentlist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#comments .commentlist li .comment-body {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 20px;
    overflow: hidden;
}
#comments .commentlist li .comment-body .comment-avatar {
    position: absolute;
    width: 70px;
    display: block;
    top: 5px;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}
#comments .commentlist li .comment-body .comment-subject {
    margin: 0;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
}
#comments .commentlist li .comment-body p {
    color: #444444;
    font-size: 15px;
    line-height: 1.428em;
    margin-bottom: 0;
    margin-top: 10px;
}
#comments .commentlist li .comment-body .comment-meta {
    float: left;
    margin-top: 20px;
    color: #898989;
}
#comments .commentlist li .comment-body .action {
    float: right;
    margin-top: 15px;
    font-size: 0;
}
/*ratings*/
fieldset, label { margin: 0; padding: 0; }


/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #e61557;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #e61557;  }