
/* 1 - Google Font
------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway');

@font-face {
	font-family: 'dancing_scriptregular';
	src: url('../fonts/dancingscript-regular-webfont.woff2') format('woff2'), url('../fonts/dancingscript-regular-webfont.woff') format('woff'), url('../fonts/dancingscript-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* 2 - General styles
------------------------------------------------------------------------*/

html,
body {
	font-family: 'Raleway', sans-serif;
	color: #000;
}

html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

body {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #fff;
}

hr {
 border-top: 1px solid #000;
}

a {
	color:  #3233ee;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

a:link,
a:visited,
a:hover {
	text-decoration: none;
}

p {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Raleway', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

iframe,
audio {
	width: 100%;
	height: auto;
	border: none;
}

ul {
	list-style-type: none;
}

a:hover {
	color: #ee3233;
	text-decoration: underline;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}


/* 2.1 - Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.125em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.375em;
}

h5 {
	font-size: 1.125em;
}

h6 {
	font-size: 0.875em;
}


/* Common button styles */


/* General button style (reset) */

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 80px;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
}

.btn-primary,
.btn-default {
	margin-top: 30px;
}

.btn-primary {
	border: 1px solid#ddd;
	font-size: 12px;
	padding: 13px 30px!important;
	letter-spacing: 0px;
	color: #999;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.btn-primary:hover {
	border-color: #2e2e2e;
	background: #2e2e2e;
	color: #fff!important;
}

.btn-primary.black {
	border: 1px solid#2e2e2e;
	background: #2e2e2e;
	color: #fff!important;
}

.btn-primary.black:hover {
	border-color: #ee3233;
	background: #ee3233;
	color: #fff!important;
}

.btn-primary.feature {
	border: 1px solid#ee3233;
	background: #ee3233;
	color: #fff;
}

.btn-primary.feature:hover {
	border: 1px solid#fff;
	background: #fff;
	color: #ee3233!important;
}


/*====================================================
	Main styles
 =======================================================*/

.section-padding {
	padding: 15px 0px;
}

.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	margin-top: 0px;
}

.section-heading h3 {
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	margin-top: 0px;
	color: #ee3233;
}

.section-heading p {
	width: 60%;
	margin: 15px auto 0px;
}

#section-news h3 {
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	margin-top: 0px;
	color: #ee3233;
}

/*=======================================
	SECTION header
=====================================*/

.page-top {
	padding: 10px 10px 5px;
	border-bottom: 1px solid#eee;
}

.f-left {
 float: left;
 font-size: 15px;
}
.f-left li {
 padding-bottom: 10px;
}
.f-left li i {
	color: #000;
}

.f-right {
	float: right;
}

.f-right p {
	color: #aaa;
}

.f-right p span {
	color: #333;
	font-weight: 700;
}

#section-header {
	background: #fff;
}

.navbar-nav li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 28px 20px;
	color: #333;
	background: transparent!important;
	font-weight: 600;
	letter-spacing: 1px;
}

.navbar {
	border: 0px none;
	float: none;
	margin-bottom: 0px;
	margin-top: 0px;
	min-height: auto;
	padding-left: 20px;
	position: relative;
	z-index: 777;
	border-radius: 0px;
}

.navbar-main .navbar-nav a:hover {
	color: #4668FF;
	background: transparent;
}

.navbar-brand {
	width: 30%;
 margin-top: -10px;
}

/*.navbar-brand a span {
	color: #EE3233;
}*/

.sticky-wrapper.is-sticky #section-header {
	width: 100%;
	z-index: 999;
	box-shadow: 0px 0px 2px #777;
}

#section-header-sticky-wrapper .navbar-nav li a:hover{
	color: #ee3233;
}


/*=================================================================
	Main slider
======================================================================*/

#section-banner {
 position: relative;
 background: url("../images/bg/bannerbg.jpg") 50% 50%;
 background-size: cover;
 padding: 0px 0px;
}

#section-banner p {
 color: #fff;
 font-weight: 400;
 font-size: 25px;
 line-height: 35px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-family: 'Raleway', sans-serif;
}

