@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700,600,300);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, form, input {
	margin: 0;
	padding: 0;
	background: transparent;
}
@font-face {
    font-family: FORTE;
    src: url(font/FORTE.otf);
	src: url(font/FORTE.ttf);
	src: url(font/FORTE.woff);
	src: url(font/FORTE.woff);
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:#373737;
	font-weight: 400;
	background: #fff;
}
p {
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	font-weight: 300;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 23px;
}
h5 {
	font-size: 18px;
	text-align: center;
    width: 100%;
}
h6 {
	font-size: 14px;
}
a {
	color: #7f7f7f;
	text-decoration: none;
}
a:hover, a:focus {
	color: #666;
}
img {
	max-width: 100%;
	height: auto;
	
	
}

.logo-holder {
	max-width: 215px;
	margin: 0 auto;
	background: url(../images/logo-bg.png) no-repeat top center;
	height: 179px;
	  padding: 21px 45px;
}
.logo-holder img {
	perspective: 1000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.logo-holder:hover img {
	transform: rotateY( 180deg );
	-webkit-transform: rotateY(180deg);
}
#banner, #header, #header .logo-container, .section-one, .section-two, .bottom-holder, .section-three, .section-four, .section-five, #footer, .about-section, .bottom-animation, .dish-holder {
	width: 100%;
	float: left;
}
#header {
	background: url(../images/header-bg.png);
	position: absolute;
	z-index: 1000;
	padding: 42px 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-300px);
 transform: translateY(-300px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-300px);
 -ms-transform: translateY(-300px);
 transform: translateY(-300px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
#header .container {
	position: relative;
}
#top-bar {
background:#ed1b24;
color:#fff;
text-align:right;
height:35px;
}
#top-bar .container {
	position: relative;
}
#top-bar .container p{

margin-bottom:0px !important;
padding:8px 0;
}
.banner-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	background: url(../images/banner-overlay.png);
}
.logo-container {
	position: absolute;
	margin-top: -42px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-200px);
 transform: translateY(-200px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-200px);
 -ms-transform: translateY(-200px);
 transform: translateY(-200px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}

#banner {
	position: relative;
}
.section-one {
	/*background: #0f0e0e url(../images/gray-bg.png);*/
	color: #333;
	padding-top: 25px;
	position: relative;
	margin-bottom:60px;
}
h1.brand_title {
    color: #ED1B24;
    font-weight: 500;
    
}
h1.pro_title {
    color: #ED1B24 !important;
    font-weight: 500 !important;
    
}
.section-one .owl-next {
    right: 13px;
}


.section-one .container {
	position: relative;
}
.section-one h1 {
    color: #ED1B24;
    font-weight: 500;
    
}
h1,h2,h3,h4{color:#ED1B24;}
.section-two h1 {
	color: #ED1B24;
	font-weight: 500;
	
}
.item-holder {
    height: 175px;
    width: 250px;
}
.intro-holder {
	float: left;
	width: 56%;
	    text-align: justify;
}
.section-one h3 {
	color: #333;
	margin-bottom: 14px;
}
.chef-holder {
	width: 40%;
	float: right;
	position: absolute;
	z-index: 1000;
	/*bottom: 0;*/
	right: 0;
}
.section-one a, .item-holder a {
	
	color: #ED1B24;
	
}
.section-one a:hover, .item-holder a:hover {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.section-one a {
	margin-bottom: 75px;
}
.item-holder {
	float: left;
	position: relative;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	/*max-width: 300px;*/
}
.food-overlay {
	background: url(../images/food-overlay.png) top left;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
}
.item-holder h2 {
	color: #ED1B24;
	font-weight: 600;
	margin-bottom: 12px;
}
.food-content {
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
    padding: 14% 10% 0px 10%;
}
.overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 0;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	background: rgba(224, 182, 184, 0.46);
	color: white;
	border-radius: 6px;
}
.item-holder:hover .overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.item-holder a {
	margin-top: 17px;
}
.wrapper {
	vertical-align: middle;
	opacity: 0;
	margin-top: 14%;
}
#depreload {
	background-size: cover;
	background-color: #FFA500;
	position: fixed;
	text-align: center;
	z-index: 99999;
	height: 100%;
	width: 100%;
}
#depreload .circle {
	margin: 0 auto;
	position: relative;
}
#depreload .line {
	margin: -20px;
	opacity: 0;
	display: none;
}
#depreload .perc {
	color: #DD9002;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 67px;
	font-weight: 300;
	letter-spacing: 1px;
}
#depreload .loading {
	color: #333;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 70px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
