.clear {
    *zoom: 1;
    clear: both;
}

.clear:before, .clear:after {
    content: "";
    display: table;
    line-height: 0;
}

.clear:after {
    clear: both;
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

img {
	-webkit-user-drag: none;
    user-drag: none;
}

#left_col .left_side_wrapper .box_internal .tripadvisor {
	float: right;
	clear: both;
	margin: 25px 89px 15px 15px;
}

.logo {
	margin: 5px auto;
	left: 0;
	text-align: center;
}

#header.home .logo {
    margin: 10px 10px 95px 10px;
}

#home_highlights .box h3 {
	color: #8c8061;
}

#home_highlights .box .content {
	color: #000;
	line-height: 24px;
}

#home_highlights .box .content a {
	color: #b99122;
}

#top_menu ul.menu li a, #top_menu ul.menu li a:link, #top_menu ul.menu li a:active, #top_menu ul.menu li a:visited {
	color: #fff;
	font-size: 15px;
}

#top_menu ul.menu li:hover {
	background: #000;
	color: #FFF;
}

#top_menu ul.menu li.current_page_item a, #top_menu ul.menu li.current-page-ancestor a {
	color: #fff;
}

#top_menu ul.menu {
    width: 339px;
    height: auto;
    padding: 25px 10px 0px 0px;
    margin: 0px;
    overflow: hidden;
}

#top_menu {
    width: 339px;
    height: auto;
    padding: 0px;
    float: right;
}

#top_menu ul.menu li {
    margin: 0px;
    height: 40px;
    line-height: 43px;
    width: 100%;
    display: block;
    padding: 0px 10px 0px 0px;
    text-align: center;
	float: none;
}

.body p, .body ul {
	color: #000;
	line-height: 24px;
}

.body p strong {
	color: #8C8061;
	line-height: 24px;
}

.article h2 {
	color: #000;
}

.left_side_wrapper .box_internal {
	background-color: #b99122;
}

#bf_wrapp .bf_box .bookingform h2 {
	background-color: #000;
  	background-image: none;
  	color: #FFF;
	font-size: 16px;
}

#brothers ul li a {
	color: #8C8061;
	text-decoration: none;
}

#brothers ul li a:hover {
  	color: #B99122;
}

#brothers ul li.current a {
	color: #B99122;
  	text-decoration: underline;
}

#rooms .box .content h3 {
	color: #000;
  	text-decoration: none;
}
#rooms .box .content a.more {
	color: #B99122;
  	text-decoration: none;
}

#rooms .box .content a.more:hover {
	color: #B99122;
}

table#contactus {

}

table#contactus td {
	padding: 5px 10px 5px 0;
  	color: #8C8061;
  	line-height: 20px;
}

table#contactus td a {
  	color: #B99122;
  	text-decoration: none;
}

#bf_submit {
	background-image: none;
	background: #000;
	color: #FFF;
	-webkit-box-shadow: 0 1px 2px #CD7D00;
	-moz-box-shadow: 0 1px 2px #CD7D00;
	opacity: 0.85;
	height: 39px;
	font-size: 17px;
	line-height: 0px;
}

#bf_submit:hover {
	opacity: 1;
}

.quick-search-cancel {
	display: inline-block;
  	margin: 0 0 0 20px;
  	width: 140px;
  	line-height: 42px;
}

.quick-search-cancel:hover {
	color: #b99122;
}

#ui-datepicker-div {
	border-radius: 0px;
  	border-color: #CDC8C8;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {

}

.ui-datepicker .ui-datepicker-header {
  	background: none !important;
  	border: medium none !important;
  	border-radius: 0 !important;
  	height: 40px !important;
  	line-height: 40px !important;
  	padding: 0 !important;
}

.ui-datepicker .ui-datepicker-prev {
	display: block;
  	left: 2px;
  	width: 23px;
  	height: 31px;
}

.ui-datepicker .ui-datepicker-next {
	display: block;
  	right: 2px;
  	width: 23px;
  	height: 31px;
}

.ui-widget-header .ui-state-hover {
	top: 2px;
	border: 0;
  	background-image: none;
  	background-color: #ebebeb;
  	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span {
	top: initial;
  	left: initial;
  	margin: 0;
  	background: url("../images/arrows.png") no-repeat scroll -8px -4px rgba(0, 0, 0, 0)!important;
  	width: 23px;
  	height: 31px;
}

.ui-datepicker .ui-datepicker-next span {
	top: initial;
  	left: initial;
  	margin: 0;
  	background: url("../images/arrows.png") no-repeat scroll -50px -4px rgba(0, 0, 0, 0) !important;
	width: 23px;
  	height: 31px;
}

.ui-datepicker .ui-datepicker-title {
	line-height: 36px;
}

.ui-datepicker th {
	background-color: #FFBB00;
	color: #5F4601;
}

.ui-widget-content .ui-state-default {
	text-align: center;
}

.ui-widget-content .ui-state-highlight {
	background: #FFD45E;
	color: #5F4601;
}

.ui-widget-content .ui-state-hover {
	border: 1px solid #b99122;
}

#brothers ul li:first-child:before {
	content: '';
}

