body {
	color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden!important;
}


p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}

/* headings
------------------------------------------------------*/
table {
  width: 100%;
}

td, th {
  text-align: left;
  padding: 4px;
  border-right: 1px solid #ddb2ac;
  font-size: 12px;
}
table td {
  color:#88382D;
}

table th {
  color:#88382D;
  font-weight: bold;
  
}

h1, h2, h3, h4, h5{
	color:#88382D;
	font-family: 'Oswald', Arial;
	font-weight:300;
	margin-bottom:20px;
}

h1 {
	font-size:30px;
}
h2 {
	font-size:27px;
	font-weight:300;
}
h3 {
	font-size:23px;
	font-weight:300;
}
h4 {
	font-size: 18px;
	line-height:22px;
}

h5 {
	font-size: 16px;
}
.one_half h5{
	background-color: #B95835;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.one_half_last h5{
	background-color: #B95835;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.one_half h6{
	    background-color: #ce7150;
    color: #fff;
    font-weight: bold;
    margin-top: 1px;
    height: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.one_half_last h6{
	background-color: #ce7150;
    color: #fff;
    font-weight: bold;
    margin-top: 1px;
    height: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.kids-one_half h5{
	background-color: #54B935;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}
.kids-one_half_last  h5{
	background-color: #54B935;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}
.breakfast-one_half h5{
	background-color: #F7CF1E;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}
.breakfast-one_half_last  h5{
	background-color: #F7CF1E;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}
.breakfast-fullwidth  h5{
	background-color: #F7CF1E;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}
.drinks-one_half h5{
	background-color: #1F1F1F;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}
.drinks-one_half_last  h5{
	background-color: #1F1F1F;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}
h5 span{
	float:right;
	padding-left: 5px;
	padding-right: 5px;
}
h6 {
	font-size: 11px;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}
p {
	color:#AD7460;
	padding-bottom:10px;
}

strong{
	color:#88382d;
}

/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 10px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0 20px 5px 0px;
	width:auto;
}
.align {
	float: left;
	margin: 0 10px 0px 0;
	width:auto;
}
a img {
	border:none;
}

#container_wrapper img {
	max-width:100%;
	height:auto;
}

 *|*:focus {
	 outline: none;
}
a, a:hover, a:visited, a:active {
   border:none;
   outline:none;
}

a:link, a {
	color:#88382D;
	text-decoration:none;
}
a:hover {
	color:#B95835;
}

.thumb_img {
	float: left;
	margin: 0px 20px 0px 0px;
}
.description {
	display:block;
	overflow:hidden;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
}


.img_bor{
background: none repeat scroll 0 0 #fff;
padding:5px;
box-shadow:0 1px 10px rgba(0, 0, 0, 0.4);
}

.v_space{
	padding:0px 0px 40px 0px !important;
	overflow:hidden;
}

/* dvLoading Section
----------------------------------------------------------------------------------------------------*/
#dvLoading{
	height: 100px;
	width: 100px;
	position: fixed;
	z-index: 9991;
	background:#fff url(images/page_loader.gif) no-repeat center center;
	width:100%;
	height:100%;
 
}

#page_wrapper{
width:1000px;
}

/* leftSide Section
----------------------------------------------------------------------------------------------------*/
#leftSide {
	position:fixed;
	float:left;
	width:250px;
	height:100%;
	text-align:center;
	z-index:5;
	background-color:#fff;

}
#logo {
	position:relative;
	display:block;
	margin: 0 auto;
	padding:25px;
}

#logo_mobile{
	position:relative;
	display:block;
	margin: 0 auto;
	padding:5px;
	top:10px;
	display:none;
	margin-bottom:10px;
}


#logo h3{
	color:#000;
	font-size:18px;
	cursor:pointer;
	padding-top:8px;
	background-image:url(images/menu_bg.png);
	background-repeat:no-repeat;
	width:59px;
	height:50px;
	margin:0px auto;
	margin-top:20px;
}

#logo h3:hover{
	color:#fb5b29;
}

#sidebarmenu {
	position:relative;
	text-align:center;
	padding-top:25px;

}
#sidebarmenu > li {
	display:block;
	padding-top:2px;
}
#sidebarmenu > li a {
	display:inline-block;
	font-family: 'Oswald', Arial;
	color:#686563;
	font-weight:bold;
	text-decoration:none;
}

