<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BEGIN: General Layout */

.html_background,
.body_background 
{  
  width: 100%;
  min-width: 1280px;
}

.body_background 
{
  margin: 0;
  background: #464044 url('images/background.jpg') no-repeat center center fixed;
  background-size: cover;
}

.header1
{
  background-color: rgba(44, 44, 44, 1.0);
  top: 0px;
  width: 100%;
  height: 30px;
  padding-top: 10px;
  position: fixed;
  z-index: 10;
  color: white;
  text-align: right;
  font-size: 14px;
}

.header2
{
  position: fixed;
  top: 40px;
  width: 100%;
  height: 40px;
  background-color: rgba(44, 44, 44, 0.8);
  z-index: 10;
}

.logo
{
  position: fixed;
  left: 10px;
  top: 5px;
  z-index: 20;
}

.logo img {
  max-height: 70px;
}

.footer
{
  height: 60px;
  background-color: rgba(44, 44, 44, 0.8);
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
}

.lang_switcher
{
  display: block;
  float: right;
  margin: 5px 3px 0px 20px;
}

.lang_switcher a:link,
.lang_switcher a:active,
.lang_switcher a:visited,
.lang_switcher a:hover
{
  font-size: 14px;
  text-decoration: none;
  color: white;
}

.lang_switcher .lang_item
{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.lang_switcher .lang_item a:hover,
.lang_switcher .lang_item_active a:link,
.lang_switcher .lang_item_active a:active,
.lang_switcher .lang_item_active a:visited,
.lang_switcher .lang_item_active a:hover
{
  font-weight: bold;
}

.menu_area
{
  display: block;
  display: block;
  float: right;
  margin-top: 8px;
}

.t_menu_item .right
{
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid white;
}

.t_menu_item:last-child .right
{
  border-right: 0px;
}

.t_menu_item a:link,
.t_menu_item a:active,
.t_menu_item a:visited,
.t_menu_item a:hover
{
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  color: white;
  font-size: 16px;
}

.t_menu_item a:hover,
.menu_item_active a:link,
.menu_item_active a:active,
.menu_item_active a:visited,
.menu_item_active a:hover
{
  color: red;
}

.t_menu_container .menu_item_active a:link,
.t_menu_container .menu_item_active a:active,
.t_menu_container .menu_item_active a:visited,
.t_menu_container .menu_item_active a:hover
{
  font-weight: 500;
}

ul.popup_menu_container
{
  margin-top: 10px;
  width: 250px;
  -webkit-box-shadow: 5px 5px 10px #000000;
     -moz-box-shadow: 5px 5px 10px #000000;
          box-shadow: 5px 5px 10px #000000;
  background-color: rgba(44, 44, 44, 0.8);
  z-index: 10;
}

.popup_menu_item a:link,
.popup_menu_item a:active,
.popup_menu_item a:visited,
.popup_menu_item a:hover
{
  color: white;  
}

.popup_menu_item a:hover,
.popup_menu_item.menu_item_active a:link,
.popup_menu_item.menu_item_active a:active,
.popup_menu_item.menu_item_active a:visited,
.popup_menu_item.menu_item_active a:hover
{
  color: red;
}

.popup_menu_container .menu_item {
    padding: 2px 5px 5px 5px;
}

.popup_menu_container .menu_item .right {
    border-right: 0;
}

#lightbox_container {
  border: 5px solid #2c2c2c;
  border-radius: 5px;
}
.content_area
{
  width: 84%;
  max-width: 1360px;
  min-height: 300px;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 220px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.content_body,
.content_body textarea,
.content_body p,
.content_body li,
.content_body input,
.content_body select,
.content_body button,
.content_body td,
.content_body h3,
.content_body h1,
.content_body h2,
.content_body h3,
.content_body h4,
.content_body h5,
.content_body h6,
.content_body P,
.content_body TD,
.content_body a,
.content_body a:link,
.content_body a:active,
.content_body a:visited,
.content_body a:hover,

.content_area,
.content_area textarea,
.content_area p,
.content_area li,
.content_area input,
.content_area select,
.content_area button,
.content_area td,
.content_area h3,
.content_area h1,
.content_area h2,
.content_area h3,
.content_area h4,
.content_area h5,
.content_area h6,
.content_area P,
.content_area TD,
.content_area a,
.content_area a:link,
.content_area a:active,
.content_area a:visited,
.content_area a:hover
{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.content_body h1,
.content_body h2,
.content_body h3,
.content_body h5,

.content_area h1,
.content_area h2,
.content_area h3,
.content_area h5
{
  font-weight: 500;
}

/* END: General Layout */

/* BEGIN: Booking V4 */
   
.booking{
  width: 100%;
  padding: 2px;
  border:0px solid #FFFFFF;
}

.booking_error{
  color:red;
  font-size:18px;
  font-weight:bold;
  padding:3px;
  margin-bottom:10px;
}

.currency_select{
  border:1px solid #222;
  padding:0 0 0 3px;
  font-size: 18px;
}

#htl_begin_date1,
#htl_end_date1{
  height:21px;
  cursor:pointer;
  border:1px solid #222;
  font-size: 18px;
  width: 120px;
  text-align: center;
}

.coupon
{
  width: 150px;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
}

.coupon_input
{
  height:21px;
  border:1px solid #222;
  font-size: 18px;
  width: 150px;
  text-align: center;
}

#persons_count{
  width:50px;
  height:21px;
  text-align: center;
  border:1px solid #222;
  font-size: 18px;
}

