@charset "utf-8";
/* CSS Document */
html, body { margin:0 !important; padding:0 !important;}
body {
	background:url("../images/bg1.png") repeat-x;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:0.07em;
	color:#433b3d;
	font-weight:300;
	font-size:18px;
	-webkit-font-smoothing: antialiased; 
  
}
strong {font-weight:700; }
h1, h2, h3 { font-weight:700;  }
h1 { font-size:48px; color:#af6835; text-align:center; margin-bottom:30px;}
h2 { font-size:36px; color:#377B26; text-align:left; margin-top:30px;}
h3 { font-size:24px; color:#433b3d; text-align:left; margin-top:20px;}
/* text colours */
.color1 { color:#377B26;} /* Green */
.color2 { color:#af6835;} /* Brown*/
.color3 { color:#433b3d;} /* Dark Grey */
.color4 { color:#FFF;} /* white */
.color5 { color:#000;} /* black */
/* background colours */

.bg1 { background:#377B26 !important;} /* Green */
.bg2 { background:#af6835 !important;} /* Brown*/
.bg3 { background:#A9B8A5 !important;} /* Light Green */
.bg4 { background:#f1e7de !important;} /* Light Brown */
.bg5 { background:#FFF !important;} /* white */
.bg6 { background:#000 !important;} /* black */

a { color:#af6835; text-decoration:underline;}
a:hover { color:#af6835; }

.txtLarge { font-size:24px !important;}
.txtMedium { font-size:21px !important;}
.txtSmall { font-size:14px !important;}
.txtXsmall { font-size:10px !important;}

/*buttons */
.btn { font-family: 'Prata', serif; }
.btn-custom1 { background:#b0ae7b; text-decoration:none; color:#FFF; padding:5px 10px; text-decoration:none; font-size:18px; }
.btn-custom1:hover { background:#FFF; color:#000; border:1px solid #b0ae7b;  }
.btn-custom2 { background:#FFF; text-decoration:none; color:#433b3d; padding:5px 10px; text-decoration:none; font-size:18px; }
.btn-custom2:hover { background:#433b3d; color:#FFF; border:1px solid #FFF; }

.btn-readmore { background:#FFF; text-decoration:none; color:#eb2c3a; padding:5px 20px; text-decoration:none; border:1px solid #555; font-size:18px; }
.btn-readmore:hover { background:#000; color:#FFF; }

.padding-left { padding-left:0 !important;}
.padding-right { padding-right:0 !important;}
.padding-both { padding-left:0 !important; padding-right:0 !important;}


.list-1 { list-style:none; font-size:21px; margin-left:0; padding-left:0;}
.list-1 li{ 
background: url(../images/bullet-tick.png) no-repeat left top;
height: 40px;
padding-left: 44px;
padding-top: 3px;
margin-left:0px;
}

/* list columns */
.ListColumn ul{
  width:100%;
  margin-bottom:20px;
  overflow:hidden;
  margin-left:0;
  padding-left:0;
}
.ListColumn li{
  float:left;
  display:inline;
  padding-bottom:5px;
}
#double li  { width:50%; }
#triple li  { width:33.333%; } 
#quad li    { width:25%; }
#six li     { width:16.666%; }


/* phone devices Landscap and Portrait both */
@media screen and (max-width: 767px) {

.row { margin:0;}
	.txtLarge { font-size:21px;}
	.txtMedium { font-size:18px;}
	.txtSmall { font-size:10px;}
	.txtXsmall { font-size:8px;}
	
	h1 { font-size:32px;}
	h2 { font-size:24px;}
	h3 { font-size:21px;}

#double li  { width:100%;}
#triple li  { width:100%; } 
#quad li    { width:100%; }
#six li     { width:16.666%; }

}

/* /////////////////////    Layout Styles   ///////////////////////// */

.container2{ max-width: 1400px; margin:0 auto; }
/* wide screen devices */
@media (min-width: 1200px) {
    .container{ max-width: 1170px; }
}
/* Small Desktop devices */
@media only screen and (min-width: 991px) and (max-width: 1190px) {
	.container{ max-width: 1000px;}
	.container2{ max-width: 1100px; }
}
@media only screen and (min-width: 100px) and (max-width: 991px) {
	.container2{ max-width: 100%; }
}
/*Layout Styles */

/* Fixed Header */
.header {
  position:fixed;
  top: 0;
  width:100%;
  margin:0;
  z-index:100;
  border-bottom:1px solid #ccc;
}
.header + .bannerSides {
  padding-top: 100px;
}

.top-links { margin-top:5px; margin-left: -10px; font-weight:bold;}
.top-links a { padding-right:10px; text-decoration:none; color:#; text-transform:uppercase; font-size:18px; }
.top-links ul {margin-left: 0px; padding: 0px;}
.sm-icon { text-align:right;}
.sm-icon img { padding:5px;}

.logo { margin:10px 0; text-align:center; max-width: 250px;}
.contact-info a { text-decoration:none; color:#FFF; font-weight:300; font-size:18px;}

.logoScrolled img { width:150px; height:auto;}

@media only screen and (min-width: 100px) and (max-width: 991px) {
	
	.top-links { margin-bottom:0; padding-bottom:0;}
	.top-links a { padding:5px; font-size:14px; }
	.contact-info { display:none;}
}
/* Nav BG */
#navbar { }

.navbar { min-height:auto; text-transform:uppercase;}
.navbar-custom {
  background-color: #;
  padding:10px;
  margin:0px 0;

}


.navbar-brand { height:auto; padding:0;}

/*Brand Style start */
.navbar-custom .navbar-brand {
  color: #ffffff;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
/*Brand Style end */

/*Nav Normal Style Txt */
.navbar-custom .navbar-text {
  color: #c2922e;
}

/*Nav Last Child Border  */
.navbar-custom .navbar-nav > li:last-child > a {
  border-right: 0px solid #;
}

/*Nav Base Level Link Style */
.navbar-custom .navbar-nav > li > a {
  color: #433b3d;
  font-size:16px;
  font-weight:400;
  background:#;
  border-radius:3px;
  margin:5px 5px;
  padding:5px 5px;
  text-decoration:none;
  line-height:25px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:bold;
}

/* Mouseover Base Level Links */
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color:#af6835;
}

/* Active tab */
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #af6835;
}
 
 /* Disabled */ 
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
  
}

.navbar-nav {  margin-left:20px;}

/* Nav icon in moibile view */

.navbar-custom .navbar-toggler {background-color:none; margin-top:10px; padding:5px; width:60px; height:auto;} /* space between top and icon in moibile view */
.navbar-custom .navbar-toggler:hover,
.navbar-custom .navbar-toggler:focus {
  background-color: #;
}
.navbar-custom .navbar-toggler .navbar-toggler-icon{
	width:50px;
	height:auto;
	margin:0;
}

.navbar-toggler-icon .icon-bar {
  background-color: #000;
  height:6px;
  width:100%;
  display:block;
  margin:4px 0 4px 0;
  padding:0;
}

/* 1px line in mobile view */
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #;
}
/* Caret/small arrow colour Base Level Normal */
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
/* Dropdown Tab active */
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #dbb03d;
  color: #FFF;
  border-radius:3px;
  
}
/* Caret/small arrow colour Base Level Active Tab */
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
/* Caret/small arrow colour Dropdown Level */
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.dropdown-menu { margin:0; padding:0; top:38px; left:14px; background-color:#b9ce45; border-top:0;} /* DropDown Styles */
.dropdown-menu> a { padding:10px; color:#000; text-decoration:none; line-height:25px; text-decoration:none;}
/* dropdown menu focused Link/Root Link style */
.dropdown:hover {

 }
/* To show dropdown menu on hover */
.dropdown:hover .dropdown-menu {
}


.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #c0c0c0;
}


@media only screen and (min-width: 100px) and (max-width: 991px) {
	.navbar-custom .navbar-nav  {
		border-top:2px solid #333;	
	}
	
	.navbar-toggler {
		width:100%;
		padding-left:30px;
		margin-left:0px;
		border-bottom:0px solid #333;
	}
	
	.navbar-custom .navbar-nav > li > a {
		border-bottom:0px solid #cfc9b6;	
	}
	
	.navbar .navbar-toggler-icon { float:right; }
}

.navbar-nav li a.btn { color:#FFF;}
.navbar-nav li a  .btn:hover { color:#af6835;}

.welcome-Text { font-size:21px; line-height:30px;}   
.HomeBox { position:relative; width:27%; padding:2px 2px 5px 2px; margin:3%;}
.HomeBox img{ width:100%;}
.HomeBoxContent { margin:15px; padding-bottom:15px; color:#FFF;}
.HomeBoxContent h3 { color:#FFF; }
.HomeBox > .btn { position:absolute; bottom:5px; left:2px; background:#FFF; border-radius:0; width:98.5%; text-decoration:none;}
.HomeBox > .btn:hover { background:#333; color:#FFF;}

/* slider styles */
.carousel { position:relative; margin:0 auto; margin-top:0px; }
.carousel-item { margin:0 auto;}
.carousel-caption { background-color: rgba(89, 43, 87, 0.6); width:45%; height:250px; margin:0 auto; top:50%; margin-top:-125px; padding:40px 70px; text-align:center; color:#FFF; }
.carousel-caption h3 { font-size:56px; font-weight:700; text-transform:uppercase; text-align:center; color:#FFF; }
.carousel-caption p { font-size:28px; font-weight:300;}

.carousel-indicators li { margin-bottom:-50px; width:15px; height:15px; border-radius:15px; background:#333; z-index:4;}
.carousel-indicators .active { width:15px; height:15px; border-radius:15px; background:#b9cd45;}

.item {
    .transition(.1s ease-in-out left);
}


.badge {
	position:absolute;
	bottom:10px;
	right:20px;
	z-index:10;
	animation-name: swing;
    animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	
	}
	

form label { margin-bottom:0px; margin-top:20px; padding:0;}

@media only screen and (min-width: 470px) and (max-width: 1200px) {
.carousel-caption {  height:150px; top:50%; margin-top:-75px; padding:20px 30px; text-align:center; color:#FFF; }
.carousel-caption h3 { font-size:36px;}
.carousel-caption p { font-size:18px;}
	
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	
	.badge img { width:100px; height:auto }
	.carousel-caption { display:none;}
}
.form-group { float:left; width:100%;}
.form-control { font-weight:normal; margin-bottom:5px; margin-top:10px;}


/* main styles */
.section  { padding:50px 0;}
.section1  { padding:60px 0 0 0; margin:0px 0; background-image:url(../images/brush-red.png) left bottom;}
.section2  { padding:60px 30px; margin:0;}
.section2  h3 { color:#FFF;}
.section2 a { color:#FFF; text-decoration:none;}
.section2 a:hover { color:#b9cd45;}

.order-online-box { border:3px solid #eceadc; padding:10px; margin-top:45px;}
.order-online-box-inner { border:1px solid #eceadc; padding:30px;}

.our-food ul { padding:0; margin:0; margin-top:20px; padding-bottom:15px;}
.our-food li { list-style:none; font-size:21px; font-weight:700; margin-bottom:10px; margin-left:0; margin-right:0; padding:0;}

.testimonials { background:url(../images/bg-testimonials.jpg) left 70px no-repeat; padding:25px;}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.testimonials { padding:10px;}
}

.content-break { margin-top:40px; padding-top:10px; }
.border-top { border-top:1px solid #CCC;}
.content-img { margin:15px;}
.separator { width:100%; display:block; margin:30px 0; border-top:1px solid #CCC;}
input { border-radius:0px;}
#links img { margin-bottom:30px;}
.sold img { margin-bottom:30px;}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
.section  { padding:20px 0;}
.section2  h3 { margin-bottom:45px;}
.footer-logo img{ width:25%; display:inline-block;}


}


@media only screen and (min-width: 100px) and (max-width: 600px) {
	.list-1 { list-style:none; font-size:16px; margin-left:0; padding-left:0;}
	
}

/* footer styles */
.footer {  padding:30px 0px 80px 0px; font-size:16px;}
.footer h5 { color:#66583b; text-align:left; margin:0px 0 10px 0; padding:0; font-size:16px; font-weight:normal;}
.footer a{ text-decoration:none; }
.footer a:hover{ text-decoration:none; color:#b9cd45;}
.footer ul { margin:0; padding:0;}
.footer ul li { margin:5px 15px; font-size:16px; list-style:none;}
.SMicon img{ width:15%; height:15%;}
.top-anchor {padding:15px; position:fixed; z-index:2; bottom:30px; right:30px; border-radius:25%; border:1px solid #FFF; display:none;}
.footer-nav li{display:inline;}
.top-anchor a { color:#FFF;}

/* phone devices portrait only*/
@media only screen and (min-width: 100px) and (max-width: 600px) {

	.footer img{ margin-bottom:15px;}
	.footer ul { border-bottom:1px solid #CCC; border-top:1px solid #CCC; padding-top:15px; padding-bottom:15px; }
	.footer ul li { margin:5px 0px; }
}




.smoke1 {
	position:absolute;
	bottom:220px;
	left:50%;
	margin-left:-50px;
	z-index:10;
	animation-name: smoke1;
    animation-duration: 4s;
	animation-delay: 3s;
	animation-iteration-count: infinite;
	opacity:0;
	
	}

@keyframes smoke1 {
  0% {
	bottom:150px;
	opacity:0;
  }

  
 /* 50% {
	bottom:230px;
	left:51%;
	opacity:0.7;
  }*/
  
  70% {
	bottom:240px;
	left:50%;
	opacity:0.7;
  }
  
  100% {
	bottom:250px;
	left:50%;
	opacity:0;
  }

 
}

.smoke2 {
	position:absolute;
	bottom:220px;
	left:51%;
	margin-left:-50px;
	z-index:10;
	animation-name: smoke2;
    animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	opacity:0;
	
	}

@keyframes smoke2 {
  0% {
	bottom:150px;
	opacity:0;
  }

 /*   50% {
	bottom:230px;
	left:50%;
	opacity:0.8;
  }*/

  
  70% {
	bottom:240px;
	left:51%;
	opacity:0.7;
  }
  
  100% {
	bottom:250px;
	left:51%;
	opacity:0;
  }

 
}

.smoke3 {
	position:absolute;
	bottom:140px;
	left:30%;
	margin-left:-50px;
	z-index:10;
	animation-name: smoke3;
    animation-duration: 7s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	opacity:0.2;
	
	}
@keyframes smoke3 {
  0% {
	bottom:140px;
	opacity:0.2;
  }

  
  80% {
	bottom:250px;
	left:32%;
	opacity:0.8;
  }
  
  100% {
	bottom:260px;
	left:32%;
	opacity:0.2;
  }

 
}


@media only screen and (min-width: 100px) and (max-width: 1000px) {
.smoke1 img, .smoke2 img{ width:50px; height:auto; }
.smoke3 img { width:120px; height:auto; }


@keyframes smoke3 {
  0% {
	bottom:40%;
	opacity:0.2;
  }

  
  80% {
	bottom:70%px;
	left:52%;
	opacity:0.8;
  }
  
  100% {
	bottom:71%;
	left:50%;
	opacity:0.2;
  }

 
}

@keyframes smoke2 {
  0% {
	bottom:35%;
	opacity:0;
  }
  
  70% {
	bottom:60%;
	left:51%;
	opacity:0.7;
  }
  
  100% {
	bottom:62%;
	left:51%;
	opacity:0;
  }

 
}

@keyframes smoke1 {
  0% {
	bottom:35%;
	opacity:0;
  }
  
  70% {
	bottom:60%;
	left:50%;
	opacity:0.7;
  }
  
  100% {
	bottom:62%;
	left:51%;
	opacity:0;
  }

 
}

}