﻿body {
	margin: 0;
	padding: 0;
	color:#565656;
	font-family: "Segoe UI", Verdana, Lucida Sans Unicode;
	font-size: 13px;
	font-style: normal;
	overflow-x: hidden;
  vertical-align: baseline;
}

::-webkit-scrollbar {
    width: 7px;
	height: 10px;
}
 
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background: #e1e1e1;
	border-radius: 10px;
    /*border-radius: 10px;*/
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #acaaaa; 
}

/*CLEANERS*/
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h5 { clear: both; width:100%; height: 5px; }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.separator {  clear: both; width: 100%; height: 0px; font-size: 0px; border-top: 1px solid #c4c4c4; margin: 10px 0 5px;}

/*BACKGROUND*/
#bg_image {
  /*z-index: -999;
  min-height: 100%;
  min-width: 1024px;*/
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
/*END OF BACKGROUND*/

/*HEADER*/
#header {
  background: url('../images/header_bar.png') repeat-x;
  background-color: transparent;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  opacity: 0.9;
  z-index: 1002;
}

#logo_holder {
  background: url('../images/logo_holder.png') no-repeat;
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -110px;
}

#logo_holder a
{
  background: url('../images/logo.png') center no-repeat;
  cursor: pointer;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

#logo_holder_small {
  background: url('../images/logo_holder_small.png') no-repeat;
  display: block;
  width: 160px;
  height: 160px;
  margin: -17px auto 0;
  position: absolute;
  right: 0px;
}

#logo_holder_small span
{
  background: url('../images/logo_small.png') center no-repeat;
  display: block;
  width: 120px;
  height: 123px;
  margin: 22px auto 0;
}

#menu 
{
  position: fixed;
  width: 1340px; 
  margin: 0 auto;
  left: 50%;
  margin-left: -670px;
}

#home_icon_menu {
 background: url('../images/logo_home_icon.png') center no-repeat;
 width: 30px;
 height: 30px;
 display: block;
 margin: -8px 0 0 0;
 padding: 0;
}

div#home_icon_menu{ margin: 4px auto; }

#home_icon_menu a{ width: 30px; height: 30px; display: block; }

#menu #menu_left
{
  float: left;
  display:block;
  width: 560px;
}

#menu #menu_right
{
  float: right;  
  width: 560px;
}

#menu #menu_left ul
{
  float: right;
}

#menu #menu_right ul
{
  float: left;  
}

#menu #menu_left ul li
{
  float: left;
}

#menu #menu_right ul li
{
  float: left;  
}

#menu ul
{
  list-style:none;
  padding: 0;
  margin: 0;
}

#menu ul li
{
  height: 38px;
  border-left: 1px solid;
	border-right: 1px solid;
	border-color: transparent;
}