.booking .dates_wrapper
{
}

.booking .dates_wrapper td{
  padding: 5px;
}

.booking .nights,
.booking .persons{
  padding-left:0 !important;
}

.booking.step_0 .nights,
.booking.step_1 .nights{
  display:none;    
}

td.new_search
{
}

.booking .new_search{
  display:none;
}

.booking.step_0 .new_search,
.booking.step_1 .new_search{
  display:block;
}

.booking .dates_wrapper .arrive_caption,
.booking .dates_wrapper .departure_caption{
  font-weight:bold;
}
.booking .dates_wrapper .arrive_date,
.booking .dates_wrapper .departure_date
{
  text-align: center;
}

.booking .dates_wrapper .nights{
  font-style:italic;
}

.booking .dates_wrapper .persons{
  font-style:italic;
  padding-left:10px;
}

.booking .explain_text,
.booking .payment_text{
  margin:10px 0;
}

.booking .booking_button{  
  cursor:pointer;
  background: white;
  border:1px solid #2c2c2c;
  color:#2c2c2c;
  padding:2px 7px;     
  font-size: 18px;
  transition: background-color 1s ease 0s;
  -webkit-appearance: none;
  border-radius: 0;
}

.booking .booking_button:link,
.booking .booking_button:active,
.booking .booking_button:visited{
  background:#201D1D;
}

.booking .room{
  padding:5px;
  margin-top:15px;
  margin-bottom:15px;
  background: white;  
  border:1px solid #222;
}

.booking .specofferbanner{
  padding:5px;
  margin-top:15px;
  background:#fff;  
  border:1px solid #222;
  cursor: pointer;
}

.booking .room .title{
  font-size:22px;
  font-weight:bold;
  padding-bottom:5px;
  background: white;
}

.booking .room_wrapper{
  width:100%;
}

.booking .room_wrapper td{
  vertical-align: top;
}

.booking .room_wrapper .thumb{
  width: 30%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right:15px;
  position: relative;
}

.booking .room_wrapper .sign_picture
{
  position: absolute;
  top: 0px;
  left: 0px;
}

.booking .room_wrapper .room-thumb
{
  width: 300px;
}

.booking .description{
  background: white;
}

.booking .extra_charge{
  font-style:italic;
}

.booking .room_wrapper .additional_services_list{
  margin:10px 0 0 10px;
  padding:0;
  list-style-type: circle;	
}

.booking .room_wrapper .additional_services_list .title{
	font-size:24px;
}

.booking .prices_wrapper{
  width: 400px;
  padding-top:5px;
}

.booking .spec_offer_persons li{
margin-bottom: 5px;
}

.booking .specoffer_wrapper{
  width:250px;
  padding-top:5px;
  padding-left:10px;
}

.booking .prices_wrapper .average_price{
  width: 350px;
  background: white;
  padding:10px;
  border:1px solid #201D1D;
  font-style:italic;  
  text-align:left;
}

.booking .prices_wrapper .average_price .text{
  text-align:left;
  white-space: normal;
}

.booking .unavailable_dates{
  list-style:none;
  padding:0;
  margin:0;
}

.booking .unavailable_dates li{
  text-align:left;
  margin-bottom:10px;
}

.booking .unavailable_dates .text{
  width:350px;
  margin-top:10px;
  margin-left:-50px;
  background:#cccccc;
  padding:10px;
  border:1px solid #201D1D;
  font-style:italic;  
  text-align:left;
}

.booking .prices_wrapper td{
  vertical-align: middle;
}

.booking .room_select_persons .select_person_table{
  width:auto;
}

.booking .room_select_persons .select_person_radiobutton,
.booking .room_select_persons .select_person_radiobutton_empty{
  width:18px;  
}

.booking .room_select_persons .persons_select{
  padding-left:10px;
  width: 70px;
}

