body .room_grid_view .room_box_item .entry-item .room-content {
	margin-top: 1em;
	text-align: center;
}
body .room_gallery .ad-gallery .ad-nav .ad-thumbs {
	padding-bottom: 3px;
}
body .room_gallery .icon_zoom,
body .room_gallery .slide-ctrl {
	box-sizing: content-box;
}
.room_grid_view .room_box_item .entry-item .room-bottom .postedin {
	border-bottom: 1px solid #d9d4d4;
	background: none repeat scroll 0 0 #f4f8fb;
	border-top: 1px solid #d9d4d4;
	border-left: 0 solid #d9d4d4;
	border-right: 0 solid #d9d4d4;
	margin: 0 -15px;
	padding: 15px;
}
body .room_grid_view .room_box_item .entry-item .room-bottom .view_rom_container,
body .room_grid_view .room_box_item .entry-item .room-bottom .view_room_container {
	border-top-color: #FFF;
	background: none repeat scroll 0 0 #f4f8fb;
	border-left: 0 solid #d9d4d4;
	border-right: 0 solid #d9d4d4;
	margin: 0 -15px;
	padding: 15px;
}
body.home .room_grid_view .room_box_item {
	margin-left: auto !important;
	margin-right: auto !important;
}
body .room_grid_view .room_box_item .entry-item .thumbnail a,
.room_grid_view .room_box_item .entry-item .thumbnail a {
	width: 100%;
}
.bedding_title,
.room-title {
	margin-bottom: .5em;
}
#room_onsale_widget_container ul li a .room_onsale_name {
	font-weight: normal;
}
#container_rooms.room_layout_1 .room_column_1,
#container_rooms.room_layout_1 .room_column_2.column_book_button {
	margin-bottom: .5em;
}
body #container_rooms .room_price,
body #container_rooms .max_people_number,
body #container_rooms .max_people_number {
	background: #b2d1f0;
	border: 1px solid #8dc0f4;
	color: #000;
}
body #container_rooms .room_onsale,
body .room_onsale {
	background: #b2d1f0;
	border: 1px solid #8dc0f4;
}
body .room_cycle_category_container,
body .room_cycle_item .item_link {
	background: #b2d1f0;
}
.type-room .single_content:first-child  > .post-meta {
	display: none;
}

body #container_rooms .bedding_content,
#container_rooms .room_book_container {
	box-sizing: content-box;
}

body .room_grid_view .room_box_item {
	margin-left: 0;
	margin-right: 0;
}
body.page-template-template-room #main .main-wrap {
	padding: 0px;
	background-color: transparent;
	margin: 0px;
	box-sizing:border-box;
}
.rooms_page .room_box_item,
.archive.tax-room_category .room_box_item {
	margin-left: 0;
	margin-right: 0;
}
.room_more_result img {
	width: auto !important;
}
.room_more_result {
	background: none repeat scroll 0 0 #000;
	bottom: 0 !important;
	color: #fff;
	left: 32% !important;
	margin: 0;
	opacity: .8;
	padding: 2% 1%;
	position: absolute;
	text-align: center;
	width: 30%;
	min-width: 200px;
	z-index: 999999;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 1 !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (max-width: 767px) {
	#container_rooms .room_column_1,
	#container_rooms .room_column_2,
	#container_rooms .room_column_3,
	#container_rooms .room_column {
		display: block !important;
		margin-bottom: 20px !important;
		width: 100% !important;
	}
	#container_rooms.room_layout_1 .room_column_2.column_book_button {
		position: relative !important;
		bottom: auto;
		right: auto;
	}
}
@media only screen and (min-width: 768px) {
	body.home .room_grid_view .room_box_item {
		float: left !important;
		margin-left: 0;
		margin-right: 2% !important;
	}
	body.home .room_grid_view .room_box_item.masonry-brick {
		float: none !important;
		margin-left: 0;
		margin-right: auto !important;
	}
}
@media only screen and (max-width: 479px) {
	.room_more_result {
		left: 0 !important;
		width: 98% !important;
	}
}