/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'ambleregular';
    src:url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'ambleregular_IE';
    src:url(../fonts/Amble-Regular-webfont.eot) format('truetype');
}
@font-face {
    font-family: 'Aller_Bd';
    src:url(../fonts/Aller_Bd.ttf) format('truetype');
}
@font-face {
    font-family: 'Aller_Bd_IE';
    src:url(../fonts/Aller_Bd.eot) format('truetype');
}
body{
	font-family:Arial, Helvetica, sans-serif;
}
.wrap,.wrapheader,.wrapfooter{
	width:80%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.wrap1{
	width:100%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
             
             
/*---start-header----*/
.header {
	position: relative;
}
.header_bottom{
	background:url(../images/header_bg.png);
}
.logo{
    z-index: 1;
	float:left;
	position:absolute;
	/*background:url(../images/logo_bg.png);
	padding:30px;*/
	margin-top:75px;
    margin-left:-65px;
	/*border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;*/
}
.logo .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 103%;
    left: 25%;
    margin-left: -60px;
}

.logo:hover .tooltiptext {
    visibility: visible;
}
.social{
	/*float:left;*/
	position:absolute;
    margin-top:0.8%;
}
.headcontact{
	float:left;
	position:absolute;
    margin-top:2px;
    margin-left:317px
}
.headcontacttext1{
	float:left;
	position:absolute;
    margin-top:6px;
    margin-left:350px;
    font-family: 'ambleregular','ambleregular_IE';
	color:#FFF;
	font-size:1em;
}
.headcontacttext1 a{
font-family: 'ambleregular','ambleregular_IE';
	color:#FFF;
	font-size:1em;
    }
.headcontacttext2{
	float:left;
	position:absolute;
    margin-top:14px;
}
.menu{
	float:right;
}
.menu li{
	display:inline-block;
	float:left;	
}
.menu li a{
	 font-family: 'Aller_Bd','Aller_Bd_IE';
	 color:#FFF;
	 font-size:1.2em;
	 padding:22px 25px;
	 display: block;
	 text-transform:uppercase;
	 text-align:center;
	 -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;	
}

.menu li .drop1_content a
{
   padding:5px 25px;
 }
.menu li a:hover,.menu li.active a{
	background:#1D1810;	
	color:#BEAC7C;
}

.menu div.notactive a{	
	color:#FFFFFF;
}
.menu div.notactive a:hover{
	background:#1D1810;	
	color:#BEAC7C;
}
.drop1_content 
{
    display: none;
    position: absolute;
    background-color: #1D1810;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
            }
			
/*-----------------------CATERING MENU TABS-----------------------------*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab div {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-family: 'Aller_Bd','Aller_Bd_IE';
    text-transform: uppercase;
}

/* Change background color of buttons on hover */
.tab div:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab div.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

._tabitem {
float:left;
width:33%;
font-size: 1.1em;
text-transform:uppercase;
font-family: 'Aller_Bd','Aller_Bd_IE';
color:#8C8061;
}

._itemq{
float:left;
width:33%;
font-family:'ambleregular','ambleregular_IE';
color:#8C8061;
}

._itemsp{
float:left;
width:20%;
font-family:'ambleregular','ambleregular_IE';
color:#8C8061;
}

._itemp{
float:left;
text-align:right;
width:12%;
font-family:'ambleregular','ambleregular_IE';
color:#8C8061
}

._tabitem_top {
float:left;
width:33%;
font-size: 1.1em;
text-transform:uppercase;
font-family: 'Aller_Bd','Aller_Bd_IE';
text-align:center;
}
._itemq_top{
float:left;
width:33%;
font-size: 1.1em;
text-transform:uppercase;
font-family: 'Aller_Bd','Aller_Bd_IE';
text-align:center;
}

._itemsp_top{
float:left;
width:15%;
font-size: 1.1em;
text-transform:uppercase;
font-family: 'Aller_Bd','Aller_Bd_IE';
text-align:center;
}

._itemp_top{
float:left;
text-align:right;
width:17%;
font-size: 1.1em;
text-transform:uppercase;
font-family: 'Aller_Bd','Aller_Bd_IE';
}

.tabCatTot{
color:#8C8061;
width: 60%;
text-align: right;
cursor:default !important;
}
/*---------------------------------- MODAL POP UP ----------------------------------*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 22px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
    border-bottom:1px solid #000000;
}

.modal-body {
padding: 15px 16px;
height: auto;
overflow: auto;}

.modal-item{
float:left;
width:40%;
 }
 .modal-size{
float:left;
width:20%
 }
 .modal-spice{
float:left;
width:20%
 }
 .modal-rate{
float:left;
width:20%;
text-align:right
 }
 .modal-total{
float:left;
width:100%;
text-align:right
 }

.modal-footer {
    padding: 2px 16px;
    background-color: #ccc;
    color: white;
    text-align:right;
}

/*Home Page - Pop up*/  
/* The Modal (background) */
.modalIndex {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modalIndex-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#myIndexModalCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modalIndex-content, #myIndexModalCaption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.myIndexModalClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.myIndexModalClose:hover,
.myIndexModalClose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
        
/*---main----*/
/*  GRID OF TWO   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_2{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width: 46.2%;
	padding:1.5%;
}
.welcome_desc  h3{
	color:#BDA954;
	margin-bottom:0.5em;
	font-size:2em;
   font-family: 'Aller_Bd','Aller_Bd_IE';
}
.welcome_desc  h3 span{
    color:#857240;
    font-size:2em;
 }
.span_1_of_2  p{
	font-size:0.85em;
	padding:5px  0;
	color:#8C8061;
	line-height: 1.8em;
}
.button {
	display: inline-block;
	background:#857240;
	color: #FFF;
	font-size:0.85em;
	padding:12px 20px;
	text-decoration: none;
	outline: 0;
	-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;
	margin-top:10px;
}
.button:hover {
	    text-shadow: 0px 0px 1px #000;
		background:#292929;
}
.grid_img img{
	max-width:100%;
	display:block;
}
.price_desc{
	border:solid 4px #4E4134;
	background:#4E4134;
    
	display:block;
	padding:10px;
	color:#DED2B3;
}
.price_desc a{
	display:block;
	padding:10px;
	color:#DED2B3;
	/*-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;	*/
}
.price_text{
  float:left;	
}
.price_desc .price{
	font-family: 'Aller_Bd','Aller_Bd_IE';
	font-size:1.8em;
	color:#857240;
	float: left;
	background: #FFF;
	line-height:80px;
	width:80px;
	text-align: center;
	margin: 0 18px 0 0;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
}
.price_desc .price_small{
	font-family: 'Aller_Bd','Aller_Bd_IE';
	font-size:1.5em;
	color:#857240;
	float: left;
	background: #FFF;
	line-height:80px;
	width:80px;
	text-align: center;
	margin: 0 18px 0 0;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
}
.price_text h4{
	font-size:1em;
}
.price_desc span {
	display: block;
	font-size:2.5em;
	font-family: 'Aller_Bd','Aller_Bd_IE';
	color: #FFF;
}
/*.price_desc a:hover {
	background: #FFF;
	color:#4E4134;
}
.price_desc a:hover span{
	color:#BDA954;
}
.price_desc a:hover .price {
	color: #FFF;
	background:#4E4134;
}*/
.content-grids{
	background:#FFF;
}
/**** Items-desc *****/
.items_desc{
	background:#F7F3E2;
	padding:10px 0 10px 0 ;
}
.items_desc1, .items_desc2, .items_desc3, .items_desc4, .items_desc5, .items_desc6, .items_desc7, .items_desc8, .items_desc9, .items_desc10, .items_desc11, .items_desc12{
	background:#F7F3E2;
	padding:10px 0 10px 0 ;
}
.items_head{
   text-align:center;
   padding:0 0 15px 0;
}
.items_head  h3{
	color:#BDA954;
	margin-bottom:0.5em;
	font-size:2em;
   font-family: 'Aller_Bd','Aller_Bd_IE';
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin:0% 0 3% 2.6%;
	/*background:#FFF;*/
}
.listimg{
	display: block;
	float:left;
	position:relative
 }
.listimg_2_of_1 a span {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height:3.5em;
	color:#fff;
	font-family: 'Aller_Bd','Aller_Bd_IE';
	text-shadow: 0px 1px 1px #000;
	font-size:2em;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgba(64, 72, 109, 0.61);
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 60px;
}
.listimg_2_of_1 a:hover span {
	opacity: 1 !important;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.text{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
}
.text1{
	display: block;
	float:left;
	margin:0% 0 0% 1%;
}

.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 48.6%;
}
.listimg_of_1 {
	width: 13%;
    margin-left: 10px;
}
.listimg_2_of_1 {
	width:20%;
    margin-left:10px;
}
.images_of_2 {
	width: 48.6%;
}
.listimg_of_1 {
	width: 13%;
    margin-left: 10px;
}

.list_2_of_1 {
	width:70%;
}
.list_of_1 {
	width: 60%;
    padding-top: 8px;
}
.list_2_of_2 {
	text-align:center;
}
.list_of_2 {
    width: 0%;
    text-align: left;
}
.images_1_of_2  img {
	max-width:100%;
	/*display:block;*/
}
.list_2_of_1 h3{
	color:#857240;
	margin-bottom:0px;
	font-size:1.2em;
	text-transform:uppercase;
    font-family: 'Aller_Bd','Aller_Bd_IE';
}
.list_2_of_2 h3{
	color:#857240;
	margin:30px 0px 0px 0px;
	font-size:1.6em;
	text-transform:uppercase;
    font-family: 'Aller_Bd','Aller_Bd_IE';
}
.list_2_of_1  p{
	font-size: 0.85em;
	padding: 5px;
	color: #8C8061;
	line-height: 1.3em; 	
}

.images_of_2  img {
	max-width:100%;
}
.list_of_1 h3{
	color:#857240;
	margin-bottom:0px;
	font-size:1em;
	text-transform:uppercase;
    font-family: 'Aller_Bd','Aller_Bd_IE';
}
.list_of_2 h3{
	color:#857240;
	margin:30px 0px 0px 0px;
	font-size:1.5em;
	text-transform:uppercase;
    font-family: 'Aller_Bd','Aller_Bd_IE';
}
.list_of_1  p{
	font-size: 0.8em;
	padding: 5px;
	color: #8C8061;
	line-height: 1.3em; 	
}
.read_more {
    margin-top:10px;
}
.read_more a{
	 font-family: 'ambleregular','ambleregular_IE';
	 font-size:1.1em;
	 text-transform:uppercase;
	 color:#D3C294;
	 padding-left:25px;
	 background:url(../images/read_more.png) no-repeat 0 0;
	 -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;	
}
.read_more a:hover{
	color:#66562D;
}
.cm1
{
    font-size: 1.1em;
	color:#8F8042;
	font-family: 'Aller_Bd','Aller_Bd_IE';
	text-transform:uppercase;
}


/*****NEWS SECTION*****/
.newswrap{
	width:85%;
	margin:0 auto 0 80px;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
    border:1px solid #beac7c;
}
.newssection {
	clear: both;
	padding: 8px;
	margin: 0px;
}
.news_desc{
	background:#FFFFFF;
	padding:0 0 10px 0 ;
}
.news_head{
   padding:0 0 0 85px;
}
.news_head  h3{
	color:#BDA954;
	margin-bottom:0.5em;
	font-size:2em;
   font-family: 'Aller_Bd','Aller_Bd_IE';
}
.newsimg_2_of_1 {
	width:30%;
    margin-left:10px;
}
.newsimages_1_of_2 {
	width: 48.6%;
}
.newsimages_1_of_2  img {
	max-width:100%;
    float:right
}
.news1img_2_of_1 {
	width:35%;
    margin-left:10px;
}
.newslist_2_of_1  p{
	font-size: 1.1em;
	padding: 5px;
	color: #8C8061;
	line-height: 1.3em; 	
}

.newslistview_1_of_2{
	display: block;
	float:left;
	margin:0% 0 3% 2.6%;
	/*background:#FFF;*/
}
.newslist_2_of_1 a{
font-family: 'ambleregular','ambleregular_IE';
	 font-size:1.1em;
	 text-transform:uppercase;
	 color:#D3C294;
	 padding-left:25px;
	 background:url(../images/read_more.png) no-repeat 0 0;
	 -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;
  }
/******** Content bottom ********/
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; }