.booking .room_select_persons .prices_wrapper{
  width:auto;
}
.booking .prices_wrapper .price_sign{
  width:45px;
}
.booking .prices_wrapper .price{
  width:90px;
  padding:6px 0 6px 0px;
  text-align:right;
  border-bottom:1px dashed #ccc;    
  white-space: nowrap;
}

.booking .prices_wrapper img{
  vertical-align: middle;
  background-color: 
}

.booking .prices_wrapper .price_adult .price_sign{
  background:url('images/prices/man.png') no-repeat right center;
}

.booking .prices_wrapper .price_adult.apartment_fixed .price_sign{
  background:url('images/prices/home.png') no-repeat right center;
}

.booking .prices_wrapper .price_adult2 .price_sign{
  background:url('images/prices/man2.png') no-repeat right center;
}
.booking .prices_wrapper .price_adult3 .price_sign{
  background:url('images/prices/man3.png') no-repeat right center;
}
.booking .prices_wrapper .price_adult4 .price_sign{
  background:url('images/prices/man4.png') no-repeat right center;
}
.booking .prices_wrapper .price_adult_child .price_sign{
  background:url('images/prices/man_child.png') no-repeat right center;
}
.booking .prices_wrapper .price_adult_child2 .price_sign{
  background:url('images/prices/man_child.png') no-repeat right center;
}
.booking .prices_wrapper .price_adult_child3 .price_sign{
  background:url('images/prices/man_child.png') no-repeat right center;
}
.booking .prices_wrapper .price_adult_child4 .price_sign{
  background:url('images/prices/man_child.png') no-repeat right center;
}
.booking .prices_wrapper .price_child .price_sign{
  background:url('images/prices/child.png') no-repeat right center;
}
.booking .prices_wrapper .price_child2 .price_sign{
  background:url('images/prices/child2.png') no-repeat right center;
}
.booking .prices_wrapper .price_add_adult .price_sign{
  background:url('images/prices/add_adult.png') no-repeat right center;
}
.booking .prices_wrapper .price_add_child .price_sign{
  background:url('images/prices/add_child.png') no-repeat right center;
}
.booking .prices_wrapper .price_add_child2 .price_sign{
  background:url('images/prices/add_child.png') no-repeat right center;
}
.booking .prices_wrapper .price_add_child3 .price_sign{
  background:url('images/prices/add_child.png') no-repeat right center;
}
.booking .prices_wrapper .price_add_child4 .price_sign{
  background:url('images/prices/add_child.png') no-repeat right center;
}

.booking .prices_wrapper .price_adult.apartment_fixed .price_sign{
  background:url('images/prices/home.png') no-repeat right center;
}

.booking .prices_wrapper .price_adult.room_fixed .price_sign{
  background:url('images/prices/room.png') no-repeat right center;
}


.booking .room_wrapper .room_booking{
  vertical-align: middle;
  text-align:right;  
}

.booking .room_wrapper .room_booking div{
  padding:5px 20px;
}

select.service_option
{
  border:1px solid #222;
}

.booking .room_wrapper .room_booking select{
  width:100px;
  border:1px solid #222;
}

.booking .room_wrapper .room_select_persons ul{
  list-style: none;
  margin:0;
  padding:0;
}

.booking .room_wrapper .room_select_persons select{
  border:1px solid #222;
  padding-left:5px;
  font-size: 18px;
}

.booking.step_3 .additional_services{
  border:1px solid #222;
  padding:5px;
  background: white;
  margin-bottom:10px;
}

.booking .services_list{
  margin:0;
  padding:0;
  list-style: none;
}

.booking .services_list li{
  margin:0 0 20px 0;
}

.booking .services_list .title{
  font-weight:bold;
  font-style:normal;
  padding:5px 0;
}

.booking .services_list .caption{
  font-style:italic;
  padding-bottom:5px;
}


.booking .services_list .persons_count input{
  width:40px;
}

.booking .total_price_per_room,
.booking .total_price{
  text-align:right;
}

.booking .total_price_per_room{
  font-size:24px;
}

.booking .guest_name_field{
  padding-top:15px;
	padding-bottom:5px;
}

.booking .guest_names .guest_name_caption{
  font-weight:normal; 
	padding-top:15px;
	padding-bottom:5px;
	padding-left:10px;
}

.booking .guest_names input{
  width:350px;
	border:1px solid #222;
  font-size: 18px;
}

.booking .guest_names .guest_name_years_old{
  padding-left:10px;
	padding-top:15px;
	padding-bottom:5px;
}

.booking .guest_names .child_years_old{
  width:35px;
	border: 1px solid #222222;
  height: 26px;
}

.booking .buttons{
  text-align:right;
}

.booking .book_form td{
  padding:20px;
}