#menu ul li.current
{
  background: url('../images/menu_hover.jpg');
  background: #e1e1e1\9;
  border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#menu ul li div
{
  background: url('../images/menu_hover.jpg');
  background: #e1e1e1\9;
  display: block; 
  height: 38px;
  overflow: hidden;
	position: absolute;
	z-index : -1;
	/*opacity: 0;*/
	display: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#menu ul li a
{
  display: block;
  height: 18px;
  text-align: center;
  text-decoration: none;
  color: #000056;
  font-family: "Candara", Tahoma, Verdana, Lucida Sans Unicode;
  font-size: 86%;
  text-shadow: 0px 1px #ffffff;
  padding: 13px 10px;
}
/*END OF HEADER*/

/*CONTENT*/

p
{
  margin: 0;
  padding: 0; 
  line-height: 20px;
}

h1,h2,h3,h4,h5 
{
  margin: 0;
  padding: 0; 
  color: #000056; 
  font-weight: normal;
}

.h_pageTitle
{
  margin-bottom: 10px;
}

.h_paraTitle
{
  margin-bottom: 2px;
}

.txt_XL 
{
  font-size: 41px;
  float: left;
  color: #000056; 
  margin: 2px 5px 0 0;
  padding: 0;  
  line-height: 30px;
}

#book_con 
{
  background: url('../images/con_small.png') no-repeat;
  width: 230px;
  height: 65px;
  position: fixed;
  bottom: 0;
  z-index: 1004;
  left: 50%;
  margin-left: -115px;
}

#button_book,.button_book
{
  background: url('../images/button_v_bg.jpg') repeat-x;
  width: 190px;
  height: 24px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  margin: 0 auto;
  margin-top: 25px;
  padding: 6px 0 0 0;
  -moz-padding: 0;
  -webkit-padding: 0;
  cursor: pointer;
  box-shadow: 0px 1px 3px #8b8b8b;
  border-top: 1px solid #dadada;
  text-shadow: 0px 1px #464646;
}

.button_book{
display:block;
width: auto;
float: right;
margin: 0 40px 0 0;
padding: 6px 10px 0 10px;
font-size: 15px;
}

.spanproceed{
background: url('../images/booking_calendar_icons.png') no-repeat;
background-position: -30px 0px;
width: 10px;
height: 10px;
display:block;
margin: 4px 0 0 2px;
float: right;
}

#button_book,.button_book,#button_book a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#button_book:hover,.button_book:hover,#button_book:hover a
{
  color: #000000;
  background: url('../images/button_hover.jpg') repeat-x center;
  -webkit-transition: all 260ms ease-out;
  -moz-transition: all 260ms ease-out;
  -o-transition: all 260ms ease-out;
  transition: all 260ms ease-out;
}

#button_book:hover , .button_book:hover {
	color: #000000;
	text-shadow: 0px 1px #ffffff;
}

#content_page 
{
  width: 100%;
  position: relative;
}

.content_section_small
{
  display: block;
  width: 620px;
  height: auto; 
  position: fixed;
  left: 50%;
  margin-left: -310px;
  bottom: 50px;
  /*bottom: -50px;
  opacity: 0;*/
  z-index: 1003;
}

.content_section_small label
{
  margin-left: 10px;
}

.content_section_small_top
{
  background: url('../images/content_senction_small_top.png') no-repeat;
  width: 620px;
  height: 43px;
  margin-top: -50px;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  font-size: 19px;
  text-shadow: 0px 1px #ffffff;
}

.content_section_small_middle
{
  display: block;
  background: url('../images/content_section_bg.png');
  width: 560px;
  margin: 0 auto;
  /*padding: 25px 30px;*/
  padding: 0;
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 8px #8b8b8b;
}

.content_section_large
{
  display: block;
  width: 920px;
  height: auto; 
  position: fixed;
  left: 50%;
  margin-left: -460px;
  bottom: -100px;
  /*margin: 0 auto;
  margin-top: 417px;
  margin-bottom: 40px;*/
  z-index: 1002;
  opacity: 0;
}


.content_section_large_top
{
  background: url('../images/content_senction_large_top.png') no-repeat;
  width: 920px;
  height: 43px;
  margin-top: -50px;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  font-size: 19px;
  text-shadow: 0px 1px #ffffff;
  color: #000056;
}

.content_section_large_top .hide_content
{
  float: right;
  background: url('../images/content_hide.png');
  width: 18px;
  height: 18px;
  margin-top: 10px;
  right: 12px;
  position: absolute;
  cursor: pointer;
}

.content_section_large_top .hide_content:hover
{
  float: right;
  background: url('../images/content_hide_hover.png');
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}




.show_content
{
  background: url('../images/content_show.png');
  width: 18px;
  height: 18px;
  margin: 10px 13px 0 0;
  cursor: pointer;
  position: fixed;
  left: 50%;
  margin-left: -9px;
  bottom: 10px;
  z-index: 99992;
  display: none;
}

.show_content:hover
{
  background: url('../images/content_show_hover.png');
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}


.content_section_large_middle
{
  display: block;
  background: url('../images/content_section_bg.png');
  width: 900px;
  margin: 0 auto;
  /*padding: 25px 30px;*/
  padding: 0;
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 8px #8b8b8b;
}

.content_section_content 
{
  width: 850px;
  max-height: 300px; 
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: justify;
  overflow: auto;
  /*overflow-y: auto;*/
}

.content_section_content .img_left, .content_section_content .img_right, .content_section_content .img_w{
  clear:both;
  margin: 0;
  padding: 0;
  border: 2px solid white;
  -moz-box-shadow: 0 0 4px #c6c6c6;
  -webkit-box-shadow: 0 0 4px #C6C6C6;
  box-shadow: 0 0 4px #C6C6C6;
}

.content_section_content .img_left{
 float: left;
 margin-right: 10px;
}

.content_section_content .img_right{
 float: right;
 margin-left: 10px;
}

.content_section_content .img_w{
  display:block;
}

.content_section_content_l
{
  width: 850px;
  max-height: 450px !important; 
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: justify;
  overflow: auto;
  /*overflow-y: auto;*/
}

.content_section_content_left
{
  float: left;
  display: block;
  width: 570px; 
  height: 100%;
  /*border-right: 1px solid #c4c4c4;*/
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 0;
}

.content_section_content_right
{
  float: right;
  display: block;
  width: 200px; 
  margin: 10px 0 0 0;
  padding: 10px 10px;
}

.content_section_content_float_right
{
  float: right;
  padding: 0;
  margin: 0;
  margin-left: 15px;
}


.content_section_content ol
{
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.content_section_content ol li
{
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 20px;
}

.content_section_content p
{
  margin-bottom: 10px;
}

/*.content_section_content p.para_a:first-of-type:first-letter*/
.content_section_content .para_a p:first-of-type:first-letter
{ 
  font-size: 41px;
  float: left;
  color: #000056; 
  margin: 2px 5px 0 0;
  padding: 0;  
  line-height: 30px;
}

.content_section_content .content_floater
{ 
  margin: 0 10px 0 10px;
  padding: 0;
  border: 2px solid white;
  -moz-box-shadow: 0 0 4px #c6c6c6;
  -webkit-box-shadow: 0 0 4px #C6C6C6;
  box-shadow: 0 0 4px #C6C6C6;
}

.content_section_content .content_floater img
{ 

}

.content_section_content ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

.content_section_content_right p
{
  text-align: left;
}

.content_section_content_right span
{
  color: #000056;
}

.content_section_list li
{
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
}

.content_section_list li:last-child
{
  border-bottom: none;
}

.content_close
{
 	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 5px solid #acabab;
	display: block; 
	margin: 0 auto;
	
	display: block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}

.content_close:hover
{
	border-top: 5px solid #bd8a02;
}

.input_text
{
border:1px solid #c9c9c9;
border-radius:3px;
/*box-shadow: 0px 1px 1px #878787;*/
outline: none;
padding: 3px 5px 3px 5px;
margin: 0;
height: 20px;
color: #565656;
font-family: "Segoe UI", Verdana, Lucida Sans Unicode;
font-size: 13px;
}

.input_text_full
{
border:1px solid #c9c9c9;
border-radius:3px;
/*box-shadow: 0px 1px 1px #878787;*/
outline: none;
padding: 3px 5px 3px 5px;
margin: 0;
height: 20px;
color: #565656;
width: 450px;
font-family: "Segoe UI", Verdana, Lucida Sans Unicode;
font-size: 13px;
}

select.input_text_full
{
border:1px solid #c9c9c9;
border-radius:3px;
/*box-shadow: 0px 1px 1px #878787;*/
outline: none;
padding: 3px 5px 3px 5px;
margin: 0;
height: 30px;
color: #565656;
width: 460px;
font-family: "Segoe UI", Verdana, Lucida Sans Unicode;
font-size: 13px;
}

select
{
border:1px solid #c9c9c9;
border-radius:3px;
outline: none;
padding: 3px 5px 3px 5px;
margin: 0;
height: 28px;
color: #565656;
font-family: "Segoe UI", Verdana, Lucida Sans Unicode;
font-size: 13px;
}

textarea
{
border:1px solid #c9c9c9;
border-radius:3px;
outline: none;
padding: 3px 5px 3px 5px;
margin: 0;
color: #565656;
font-family: "Segoe UI", Verdana, Lucida Sans Unicode;
font-size: 13px;
position: relative;
height: 50px;
min-height: 150px;
width: 450px;
max-width: 450px;
}

.mce_textEditor
{
 /* display: block;
  width: 800px;
  height: 300px;
  position: fixed;
  top: 40%;
  left: 20%; 
  background: #000000;*/
}


.button
{
  background: url('../images/button.jpg') repeat-x;
  border-radius: 5px;
  padding-top: 3px;
  cursor: pointer;
  box-shadow: 0px 1px 2px #8b8b8b;
  /*border: 1px solid #dadada;*/
  border: none;
  border: 1px solid #dfdfdf;
  height: 27px;
  display: block;
  font-family: "Candara", Verdana, Lucida Sans Unicode;
  font-size: 14px;
  text-align: center;
  color:#565656;
  outline: none;
}

.button:hover
{
  color: #000056;
  background: url('../images/button_hover.jpg') repeat-x;
  -webkit-transition: all 260ms ease-out;
  -moz-transition: all 260ms ease-out;
  -o-transition: all 260ms ease-out;
  transition: all 260ms ease-out;
}

.button a
{
  color:#565656;
  text-decoration: none;
}

a.button
{
height: 20px;
padding: 5px 5px 0px;
}


.table_form
{
  margin-top: 20px;
}

#testimonee_photo{
width: 300px;
height: 150px;
display: block;
position: absolute;
right: 0;
}

#fileupload_response{
  background: #999999;
  width: 100px;
  height: 100px;
  display: block;
  border: 2px solid white;
  -moz-box-shadow: 0 0 4px #c6c6c6;
  -webkit-box-shadow: 0 0 4px #C6C6C6;
  box-shadow: 0 0 4px #C6C6C6;
  margin-top: 5px;
}