.social_media_wrapper{
	margin: 20px auto 0;
    position: absolute;
    width: 100%;
}

.social_media{
	margin-top:0px;
	text-align:center;
}

.social_media h4{
	color: #211C1B;
	font-family: 'Oswald',cursive;
	font-weight:bold;
	text-shadow: 0 1px 3px #C1C1C1;
	text-transform: uppercase;
	padding-bottom:5px;
}

.social_media_wrapper h5{
	color: #211C1B !important;
	font-family: 'Oswald', Arial;
	font-size: 10px;
}

.social_media ul{
	list-style:none;
	padding-top:10px;
	margin-bottom:10px;
}

.social_media ul li{
	display:inline;
	padding-right:3px;
}

.social_media li:hover{
	cursor:pointer;
}

.social_media ul li:last-child{
	padding-right:0px;
}


.language_switcher_wrapper{
	margin: 20px auto 0;
    position: absolute;
    width: 100%;
}

.language_switcher{
	margin-top:0px;
	text-align:center;
}

.language_switcher h4{
	color: #211C1B;
	font-family: 'Oswald',cursive;
	font-weight:bold;
	text-shadow: 0 1px 3px #C1C1C1;
	text-transform: uppercase;
	padding-bottom:5px;
}

.language_switcher_wrapper h5{
	color: #211C1B !important;
	font-family: 'Oswald', Arial;
	font-size: 10px;
}

.language_switcher ul{
	list-style:none;
	padding-top:10px;
	margin-bottom:10px;
}

.language_switcher ul li{
	display:inline;
	padding-right:3px;
}

.language_switcher li:hover{
	cursor:pointer;
}

.language_switcher ul li:last-child{
	padding-right:0px;
}
/* splash Section
----------------------------------------------------------------------------------------------------*/
#splash_page {
	 background: #000;
	 opacity: 0.6;
	 position:absolute;
	 width: 600px;
	 height:125px;
	 top: -900px;
	 font-size:2.5em;
	 line-height:1.2em;
	 text-shadow:5px 0 5px #000;
	 border-bottom:7px solid #edc08b;
}
#splash_page h1 {
	background:#edc08b;
	color:#000;
	font-size:35px;
	line-height:1.5em;
	text-align: center;
	text-shadow:0 1px 0 #000;
}
#splash_page h2 {
	font-size:20px;
	line-height:1.3em;
	font-weight:bold;
	color:#fff;
	text-align: center;
}

#splash_page h3 {
	font-size:18px;
		 line-height:1.3em;
}
#splash_page strong {
	color:#B95835;
}

.contact_no{
font-weight:bold;


}

.contact_no span{
color:#B95835;
}

.contact_no h4{
font-size:1.0em;
color:#e18942;
text-align:center;
}
.contact_no a{
border-bottom: 3px solid;
    padding: 0 5px;
}

/* content Section
----------------------------------------------------------------------------------------------------*/

.page_close{
position:absolute;
right:20px;
top:20px;
padding:15px;
width:20px;
height:20px;
background-color:#B95835;
border-radius:50%;
font-size:18px;
font-weight:300;
color:#fff;
text-align:center;
text-shadow: 0px 2px 2px rgba(000, 000, 000, 0.4);
line-height:19px;
}
.page_close:hover{
color:#eee;
}

#page_wrapper{

}

.contWrapper {
	float:right;
	width:750px;
	display:table;
	z-index:0;
	position:relative;
}
#content {
	display:block;
	position:relative;
	min-height:735px;
}

#content > ul > li {
	position:absolute;
	left:-1500px;
	width:690px;
	padding:35px 30px;
	opacity:10;
}
.news li {
	position:absolute;
	left:-1500px;
	width:920px;
	padding:35px 30px;
	opacity:10;
}


ul.list{
	margin-top:5px;
}

ul.list li{
	margin-bottom:10px;
	padding-bottom:10px;
	font-weight:normal;
	font-size:13px;
	overflow: auto;
	border-bottom:1px solid #AD7460;
	color:#88382D;
}
ul.list li a{
	width:30px;
}
ul.detailed-list{
	margin-top:5px;
}

