body{
	
	position: relative;
	
	/* &::before{
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: white;
    background: url('../images/black23.jpg') no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1;
	} */
	
	&::before {
        content: ' ';
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: white;
        background: url(../images/black_bg25.png) repeat center center;
        background-size: contain;
        will-change: transform;
        z-index: -1;
    }
	
}

.rlanding-page-head, .rlanding-page-subhead{
	color: #00dbe6;
    font-weight: 600;
    background: #484848;
}

.filters-v{
	background-color: #fff;
}

.group-hotel-list-wrap{
	background-color: #0000008c;
}

.hotel-list-item{
	background-color: #484848;
}


.hotel-list-item:hover{
	background-color: #484848;
}

.hl-item-loc {
    color: #9f9f9f;
}

.hl-item-row-book-btn {
    padding: 8px 36px;
}

.hl-item-row-book-btn:hover {
}

.hl-item-row-board, .tooltip-facilities{
    color: #00dbe6;
    background: #6e6e6e;
    border-radius: 4px;
}

.hl-item-row-board{
	padding: 4px !important;
}

.hotel-list-item::after {
	background: none;
}

.hl-item-row-start-price{
	color: #fff;
}

/* .hotel-list-item{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
} */

.hl-item-head-title {
    /* font-weight: 600; */
    text-decoration: underline;
}

.promo-label-wrap{
	position: absolute;
	left: -5px;
}

.promo-label-elem{
	margin: 5px 0;
	display: flex;
}

.promo-label-elem-content{
	position: relative;
	font-size: 12px;
	background-color: #00dbe6;
	color: #fff;
	padding: 4px 8px;
	border-radius: 0 2px 2px 0;
	-webkit-box-shadow: 4px 0px 10px -2px rgb(0 190 200 / 70%);
	box-shadow: 4px 0px 10px -2px rgb(0 190 200 / 70%);
}

.promo-label-elem-content:before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 2px;
    border-width: 5px;
    border-style: solid;
    z-index: -9999;
    border-color: transparent #00adb6 transparent transparent;
    transform: rotate(135deg);
}

.promo-label-elem-content span{
	font-size: 16px;
	font-weight: 600;
}

.tooltip-facilities .facility-text {
    background-color: #00dbe6;
}

.tooltip-facility-top::after {
    border-color: transparent transparent #7c34bb transparent;
}

.hl-item-head-title, .hl-item-loc-map, .hl-item-row-rating-link, .hl-item-row-descr, .hl-item-close-additional{
	color: #fff;
}

.hl-item-row-rating{
	background-color: #fff;
	color: #00dbe6;
}

.fa-rating-custom{
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    color: white;
    background-color: #000;
    border-radius: 50%;
    background-position: center;
}

.s001m div .inner-form-m .main-form-m{
	background: #4e4e4e !important;
}

	
.icon-wrap img{
	filter: grayscale(100%);
}

.hotel-item-expandables>div{
	color: #fff !important;
}

.timeout-title-wrap{
	color: #fff;
}

.timeout-section-wrap{
	background: #343434;
	color: #00dbe6;
}

.tooltip-facilities {
    position: relative;
    display: inline-block;
    padding: 4px;
    margin: 0 1px 1px 0;
    cursor: pointer;
}

.hl-item-head{
	border: none;
}

.hotel-list-item {
	border: none!important;
}

.bf-banner-wrap{
	background: url('../images/bf_banner2.png');
	background-size: 100% 100%;
	width: 100%;
	height: 200px;
	border-radius: 4px;
}
	
@media screen and (min-width: 600px) {	
	.hotel-list-item:hover {
		background-color: #3d3d3d;
		box-shadow: rgb(0 157 217 / 50%) 0px 4px 10px;
	}
}

@media screen and (max-width: 600px) {		
	.input-title-new-m{
		color: #fff !important;
	}	
	
	
	.bf-banner-wrap{
		height: 100px;
	}
	
}