/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,
samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,
th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,
video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('../fonts/glacialindifference-regular-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sacramentoregular';
    src: url('../fonts/sacramento-regular-webfont.woff2') format('woff2'),
         url('../fonts/sacramento-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raisin_des_sables_personaluRg';
    src: url('../fonts/raisin_des_sables_personaluseonly-webfont.woff2') format('woff2'),
         url('../fonts/raisin_des_sables_personaluseonly-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('../fonts/ptsansnarrow-regular-webfont.woff2') format('woff2'),
         url('../fonts/ptsansnarrow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'journalregular';
    src: url('../fonts/journal-webfont.woff2') format('woff2'),
         url('../fonts/journal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-family: 'sacramentoregular';
	font-size: 30px;
	color: black;
	font-weight: bolder;
	line-height: 73px;
	text-align: center;
}

h2 {
	font-family: 'raisin_des_sables_personaluRg';
	font-size: 75px;
	color: #523737;
	text-align: center;
	padding-top: 15px;
}

h3 {
	font-family: 'montserratregular';
	font-size: 28px;
	color: white;
	line-height: 35px;
	font-weight: bolder;
	letter-spacing: 1px;
	padding-top: 40px;
	padding-left: 24px;
}

h4 {
	font-family: 'pt_sans_narrowregular';
	font-size: 24px;
	color: white;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 20px;
}

h5 {
	font-family: 'journalregular';
	font-size: 35px;
	color: #523737;
	line-height: 50px;
	padding-top: 50px;
}

.spacer {
	width: 100%;
	height: 1px;
	line-height: 1px;
	clear: both;
}

img {
	max-width: 100%
}


#top {
	width: 100%;
	height: 806px;
	margin: 0 auto;
	background-image: url(../images/top-bg.jpg);
	background-size: cover;
	overflow: hidden;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#top-rt {
	width: 100%;
	max-width: 900px;
	height: auto;
	float: right;
}

#sharereview {
    float: right;
    margin-top: 30px;
    margin-right: 40px;
}

#phn {
	float: right;
	margin-top: 36px;
}

#phn p {
	font-family: 'glacial_indifferenceregular';
	font-size: 40px;
	color: white;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#menu {
	float: right;
}

#menu ul {
	list-style-type: none;
}

#menu ul li  {
	font-family: 'glacial_indifferenceregular';
	font-size: 20px;
	color: white;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 35px 0 0 12px;
}

#menu ul li a {
	color: white;
}

#menu ul li a:hover {
	color: yellow !important;
}

#banner {
	text-align: center;
	margin-top: 20px;
}

#bookatable {
	float: left;
}

#bookatable p {
	font-family: 'glacial_indifferenceregular';
	font-size: 20px;
	color: #343332;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	padding-top: 30px;
}

#getintouch {
	width: 100%;
	max-width: 300px;
	height: auto;
	float: right;
}

#getintouch-txt {
	float: left;
}

#getintouch-txt p {
	font-family: 'glacial_indifferenceregular';
	font-size: 20px;
	color: #343332;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 30px;
}

.getintouch-icon {
	float: left;
}

.getintouch-icon img {
	margin: 20px -10px 0 15px
}

#welcome {
	width: 100%;
	max-width: 1150px;
	height: auto;
	margin: 0 auto;	
	margin-top: 40px;
}

#welcome p {
	font-family: 'robotoregular';
	font-size: 18px;
	color: #636363;
	line-height: 26px;
	text-align: center;	
}

#welcome-img {
    
}

#welcome-rt {
	float: right;
	margin-top: 40px;
}

#menu-icon {
	text-align: center;
	margin-top: 65px;
}

.frutti {
    float: left;
    margin: 60px 0 0 40px
}

#menU-lft {
	width: 100%;
	max-width: 600px;
	height: 340px;
	float: left;
    background-color: #00a850;
	margin-top: 40px;
}

