/*==================== dishes day style start ====================*/
.dishes-ofDay {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 47px 0 10px 0;
}
.dishes-ofDay .top-title label {
	color: #7cb342 ;
}
.dishes-ofDay .top-title h2 {
	color: #fff;
}
.dishes-ofDay #dishes_slider .item {
	text-align: center;
	padding: 0px 0 0 0;
	border: solid 3px #fff;
	background-color: #fff;
	margin-right: -10px;
}
.dishes-ofDay #dishes_slider .img {
	border: solid 1px #64dd17;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.dishes-ofDay #dishes_slider .img:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.dishes-ofDay #dishes_slider .img img {
	width: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.dishes-ofDay #dishes_slider .img:after {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	opacity: 0;
	transition: all 1s ease-in-out 0s;
}
.dishes-ofDay #dishes_slider .img:hover:after {
	opacity: 1;
}
.dishes-ofDay #dishes_slider .name {
	display: block;
	line-height: 13px;
	font-size: 13px;
	color: #000;
	font-weight: 600;
	text-align: center;
}
.dishes-ofDay #dishes_slider p {
	display: block;
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	color: #000;
	/*padding-bottom: 15px;*/
}
.dishes-ofDay #dishes_slider .btn {
	color: #fff;
}
.dishes-ofDay .slider-main {
	position: relative;
}
.dishes-ofDay #dishes_slider .owl-prev {
	background: none;
	color: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 80px;
	left: -100px;
	top: 30%;
	margin: 0px;
	height: 80px;
	position: absolute;
}
.dishes-ofDay #dishes_slider .owl-next {
	background: none;
	color: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 80px;
	right: -100px;
	top: 30%;
	margin: 0px;
	height: 80px;
	position: absolute;
}
.dishes-ofDay #dishes_slider .owl-prev:hover, .dishes-ofDay #dishes_slider .owl-next:hover {
	color: #fff;
}
/*==================== dishes day style end ====================*/
/*==================== dishes day style2 start ====================*/
.dishes-ofDay.style2 {
	position: relative;
	background-attachment: fixed;
}
.dishes-ofDay.style2:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	content: "";
}
.dishes-ofDay.style2 .container {
	position: relative;
	z-index: 2;
}
.dishes-ofDay.style2 #dishes_slider .img {
	margin: 0px;
}
.dishes-ofDay.style2 #dishes_slider .text {
	background: #fff;
	text-align: left;
	position: relative;
	z-index: 2;
	padding: 10px 20px 15px 20px;
}
.dishes-ofDay.style2 #dishes_slider .text .name {
	text-align: center;
	color: #333;
	padding-bottom: 10px;
}
.dishes-ofDay.style2 #dishes_slider .text .price {
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	line-height: 48px;
	vertical-align: top;
}
.dishes-ofDay.style2 #dishes_slider .text .star-img {
	float: right;
	width: 95px;
	background: url(../images/star-img.png) repeat-x top left;
	margin-top: 16px;
	position: relative;
	height: 15px;
}
.dishes-ofDay.style2 #dishes_slider .text .star-img .fill {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background: url(../images/star-img.png) repeat-x left bottom;
}
.dishes-ofDay.style2 #dishes_slider .owl-nav .fa {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	border-radius: 0;
	text-align: center;
	display: block;
}
.dishes-ofDay.style2 #dishes_slider .owl-prev {
	position: absolute;
	top: 0px;
	right: 50px;
	left: auto;
	color: #fff;
	font-size: 38px;
	width: 40px;
	height: 40px;
}
.dishes-ofDay.style2 #dishes_slider .owl-next {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-size: 38px;
	width: 40px;
	height: 40px;
}
/*==================== dishes day style2 end ====================*/

/*==================== section title style start ====================*/
.top-title {
	display: block;
}
.top-title label {
	display: block;
	text-align: center;
	line-height: 20px;
	margin: 0px 0 15px 0;
	font-weight: normal;
	font-size: 25px;
	font-family: "Roboto","Helvetica","Arial",sans-serif;
}
.top-title h2 {
	text-transform: capitalize;
	display: block;
	line-height: 44px;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding-bottom: 28px;
	position: relative;
}
.top-title h2:after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -82px;
	background: url(../images/heading-line.png) no-repeat top left;
	width: 104px;
	height: 13px; /*opacity:0.5;*/
	content: "";
}
.top-title.white h2:after {
	background: url(../images/heading-line2.png) no-repeat top left;
}
/*==================== section title style end ====================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Mobile Responsive styles -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
 @media ( max-width:1399px) {
.dishes-ofDay #dishes_slider .owl-prev {
	left: -50px;
}
.dishes-ofDay #dishes_slider .owl-next {
	right: -50px;
}
}
 @media ( max-width:1299px) {
.dishes-ofDay .slider-main {
	padding: 0 50px;
}
}
@media (max-width: 1199px) {
.dishes-ofDay #dishes_slider .owl-next {
	right: -30px;
	font-size: 50px;
}
.dishes-ofDay #dishes_slider .owl-prev {
	left: -30px;
	font-size: 50px;
}
.dishes-ofDay .slider-main {
	padding: 0 20px;
}
.dishes-ofDay.style3 .singal-itemSlider .owl-prev {
	left: 0px;
}
.dishes-ofDay.style3 .singal-itemSlider .owl-next {
	right: 0px;
}
}
 @media (max-width: 992px) {
.dishes-ofDay .slider-main {
	padding: 0 30px;
}
.dishes-ofDay.style3 .singal-itemSlider .left-img {
	position: static;
	width: 100%;
	padding: 0px;
}
.dishes-ofDay.style3 .singal-itemSlider .left-img .img {
	background: none !important;
}
.dishes-ofDay.style3 .singal-itemSlider .left-img .img img {
	display: block !important;
}
.dishes-ofDay.style3 .singal-itemSlider .right-text .inner-box {
	margin: 0px;
}
.dishes-ofDay.style3 .singal-itemSlider .right-text {
	width: 100%;
}
 }
 @media (max-width: 992px) {
	 .booking-blcok .book-table .img, .booking-blcok .book-table .left-img, .booking-blcok .welcome-text .right-img, .dishes-ofDay.style3 .singal-itemSlider .left-img .img, .dishes-ofDay.style3 .singal-itemSlider .left-img {
	height: auto;
}
 }
 @media (max-width: 767px) {
 .dishes-ofDay.style3 .singal-itemSlider .right-text {
	padding: 15px;
}
 }
  @media (max-width: 479px) {
 .dishes-ofDay #dishes_slider .owl-next, .dishes-ofDay #dishes_slider .owl-prev {
	display: none !important;
}
.dishes-ofDay .slider-main {
	padding: 0px;
}
  }