img {
	border: 0;
}

/* contact us */
.contact_us_row {
	border: 0px solid #bea96e;
	padding: 0px;
	text-align: left;
	margin: 10px 0;
}

input.contact_us_inp {
	width: 100%;
	border: 1px solid #bea96e;
}

select.contact_us_inp {
	width: 100%;
	border: 1px solid #bea96e;
}

textarea.contact_us_inp {
	width: 100%;
	height: 100px;
	border: 1px solid #bea96e;
}

div.contact_us_inp {
	width: 100%;
	height: 100px;
	border: 1px solid #bea96e;
	padding: 5px;
	font-size: 12px;
}

/* contact form */
.contact_form_row {
	border: 0px solid #bea96e;
	padding: 10px;
	text-align: left;
	margin: 10px 0;
}

input.contact_form_inp {
	width: 100%;
	border: 1px solid #bea96e;
}

select.contact_form_inp {
	width: 300px;
	border: 1px solid #bea96e;
}

textarea.contact_form_inp {
	width: 100%;
	height: 140px;
	border: 1px solid #bea96e;
}

div.contact_form_inp {
	width: 290px;
	height: 100px;
	border: 1px solid #bea96e;
	padding: 5px;
	font-size: 12px;
}

select.mandatory,input.mandatory,textarea.mandatory,div.mandatory {
	border: 1px solid #f00;
}

select.date {
	width: 70px;
}

div.error_line {
	font-size: 22px;
	color: #f00;
	margin: 3px 0 5px 0;
	text-align: center;
}

.special_offer_row {
	border: 0px solid #bea96e;
	padding: 10px;
	text-align: left;
	margin: 10px 0;
}

.search_row {
	border: 0px solid #bea96e;
	padding: 10px;
	text-align: left;
	margin: 10px 0;
}

input.search_inp {
	width: 300px;
	border: 1px solid #bea96e;
}

select.search_inp {
	width: 300px;
	border: 1px solid #bea96e;
}

select {
	border: 1px solid #bea96e;
	margin: 5px 0 5px 0;
}

table.search_form {
	width: 100%;
}

table.search_form td {
	vertical-align: top;
}

.search_result_hotel_row {
	border: 0px solid #bea96e;
	padding: 10px;
	font-size: 16px;
	text-align: left;
	margin: 10px 0;
}

.search_result_room_row {
	border: 1px solid #bea96e;
	padding: 10px;
	text-align: left;
	margin: 10px 0;
}

.room_row {
	border: 1px solid #bea96e;
	padding: 10px;
	text-align: left;
	margin: 10px 0;
}

.news_row {
	border: 1px solid #bea96e;
	padding: 10px;
	text-align: left;
	margin: 10px 0;
	font: 11px Arial, Verdana, Helvetica, Sans-serif;
	text-align: left;
	color: #666666;
	line-height: 15px;
}

.day_content b {
	font-size: 10px;
}

.day_content {
	font-size: 10px;
}

.calendar_row {
	border: 1px solid #bea96e; /* #bea96e; */
	padding: 10px;
	text-align: left;
	margin: 10px 0;
}

input.calendar_inp {
	width: 300px;
	border: 0px solid #bea96e;
}

select.calendar_inp {
	width: 300px;
	border: 1px solid #bea96e;
}

table.calendar_table {
	border: 1px solid #bea96e;
	width: 100%;
}

table.calendar_table td { /*background: #bea96e;*/ /*	height: 100px; */
	width: 13%;
	vertical-align: top;
}

table.calendar_table td.month_head { /*background: #bea96e;*/
	height: auto;
	font-weight: bold;
	color: #115378;
	text-align: left;
	border-top: 0px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 0px solid #000;
	font-size: 18px;
	padding: 5px;
}

table.calendar_table td.head { /*background: #bea96e;*/
	height: 30px;
	font-weight: bold;
	text-align: center;
}

table.calendar_table td.empty { /*background: #bea96e;*/
	
}

table.calendar_table td.vacant { /**/ /*background: #bea96e;
	background: #f2fafd;*/
	
}

table.calendar_table td.busy { /*background: #e78282;*/
	
}

table.calendar_table td.busy_not_moderated { /*background: #bea96e;*/
	/*background: #f2fafd;*/
	
}

table.calendar_table div.mday { /*float: left;*/
	width: 92% !important;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*background: #bea96e;*/
	font-weight: bold;
	padding: 3px;
	border-right: 1px solid #bea96e;
	border-bottom: 1px solid #bea96e;
	margin: 0 4px 4px 0;
	background: #7ab5da;
	color: #ffffff;
}

table.calendar_table div.day_content {
	padding: 0px;
	border: 0px solid #003399;
}

table.calendar_table div.day_content a {
	color: #ffffff;
	font-weight: bold;
}

table.calendar_table div.day_content .each_busy {
	min-height: 35px;
	padding: 5px;
	background: #ff6e6e; /*#ff6600;*/
	color: #ffffff;
	display: block;
	border-bottom: 1px solid #ffffff;
}

table.calendar_table div.day_content .each_busy_not_moderated {
	min-height: 35px;
	padding: 5px;
	/*	background: #f2fafd; */
	background: #6db107;
	color: #ffffff;
	display: block;
	border-bottom: 1px solid #ffffff;
}

table.calendar_table div.day_content .each_vacant {
	min-height: 35px;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	/*background: #bea96e;

background: #f2fafd; */
	background: #6db107;
	color: #ffffff;
	display: block;
}

/* end */
.error_line {
	font-weight: normal;
	/*  color: #32639A;
	color: #9e2507;*/
	color: #ff0000 !important;
}

#booking-loader {
	position: absolute;
	display: none;
	margin: 0 0 0 30px;
}

td.booking-login { /*background: #9f0328;*/
	padding: 5px;
}

ul.gallery li {
	float: left;
	width: auto;
	height: auto;
	border: 1px solid lightgrey;
	margin: 2px 4px 4px 4px;
	padding: 4px;
	background-color: #ffffff;
}  /* define any appropriate width and height */
.gallery_image_container {
	width: 150px;
	overflow: hidden;
	height: 100px;
}

.gallery_title_container {
	border: 0px solid #e4e4e4;
	padding: 8px 0 8px 0;
	background: #e4e4e4;
	margin: 4px 0 0 0;
	text-align: center;
}

.gallery_holder {
	width: 100%;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	/*float: left;
    background-color: #aeaeae; */
	border: 0px;
	font-size: 12px;
	color: #000000;
}

.clr {
	clear: both;
	float: none;
	font-size: 1px;
	height: 0px;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
}

.gallery li {
	list-style: none;
}

.gallery li {
	list-style: none;
}

#hotel_row a img {
	padding: 5px;
}

.gallery img {
	padding: 0px !important;
}

li {
	margin: 0 0 0 15px;
}

.calendar_table a {
	color: #ffffff !important;
}

.VEAPI_Pushpin img { /*position: relative;*/
	position: absolute;
	top: -20px !important;
}

.MSVE_Copyright {
	display: none !important;
}

.MSVE_ScaleBar {
	display: none !important;
}

.MSVE_ScaleBarLabel {
	display: none !important;
}

.MSVE_PoweredByLogo {
	display: none !important;
}

.MSVE_Dashboard_Tiny #MSVE_zoomDiv, .MSVE_Dashboard_Small #MSVE_zoomDiv {
	display: none !important;
}