@media only screen and (max-width: 768px) {
	.content_div .title_facilities_wrap:before {
		left: 8px;
		top: 5px;
	}

	.title_facilities {
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 768px) {
	.content_div .title_facilities_wrap:before {
		left: -10px;
		top: -10px;
	}

	.title_facilities {
		margin-bottom: 80px;
	}
}

@media only screen and (min-width: 1024px) {
	.content_div .title_facilities_wrap:before {
		left: -10px;
		top: -10px;
	}

	.title_facilities {
		margin-bottom: 80px;
	}
}

@media only screen and (min-width: 1250px) {
	.content_div .title_facilities_wrap:before {
		left: -40px;
		top: -25px;
	}

	.title_facilities {
		margin-bottom: 80px;
	}

	.content_div .title_facilities_wrap:nth-child(2n+2):before {
		top: -20px;
	}
}

@media only screen and (min-width: 1400px) {
	.content_div .title_facilities_wrap:before {
		left: -40px;
		top: -25px;
	}

	.content_div .title_facilities_wrap:nth-child(2n+2):before {
		top: -15px;
	}

	.title_facilities {
		margin-bottom: 80px;
	}
}

/* # */

	#content_main{
		overflow: hidden;
	}

/* # */

/* . */

.image_div svg {
    width: 100%;
    height: 100%;
    padding: 15px;
}

.image_div svg path,
.image_div svg circle,
.image_div svg ellipse,
.image_div svg polygon,
.image_div svg rect,
.image_div svg polyline {
	fill: #1a1d28!important;
}

.svg_overlay {
    width: 70px;
    height: 70px;
    /*background: #fff;*/
}

.room_facilities span{
	display:block;
	padding-left: 20px;
}

.room_facilities .image_div{
	text-align: left;
	width: 70px;
	height: 70px;
}

.room_facilities {
	display: flex;
	align-items: center;
}

.page_title_h1 {
	margin-bottom: 20px;
}

.title_facilities {
	overflow: hidden;
}

.title_facilities_wrap{
	position: relative;
}

.image_div svg path,
.image_div svg circle,
.image_div svg ellipse,
.image_div svg polygon,
.image_div svg rect,
.image_div svg polyline {
	fill: #1a1d28!important;
}

.content_div .title_facilities_wrap:before {
    background: url(../../images/symbols/yel_s.svg)no-repeat;
    content: "";
    height: 120px;
	position: absolute;
	width: 107px;
	z-index: 0;
}

.content_div .title_facilities_wrap:nth-child(2n+2):before {
	background: url(../../images/symbols/red.svg)no-repeat;
}
/* . */