#fileupload_response img{
  margin: 10px 0 0 0;
  max-width: 20%;
  /*border: 2px solid white;
  -moz-box-shadow: 0 0 4px #c6c6c6;
  -webkit-box-shadow: 0 0 4px #C6C6C6;
  box-shadow: 0 0 4px #C6C6C6;*/
}

table.table_form  td
{
  padding-bottom: 10px;
}

table.table_form  td:nth-child(odd) 
{
  width: 130px;
  vertical-align: baseline;
  padding-right: 5px;
  text-align: left;
}

table.table_form  td:nth-child(even) 
{
  width: 470px;
}

table.table_form  tr:last-child td
{
  padding: 0;
}

.plsSpecify {
  font-size: 12px;
  text-align:left;
  display:block;
  margin-left: 5px;
}

.spanNote {
  font-size: 12px;
  text-align:left;
  display:block;
  margin-left: 5px;
}


table tr td .errormsg 
{
  float: left;
  /*background: #b74e00;*/
  /*border-radius: 4px;*/
  min-height: 15px;
  padding: 5px;
  margin-left: 18px;
  color: #3f2626;
  font-size: 12px;
  /*display: none;*/
}

#login_panel .errormsg 
{
  background: url('../images/error_icon.png') no-repeat 0 0;
  /*float: left;
  position:absolute;*/
  /*background: #b74e00;*/
  /*border-radius: 4px;*/
  min-height: 15px;
  padding: 4px 5px 5px 23px;
  margin-left: 2px;
  color: #3f2626;
  font-size: 12px;
  display: inline;
}

