/************************
Designed by : http://responsivewebinc.com
************************/
/*
 * Fonts
 */
 
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/* 
 * Basic CSS starts
 */

body{
	background: #fff url('../img/crossword.png') repeat;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Droid Serif', serif;
	font-weight: 400;
}

p{
	margin:0;
	padding:0;
	font-size: 14px;
	/* line-height: 23px; */
}

a{

}

a:hover{
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

form label { font-weight: normal; color: #9a9a9a; }
form select { padding-left: 7px !important }
form select, form textarea { color: #9a9a9a !important; }
form input[type="text"], form input[type="password"], form input[type="email"],
form select, form textarea{ box-shadow: none !important; }
.table-responsive { border-radius: 4px; }
table { background: #fff; }

.padd{
	padding: 10px 0;
}

.social a i{
	display:inline-block;
	width:40px;
	height:40px;
	font-size:15px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-o-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
	border-radius: 50px;
}

.social a, .social a:hover{
	border:0px;
	text-decoration:none;
}

/*
 * Quotes
 */

.quote{
	display: inline-block;
	font-family: 'Georgia' 'Times New Roman', serif;
	text-shadow: none !important;
	position: relative;
}

/*
 * Drop Down CSS
 */

.dropdown-menu:after,
.dropdown-menu:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdown-menu:after {
	border-color: rgba(75, 170, 211, 0);
	border-width: 6px;
	right: 35px;
	border-bottom-color: transparent;
}

.dropdown-menu:before {
	margin-left: -3px;
	border-color: rgba(75, 170, 211, 0);
	border-width: 9px;
	right: 35px;
}

.dropdown-menu>li>a {
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 14px;
}

.dropdown-menu>li>a:hover { background: #f1f1f1; }

/*
 * "border-zero" Class only for "Menu" Inner page
 */
 
.border-zero { border: 0 !important; padding: 0 !important; }

/*
 * Basic CSS ends
 */

/*
 * Header
 */

.header{
	background: #000;
	border-bottom: 2px solid #eaeaea;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.header .header-top{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f4f4f4;
}

.header .header-contact span{
	display: inline-block;
	margin-top: 7px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #898989;
}

.header .header-contact span i{
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
}

.header .header-search{
	max-width:200px;
	margin: 0 auto;
	margin-top: 5px;
}

.header .header-search form input[type="text"]{
	color:#999 !important;
	border:1px solid #d8d8d8 !important;
	border-right:0px !important;
	background:#fff;
	box-shadow: none;
	border-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.header .header-search form input::-webkit-input-placeholder { 
	color:#9e9e9e;
}

.header .header-search form input::-moz-placeholder { 
    color:#9e9e9e;
}

.header .header-search form input::-ms-input-placeholder { 
    color:#9e9e9e;
}

.header .header-search .btn{
	background:#fff !important;
	border:1px solid #d8d8d8 !important;
	border-left:0px !important;
	color:#bbb !important;
	font-size:13px;
	line-height: 20px;
	padding: 5px 10px;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.header .header-search .btn:hover{
	background:#fcfcfc !important;
	border:1px solid #d8d8d8 !important;
	border-left:0px !important;
	color:#ccc !important;
}	

/*
 * Logo
 */

.logo { margin-top: 20px; }

.logo img {
	display: inline-block; 
	max-width: 250px;
}

.logo h1 {
	position: relative;
	top: 5px;
	left: 5px;
	display: inline-block; 
	margin: 0;
	font-size: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #ffffff;
}

.header .logo p{
	margin-left: 60px;
	margin-top: -6px;
	font-size: 13px;
	color: #bbb;
}

.header .navbar-default{
	background: transparent;
	border: 0px;
	border-radius: 0px;
	margin: 0px;
}

.header .navbar-default a,
.header .navbar-default a:hover,
.header .navbar-default a:active {
	color: #fff;
}

.header .navbar-default .navbar-nav{ margin-top: 50px; }

.header .navbar-default .navbar-nav>li>a{
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: center
}

.header .navbar-default .navbar-nav>.open>a,
.header .navbar-default .navbar-nav>.open>a:hover,
.header .navbar-default .navbar-nav>.open>a:focus,
.header .navbar-default .navbar-nav>li>a:active{
	background: transparent;
}

.header .navbar-default .navbar-nav>li>a img{
	max-width: 60px;
	margin: 0px auto;
	margin-bottom: 12px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	border-radius: 80px;
}

.header .dropdown .dropdown-menu{
	margin-top: -8px !important;
	margin-left: 0px;
	border-color: #f5f5f5;
	border-radius: 5px;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
}

.header .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.header .navbar-collapse{
	border-top: 0;
	box-shadow: none;
}

.header .navbar-default .navbar-toggle{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 15px;
	border-radius: 3px;
}

.header .navbar-default .navbar-toggle,
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus{
	background: transparent;
}

/*
 * Block Drop down
 */

.header .navbar-default .navbar-nav > li ul.dropdown-md {
	width: 600px;
	padding: 15px;
	padding-bottom: 0px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-md .menu-item {	margin-bottom: 15px; }

.header .navbar-default .navbar-nav > li ul.dropdown-md h3 {
	margin: 0;
	margin-bottom: 12px;
	font-size: 20px;
	color: #777;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}

.header .navbar-default .navbar-nav > li ul.dropdown-md img {
	margin-bottom: 9px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}

.header .navbar-default .navbar-nav > li ul.dropdown-md p{
	font-size: 13px;
	line-height: 21px;
	color: #9a9a9a;
}

.header .navbar-default .navbar-nav > li ul.dropdown-md a.btn{ margin-top: 8px; }

/*
 * Cart Link
 */

.btn-cart-md { float: right; }

.btn-cart-md a i {
	display: inline-block;
	margin-right: 6px;
}

.btn-cart-md a.cart-link {
	font-size: 14px;
	font-weight: 700;
}

.btn-cart-md a.cart-link img {
	max-width: 40px;
	float: left;
}

.btn-cart-md a.cart-link h4 {
	margin: 0;
	margin-left: 50px;
	margin-top: 1px;
	padding-bottom: 1px;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #bbb;
	text-transform: uppercase;
}

.btn-cart-md a.cart-link span {
	display: block;
	margin-left: 50px;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #9a9a9a;
}

.btn-cart-md .cart-dropdown { 
	position: absolute;
	top: 55px;
	right: 0;
	z-index: 1000;
	width: 250px;
	padding: 0;
	list-style-type: none;
	background: #fff;
	border: 1px solid #f5f5f5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: none;
}

.btn-cart-md .cart-dropdown:after,
.btn-cart-md .cart-dropdown:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.btn-cart-md .cart-dropdown:after {
	border-color: rgba(75, 170, 211, 0);
	border-width: 6px;
	border-bottom-color: transparent;
}

.btn-cart-md .cart-dropdown:before {
	margin-right: -3px;
	border-color: rgba(75, 170, 211, 0);
	border-width: 9px;
}

.btn-cart-md .cart-dropdown:after, 
.btn-cart-md .cart-dropdown:before { right: 46%; }
.cart-dropdown .cart-item {
	position: relative;
	padding: 12px 10px;
	border-bottom: 1px dotted #eee;
}

.cart-dropdown li:last-child .cart-item { border-bottom: 0; }

.cart-dropdown .cart-item  i{
	position: absolute;
	top: 10px;
	right: 5px;
	color: #ccc;
}

.cart-dropdown .cart-item a.btn { 
	width: 100%;
	color: #fff;
}

.cart-dropdown .cart-item img {
	max-width: 60px;
	float: left;
	border: 2px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}

.cart-dropdown .cart-item span { display: block; margin-left: 70px }
.cart-dropdown .cart-item span.cart-title { font-size: 15px; }
.cart-dropdown .cart-item span.cart-price { display:inline-block; font-weight: 700; }

/*
 * -	SETTINGS FOR BANNER CONTAINERS	-
 */

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
	background: #f9f9f9;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.tp-banner{
	width:100%;
	position:relative;
	overflow: hidden;
}

.tp-banner ul{
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tp-banner .heading {
	font-size: 65px;
	font-family: 'Droid Serif', serif;
	color: #cd4937;
}

.tp-caption.finewide_verysmall_white_mw { letter-spacing: 1px; color: #9a9a9a; }
.tp-caption.finewide_medium_white { font-size: 50px; }
.tp-banner .tp-caption a.btn {
	font-size: 14px;
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset;
}

.tp-banner .tp-caption img.slide-img {
	border: 4px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.tp-banner .tp-caption span.price-tag{
	display: block;
	padding-top: 10px;
	width: 100px;
	height: 100px;
	line-height: 35px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Droid Serif', serif;
	border: 6px solid #cd4937;
	border-radius: 150px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.tp-caption.whitedivider3px { min-width: 430px; }
.tp-banner .tp-caption.paragraph{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
} 

/*
 * Default Heading
 */

.default-heading { margin-bottom: 40px; text-align: center; }

.default-heading img { margin: 0 auto; margin-bottom: 12px; }

.default-heading h2{
	margin: 0px;
	margin-bottom: 10px;
	font-family: 'Droid Serif', serif;
	text-transform: uppercase;
	font-size: 35px;
	color: #222222;
}

.default-heading p{
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}

.default-heading .border{
	margin: 0px;
	height: 5px;
	border: 1px dashed #dedede;
}

/*
 * Hot tags
 */

.hot-tag {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 15;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 90px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	border-radius: 100px;
}

.hot-tag i { font-size: 35px; }

/*
 * Dishes
 */

.dishes .dishes-item-container { 
	max-width: 250px;
	margin: 0 auto;
	margin-top: 40px;
}

.dishes .img-frame {
	position: relative;
	z-index: 10;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 400px;	
}

.dishes .img-frame img { border-radius: 400px; }

.dishes .img-frame .img-frame-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 400px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.dishes .img-frame:hover .img-frame-hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
}

.dishes .img-frame .img-frame-hover a { color: #fff; }

.dishes .img-frame .img-frame-hover a i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	background: rgba(0,0,0,0.5);
	border-radius: 60px;
}

.dishes .dish-details {
	position: relative;
	padding: 15px 10px;
	text-align: center;
}

.dishes .dish-details h3 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	color: #222222;
}

.dishes .dish-details p { font-size: 13px; color: #222222; }
.dishes .dish-details a.btn { margin-top: 15px; }

/*
 * Offer price section, Pricing.
 */
 
.pricing { border-top: 1px solid #f1f1f1; }
.pricing .pricing-item{
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
 }
 
.pricing .pricing-item img{
	max-width: 250px;
	float: left;
}

.pricing .pricing-item .pricing-item-details { margin-left: 265px; }

.pricing .pricing-item .pricing-item-details h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 22px;
}

.pricing .pricing-item .pricing-item-details p {
	font-size: 13px;
	color: #9e9e9e;
}

.pricing .pricing-item .pricing-item-details a.btn{ margin-top: 10px; }
.pricing .pricing-item .pricing-item-details a.view-link{ 
	display: inline-block;
	margin-top: 7px;
	font-size: 12px;
	border-bottom: 1px dotted #aeaeae;
}

.pricing .pricing-item .hot-tag{
	top: 0;
	left: 0;
	margin-top: -15px;
	margin-left: -15px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 23px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	border: 0;
}

/*
 * Menu Section
 */
 
.menu { border-top: 1px solid #f1f1f1; }
.menu .menu-head{ position: relative; }
.menu h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: inline-block;
	margin-top: -45px;
	padding: 5px 0;
	font-size: 60px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.menu .menu-head .title-border{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: 30px;
	width: 150px;
	height: 5px;
}

.menu img.menu-img{
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
}

.menu .menu-details {
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.15);
}

.menu .menu-details ul { margin: 0; }

.menu .menu-details li .menu-list-item{
	padding: 12px 15px;
	color: #fff;
	border-top: 1px dashed rgba(0,0,0,0.15);
}

.menu .menu-details li:first-child .menu-list-item { border-top: 0; }
.menu .menu-details ul li a{
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #fff;
}

.menu .menu-details ul li i {
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: rgba(0,0,0,0.1);
	border-radius: 30px;
}

.menu .menu-details ul li span{ 
	display: inline-block;
	width: 30px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
}

/*
 * Our chefs Section
 */

.chefs { border-top: 1px solid #f1f1f1; }
.chefs .chefs-member{	
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5px;
	text-align: center; 
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 6px;
}

.chefs .chefs-member img{
	width: 100%;
}

.chefs .chefs-member .chefs-head{
	position: relative;
	margin-bottom: 70px;
}

.chefs .chefs-member img.chefs-back{
	border-radius: 3px;
}

.chefs .chefs-member img.chefs-img{
	position: absolute;
	left: 50%;
	bottom: -60px;
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	margin-left: -80px;
	border: 5px solid #fff;
	border-radius: 200px;
}

.chefs .chefs-member h3 { font-size: 20px; }
.chefs .chefs-member span {
	font-size: 12px;
	color: #9a9a9a;
}

.chefs .social {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.chefs .social a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 14px;
	border-radius: 50px;
}

/*
 * Showcase Section
 */
 
.showcase { padding-top: 80px; }
 
.showcase .showcase-item{
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 6px;
	background: #fff;
}

.showcase .showcase-item img {
	position: absolute;
	top: -30px;
	width: 100%;
	max-width: 255px;
}

.showcase .showcase-item h3, .showcase .showcase-item p { margin-left: 270px; padding-right: 20px;}
.showcase .showcase-item h3{	
	padding-top: 10px;
	font-size: 22px;
}

.showcase .showcase-item p {
	padding-bottom: 25px;
	font-size: 13px;
	color: #9a9a9a;
}

/*
 * Testimonial
 */

.testimonial h3 {
	margin-top:0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.testimonial .testimonial-item .quote {
	top: 95px;
	display: inline-block;
	width: 100px;
	font-size: 200px;
	line-height: 0px;
	float: left;
}

.testimonial .testimonial-item blockquote { 
	position: relative; 
	margin-left: 100px;
	padding: 0;
	border: 0;
}
	
.testimonial .testimonial-item blockquote p {
	font-size: 22px; 
	line-height: 32px;
	font-weight: 300;
	color: #9a9a9a;
	text-align: justify;
}

.testimonial .testimonial-item h4 {
	margin: 0;
	margin-left: 100px;
	font-size: 20px; 
}
	
.testimonial .testimonial-item h4 img {
	display: inline-block;
	margin-right: 10px;
	max-width: 50px;
}

.testimonial .testimonial-item h4 span {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #bbb;
}

.testimonial .flexslider-testimonial{
	margin-top: 25px;
	background: transparent;
	box-shadow: none;
	border: 0; 
}
.testimonial .flexslider-recent .flex-control-nav,
.testimonial .flexslider-testimonial .flex-control-nav{ left: 0; }
.testimonial .flexslider-recent{ margin-top: 25px; }
.testimonial .flexslider-recent ul li{ position: relative; }
.testimonial .flexslider-recent li .slider-content{
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 10px 15px;
	background: rgba(0,0,0,0.2);
}

.testimonial .flexslider-recent li .slider-content h4{
	margin: 0;
	margin-bottom: 6px;
	font-size: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.testimonial .flexslider-recent li .slider-content p { 
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2);	
}

/*
 * Gallery with pretty photo
 */

.gallery { border-top: 1px solid #f1f1f1; } 

.gallery-content .element {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 1px;
	overflow: hidden;
}

.gallery-content .element .gallery-img-hover {
	position: absolute;
	top: 100%;
	left: 0%;
	z-index: 20;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
      	-ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
        	transition: all 0.4s ease-in-out;
}

.gallery-content .element:hover .gallery-img-hover { top: 0%; }
.gallery-content .element a{ color: #fff; }
.gallery-content .element i.hover-icon{
	position: absolute;
	top: 50%;
	z-index: 25;
	display: inline-block;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: rgba(0,0,0,0.5);
	border-radius: 50px;
	-webkit-transition: all 0.4s ease-in;
	   -moz-transition: all 0.4s ease-in;
	    -ms-transition: all 0.4s ease-in;
	     -o-transition: all 0.4s ease-in;
	        transition: all 0.4s ease-in;
}

.gallery-content .element i.icon-left { right: 100%; margin-right: 10px; }
.gallery-content .element i.icon-right { left: 100%; margin-left: 10px; }
.gallery-content .element:hover i.icon-left { right: 50%; }
.gallery-content .element:hover i.icon-right { left: 50%; }

/*
 * PrettyPhoto
 */

div.ppt { display:none !important; }

/*
 * Inner pages CSS 
 */

.banner {
	background: url('../img/banner.jpg') center center repeat-x; 
	text-align: center;
}

.banner img { margin: 0 auto; margin-bottom: 10px; }

.banner h2 {
	margin: 0;
	font-size: 55px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-transform: uppercase;
}

.banner .breadcrumb {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	background: transparent;
}

.banner .breadcrumb li, .banner .breadcrumb li a,
.banner .breadcrumb>li+li:before  { color: #fff; }
 
.inner-page .showcase { padding-bottom: 40px; }

/*
 * About Us
 */
 
 .inner-page .chefs{ border-top: 0; }
 
.about-company .about-company-item h3{
	margin: 0;
	margin-bottom: 8px;
	font-size: 30px;
}

.about-company .about-company-item {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 30px; 
}

.about-company .about-company-item p{
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	color: #9a9a9a;
}

.about-company .about-company-item .about-company-inner { margin: 10px 0; }
.about-company .about-company-inner span.company-feature {
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
	color: #aaa;
}

.about-company .about-company-item .about-company-inner span.company-feature b { font-weight: normal; }
.about-company .about-company-item .about-company-inner i {
	display: inline-block;
	margin-right: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
}

/*
 * Menu Page
 */
 
.inner-menu { padding: 40px 0; }
.inner-menu .menu-list {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 12px 15px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}
 
.inner-menu .menu-list h3 {
	margin: 0;
	padding-bottom: 6px;
	font-size: 30px;
	color: #777;
	border-bottom: 4px double #eee;
}

.inner-menu .menu-list img { margin-top: 15px; border: 1px solid #ddd; border-radius: 3px; }
.inner-menu .menu-list .menu-list-item {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd; 
}

.inner-menu .menu-list .menu-list-item h4 {
	margin: 0;
	font-size: 16px;
	line-height: 23px;
	color: #666666;
}

.inner-menu .menu-list .menu-list-item span.price { font-size: 15px; line-height: 23px; font-weight: 700; }
.inner-menu .menu-list .menu-list-item p { font-size: 13px; color: #9a9a9a; }

/*
 * Booking Page
 */
 
.inner-page .booking { margin-top: 40px; margin-bottom: 20px; }
.inner-page .booking .carousel {
	margin-top: 15px;
	border-radius: 6px;
	overflow: hidden; 
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.inner-page .booking .carousel .carousel-control {
	top: 50%;
	background: none;
}

.inner-page .booking h3 {
	margin-top: 0;
	padding-bottom: 6px;
	font-size: 35px;
	border-bottom: 4px double #eee;
}

.inner-page .booking p { font-size: 13px; color: #9a9a9a; }
.inner-page .booking .booking-form form { margin-top: 15px; }

/*
 * Recipes Page
 */
 
.inner-page .recipe { margin-top: 40px; }
.inner-page .recipe h4 {
	margin-top: 0;
	margin-bottom: 13px;
	font-size: 25px;
}

.inner-page .recipe p {
	margin-bottom: 10px;
	font-size: 13px;
	color: #9a9a9a;
}

.inner-page .recipe .recipe-content{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ddd;
}

.inner-page .recipe .recipe-item img { border-radius: 2px; }
.inner-page .recipe h5 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 15px;
}

.inner-page .recipe .recipe-item  ul{
	background: #fffbe5; 
	border-radius: 2px;
	border: 1px solid #ecdd94; 
}

.inner-page .recipe .recipe-item  ul li{
	padding: 10px 15px;	
	color: #888;
	border-top: 1px dashed #ecdd94;
}

.inner-page .recipe .recipe-item  ul li:first-child { border-top: 0; }
.inner-page .recipe .recipe-item  ul li span { color: #9a9a9a; }
.inner-page .recipe .recipe-item  ul li i {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}

.inner-page .recipe .recipe-item .recipe-description {
	padding: 10px 15px;
	background: #fff; 
	border-radius: 2px;
	border: 1px solid #eee; 
}

.inner-page .recipe .recipe-item .recipe-description p { margin-bottom: 0; }
.inner-page .recipe .recipe-item .recipe-description h5 {
	margin-top: 10px; 
	margin-bottom: 10px;
	font-size: 13px;
}

.inner-page .recipe .recipe-description .table {	margin-bottom: 8px; }
.inner-page .recipe .recipe-description .table th{ padding-left: 9px; }
.inner-page .recipe .recipe-description .table td{ padding-left: 9px; }

/*
 * Shopping, On-line Order Page
 */
 
.inner-page .shopping { margin-top: 40px; margin-bottom: 20px; }
.inner-page .shopping .shopping-item { 
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 5px;
	text-align: center;
	background: #fff;
	border: 4px solid #eee;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
      	-ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
        	transition: all 0.4s ease-in-out;
}

.inner-page .shopping .shopping-item img{ border: 1px solid #f5f5f5; }
.inner-page .shopping .shopping-item h4 {
	margin-top: 15px;
	margin-left: 10px; 
	font-size: 16px;
	line-height: 26px;
}

.inner-page .shopping .shopping-item span.item-price {
	display: inline-block; 
	margin-top: 15px;
	margin-right: 10px;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 26px;
	font-weight: 700;
}
.inner-page .shopping .shopping-item p {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 13px;
	text-align: left;
	color: #9a9a9a; 
}

.inner-page .shopping-item .item-hover { 
	position: absolute;
	left: -150px;
	bottom: 30%;
	width: 130px;
	height: 35px;
	line-height: 35px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
      	-ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
        	transition: all 0.4s ease-in-out;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	    -ms-transform: skew(-20deg);
		 -o-transform: skew(-20deg);
		    transform: shew(-20deg);
}

.inner-page .shopping-item a.link {
	position: absolute;
	left: -130px;
	bottom: 32%;
	font-size: 16px;
	color: #fff; 
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
      	-ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
        	transition: all 0.4s ease-in-out;
}

.inner-page .shopping-item a.btn { margin-bottom: 10px; }
.inner-page .shopping-item:hover .item-hover { left: -20px; }
.inner-page .shopping-item:hover a.link { left: 10px; }
.inner-page .shopping-item .hot-tag{
	top: 10px;
	right: 10px;
	z-index: 20;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	border: 0;
	border-top-right-radius: 15px;
}

.inner-page .shopping .shopping-pagination {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

/*
 * Shopping, Single item Page
 */
 
.inner-page .single-item { margin-top: 40px; margin-bottom: 20px; }
.inner-page .single-item h3 {
	margin-top: 0;
	margin-bottom: 12px;
	padding-bottom: 8px;
	font-size: 25px;
	border-bottom: 4px double #eee;
}

.inner-page .single-item p { 
	margin-bottom: 5px;
	font-size: 13px;
	color: #9a9a9a; 
}

.inner-page .single-item  ul{
	margin-top: 12px;
	background: #fffbe5; 
	border-radius: 2px;
	border: 1px solid #ecdd94; 
}

.inner-page .single-item  ul li{
	padding: 10px 15px;	
	color: #888;
	border-top: 1px dashed #ecdd94;
}

.inner-page .single-item  ul li:first-child { border-top: 0; }
.inner-page .single-item  ul li span { color: #9a9a9a; }
.inner-page .single-item  ul li i {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}

.inner-page .single-item  h5 { font-size: 15px; color: #8e8e8e; }
.inner-page .single-item table.table td { color: #9a9a9a; }
.inner-page .single-item table.table tr td:first-child { font-weight: 700; color: #959595; text-align: right; }
.inner-page .single-item form .form-group { margin-bottom: 0; }

/*
 * Contact Us Page
 */
 
.inner-page .contactus { margin-top: 40px; margin-bottom: 40px; }
.inner-page .contactus .contact-details { margin-bottom: 30px; }
.inner-page .contactus .contact-details h4 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 6px;
	font-size: 20px;
	color: #333333;
	border-bottom: 4px double #eee;
}

.inner-page .contactus .contact-details i {
	display: block;
	margin-top: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	float: left;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
}

.inner-page .contactus .contact-details span{
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

.inner-page .contactus .contact-form {	
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}

.inner-page .contactus .contact-form h3{
	margin-top: 0; 
	padding-bottom: 6px;
	font-size: 20px;
	border-bottom: 4px double #eee;
}

.inner-page .contactus .contact-form .form-group { margin-top: 15px; }
.inner-page .contactus .map-container {
	height: 400px;
	border: 3px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.inner-page .contactus .map-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/*
 * Checkout Page
 */
 
.inner-page .checkout { margin-top: 20px; margin-bottom: 20px; }
.inner-page .checkout h4 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 20px;
	border-bottom: 4px double #eee;
}

.inner-page .checkout .sidebar-item {
	margin-bottom: 30px;
	padding: 12px 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}

.inner-page .checkout .sidebar-item h5 {
	margin-top: 0;
	font-size: 25px;
	line-height: 35px;
}

.inner-page .checkout .sidebar-item i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 40px;
}

.inner-page .checkout .sidebar-item p { font-size: 13px; color: #9a9a9a; }

/*
 * 404 Error Page
 */
 
.inner-page .error-content{
	max-width: 600px;
	margin: 80px auto;
	padding: 20px;
	text-align: center;
	background: #fff;
	border: 4px double #eee;
	border-radius: 2px;
}

.inner-page .error-content h3 {
	margin-top: 0;
	font-size: 120px;
}

.inner-page .error-content h3 span {
	position: relative;
	top: -50px;
	font-size: 50px;
}

.inner-page .error-content form {
	max-width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
 * Blog page CSS 
 */

.inner-page .blog { margin-top: 40px; margin-bottom: 20px; }
.inner-page .blog .blog-post .entry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

.inner-page .blog .blog-post .entry .blog-img { max-width: 250px; }
.inner-page .blog .blog-post .entry .meta {
	margin-left: 270px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 35px;
}

.inner-page .blog .blog-post .entry h3 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 270px;
	font-size: 24px;
	line-height: 30px;
}

.inner-page .blog .blog-post .entry hr {
	width: 70px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 270px;
}

.inner-page .blog .blog-post .entry p {
	margin-left: 270px;
	font-size: 14px;
	line-height: 26px;
	color: #9a9a9a;
	text-align: justify;
}

.inner-page .blog .pagination { margin: 0; }
.inner-page .blog .sidebar-widget{
	margin-bottom: 30px;
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}

.inner-page .blog .sidebar-widget h4 {
	margin-top: 0;
	margin-bottom: 13px;
	padding-bottom: 8px;
	border-bottom: 4px double #eee
}

.inner-page .blog .sidebar-widget ul li { margin-top: 10px; }
.inner-page .blog .sidebar-widget ul li i {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 3px;
	font-size: 16px;
}
	
.inner-page .blog .sidebar-widget ul li a { font-size: 13px;	line-height: 20px; }
.inner-page .blog .sidebar-widget p { font-size: 13px; color: #9a9a9a; }
.inner-page .blog .sidebar-widget .social { margin-top: 9px; }
.inner-page .blog .sidebar-widget .social a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	margin-right: 2px;
	font-size: 14px;
	border-radius: 50px;
}

.inner-page .blog .sidebar-widget a.btn{
	margin-right: 5px;
	margin-bottom: 10px;
}

/* 
 * Single Blog Page
 * Comments CSS
 */

.inner-page .blog-post .comments .title h5{ margin-top: 0; font-size: 20px; }
.inner-page .blog-post .comments .comment-list{ list-style-type: none; padding-left: 0; }
.inner-page .blog-post .comments .comment-list li{
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border-left: 2px solid #eee;
}

.inner-page .blog-post .comments .comment-list li.reply{ margin-left: 30px; }
.inner-page .blog-post .comments .comment-list .avatar{ max-width: 50px; margin-right: 10px; }
.inner-page .blog-post .comments .comment-list .comment-author a{ font-weight: bold; color: #676767; }
.inner-page .blog-post .comments .comment-list .cmeta{ font-size: 11px; color: #bbb; }
.inner-page .blog-post .comments .comment-list p{
	margin-left: 60px;
	font-size: 13px;
	line-height: 23px;
	color: #9a9a9a;
}

/*
 * Blog respond Form
 */

.inner-page .respond.well{
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}

.inner-page .respond .title h5{
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 4px double #eee;
	font-size: 20px;
}

/*
 * Gallery page CSS 
 */

.inner-page .gallery { margin-top: 40px; border-top: 0; }

/*
 * Nutrition page CSS 
 */
 
.inner-page .nutrition {  margin-top: 40px; }
.inner-page .nutrition .nutrition-item h4 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 4px double #eee;
	font-size: 22px;
	text-align: center;
}

.inner-page .nutrition .nutrition-item img { margin-bottom: 15px; }
.inner-page .nutrition .nutrition-item p { font-size: 13px; color: #9a9a9a; }
.inner-page .nutrition .nutrition-item .table { margin-top: 15px; }

/*
 * General page CSS 
 */

.inner-page .general { margin-top: 40px; }
.inner-page .general .general-content { 
	background: #fff; 
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
}

.inner-page .general .nav-tabs{ border-bottom: 1px solid #eee; }
.inner-page .general .nav-tabs>li>a {
	margin-right: 0; 
	border-right: 1px solid #eee;
}

.inner-page .general .nav-tabs>li>a,
.inner-page .general .nav-tabs>li.active>a { border-radius: 0; }
.inner-page .general .nav-tabs>li.active>a { color: #fff; }
.inner-page .general .tab-content{ padding: 15px; }
.inner-page .general .tab-content h5{ margin: 0; font-size: 28px; color: #A46323; font-weight: 400; font-family: 'Open Sans', sans-serif;}
.inner-page .general .tab-content h4{ margin: 0; font-size: 18px; color: #A46323; font-weight: 400; font-family: 'Open Sans', sans-serif;}
.inner-page .general .tab-content p {
	margin-top: 10px;
	font-size: 14px;
	color: #222222;
}

.inner-page .general .tab-content ul{ margin: 0; }
.inner-page .general .tab-content ul li { margin-top: 10px; color: #959595; }
.inner-page .general .tab-content ul li i { display: inline-block; margin-right: 4px; }
.inner-page .general .general-img { position: relative; margin-bottom: 30px; }
.inner-page .general .general-img .hot-tag{
	top: 10px;
	left: 10px;
	z-index: 20;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	border: 0;
	border-top-left-radius: 15px;
}

/*
 * Components page CSS 
 */

.inner-page .component { margin-top: 40px; }
.inner-page .component-content {
	margin-bottom: 30px; 
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
}
	
.inner-page .component-content h3{
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 25px;
	border-bottom: 4px double #eee;
}

.inner-page .component-content .tab-content{ 
	padding: 10px 15px;  
	border: 1px solid #ddd;
	border-top: 0;
}

.component-content .dropdown-menu{ top: 40px }
.component-content .dropdown-menu:after { left: 35px; }
.component-content .dropdown-menu:before { margin-right: -3px; left: 35px; }
 
/*
 * Footer Section
 */
 
.footer { background: #000; margin-top:10px;}
.footer .footer-widget { margin-bottom: 10px;}
.footer .footer-widget .logo{ margin-top: 0; margin-bottom: 10px; }
.footer .footer-widget .logo img{ max-width: 150px; }
.footer .footer-widget .logo h1{ top: 10px; font-size: 30px; }
.footer .footer-widget h4 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 18px;
	border-bottom: 0px solid #eaeaea;
}

.footer .footer-widget h6 {
	margin-bottom: 15px;
	font-size: 13px;
	color: #898989;
}

.footer .footer-widget p {
	font-size: 13px;
	color: #ffffff;
}

.footer .footer-widget img.payment {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	max-width: 45px;
}

.footer .footer-widget img.dish {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	margin-top: 10px;
	max-width: 70px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.footer .footer-widget form{ margin-top: 15px; }
.footer .footer-widget .contact-details i {
	display: block;
	margin-bottom: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 17px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
}

.footer .footer-widget .contact-details span{
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	color: #eee;
}

.footer .footer-widget .social { margin-top: 10px; }
.footer .footer-widget .social a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	margin-right: 2px;
	font-size: 14px;
	border-radius: 50px;
}

.footer .footer-copyright { padding-top: 1px; border-top: 1px solid #ddd; }
.foot-error .footer-copyright { padding-top: 0; border-top: 0; }
 
.footer .footer-copyright p {
	font-size: 13px;
	color: #9a9a9a;
	text-align: center;
}

/*
 * Scroll to top
 */

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}

.totop a i{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	border-radius: 1px;
}

.totop a, .totop a:visited{
	color: #fff;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}
 
/*
 * Responsive CSS
 * ---------------
 * Mobile phones
 */
@media (max-width: 480px){
	.tp-banner .tp-caption span.price-tag{
		padding-top: 9px !important;
		width: 50px !important;
		height: 50px !important;
		font-size: 14px !important;
		line-height: 14px !important;
		border-width: 3px !important;
	}
	
	.tp-banner .tp-caption a.btn{
		padding: 4px 6px;
		font-size: 10px;
	}
	
	.main-content{ max-width: 350px; margin: 0 auto; }
	.testimonial .flexslider-recent p { display: none;}
	
	.about-company .about-company-inner span.company-feature { font-size: 15px !important; } 
	.about-company .about-company-item .about-company-inner i{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	
	.inner-page .booking h3 { font-size: 25px; }
	.inner-page .error-content{
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 10px; 
	}
	
	.inner-page .error-content h3{ font-size: 90px; }
	.inner-page .error-content h3 span{ top: -30px; }
	.inner-page .checkout .sidebar-item h5 { margin-bottom: 5px; font-size: 18px;}
}

/*
 * Tablets
 */
@media (max-width: 767px){	
	.header .logo { 
		max-width: 260px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.header .logo h1 { font-size: 35px; }
	.header .logo p { font-size: 13px; }
	.header .navbar-default .navbar-nav { margin-top: 8px; }
	.header .navbar-default .navbar-nav>li>a{
		padding-left: 23px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
		text-align: left;
	}
	
	.header .navbar-default .navbar-nav>li>a img { display: none; }
	.header .navbar-default .navbar-nav>li>a:hover{
    background-color:#FCC;
	}
	.header .navbar-collapse { border-top: 1px solid #f1f1f1; }
	.header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		margin-left: 20px;
		padding-left: 8px;
	}	
	
	.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu{
		margin-top: 0px; 
		border-top: 0px !important;	
	}	
	
	.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu:after,
	.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu:before { border: 0px; }
	.header .navbar-default .navbar-nav>li>a:hover,
	.header .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { background: #f5f5f5; }
	
	.header .header-contact span { 
		display: block;
		margin-top: 5px;
		margin-bottom: 15px;
		text-align: center; 
	}
	
	
	.tp-banner .tp-caption span.price-tag{
		width: 70px;
		height: 70px;
		font-size: 20px;
		line-height: 21px;
	}
	
	.btn-cart-md { 
		float: none;
		max-width: 150px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.btn-cart-md .cart-dropdown { right: 50%; margin-right: -125px; }
	.dishes .dishes-item-container {
		max-width: 400px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.pricing .pricing-item{
		max-width: 400px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.menu .menu-container{ max-width: 400px; margin: 0 auto; }
	.chefs .chefs-member{ margin-bottom: 40px; }
	.showcase .showcase-item{
		max-width: 400px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	
	.testimonial .flexslider-testimonial,
	.testimonial .flexslider-recent { max-width: 400px !important; }
	
	.gallery .gallery-content{ max-width: 400px; margin: 0 auto;	}	
	.about-company .about-company-item { max-width: 400px; }
	.about-company .about-company-inner span.company-feature { font-size: 20px; } 
	.inner-page .booking{ max-width: 400px; margin: 0 auto; }
	.inner-page .recipe{ max-width: 400px; margin: 0 auto; }
	.inner-page .shopping { margin-bottom: 0px; }
	.inner-page .single-item { max-width: 400px; margin: 0 auto; }
	.inner-page .single-item h3 { margin-top: 10px; }
	.inner-page .single-item .table-responsive { margin-top: 15px !important; }
	.inner-page .contactus { max-width: 400px; margin: 0 auto; }
	.inner-page .checkout { max-width: 400px; margin: 0 auto; }
	.inner-page .checkout .sidebar-item { margin-top: 30px; margin-bottom: 0;}
	.inner-page .blog { margin-bottom: 0;}
	.inner-page .blog .blog-post,
	.inner-page .blog .blog-sidebar { max-width: 400px; margin: 0 auto; }
	.inner-page .blog .blog-post .entry .blog-img{ 
		float: none !important;
		max-width: 300px;
		margin-bottom: 25px; 
	}
	
	.inner-page .blog .blog-post .entry h3,
	.inner-page .blog .blog-post .entry hr,
	.inner-page .blog .blog-post .entry .meta,
	.inner-page .blog .blog-post .entry p{ margin-left: 0; }
	.inner-page .respond,
	.inner-page .navigation {
		max-width: 400px;
		margin: 0 auto; 
	}
	
	.inner-page .navigation { margin-top: 20px; }
	.inner-page .nutrition { margin-top: 20px; }
	.inner-page .nutrition-item .table-responsive { margin-top:15px; }
	.inner-page .nutrition .nutrition-item .table { margin-top: 0; }
	.inner-page .nutrition .nutrition-item { 
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	.inner-page .general { margin-top: 0; }
	.inner-page .general .general-content { max-width: 400px; margin: 0 auto; }
	.inner-page .general .nav-tabs{ border-bottom: 0; }
	.inner-page .general .nav-tabs>li>a{ border-left-width: 0; border-bottom-color: #eee; }
	.inner-page .general .nav-tabs>li.active>a{ border-bottom-color: #eee; }
	.inner-page .general .general-img {
		max-width: 400px;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	/*
	 * footer
	 */
	
	.footer .footer-widget{
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}

/*
 * Desktop
 */
@media (max-width: 991px){
	.header .navbar-default .navbar-nav > li ul.dropdown-md { width: 450px;	}
	.testimonial h3 { text-align: center; }
	.testimonial .flexslider-testimonial,
	.testimonial .flexslider-recent {
		max-width: 600px;
		margin: 0 auto;
		margin-top: 30px;
	}
	.testimonial .flexslider-testimonial { margin-bottom: 50px; }
	.testimonial .flexslider-recent  { margin-bottom: 80px; }
	
	
	.pricing .pricing-item img{
		max-width: 100%;
		float: none;
	}

	.pricing .pricing-item .pricing-item-details {
		margin-left: 0px;
		margin-top: 15px;
		text-align: center;
	}
	
	.pricing .pricing-item .pricing-item-details a.view-link{ margin-right: 7px; }
	.pricing .pricing-item .pricing-item-details a.btn{
		float: none !important;
	}
	
	.showcase .showcase-item { padding: 20px; }
	.showcase .showcase-item img {
		position: relative;
		top: -40px;
		margin: 0 auto;
	}

	.showcase .showcase-item h3, .showcase .showcase-item p {
		position: relative;
		top: -13px;
		margin: 0;
	}
	
	.showcase .showcase-item h3{ margin-bottom: 10px; padding: 0; text-align: center; }
	.showcase .showcase-item p { padding: 0; text-align: center; }
	
	.inner-page .booking .booking-form { margin-top: 40px; }
	.inner-page .recipe .recipe-content{ padding-bottom: 15px; }
	.inner-page .recipe .recipe-item{ margin-bottom: 15px; }
	.inner-page .single-item .table-responsive { margin-top: 10px; }
	.inner-page .contactus .map-container { margin-top: 30px; }
	.inner-page .checkout form label { margin-bottom: 7px; }
	.inner-page .checkout form .form-group { margin-bottom: 7px; }
	.inner-page .checkout form button{ margin-top: 7px; }
	.inner-page .blog .sidebar-widget{ margin-top: 30px; margin-bottom: 0; }
}


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

#menu_heading{
    box-sizing: border-box;
    color: rgb(164, 99, 35);
    height: 20px;
    letter-spacing: 1px;
    text-align: center;
    width: 1087.44px;
    perspective-origin: 543.719px 18.5px;
    transform-origin: 543.719px 18.5px;
    border: 0px none rgb(164, 99, 35);
    font: normal 28px / 37.62px 'Open Sans', sans-serif;
    margin: 17.1px 0px 13.68px;
    outline: rgb(164, 99, 35) none 0px;
}

#menu_row {
    box-sizing: border-box;
    clear: both;
    color: rgba(0, 0, 0, 0.870588);
    letter-spacing: 1px;
    width: 1087.44px;
    perspective-origin: 543.719px 0px;
    transform-origin: 543.719px 0px;
    border: 0px none rgba(0, 0, 0, 0.870588);
    font: normal normal normal normal 15px / 22.5px 'Open Sans', sans-serif;
    outline: rgba(0, 0, 0, 0.870588) none 0px;
}

#menu_row:after {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.870588);    
    display: table;
    letter-spacing: 1px;
    border: 0px none rgba(0, 0, 0, 0.870588);
    font: normal normal normal normal 15px / 22.5px 'Open Sans', sans-serif;
    outline: rgba(0, 0, 0, 0.870588) none 0px;
}

#menu_row:before {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.870588);    
    display: table;
    letter-spacing: 1px;
    border: 0px none rgba(0, 0, 0, 0.870588);
    font: normal normal normal normal 15px / 22.5px 'Open Sans', sans-serif;
    outline: rgba(0, 0, 0, 0.870588) none 0px;
}

#m_item1 {
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    height: 27px;
    letter-spacing: 1px;
    position: relative;
    width: 521.219px;
    perspective-origin: 260.609px 13.5px;
    transform-origin: 260.609px 13.5px;
    border: 0px none rgb(34, 34, 34);
    font: normal normal 500 normal 18px / 27px 'Open Sans', sans-serif;
    outline: rgb(34, 34, 34) none 0px;
}

.m_price {    
    color: rgb(164, 99, 35);
    font: normal 18px / 27px 'Open Sans', sans-serif;    
}

#m_col_two {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.870588);
    float: left;
    height: 71px;
    letter-spacing: 1px;
    width: 543.719px;
    perspective-origin: 271.859px 35.5px;
    transform-origin: 271.859px 35.5px;
    border: 0px none rgba(0, 0, 0, 0.870588);
    font: normal normal normal normal 15px / 22.5px 'Open Sans', sans-serif;
    margin: 0px 0px 30px;
    outline: rgba(0, 0, 0, 0.870588) none 0px;
    padding: 0px 11.25px;
    transition: all 0.3s ease 0s;
}

#m_item_desc{
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.870588);
    height: 44px;
    letter-spacing: 1px;
    width: 521.219px;
    perspective-origin: 260.609px 22px;
    transform-origin: 260.609px 22px;
    border: 0px none rgba(0, 0, 0, 0.870588);
    font: normal 15px / 22.5px 'Open Sans', sans-serif;
    outline: rgba(0, 0, 0, 0.870588) none 0px;
}

#sub_text{
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.870588);
    height: 27px;
    letter-spacing: 1px;
    text-align: center;
    width: 1087.44px;
    perspective-origin: 543.719px 13.5px;
    transform-origin: 543.719px 13.5px;
    border: 0px none rgba(0, 0, 0, 0.870588);
    font: normal 18.6px / 27.06px 'Open Sans', sans-serif;
    margin: 12.3px 0px 9.84px;
    outline: rgba(0, 0, 0, 0.870588) none 0px;
}/*#H5_109, #H5_165, #H5_267, #H5_327, #H5_360, #H5_498*/

#menu_tab {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.870588);
    height: 549px;
    letter-spacing: 1px;
    width: 1087.44px;
    perspective-origin: 543.719px 274.5px;
    transform-origin: 543.719px 274.5px;
    border: 0px none rgba(0, 0, 0, 0.870588);
    font: normal normal normal normal 15px / 22.5px 'Open Sans', sans-serif;
    margin: 30px 0px 0px;
    outline: rgba(0, 0, 0, 0.870588) none 0px;
}/*#DIV_110*/

#m_col_one {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.870588);
    float: left;    
    letter-spacing: 1px;
    width: 543.719px;
    perspective-origin: 271.859px 46.5px;
    transform-origin: 271.859px 46.5px;
    border: 0px none rgba(0, 0, 0, 0.870588);
    font: normal 15px / 22.5px 'Open Sans', sans-serif;
    margin: 0px 0px 30px;
    outline: rgba(0, 0, 0, 0.870588) none 0px;
    padding: 0px 11.25px;
    transition: all 0.3s ease 0s;
}

.dropdown-content li:hover, .dropdown-content li.active,
nav ul li:hover, nav ul li.active {
	background:transparent;
}

/*nav ul li a:hover, nav ul li a.active {
	background-color: rgba(245, 245, 245, 0.1);
	border-bottom:3px solid #A46323;
	line-height:10px;
}
*/

/* 5. TAB MENU SETION
======================================================*/

/* 5.1 Menu Type One 
====================================================== */

.section {
	padding-bottom:0;
	padding-top:0;
}

.tabs.z-depth-1 {
	box-shadow:none;
}

.tabs li.tab {
	/*background:#f5f5f5;*/
	line-height:36px;
}

.tabs li.tab a {
	color:#A46323;
	font-size: 17px;
	text-transform:capitalize;
	
}


.tabs li.tab a:hover {
	color: #A46323;
}

.tabs .indicator {
	background-color:#A46323;
	height:3px;
}

.item-images {
	float:left;
	margin-right:20px;
}

.menu-type-one .item-images img {
	width:100px;
	height:100px;
}

.menu-type-one .item-images-right {
	float:right;
	margin-left:20px;
}

.menu-type-one .item-images-right img {
	width:100px;
	height:100px;
}

.menu-type-one .left-content {
	color:#222222;
}

.menu-type-one .item-title span {
	color: #A46323;
}


.menu-type-one .type-one-title {
	font-size:18px;
	font-weight:500;
	color:#222222;
	position:relative;
}

.menu-type-one .item-title {
	
	font-size:16px;
	font-weight:500;
	color:#222222;
	position:relative;
}

.menu-type-one .h4 {
	
	font-size:28px;
	color:#A46323;
	font-weight:300;
}

.menu-type-one .title-left {
	text-align:right;	
	font-size:18px;
	font-weight:500;
	color:#222222;
}

.title-left .price {
	color: #A46323;
}

.menu-type-one .label {
	color:#f5f5f5;
	background:#A46323;
	padding: 3px 5px;
	border-radius:3px;
	font-size:12px;
	margin: 0 5px;
	text-transform:capitalize;
} 


.type-one-title {
	float: left;
	padding-right: 5px;
	z-index: 1;
	position: relative;
}

.menu-type-one p {
	clear:right;
}

.dots-left {
	position: absolute;
	bottom: -20px;
	left: 5px;
	right: 25%;
	margin: 0;
	border: 0;
	height: 3px;
	display: block;
	background-image: radial-gradient(circle closest-side, #b3b3b3 99%,rgba(0,0,0,0) 1%);
	background-position: bottom;
	background-size: 6px 3px;
	background-repeat: repeat-x;
}

.dots {
	position: absolute;
	bottom: 6px;
	left: 18%;
	right: 10px;
	margin: 0;
	border: 0;
	height: 3px;
	display: block;
	background-image: radial-gradient(circle closest-side, #b3b3b3 99%,rgba(0,0,0,0) 1%);
	background-position: bottom;
	background-size: 6px 3px;
	background-repeat: repeat-x;
}

/* // 5.1 Menu Type One 
====================================================== */

.container {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

/*@media only screen and (min-width : 601px) {
  .container {
    width: 85%; }
 }

@media only screen and (min-width : 993px) {
  .container {
    width: 78%; }
 }
*/ 

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .container .row .menu_cat {
	font-size:28px;
	color:#A46323;
	font-weight:400;	
	}  
	.container .row .menu_desc {
	font-size: 1.24rem;
    line-height: 1.804rem;
    /*margin: 0.82rem 0 0.656rem 0;*/
	color: #222222;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
	}
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: 0; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: 0; }
    .row .col.s3 {
      width: 25%;
      margin-left: 0; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: 0; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: 0; }
    .row .col.s6 {
      width: 50%;
      margin-left: 0; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: 0; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: 0; }
    .row .col.s9 {
      width: 75%;
      margin-left: 0; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: 0; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: 0; }
    .row .col.s12 {
      width: 100%;
      margin-left: 0; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    @media only screen and (min-width : 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: 0; }

      .row .col.m2 {
        width: 16.66667%;
        margin-left: 0; }

      .row .col.m3 {
        width: 25%;
        margin-left: 0; }

      .row .col.m4 {
        width: 33.33333%;
        margin-left: 0; }

      .row .col.m5 {
        width: 41.66667%;
        margin-left: 0; }

      .row .col.m6 {
        width: 50%;
        margin-left: 0; }

      .row .col.m7 {
        width: 58.33333%;
        margin-left: 0; }

      .row .col.m8 {
        width: 66.66667%;
        margin-left: 0; }

      .row .col.m9 {
        width: 75%;
        margin-left: 0; }

      .row .col.m10 {
        width: 83.33333%;
        margin-left: 0; }

      .row .col.m11 {
        width: 91.66667%;
        margin-left: 0; }

      .row .col.m12 {
        width: 100%;
        margin-left: 0; }

      .row .col.offset-m1 {
        margin-left: 8.33333%; }

      .row .col.offset-m2 {
        margin-left: 16.66667%; }

      .row .col.offset-m3 {
        margin-left: 25%; }

      .row .col.offset-m4 {
        margin-left: 33.33333%; }

      .row .col.offset-m5 {
        margin-left: 41.66667%; }

      .row .col.offset-m6 {
        margin-left: 50%; }

      .row .col.offset-m7 {
        margin-left: 58.33333%; }

      .row .col.offset-m8 {
        margin-left: 66.66667%; }

      .row .col.offset-m9 {
        margin-left: 75%; }

      .row .col.offset-m10 {
        margin-left: 83.33333%; }

      .row .col.offset-m11 {
        margin-left: 91.66667%; }

      .row .col.offset-m12 {
        margin-left: 100%; }
 }
    @media only screen and (min-width : 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: 0; }

      .row .col.l2 {
        width: 16.66667%;
        margin-left: 0; }

      .row .col.l3 {
        width: 25%;
        margin-left: 0; }

      .row .col.l4 {
        width: 33.33333%;
        margin-left: 0; }

      .row .col.l5 {
        width: 41.66667%;
        margin-left: 0; }

      .row .col.l6 {
        width: 50%;
        margin-left: 0; }

      .row .col.l7 {
        width: 58.33333%;
        margin-left: 0; }

      .row .col.l8 {
        width: 66.66667%;
        margin-left: 0; }

      .row .col.l9 {
        width: 75%;
        margin-left: 0; }

      .row .col.l10 {
        width: 83.33333%;
        margin-left: 0; }

      .row .col.l11 {
        width: 91.66667%;
        margin-left: 0; }

      .row .col.l12 {
        width: 100%;
        margin-left: 0; }

      .row .col.offset-l1 {
        margin-left: 8.33333%; }

      .row .col.offset-l2 {
        margin-left: 16.66667%; }

      .row .col.offset-l3 {
        margin-left: 25%; }

      .row .col.offset-l4 {
        margin-left: 33.33333%; }

      .row .col.offset-l5 {
        margin-left: 41.66667%; }

      .row .col.offset-l6 {
        margin-left: 50%; }

      .row .col.offset-l7 {
        margin-left: 58.33333%; }

      .row .col.offset-l8 {
        margin-left: 66.66667%; }

      .row .col.offset-l9 {
        margin-left: 75%; }

      .row .col.offset-l10 {
        margin-left: 83.33333%; }

      .row .col.offset-l11 {
        margin-left: 91.66667%; }

      .row .col.offset-l12 {
        margin-left: 100%; }
 }
 .marbot30 {
	margin-bottom:10px;
}

.martop30 {
	margin-top:20px;
}

/* Horizontal Line */

hr {
	border-color: rgba(255,255,255,.3);
}

.hr-line {
	/*background: #E2E2E2;*/
	height: 1px;
	position: relative;
	width: 28%;
	top: 0%;
	left: 50%;
	transform: translateX(-50%) translateY(-0%);
	-webkit-transform: translateX(-50%) translateY(-0%);
	-moz-transform: translateX(-50%) translateY(-0%);
	-ms-transform: translateX(-50%) translateY(-0%);
	margin:15px 0;
	text-align: center;
}

.hr-line i {
	position: relative;
	top: -15px;
	/*background: #fff;*/
	font-size:22px;
	color: #A46323;
}

.divider{
    color:#ccc;
    width:70%;
    margin:20px auto;
    overflow:hidden;
    text-align:center;   
    line-height:1.2em;
}

.hr-line:before, .hr-line:after{
    content:"";
    vertical-align:top;
    display:inline-block;
    width:50%;
    height:0.15em;
    border-bottom:1px solid #888;
    margin:0 2% 0 -55%;
}
.hr-line:after{
    margin:0 -55% 0 2%;
}

/* // Horizontal Line */