#menU-lft p {
	font-family: 'robotoregular';
    font-size: 20px;
    color: white;
    line-height: 32px;
    padding: 10px 26px;
}

#menU-lft-button {
	margin-top: 35px;
	margin-left: 24px;
}

#menU-mid {
	width: 100%;
	max-width: 600px;
	height: 340px;
	float: left;
	background-image: url(../images/menu-mid-img2.jpg);
	background-repeat: no-repeat;	
	margin-top: 40px;
}

#menU-mid p {
	font-family: 'robotoregular';
	font-size: 17px;
	color: white;
	line-height: 24px;
	padding-left: 24px;
	padding-top: 20px;
}

#menU-mid-button {
	margin-top: 15px;
	margin-left: 24px;
}

#menU-rt {
	width: 100%;
	max-width: 357px;
	height: 405px;
	float: left;
	background-image: url(../images/menu-rt-img3.jpg);
	background-repeat: no-repeat;	
	margin-top: 40px;
}

#menU-rt p {
	font-family: 'robotoregular';
	font-size: 17px;
	color: white;
	line-height: 24px;
	padding-left: 24px;
	padding-top: 20px;
}

#menU-rt-button {
	margin-top: 50px;	
	margin-left: 24px;
}

#freshmenu-bg {
	width: 100%;
	height: 345px;
	margin: 0 auto;
	background-color: #4b2b28;
	margin-top: -1px;
}

.freshmenu {
	width: 100%;
	max-width: 300px;
	height: auto;
	float: left;
	margin: 50px 0 0 85px
}

.freshmenu p {
	font-family: 'robotoregular';
	font-size: 16px;
	color: white;
	padding-top: 25px;
	line-height: 26px;
	text-align: center;
}

.freshmenu-img {
	text-align: center;
}

#freshmenu-BG {
	width: 100%;
	height: 115px;
	margin: 0 auto;
	background-image: url(../images/food-bg.png);
	background-size: cover;
}

#info-img {
	float: left;
	margin-top: 60px;
}

#info-pic {
	width: 100%;
	max-width: 674px;
	height: auto;
	float: left;
	margin-top: 60px;
	margin-bottom: 50px;
}

#info-map {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}

#info-rt {
	width: 100%;
	max-width: 460px;
	height: auto;
	float: right;
}



#info-rt p {
	font-family: 'robotoregular';
	font-size: 15px;
	color: #5f5f5f;
	line-height: 26px;
	padding-top: 10px;
}

.loc-img {
	float: left;
	margin-top: 30px;
}

.loc-txt {
	float: left;
	margin-top: 13px;
    margin-left: 30px;
}

.loc-txt p {
	font-family: 'robotoregular';
	font-size: 15px;
	color: #5f5f5f;
	line-height: 24px;
	font-weight: bold;
}

#card {
	margin-top: 25px;
}

#footer-bg {
	width: 100%;
	height: 95px;
	margin: 0 auto;
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
	margin-top: 00px;
}

#footer {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

#footer p {
	font-family: 'glacial_indifferenceregular';
	font-size: 18px;
	color: white;
	line-height: 24px;
	text-align: center;
	padding-top: 42px;
}

#footer p a {
	color: yellow;
}

.pdf-img {
	margin: 0 auto;
	margin-top: 25px;
}

/***************************contactus*****************************/
.contactus_lft{width: 100%;		max-width:355px; height:auto; float:left; margin-top: 25px;}
.form{ width:100%; max-width:280px; height:auto; float:left; margin:10px 0 0 20px; border:1px #dcdcdc solid;
	padding-left:15px; ; padding-top:15px;  background-color:#FFF; margin-bottom:40px; padding-bottom:20px}
.contactus_rt{ width:99%; max-width:1140px; margin-left:15px}
.map{ width:100%; max-width:670px;   margin:15px 0px !important; height: auto}
.contact_mid{ width:100%; max-width:670px; height:auto; float:right; margin-top:20px}	