#login_action{
float: left;
margin-top: 5px;
font-size: 11px;
}

#login_action a{
text-decoration: none;
}

#login_action a:hover{
text-decoration: underline;
}

.spanError, .spanSuccess
{
  background: url(../images/validation_icon.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	margin-top: 1px;
	/*left: 90px;*/
	/*float: left;
	margin-left: -24px;*/
}

.spanSuccess
{
  background-position: -20px 0;
}

.spanLoading
{
  background: url('../images/loader.gif') no-repeat 50% 50%;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  margin-top: 1px;
}

#divEmailload, #emailresponse #divLoad{
opacity: 0;
}

#lblValidation 
{
  float: left;
  /*background: #b74e00;*/
  border-radius: 4px;
  min-height: 15px;
  padding: 5px;
  margin: 0;
  margin-left: 18px;
  color: #3f2626;
  font-size: 12px;
  display: block;
}
/*END OF CONTENT*/

/*ROOMS*/
.content_section_list{
padding: 0;
margin: 0;
list-style: none;
}

.content_section_list .content_section_list_image
{
  float: left;
  width: 190px;
  height: 130px;
  margin-right: 20px;
  border: 2px solid white;
  -moz-box-shadow: 0 0 4px #c6c6c6;
  -webkit-box-shadow: 0 0 4px #C6C6C6;
  box-shadow: 0 0 4px #C6C6C6;
}

.content_section_list .content_section_list_image span
{
  background: url('../images/img_holder_hover.png') no-repeat;
  position: absolute;
  width: 190px;
  height: 130px;
  display: block;
}

.content_section_list .content_section_list_image img
{
  width: 190px;
  height: 130px;
}

.content_section_list .content_section_list_text
{
  float: left;
  width: 580px;
}

.content_section_list .content_section_list_text .specs
{
  font-size: 12px;
}

.content_section_list .content_section_list_testimonials
{
  background: url('../images/quotes_symbol.png') left top no-repeat;
  padding-left: 35px;
}

