body{
	background:#000;
	color:#000;
	font-family: 'Terminal Dosis Light', Arial, sans-serif;
	font-size:16px;
}

ul,ol,li { 
	margin:0;
	padding:0;
	
}
#bf_dishes
{
float:left;
width:100%;
}

#bf_dishes li
{
	width:150px;
	float:left;
	list-style:none;
	margin:8px;
}

#bf_dishes li img
{
	width:100%;
	height:auto;
}
a{
	color:#000;
	text-decoration:none;
}
.bf_background img{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	cursor:url(../images/cursor_min.cur), pointer;
}
.bf_overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: url(../images/overlay-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	opacity:0.9;
}
.bf_menu{
	width:16%;
	left:0px;
	top:0px;
	padding-left:4%;
	padding-top:220px;
	height:100%;
	position:fixed;
	z-index:120;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	padding-right: 4%;
}


.bf_menu ul{
	display:block;
	margin-top:50px;
}
.bf_menu ul li{
	display:block;
}
.bf_menu ul li a{
	color:#fff;
	font-size:30px;
	text-align:left;
	line-height:30px;
	padding:0px 10px 0px 60px;
	display:block;
	position:relative;
	margin:0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-transition: all 0.3s ease-in-out;
	font-family:Calibri;
	font-size:15px;

}
.bf_menu ul li a span.bf_hover{
	background:transparent url(../images/bg_black.png) repeat top left;
	opacity:0.1;
	position:absolute;
	width:100%;
	height:auto;
	top:82%;
	left:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-transition: all 0.3s ease-in-out;
}
.bf_menu ul li a:hover span.bf_hover{
	height:100%;
	width:100%;
	margin-top:-25px;
	opacity:1.0;
}
.bf_menu ul li a span{
	position:relative;
}
.bf_page{
	display:none;
}
.bf_content_text{
	width:63%;
	position:fixed;
	top:130px;
	left:24%;
	height:360px;
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 35px;
	margin-right: 3%;
	margin-left: 3%;
	overflow-x:hidden;
	overflow-y:scroll;
}

.bf_content_caption{
	position:fixed;
	top:60%;
	right: 6%;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 50%;
}
.bf_content_caption img{
	width:100%;
}

.bf_content_text h2{
	text-align:left;
	color:#fff;
	font-family:Calibri;
	font-size:20px;
	text-transform:uppercase;
	text-shadow:0px 0px 1px #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.bf_content_text h3{
	text-align:left;
	color:#FF9900;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	font-family: Calibri;
}
.bf_content_text p{
	font-size:13px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 20px;
	text-decoration: none;
}
.bf_content_text ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 20px;
	text-decoration: none;
}
.bf_content_text ul li{
	width:100%;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	padding-left:10px;
	float:left;
	line-height: 20px;
	text-decoration: none;
}
.bf_content_text ul li a{
	display:block;
	margin:4px;
}
.bf_content_text ul li a img{
	display:block;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	opacity:0.7;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-transition: all 0.5s ease-in-out;
}
.bf_content_text ul li a:hover img{
	opacity:1.0;
}
.bf_gallery{
	display:none;
}
.bf_nav a{
	width:72px;
	height:140px;
	position:fixed;
	top:50%;
	margin-top:-70px;
	cursor:pointer;
	opacity:0.3;
	z-index:999;
}
a.bf_close{
	top:10px;
	right:10px;
	background:transparent url(../images/close.png) no-repeat center center;
	position:fixed;
	width:40px;
	height:40px;
	cursor:pointer;
	opacity:0.3;
	z-index:999;
}
.bf_nav a:hover, a.bf_close:hover{
	opacity:0.9;
}
.bf_nav a.bf_next{
	background:transparent url(../images/next.png) no-repeat center center;
	right:-72px;
}
.bf_nav a.bf_prev{
	background:transparent url(../images/prev.png) no-repeat center center;
	left:-72px;
}
.bf_gallery_wrapper{
	top:50%;
	left:50%;
	position: fixed;
	width: 500px;
	height: 250px;
	margin: -125px 0px 0px -260px;
	color:#fff;
}
.bf_gallery_item{
	position:absolute;
	display:none;
	height:440px;
	width:560px;
	top:-95px;
	left:-20px; /*480px to slide from right, -520px to slide from right*/
	display:none;
}
.bf_gallery_item img{
	position:absolute;
	top:95px;
	height:250px;
	width:500px;
	left:20px;
	z-index:9;
	cursor:url(../images/cursor_full.cur),  ne-resize;
}
.bf_heading,
.bf_desc{
	position:absolute;
	height:0px;
	width:500px;
	text-shadow:1px 1px 1px #000;
	background:transparent url(../images/bg_black.png) repeat top left;
	-moz-border-radius:0px 100px 0px 100px;
	border-radius:0px 100px 0px 100px;
}
.bf_heading{
	top:130px;/*top:0px;*/
	left:20px /*left:0px;*/
}
.bf_heading h2{
	position:absolute;
	top:55px;
	left:20px;
	font-size:20px;
	line-height:66px;
	display:none;
}
.bf_desc{
	bottom:90px; /*bottom:0px;*/
	right:40px; /*right:0px;*/
	width:100%;
}
.bf_desc p{
	position:absolute;
	bottom:45px;
	width:100%;
	right:20px;
	font-size:20px;
	line-height:66px;
	text-align:center;
	font-family:Calibri;
	font-size:18px;
}
#reserv-left
{
	height:auto;
	width:50%;
	margin-left:25%;
	margin-right:25%;
	float:left;
}

