.green_button_wrapper {
	padding: 10px 0;
	text-align: center;
}

.red_button {
	opacity: 0.9 !important;
	background: #b03f65 !important;
	border-color: #b03f65 !important;
	color: #fff !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
}

.red_button:hover {
	opacity: 1.0 !important;
}

.green_button {
	opacity: 0.9 !important;
	background: #55607b !important; /*#0B878E*/
	border-color: #55607b !important; /*#0B878E*/
	color: #fff !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
}

.green_button:hover {
	opacity: 1.0 !important;
}

.green_button[disabled=disabled] {
    cursor: default;
    background: #999 !important;
    border-color: #999 !important;
}

.error {
	color: #ff0030;
}

.hotels_main {
	margin-top: 20px;
	padding: 0 30px;
	text-align: center;
}

.hotels_main .hotel {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 10px;
	vertical-align: top;
	width: 220px;
	height: 270px;
	margin: 10px 50px;
	text-align: center;
}

@media screen and (max-width:768px){
	.hotels_main .hotel {
		margin: 10px 10px;
	}
}

.hotels_main .hotel:hover {
	background: #f9f9f9;
}

.hotels_main .hotel a {
	color: inherit;
	text-decoration: none;
}

.hotels_main .hotel a:hover {
	text-decoration: underline;
}

.hotels_main .hotel span {
	display: block;
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
}

.hotels_main .hotel img {
	border: 1px solid #ccc;
	border-radius: 10px 10px 0 0;
	width: 220px;
	height: 220px;
}

.hotels_main a.green_button {
	display: inline-block;
	width: 400px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 15px;
}

.hotel_filter {
	padding: 10px 0;
}

.hotel_filter .filter_descr {
	display: inline-block;
	padding: 10px 0;
	font-weight: bold;
}

.hotel_filter .hotels {
	padding-bottom: 20px;
}

.hotel_filter .hotels .hotel {
	position: relative;
	display: inline-block;
	width: 110px;
	margin-right: 20px;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
}

.hotel_filter .hotels .hotel img {
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 110px;
	height: 110px;
}

.hotel_filter .hotels .hotel .close {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 15px;
	color: #3b3b68;
}

.hotel_filter .hotels .hotel.selected {
	font-weight: bold;
}

.hotel_filter .hotels .hotel.selected .close {
	display: block;
}

.hotel_filter .hotels .hotel.selected img {
	border: 3px solid #3b3b68;
}

.hotel_filter .cost .cost_prim {
	margin-bottom: 0;
	font-size: 11px;
}

.hotel_filter .group_filters {
	padding-bottom: 20px;
}

.hotel_filter .group_filters > div {
	display: inline-block;
	max-width: 48%;
	vertical-align: top;
	padding-right: 60px;
}

.hotel_filter .show_rooms > div {
	padding-top: 10px;
	white-space: nowrap;
}

.hotel_filter .room_pol > div {
	padding-top: 10px;
	white-space: nowrap;
}

.hotel_filter label {
	padding: 5px 5px 5px 0;
}

.hotel_filter .green_button_wrapper {
	padding-top: 30px;
}

.hotel_filter input.green_button {
	width: 300px;
	height: 40px;
	font-size: 17px;
	border-radius: 15px;
}

.room_list {
	
}