.content_section_list .content_section_list_testimonials p
{
  margin: 0;
  padding: 0;
}

.content_section_list .content_section_list_testimonials .testimonee_info
{
  float: right;
  font-style: italic;
  text-align: right;
  color: #000056;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.content_section_list .content_section_list_testimonials .testimonee_img
{
  float: right;
  background: #999999;
  width: 40px;
  height: 40px;
  margin: -3px 0 0 10px;
  border: 2px solid white;
  -moz-box-shadow: 0 0 4px #c6c6c6;
  -webkit-box-shadow: 0 0 4px #C6C6C6;
  box-shadow: 0 0 4px #C6C6C6;
}


.more_details
{
  cursor: pointer; 
}

span.more_details:hover
{
  color: #000000;
}

.content_section_list_details 
{
  display: none; 
}

.content_section_list_details .content_section_list_details_top
{
  background: url('../images/header_bar.png') repeat-x;
  height: 40px; 
}

.content_section_list_details .content_section_list_details_text 
{
  padding: 20px 10px;
}

.content_section_list_details .content_section_list_details_text .content_section_list_details_text_left
{
  float: left;
  width: 260px;
  height: 440px;
  margin-right: 10px;
  padding: 5px 0 5px 0;
  /*border-right: 1px solid #c4c4c4;*/
}

.content_section_list_details_text_left ul
{
  margin: 0;
  padding-left: 20px;
}

.content_section_list_details_text_left ul li
{
  margin-bottom: 5px;
}

/*TABS*/
.contabmenu_horizontal_container 
{
  background: url('../images/button.jpg') repeat-x;
  height: 20px;
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 0px;
  box-shadow: 0px 1px 1px #8b8b8b;
  border-top: 1px solid #dadada;
  text-shadow: 0px 1px #ffffff;
  font-size: 13px;
}

.contabmenu_horizontal
{
  font-weight:normal;
	font-size: 12px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	margin: 0 2px 10px 2px;
	cursor: pointer;
	float: left;
  display: inline-table;
  height: 20px;
  position: relative;
}

.contabmenu_horizontal:hover, .contabmenu_horizontal_current
{
  border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #ffffff;
	box-shadow: inset 0px 1px 1px #8b8b8b;
}

div.contabmenu_horizontal_section
{
  /*display: block;*/
	/*box-shadow: 0px 0px 2px #afaeae;
	background:#FFFFFF;*/
	/*padding: 5px 5px;*/
	/*margin: 0px 0 10px 0;*/
	display: block;
	width: 260px;
	height: 400px;
	float: left;
}


/*END OF TABS*/

.content_section_list_details_text_left table
{
  margin: 0;
  padding: 0;
  border: 1px solid #cfcdcd;
}



.content_section_list_details_text_left table caption
{
  background: url('../images/button.jpg') repeat-x;
  height: 20px;
  /*background: #e1e1e1;*/
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 0px;
  /*border: 1px solid #cfcdcd;*/
  box-shadow: 0px 1px 3px #8b8b8b;
  border-top: 1px solid #dadada;
  text-shadow: 0px 1px #ffffff;
  font-size: 13px;
}

.content_section_list_details_text_left table .arrow{
float: left;
margin: 6px 5px 0 0;
width: 0;
height: 0;
border-right: 3px solid transparent;
border-top: 5px solid #868686;
border-left: 3px solid transparent;
}

.content_section_list_details_text_left table .arrow_right{
float: left;
margin: 6px 5px 0 0;
width: 0;
height: 0;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 5px solid #868686;
}

.content_section_list_details_text_left table tr td
{
  padding: 5px;
  background: #e1e1e1;
}

.content_section_list_details_text_left table tr .colLabel{
	background: #e1e1e1 !important; width: 260px;box-shadow: 0px 1px 3px #8b8b8b;
}

.content_section_list_details_text_left table tr .colContent_1{
	background: #f6f6f6 !important; width: 100%;
}

.content_section_list_details_text_left table tr td:last-child
{
  background: #ececec;
}

.content_section_list_details .content_section_list_details_text .content_section_list_details_text_right
{
  float: right;
  width: 598px;
  padding: 0;
  margin: 0 10px 0 0;
}

.room_tag
{ 
  /*background: #ffffff;*/
  float: left;
  margin: 3px 5px 0 3px;
  padding: 5px 10px;
  /*border: 1px solid #c4c4c4;
  border-radius: 3px;
  box-shadow: 1px 1px #ffffff;
  border-top: 1px solid #dadada;*/
  text-shadow: 0px 1px #ffffff;
}

.h_roomName
{
  float: left;
  font-family: "Candara",Segoe UI, Verdana, Lucida Sans Unicode;
  /*font-size: 30px;*/
  text-shadow: 0px 1px #ffffff;
  margin-right: 5px;
  line-height: 20px;
}

.h_roomClass
{
  float: left;
  /*font-size: 15px;*/
  text-shadow: 0px 1px #ffffff;
  margin-top: 3px;
}

.room_capacity{
	float: left;
	margin: 0 0 0 5px;
	border-radius: 3px;
	padding: 0 3px;
}

.room_capacity > div{
	float: left;
	padding: 3px 0 0 16px;
}


.room_adult,.room_children{
	background: url('../images/room_capacity.png') no-repeat;
	width: 16px;
	height: 18px;
	float: left;
	margin: 1px 0 0 -16px;
	position: absolute;
}

.room_children{
	background-position: -16px 0px;
	width: 12px;
	margin: 1px 0 0 -12px;
}

.slider_image 
{
  display: block;
  width: 598px;
	height: 440px;
	opacity: 0;
}

#popup_modal
{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1100;
  display: none;
}

.popup_modal_close 
{
  float: right;
  text-indent:-9999px; 
  width:26px; 
  height:26px; 
  background:url(../images/popup_close.png) center no-repeat;
  cursor: pointer;
  margin: 6px 6px 0 0;
}

.popup_modal_close:hover
{
  background:url(../images/popup_close_hover.png) center no-repeat;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

#popup_modal #popup_modal_content
{
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 1px 10px #323232;
  border: 1px solid #dfe0e1;
  position: fixed;
  top: 50%;
  left: 50%;
  /*padding: 20px;*/
  margin: 0; 
  width: 0;
  height: 0;
  z-index: 9998;
  overflow: hidden;  
  cursor: auto; 
}

#popup_modal #popup_modal_content .popup_modal_content_top 
{
  background: url('../images/header_bar.png') repeat-x;
  height: 40px; 
  z-index: 9999;
}

#popup_modal #popup_modal_content .content_section_list_details
{
  display: block;
}

#popup_modal #popup_modal_bg
{
  background: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1006;
  opacity: 0.6;
}

.popup_modal_bg
{
  background: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1006;
  opacity: 0.6;
}

.popup_modal_content_top_title{
	float: left;
	font-family: "Candara",Segoe UI, Verdana, Lucida Sans Unicode;
	text-shadow: 0px 1px #ffffff;
	margin: 6px 0 0 10px;
}

.popup_modal_small{
  position: fixed;
  z-index: 1000;
  
  background: #ffffff;
  border: 2px solid white;
  border-radius: 5px;
  -moz-box-shadow: 0 0 15px #a2a2a2;
  -webkit-box-shadow: 0 0 15px #a2a2a2;
  box-shadow: 0 0 15px #a2a2a2;
  margin: 20px 0 0 80px;
  padding: 0;
  
  display: none;
}

.popup_modal_small .caption{
  background: url('../images/button.jpg') repeat-x;
  text-align:center;
  height: 20px;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 0px;

  box-shadow: 0px 1px 3px #8b8b8b;
  border-top: 1px solid #dadada;
  text-shadow: 0px 1px #ffffff;
  font-size: 13px;
}

.popup_modal_small .close,.popup_modal_small .show{
  float: right;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  right: 12px;
  position: absolute;
  cursor: pointer;
}

.popup_modal_small .close{
  background: url('../images/content_hide.png');
}

.popup_modal_small .show{
  background: url('../images/content_show.png');
}
/*END OF ROOMS*/

/*IMAGE GALLERY*/
.content_section_content .content_section_image_gallery ul li
{
  float: left;
  margin: 5px;
  cursor: pointer;
  border: 2px solid white;
  -moz-box-shadow: 0 0 4px #c6c6c6;
  -webkit-box-shadow: 0 0 4px #C6C6C6;
  box-shadow: 0 0 4px #C6C6C6;
  width: 186px;
  height: 126px;
  overflow:hidden;
  line-height: 126px;
}

.preloader{
background: url('../images/loader.gif') no-repeat 50% 50%;
}

.content_section_content .content_section_image_gallery ul li span
{
  background: url('../images/img_holder_hover.png') no-repeat;
  position: absolute;
  width: 186px;
  height: 126px;
  display: block;
}

.content_section_content .content_section_image_gallery ul li img
{
  float: left;
  width: 186px;
  min-height: 126px;
  margin: auto;
  /*height: 126px;*/
  /*opacity: 0;*/
}

.content_section_content .content_section_image_gallery ul li em
{
  display: none;
}

#popup_modal .content_section_image_gallery ul
{
list-style: none;
padding: 0;
margin: 0;
}

#popup_modal .content_section_image_gallery ul li img
{
  max-height: 600px;
}

#popup_modal .content_section_image_gallery ul li em
{
  background: #000000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  display: block;
  color: #ffffff;
  padding: 10px;
  font-size: 13px;
  opacity: 0;
  bottom: 10px;
  left: -30px;
}

#popup_modal .content_section_image_gallery .left_nav, #popup_modal .content_section_image_gallery .right_nav
{
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: 0;
  -webkit-transition: all .3s ease;
  text-indent: -9999px;
}

#popup_modal .content_section_image_gallery .left_nav
{
  left: -30px;
}

#popup_modal .content_section_image_gallery .right_nav
{
  background-position: 100% 0;
  right: -30px;
}

#popup_modal .content_section_image_gallery:hover .left_nav
{
  opacity: 0.8;
	left: 5px;
}


#popup_modal .content_section_image_gallery:hover .right_nav
{
  opacity: 0.8;
	right: 5px;
}



/*END OF IMAGE GALLERY*/

/*FOOTER*/
#footer {
  background: url('../images/footer_bar.png') repeat-x;
  background-color: transparent;
  width: 100%;
  height: 50px;
  position:fixed;
  bottom: 0;
  z-index: 1003;
  opacity: 0.9;
  font-size: 12px;
}

#footer a
{
  text-decoration: none;
  color: #000000;
}

#footer #footer_left
{
  float: left;
  margin: 16px 0 0 20px; 
  text-align: left;
}

#footer #footer_right
{
  float: right;
  margin: 16px 20px 0 0; 
  text-align: right;
}
/*END OF FOOTER*/

/*Login Form*/

#login_button
{
  background: url('../images/login_key.png') repeat-x;
  display: block;
  width: 15px;
  height: 15px; 
  position: absolute;
  top: 11px;
  right: 5px;
  cursor: pointer;
}

#login_panel
{
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 6px 10px -2px #3f4143;
  border: 1px solid #b2b2b2;
  display: block;
  width: 300px;
  position: fixed;
  top: -300px;
  right: 20px;
  opacity: 0;
  z-index: 1001;
}

#login_panel #login_panelclose{
background: url('../images/popup_ads_close.png') 0 0;
float: right;
display: block;
width: 15px;
height: 15px;
cursor: pointer;
margin: 5px 5px 0 0;
}