ul.detailed-list li{
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:20px;
	font-weight:normal;
	font-size:13px;
	overflow: auto;
	border-bottom:1px solid #AD7460;

}
ul.detailed-list li.note {
	margin-bottom:0;
	padding-bottom:10px;
	padding-left:0px;
	font-weight:normal;
	font-size:13px;
	border-bottom:none;
}
p.detailed-list{
color:#88382D;
}
p.kids-note{
background: #db9a91;
    border: 2px solid #c28178;
    color: #45160F;
    padding: 5px 0 0;
	font-size: 11px;
}
p.kids-note strong{
    color: #45160F;
	padding:5px;
}

p.veg-note{
background: #a9db90;
    border: 2px solid #7fc278;
    color: #2a450e;
    padding: 5px 0 0;
	font-size: 11px;
}

p.veg-note strong{
    color: #2a450e;
	padding:5px;
}

.veg-v strong{
  background:#A9DB90;
  border:2px solid #7FC278;
  color:#2A450E;
  font-size:11px;
  padding:5px;
}


.list a span {
    color: #B95835;
    float:right;
    font-size: 14px;
	font-weight:bold;
	padding: 5px;
}

.detailed-list a span {
    color: #B95835;
    float:right;
    font-size: 14px;
	font-weight:bold;
	padding: 5px;
}

.title-wrapper {
    background-image:url(images/title_hr.jpg);
    background-position: 0 20px;
    background-repeat: repeat-x;
    overflow: hidden;
    text-align: center;
	margin-bottom:20px;
}


.title-wrapper h2 {
    background-color: #B95835;
    color: #fff;
    display: inline-block;
    font-family: 'Oswald',sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding:10px;
    text-transform: uppercase;
}

span.roll {
    background:url(images/mag.png) center center no-repeat;
    height:200px;
    position: absolute;
    width:200px;
    z-index:1;
	opacity:0;
}

.portfolio_list span.roll{
width:210px;
height:210px;
}


/* contact Section
----------------------------------------------------------------------------------------------------*/
#contact-form input, #contact-form textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border: 1px solid #e4c8be;
	background-color:#efd8cf;
	color:#b37f6c;
}
#contact-form input {
	width:95%;
}
#contact-form textarea {
	height: 120px;
    width: 93%;
}
#contact-form textarea:focus, #contact-form input:focus {
	border: 1px solid #a3705d;
}
#contact-form p input#submit {
	float:left;
	background-color:#b95835;
	border:1px solid #a64c2b;
	padding:7px 15px 7px 15px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	float:left;
	margin-top:10px;
	-moz-transition: all 0.2s ease 0s;
	width:100px;
}
#contact-form p input#submit:hover {
	text-decoration:underline;
}
#contact-form label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	color:#8f756b;
}
.vaidate_error {
	border:1px solid #F96E5B!important;
}
#response {
	color:#006633;
}

.info{margin-bottom:20px;}

ul.working_hr li{
background-color:#343434;
padding:9px 20px;
font-weight:300;
overflow:hidden;
margin-bottom:2px;
}


span.day{
display:block;
float:left;
color:#fff;
}


span.timming{
display:block;
float:right;
}

.title-menu2part {
  margin:0;
}
.title-menu2part h3{
    background:#54B935;
    text-align:center;
    color: #fff;
    display: inline-block;
    font-family: 'Oswald',sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding:10px;
    text-transform: uppercase;
	width: 670px;
}


h4.output{
    border:1px solid;
  font-size:18px;
  font-weight:bold;
  line-height:22px;
  padding:5px;
  text-align:center;
}
a:link.error {
	color:#000;
	text-decoration:underline;
}
a:link.email {
	text-decoration:underline;
	font-weight:bold;
}
a:link.phone {
	text-decoration:underline;
	font-weight:bold;
}


@media only screen and (max-width: 768px) {
#leftSide {
	position:relative;
	float:left;
	width:250px;
	height:100%;
	text-align:center;
	z-index:5;
	background-color:#fff;

}
.social_media_wrapper{
	margin: 20px auto 0;
    position: relative;
    width: 100%;
	background-color:#fff;
}
.social_media{
	margin-top:0px;
	text-align:center;
}
}