
.portfolio_nav { display:none; }
.top_bar.fixed
{
	position: fixed;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;
	z-index: 999;
	visibility: visible !important;
	top: 0px;
}

.top_bar.fixed #menu_wrapper div .nav
{
	margin-top: 16px;
}

.top_bar.fixed #searchform
{
	margin-top: 8px;
}

.top_bar.fixed .header_cart_wrapper
{
	margin-top: 21px;
}

.top_bar.fixed #menu_wrapper div .nav > li > a
{
	padding-bottom: 24px;
}

.top_bar.fixed .logo_wrapper img
{
	max-height: 40px;
	width: auto;
}


#page_caption .page_title_wrapper
{
	text-align: left}
.page_title_inner
{
	float: none;
}





#wrapper.hasbg .above_top_bar
{
    background: #f0f0f0 !important;
	background: rgb(240, 240, 240, 0.9) !important;
	background: rgba(240, 240, 240, 0.9) !important;
}


@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(400px, 0px);
		-ms-transform: translate(400px, 0px);
		transform: translate(400px, 0px);
		-o-transform: translate(400px, 0px);
	}
}

html[data-menu=leftmenu] .mobile_main_nav, #sub_menu
{
	clear: both;
}

html[data-menu=leftmenu] #wrapper
{
	padding-top: 0;
}
.rtb-booking-form input {
width: 100%;
max-width: 90%!important;
height: 50px;
color: #c7a17a;
font-size:13px;
background: #f6f4ef;
border: 2px solid transparent;
padding-left:10px;
}


.rtb-booking-form .message textarea{
width: 100%;
max-width: 90%!important;
height: 50px;
color: #c7a17a;
font-size:13px;
background: #f6f4ef;
border: 2px solid transparent;
padding-left:10px;
}

.rtb-booking-form label {
display: block;
color: black;
font-weight: 100!important;
}

.rtb-booking-form button {
display: inline-block;
width: auto;
font-family: 'Open Sans',sans-serif;
padding: 14px 35px;
line-height: 1.7em;
border: 2px solid #c7a17a;
font-size: 13px;
letter-spacing: 2.5px;
font-weight: 800;
text-transform: uppercase;
color: #fff;
background-color: #c7a17a;
cursor: pointer;
-webkit-transition: all .15s ease-out;
-moz-transition: all .15s ease-out;
transition: all .15s ease-out;
}

.rtb-booking-form button:hover {
color: #fff;
background-color: #30271c;
border-color: #30271c;
}

.rtb-booking-form fieldset {
padding-bottom: 1em;
margin-bottom: 1em;
width: 50%;
float: left;
border:none!important;
color:white;
}

.rtb-booking-form fieldset>div {
width: 100%!important;
float: none!important; 
}

#rtb-party {
padding: .75em 1em .5em 1em;
#box-shadow: 0 2px 1px 0 rgba(0,0,0,1);
-color: #c7a17a;
background: #f6f4ef;
width: 90%;
height: 50px;
-moz-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border:2px solid transparent;
}

@media only screen and (max-width: 770px) {
.rtb-booking-form fieldset {
width: 100%;
float: none!important;
}
}

.flexslider .slides > li img{
width: 100%!important;
margin: 0px!important;
}



