/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Delicious Restaurant - Onepage Html Responsive Template
Version:	1.1
Last change:	18/10/2016 [fixed bug]
Primary use:	Delicious Restaurant - Onepage Html Responsive Template 
-------------------------------------------------------------------*/

@import url("default-theme-style.css");
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,900|Alex+Brush|Lora:400,400i,700|Dancing+Script:400,700');


/*------------------------------------------------------------------
[Table of contents]

1. Body  /  #page-top
2. Navigation / #mainNav
3. Header / #myCarousel (with slider)
4. Section commen style
5. About section  /  #about
6. Our Menu section  /  #ourmenu
7. Reservation section  /  #reservation
8. Testimonials section  /  #testimonials
9. Gallery section  /  #gallery
10. Events section  /  #events
11. Contact section  /  #contactus
12. Footer section  /  #footer
13. Responsive Media Screen style

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Black (text): #000
# Gold : #cb9f6b

------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body :		'Lora', serif;
Title and logo:		'Alegreya', serif;

-------------------------------------------------------------------*/



/*---Body---*/
 
html,
	body {
	  height: 100%;
	  width: 100%;
	}
	
body {
	color:#000000;
  	font-family: 'Lora', serif;
}
p::selection {
  background: #ea7f49;
  color:#ffffff;
}