#login_panel #login_panelclose:hover{
background-position: 15px 0;
}

#login_panel > #login_panel_top
{
  background: url('../images/header_bar.png') repeat-x;
  height: 40px; 
}

#login_panel > #login_panel_middle
{
  padding: 20px;
}

#login_panel > #login_panel_middle .input_text
{
  display: block;
  width: 245px;
}

#login_panel > #login_panel_middle a
{
  color: #565656;
}

/*END OF Login Form*/

/*MAP*/
.map_label{
  float: left;
  position:absolute;
  display: block;
  z-index: 999;
  background: #ffffff;
  border: 2px solid white;
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px #c6c6c6;
  -webkit-box-shadow: 0 0 4px #C6C6C6;
  box-shadow: 0 0 4px #C6C6C6;
  margin: 20px 0 0 80px;
  padding: 0;
  /*bottom: 30px;*/
}

.map_label ul{
  padding: 5px;
  margin: 0;
  list-style: none;
}

.map_label ul li{
  cursor: pointer;
  /*background: url('../images/button.jpg') repeat-x;*/
  /*height: 25px;*/
  /*border-radius: 3px;*/
  text-align: left;
  font-size: 12px;
  margin: 0 auto;
  padding: 3px 10px;
  cursor: pointer;
  /*box-shadow: 0px 1px 3px #8b8b8b;
  border-top: 1px solid #dadada;
  text-shadow: 0px 1px #ffffff;*/
}