.booking .book_form .form_control{
  margin-bottom:10px;
}

.booking .book_form .form_element .text_field,
.booking .book_form .form_element .textarea_field,
.booking .book_form .form_element select,
.booking .book_form .form_element .select_field{
  border:1px solid #222;
  width:320px;
  font-size: 16px;
}

.booking .book_form .form_element .text_field{
  height:22px
}

.booking .book_form .form_element .select_field{
  height:26px
}

.booking .book_form .form_element .textarea_field{
  height:150px;
}

.booking .book_form .payment_form_wrapper{
  padding:5px;
  border:1px solid #222;
  background:#fff;
  margin-bottom:20px;
}

.booking .book_form .payment_form_wrapper .dates select{
	width:70px;
}

.booking .explain_text{
  padding-top:10px;
  border-top:1px solid #222;
}

.booking .book_form .payment_text{
  padding-top:10px;
  border-top:1px solid #222;
}

.average_price_details_wrapper{
  margin-top:10px;
}
.average_price_details_wrapper .date{
  padding-right:15px;
  padding-bottom:5px;  
  padding-top:5px;  
}

.average_price_details_wrapper .price{
  padding-left:15px;
  padding-bottom:5px;  
  padding-top:5px;  
}

#average_price_details_container tr td{
  padding-bottom:5px;  
  padding-top:5px;  
  border-bottom:1px dashed #ccc;
}

#average_price_details_container{
  position:absolute;
  border:4px solid #525252;
  padding:15px;
  background-color: white;
  max-width: 600px;
  max-height: 500px;
  overflow: auto;
  }
#close_average_price_details_container{  
	font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  color:black;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 15px;
  padding-top: 5px;
  }
.content_body a#close_average_price_details_container:link,
.content_body a#close_average_price_details_container:active,
.content_body a#close_average_price_details_container:visited{
  position:absolute;
  left:100%;
  top:-7px;
  margin-left:-15px;
  font-style:normal;
  font-weight:bolder;
	font-family: sans-serif;
  font-size: 20px;
  color:red;
  text-decoration:none;
  }
.content_body a#close_average_price_details_container:hover{
  font-style:normal;
  font-weight:bolder;
	font-family: sans-serif;
  font-size: 20px;
  color:black;
  text-decoration:none;
  }

#htl_details_lightbox_overlay{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
  
.content_body .promo_options td
{
  padding: 3px;
}

p.options_warn 
{
  color: maroon;
  font-weight: bold;
  font-size: 80%;
}

.content_body .room_price  td
{
  white-space: nowrap;
}

.content_body .room_price  td.price_age
{
  width: 230px;
}

.content_body .room_price  td.price
{
  text-align: right;
  padding-left: 8px;
  width: 160px;
}

.content_body .booking_form_wrapper td
{
  vertical-align: top;
}
table.room_type_filter,
table.spec_offer_filter
{
  border-collapse: collapse;
}

table.room_type_filter td,
table.spec_offer_filter td
{
  padding: 5px;
  vertical-align: top;
}

.not_available_flag td
{
  vertical-align: top;
}

td.filter_field_caption
{
  padding-right: 15px;
  font-style: italic;
}

.spec_offer_filter select
{
  width:200px;
  border:1px solid #222;
  font-size: 18px;
}

#room_filter
{
  width: 350px;
}

#search_booking_form td
{
  padding: 2px 4px 2px 4px;
  color: white;
  font-size: 15px;
}

#search_booking_form input[type=text]
{
  width: 130px;
}

#search_booking_form input[type=text],
#search_booking_form select
{
  font-size: 17px;
}

#htl_book_button
{
	margin-left:5px;
	cursor:pointer;
  background:#FA0000;
  color: white;
  font-weight:bold;
  font-size: 18px;
  height: 50px;
  border: 2px outset #FA0000;
  border-radius: 6px;
  
}

#htl_search_button{	
  cursor:pointer;
  height: 36px;
  background: none repeat scroll 0 0 #7A7A7A;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 18px;
}

.room_booking input{
  border:1px solid #222;
  font-size: 16px;
}


.form_area .form_element_from_date,
.form_area .form_element_to_date
{
  width: 210px;
}

td.form-title
{
  font-weight: bold;
}

/* END: Booking V4 */


/* BEGIN: Price lists */

.content_body .currency{
	text-align:center;
  margin-bottom: 7px;
}

.content_body .currency .title{
	margin-right:5px;
	font-weight:bold;
}

.content_body .room_tbl td{
  border:1px solid #fff;
  padding: 4px;
}

.content_body .room_tbl thead td{
 background: #2c2c2c;
}

