/************ font-face  ***************/
/************ font-face  ***************/
@font-face {
    font-family: 'comic';
    src: url('../fonts/comic-sans-ms/comic.eot');
    src: url('../fonts/comic-sans-ms/comic.eot') format('embedded-opentype'),
         url('../fonts/comic-sans-ms/comic.woff2') format('woff2'),
         url('../fonts/comic-sans-ms/comic.woff') format('woff'),
         url('../fonts/comic-sans-ms/comic.ttf') format('truetype'),
         url('../fonts/comic-sans-ms/comic.svg#comic') format('svg');
}

/************ font-face  ***************/
/************ font-face  ***************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #757575;
	background-color: #eadebd;
	background-image: url('../images/bg-body-v2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Bangers', cursive;
	color: #3a4a26;
}
.wrapper-website{
	float: left;
	width: 100%;
}
.wrapper-header-box{
	position: relative;
	float: left;
	width: 100%;
}
.wrapper-header{
	float: left;
	width: 100%;
	min-height: 20px;
}
.wrapper-menu{
	float: left;
	width: 100%;
	background-color: #3d4e28;
	background-image: url('../images/bg-menu.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
.wrapper-menu-detail{
	position: absolute;
	left: 0px;
	bottom: -5px;
	width: 100%;
	height: 5px;
	z-index: 200;
	background-image: url('../images/menu-border-detail.png');
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
.logo{
	display: inline-block;
	margin: 0px auto;
}
#main-menu{
	background: none;
	border-radius: 0px;
	border:0px;
	margin-bottom: 0px;
}
#main-menu .navbar-nav > li > a{
	color: #e7bd21;
	font-family: 'Bangers', cursive;
	font-size: 22px;
	outline: none;
	text-transform: uppercase;
}
#main-menu .navbar-nav > .active > a, 
#main-menu .navbar-nav > .active > a:focus, 
#main-menu .navbar-nav > .active > a:hover{
	background: none;
	color: #c23336;
}
.social-icons{
	margin: 0px;
	padding: 0px;
	float: right;
	margin-right: 230px;
	list-style: none;
}
.social-icons li{
	float: left;
}
.social-icons li a{
	width: 20px;
	height: 20px;
	background: #ed1c24;
	display: block;
	text-align: center;
	color: #fce90d;
	margin: 0px 1px;
}
.social-icons li a i{
	position: relative;
	top: 0px;
}
.social-icons li a.facebook-link{
	background: #346da6;
}
.social-icons li a.twitter-link{
	background: #4086cd;
}
.header-serve-info{
	font-family: 'Bangers', cursive;
	font-size: 18px;
	text-transform: uppercase;
}
.wrapper-slider{
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 3px solid #ca932b;
}
.wrapper-footer{
	position: relative;
	float: left;
	width: 100%;
	color: #ffffff;
	padding: 20px 0px;
	background-color: #596434;
	background-image: url('../images/footer-bg.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
.footer-border-detail{
	position: absolute;
	top: -10px;
	width: 100%;
	height: 10px;
	z-index: 200;
	background-image: url('../images/footer-border-detail.png');
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
.footer-menu{
	margin: 0px;
	padding: 8px 0px;
	width: 100%;
	text-align: center;
}
.footer-menu li{
	display: inline-block;
	background-image: url('../images/menu-separator.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 6px;
}
.footer-menu li:first-child{
	padding-left: 0px;
}
.footer-menu li:last-child{
	background: none;
}
.footer-menu li a{
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}
.footer-menu li a:hover{
	color: #ed1c24;
	text-decoration: none;
}
.copyright{
	font-size: 16px;
	margin: 8px 0px;
	text-align: center;
	color: #f2da1b;
}
#slider-home .slider-item{
	display: none;
}
#slider-home .slider-item:first-child{
	display: block;
}
.container-slider{
	position: relative;
}
.slider-item{
	position: relative;
	width: 100%;
}
.img-slider{
	width: 100%;
}
.slider-green-box-info{
	position: absolute;
	max-width: 500px;
	left: 8px;
	bottom: 27px;
	min-height: 130px;
	color: #ffffff;
	background-image: url('../images/bg-green-box-slider.png');
	background-repeat: repeat;
}
.slider-green-box-info h2{
	font-size: 22px;
	color: #ffffff;
}
.slider-green-box-info p{
	font-size: 13px;
}
.wrapper-content{
	float: left;
	width: 100%;
	padding: 20px 0px;
}
.white-content-box{
	float: left;
	width: 100%;
	padding: 15px 25px;
	background: #ffffff;
	min-height: 600px;
	margin-top: 15px;
}
.home-item-section h2{
	color: #ffffff;
	text-align: center;
	background-color: #bc1f26;
	background-image: url('../images/subtitle-red-section.jpg');
	background-repeat: repeat-x;
	background-size: auto 100%;
	padding: 14px 10px 8px 10px;
}
.home-item-section .section-shadow{
	padding-bottom: 20px;
	background-image: url('../images/shadow-section.png');
	background-size: 100% 20px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.home-item-section .section-shadow img{
	width: 100%;
}
.home-item-section p{
	text-align: center;
}
.blue-subtitle{
	padding: 12px 15px 8px 15px;
	color: #ffffff;
	background-color: #212563;
	background-image: url('../images/blue-subtitle-bg.jpg');
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.gmap_canvas{
	width:100%;
	height: 200px;
	margin-bottom: 20px;
	background: #e5e3df;
	border: 2px solid green;
}
.owl-gallery-image{
	display: inline-block;
	margin: 0px auto;
	max-width: 100%;
}
.owl-gallery-item{
	padding: 0px 15px;
	text-align: center;
}
.image-item-gallery{
	display: inline-block;
	width: 100%;
	max-width: 255px;
	margin: 10px auto;
}
.image-item-gallery img{
	width: 100%;
}
.menu-item img{
	margin: 0px auto;
	display: inline-block;
	max-width: 100%;
}
div.error{
	color: red;
	font-size: 13px;
	margin-top: 5px;
}
.contact-ul-info{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact-ul-info li{
	margin-top: 5px;
	margin-bottom: 15px;
}
form label{
	font-size: 15px;
	color: #b83326;
}
/************ jplayer **************/
/************ jplayer **************/
.jp-audio{
	width: 240px !important;
	display: inline-block !important;
    margin: 0 auto !important;
}
.jp-playlist{
	display: none !important;
}
/************ jplayer **************/
/************ jplayer **************/
#main-menu button.navbar-toggle{
	background: #DDDDDD;
}
.slider-pager{
	float: left;
	width: 100%;
	text-align: center;
	padding: 6px 0px;
}
.slider-pager span{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #4a6939;
	text-indent: -9999px;
	margin: 8px 5px;
	cursor: pointer;
}
.slider-pager span.cycle-pager-active{
	background: #ed1c24;
}
.green-box-title{
	border-bottom: 1px solid #f8e410;
	padding: 5px 15px;
}
.green-box-description{
	padding: 5px 15px;	
}
#prev-slider{
	position: absolute;
	top: 50%;
	left: 15px;
	width: 27px;
	height: 48px;
	margin-top: -24px;
	display: block;
	cursor: pointer;
	background-image: url('../images/left-nav-slider.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 200;
}
#next-slider{
	position: absolute;
	top: 50%;
	right: 15px;
	width: 27px;
	height: 48px;
	margin-top: -24px;
	display: block;
	cursor: pointer;
	background-image: url('../images/right-nav-slider.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 200;
}
#bs-site-navbar-collapse ul.nav.navbar-nav{
	width: 100%;
	display: block;
	text-align: center;
}
#bs-site-navbar-collapse ul.navbar-nav > li{
	float: none;
	display: inline-block;
}
.logo-box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	z-index: 300;
	text-align: center;
	padding: 0px 5px 15px 5px;
	background-color: #f7bf41;
	background-image: url('../images/bg-box-logo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.position-relative{
	position: relative;
}
.info-box-header{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 240px;
	z-index: 300;
	text-align: center;
	padding: 0px 5px 15px 5px;
	background-color: #f7bf41;
	background-image: url('../images/info-box-header-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	
}
.info-box-header p{
	margin: 5px auto;
	font-family: 'Bangers', cursive;
}
.feature-item{
	float: left;
	width: 100%;
	min-height: 180px;
	padding: 30px 10px;
	margin: 8px 0px;
	background-color: #cbb882;
	background-image: url('../images/feature-bg-hover.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.feature-item i{
	color: #ffffff;
	font-size: 30px;
}
.feature-item h3{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 30px;
	margin-top: 40px;
}
.feature-item.feature-item-specials{
	background-image: url('../images/feature-item-specials.jpg');
}
.feature-item.feature-item-drinks{
	background-image: url('../images/feature-item-drinks.jpg');
}
.feature-item.feature-item-recipes{
	background-image: url('../images/feature-item-recipes.jpg');
}
.feature-item.feature-item-gallery{
	background-image: url('../images/feature-item-gallery.jpg');
}
.img-about-home{
	border: 3px solid #056839;
	border-radius: 9px;
	margin: 15px auto 5px auto;
}
.location-home{
	margin-top: 15px;
	margin-bottom: 15px;
}
.location-home .location-pin{
	color: #056839;
	font-size: 40px;
}
.view-map{
	background: #ed1c24;
	border: 2px solid #f4dc1c;
	border-radius: 7px;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 5px 10px;
	white-space: nowrap;
	display: inline-block;
	margin: 5px auto;
}
.subcategory-menu-title{
	color: #ed1c24;
}
.menu-item-list{
	display: inline-block;
	width: 250px;
	max-width: 100%;
	margin: 0px auto;
	text-align: center;
}
.menu-item-list img{
	display: inline-block;
	margin: 5px auto;
	max-width: 100%;
}
.menu-item-list .menu-price{
	display: block;
	text-align: center;
	color: #D30003;
}
.menu-item-list p{
	font-size: 12px;
	color: #000000;
}
.map-title{
	text-align: center;
	color: #d30003;
}
.recipe-image{
	display: block;
	margin: 20px auto;
}
.gallery-title-category{
	color: #b83326;
}
.owl-slide-item-recipe .recipe-description{
	font-size: 13px;
	color: #000000;
}
.owl-slide-item-recipe .recipe-description h1,
.owl-slide-item-recipe .recipe-description h2,
.owl-slide-item-recipe .recipe-description h3,
.owl-slide-item-recipe .recipe-description h4,
.owl-slide-item-recipe .recipe-description h5,
.owl-slide-item-recipe .recipe-description h6{
	font-family: Verdana;
	color: #000000;
}