.map_label ul li:hover{
  background: #ebeaea;
}

.map_label .arrow_right{
float: left;
margin: 6px 5px 0 0;
width: 0;
height: 0;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 5px solid #868686;
}

.map_label .caption
{
  background: url('../images/button.jpg') repeat-x;
  text-align:center;
  height: 20px;
  /*background: #e1e1e1;*/
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 0px;
  /*border: 1px solid #cfcdcd;*/
  box-shadow: 0px 1px 3px #8b8b8b;
  border-top: 1px solid #dadada;
  text-shadow: 0px 1px #ffffff;
  font-size: 13px;
}

.map_label img
{
  display: none;
}

.map_label .marker_distance
{
  display: none;
}

#map_canvas .marker_label, #map_canvas .marker_distance{
  display: block;
  text-align:center;
  background: #ffffff;
  border-radius: 3px;
  padding: 0;
  margin: 0;
}

#map_canvas .marker_label{
  margin-top: 5px;
  font-size: 14px;
}


#map_canvas .marker_distance{
  font-size: 12px;
  font-style:italic;
  margin: 3px 0 5px;
}


/*Website Links*/
#links_container{
position: fixed;
display:block;
right: 8px;
top: 45px;
}

.fb_like{
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.8);
padding: 5px;
margin: 0 0 5px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.fb-like{
float: right
}

