#logo {
    height: 180px;
}

#logo a:hover {
    opacity: 0.7;
}
.menu li.current-menu-item > a {
  background: #40301F;
  color: #c3b378;
  text-shadow: none;
}
.menu li a {
	color: #C3B38B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
#main_menu {
	width: 180px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 10px 20px;
    overflow: visible;
    background: #402213;
}
.menu li {
    border-width: 1px 0px;
    border-color: rgba(126, 123, 106,0.5);
}
.menu > li > a:hover,
.menu > li:hover > a {
  background: #40301F;
  color: #c3b378;
}
.menu .sub-menu
{
	background: #402213;
    border-radius: 3px;
    overflow: hidden;
}
.menu .sub-menu li {
	background: #402213;
	color: #c3b378;
    border: none;
}
.menu .sub-menu li a {
	border-style: solid;
    border-color: #342721;
    border-width: 1px 0;
    text-shadow: none;
}

.menu .sub-menu li a:hover {
  background: #40301F;
  color: #c3b378;
}
.menu .sub-menu li:first-child a {
  border-top: none;
}
.menu .sub-menu li:last-child a {
  border-bottom: none;
}
.menu .sub-menu li.current-menu-item a {
  background: #342721;
}
.menu .sub-menu li.current-menu-item a:hover {
  background: #342721;
}
.menu .sub-menu:after {
  border-color: transparent transparent transparent #342721;
}
#booking_form {
	background: rgba(210,210,210, 0.2);
	width: 180px;
    height: auto;
    margin: 10px 0 0;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 20px;
}

#booking_form #bf_submit:hover {
	color: #fff;
	border-color: #4bab26;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#4bab26),color-stop(1,#a6ce39));
	background: -ms-linear-gradient(bottom,#4bab26,#a6ce39);
	background: -moz-linear-gradient(center bottom,#4bab26 0%,#a6ce39 100%);
	background: -o-linear-gradient(#a6ce39,#4bab26);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ce39', endColorstr='#4bab26', GradientType=0);
	text-shadow: 1px 1px 2px #292929;
    font-size: 13px;
    text-transform: capitalize;

}

#booking_form #bf_submit {
  color: #fff;
  background: #306b19;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#306b19),color-stop(1,#a6ce39));
  background: -ms-linear-gradient(bottom,#306b19,#a6ce39);
  background: -moz-linear-gradient(center bottom,#306b19 0%,#a6ce39 100%);
  background: -o-linear-gradient(#306b19,#a6ce39);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306b19', endColorstr='#a6ce39', GradientType=0);
  cursor: pointer;
  text-shadow: 1px 1px 2px #000;
  line-height: 34px;
  border-color: #4bab26;
}

.book_now, .button a {
	color: #fff;
    border-color: #4bab26;
    border-radius: 3px;
	background: #306b19;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#306b19),color-stop(1,#a6ce39));
    background: -ms-linear-gradient(bottom,#306b19,#a6ce39);
    background: -moz-linear-gradient(center bottom,#306b19 0%,#a6ce39 100%);
    background: -o-linear-gradient(#306b19,#a6ce39);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306b19', endColorstr='#a6ce39', GradientType=0);
	text-shadow: 1px 1px 2px #000;
    text-transform: capitalize;
}

.book_now:hover,
.button a:hover {
	color: #fff;
	border-color: #4bab26;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#4bab26),color-stop(1,#a6ce39));
	background: -ms-linear-gradient(bottom,#4bab26,#a6ce39);
	background: -moz-linear-gradient(center bottom,#4bab26 0%,#a6ce39 100%);
	background: -o-linear-gradient(#a6ce39,#4bab26);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ce39', endColorstr='#4bab26', GradientType=0);
	cursor: pointer;
}

#social a .fa {
	background: #402213;
    color: #fff;
    border-radius: 100px;
    border-color: #000;
}

#social a .fa:hover {
	background: #4c66a1;
    color: #fff;
    border-radius: 100px;
    border-color: #000;
}

#tabs li a {
	color: #402213;
    border-color: #402213;
    background: #C3B38B;
    border-radius: 3px 3px 0 0;
    text-transform: capitalize;
	font-weight: bold;
}

#offer_details .title {
	font-size: 32px;
    color: #000;
}
#preview_offers .promotion .title, #preview_offers .promotion .title b, #preview_offers .promotion .title strong 
{
	color: #747474;
}
.promotion .title, .promotion .title b, .promotion .title strong {
	color: #747474;
}
#preview_offers .pager a.cycle-pager-active {
	background-color: #402213;
}
#preview_offers.no_standard .promotion div.price{
	background: #402213;
	font: #fff;
}
#preview_offers.no_standard .promotion div.price:hover {
	background: #C3B38B;
	font: #fff;
	text-shadow: 1px 1px 2px #fff;
	border-color: #fff;
}
.marker-booknow a {
	color: #4bab26;
}
.td {
	font-family: Arial,sans-serif;
    font-size: 12px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    text-align: center;
}
.table {
	border-collapse: collapse;
    border-spacing: 0px;
	overflow-y: scroll;
    display: block;
    height: 100% !important;
    width: 100% !important;
}
.the_body table {
    overflow-y: scroll;
    display: block;
    height: 100% !important;
    width: 100% !important;
}
#footer_container {
    background: #7E7B6A;
    color: #FFF;
}

#preview_offers.no_standard .promotion .title{
	font-weight: bold;
}

#content h2{
	font-weight: bold;
}