#depreload .perc, #depreload .loading {
	position: absolute;
	width: 100%;
}
#depreload .logo {
	position: absolute;
	left: 50%;
	height: 50px;
	width: 150px;
	margin-left: -67px;
}
#loading-center {
	position: relative;
	margin-top: 35px;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 43%;
	height: 50px;
	width: 150px;
	margin-top: -25px;
	margin-left: -75px;
}
.object {
	width: 8px;
	height: 50px;
	margin-right: 5px;
	background-color: #FFF;
	-webkit-animation: animate 1s infinite;
	animation: animate 1s infinite;
	float: left;
}
.object:last-child {
	margin-right: 0px;
}
fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.object:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.object:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.object:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.object:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.object:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.object:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.object:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.object:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.object:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
 @-webkit-keyframes animate {
 50% {
 -ms-transform: scaleY(0);
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
}
}
 @keyframes animate {
 50% {
 -ms-transform: scaleY(0);
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
}
}
.section-two {
    padding: 30px 0 15px 0;
    margin-top: 15px;
}
.section-two .bottom-holder {
	margin-top: 40px;
}
.section-two .bottom-holder h2 {
	display: block;
	background: url(../images/line.png) repeat-x right 26px;
	font-weight: 600;
	color: #151514;
	text-align: right;
	margin-bottom: 34px;
}
.section-two .bottom-holder h2 span {
	background: #fff;
	  padding: 0 0 0 20px;
}
.video {
	float: left;
	width: 46%;
	/*background: url(../images/video-shadow.png) no-repeat bottom center;*/
	padding-bottom: 10px;
}
.disc-right {
	width: 48%;
	float: right;
	    text-align: justify;
}
.disc-right a {
	border: 2px solid #ED1B24;
	border-radius: 5px;
	padding: 15px 39px;
	background: url(../images/more-icon2.png) 84px center no-repeat;
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	margin-top: 17px;
	margin-bottom: 75px;
}
.disc-right a, .section-one a, .item-holder a, .gal-holder span a, .gal-holder span, .gal-holder span a, span.view-btn, .person-name, span.view-btn, .contact-holder, .footer-right ul li a, #menu ul li a {
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.gal-holder {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gal-holder span a {
	padding: 30px 32px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.89) url(../images/zoom-btn..png) no-repeat center;
	display: inline-block;
	margin-top: 38%;
	opacity: 0;
}
.gal-holder:hover span a {
	opacity: 1
}
.gal-holder span a:hover, span.view-btn:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	cursor: pointer;
}
.gal-holder span {
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(245, 166, 3, 0.64);
	top: 333px;
	left:0;
	text-align: center;
	
}
.gal-holder:hover span {
	top: 0;
}
.gal-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background: url(../images/gal-overlay.png);
	top: 0;
}