.links {
/*background: #000000;*/
float: right;
display: block;
width: 30px;
height: 30px;
margin-right: 8px;
padding: 0;
}

.links_b{
/*background: #000000;*/
float: right;
display: block;
}

.links a{
position: absolute;
display: block;
width: 30px;
height: 30px;
}


/*ADS*/
.pop_ad {
background: #ffffff;
border-radius: 4px;
box-shadow: 0px 1px 3px #8b8b8b;
border-top: 1px solid #dadada;
position:fixed;
padding: 20px;
margin: 0;
display: none;
}

.pop_ad .pop_ad_close{
background: url('../images/popup_ads_close.png') 0 0;
float: right;
display: block;
width: 15px;
height: 15px;
cursor: pointer;
margin: -15px -15px 0 0;
}

.pop_ad .pop_ad_close:hover{
background-position: 15px 0;
}

.comment_form{
width: 100%;
}

.comment_form textarea
{
  width: 99% !important;
  /*height: 50px !important;*/
  min-height: 50px !important;
  max-width: none !important;
}

.loginfb{
background: url('../images/facebook-comment-button.png') 0 0 no-repeat;
width: 160px;
height: 23px;
color: #FFFFFF;
padding: 5px 0 0 0;
cursor: pointer;
box-shadow: 0px 1px 3px #8b8b8b;
border-top: 1px solid #dadada;
border-radius:4px;
text-align: center;
}

.logoutfb{
cursor: pointer;
color: #2f4c88;
}

.logoutfb:hover{
text-decoration: underline;
}

.loadingpage{
  background: rgba(0,0,0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  display: none;
}

.loadingpage span{
background: #ffffff url('../images/loader.gif') no-repeat 50% 50%;
position: fixed;
width: 50px;
height: 50px;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
border-radius: 5px;
box-shadow: 0px 1px 10px #323232;
border: 1px solid #dfe0e1;
z-index: 1201;
}

.loading{
background: #ffffff url('../images/loader.gif') no-repeat 50% 50%;
width: 50px;
height: 50px;
}

.hidden{
	height: 0!important;
	width: 100%!important;
	visibility: hidden;
}

table th{
font-family: Arial, Helvetica, sans-serif !important;
}

@media only screen and (max-width: 1140px) {

body {
	font-size: 12px;
}

#menu ul li a
{
  font-size: 11px;
  padding: 11px 5px;
}

#login_button{
/*display: none;*/
}

#footer {
  font-size: 11px;
}

}

#wel_ad_bg{ width: 100%; height: 100%; position: fixed; z-index: 100000; background: rgba(239, 158, 225, .7); display:none; }
#wel_ad{ width: 645px; height: 495px; background: url(../images/ad.png); margin: 100px auto; display: block; }
#closead{ float: right; background:url(../images/popup_close.png) center no-repeat; width: 26px; height: 26px; cursor: pointer; margin: 28px 28px 0 0;}
#closead:hover {
	background:url(../images/popup_close_hover.png) center no-repeat;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#wel_ad > a{ float: right; cursor: pointer; width: 75px; height: 80px; display: block; margin: 375px -17px 0 0; }

#promo_ad{ cursor:pointer; display: none;}