.banner-caption {
	padding: 20px 40px 40px;
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

.banner-caption h2 {
	line-height: 62px;
	color: #fff;
	font-family: 'Dancing Script', cursive;
	font-size: 50px;
}

.banner-caption p {
	color: #ddd;
	margin: 45px 0px 10px;
}

.banner-title span {
	color: #ee3233;
}

.banner-caption i {
	font-size: 60px;
	color: #fff;
	border: 1px solid#fff;
	width: 100px;
	height: 100px;
	display: block;
	text-align: center;
	margin: 0 auto;
	border-radius: 100%;
	margin-bottom: 15px;
	padding-top: 10px;
}


/*=======================================================
 	section-about
=========================================================*/

.heading-content {
	margin: 0px 0px 80px;
	text-align: center;
}


/*=======================================================
 	SECTION ABOUT
=========================================================*/

.section-title {
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.about-content {
	padding-top: 20px;
}

.about-content h4 {
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #ee3233;
}

#section-feature {
	padding: 40px 0px;
	background: #f9f9f9;
}

.feature-box {
	text-align: center;
}

.feature-box span {
	font-size: 35px;
	line-height: 35px;
	width: 80px;
	height: 80px;
	background: #ee3233;
	color: #fff;
	display: block;
	border-radius: 100%;
	padding-top: 20px;
	margin: 0 auto 20px;
	position: relative;
}


/*========================================================
	SECTION PARALLAX
=========================================================*/

#section-parallax {
	background: url("../images/bg/paralax.jpg") fixed 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 0px;
}

.paralax-content h3 {
	color: #fff;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

.paralax-content h2 {
	color: #fff;
	font-style: italic;
}


/*========================================================
	SECTION MARKETS
=========================================================*/

#section-markets {
 padding-bottom: 50px;
 background: #f9f9f9;
}
#section-news {
 /*padding-bottom: 50px;*/
 background: #f9f9f9;
}
.market-box {
 padding-top: 3px;
}

.market-img img {
 max-width: 100%;
 margin: 0 auto;
 width: 100%;
 float: left;
 margin-right: 20px;
}

#chef {
 padding-top: 20px;
}
.news-fly-in{
	color: #ee3233;
}

/*========================================================
	SECTION TESTIMONIAL
=========================================================*/

#section-testimonial {
	background: url("../images/bg/2.jpg") fixed 50% 50%;
	background-size: cover;
	padding-bottom: 50px;
}

#testimonial-carousel {}

#testimonial-carousel .item .testimonial-caption {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

#testimonial-carousel .item i {
	font-size: 40px;
	background: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 20px;
	border-radius: 100%;
	color: #ee3233;
}

#testimonial-carousel .item p {
	margin: 40px 0px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-style: italic;
}

.test-content h3 {
	color: #fff;
	font-family: 'Dancing Script', cursive;
}

.test-content {
	padding-bottom: 60px;
}


/*========================================================
	SECTION MENU
=========================================================*/

#menu-tab {}

#menu-tab {
	margin-bottom: 60px;
}

.nav-tabs {
	border: none;
	width: 50%;
	margin: 0 auto;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a {
	border: 1px solid#eee;
	border-radius: 0px;
	margin-right: 10px;
	border-bottom: 1px solid#ddd;
	padding: 10px 26px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	background: #ee3233;
	color: #fff;
	border: 1px solid #ee3233;
	font-weight: 700;
}

.menu-item {
	padding-bottom: 30px;
	border-bottom: 1px solid#eee;
}

.menu-item img {
	float: left;
	margin-right: 15px;
	width: 40%;
	background: #fff;
}

.menu-inner {
	padding-top: 30px;
}

.menu-inner h4 {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	line-height: 32px;
}

.menu-inner h4 span {
	margin-left: 20px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	color: #ee3233;
	font-size: 40px;
	float: right;
}


/*========================================================
	SECTION RESERVATION
=========================================================*/

#section-reservation {
	background: url("../images/bg/banner1.jpg") fixed 50% 50%;
	background-size: cover;
}

#section-reservation .section-heading h2 {
	color: #fff;
}

#section-reservation .section-heading p {
	color: #eee;
}

#contact-form {
	width: 80%;
	margin: 0 auto;
}

.contact-form-wrap {
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	background: #fff;
	padding: 20px 10px;
	border-radius: 3px;
}

#contact-form .form-control {
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid#ddd;
	min-height: 45px;
}

#contact-form .form-group {
	margin-bottom: 25px;
}

.form-control:hover,
.form-control:focus {
	border-color: #e1e1e1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form-field:focus {
	background: #F5F5F5;
}