h2::selection {
  background: #ea7f49;
  color:#ffffff;
}
h1::selection {
  background: #ea7f49;
  color:#ffffff;
}
h3::selection {
  background: #ea7f49;
  color:#ffffff;
}
h4::selection {
  background: #ea7f49;
  color:#ffffff;
}
h5::selection {
  background: #ea7f49;
  color:#ffffff;
}
h6::selection {
  background: #ea7f49;
  color:#ffffff;
}
a {
	color: #cb9f6b;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

a:hover,
a:focus {
	color: #1b846a;
	outline: none;
	outline-offset: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Alegreya', serif;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 16px;
	color:#333333;
}

.gold{
	color:#cb9f6b;
}
.white{
	color: #fff;
}

.text-faded {
	color: #fff;
}

section {
	padding: 80px 0;
}

aside {
	padding: 50px 0;
}

.no-padding {
	padding: 0;
}

.navbar-default .navbar-header .navbar-brand .logo{
	height:70px;
}

/*---Navigation / #mainNav---*/

.navbar-default {
	background-color: #000;
  		border-color: rgba(34, 34, 34, 0.05);
  	-webkit-transition: all 0.35s;
  	-moz-transition: all 0.35s;
  	transition: all 0.35s;
}
.navbar-collapse{
	overflow:hidden !important;
	height: 70px !important;
}
.navbar-default .navbar-header .navbar-brand {
  	color: #cb9f6b;
  	font-family: 'Alegreya', serif;
  		font-weight: 400;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  	color: #fff;
}
.navbar-default .navbar-header .navbar-toggle {
  	font-size:1.1428571428571428em;
  	color: #222222;
  	text-transform: uppercase;
	background-color:#fff;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  	text-transform: uppercase;
  	color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  	color: #cb9f6b;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  	background-color: transparent;	
  	color: #451e0d !important;
  	outline: none;
	font-weight: bold;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  	background-color:transparent;
	    color: #ffffff !important;
}

@media (min-width: 768px) {
.navbar-default {
    background-color: rgba(234,127,73,1);
    border-color: rgba(255, 255, 255, 0.9);
	height: 100px;
}
.navbar-default .navbar-header .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-header .navbar-brand p {
    margin:0 auto;
	    letter-spacing: 4px;
    font-weight: 300;
	    font-size: 2.142857142857143em;
		    line-height: 1;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #cb9f6b;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	color: #ffffff;
	padding: 25px;
	font-weight: 600;
	font-size: 20px;
	font-family: 'Alegreya', serif!important;
	font-smooth: 3em;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #451e0d;
	font-weight: 700;
}
.navbar-default.affix {
    background-color: #ea7f49;
    border-color: rgba(34, 34, 34, 0.05);
}
.navbar-default.affix .navbar-header .navbar-brand {
    color: #cb9f6b;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #000;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
    color: #ffffff;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
    color: #451e0d;
}

}



/*---Header / #myCarousel (with slider)---*/

header {
	position: relative;
	width: 100%;
	min-height: auto;
	color: white;
	text-align: center;  
}


/*---Slider---*/


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel-caption {
    text-align: center;
    top: 25%;
}
.carousel-caption img {
    display:inline-block;
}
.carousel-caption h3 {
    display: inline-block;
    text-shadow: none;
    font-size:2.3em;
    font-weight: 700;
    letter-spacing: 6px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
.carousel-caption h2 {
    display: inline-block;
    font-size:9.285714285714286em;
	font-family: 'Dancing Script', cursive;
	font-weight:700;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.item,
.active.left,
.active.right {
    opacity: 0;
}

.active,
.next.left,
.prev.right {
    opacity: 1;
}

.next,
.prev,
.active.left,
.active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-control {
    z-index: 2;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 768px) {
header {
    min-height: 100%;
}

}


/*---Section commen style---*/
.section-title {
    margin-bottom: 15px;
	text-align:center;
	
}
.section-title h1 {
	font-size: 52px!important;
	margin-top: -20px;
    margin-bottom: 5px;
	font-weight:700;
	letter-spacing: 2px;
	color:#ea7f49;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.orange{
	
	color:#ea7f49;
}

/*---About section---*/

.about{
	background-image:url(../images/about-bg.png);
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	text-align:center;
}
.about img{
	display:inline-block;
}
.about .left-side{
	margin-top:30px;
}
.about-content {
    padding-top: 20px;
    letter-spacing: 2px;
	color:#555;
}
.about-content p{
    font-size: 26px;
}
.about-chef {
    padding: 15px 0px;
} 
.about-chef p {
    font-family: 'Alex Brush', cursive;
    font-size:1.7142857142857142em;
    letter-spacing: 2px;
    color: #815a2c;
	padding-top: 20px;
}
.about-img {
	text-align:center;
}
.about-img figure {
	margin-bottom:15px;
	margin-top:15px;
}

/* Shine */
.about-img figure {
	position: relative;
}
.about-img figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.about-img figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
figure {
	overflow: hidden;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


/*---Our Menu section section---*/

.hover, .hover .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.hover img {
  border: 1px solid #fff;
  width: 100%;
}
.hover1, .hover1 .overlay {
 
  text-align: center;
}
.hover1 img {
   margin:auto;
  width: 200px;
}
.ourmenu2{
	
	background-color:#381401;
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	color:#fff;
}
.ourmenu1{
	background-image:url("../images/ourmenu-bg2.jpg");
	background-color:#441f0d;
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	color:#fff;
}
.ourmenu{
	background-image:url("../images/ourmenu-bg.jpg");
	background-color:#000000;
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	color:#fff;
}
#menu-list {
    text-align: center;
}
.menu-title {
    width: auto;
	
    display: inline-block;
}

.menu-title > li > a {
    position: relative;
    display: inline-block;
    padding: 10px 35px;
	font-size:1.0285714285714286em;
	font-weight:700;
	color:#ffffff;
	text-transform: uppercase;
	text-align: center;
	background-color:#ea7f49;
	margin: 10px 10px;
}
.menu-title > li.active > a, .menu-title > li.active > a:hover, .menu-title > li.active > a:focus {
    color: #cb9f6b;
    background-color: #ffffff;
	
}
.menu-title > li > a:hover, .menu-title > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
	color: #cb9f6b;
}
.menu-title > li > span i{
	font-size:0.5714285714285714em;
	vertical-align: text-top;
}
.menu-item-left{
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.menu-item{
	text-align:left;
	padding-bottom: 20px;
	margin:0 30px;
	border-bottom: 1px dashed #cccccc;
}
#menu-list .tab-content {
    margin-top: 30px;
}
.menu-item .item-name h4 {
    /*margin-bottom: 30px;*/
	/*color: #ccc;*/
	font-size:1.6em;
	margin-top:20px;
}
.menu-item .item-name span {
    /*margin-bottom: 30px;*/
	/*color: #ccc;*/
	font-size: 14px;
	color:#e0c404!important;
}
.menu-item .item-details p{
	color: rgba(255,255,255,0.5);
}
.menu-item .item-details .item-price{
	color: #cb9f6b;
	font-weight:bold;
	font-size:1.1428571428571428em;
	padding-top:20px;
}



/*---Reservation section---*/

.reservation{
	background-image:url(../images/reservation-bg.jpg);
	    background-repeat: no-repeat;
    	background-position: right bottom;
		background-size:cover;
}
.make-call{
	text-align:center;
	margin-top:30px;
	color:#555;
}
.make-call-now {
    text-align:center;
}
.make-call-now h2 {
    line-height: 60px;
	font-family: 'Lora', serif;
	font-size:40px;
	color:#555;
}
.make-call-now img {
    display:inline-block;
}
.reservation-form {
    margin-top: 40px;
}
.reservation-form .btn {
    width: 170px;
    height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0);
    border: solid 3px #000;
    margin-top: 30px;
}
.reservation-form .btn-default:hover, .reservation-form .btn-default:focus, .reservation-form .btn-default.focus, .reservation-form .btn-default:active, .reservation-form .btn-default.active, .open > .reservation-form .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #cb9f6b;
    border-color: #cb9f6b;
}
.reservation-form .form-inline {
    text-align: center;
}
.reservation-form .form-group {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(200,140,61,0);
    border: solid 1px rgba(0,0,0,.54);
    width: 290px;
    height: 50px;
}
.reservation-form input.form-control {
    width: 100%;
    height: 48px;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}