.content_body .room_tbl tbody td{
	background: #ebeaea; 
}

.content_body .room_tbl .price_wrap{
	vertical-align:middle;
	text-align:center;
}

.content_body .room_tbl td.price-name,
.content_body .room_tbl td.season_caption{
  background: #2c2c2c;
	color:white !important;
}

.content_body .room_tbl td p.caption,
.content_body .room_tbl td p.period{
	color:white !important;
}

.content_body .room_tbl td.price-name h1{
	color:white !important;
}

/* END: Price lists */

/* BEGIN: Rate Plans  */

.rate_comment
{
  color: red;
  font-size: 16px;
}

.room_discount_comment
{
  color: red;
  font-size: 16px;
}

.plan_block_caption
{
  margin-top: 4px;
  border: 1px solid gray;
  cursor: pointer;
}

.plan_block_caption table
{
  width: 100%;
}

.plan_block_caption td
{
  padding: 4px;
  font-weight: bold;
  font-size: 12px;
}

.plan_block_caption td:nth-child(1)
{
  width: 22px;
}

.plan_block_caption td:nth-child(2)
{
  text-align: left;
}

.plan_block_caption td:nth-child(3)
{
  white-space: nowrap;
  width: 1%;
  text-align: right;
  position: relative;
}

.plus_promo
{
  color: red;
  font-weight: bold;
  font-size: 18px;
}

.promo_comment
{
  display: none;
  border: 1px solid gray;
  position: absolute;
  font-weight: normal;
  top: 30px;
  right: 0px;
  width: 250px;
  font-size: 12px;
  text-align: left;
  padding: 5px;
  background-color: white;
  z-index: 3000;
  white-space: normal;
  -webkit-box-shadow: 5px 5px 10px #000000;
     -moz-box-shadow: 5px 5px 10px #000000;
          box-shadow: 5px 5px 10px #000000;
}

.promo_comment_close
{
  position: absolute;
  font-weight: bold;
  color: red;
  position: absolute;
  top: 0px;
  right: 3px;
  cursor: pointer;
}

.toggle_plan_details
{
  width: 20px;
  background: #eeeeee url('images/plus.png') no-repeat right center;
}

.plan_block_caption_opened
{
  background: #eeeeee url('images/minus.png') no-repeat right center;
}

.plan_block
{
  border: 1px solid gray;
  border-top: 0px;
  padding: 3px;
}

/* END: Rate Plans  */

/* BEGIN: Room Book */

#htl_book_button_roomb
{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:5px;
	cursor:pointer;
  background:#00214F;
  border:1px solid #fff;
  color:#fff;
  font-weight:bold;
  padding:2px 7px;
  
} 

#search_room_booking_form
{
  background-color: #1887BE;
  border: 1px solid black;
}

#search_room_booking_form td{
  padding:5px;
	color:#fff;
}

#search_room_booking_form input{
  width:90px;
  border:1px solid #222;
  background:#f2f2f2;
  cursor:pointer;
}

#search_room_booking_form select{
  width:90px;
  border:1px solid #222;
}

.room_booking input{
  border:1px solid #222;
}

#search_room_booking_form a:link,
#search_room_booking_form a:active,
#search_room_booking_form a:visited
{
	color:#fff;
}

/* END: Room Book */

/* BEGIN: Booking V5 */

.loading
{
  background: transparent url('images/loading-bar.gif') no-repeat center center;
}

.float_left_wrapper
{
  float: left;
}

.float_right_wrapper
{
  float: right;
}

.calender .day
{
  cursor: pointer;
}

.calender .past_day,
.calendar_legend .past_day 
{
  background:#C1C1C1;
  color: white;
}
.calendar_legend .past_day {
  margin-right: 3px;
}

.calender .no_rooms,
.calendar_legend .no_rooms {
  background:#B54137;
}
.calendar_legend .no_rooms {
  margin-right: 3px;
}

.calender .no_rooms_departure,
.calendar_legend .no_rooms_departure {
  background:#FCF49A;
}
.calendar_legend .no_rooms_departure {
  margin-right: 3px;
}

.calender .rooms_available_no_arr_depart,
.calendar_legend .rooms_available_no_arr_depart {
  background:#00477F;
}
.calendar_legend .rooms_available_no_arr_depart {
  margin-right: 3px;
}

.calender .rooms_available,
.calendar_legend .rooms_available {
  background:#2CCE71;
}
.calendar_legend .rooms_available {
  margin-right: 3px;
}

.calender .room_neutral
{
  background:white;
  color: black;
  border: 1px solid #DDDDDD;
}

.calender .rooms_available_no_arrival,
.calendar_legend .rooms_available_no_arrival {
  background:#4A8ACC;
  color: black;
}