.viewToggle {
	height: auto;
	overflow: visible;
}

.map, .satellite, .streetview {
	background-image: none;
  	background: #FF9C00;
  	background: -moz-linear-gradient(top, #FFD45E 0%, #FF9C00 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD45E), color-stop(100%,#FF9C00));
  	background: -webkit-linear-gradient(top, #FFD45E 0%,#FF9C00 100%);
  	background: -o-linear-gradient(top, #FFD45E 0%,#FF9C00 100%);
  	background: -ms-linear-gradient(top, #FFD45E 0%,#FF9C00 100%);
  	background: linear-gradient(to bottom, #FFD45E 0%,#FF9C00 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD45E', endColorstr='#FF9C00',GradientType=0 );
  	color: #5F4601;
  	-webkit-box-shadow: 0 1px 2px #CD7D00;
  	-moz-box-shadow: 0 1px 2px #CD7D00;
  	box-shadow: 0 1px 2px #CD7D00;
  	opacity: 0.85;
	margin: 0 15px 0 0;
}

.form-textbox, .form-textarea {
	padding: 5px;
	height: auto;
}

#rooms {
	width: 100%;
	margin: 0;
	overflow: visible;
	clear: both;
}

#rooms:before, #rooms:after {
	display: table;
	content: "";
}

#rooms .box {
	position: relative;
	float: left;
	min-height: 280px;
	overflow: visible;
	margin: 0 0 20px 20px;
}

#rooms .box .hide {
	display: none;
}

#rooms .box:first-child, #rooms .box:nth-child(4n+1) {
	margin: 0 0 20px 0;
}

#rooms .box .content {
	position: relative;
}

#rooms .box .content .startingfrom_offer {
	padding-left: 2px;
}

#rooms .box .content .startingfrom_offer .widget-startingfrom {
	margin-bottom: 10px;
}

#rooms .box .content .startingfrom_offer .widget-startingfrom a {
	font-size: 12px;
	font-weight: normal;
  	color: #B99122;
  	text-decoration: none;
}

#rooms .box .content .startingfrom_offer .widget-startingfrom .button {
	display: none;
}

#rooms .box .content .startingfrom_offer .button_wrap {
	clear: both;
}

#rooms .box .content .startingfrom_offer .button_wrap:before, #rooms .box .content .startingfrom_offer .button_wrap:after {
	display: table;
	content: "";
}

#rooms .box .content .startingfrom_offer .button_wrap a {
	display: inline-block;
}

#rooms .box .content .startingfrom_offer .button_wrap a.button_more {
	float: left;
	line-height: 24px;
}

#rooms .box .content .startingfrom_offer .button_wrap a.roombook {
	float: right;
}

#rooms .box .content a.roombook {
	border: 0;
  	margin: 0;
  	padding: 5px 7px;

  	background-image: none;
  	background: #000;
  	font-size: 12px;
  	font-weight: 300;
  	text-transform: uppercase;
  	text-decoration: none;
  	color: #FFF;
  	-webkit-box-shadow: 0 1px 2px #CD7D00;
  	-moz-box-shadow: 0 1px 2px #CD7D00;
  	box-shadow: 0 1px 2px #CD7D00;
}

#offers_preview .title, #highlights_offers .title, #highlights_offers .price, #highlights_offers .more a {
	color: #8C8061;
}

#highlights_offers .button a {
	border: 0;
  	margin: 0;
  	padding: 0;

  	background-image: none;
  	background: #000;
  	font-size: 17px;
  	font-weight: 300;
  	text-transform: uppercase;
  	text-decoration: none;
  	color: #FFF;
  	-webkit-box-shadow: 0 1px 2px #CD7D00;
  	-moz-box-shadow: 0 1px 2px #CD7D00;
  	box-shadow: 0 1px 2px #CD7D00;
}
#highlights_offers .more a {
    color: #B99122;
}
#highlights_offers .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    margin: 0px 0px 5px;
}
.FB_special_offer .promo-wrapper .button a {
    width: 170px;
    height: 40px;
    margin: 0px;
    padding: 0px 5px;
    text-align: center;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    background: #000;
    border: medium none;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
}
.book-now a {
	color: #FFF;
	background: #000;
	padding: 5px;
}

#bestrate {
    width: 140px;
    height: 94px;
    float: right;
    clear: both;
    padding: 0px;
    margin: 40px 100px 0px 0px;
    overflow: hidden;
}