.gal-holder img { 
width:100%;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	z-index: 1045;
	max-width: 660px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
.section-four {
	background: url(../images/yellow-bg.png);
	padding: 53px 0 41px 0;
	text-align: center;
}
.section-four h2 {
	font-weight: 600;
	color: #000;
	  margin-bottom: 30px;
}
.testimonial-holder {
	width: 100%;
	float: left;
	  padding-bottom: 51px;
}
.testimonial-holder li {
	  display: inline-block;
	  overflow: hidden;
	    margin: 10px 2.5%;
	  max-width: 27.5%;
	  position: relative;
	  padding-bottom: 12px;
        
}
.testimonial-holder li img {
	border-radius: 50%;
	/*  max-width: 241px;*/
	width:100%;
	height: auto;
	overflow: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	 -webkit-filter: grayscale(100%); filter: grayscale(100%);
	 height: 154px;
}
.testimonial-holder ul {
	display: block;
}
.person-name {
	display: inline-block;
	background: #f8a300;
	padding: 14px 0;
	color: #fff;
    font-size: 13px;
	border-radius: 4px;
	margin-top: 15px;
	width: 64%;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.43);

	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.43);

	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.43);

}
span.view-btn {
	width: 100%;
	position: absolute;
	z-index: 11;
	text-align: center;
	top: -44px;
	left:0;
}
.testimonial-holder li:hover span.view-btn {
	top: 39%;
}
.testimonial-holder li:hover .person-name {
	background: #353534;
}
span.view-btn a {
	background: #363635 url(../images/view-ico.png) no-repeat center;
	border-radius: 50%;
	padding: 17px 24px;
}
.contact-holder {
    width: 30%;
    float: left;
    background: url(../images/contact-bg.png);
    color: #fff;
    padding: 36px 28px;
    position: relative;
}
.contact-holder h4 {
	color: #f6a703;
	font-weight: 500;
    margin-bottom: 5px;
}
.wifi-holder {
    background: #fcbe3e;
    width: 100%;
    float: left;
    padding: 9px 15px 14px 24px;
    position: absolute;
    left: 0;
  bottom: -34px;

}
.wifi-holder img {
	float: left;
	margin-right: 14px;
	perspective: 1000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.wifi-holder h4 {
	color: #363635;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 10px;
}
.contact-holder:hover .wifi-holder img {
	transform: rotateY( 180deg );
	-webkit-transform: rotateY(180deg);
}
.parking-holder {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 43px;
    color: #363635;
}
.section-five h4 {
	font-weight: 600;
}
.parking-holder h4, .special-holder h4 {
	margin-bottom: 16px;
        color: #fff;
}
.parking-holder strong {
	display: block;
	margin: 15px 0;
    color: #fff;
}


.payment {
    float: left;
    background-color: rgba(255, 255, 255, 0.97);
    padding: 5px 25px 5px 10px; 
   }
.parking-holder {
	display: inline-block;
}
.special-holder {
	float: right;
	width: 33%;
	color: #363635;
	margin-top: 43px;
}
a.flex-next {
	background: #ED1B24 url(../images/arrows-one.png) no-repeat -19px center;
	padding: 15px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
a.flex-prev {
	background: #ED1B24 url(../images/arrows-one.png) no-repeat 14px center;
	padding: 15px 15px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.bck-btn {   
  float: right;
  background: #E3E3E3;
  padding: 15px 20px;
  color: #666;
  border-radius: 2px;
  margin-top: -59px;
}
.bottom-animation {
	background: url(../images/footer-bg.png) repeat-x;
	  padding-top: 57px;
	margin-top: 59px;
	animation: animatedBackground 20s linear infinite;
	-ms-animation: animatedBackground 20s linear infinite;
	-moz-animation: animatedBackground 20s linear infinite;
	-webkit-animation: animatedBackground 20s linear infinite;
    margin-top: 122px;
}
 @keyframes animatedBackground {
 from {
background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
 @-webkit-keyframes animatedBackground {
 from {
background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
 @-ms-keyframes animatedBackground {
 from {
background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
 @-moz-keyframes animatedBackground {
 from {
background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
.footer-hiolder {
	background: #363635;
	padding: 21px 0 5px;
	display: block;
	margin-top:40px;
}
.footer-left {
	float: left;
	text-align: center;
    width: 100%;
}
.footer-right {
	float: right;
}
.footer-right ul li {
	list-style: none;
	display: inline-block;
	float:left;
}
.footer-right p {
	display: inline-block;
}
.footer-right ul {
	float: right;
	margin-top: -4px;
	margin-left: 6px;
	
	
	
	
}
.footer-right ul li a {
	display: inline-block;
	background: url(../images/social.png) no-repeat;
	padding: 22px 22px;
	list-style: none;
	position: relative;
}
.facebook a {
	background-position: 0 5px !important;
}
.twitter a {
	background-position: -21px 5px !important;
}
.googleplus a {
	background-position: -67px 9px!important;
}
.instogaram a {
	background-position:  -113px 5px !important;
}
.pinrest a {
	background-position: -153px 5px !important;
}
.youtube a {
    background-position: -197px 9px !important;
}

.facebook a:hover {
	background-position: 0 -42px!important;
}
.twitter a:hover {
	background-position: -21px -39px!important;
}
.googleplus a:hover {
	background-position: -67px -40px !important;
}
.instogaram a:hover {
	background-position: -113px -36px !important;
}
.pinrest a:hover {
	  background-position: -153px -37px !important;}
.footer-right ul .facebook a {
  padding-right: 0px;
}
.youtube a:hover {
     background-position: -197px -39px !important;
}


.about-section {

}
.about-section h1, .content-holder h1 {
	color: #ED1B24;
	font-weight: 500;
}
.about-content {
	width: 65%;
        text-align: justify;
}

.about-content h3 {
	color: #151514;
	margin-bottom: 14px;
}
.inner-bottom {
	background: url(../images/rest-images.jpg) bottom  center no-repeat;
	  padding-bottom: 100px;
	  background-size: cover;
        margin-top: 53px;
}


.section-five {    background: url(../images/rest-images.jpg) bottom center no-repeat;
    background-size: cover; 
   }
.inner-bottom .parking-holder h4, .inner-bottom .special-holder h4, .inner-bottom strong {
	color: #fff;
}
.content-holder {
	width: 63%;
	margin-top: 34px;
	float: left;
}
.side-bar {
	width: 33%;
	float: right;
	margin-top: 52px;
}
.review-holder {
	width: 100%;
	float: left;
}
.review-item {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e3e3e3;
	font-style: italic;
	padding-bottom: 30px !important;
	margin-bottom: 9px !important;
	margin-top:22px !important;
}
.review-holder .element-item:last-child .review-item {
	border-bottom: none;
}
.review-item img {
	float: left;
	margin-right: 21px;
	max-width: 150px;
}
.content-holder h4 {
	margin-bottom: 20px !important;
	color: #383838;
	font-weight: 500;
}

.content-holder strong {
  color: #383838;
    margin-bottom: 10px;
      margin-bottom: 0;
  display: block;

}


.delivery {
  position: relative;
  width: 100%;
}

.side-bar .head-two {
	height: 70px;
	  float: left;
  background: #231e20;
  background: rgba(35, 30, 32, 0.87);
  padding: 15px 16px;
  color: #fff;
  font-size: 29px;
  font-weight: 300;
  -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
  margin-left: 123px
	
}
.side-bar .head-one  {
	     height: 54px;
			float: left;
	background: #231e20;
	  background: rgba(35, 30, 32, 0.7);
	padding: 13px 16px;
	color: #fff;
	font-size: 21px;
	  margin-left: 123px;

	  font-weight: 100;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.home-delivery .head-one {
		float: left;
	background: #231e20;
	  background: rgba(35, 30, 32, 0.7);
	padding: 13px 16px;
	color: #fff;
	font-size: 21px;
	  margin-left: 123px;

	  font-weight: 100;
	    -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.side-bar .phone {
  background: #fde133;
  padding: 23px;
  float: left;
  position: absolute;
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.home-delivery .phone {
  background: #fde133;
  padding: 21px;
  float: left;
  position: absolute;
}

.home-delivery .head-two {
  float: left;
  background: #231e20;
  background: rgba(35, 30, 32, 0.87);
  padding: 15px 16px;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  margin-left: 123px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
.felicities {
	width: 100%;
	float: left;
	margin-top: 24px;
	  margin-bottom: 24px;
}
.side-bar h4 {
	color: #363635;
	font-weight: 500;
	text-align: left;
	margin-bottom: 17px;
}
.blog-holder {
	font-style: italic;
}

b.video_icon {
  background: url(../images/video-icon.png) no-repeat center;
  padding: 15px;
  position: absolute;
  display: block;
  margin: 26px 36px 0;
}

a.youtube.cboxElement {
  position: relative;
  float: left;
}
.blog-holder img {
  margin-bottom: 26px;
  max-width: 302px;
  float: left;
  margin-right: 3%;
}
.author {
color: #979797;
    margin-top: 7px;
    clear: left;
    float: right;
}
.blog-image {
  float: left;
  margin-right: 3%;
    min-height: 252px;
}
.author span {
	color: #000;
	display: inline-block;
	margin-left: 6px;
}
.blog-item {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
	float:left;
	width:100%;
}
.blog-item p {
	text-align: justify;
	}
.content-holder h4 {
	margin-bottom: 42px;
	font-style: normal;
}
input, select {
	background: #f5f5f5;
	height: 30px;
	width: 100%;
	border: none;
	padding-left: 15px;
}
textarea {
	background: #f5f5f5;
	width: 100%  !important;
	border: none;
	  padding-left: 15px;
	  padding-top:10px;

}

textarea:focus, input:focus, select:focus {
	
	outline-color:#ED1B24;
}
.booking-holder .form-col {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-bottom: 21px;
}
.booking-holder label {
	font-weight: 300 !important;
	color: #000;
	margin-bottom: 9px;
}
.width-80 {
	width: 74% !important;
	  float: left;
}
.width-47 {
	width: 47% !important;
	  float: left;
}
.width-20 {
	width: 20% !important;
	  float: left;
}
.width-100 {
	width: 97% !important;
	  float: left;
}
.width-27{
  width: 27% !important;
  float: left;
}
.width-67 {
  width: 67% !important;
  float: right;
}

input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	width: 150px;
	float: left;
	background: #ED1B24;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
}
input[type=submit]:hover {
	background: #FDB318;
}
.menu-holder {
	width: 100%;
	float: left;
}
.menu-item img {
  
  border: 1px solid #e3e3e3;
  border-bottom: 0;
}

video  {
  width: 100%;
}
embed {
  width: 100% !important;
}

.menu-item {
	width: 100%;
	float: left;
	margin-bottom: 4%;
}
.menu-content {
	width: 100%;
	 
	float: left;
	background: #ED1B24;
	color: #fff;
	padding: 5% 3%;
}
.menu-content h3 span {
	color: #000;
}

.menu-content p {
	margin-top: 6px;
	font-weight:300;
	    margin-bottom: 0;
}
/*#cboxTopCenter, #cboxMiddleRight, #cboxBottomCenter, #cboxBottomLeft, #cboxTopLeft  {

display:none;

}*/
.full-width {
	width: 100% !important;
}
.owl-next {
	right: 0;
}
.owl-prev {
	background: #ED1B24 url(../images/arrows-one.png) no-repeat 10px center;
	padding: 17px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.owl-next {
	background: #ED1B24 url(../images/arrows-one.png) no-repeat -19px center;
	padding: 17px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}
.section-two .owl-carousel {
	width: 99%;
	margin: 0 auto;
}

.home-delivery {
	width:100%;
	position:absolute;
	bottom:0;
	  z-index: 1000;
	  
	  
	
}

.home-delivery .delivery {
  width:55%;
  float: left;
    position: relative;
}

.home-delivery .phone {
	  height: 100%;
  background: #2e47e2;
  background: rgba(64, 71, 226, 0.8);
  padding: 20px 20px 20px 20px;
  float: left;
  position: absolute;
  left: 0;

  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

@-webkit-keyframes thumb {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(0.9); }
	100% { -webkit-transform: scale(1); }
}

.home-delivery:hover .phone img {
	
		-webkit-animation-name: thumb;
	-webkit-animation-duration: 200ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;
	
}

.food-content p {
text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.75);
  font-weight: 300;
  color: #fff;
    min-height: 66px;
}


ul.nav {
    display: block;
    list-style: none;
}


.menu-right {
	float: right;
}
.menu-left {
	float: left;
	  width: 42%;
}
.menu-right {
	float: right;
	width: 42%;
}
.menu-right ul {
	float: left;
}
.menu-left ul {
	float: right;
}
#menu-bar ul li {
	display: inline-block;
	list-style: none;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 19px;
	color: #000;
	text-transform: uppercase;
	padding-right: 35px;
}
#menu-bar ul li a {
	color: #000;
}
#menu-bar ul li a:hover {
	color: #ED1B24;
}
#menu-bar .menu-right ul {
	padding-left: 7%;
	padding-right: 0;
}

#menu { display:none;}

.dish-item img {
	
  max-width: 220px;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
	
}

.dish-item {
	
	width:100%;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #e3e3e3;
	
}

.menu-content span {
	
	text-transform:uppercase;
	
	color:#fff;
	  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
  display: block;
	
	
}

.menu-content span span {
  color: #000;
  font-weight: 800;
  margin-top: inherit;
  display: inline-block;
  font-size: 16px;
	
	
}

.menu-content h3 span {
	  display:inline-block;
	
	
}

#menu-bar ul li a.active {
           color: #ED1B24;
}

.gallery-holder .element-item {
    width: 26.5% !important;
	
}

.gallery-item {
	
	  width: 100%;
  float: left;
  margin-bottom: 4%;
	
}

.gallery-content {
	
	width: 100%;
  float: left;
  background: #ED1B24;
  color: #fff;
  padding: 5% 3%;
	    height: 45px;
}

.pagination-holder {
	
	float:right;
	margin-top: -85px;
	
}

.post-review {
	
	float:left;
	width:100%;
	
	}


.post-review input[type=submit] {
	
	float:right;
	margin-top:10px;
	
	}
	
	
	.login-pop {
    position: fixed;
    left: 0;
    z-index: 999999;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(11, 13, 23, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.login-pop.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.login-pop-container {
    position: relative;
    width: 90%;
    display:table;
    padding: 30px 30px 59px;
    max-width: 500px;
    margin: 4em auto;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.login-pop-container p {
    padding: 3em 1em;
}
.login-pop-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}
.login-pop-container .cd-buttons li {
    float: left;
    width: 50%;
}
.login-pop-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.login-pop-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}
.no-touch .login-pop-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}
.login-pop-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}
.no-touch .login-pop-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}
.login-pop-container .login-pop-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
.login-pop-container .login-pop-close::before,
.login-pop-container .login-pop-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.login-pop-container .login-pop-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.login-pop-container .login-pop-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.is-visible .login-pop-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.blog-item { 
    padding: 5px 13px;
    border-radius: 3px;
    margin-bottom: 19px;
  
  	
}
.blog-status {width:100%; height:auto;}

.share-pop {
    background: #4763B2 url(../images/fb.png) no-repeat 4px center !important;
    color: #fff;
    padding: 2px 7px 2px 23px !important;
    font-size: 12px;
    font-style: normal; 
    border-radius: 2px;
        font-weight: bold;
 
   }
.share-pop a {
color:#fff !important;
}


.blog-item a:hover {
	  background: #ccc;
    padding: 7px 17px 9px 17px;

}

.fb-like {
	
	margin-bottom:10px;
	float:left;
	
}

.details .author {
  margin-top: 0px;
  float:right;
}

.review-holder .element-item {
	
	width:100%;
	margin-right:0;
	
}

.review-item h5 {
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  color: #3A3A39;
	
}


.review-item strong {
  display: block;
}

.menu-details {
	
	
	float:left;
	width:100%;
	
}

.video-items img {
   margin-right: 21px !important;
}


.menu-details img {
    max-width: 350px;
  float:left;
    margin-right: 3%;
}

.menu-details p strong{
  display: inline-block;
  margin-left: 10px;
  color: #ED1B24;
  font-size: 15px;
}

.menu-details .price {
	float:left;
	background:#e3e3e3;
	padding:10px 15px;
	border-radius:3px;
	  color: #666;
	
}

.menu-item a {

  color:#fff;
  padding: 9px 15px;
  
}
.list{
list-style: disc outside none;
}
.list li{
list-style: none;
margin-left:20px;
    margin-bottom: 10px;
border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.list li:before{
margin-top:5px;
position: absolute;
   
    left: 0;
    
    width: 13px;
    height: 13px;
    content: "";
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
color: #fff;
    background-color: #ED1B24;
	    border-radius: 50%;
background: #ED1B24;
}

.list li:after{
	position: absolute;
    
    left: 0;
    
    width: 13px;
    height: 13px;
    content: "";
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-image: url("../images/arrow.png");
	margin-top:5px;
}

.videos a { 

background:url(../images/video-ico.png) no-repeat left center;
}

.review-item.video-items img {
  width: 110px;
}

.nav-tabs>li>a{
    background: #ECECEC !important;
    color: #303030 !important;
  border: none !important;
    position: relative;
  display: block;
  padding: 10px 15px;

}

.nav-tabs>li {
  list-style:none;
}

.nav-tabs>li>a:hover{
  background-color: #ED1B24 !important;
  color: #fff !important;
}

.nav-tabs>li>a i {
  margin-right: 6px;
}

.nav-tabs li.active a {
  background-color: #3A3A39 !important;
  color: #fff !important;
  border: none !important;
    border-radius: 3px;
}
.element-item a  { width:100% ; }
.element-item a img  { float:left;}

.review-holder .nav-tabs {
  border-bottom:0 !important;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  color: #23527c;
  }
  
  .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #ED1B24 !important;
    color: #fff !important;
  border-color: #ED1B24 !important;
  
}

.pagination>li>a, .pagination>li>span {
  color: #909090 !important;
  }
  input[type=submit], input[type=button]{
  -webkit-appearance: button;
  cursor: pointer;
  width: 150px;
  float: left;
  background: #ED1B24;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
    margin-top: 19px;
}

.timepicker_wrap {

  width: 249px !important;
}

.timepicker_wrap {
 
     width: 202px !important;
   }

.timepicker_wrap .form-col {
   width:inherit !important;
  float: left;
  margin-right: inherit !important;
  margin-bottom: inherit !important;
  
}

.testi-holder {
  width: 48%;
  float: left;

 }
 
.fb-holder {
  width: 43%;
  float: right;
}
 
 .footer-left p, .footer-right p {   color: #fff;}
 
 .social-head {
 
  color: #fff;
  margin-top: 13px;
  margin-right: 15px;
  }
  
  .section-two .owl-prev {
  /*left: 5px;*/
  float: left;
  width: 30px;
}

  .section-two .owl-next {
  /*right: 14px;*/
  float: left;
  width: 30px;
}

.payment img {
  width: 31%;
  max-width: 84px;
}

/* --- media Query Start's --- */
@media only screen and (min-width: 1170px) {
    .login-pop-container {
        margin: 8em auto;
    }
}




.post-review ul li { list-style:none; display:inline-block;

  float:left;
  

}

.post-review ul li.fb {
	
	background:#6788ce;

	display:inline-block;
	overflow:hidden;
	
	}


.post-review ul li a {

  color: #fff;
  font-weight: 400;
  padding: 14px 58px;
  display: block;
  font-size: 14px;
}

.post-review ul li.g-plus {
	
	background:#e34d37;
	  float: right;
	
}


.post-review ul li.fb:hover {
  background: #5F7EC0;
}

.post-review ul li.g-plus:hover{
	
	background:#D24733;
	  float: right;
	
}

.post-review ul li i {
  display: inline-block;
  padding-right: 9px;
  font-size: 19px;
	
}

.addthis_native_toolbox {
float: left;
}

.addthis_native_toolbox a {
padding:0!important;
background:none;}



 @media (max-width:1200px) {
#menu-bar ul li {
	padding-right: 20px;
}
.container {
	padding: 0 2%;
}
.menu-right {
	width: 39%;
}
#menu-bar ul li {
	font-size: 16px;
}

.side-bar .head-two {
  height: 54px;
  }


.side-bar .head-one, .side-bar .head-two {
  font-size: 16px;
  margin-left: 113px;

}

.side-bar .phone {
  padding: 15px;

}
}
 @media (max-width:1023px) {
#header, .logo-container, .chef-holder {
	position: inherit;
}
#menu-bar ul li {
	padding-right: 14px;
	font-size: 15px;
}
.menu-left, .menu-right {
	width: 50%;
}
#menu-bar .menu-right ul {
	padding-left: 0;
}

.section-one, .section-two {
	text-align: center;
}

.chef-holder, .intro-holder {
	width: 100%;
	  text-align: center;
}
.section-one a {
	margin-bottom: 21px;
}

.video {
  width: 100%;
}


.section-two .bottom-holder h2 {
  text-align: center;
}

.section-two .bottom-holder h2 span {
  padding: 0 20px 0 20px;
}

.disc-right {
	width:100%;
  margin-top: 27px;
  text-align: center;
}

.disc-right a {
  margin-bottom: 0;
}

.contact-holder {
  width: 100%;
    text-align: center;
	  padding: 36px 0 0;
}


.wifi-holder img {
  float:none;
}

.wifi-holder {
	position:inherit;
	bottom: 0;
}

.special-holder {
  width: 46%;
}

.parking-holder {
  width: 46%;
  margin-left:0;

}

h1 {
	font-size: 55px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 14px;
}

	
	.home-delivery .delivery {
  width: 80%;
} 

.about-content {
  width: 100%;
  text-align: center;
}

.about-section {
  background:none;
}

.inner-banner {
  margin-top: 0;
}

.content-holder, .side-bar  {
  width: 100%;
    text-align: center;

}

.bck-btn {
  float:none;
  display: inline-block;
  margin: 15px 0;
}

.content-holder h1, .content-holder h4, .side-bar .delivery, .side-bar h4 { 
  text-align: center;
}

.side-bar .phone {
  position: initial;
  float: none;
}


.menu-details {
  text-align: center;
}


.menu-details img {
  float: none;
  margin-right: inherit;
}


.content-holder h4 {

  margin-top: 20px;
}

a.youtube.cboxElement {
    float: none;
}


.menu-details .price {
  float: none;
  display: inline-block;
}

.side-bar .head-one, .side-bar .head-two {
  width: 100%;
  margin-left: 0;
    border-radius: 0;
}


.review-item img {
  float: none;
  margin-right: 0;
  margin-bottom:20px;
}

.nav-tabs>li {
  float: none;
  display: inline-block;
    margin-right: 0 !important;
}

b.video_icon {
  position: relative;
  top: 56px;
  z-index: 100;
}

.review-holder {
  text-align: center;
}

.blog-holder {
	text-align:center;
	
}
.button {
  width: 24% !important;
  margin-bottom: 1px !important;

 }
 
 .button-group .button:first-child,  .button-group .button:last-child {
  border-radius: 0 !important;
}


.filters.button-group.js-radio-button-group {
  display: block;
  margin-bottom: 24px;
}
}

@media screen and (max-width: 717px) {

.fb-holder,.testi-holder {
  width: 100%;
  float: right;
}
    #menu {
  display: block;
  font-size: 34px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  background: #ED1B24;
  padding: 4px 0;
    }
    a.active {
    color: #946400 !important;
}

    .nav.js {
        display: none;
    }
    ul.nav {
        width: 100%;
    }
    .nav li {
  width: 100%;
  border-right: none;
  text-align: center;

  padding: 0 !important;
  border-bottom: 1px solid #DB9400;
    }
	
	#header {
  padding: 42px 0 0;
}
.logo-container {
  margin-top: -42px;
}

.menu-left, .menu-right {
  width: 100%;
}
.menu-left ul, .menu-right ul {
  width: 100%;
}
.container.main-menu {
	  background: #ED1B24;
	
}
#menu-bar ul li a {

    padding: 9px 0;
  width: 100%;
  float: left;
}

.container.main-menu #menu:nth-child(3) {
	
	display:none;
}