.calender .rooms_available_no_arrival:hover
{
  background:#4A8ACC;
  color: black;
  opacity: 0.7;
}

.calendar_legend .rooms_available_no_arrival {
  margin-right: 3px;
}

.calender .rooms_available_no_departure,
.calendar_legend .rooms_available_no_departure {
  background:#B848FF;
  color: black;
}

.calender .rooms_available_no_departure:hover
{
  background:#B848FF;
  color: black;
  opacity: 0.7;
}

.calendar_legend .rooms_available_no_departure {
  margin-right: 3px;
}

.calender .today
{
  border: 2px solid orange;
}

.calender .day:hover,
.calender .selected_day
{
  background:#2A2A2A;
  color: white;
}

.calender .stay_day
{
  background:#545353;
  color: white;
}

#calender_area
{
  margin-top: 20px;  
}

.loading #calender_area
{
  opacity: 0.4;
}

#calender_body
{
  width: 600px;
  vertical-align: top;
  text-align: center;
}

#calender_body,
#legends
{
  padding: 20px 20px 20px 20px;  
}

#legends
{
  border-left: 2px solid #eeeeee;
  vertical-align: top;
}

.calendar_legend
{
  margin-top: 123px;
}

.calender_popup .calendar_legend
{
  margin-top: 98px;
}

.calendar_legend .item
{
  width: 35px;
  height: 35px;
}

.calendar_legend td:nth-child(2)
{
  padding-left: 10px;
  font-size: 14px;
}

.calender_table
{
  background-color: white;
  opacity: 1.0;
  width: 1040px;
  height: 420px;
  margin-bottom: 10px;
}

.calender
{
  float: left;
}

.month_table
{
  border-collapse: separate;
}

.calender td
{
  width: 35px;
  height: 35px;
  font-size: 18px;
  text-align: center;
}

.from_calender
{
  margin-right: 20px;
}

.time_flexible
{
  margin-bottom: 10px;
}

.calendar_legend td
{
  font-size: 16px;
}

#room_name_filter,
#room_category_filter
{
  width: 1040px;
  font-size: 18px;
  display: block;
  margin-top: 0px;
  background-color: white;
}

#room_name_filter,
#room_category_filter
 {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  border:2px solid #cccccc;
  cursor: pointer;
  border-radius: 0;
}

#room_name_filter:hover,
#room_category_filter:hover
{
  border:2px solid #2c2c2c;
}

/* For IE10 */
#room_name_filter::-ms-expand,
#room_category_filter::-ms-expand
 {
  display: none;
}

#begin_date_display:hover,
#end_date_display:hover,
#begin_date_display.field_active,
#end_date_display.field_active
{
  border: 2px solid #2c2c2c;
}

.calender_popup
{
  width: 1040px;
  height: 370px;
  position: absolute;
  bottom: 50px;
  display: none;
  z-index: 100;
  -webkit-box-shadow: 5px 5px 10px #000000;
     -moz-box-shadow: 5px 5px 10px #000000;
          box-shadow: 5px 5px 10px #000000;
}

.calender_popup #calender_body,
.calender_popup #legends
{
  padding: 3px 20px 20px 20px;  
}

.calender_popup .calender_table
{
  height: 370px;
}

.close_calender_popup
{
  position: absolute;
  right: 5px;
  width: 20px;
  height: 40px;
  cursor: pointer;
}

.adv_date_panel_area #room_name_filter,
.adv_date_panel_area #room_category_filter
{
  border: 2px solid #cccccc;
  width: 200px;
  font-size: 16px;
  padding: 1px 3px 1px 3px;
}

@supports (-webkit-overflow-scrolling: touch) {
  .adv_date_panel_area #room_name_filter,
  .adv_date_panel_area #room_category_filter
  {
    font-size: 18px;
  }
}

.adv_date_panel_area #room_name_filter:hover,
.adv_date_panel_area #room_category_filter:hover
{
  border: 2px solid #2c2c2c;
}

#coupon
{
  margin-top: 0px;
  border: 2px solid #cccccc;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  width: 175px;
  display: block;
  padding: 1px 3px 1px 3px;
  -webkit-appearance: none;
  border-radius: 0;
}

#coupon:hover
{
  border: 2px solid #2c2c2c;
}

.coupon_text
{
  font-size: 18px;
  height: 24px;
  padding: 4px 5px 2px 0px;
}

.adv_date_panel_area
{
  position: relative;
}

.adv_date_panel_area .float_left_wrapper
{
  margin: 0px 7px 10px 0px;
}

.adv_date_panel_area hr
{
  margin-top: 2px;
}

.adv_date_panel_area .calender_popup
{
  top: 33px;
}