.contact-form-field {
	border-radius: 2px;
	color: #000;
	background-color: transparent;
	font-family: "Muli", sans-serif;
	font-size: 13px;
	padding-left: 26px;
	line-height: 20px;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.contact-box.contact-page {
	padding: 5px;
	margin-bottom: 25px;
}


/*========================================================
	SECTION EVENTS
=========================================================*/

.event-content {
	margin-top: 30px;
	text-align: center;
}

.event-content h4 {
	margin-bottom: 15px;
	font-weight: 600;
}


/*========================================================
	SECTION CONTACT
=========================================================*/

#section-footer {
	background: #e8e8e8;
	padding: 40px 0px;
}

#contact-form .btn{
	margin-top: 0px;
}
/*========================================================
 SECTION FOOTER
=========================================================*/
.logo{
 width: auto;
}
#section-footer {
 background: #fff;
 padding: 90px 0px 80px;
}

.footer-content p {
 margin: 20px 0px;
 color: #000;
}

.footer-social li a i {
 color: #474747;
 font-size: 20px;
}

.footer-contact ul li {
 padding: 10px 0px;
}

.footer-contact ul li a {
 font-size: 14px;
}

.footer-contact .a-align{
 font-size: 14px;
}

.footer-contact ul li a i {
 margin-right: 15px;
 color: #333;
 font-size: 16px;
}
.footer-contact ul li i {
 margin-right: 15px;
 color: #333;
 font-size: 16px;
}

.footer-widget li {
 width: 32%;
}

#footer-btm {
 padding: 25px 0px 20px;
}

.copy {
 color: #222;
}

.footer-menu li a {
 color: #222;
}

/*========================================================
	SECTION CONTACT
=========================================================*/
.logo{
	width: auto;
}
#section-contact {
	padding: 0 0 5px;
}

.contact-content p {
	margin: 20px 0px;
	color: #000;
}

.contact-social li a i {
	color: #474747;
	font-size: 20px;
}

.contact-contact ul li {
	padding: 10px 0px;
}

.contact-contact ul li a {
 font-size: 14px;
}
.contact-contact ul li {
	font-size: 14px;
}

.contact-contact ul li a i {
 margin-right: 15px;
 color: #333;
 font-size: 16px;
}

.contact-contact ul li i {
	margin-right: 15px;
	color: #333;
	font-size: 16px;
}

.contact-widget li {
	width: 32%;
}

#contact-btm {
	padding: 25px 0px 20px;
}

.copy {
	color: #222;
}

.contact-menu li a {
	color: #222;
}


/*BAck to TOP
=====================*/

#back-to-top {
	right: 40px;
	top: auto;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}

#back-to-top.affix {
	bottom: 60px;
}

#back-to-top .btn.btn-primary {
	padding: 0;
	font-size: 18px;
	width: 41px !important;
	height: 36px !important;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
	border: 2px solid transparent;
	color: #FFF;
	padding: 0px !important;
	opacity: .5;
}

#back-to-top .btn.btn-primary:hover {
	color: #fff;
	opacity: 1;
	background: #ee3233;
}

.fa-facebook{
 color: #3b5998 !important;
 font-size: 60px !important;
 padding: 0 10px 0 0;
}
.fa-yelp{
 color: #D32323 !important;
 font-size: 60px !important;
 padding: 0 10px 0 0;
}
.fa-tripadvisor{
 color: #589442 !important;
 font-size: 60px !important;
}
.fa-smile-o{
 color: green !important;
}
.fa-frown-o{
 color: red !important;
}
.social-intro{
 padding-top: 20px;
}
.text-red{
 color: #f00 ;
}
#section-about .carousel-control.left, #section-about .carousel-control.right {
 background-image: none;
 color: #000;
 opacity: 1;
}

#section-catering .carousel-control.left, #section-catering .carousel-control.right {
 background-image: none;
 color: #fff;
 opacity: 1;
}
#section-testimonial .carousel-control.left, #section-testimonial .carousel-control.right {
 background-image: none;
 color: #fff;
 opacity: 1;
}
.yelp-widget img {
 width: 150px;
}
.market-content h4{
 margin: 6px 0;
}
.open-message-block a{
 color: #ee3233;
}
#section-catering {
 padding-bottom: 50px;
 background: #f9f9f9;
}