#menu-bar ul li a {
  color: #fff;
}
#menu-bar ul li a:hover {
   color: #946400;
}

.menu-right ul li:last-child  {
	
	border-bottom:none;
	
}

}

 @media (max-width:717px) {
	 
	 
.gal-holder img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.gal-holder span {
  top: 601px;
}

.testimonial-holder li {

  max-width: 48.5%;

}

.menu-item {
  width: 100%;
}

.menu-item img { width:100%;}

 }

 @media (max-width:620px) {
.parking-holder {
  text-align: center;
  width:100%;
}

.special-holder {
  width: 100%;
  text-align: center;
}

.footer-left, .footer-right {
  float: left;
  width: 100%;
  text-align: center;
}

.footer-right ul {
  float:none;
  margin-left: 0;
}

.bottom-animation {
  margin-top: 32px;
}

.home-delivery .delivery {
  display: none;
}

.booking-holder div, .booking-holder div {
  width: 100% !important;
  margin-right:0 !important;

}

.element-item {
  width: 100% !important;
  margin-right: 0 !important;
} 




.footer-right ul li {
  float: none;
}

.gallery-holder .element-item {
  width: 100% !important;
}

.element-item a img {
  width: 100%;
}

}
 
.thumbnail-frame {
    display: inline-block;
    border: 10px solid #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
   
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    margin-top: 6px;
}