.adv_date_panel_area #begin_date_display,
.adv_date_panel_area #end_date_display
{
  padding: 1px 3px 1px 25px;
  background: white url('images/calender.png') no-repeat left center;
  border: 2px solid #cccccc;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
}

.adv_date_panel_area #begin_date_display:hover,
.adv_date_panel_area #end_date_display:hover,
.adv_date_panel_area #begin_date_display.field_active,
.adv_date_panel_area #end_date_display.field_active
{
  border: 2px solid #2c2c2c;
}

.adv_date_panel_area .time_flexible td
{
  font-size: 16px;
}

.adv_date_panel_area #begin_date_display.field_inactive:hover,
.adv_date_panel_area #end_date_display.field_inactive:hover,
.adv_date_panel_area #spec_persons_count.field_inactive:hover,
.adv_date_panel_area #begin_date_display.field_inactive,
.adv_date_panel_area #end_date_display.field_inactive,
.adv_date_panel_area #spec_persons_count.field_inactive
{
  border: 2px solid transparent;
  cursor: default;
  background-color: transparent;
}

.more_info_button
{
  height: 26px;
  border: 1px solid gray;
  -webkit-appearance: none;
  border-radius: 0;
}

.search_button,
.back_button,
.new_search_button
{
  margin-top: 0px;
  background-color: white;
  border: 2px solid #cccccc;
  padding: 1px 25px 1px 25px;
  font-size: 18px;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
}

.search_button:hover,
.back_button:hover,
.new_search_button:hover
{
  border: 2px solid maroon;
  background-color: maroon;
  color: white;
}

#specoffers_button
{
  display: block;
  background-color: white;
  border: 1px solid #cccccc;
  padding: 3px 3px 3px 3px;
  cursor: pointer;
  text-align: left;
  margin-top: 15px;
}

#specoffers_button:hover
{
  background-color:#eeeeee;
  border: 1px solid #2c2c2c;
}

#persons_selector
{
  border: 5px solid white;
  top: 32px;
  left: 0px;
  position: absolute;
  display: none;
  width: 300px;
  font-size: 18px;
  background-color: white;
  z-index: 100;
  -webkit-box-shadow: 5px 5px 10px #000000;
     -moz-box-shadow: 5px 5px 10px #000000;
          box-shadow: 5px 5px 10px #000000;
}

#persons_selector td
{
  font-size: 16px;
  padding: 2px;
  vertical-align: top;
}

.adv_date_panel_area #spec_persons_count
{
  margin-top: 0px;
  padding: 1px 3px 1px 25px;
  background: white url('images/adult.png') no-repeat left center;
  border: 2px solid #cccccc;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  display: block;
  width: 150px;
  -webkit-appearance: none;
  border-radius: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
  .adv_date_panel_area #spec_persons_count
  {
    font-size: 18px;
  }
}

.adv_date_panel_area .persons_wrapper
{
  position: relative;
}

.adv_date_panel_area .persons_count
{
  padding: 1px 3px 1px 25px;
  background: transparent url('images/persons.png') no-repeat left center;
  border: 2px solid #cccccc;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
}

.adv_date_panel_area #spec_persons_count:hover,
.adv_date_panel_area #spec_persons_count.field_active
{
  border: 2px solid #2c2c2c;
}

/* END: Booking V5 */


/* Begin LOGIN MENU */

.login_area
{
  position: relative;
  margin-top: 40px;
  margin-right: 10px;
  transition: all 0.5s ease-out;
}

.login_area .login_button
{
  display: block;
  position: absolute;	
  top: 15px;
  padding:4px 14px 6px 14px;	
  right: 5px;	
  text-align:center;
  background-color: maroon;
  color: white;
  border-radius: 5px;
}

.login_area .login_button img
{
  vertical-align: top;
}

.login_area .login_button:link,
.login_area .login_button:active,
.login_area .login_button:visited
{	
  font-size: 16px;
  font-weight: 300;
  color:#fff;
  text-decoration:none;
  padding-top: 6px;
}

.login_area .login_button:hover
{
  background: maroon;
  transition: all .3s ease-out;

}