.reservation-form .input-group-addon {
    background-color: transparent;
    border:none;
    border-radius: 10px;
}
.reservation-form .form-group .input-group {
    width: 100%;
    height: 100%;
}









/*---Testimonials section---*/

.testimonials{
	//background-image:url(../images/testimonials-bg.jpg);
	background-image:url(../images/2.jpg);
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	color:#fff;
}



/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
	margin-top: 80px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	color: #898989;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
	    background: #cb9f6b;
	    margin-bottom: 30px;
}
#fade-quote-carousel .profile-circle img {
    border-radius: 100px;
}
#fade-quote-carousel blockquote .person{
	color:#cb9f6b;
	    margin-bottom: 0;
    margin-top: 50px;
}
#fade-quote-carousel blockquote .per-den{
	color:#fff;
	font-size:0.8571428571428571em;
}
#fade-quote-carousel .carousel-control {
	width: auto;
    color: #000;
    opacity: 1;
	text-shadow:none;
	font-size:1em;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .icon-prev {
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .fa-long-arrow-left {
    left: 50%;
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-next {
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    right: 50%;
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left {
    background-color: #cb9f6b;
    width: 60px;
    text-align: left;
    padding-left: 10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-right {
    background-color: #cb9f6b;
    width: 60px;
    text-align: right;
    padding-right: 10px;
}





/*---Gallery section---*/

.gallery{
	background-color:#f3f1e9;
	/*background-image:url(../images/gallery-bg.png);*/
	background-repeat:no-repeat;
	background-position:top center;
	padding-bottom: 0;
}
.gallery-box {
	position: relative;
	display: block;
	margin: 2px 2px;
	text-align:center;
}
.gallery-box .gallery-box-caption {
	background: rgba(0, 0, 0, 0.8);
	color: white;
	opacity: 0;
	display: block;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.gallery-box .gallery-box-caption .gallery-box-caption-content {
	width: 100%;
	text-align: left;
	position: absolute;
	top: 80%;
	padding-left: 40px;
	transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
  	opacity: 1;
}
.gallery-box:focus {
  	outline: none;
}
.gallery-box img.img-responsive{
	display:inline-block;
	width:100%;
}


@media (min-width: 768px) {

}
.call-to-action h2 {
  	margin: 0 auto 20px;
}
.text-primary {
  	color: #cb9f6b;
}
.no-gutter > [class*='col-'] {
  	padding-right: 0;
  	padding-left: 0;
}
.btn-default {
	color: #222222;
	background-color: white;
	border-color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #222222;
	background-color: #f2f2f2;
	border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: white;
}
.btn-default .badge {
  	color: white;
  	background-color: #222222;
}
.btn-primary {
	background-color: #cb9f6b;  
	color: white;
	border-color: #cb9f6b;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #ee4b28;  
	color: white;
	border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  	background-color: #cb9f6b;
  		border-color: #cb9f6b;
}
.btn-primary .badge {
	background-color: white;
	color: #cb9f6b;
}

.btn-primary1 {
	margin: 0 40px;
	background-color: #e53033;  
	color: white;
	font-size: 24px!important;
	border-color: #e53033;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	border-radius: 0px!important;
	font-family: "Arial"!important;
	border: #fff 3px solid!important;
	font-weight: 300;
}
.btn-primary1:hover,
.btn-primary1:focus,
.btn-primary1.focus,
.btn-primary1:active,
.btn-primary1.active,
.open > .dropdown-toggle.btn-primary1 {
	background-color: #451e0d;  
	color: white;
	border-color: #451e0d;
}
.btn-primary1:active,
.btn-primary1.active,
.open > .dropdown-toggle.btn-primary1 {
  	background-image: none;
}
.btn-primary1.disabled,
.btn-primary1[disabled],
fieldset[disabled] .btn-primary1,
.btn-primary1.disabled:hover,
.btn-primary1[disabled]:hover,
fieldset[disabled] .btn-primary1:hover,
.btn-primary1.disabled:focus,
.btn-primary1[disabled]:focus,
fieldset[disabled] .btn-primary1:focus,
.btn-primary1.disabled.focus,
.btn-primary1[disabled].focus,
fieldset[disabled] .btn-primary1.focus,
.btn-primary1.disabled:active,
.btn-primary1[disabled]:active,
fieldset[disabled] .btn-primary1:active,
.btn-primary1.disabled.active,
.btn-primary1[disabled].active,
fieldset[disabled] .btn-primary1.active {
  	background-color: #cb9f6b;
  		border-color: #cb9f6b;
}
.btn-primary1 .badge {
	background-color: white;
	color: #cb9f6b;
}
.btn {
	font-weight: 700;	
	text-transform: uppercase;
	border: none;
	border-radius: 300px;
}
.btn-xl {
  	padding: 15px 30px;
}
::-moz-selection {	
  	background: #222222;
  	color: white;
  	text-shadow: none;
}
::selection {	
  	background: #222222;
  	color: #111;
  	text-shadow: none;
}
img::selection {	
  	background: transparent;
  	color: white;
}
img::-moz-selection {	
  	background: transparent;
  	color: white;
}





/*---Events section---*/

.events{
	background-image:url(../images/event-bg.jpg);
	    background-repeat: no-repeat;
    	background-position: right bottom;
		background-size:cover;
}
.event-block{
	margin-top:50px;
}
.event-artical{
	text-align:center;
}
.event-artical img{
	display:inline-block;
}
.event-date{
    padding: 50px 0px 0px;
    color: #555;
}
.event-name{
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.event-details{
	color: #555;
    padding: 20px 0px 30px;
}





/*---Contact section---*/

.contactus{
	//background-image:url(../images/contact-bg.jpg);
	background:#000 !important;
	    background-repeat: no-repeat;
    	background-position: center bottom;
		background-size:cover;
	color:#fff;
}
.contactus .section-title{
	text-align:left;
}
.contect-out-bg{
	background-color: rgba(0,0,0,0.80);
    padding: 15px 0px;
}
.map{
	margin: -30px 0px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map iframe{
    pointer-events: none;
	width:100%;
	border:none;
}
.contact-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;	
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
	height: 50px;
}
.contact-form textarea.form-control {
    height: auto;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    border: solid 2px #fff;
    width: 180px;
    height: 50px;
    margin-left: 15px;
	color:#fff;
}
.contact-form .btn:hover {
    background-color:#cb9f6b;
    border: solid 2px #cb9f6b;
	color:#fff;
}












/*---Footer section---*/

.footer{
	background-image:url("../images/about-bg.png");
	
	    background-repeat: no-repeat;
    	background-position: top center;
		background-size:cover;
		padding: 80px 0 0px;
}
.newsletter{
	text-align:center;
	padding:20px 0px;
}
.newsletter .form-control {
    width: 320px;
    height: 50px;
    background-color: #f9f9f9;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.newsletter .btn{
    border-radius: 0;
    height: 50px;
    width: 70px;
    background-color: #ea7f49;
}
.newsletter .btn:hover{
    background-color: #000;
	color:#fff;
}
.social{
	text-align:center;
	margin-top: 30px;
}
.social li a {
    width: 60px;
    height: 60px;
    background-color: rgb(222, 223, 223);
    border: solid 2px #000;
    color: #000;
    display: block;
	line-height:2em;
}
.social li a:hover {
    background-color:#000;
    color: #fff;
}
.copyright{
    background-color: #ea7f49;
    margin-top: 80px;
}
.copy{
	color:#451e0d;
	text-align:center;
	    margin-bottom: 0;
    padding: 15px 0px;
}





@media only screen and (max-width: 3500px) {
/*body*/
body {
    overflow-x: hidden;
}
}
	
@media only screen and (max-width: 2500px) {}

@media only screen and (max-width: 2100px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1566px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (min-width: 1300px) {}

@media only screen and (max-width: 1280px) {
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    padding: 25px 15px;
}
}

@media (min-width: 1280px) {}

@media only screen and (max-width: 1199px) {
	
	
	.btn-primary1 {
		margin: 0 5px;
		font-size: 18px!important;
	}
}

@media only screen and (max-width: 1024px) {
#mainNav.navbar-default .navbar-header .navbar-brand p {
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 10px;
}
#mainNav.navbar-default .nav > li > a, #mainNav.navbar-default .nav > li > a:focus {
    padding: 10px;
}
.carousel-caption h2 {
    font-size:6.5em;
}
}
.order{
	float:right; 
	margin-top:15px;
	margin-left:20px;
	
}
@media only screen and (max-width: 991px) {
	.order{
	float:right; 
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
}
body{
	font-size:120%;
}
.navbar-collapse{
	overflow:auto;
	height: auto !important;
}
.navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-toggle {
    margin-right: -15px;
}
.navbar-default {
    background-color: #ea7f49;
    border-color: rgba(255, 255, 255, 0.9);
}
.navbar-default.affix {
    background-color: #ea7f49;
    border-color: rgba(34, 34, 34, 0.05);
}
/*#mainNav.navbar-default .navbar-header .navbar-brand p {
    font-size: 18px;
    margin: 5px;
}*/
#mainNav.navbar-default .navbar-header .navbar-brand p {
    line-height:1;
    margin: 0;
}
#mainNav.navbar-default .nav > li > a, #mainNav.navbar-default .nav > li > a:focus {
    text-align: center;
}
section {
    padding: 40px 0;
}
.reservation-form .form-group {
    width: 200px;
}
#fade-quote-carousel blockquote {
    padding: 10px 50px;
}
.event-block {
    margin-top: 20px;
	margin-bottom: 20px;
}
.event-date {
    padding: 10px 0px 0px;
}
.event-name {
    padding-bottom: 0px;
}
.event-details {
    padding: 15px 0px 0px;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
}


/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {
	.fs-18, h4, .h4{
	font-size:2.2857142857142858em;
}
	.fs-24, h3, .h3{
	font-size:2.7142857142857142em;
}

	.menu-item .item-name span {
    /*margin-bottom: 30px;*/
	/*color: #ccc;*/
	font-size: 14px;
	
}
	.menu-item .item-details .item-price{
	
	font-size:2.1428571428571428em;
	
}
	.section-title {
    margin-top: 40px;
	
	
}
	.menu-title > li > a{
		font-size:18px;
		width:100%;
	}
	.section-title h1 {
	font-size: 35px!important;
    
}
	.about-content p {
  font-size: 18px;
}
	.navbar-default .navbar-header .navbar-brand .logo{
	height:55px;
}
body{
	font-size:100%;
	    overflow-x: hidden;
}
.navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: #fff;
}
.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
    color: #451e0d;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: #451e0d;
}
.navbar-default.affix-top .navbar-header .navbar-brand:hover, .navbar-default.affix-top .navbar-header .navbar-brand:focus {
    color: #fff;
}
.carousel-caption img {
    max-width: 150px;
	clear:both;
	display:inline-block;
}
.carousel-caption h3 {
    font-size: 2.3em;
    letter-spacing: 0;
	margin-top:8px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
.carousel-caption h2 {
    font-size:3.5em;
	display:block;
	clear:both;
}
.about .about-img img {
    width: 100%;
}
.about .left-side {
    margin-top: 0px;
}
.menu-title {
    width: 100%;
    display: inline-block;
}
#menu-list .nav > li {
    text-align: center;
    width: 100%;
}
#menu-list .nav > li span {
    display:none;
}

