@charset "utf-8";
/* CSS Document */

/* Overrides */
.fdm-item-price {
  display: none !important;
  visibility: hidden !important;
}

body {
	margin:0;
	font-family:"Times New Roman", Times, serif;
	min-width:320px;
}
a, a:hover, a:focus, a:active {
	text-decoration:none;
}
ul{
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
.wrap {
	margin:0;
	padding:0;
}
.container {
	max-width:1230px;
	width:100%;
	margin:0 auto;
}
.up-home-bg {
  background-attachment: scroll;
  background-image: url("../images/background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  padding: 25px 0;
  position: relative;
  top: -120px;
  z-index: 0;
}
.up-bg {
  background-attachment: scroll;
  background-image: url("../images/background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding: 25px 0;
  position: relative;
  top: -120px;
  z-index: 0;
}
.menu-strip {
  background: rgba(216, 206, 190, 0.9) none repeat scroll 0 0;
  padding: 0;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.logo {
  left: 0;
  position: absolute;
  top: 0;
  width: 25%;
  z-index:20;
}

a.back-to-top{
	background:rgba(0,0,0,.6);
	color:#ffffff;
	display:block;
	padding:10px;
	position:fixed;
	top:90%;
	right:5%;
	z-index:1000;
	  height: 35px;
	  width:35px;
	  -webkit-border-radius: 20%;
	border-radius: 20%;
	display:none;
}
a.back-to-top:hover{
	background:rgba(0,0,0,.9);
	color:#ffffff;
}
.up-bg .container {
  position: relative;
}
.logo img {
  width: 100%;
}
.nav.navbar-nav {
  text-align: right;
  float: none;
}
.nav.navbar-nav > li {
  display: inline-block;
  padding: 17px 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.nav.navbar-nav > li:first-child, .nav.navbar-nav > li:last-child {
	border:none;
}
.nav.navbar-nav > li:first-child {
  padding: 0;
  text-align: right;
}
.nav.navbar-nav > li a {
  border-right: 1px solid #551a05;
  color: #551a05;
  font-size: 17px;
  padding: 4px 7px;
}
.dropdown-menu::before {
  content: "";
  display: block;
  height: 4px;
  margin: -5px 0;
  position: relative;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar {
  margin-bottom: 0;
  min-height: auto;
  position: relative;
}
.navbar-collapse {
  padding: 0;
}
.navbar-nav > li {
  float: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #551a05;
}
.dropdown-menu {
  background-color: #551a05;
  border: medium none;
  box-shadow: none;
  font-size: 16px;
  left: -21%;
  min-width: 99px;
  text-align: center;
  top: 55px;
  width: 100%;
}
.dropdown-menu a {
  color: #f1ece3 !important;
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #f1ece3;
  text-decoration: none;
  color: #551a05 !important;
}
.dropdown-menu > li > a {
  clear: both;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 0;
  white-space: nowrap;
}
.navbar-nav > li > a {
  line-height: 0;
  padding:0;
}
.nav > li > a {
  display: inline;
}
.about-txt {
  background-color: #69904e;
  padding: 25px 0 25px;
  margin-top: -120px;
}
.about-txt h1 {
  color: #ffffff;
  font-family: Tekton Pro;
  font-size: 40px;
  font-style: italic;
  margin: 0 0 10px;
}
.about-txt p {
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  padding-right:30px;
}
.gallery-bg {
  background-image: url("../images/background-2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment:fixed;
  background-color: #561A05;
}
.left {
  background: rgba(251, 243, 224, 0.8) none repeat scroll 0 0;
  border-radius: 5px;
  margin: 50px auto 30px;
  max-width: 500px;
  padding: 90px 30px 20px;
  position: relative;
  text-align: center;
}
.left .img-container{
	 left: 0;
  position: absolute;
  top: -70px;
  width:100%;
}
.left h4 {
  color: #551a05;
  font-size: 23px;
  margin: 0;
}

.left h3 {
  color: #551a05;
  font-family: tekton pro;
  font-size: 31px;
  font-style: italic;
}

.fullcontent {
  background: rgba(251, 243, 224, 0.8) none repeat scroll 0 0;
  border-radius: 5px;
  margin: 50px auto 30px;
  max-width: 100%;
  padding: 90px 30px 20px;
  position: relative;
  text-align: left;
}
.fullcontent h4 {
  color: #551a05;
  font-size: 23px;
  margin: 0;
}
.fullcontent > img.head, .fullcontent > .head-right,.fullcontent > .imgcenter {
  right: 9%;
  position: absolute;
  top: -70px;
  display:block;
}

.fullcontent > .head-left {
  left: 9%;
  position: absolute;
  top: -70px;
}
.fullcontent > .head-center {
  text-align:center;
  width:100%;
  left:0;
  position: absolute;
  top: -70px;
}


.fullcontent h3 {
  color: #551a05;
  font-family: tekton pro;
  font-size: 31px;
  font-style: italic;
}

.fullcontent p.content-detail{
	font-size:18px;
	text-align:center;
	color:#551a05;
}

.timings {
  margin: 10px 0;
}
.timings li {
  font-size: 23px;
  text-align: left;
  color: #551a05;
}
.timings-1 {
  margin: 10px 0;
}
.timings-1 li {
  font-size: 23px;
  text-align: right;
  color: #551a05;
}
.timings-1 li:first-child {
	font-style:italic;
}
.gallery-bg h2 {
  color: #ffffff;
  font-family: tekton pro;
  font-size: 31px;
  font-style: italic;
  text-align: center;
}
.about-txt1 {
  background-color: #69904e;
  margin-top: 20px;
  padding: 15px 0 30px;
}
.best-valley > h2 {
  color: #ffffff;
  float: left;
  font-family: tekton pro;
  font-size: 31px;
  font-style: italic;
  margin: 10px 0 15px;
}
.best-valley > ul {
  float: left;
}
.best-valley > img {
  float: left;
  margin-right: 15px;
}
.best-valley li {
  color: #ffffff;
  font-size: 16px;
}
.best-valley table {
  float: left;
  font-size: 16px;
  width: 100%;
}
.cus {
  border: medium none;
  margin: 5px 0;
  max-width: 175px;
  padding: 4px 9px;
  width: 100%;
}
.clr {
  color: #ffffff;
  font-size: 16px;
  width: 60px;
}
.social {
  float: left;
  margin-right: 10px !important;
}
.link-1 > li {
  display: inline;
  padding: 0 2px;
}
.link-1 {
  margin: 10px 0;
  float: left;
}
.best-valley > p {
  color: #ffffff;
  float: left;
  font-size: 16px;
}
.footer p {
  color: #551a05;
  font-size: 14px;
  margin: 0;
}
.footer {
  background: rgba(216, 206, 190, 0.9) none repeat scroll 0 0;
  padding: 25px 0;
}
.footer li {
  border-right: 1px solid #551a05;
  display: inline;
  padding: 0 7px;
  text-align: center;
}
.footer li a {
	color: #551a05;
}
.footer li:last-child {
	border:none;
}
.scroll-div {
  position: relative;
  
}
.scroll-div p{
max-height:70px;
  overflow:hidden;
 }
.arrows {
  position: absolute;
  right: 0;
  top: 35px;
}
.arrows li {
  padding: 4px 0;
}
.angle > img {
  min-width: 99px;
  width: 100%;
}
.angle {
  position: absolute;
}

/*---- INPUT STYLES ----*/

label{
	margin:0;
	display:inline-block;
	vertical-align:top;
	margin-top:2%;
	color:#551a05;
	font-weight:bold;
}

input[type=text],input[type=email],input[type=password],textarea,select{
	width:80%;
	border:1px solid #ddd;
	padding:1%;
	outline:none;
}
select{
width:auto;
}
form.visual-form-builder{
	padding:1em;
	background:#551a05;
	color:#fff;
}
form.visual-form-builder a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
form.visual-form-builder .vfb-error{
	color:#FF0000;
}
.visual-form-builder .vfb-legend{
	margin:0 0 1em 0;
	padding:0;
}
.visual-form-builder .vfb-legend h3{
	color:#fff;
}
.visual-form-builder label, label.vfb-desc{
	color:#fff;
}
.vfb-submit, input.vfb-submit[type="submit"]{
	background:#69904e;
	padding:.3em .5em .3em .5em ;
	margin:1% 0;
}
.gform_wrapper .left_label li.field_sublabel_below .gfield_label{
	margin:0.5em 0;
	width:15%;
}
.gform_wrapper .top_label .gfield_label{
	margin: 0;
}

.visual-form-builder fieldset{
background:rgba(255,255,255,0);
border:none;
margin:0;
}
.visual-form-builder .vfb-legend{
	border:none;
}
input[type=button],input[type=submit]{
	margin:1%;
	background:#551a05;
	color:#fff;
	border:none;
	text-transform:uppercase;
	padding:.5%;
	font-size:14px;
}

input[type=submit]:hover{
	background:#69904e;
}

input[type=submit].form-button{
	margin-left:8%;
}
/****************************/
/****** media query *********/
/****************************/
.resp-tab-active{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.resp-tab-active:after{
	  top: 1px;
	  display: inline-block;
	  color:#69904e;
	  font-family: 'Glyphicons Halflings';
	content:"\e095";
	margin-left:5px;
}

@media(max-width:1199px)
{
	.nav.navbar-nav > li a {
  font-size: 15px;
}
.nav.navbar-nav > li {
  width: auto;
}
.up-bg {
  min-height: 615px;
}

h2.resp-accordion.resp-tab-active{
	  background: #551a05 !important;
  color: #fff;
}

h2.resp-accordion {
	background: #444444 !important;
  color: #fff;
}



}
@media(max-width:1060px)
{

.footer p {
  font-size: 13px;
}
.footer li a {
  font-size: 13px;
}
}
@media(max-width:992px){
.up-bg {
  min-height: 515px;
}

}


@media(max-width:980px)
{
	
}
@media(max-width:950px)
{
	.timings li, .timings-1 li {
  font-size: 21px;
}
.left {
  padding: 90px 20px 20px;
}
}
@media(max-width:940px)
{
	.nav.navbar-nav > li {
  width:auto;
}
.logo img {
  width: 80%;
}
.footer li {
  padding: 0 5px;
}
.footer p {
  font-size: 12px;
}
.footer li a {
  font-size: 12px;
}
.footer li {
  padding: 0 2px;
}
}
@media(max-width:930px)
{
	.gallery-bg {
  background-size: cover;
}
}
@media(max-width:900px)
{
	.footer p {
  text-align: center;
}
}
@media(max-width:880px)
{

.timings li, .timings-1 li {
  font-size: 19px;
}
.best-valley > h2 {
  font-size: 25px;
}
.up-home-bg {
	min-height:500px;
}

}

@media(max-width:840px)
{
	.nav > li > a > img {
  display: none;
}

.logo {
  top:0;
}
.up-bg {
  min-height: 445px;
}

}
@media(max-width:800px)
{
	.left {
  		padding: 90px 15px 20px;
	}
	.fullcontent > .head-left {
    left: 5%;
	}
	.fullcontent > .head-right {
		right:5%;
		text-align:right;
	}
	.fullcontent > .head-left, .fullcontent > .head-right {
		width:50%;
	}
	.fullcontent > .head-left img, .fullcontent > .head-right img {
		width:75%;
	}
}
@media(max-width:767px)
{
	.up-home-bg {
	min-height:400px;
	}
	.angle {
  display: none;
}
.custom-menu .yolandas-nav .dropdown-menu a {
  color: #383838 !important;
  font-size:12px !important;
  padding: 10px 0 5px 0;
  margin-left:-20px;
}
	.nav.navbar-nav.yolandas-nav.nav.navbar-nav > li {
  border: medium none;
  display: block;
  width: auto;
  float:none;
  border-bottom:1px solid #fff;
}
.nav.navbar-nav.yolandas-nav.nav.navbar-nav > li:last-child{
	border-bottom:none;
}
.navbar-nav .open .dropdown-menu{
margin:5px 0 5px 0 !important;
position: relative;
    top: 20px;
    left: 0;
     border: 1px solid #fff;

    background: #551a05;
}
.about-txt p {
  font-size: 16px;
}
.logo img {
  min-width: 164px;
  width: 100%;
}
.up-bg {
  min-height: 395px;
}
.about-txt h1 {
  font-size: 32px;
}
	.left {
  padding: 90px 30px 20px;
}


.fullcontent > .imgcenter {
	position:static;
	margin:auto;
	text-align:center;
	top:auto;
	float:none;
}


.fullcontent .head-right{
	text-align:right;
	position:absolute;
}

.about-txt1{
	margin-top:100px;
}
.cover {
  margin-bottom: 100px;
}
.best-valley {
  float: left;
  width: 100%;
  text-align:center;
}
.best-valley > h2 {
  float: none;
}
.best-valley > img {
  float: none;
  margin-right: 0;
}
.best-valley > ul {
  float: none;
  margin-bottom:20px;
}
.best-valley li {
  padding: 0 10px;
  display:inline;
}
.clr {
  width: 32%;
  text-align: right;
  padding-right: 15px;
}
.cus {
  max-width: 300px;
  width: 100%;
}
.best-valley > p {
  float: none;
}
.footer ul {
  text-align: center;
  margin-top: 10px;
}
.footer li {
  padding: 0 7px;
}

.nav.navbar-nav > li a , .navbar-collapse.bs-example-js-navbar-collapse.links.collapse.in{
  border-right: medium none;
 
}
.nav.navbar-nav > li a {
  font-size: 18px;  display: block;
}

.nav.navbar-nav.yolandas-nav > li:hover {
  background: none repeat scroll 0 0 #000;
}
.nav.navbar-nav.yolandas-nav > li:hover a, .nav.navbar-nav.yolandas-nav > li:hover ul  a {
  color: #fff !important;
}
.custom-menu .yolandas-nav .dropdown-menu a {
  font-size: 15px !important;
    margin: 0 7px !important;
  text-indent: 26px;
}
.navbar-nav > li > .dropdown-menu {
    margin: 12px 0 0 !important;
}
.nav.navbar-nav.yolandas-nav li:first-child {
  display: none !important;
}
.nav.navbar-nav.yolandas-nav li ul li:first-child {
  display: block !important;
}

}



@media(max-width:585px)
{
	.up-home-bg {
	min-height:300px;
	}
	.up-bg{
 	 min-height: 306px;
	}
	
	.fullcontent > .head-left, .fullcontent > .head-right {
		width:80%;
		top:-65px;
	}
}
@media(max-width:485px)
{
.about-txt h1 {
  font-size: 28px;
}
	.fullcontent > .head-left, .fullcontent > .head-right {
		width:70%;
		top:-60px;
	}
	
}
@media(max-width:500px)
{
	.clr {
  width: 18%;
	}
	.fullcontent > .head-left img, .fullcontent > .head-right img {
		width:60%;
	}
}
@media(max-width:475px)
{
	.timings li, .timings-1 li {
  font-size: 18px;
}

}
@media(max-width:430px)
{
	
.left h4 {
  font-size: 20px;
}
.left h3 {
  font-size: 28px;
}
	.fullcontent > .head-left, .fullcontent > .head-right {
		width:60%;
		top:-50px;
	}
	.fullcontent > .head-left img, .fullcontent > .head-right img {
		width:70%;
	}
}
@media(max-width:400px)
{
	.up-home-bg {
	min-height:250px;
	}
	.timings li, .timings-1 li {
  font-size: 15px;
}

}
@media(max-width:360px)
{
	.timings li, .timings-1 li {
  font-size: 14px;
}
.less-wid {
  width: 44%;
}
.more-wid {
  width: 56%;
}
.left {
  padding: 75px 15px 10px;
  margin: 30px auto 15px;
}

.gallery-bg h2 {
  font-size: 25px; 
}
.best-valley li {
  padding: 0;
}
.left h4 {
  font-size: 18px;
}
.left h3 {
  font-size: 25px;
}
.cover {
  margin-bottom: 65px;
}

}



span.hiring {
	background-color: #561A05; 
	padding: 10px 20px 10px; 
	margin-bottom: 20px; }
	
a.print-menu {
	background-color: #69904E;
	padding: 5px 10px 5px;
	color: #fff; 
	text-align: right;
	font-weight: bold;
	margin-bottom: 15px; }
	
a.print-menu:hover {
	background-color: #466233;
	padding: 5px 10px 5px;
	color: #fff; 
	text-align: right;
	font-weight: bold;
	margin-bottom: 15px; }
	
.specials {
	text-align: center; }
	
span.special {
	font-family: tekton pro;
	text-align: center;
	background-color: #69904E;
	color: #fff;
	font-size: 35px;
	padding: 10px 10px 0px;
	font-weight: bold;
	display: block; }
		
a.coupons, a.coupons:hover {
	color: #fff; 
	text-align: center;
    font-family: tekton pro;
    font-size: 25px;
    padding: 20px 40px; 
	display: block;
	margin: 20px; }

a.coupons {
	background-color: #561A05; }
	
a.coupons:hover {
	background-color: #381300; }
	
.right {
	text-align: right;
	display: block; }
	
img.menu {
	width:100%;
	height:auto; }

.white-bg {
	background-color: #fff;
	padding: 30px; }
	
span.h3small {
	font-size: 25px; }

.order_button {
  box-shadow:inset 0px 1px 0px 0px #a4e271;
  background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  background-color:#89c403;
  border-radius:6px;
  border:1px solid #74b807;
  display:inline-block;
  cursor:pointer;
  color:#ffffff !important;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #528009;
}

.order_button:hover {
  background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  background-color:#77a809;
}

.order_button:active {
  position:relative;
  top:1px;
}