.login_area .welcome
{
  display:block;
  position:absolute;	
  top: 20px;
  padding:4px 14px 6px 14px;	
  width: 250px;
  right: 250px;	
  text-align:center;
  background: #999;  
  background: -moz-linear-gradient(top, #2c2c2c, #4a4b4c);    
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,maroon), color-stop(100%,maroon));    
  background: -webkit-linear-gradient(top, #2c2c2c, #4a4b4c);
  background: -o-linear-gradient(top, #2c2c2c, #4a4b4c);
  background: -ms-linear-gradient(top, #2c2c2c, #4a4b4c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#4a4b4c');
  background: linear-gradient(top, #2c2c2c, #4a4b4c);
  -webkit-background-clip: boder-box;
  -moz-background-clip: boder;
  background-clip: boder-box;
  -webkit-background-origin: boder-box;
  -moz-background-origin: boder;
  background-origin: boder-box;
  -webkit-box-shadow: 0px 0px 5px #4a4b4c;
  -moz-box-shadow: 0px 0px 5px #4a4b4c;
  box-shadow: 0px 0px 5px #4a4b4c;
}

.login_area .welcome .form_area_sys_login
{
  width:100%;
}

.login_area .welcome .form_area_sys_login .form_element_padding
{
  text-align:center;
  padding:2px;
}

.login_area .welcome .form_area_sys_login .form_success_msg
{
  color:#fff;
  text-shadow:1px 1px 0px #999;
  vertical-align: middle;
}

.login_area .welcome .form_area_sys_login .logout_button
{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.form_area .form_button
{
  width: auto;
  background-color: maroon;
  padding: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  transition: all .3s ease-out;
  position: relative;
}

.form_sys_login2 .form_button
{
  width: 225px;
  background-color: maroon;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  transition: all .3s ease-out;
  bottom: 25px;
  position: absolute;
}

.form_area .form_button:hover
{
  background-color: #2c2c2c;
  transition: all .3s ease-out;
}

.form_area .form_success_msg
{
  font-size: 14px;
}

.form_area .form_element
{
  font-family: 'Raleway', sans-serif !important;
}

.login_box
{
	display:none;
	position:fixed;
        height: 250px;
	top: 35%;
        left: 25%;
	z-index: 299999;
	width: auto;
	background:#eee;
	background: -moz-linear-gradient(top, #eee, #cccccc);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#cccccc));    
  background: -webkit-linear-gradient(top, #eee, #cccccc);
  background: -o-linear-gradient(top, #eee, #cccccc);
  background: -ms-linear-gradient(top, #eee, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
  border:1px solid #999999;
  -webkit-box-shadow: 0px 0px 10px #999999;
  -moz-box-shadow: 0px 0px 10px #999999;
  box-shadow: 0px 0px 10px #999999;
}



.login_box .form_element_padding
{
  padding:7px;
  vertical-align:middle;
}

.login_box .form_caption,
.login_box .form_close_button
{
  background: maroon;
  color: white;
  font-family: 'Raleway', sans-serif !important;
}

.login_box .form_close_button
{
   text-align:right;
   float: right;
}

.login_box .form_close_button .close_lightbox:link,
.login_box .form_close_button .close_lightbox:active,
.login_box .form_close_button .close_lightbox:visited
{
  font-family: 'Raleway', sans-serif;
  font-size:16px;
  color:#e5e5e5;
  text-shadow:1px 1px 0px #999;	
}

.login_box .form_area_sys_login
{
  width: 550px;
}

.close_lightbox
{
   float: right;
   position: relative;
   width: 20px;
}

.close_lightbox img
{
   float: right;
   position: relative;
}

.login_box .form_close_button .close_lightbox:hover
{
  color:#fff;
  text-decoration:none;
}

.login_box .form_error_msg
{
  color:#b51423;
}

.login_box .form_element_caption
{
  width: 110px;
}

.login_box .form_element
{
  width: 96%;
  height:20px;
  border:1px solid #ccc;
  color:#022640;
  background:#fff;
  text-align: left;
}

.login_box .close_lightbox
{
  float: right;
  cursor: pointer;
}

.login_box .form_element:focus
{
  outline:none;
}

.login_box #sys_login_automatic_login
{
  cursor:pointer;
}

.sys_login_text
{
  margin-left: 5px;
}

.sys_login_text a:link,
.sys_login_text a:active,
.sys_login_text a:visited
{	
  font-size: 16px;
  color: black;
  font-weight: 300;
  text-decoration: underline;
}

.login_box .form_buttons_area
{
  text-align:right;
}

.login_box .form_button
{
  padding:3px 15px;
  background: maroon;
  border:none;
  color:#e5e5e5;
}

.form_area .form_element_caption, .form_area .form_comment_msg
{
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px  !important;
}

.form_element_padding form_caption img
{
  float: right;
}

.form_option_caption
{
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px !important;
}

.form_area .form_option_caption
{
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px !important;
}

.form_element_padding form_element_caption form_element_caption_automatic_automatic_login
{
  font-family: 'Raleway', sans-serif !important;
}

.form_element_padding
{
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px  !important;
}

.form_area .form_element_padding
{
  padding: 7px 4px 4px 4px;
}

/* Ende LOGIN MENU */
</pre></body></html>