.menu-item-left {
    border-right: none;
}
.menu-item .item-name h4 {
    margin-bottom: 5px;
	font-size:2.6em;
}
.make-call-now .text-right, .make-call-now .text-left  {
    text-align:center;
	margin-top:10px;
}
.reservation-form .form-group {
    margin: 10px auto;
}
.reservation-form .form-group {
    width: 290px;
}
#fade-quote-carousel blockquote {
    padding: 10px 20px;
}
#fade-quote-carousel.carousel {
    margin-top: 20px;
}

#fade-quote-carousel blockquote p{
	font-size:0.8571428571428571em;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-right {
    width: 30px;
    padding-right: 5px;
    font-size: 150%;
    height: auto;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left {
    width: 30px;
    padding-left: 5px;
    font-size: 150%;
    height: auto;
}
.event-artical {
    border-bottom: 1px solid #ccc;
}
.event-date {
    padding: 20px 0px 0px;
    color: #555;
}
.event-name {
    padding-bottom: 0px;
}
.event-details {
    padding: 20px 0px 0px;
}
.event-artical img {
    margin-bottom: 10px;
}
.event-block {
    margin-top: 20px;
}
.map {
    margin: 0;
}
.footer {
    background-position: bottom center;
    padding: 40px 0 0px;
}
.social li a {
    line-height: 2em;
}
.social ul{
    margin-left:0px;
}
.social ul > li {
    padding-left: 0px;
    padding-right: 0px;
}
.newsletter .form-control {
    width: 100%;
}
.newsletter .btn {
    display: inline-block;
    clear: both;
}
.newsletter .form-group {
    width: auto;
    display: inline-block;
    clear: both;
	margin-bottom: 0;
    vertical-align: bottom;
}
.newsletter .form-control {
    display: inline-block;
}





}

/*--------------iPhone 6 landscape----------------*/
@media only screen and (max-width: 667px) {}

/*--------------iPhone 5 landscape----------------*/
@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

/*--------------iPhone 6 plus portrait----------------*/
@media only screen and (max-width: 414px) {}

/*--------------iPhone 6 portrait----------------*/
@media only screen and (max-width: 375px) {}

/*--------------iPhone 5 portrait----------------*/
@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 300px) {}

@media only screen and (max-width: 200px) {}
.call-to-btn {
  text-align: center;
  margin: 50px 0px 15px;
}
.btn-white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white:hover{
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn {
  font-size: 1.1428571428571428em;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 10px;
  padding: 12px 15px;
}

.btn, .btn:hover {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