#contact-left
{
	height:auto;
	width:50%;
	float:left;
}

#contact-right
{
	height:auto;
	width:50%;
	float:left;
}
#contact-right p
{
	width:100%;
	text-align:center;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	line-height:20px;
}
#contact-right a
{
	text-decoration:none;
	color:#ffba24;
}



/* Footer Style */
.bf_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:14px;
	opacity:0.9;
	height:15px;
	text-transform:capitalize;
	z-index:210;
	font-family: Calibri;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: normal;
	text-decoration: none;
	color: #ddd;
	text-align: left;
}
.bf_footer .bf_left{
	float:left;
	color: #ddd;
	text-decoration: none;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 5%;
	width: 40%;
}
.bf_footer .bf_left a{
	color: #ddd;
	text-decoration: none;
}

.bf_footer .bf_right{
	float:right;
	color: #ddd;
	text-decoration: none;
	margin-right: 5%;
}
.bf_footer .bf_right a {
	height: auto;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	color: #dddddd;
	font-family: Calibri;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}



.field
{
width:100%;
height:auto;
float:left;
margin-bottom:10px;
text-align:left;
}
.date
{
width:44%;
height:auto;
float:left;
margin-right:3%;
margin-left:3%;
margin-bottom:10px;
text-align:left;
}
.second
{
height:auto;
width:75%;
float:left;
padding:0px;
}

.text
{
width:95%;
border:0px;
padding:8px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
 background:#9b7017;  
    background: transparent\9;  
    background:rgba(155,112,23,0.4);  
     
    zoom: 1;  
  color:#FFFFFF;
}
.textarea
{
width:95%;
height:80px;
float:left;
border:0px;padding:8px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
 background:#9b7017;  
    background: transparent\9;  
    background:rgba(155,112,23,0.4);  
     
    zoom: 1;
	color:#FFFFFF;
}
.frm
{
width:100%;
float:left;
margin-top:25px;}
.btn
{
background-color:#9b7017;
color:#FFFFFF;
width:auto;
height:auto;
padding-top:5px;
padding-bottom:5px;
padding-left:15px;
padding-right:15px;
font-family:Calibri;
font-size:14px;
text-transform:uppercase;
border:0px;}
.ok-btn
{
background-color:#9b7017;
color:#FFFFFF;
width:50px;
height:auto;
padding-top:5px;
padding-bottom:5px;
padding-left:15px;
padding-right:15px;
font-family:Calibri;
font-size:14px;
margin-left:auto;
margin-right:auto;
text-transform:uppercase;
border:0px;}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width : 240px)
{
/*   media menu Start  */
/*--------------------------------------------------------------*/
.bf_menu{
	width:100%;
	left:0px;
	top:0px;
	padding:0px;
	margin:0px;
	height:auto;
	position:fixed;
	background-color:#000000;
	z-index:120;
	float: left;
}
/*--------------------------------------------------------------*/
/*   media menu Start  */



.bf_footer{
	position:fixed;
	padding-top:15px;
	height:25px;
	bottom:0px;
	left:0px;
	background-color:rgba(0, 0, 0, 0.56);
}

.bf_footer .bf_left{
margin:0px;
	float:left;
	color: #ddd;
	text-decoration: none;
	width: 100%;
}
.bf_footer .bf_right{
	width: 100%;
	float:left;
	text-align:center;
}

/* content text start */
/*--------------------------------------------------------------*/


.bf_content_caption{
	position:fixed;
	top:70%;
	right: 0%;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 140%;
}


.bf_content_text{
	width:90%;
	position:static;
	float:left;
	margin-left:0px;
	margin-bottom:70px;
	height:auto;
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	background-position: left top;
	padding-left: 22px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-top:10px;
}

.bf_content_text h2{
	text-align:center;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:solid 1px #FF6633;
}
.bf_content_text h3{
	text-align:left;
	color:#FF9900;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	font-family: Calibri;
}

bf_page{
	margin:0px;
	padding:0px;
}

.bf_overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: url(../images/overlay-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:-1;
	opacity:0.9;
}

#reserv-left
{
	height:auto;
	width:100%;
	margin:0px;
	float:left;
}

#contact-left
{
height:auto;
width:100%;
float:left;
}

#contact-right
{
height:auto;
width:100%;
float:left;
}
#contact-right img
{
display:none;
visibility:hidden;
}

/*--------------------------------------------------------------*/
/* content text start */

}