.room_list .room {
	position: relative;
	display: inline-block;
	width: 172px;
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.room_list .room a {
	text-decoration: none;
}

.room_list .room:hover {
	background: #f9f9f9;
}

.room_list .room:hover a {
	color: inherit;
}

.room_list .room:hover a b {
	text-decoration: underline;
}

.room_list .room .image {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.room_list .room img {
	position: absolute;
	top: -900000px;
	bottom: -900000px;
	right: -900000px;
	left: -900000px;
	margin: auto;
	max-width: calc(1.53 * 150px);
	max-height: calc(1.53 * 150px);
}

.room_list .room span {
	display: block;
	padding: 5px;
}

.room_list .room .green_button {
	line-height: 20px;
	border-radius: 11px;
	font-size: 14px;
}

.pagination {
	padding: 12px 0 0 0;
	text-align: center;
}

.pagination a {
	display: inline-block;
	margin: 0 6px 12px 6px;
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.pagination a.current {
	background: #55607b !important; /*#0B878E*/
	color: #fff;
	font-weight: bold;
}

.room_info {
	white-space: nowrap;
}

.room_info > div {
	display: inline-block;
	max-width: 500px;
	vertical-align: top;
	white-space: normal;
}

.room_info > div:first-child {
	margin-right: 20px;
}

.room_info table {
	width: 100%;
}

.room_info table td {
	border: none;
	text-align: left;
	font-weight: bold;
}

.room_info table tr td:first-child {
	text-align: right;
	font-weight: normal;
}

.room_info .main_image {
	position: relative;
	width: 444px;
	height: 444px;
	margin: 0 4px 20px 4px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.room_info .main_image img {
	position: absolute;
	top: -900000px;
	bottom: -900000px;
	right: -900000px;
	left: -900000px;
	margin: auto;
	max-width: calc(1.52 * 444px);
	max-height: calc(1.52 * 444px);
	cursor: pointer;
}

.room_info .images {
	width: 452px;
}

.room_info .images .image {
	display: inline-block;
	position: relative;
	width: 82px;
	height: 82px;
	margin: 4px;
	overflow: hidden;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.room_info .images .image img {
	position: absolute;
	top: -900000px;
	bottom: -900000px;
	right: -900000px;
	left: -900000px;
	margin: auto;
	max-width: calc(1.52 * 82px);
	max-height: calc(1.52 * 82px);
}

.room_info .room_description {
	min-width: 400px;
	text-align: center;
}

.room_info .cost_prim {
	font-size: 12px;
}

.room_info .bron_dates {
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}	

.room_info .bron_dates label {
	display: inline-block;
	width: 240px;
	margin: 2px 0;
	text-align: left;
	font-size: 13px;
}

.room_info .bron_dates label input[type="radio"] {
	margin-right: 7px;
	margin-bottom: 0;
}

.room_info .green_button {
	width: 250px;
	height: 35px;
	border-radius: 10px;
	font-size: 16px;
}

.breadcrumb_current {
	text-decoration: none;
	font-weight: bold;
}

.hotel_info {
	padding-bottom: 20px;
}

.hotel_info .images .image {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 4px;
	overflow: hidden;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.hotel_info .images .image img {
	position: absolute;
	top: -900000px;
	bottom: -900000px;
	right: -900000px;
	left: -900000px;
	margin: auto;
	max-width: calc(1.52 * 150px);
	max-height: calc(1.52 * 150px);
}

.hotel_for_info {

}

.hotel_for_info b {
	color: blue;
}

.current_bron_info {
	line-height: 30px;
}

.current_bron_info b {
	color: blue;
}

.chat_btn_wrapper {
	float: right; 
	padding-right: 20px;
}

.chat_btn_wrapper a {
	display: block; 
	padding: 10px 20px; 
	border: 1px solid #fcfcfc; 
	border-radius: 20px; 
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: underline;
}

.chat_btn_wrapper a:hover {
	background: #55607b; 
	color: #fff; 
	text-decoration: none;
}

.current_short_bron_info {
	padding: 10px 0; 
	text-align: center; 
	background: #fcfcfc; 
	border: 1px dotted #ccc;
	border-radius: 10px;
}

.current_short_bron_info b {
	color: blue; 
}

@media screen and (max-width: 768px) {
	.hotel_filter .group_filters > div {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.room_info {
		white-space: normal;
	}
	.room_info .images {
		width: 100%;
	}
	.room_info .room_description {
		width: 100%;
	}
	.room_info .bron_dates {
		width: 300px;
		margin: 0 auto 20px auto;
		padding-left: 0;
		text-align: center;
	}
}

@media screen and (max-width: 440px) {
	.room_info .main_image { 
		width: 355px;
		height: 355px;
	}

	.room_info .main_image img {
		max-width: calc(1.52 * 355px);
		max-height: calc(1.52 * 355px);
	}
}

#fancybox_error {
	width: 400px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
}