.intro_rooms {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.intro_rooms_text {
	width: 60%;
}
.rooms_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.rooms_item {
	padding-top: 45px;
	padding-bottom: 46px;
	padding-left: 0px;
	border-bottom: 1px solid #DEDEDE;
}
.room_pic {
	width: 40%;
	float: left;
}
.room_info {
	width: 60%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
}
.img_room {
	width: 100%;
	height: auto;
}
.description_room ul {
  list-style: none; /* Remove default bullets */
}

.description_room ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F33480; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}.description_room.general_text .clearfix li {
	float: left;
	width: 33%;
}
.intro_room {
	padding-bottom: 20px;
}
.reserve_button {
	display: inline-block;
	background-color: #C0AB92;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.reserve_button:hover {
	background-color: #736357;
	color: #FFFFFF;
	text-decoration: none;
}
.flag {
	background-color: #F33480;
	background-image: url(../img/rooms/flag.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: right;
	padding-right: 34px;
	padding-left: 15px;
}

.clearfix {
overflow: auto;
}

@media screen and (max-width:1100px){
.description_room.general_text .clearfix li {
	width: 50%;
}
}

@media screen and (max-width:780px){
.room_pic {
	width: 100%;
}
.room_info {
	width: 100%;
}
.flag_box {
	margin-top: -50px;
	padding-bottom: 50px;
	margin-right: -36px;
}
.intro_rooms_text {
	width: 100%;
}
}

@media screen and (max-width:580px){
.description_room.general_text .clearfix li {
	width: 100%;
}
}