.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_1_of_3  h3{
	color:#8F8042;
	margin:5px 0 10px 0;
	font-size:1.8em;
	text-transform:uppercase;
    font-family: 'Aller_Bd','Aller_Bd_IE';
}
.span_1_of_3  p  {
	font-size: 0.85em;
	padding: 5px 0;
	color: #8C8061;
	line-height: 1.8em; 
}
ul.dishes_list  li{
	color:#8C8061;
	font-family: 'ambleregular','ambleregular_IE';
	font-size:1em;
	display:block;
	padding:5px 0 0 20px;
	background:url(../images/marker.png) no-repeat 0;
}
ul.dishes_list li a:hover{
	color:#554E3B;
	text-decoration:underline;
}
.location li{
	color:#8C8061;
	font-family: 'ambleregular','ambleregular_IE';
	font-size:1em;
	display:block;
	margin:1px 0;
}
/*** Footer ***/
 .copy-right{
	background:url(../images/footer_bg.jpg) repeat-x;
 }
 .copy-right p{
	font-family: 'Aller_Bd','Aller_Bd_IE';
	color:#FFF;
	font-size: 0.875em;
	text-align:left;
 }
 /*.copy-right p.company_name{
  	 float:right;
     margin-top:6px;
  }
 .copy-right p.design{
 	float:left;
 }
 .copy-right p span{
     font-family: 'ambleregular','ambleregular_IE';
     font-size:2em;
     color:#FFF;
 }*/
 .copy-right p a{
    color:#fff;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
 }
 .copy-right p a:hover{
	text-decoration:none;
	color:#FFF;
 }
 /************* About *************/