@media only screen and (min-width : 241px) and (max-width : 320px)
{
/*   media menu Start  */
/*--------------------------------------------------------------*/
.bf_menu{
	width:100%;
	left:0px;
	top:0px;
	padding:0px;
	margin:0px;
	height:auto;
	position:fixed;
	background-color:#000000;
	z-index:120;
	float: left;
}
/*--------------------------------------------------------------*/
/*   media menu Start  */



.bf_footer{
	position:fixed;
	padding-top:15px;
	height:25px;
	bottom:0px;
	left:0px;
	background-color:rgba(0, 0, 0, 0.56);
}

.bf_footer .bf_left{
margin:0px;
	float:left;
	color: #ddd;
	text-decoration: none;
	width: 100%;
}
.bf_footer .bf_right{
	width: 100%;
	float:left;
	text-align:center;
}

/* content text start */
/*--------------------------------------------------------------*/


.bf_content_caption{
	position:fixed;
	top:70%;
	right: 0%;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 140%;
}


.bf_content_text{
	width:90%;
	position:static;
	float:left;
	margin-left:0px;
	margin-bottom:70px;
	height:auto;
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	background-position: left top;
	padding-left: 22px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-top:10px;
}

.bf_content_text h2{
	text-align:center;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:solid 1px #FF6633;
}
.bf_content_text h3{
	text-align:left;
	color:#FF9900;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	font-family: Calibri;
}

bf_page{
	margin:0px;
	padding:0px;
}

.bf_overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: url(../images/overlay-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:-1;
	opacity:0.9;
}

#reserv-left
{
	height:auto;
	width:100%;
	margin:0px;
	float:left;
}

#contact-left
{
height:auto;
width:100%;
float:left;
}

#contact-right
{
height:auto;
width:100%;
float:left;
}
#contact-right img
{
display:none;
visibility:hidden;
}

/*--------------------------------------------------------------*/
/* content text start */

}



/* ---------------  media Start --------------- */
@media only screen and (min-width : 321px) and (max-width : 559px)
{
/*   media menu Start  */
/*--------------------------------------------------------------*/
.bf_menu{
	width:100%;
	left:0px;
	top:0px;
	padding:0px;
	margin:0px;
	height:auto;
	position:fixed;
	background-color:#000000;
	z-index:120;
	float: left;
}
/*--------------------------------------------------------------*/
/*   media menu Start  */



.bf_footer{
	position:fixed;
	padding-top:15px;
	height:25px;
	bottom:0px;
	left:0px;
	background-color:rgba(0, 0, 0, 0.56);
}

.bf_footer .bf_left{
margin:0px;
	float:left;
	color: #ddd;
	text-decoration: none;
	width: 100%;
}
.bf_footer .bf_right{
	width: 100%;
	float:left;
	text-align:center;
}

/* content text start */
/*--------------------------------------------------------------*/


.bf_content_caption{
	position:fixed;
	top:70%;
	right: 0%;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 140%;
}


.bf_content_text{
	width:90%;
	position:static;
	float:left;
	margin-left:0px;
	margin-bottom:70px;
	height:auto;
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	background-position: left top;
	padding-left: 22px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-top:10px;
}

.bf_content_text h2{
	text-align:center;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:solid 1px #FF6633;
}
.bf_content_text h3{
	text-align:left;
	color:#FF9900;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	font-family: Calibri;
}

bf_page{
	margin:0px;
	padding:0px;
}

.bf_overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: url(../images/overlay-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:-1;
	opacity:0.9;
}

#reserv-left
{
	height:auto;
	width:100%;
	margin:0px;
	float:left;
}

#contact-left
{
height:auto;
width:100%;
float:left;
}

#contact-right
{
height:auto;
width:100%;
float:left;
}
#contact-right img
{
display:none;
visibility:hidden;
}

/*--------------------------------------------------------------*/
/* content text start */


}
/* ---------------  media Start --------------- */
