 @import url('https://fonts.googleapis.com/css?family=Merriweather');
 @import url('https://fonts.googleapis.com/css?family=Oswald');
 @import url('https://fonts.googleapis.com/css?family=Ravi+Prakash');
 @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Mogra');
body{

    font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden;
	
}
h1,h2,h3,h4{
	font-family: 'Open Sans', sans-serif;
}

header{
	background: rgba(52,32,20,1);
	color: #FFF;
	padding: 5px 0;
	border-bottom: 5px solid #C7A17A;
	position: fixed;
	width: 100%;
	z-index: 100;
}
.site-logo{
	float:left;
	width:200px;
}
.site-logo img{
	width:100%;
}
.head-contact{
	margin: 30px 0px 0 20px;
	float:right;
	width: 180px;
	color: #C7A17A;
}
.head-contact i{
	font-size: 42px;
	float: left;
	margin-right: 10px;
}
.menu-trigger{
		display: none;
	font-size: 24px;
	color: #CB5411;
	padding: 5px;
	}
.nav-menu{
	margin: 20px 20px 0 0;
	float:right;	
}
.nav-menu .site-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;	
}
.nav-menu .site-menu li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;	
}
.nav-menu .site-menu li a{
	color: #CB5411;
	padding: 5px 15px;
	display: block;	
	text-align:center;
	transition: all 0.4s ease;
}
.nav-menu .site-menu li a.active{
	background: #CB5411;
	color: #F1F1F1;
	border-radius: 6px;
}
.nav-menu .site-menu li a i{	
	font-size: 40px;
}
.nav-menu .site-menu li a i.fa-users{
	font-size: 36px;
}
.nav-menu .site-menu li a i.fa-mobile{
	font-size: 46px;
}
.nav-menu .site-menu li a span{
	width: 100%;
	display: block;
	margin: 0px 0 0 0;
	font-size: 14px;
	
    font-family: 'Montserrat', sans-serif;

   /* font-family: 'Ravi Prakash', cursive;*/

	/*font-style: italic;*/
}
.nav-menu .site-menu li a:hover{
	text-decoration: none;
	color: #C7A17A;
}
.banner{
	float: left;
	width: 100%;
	height: 500px;
	margin-top: 120px;
	/*background-image: url(../images/banner.jpg);*/
	background-image: url(../images/slider/banner-4.jpg);
	background-size: cover;
	background-position: 0 -100px;
	 background-repeat: no-repeat;
    background-attachment: fixed;
	padding: 300px 0 0 0;
}
.banner-content{
	float: left;
	width: 100%;
	background:rgba(0,0,0,0.4) ;
	color: #FFF;
	padding: 10px;
	}
.banner-content h4{
	font-size: 28px;
	line-height: 40px;
}



#slideshow {
  margin:0;
  position: relative;
  width: 100%;
	min-height: 120px;
}

#slideshow > div {
  position: absolute;
	width: 100%;

}
#slideshow > div img{
  width: 100%;

}


.content-section-1{
	padding: 50px 0;
	background: #EAE7DE;
}
.content-section-1 h4.sub-head{
	padding: 10px 15px;
	background: #B34E17;
	color: #FFF;
}