.header_img img{
	max-width:100%;
	display:block;
}
.about_desc{
	padding:30px 0;
}
.about_desc h2{
	color:#857240;
    font-size:3em;
	margin-bottom:10px;
    font-family: 'Aller_Bd','Aller_Bd_IE';
}
.about_desc p{
	font-size:0.85em;
	padding:5px  0;
	color:#8C8061;
	line-height: 1.8em;
}
/********** Menu ***************/
/*  GRID OF FOUR   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
.span_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
}
.span_1_of_4  h3{
	color: #BDA954;
	margin-bottom: 0.5em;
	font-size: 2em;
	font-family: 'Aller_Bd','Aller_Bd_IE';
}
.menu_list{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom:1px solid #000000;
    text-align:center;
    color:#BDA954;
	margin-bottom:0.5em;
	font-size:2em;
    font-family: 'Aller_Bd','Aller_Bd_IE';
}
.menu_list img{
	height:85px;
    width:85px;
    padding:7px;
    opacity:0.5;
    filter: alpha(opacity=50);
}
.menu_list img:hover, .menu_list img.active{
 opacity:1;
 filter: alpha(opacity=100);
 cursor:pointer;
}
.top_exp{
color:#8F8042;
	font-size:0.4em !important;
    font-family: 'Aller_Bd','Aller_Bd_IE';
 }
 
/****** Services **********/
.services_desc h2{
	color:#8F8042;
	font-family: 'Aller_Bd','Aller_Bd_IE';
	font-size:1.8em;
	text-transform: uppercase;
	padding-bottom:5px;
}
.services_desc p{
	font-size: 0.85em;
	padding: 5px 0;
	color: #8C8061;
	line-height: 1.8em;
}
.services_desc p span{
	font-family: 'ambleregular','ambleregular_IE';
}
.cont{
	display: block;
	float:left;
	margin:2% 0 2% 0;
}
.lsidebar{
	display: block;
	float:left;
	margin:1% 0 2% 1.6%;
} 	
.span_2_of_3 {
	width:72.1%;
	padding:1.5%; 
}
.sidebar {
	width: 20.2%;
	padding:1.5%; 
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding:2% 0;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:35.2%;
}
.span_2_of_1{
	width: 61.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.span_2_of_3  h3{
	font-size:1.2em;
	color:#8F8042;
	font-family: 'Aller_Bd','Aller_Bd_IE';
	text-transform: uppercase;
}
.span_2_of_1  p  {
	font-size: 0.85em;
	padding: 5px 0;
	color: #8C8061;
	line-height: 1.8em;
}
.offers_list h2,.archives h2{
	color:#8F8042;
	font-family: 'Aller_Bd','Aller_Bd_IE';
	font-size:1.8em;
	text-transform: uppercase;
	padding-bottom:5px;
}
.offers_list li,.archives li{
	color:#8C8061;
	font-size:0.815em;
	padding:6px 0 6px 20px;
	background:url(../images/marker.png) no-repeat 0;
	cursor:pointer;
	font-family: 'ambleregular','ambleregular_IE';
}
.offers_list li:hover,.archives li:hover{
	color:#64542A;
}
.archives{
	margin-top:30px;
}
/************* Contact ********/
.contact_desc{
	padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}
.contact_desc h2{
	color:#8F8042;
	margin:5px 0 10px 0;
	font-size:1.8em;
	text-transform:uppercase;
    font-family: 'Aller_Bd','Aller_Bd_IE';
}
.contact-form{
	position:relative;
	padding-bottom:10px;
}

.services_desc{
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.services_desc h2{
	color:#8F8042;
	margin:5px 0 10px 0;
	font-size:1.8em;
	text-transform:uppercase;
    font-family: 'Aller_Bd','Aller_Bd_IE';
}
.services-form{
	position:relative;
	padding-bottom:10px;
}

.left_form{
	float:left;
	width:48%;
}
.right_form{
	float:left;
	width:48%;
	margin-left:3.8%;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.85em;
	font-family: 'ambleregular','ambleregular_IE';
	color:#8C8061;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:10px;
			display:block;
			width:95%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:100px;		
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.85em;
	font-family: 'ambleregular','ambleregular_IE';
	color:#8C8061;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:10px;
			display:block;
			width:95%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:100px;		
}


.services-form div{
	padding:5px 0;
}
.services-form span{
	display:block;
	font-size:0.85em;
	font-family: 'ambleregular','ambleregular_IE';
	color:#8C8061;
	padding-bottom:5px;
}
.services-form input[type="text"], .services-form textarea{
		    padding:10px;
			display:block;
			width:95%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.services-form select{
		    padding:8px 10px 10px 10px;
			display:block;
			width:95%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			/*-webkit-appearance:none;*/
}
.services-form textarea{
		resize:none;
		/*height:109px;	*/	
        height:85px;
}
.myButton{
    background:#857240;
	color: #FFF;
	font-size:1.2em;
	padding:10px 20px;
	border:none;
	text-decoration: none;
	outline: 0;
	-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;
    display:inline-block;
    font-family: 'ambleregular','ambleregular_IE';
    cursor:pointer;
    text-transform:uppercase;
    -webkit-appearance:none;
    float:right;
}
.myButton:hover{
        text-shadow: 0px 0px 1px #000;
		background:#292929;
}
.myButton1{
    background:#857240;
	color: #FFF;
	font-size:1.5em;
	padding:15px 40px;
	border:none;
	text-decoration: none;
	outline: 0;
	-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;
    display:inline-block;
    font-family: 'ambleregular','ambleregular_IE';
    cursor:pointer;
    text-transform:uppercase;
    -webkit-appearance:none;
    float:right;
}
.myButton1:hover{
        text-shadow: 0px 0px 1px #000;
		background:#292929;
}
.company_address{
	 float:left;
	 width:25%;
}
.company_address p{
	color:#8C8061;
	font-family: 'ambleregular','ambleregular_IE';
	font-size:1em;
	padding:0 0;
}
.company_address p span a{
	text-decoration:underline;
	color:#8F8042;
}
.company_address p span a:hover{
	text-decoration:none;
	color:#72652E;
}
.contact_info{
	float:right;
	width:70%;
	margin-left:5%;
}

/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap,.wrapheader,.wrapfooter{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrapheader,.wrapfooter{
		width:90%;
	}
    .listimg_2_of_1 a span
    {font-size:1.7em; }
}
@media only screen and (max-width: 1024px)  {
    .price_text h4
    {font-size:0.75em; }
	.wrap,.wrapheader,.wrapfooter{
		width:100%;
	}
    .social
    { margin-top:0.7%
    }
	.logo{
		padding:50px 30px;
	}
    .listimg_2_of_1 a span
    {font-size:1.7em; }
	.menu li a{
        font-size:inherit;
		padding:22px 22px;
	}
	.list_2_of_1 h3{
		font-size:1.2em;
	}
}
@media only screen and (max-width:800px) {
    .welcome_desc h3 span
    {font-size:1.7em; }
    .price_text h4
    {font-size:0.54em; }
	.wrapheader{
		width:95%;
        height:100px
	}
    .wrap{
		width:95%;
        /*height:100px*/
	}
    .social
    { margin-top:0.7%;z-index:1;width:45%
    }
	.menu li a{
		font-size:inherit;
        padding:22px 7px;
	}
	/*.price_desc span{
		font-size:2.2em;
	}
	.price_desc a{
		font-size:0.84em;
	}*/
	.span_1_of_3 h3{
		font-size:1.5em;
	}
    .list_of_2 h3
    {font-size:1.2em }
    .listimg_2_of_1 a span
    {font-size:1.2em; }
	ul.dishes_list li a, .location, .copy-right p{
		font-size:0.8em;
	}
	.offers_list h2, .archives h2{
		font-size:1.2em;
	}
    .newswrap
    {margin:0 auto 0 60px }	
    .newsimg_2_of_1
    {width:40% }
    /*.copy-right p.design
    {width:100% }*/
}
@media only screen and (max-width:640px) {
.welcome_desc h3 span
    {font-size:1.92em; }
    .price_text h4
    {font-size:0.79em; }
	.wrapheader{
		width:90%;
        height:150px
	}
    .wrap{
		width:90%;
        /*height:150px*/
	}
    .social
    { margin-top:16%;
        z-index:1;width:100%
    }
	.logo{
		float:none;
		display:block;
		text-align:center;
		position:relative;
		margin-top:-50px;
		padding:10px 0 30px 0;
	}
	.menu{
		float:none;
	}
	.menu li a {
		padding: 22px 6px;
    } 
	.col_1_of_2{
		margin:1% 0;
	}
	.span_1_of_2{
		width:94%;
	   padding:3%;
	}
	.price_desc a{
		font-size:1em;
	}
	.images_1_of_2{
		width:100%;
	}
	.listview_1_of_2{
		margin:2% 0;
	}
    .images_of_2
    {width:100% }
    .list_of_2 h3
    {font-size:1.2em }
	.col_1_of_4{
		margin:0;
	}
	.span_1_of_4{
		width:94%;
	   padding:3%;
	}
	.cont{
		margin: 0;
	}
	.span_2_of_3,.sidebar{
		width:94%;
	   padding:3%;
	}
	.lsidebar{
		margin: 0;
	}
	.offers_list h2, .archives h2{
		font-size:1.8em;
	}
    .listimg_2_of_1 a span
    {font-size:1.7em; }
	.company_address,.contact_info{
		width:100%;
		margin:0;
	}
    .newswrap
    {margin:0 auto 0 40px }	
    .newsimg_2_of_1
    {width:60% }
    /*.copy-right p.design
    {width:65% }*/
}
@media only screen and (max-width:480px) {
    .welcome_desc h3 span
    {font-size:1.92em; }
    .price_text h4
    {font-size:0.68em; }
	.wrapheader{
		width:95%;
        height:153px
	}
    .wrap{
		width:95%;
        /*height:153px*/
	}
    .social{ 
        margin-top:16%;
        z-index:1;
        width:100%
    }
	.menu li a{
        font-size:0.6em;
		padding: 22px 19px;
	}
	.col_1_of_3{
		margin:0;
	}
	.span_1_of_3{
		width:94%;
		padding:3%;
	}
    .listimg_2_of_1 a span
    {font-size:1.2em; }
	.left_form,.right_form{
		float:none;
		width:100%;
		margin:0;
	}
    .newswrap
    {margin:0 auto 0 30px }	
    .newsimg_2_of_1
    {width:70% }
    .services_desc img
    {margin-left:15%; }
    /*.copy-right p.design
    {width:89% }*/
}
@media only screen and (max-width:320px) {
	.wrap,.wrapheader, .wrapfooter{
		width:95%;
	}
    .social
    { margin-top:16%
    }
	.menu li a{
		padding:20px 9px;
		font-size:0.7em;
	}
	.welcome_desc h3{
		font-size:1.5em;
		margin-bottom:0;
	}
	.price_desc span{
		font-size:1.4em;
	}
	.price_text{
		width:59%;
	}
	.price_desc a{
		font-size:1em;
	}
	.price_text h4{
		font-size:0.85em
		line-height:1.6em;
	}
	.listimg_2_of_1{
		width:100%;
	}
	.list_2_of_1{
		width:94%;
		padding:3%;
	}
	.text{
		margin: 0;
	}
	.list_2_of_1 h3{
		margin-bottom:0;
	}
	.grid{
		margin: 0;
	}
	.images_3_of_1,.span_2_of_1{
		width:100%;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:92%;
	}
    
    

}