h2.sub-head-2{
	padding: 10px 15px;
	background: #B34E17;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}

.home-smal-banner, .home-smal-banner-2, .home-smal-banner-3{
	background-size: cover;	
	height: 200px;
	width: 100%;
	overflow: hidden;
	transition: all 0.4s ease;
	position: relative;
	cursor: pointer;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
	
}
.home-smal-banner img, .home-smal-banner-2 img, .home-smal-banner-3 img{
	transition: all 0.4s ease;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.home-smal-banner:hover img, .home-smal-banner-2:hover img, .home-smal-banner-3:hover img{
	width: 120%;
	left: -10%;
	top: -10%;	
}
.bg-glade{
	position: absolute;
	left: 0;
	top:0px;
	width: 100%;
	height: 100%;
	background:rgba(112,33,22,0.5);
}
.image-text{
	position: absolute;
	left: 0;
	bottom:20px;
	width: 100%;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

.content-section-2{
	padding: 20px 0;
	background:rgba(112,33,22,0.2);
}
.smoothes-content{
	padding: 70px 0 0 0;
	
}
.content-section-2 h2{
	line-height:36px;
}
.content-section-2 h4{
	line-height:36px;
	font-size:24px;
}
.smoothes-img {
	padding: 15px;
	position:relative;
	text-align: right;
	/*background:#A97A73;*/
	
}
/*.smoothes-img:after {
	content: "";
	position:absolute;
	height: 100%;
	width: 1000px;
	left: 100%;
	top: 0;	
	background:#A97A73;
}*/
.smoothes-img img{
	width:100%;
	max-width: 400px;
}




.content-section-3{
	padding:30px 0;
	background: #B64B0F;
}
.pay-mod{
	padding: 0px 0 0 10px;
}
.pay-mod i{
	font-size: 40px;
	color: #FFF !important;
	padding:0px 5px;	
}


.social-media{
	text-align: right;
}
.social-media a{
	font-size: 40px;
	color: #FFF !important;
	padding:0px 10px 0px 10px;	
	margin-top: -5px;
}
.social-media a i{
	color: #FFF !important;	
}
.social-media a i:before{
	color: #FFF !important;	
}


.menu-block{	
	padding: 30px 0;
	background:#EAE7DE ;
}
.menu-item{
	width:100%;
	position: relative;
	overflow: hidden;
	border: 10px solid #FFFFFF;
	box-shadow: 0 0 5px #666;
}
.menu-item img{
	width:100%;
}
.menu-item  h4{
	text-align:center;
	padding: 10px
}


.content-section-4{	
	padding:30px 0;
	background: #F1F1F1;
}
.short-block{
	float: left;
	/*border:1px solid #E1E1E1;*/
	overflow: hidden;
	/*background: #B64B0F;*/
	width: 100%;
}
.short-img{
	width:30%;
	float: left;
	position: relative;
	
}
.short-img img{
	width:100%;
	
}
.short-text{
	float:left;
	width:70%;
	padding: 30px 0;
	font-size: 18px;
	color: #B64B0F;;
}
.short-text-2{
	float:left;
	width:100%;
	padding: 30px 0;
	font-size: 18px;
	color: #B64B0F;;
}
/*    Inner page styles*/
.inner-page-title{
	text-align: center;
	margin: 0px 0 50px 0;
	padding: 10px 0 30px;
	color: #B14E17;
	font-size: 32px;
}
.inner-page-title-2{
	text-align: center;
	margin: 30px 0 50px 0;
	padding: 10px;
	color: #B14E17;
	font-size: 32px;
}
.text-formate-1{
	text-align:justify;
	line-height: 24px;
	font-size: 14px;
	
}
.inner-block-2{
	background: #F1F1F1;
	float: left;
	width: 100%;
	padding: 10px;
}
.staff-profile{
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.profile-img{
	float: left;
	width: 100%;
	text-align: center;
}
.profile-img img{
	width: 100%;
}
.profile-name{
	position: relative;
	margin: 0px 0 20px 0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	float: left;
	background: rgba(255,255,255,0.7);
}
.profile-desc{
	position: relative;
	width: 100%;
	text-align: justify;
	background: #EAE7DE;
	float: left;
	padding: 15px;
	min-height: 275px;
	font-size: 14px;
	color: #666;
}

.profile-desc-l{
	font-size: 14px;
}

/* Menu */
.menu-category{
	position: relative;
	margin-bottom: 30px;
	padding: 5px 25px;
	
	
}
.menu-category img{
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	
}
.menu-cat-title{
	position:absolute;
	color: #FFF;text-shadow: 0 0 10px #333;
	font-size: 28px;
	bottom: 50px;
	left: 25px;
}
.menu-table{
	border: 1px solid #FFFFFF;	
	min-width: 800px;
	
}
.menu-table th{
	background: #BC5F28;
	color: #FFF;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	padding: 10px;
	font-size: 14px;
}
.table-header-center{
	
	text-align: center;
}

.menu-table td{
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	padding: 10px;
	background: #F1F1F1;
}
.table-menu-item{
	font-weight: bold;
	color: #A54712;
	font-size: 14px;
}
.link-button-container{
	width:100%;
	float: left;
	padding: 50px 0;
	text-align: center;
	position: relative;
}
.link-button{
	position: absolute;
	padding:5px 10px;;
	background: #B14E17;
	color: #F1F1F1;
	border-radius: 4px;
	font-size: 24px;
	text-decoration: none;
	transition: all 0.4s ease;
	border: 4px solid rgba(47, 28, 17, 0.2);
		width:70px;
	height: 54px;
	overflow: hidden;
	top: 0;
	left: 50%;
	margin-left: -50px;
	white-space: nowrap;
	text-align: left;
	line-height: 40px;
}
.link-button i{font-size: 40px; float: left;}
.link-button:hover{
	text-decoration: none;
	color: #FFF;
	width: 205px;
	/*background: #F1F1F1;
	border: 4px solid rgba(47, 28, 17, 1)*/
}

.link-button span{
	margin-top: -2px;
	float: right;
}
/*
.link-button:hover span{
visibility: visible;
	width: 100px;
}*/


.rewards{
	
}
.rewards img{
	width: 100%;
	box-shadow: 0 0 5px #666;
	margin-bottom: 30px;
}

.wifi{
	font-size: 18px;
}
.wifi img{
	width: 100%;
	
}

.menu-item-dec{
	margin-bottom: 30px;
	cursor: pointer;
}
.menu-item-image{
	width:100%;
}
.menu-item-title{
	width: 100%;
	float: left;
	padding: 10px;
	background: #F1F1F1;
	font-size: 20px;
	color: #B14E17;
	text-align: center
}


/*  popup box    */

.menu-popup{
	position: fixed;
	display: none;
	top: 0;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	z-index: 999;
	background: #FFF;
	border-radius: 4px;
	padding-bottom: 20px;
	
}
.menu-popup img{
	width:100%;
}
.menu-popup-bg{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 998;
}
.menu-popup-title{
	width: 100%;
	float: left;
	padding: 10px;
	background: #F1F1F1;
	font-size: 24px;
	color: #B14E17;
	clear: both;
}
.menu-popup-content{
	padding: 10px;
}
.pup-sub-head{
	width: 100%;
	padding: 10px;
	background: #B14E17;
	color: #FFF;
}
.menu-item-close{
	float: right;
	margin: -40px 20px 0 0;
	position: relative;
	font-size: 20px;
	color: #B14E17;
	cursor: pointer;
	z-index: 10;
}

/*  text us popup box    */

.text-popup{
	position: fixed;
	display: none;
	top: 0;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	z-index: 999;
	background: #FFF;
	border-radius: 4px;
	padding-bottom: 20px;
	
}
.text-popup img{
	width:100%;
}
.text-popup-bg{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 998;
}
.text-popup-title{
	width: 100%;
	float: left;
	padding: 10px;
	background: #F1F1F1;
	font-size: 24px;
	color: #B14E17;
	clear: both;
}
.text-popup-content{
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 10px;
	overflow-y: auto;
}

.text-item-close{
	float: right;
	margin: -40px 20px 0 0;
	position: relative;
	font-size: 20px;
	color: #B14E17;
	cursor: pointer;
	z-index: 10;
}







.flavors{
	list-style:none; 
	margin: 0;
	padding: 0;
}
.flavors li{
	float: left;
	padding: 5px;
	border: 1px solid #F1F1F1;
	margin: 0 5px 5px 0;
}

.contact-info{
	font-size:16px;
	line-height: 28px;
}

.contact-info-title{
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-weight: 700;
}
.contact-block-2{
	margin: 25px 0; 
}
.contact-block-3{
	background: #FFF; 
	margin: 25px 0; 
	padding: 15px;
}
.custom-title{
	width: 100%;
	padding:0 0 20px 0;
	text-align: center;
	color: #B14E17;
font-size: 26px;
}


.contact-form{
	font-size: 16px;
	
}
.contact-form .form-control{	
	height: 40px;
	border: 1px solid rgba(194, 84, 23,0.5);
	border-radius: 0;
	background: rgba(194, 84, 23, 0.05);
		font-size: 16px;
}
.contact-form textarea.form-control{	
	height: 60px;
}

.btn-default{
	background: rgba(194, 84, 23, 1);
		color:#FFF;
	border-radius: 0;
	padding: 10px 30px;
	transition: all 0.4s ease;
	font-size: 16px;
}

.small-text{
	font-size: 12px;
}

/* social media popup    */
.social-block{	
	position: fixed;
	top:0;
	right: -400px;
	width: 400px;
	height: 100%;
	z-index: 120;
	background: #F1F1F1;
	transition: all 0.4s ease;
	

}
.social-block.open-media{	
	right: 0px;
}
.social-feed-icons{
	float:left;
	width: 50px;
	margin: 40% 0 0 -50px;
	background: #F1F1F1;
	box-shadow: 0 0 5px #666;
	font-size: 36px;
	padding: 10px;
	cursor: pointer;
}
.social-block .media-popup-close{	
	display: none;
}
.social-feed-icons .active{
	color:#CB5411;
}
.social-block.open-media .media-popup-close{	
	display: block;
}

.facebook-container, .twitter-container, .tumblr-container, .instagram-container{
	display:none;
	position: absolute;
	height: 100%;
	width:100%;
	overflow: auto;
}

.text-link{
	cursor: pointer;
	color: rgba(255,255,255,1.00);
}


.sub-tag{
	width:100%;
	text-align: center;
	font-size: 24px;
	
}

.you-tube-video{
	width:100%;
	height: 350px;
}


@keyframes slidy {
0% { left: 0%; }
30% { left: 0%; }
35% { left: -100%; }
55% { left: -100%; }
60% { left: -200%; }
95% { left: -200%; }
100% { left: -300%; }
}

@-webkit-keyframes slidy {
0% { left: 0%; }
30% { left: 0%; }
35% { left: -100%; }
55% { left: -100%; }
60% { left: -200%; }
95% { left: -200%; }
100% { left: -300%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 25%; float: left; }
div#slider figure { 
  position: relative;
  width: 400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite; 
-webkit-animation: 30s slidy infinite;
}

.rewards-slide{
	width:150%;
}


/*  loose tea slider */
#carousel-example{
	margin:0 0 30px 0;
	background: #F1F1F1;
	padding: 10px;
}
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
	border-radius: 4px;
	overflow: hidden;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    border-radius: 0 0 5px 5px;
}

.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.clear-left{
    clear: left;
}


.controls{
    margin-top: 20px;
}
[data-slide="prev"]{
    margin-right: 10px;
}
.image-name{
	font-size: 18px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 10px;
	color: #FFF;
	text-align: center;
	position: relative;
	margin: -100px 0 0 0;
}
.info{
	display:none;
	
	padding:0 15px;
}
.col-item:hover .info{
	display:block;
}


footer{
	float:left;
	width: 100%;
	background: #2F1C11;
	padding: 10px 0;
	color: #C7A17A;
	
}
.footer-left{
	float: left;
}
.footer-right{
	float: right;
}


#back_to_fluid_dg {
			background: rgba(2,2,2,.5);
			clear: both; display: block; height: 20px; line-height: 20px; padding: 20px; position: relative; z-index: 1;
		}
		.fluid_container {
			bottom: 0; height: 100%; left: 0; position: relative; right: 0; top: 0; z-index: 0;
		}
		#fluid_dg_wrap_4 {
			 height: 650px; left: 0;
			margin-bottom: 0!important;
			position: relative; right: 0; top: 0;
		}
		.fluid_dg_bar {
			z-index: 2;
		}
		.fluid_dg_prevThumbs, .fluid_dg_nextThumbs, .fluid_dg_prev, .fluid_dg_next, .fluid_dg_commands, .fluid_dg_thumbs_cont {
			background: #222;
			background: rgba(2, 2, 2, .7);
		}
		.fluid_dg_thumbs {
			margin-top: -100px; position: relative; z-index: 1;
		}
		.fluid_dg_thumbs_cont {
			display: none;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		.fluid_dg_overlayer {
			opacity: .1;
		}




.scroll-top{
	visibility:hidden;
	opacity:0;
	position:fixed;
	bottom:10px;
	right:20px;
	transition:all 0.3s ease;
	box-shadow:0 0 4px #666;
	background:#FFF;
	color:#C44612;
	padding:5px 10px 5px 10px;
	cursor:pointer;
	border-radius:4px;
	font-size:20px;	
	z-index:10;transition: all 0.4s ease;
	}
.scroll-top:hover{
	background:#C44612;
	color:#FFF;
	}
.scroll-top.visible{
	visibility:visible;
	opacity:1;
	}
.ratina-text{
	font-family: 'Mogra', cursive;
}


@media (min-width: 1920px) {
  .container {
    width: 1600px;
	}
	.home-smal-banner, .home-smal-banner-2, .home-smal-banner-3{
	height: 300px;

}

}
@media (min-width:481px) and (max-width:990px){
	.banner{
		margin-top: 90px;
	}
	.site-logo{
	width:120px;		
}
	.head-contact {
    margin: 10px 100px 0 20px;
}

	.menu-trigger{
		display: block;
		cursor: pointer;
	}
	.nav-menu{
		position:absolute;
		top: 15px;
		right: 0;
		margin: 0;
		width: 50px;
		background: rgba(255,255,255,0.9);
		transition: all 0.4s ease;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		z-index: 121;
		
	}
	.nav-menu.active-menu{
		width: 200px;
	}
	.nav-menu li{

		width: 50%;
		float: left;
		
	}
	.nav-menu .site-menu{
		display: none;
	}
	.nav-menu.active-menu .site-menu{
		display: block;
	}
	.nav-menu .site-menu li a i {
    font-size: 24px;
}
	
.home-smal-banner, .home-smal-banner-2, .home-smal-banner-3 {
    height: 320px;
	margin-bottom: 25px;
}	
.menu-item{
		margin-bottom: 25px;
	}
	.pay-mod, .social-media{
		text-align: center;		
	}
	.pay-mod i, .social-media i{		
		font-size: 36px;
	}
	.menu-popup-image{
		display: none;
	}
	
	.menu-popup {
    top: 0;
    left: 0;
    margin-left: 0px;
    width: 100%;
    z-index: 999;		
}
	
}
@media (max-width:480px){
	.banner{
		margin-top: 90px;
	}
	.site-logo{
	width:120px;		
}

	.head-contact{
	margin: 10px 0px 0 20px;
}
	.menu-trigger{
		display: block;
		cursor: pointer;
	}
	.nav-menu{
		position:absolute;
		top: 80px;
		right: 0;
		margin: 0;
		width: 50px;
		background: rgba(255,255,255,0.9);
		transition: all 0.4s ease;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		z-index: 121;
		
	}
	.nav-menu.active-menu{
		width: 200px;
	}
	.nav-menu li{

		width: 50%;
		float: left;
		
	}
	.nav-menu .site-menu{
		display: none;
	}
	.nav-menu.active-menu .site-menu{
		display: block;
	}
	.nav-menu .site-menu li a i {
    font-size: 24px;
}
	.home-smal-banner, .home-smal-banner-2, .home-smal-banner-3 {
	margin-bottom: 25px;

}
	.menu-item{
		margin-bottom: 25px;
	}
	.pay-mod, .social-media{
		text-align: center;		
	}
	.pay-mod i, .social-media i{		
		font-size: 30px;
	}
	.menu-popup-image{
		display: none;
	}
	.menu-popup {
    top: 0;
    left: 0;
    margin-left: 0px;
    width: 100%;
    z-index: 999;
		height: 100%;
		overflow-y:scroll;
}
	.text-popup{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	margin-left: 0px;
	width: 100%;
}
	.social-block{	
	position: fixed;
	top:0;
	right: -300px;
	width: 300px;
	height: 100%;
	z-index: 10;
	background: #F1F1F1;
	transition: all 0.4s ease;
	

}
	.you-tube-video{
	width:100%;
	height: 350px;
}
	
}

