@charset "utf-8";
/* Table of contents 
+ back-top 
+ topbar
 +main-navigation
+ navigation.affix
	+ navbar-default
		+ navbar-nav

 + main-slider
 	+ tp-banner-container
		+ tp-banner
		
+ bg_bistro
	+ white_content
	
+ services
	+ service-slider
	+ owl-carousel
		+ item
			+ item_inner
	
+ cheffs
	+ cheffs_wrap_slider
		+ cheffs-slider
		+ owl-carousel	
			+ item
				+ cheffs_info
				+ cheffs_photo
				
+ info_section
	+ right_box
		+ right_box_inner
			+ white_content
			
+ news
	+ news_main
		+ news_thumb
		
+ testinomial
	+ testinomial-slider
		+ item
		
+ page_header
	+ page_title
	
+ .grid_layout
	+ wrap-col
		+ item-container

+ gallery 
	+ work-filter
	+ work-item
		+ gallery_content
		
+ blog
	+ blog_item
		+ blog-slider
		+ blockquote
	+ sidebar
		+ tabs
		+ tab_container

+ order
	+ appointment_wrap
		+ callus
			
+ faq	
	+ faq_wrapper
		+ items
			+ sub-items
			
+ service_wrapper	
	+ items
	
+ menu
	+ price
	 	+ price_header	
		+ price_body
			+ pricing_feature
			
+ map
+ mapTwo
	+ search_location
	+ bistro	
	
+ feature
+ news-slide
	+ news_content
		+ date_comment
	+ comment_text
	
+ footer
	+ footer_column
		 

*/

/**----- Fonts ----**/

/*@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Light.eot');
	src: url('../fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoSlab-Light.woff2') format('woff2'),
		url('../fonts/RobotoSlab-Light.woff') format('woff'),
		url('../fonts/RobotoSlab-Light.ttf') format('truetype'),
		url('../fonts/RobotoSlab-Light.svg#RobotoSlab-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}*/

/* --------------------------------------------------------------------------------- */
/* Font Embedding - Arcon (www.fontsquirrel.com/fonts/Arcon)
/* --------------------------------------------------------------------------------- */
@font-face {
	font-family: 'Arcon';
	src: url('../fonts/Arcon-Regular.eot');
	src: url('../fonts/Arcon-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arcon-Regular.woff2') format('woff2'),
		url('../fonts/Arcon-Regular.woff') format('woff'),
		url('../fonts/Arcon-Regular.ttf') format('truetype'),
		url('../fonts/Arcon-Regular.svg#Arcon-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PhyllisD';
	src: url('../fonts/PhyllisD.eot');
	src: url('../fonts/PhyllisD.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PhyllisD.woff2') format('woff2'),
		url('../fonts/PhyllisD.woff') format('woff'),
		url('../fonts/PhyllisD.ttf') format('truetype'),
		url('../fonts/PhyllisD.svg#PhyllisD') format('svg');
	font-weight: normal;
	font-style: italic;
}

/*General Styling*/
body{
	background-color: #fff;	
	padding:0;
	margin:0;
	color:#707070;
	position: relative;
	overflow-x:hidden;
	line-height: 1.5525;
	font-family: 'Arcon';
	font-weight: 500;
	font-size: 17px;
}
body,html{
	height:100%;
	width:100%;
}
ol, ul{
	margin:0;
	padding:0;
	list-style:none;
}
a, a:focus{
	color: inherit;
}
a, a:hover, a:focus{
	outline:none;
	text-decoration:none;
	color:inherit;
}
input{
	background:inherit;
	border:none;
	height:inherit;
	width:inherit;
}

h1{
	 font-size:54px;
	 color:#fff;
}
h2{
	font-size:38px;
}

h3{
	font-size:28px;
}
h4{
	font-size:22px;
}
h5{
	font-size:19px;
}
p{
	font-size:17px;
}
h1,h2,h3,h4,h5,h6{
	color: #333;
}
/*Placeholders*/
::-webkit-input-placeholder{
	color:#606060;
	font-family: 'Arcon';
}

:-moz-placeholder { /* Firefox 18- */
	color:#606060;
	font-family: 'Arcon';
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#606060;
	font-family: 'Arcon';
}
:-ms-input-placeholder {  
	color:#606060;
	font-family: 'Arcon';
}
textarea::-webkit-input-placeholder {
	color:#606060;
	font-family: 'Arcon';
}
 
textarea:-moz-placeholder {
	color:#606060;
	font-family: 'Arcon';
}
 
textarea::-moz-placeholder {
	color:#606060;
	font-family: 'Arcon';
}
 
textarea:-ms-input-placeholder {  
	color:#606060;
	font-family: 'Arcon';
}
/***   share common font family   ***/

/*h3, #welcome ul.welcome_list li, .service_wrapper .items > li > a,
.procedure_content .items > li > a, .form-container form button{
	font-size: 17px;
}*/
.padding{
	padding-bottom:50px;
	padding-top:50px;
}
.padding-top{
	padding-top:50px;
}
.padding-bottom{
	padding-bottom:50px;
}
.padding-half{
	padding-bottom:50px;
	padding-top:50px;
}
.no-margin{
	margin:0 !important;
}
.heading_space{
	margin-bottom:50px;
}
.half_space{
	margin-bottom:25px;
}
.heading_top{
	margin-top:25px;
}
.top40{
	margin-top:30px;
}
.bg_grey{
	background-color:#f5f7fd;
}
.color{
	color: #ffcc14;
}
.small_title {
	font-size:40px;
	line-height:72px;
	}	
.positive-re{
	position: relative;
}	
.bg_bistro{
	background-color:#ed3237;
}
.bg_black{
	background-color:#ed3237;
}
.heading{
	border-bottom:2px solid #ed3237;
	padding-bottom:10px;
	display:inline-block;
}
hr{
	border-color:#ddd;
	margin:-1px 0 0;
}
.dark{
	background:#191919;
}
.bg_bistro .heading{
	border-bottom:2px solid #fff;
}
.bg_bistro hr{
	border-color:#fff;
}
.bg_bistro .copyright{
	border-color:#fff;
}
.btn-common, .red-btn, .btn-common-whit, .orange-btn, .btn-common-white{
	border-radius:30px;
	line-height:1;
	font-size: 15px;
	display: inline-block;
}
.btn-common, .red-btn, .orange-btn, .btn-common-white{
  text-transform: capitalize;
}
.btn-common, .red-btn, .orange-btn, .btn-common-white, .btn-black{
  color: #fff;
}
.btn-common{
  background: #ed3237;
  padding:12px 30px;
  word-spacing:5px;
}
.btn-common:hover, .btn-common:focus{
	background: #000;
	color:#fff;	
}
.btn-common-white{
  background: #ed3237;
  padding:12px 30px;
}
.btn-common-white:hover, .btn-common-white:focus{
	background-color: #333;
	color:#ed3237;	
}
.btn-white {
	background: #fff;
	color:#000;
}
.btn-white:hover {
	background: #ed3237;
	color:#fff;
}	
.btn-black {
	background: #000;
	color:#fff;
}
.btn-black:hover, .btn-black:focus{background: #ed3237;}	
.btn-orange {background: #ed3237;}
.btn-orange:hover, .btn-black:focus{
	background: #000;
	color:#fff;
}
.red-btn{background: #ed3237;}
.red-btn:hover, .red-btn:focus{ color:#fff;}
.btn-readmore{
	color:#121212;
	font-size:16px;
	display:inline-block;
}


/*--- Pages Banner ---*/
.default-bg{
	background-image: url("../images/bg1.png") !important;
}
.default-bg-2{
	background-blend-mode: overlay;
	/*background-image: url("../images/pattern4.png");*/
	background-image: url(../images/bg1.png);
	background-position: center top;
	background-repeat: repeat;
	/*background-color: rgba(255,255,255,0.2);*/
}
.about_us{
	background-image: url("../images/banners/banner-about.jpg") !important;
}
.banner-mango{
	background-image: url("../images/banners/banner-mango.jpg") !important;
}
.banner-jam{
	background-image: url("../images/banners/banner-jam.jpg") !important;
}
.banner-bar{
	background-image: url("../images/banners/banner-bar.jpg") !important;
}
.banner-chutney{
	background-image: url("../images/banners/banner-chutney.jpg") !important;
}
.banner-chinese{
	background-image: url("../images/banners/banner-chinese.jpg") !important;
}
/*.careers{
	background: url("../images/career.jpg") no-repeat scroll center center / cover !important;
}

.vision_mission{
	background: url("../images/vision_mission.jpg") no-repeat scroll center center / cover !important;
}*/

#page_header{
    background-image: url("../images/banners/inner-banner.jpg");
}
.about-group{
    background-image: url("../images/banners/banner-group.jpg") !important;
}
.common-bg{
/*	background: url(../images/pattern4.png) no-repeat center top;*/
}
.products{
	background-image: url("../images/banners/banner-our-products.jpg") !important;
}
.seasonal-chart{
	background-image: url("../images/banners/banner-seasonal.jpg") !important;
}
#specialities{
	background-image: url(../images/home-spefication.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center;
}
.team{
	background-image: url("../images/banners/banner-team.jpg") !important;
}
.vision_mission{
	background-image: url("../images/banners/banner-vision.jpg") !important;
}
.contact_us{
	background-image: url("../images/banners/banner-contact.jpg") !important;
}
.info_section{
	background-image: url("../images/paralax-half.jpg") !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	color: #fff;
	padding: 3% 0;	
}
.about-milestones{
	background-image: url("../images/banners/banner-milestones.jpg") !important;
}
.testinomial-bg{
	background-image: url("../images/paralax-half.jpg") !important;
}
.about-quality{
	background-image: url("../images/banners/banner-quality.jpg") !important;
}
.about-awards{
	background-image: url("../images/banners/banner-awards.jpg") !important;
}
.about-csr{
	background-image: url("../images/banners/banner-csr.jpg") !important;
}
.product-ketchup{
	background-image: url("../images/banners/banner-ketchup.jpg") !important;
}
.product-pulp{
	background-image: url("../images/banners/banner-pulp.jpg") !important;
}
.banner-canned{
	background-image: url("../images/banners/banner-canned.jpg") !important;
}
.private{
	background-image: url("../images/banners/banner-labels.jpg") !important;
}
.news{
	background-image: url("../images/banners/banner-news.jpg") !important;
}
.careers{
	background-image: url("../images/banners/banner-careers.jpg") !important;
}
#seasonal{
	background-blend-mode: overlay;
	background-image: url("../images/pattern4.png");
	background-position: center top;
	background-repeat: no-repeat;
}
/*for hover button*/
.button3{
  color:#fff;
  padding:12px 30px;
  display:inline-block;
}
.bg_bistro	.button3:hover, .bg_bistro .button3:focus{
	background:#111111;
}

/* wigdet */
ul.menu_widget{ margin-bottom:15px; }
ul.menu_widget li{ 
	font-size:16px;
	color:#fff;
	padding:10px 10px;
	background-color: #ed3237;
	line-height:18px;
}
ul.menu_widget li:nth-child(2n+2){
	background:rgba(226, 81, 17, 0);
	color:#000000;
}
ul.menu_widget li > span{float:right;}
ul.tags{}
ul.tags li {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 1px;
}
ul.tags li a{
	display:block;
	padding:12px 20px;
	color:#111111;
	border:1px solid #c0c0c0;
}
ul.tags li a:hover, ul.tags li a:focus{
	background:#ed3237;
	border:1px solid #ed3237;
	color:#fff;
}
ul.side-menu{}
ul.side-menu li{

}

ul.social_icon{}
ul.social_icon li {
    display: inline-block;
    margin: 0 5px;
}
ul.social_icon li a {
	display: block;
	border:2px solid #666;
	border-radius:50%;
	height:31px;
	width:31px;
	color:#ed3237;
	font-size:14px;
	line-height:31px;
	text-align:center;
	z-index:1;
	position: relative;
	text-decoration: none;
}
ul.social_icon li a:after,
ul.social_icon li.black a:after{
   position: absolute;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
   box-sizing: content-box;
  top:-1px;
  left:-1px;
  z-index: -1;
 -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

ul.social_icon li.black a.facebook:after,
ul.social_icon li a.facebook:after{
	background: #3b5998;
	border:2px solid #3b5998;
}
ul.social_icon li.black a.twitter:after,
ul.social_icon li a.twitter:after{
	background: #55acee;
	border:2px solid #55acee;
}
ul.social_icon li.black a.google:after,
ul.social_icon li a.google:after{
	background: #dd4b39;
	border:2px solid #dd4b39;
}
ul.social_icon li.black a.linkedin:after,
ul.social_icon li a.linkedin:after{
	background: #007BB6;
	border:2px solid #007BB6;
}
ul.social_icon li.black a:hover, 
ul.social_icon li.black a:focus,
ul.social_icon li a:hover,
ul.social_icon li a:focus{
	color:#fff;
}	
ul.social_icon li a:hover::after, ul.social_icon li a:focus::after, 
ul.social_icon li.active a:after,
ul.social_icon li.black a:hover::after, ul.social_icon li.black a:focus::after{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
ul.social_icon li.black a{
	border: 2px solid #999;
	color:#666;
}
ul.widget_links{}
ul.widget_links li{ display:inline-block; margin-bottom:10px; }

ul.widget_links li a{
	font-size:15px;
}

ul.widget_links li a:before{
	content:'\f299';	
	color: #5dca00;
	font-family:fontawesome;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	font-size:15px;
	-webkit-transition: 0.5s ease;
	   -moz-transition: 0.5s ease;
	        transition: 0.5s ease;
}
/*ul.widget_links li a:hover, ul.widget_links li a:focus, ul.widget_links li.active a{
	color:#5DCA00;
}*/
ul.widget_links li a:hover:before, ul.widget_links li a:focus:before, ul.widget_links li.active a:before{
	color: #333;
}
ul.widget_links li:hover a:before,ul.widget_links li:focus a:before{
	-webkit-transform: translateX(6px);
	   -moz-transform: translateX(6px);
	     -o-transform: translateX(6px);
	    -ms-transform: translateX(6px);
	        transform: translateX(6px);
}
.bg_bistro ul.widget_links li a:hover, .bg_bistro ul.widget_links li a:focus, .bg_bistro ul.widget_links li.active a{
	color:#ed3237;
}

.datetimepicker-days .table-condensed thead > tr:first-child{
	background:#ed3237;
	color:#fff;
}
.datetimepicker thead tr:first-child th:hover{
  background:#ed3237;
}
.footer-menu li a{
	color: #666;
}
/*Go to top button*/
#back-top{
  bottom:80px;
  position: fixed;
  right:25px;
  z-index:800;
  background-color:#ed3237;
  color:#fff;
  border-radius:100%;
  height:40px;
  width:40px;
  text-align:center;
  line-height:45px;
  opacity:0;
}
#back-top.show {
    opacity: 1;	
}
#back-top:hover{
  background:#000;
  color:#fff;	
}

a,
.btn-common, .btn-common-white, .button3, a,
ul.tags li a, ul.social_icon li a,
#back-top.show, #back-top:hover,
#main-navigation,#navigation.affix,
.navbar-default .navbar-nav > li > a,
.navbar-toggle .icon-bar,
.tp-tab .tp-tab-title:before,
.tparrows,  .tp-caption a.btn-common, .tp-caption a.btn-white
#service-slider .owl-prev, #service-slider .owl-next,
#cheffs-slider .owl-prev, #cheffs-slider .owl-next,
#our-cheffs .owl-prev, #our-cheffs .owl-next,
#news-slider .owl-prev, #news-slider .owl-next,
#service-slider .item .item_inner img, #service-slider .item .item_inner:hover img,
.news_thumb .image .overlay:before,
#testinomial-slider .owl-controls .owl-page span,
#testinomial-slider .owl-controls .owl-page.active span,
#testinomial-slider .owl-controls .owl-page span:after,
#testinomial-slider .owl-controls .owl-page.active span:after,
.grid_layout .item-container img, .services_wrap img,
.overlay, .overlay .social_icon,
.grid_layout .item-container .overlay a,
#gallery .item-container .overlay a.icon,
.services_wrap .overlay a,
.blog_item .blog-reply a.reply:hover, .blog_item .blog-reply a.reply:focus,
#blog-slider .owl-prev ,#blog-slider .owl-next,
.widget ul.tabs li, 
.faq_wrapper .items > li > a:hover, .faq_wrapper .items > li > a.expanded,
.service_wrapper .items > li > a:hover ,
.service_wrapper .items > li > a.expanded{
	-moz-transition: all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

/* ============= Top Most bar ============== */
.topbar{
	background: #ed3237; /* Old browsers */
	padding:10px 0;
	color:#fff;
}
.topbar p{
	margin:0;
	display:inline-block;
	color: #fff;
	font-weight: bold;
}
.topbar p > i{
	margin-right:5px;
}
.topbar p:last-child{
	text-align:right;
}

/* ============= Header =============== */
#main-navigation {
  position:fixed;
  background:rgba(0,0,0,0.15);
  margin-top:0;
}
#navigation.affix {
  position: fixed;
  background-color:rgba(0, 0, 0, 0.2);
}
/*#navigation:hover.affix {
	background-color:rgba(255,255,255,1);
}*/
#main-navigation,#navigation.affix{
  top: 0;
  width: 100%;
  z-index:999;
}
#navigation .navbar-brand img{
	-webkit-transition: 0.5s ease width;
	   -moz-transition: 0.5s ease width;
	        transition: 0.5s ease width;
}
#navigation.affix .navbar-brand img{
	width: 70px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar , .navbar-default{
	  border:none;
}
.navbar {
  margin-bottom: 0;
  min-height: auto;
}
.navbar-collapse {
	overflow-x: visible !important;
}
.navbar-collapse.in {
	overflow-y: auto !important;
	height: auto !important;
	min-height:310px;
}
.navbar-brand {
  height: auto;
}
#main-navigation .navbar-brand{
	padding:11px 0;
}
#navigation.affix .navbar-brand{
	padding:8px 0;
}
.navbar-left {
	width:100%;
	text-align:center;
}
.navbar-left-1{
	float:left;
	width:50%;
	padding-right:60px;
	text-align:left;
}
.navbar-right-1{
	float:right;
	padding-left:60px;
	width:50%;
}
.navbar-left-1 > li{
  display: inline-block;
  float:none !important;
  text-align:left;
}
.navbar-right-1 > li{
  display: inline-block;
  float:none !important;
}
.logo-center{
  display: inline-block;
  float: none;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width:140px;
  text-align:center;
}	
.logo-center > img{
	display:inline-block;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  padding:7px 20px;
  line-height:inherit;
  border-radius: 30px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	 background: #fff none repeat scroll 0 0;
    color: #fff;
}
.navbar-default .navbar-nav > li.active > a{
	background-color: rgba(0, 0, 0, 0.26);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	 background: #fff none repeat scroll 0 0;
    color: #ed3237;
}
#main-navigation .navbar-default .navbar-nav > li a{
	margin-bottom:30px;
	margin-top:35px;
}
#navigation.affix .navbar-default .navbar-nav > li a{
	margin-bottom:10px;
	margin-top:10px;
}
.navbar-nav > li > .dropdown-menu{
	left:0;
	padding:0;
	border:none;
	min-width:280px;
	background-color:#fff !important;
}
.navbar-default .navbar-nav > li:last-child .dropdown-menu{
	left: inherit;
   right: 0;
}
.navbar-nav > li > .dropdown-menu > li > a{
	color:#0d0d0d;
	font-size:17px;
	padding:14px;
	border-bottom:1px solid #dbdbdb;
	margin:0 !important;	
	-webkit-transition:all 0.5s ease;	
	   -moz-transition:all 0.5s ease;	
	    -ms-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
	border-left: none;  
	border-radius: 0;      
}
.navbar-nav > li > .dropdown-menu > li:last-child a{
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.navbar-nav > li > .dropdown-menu > li > a:hover, 
.navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li.active > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a:hover{
	background-color:#444444;
	color:#999999;
	padding-left: 20px;
	border-radius: 0;
}

#main-navigation .navbar-default .navbar-nav > li i.fa{
	display: none;
}
@media(max-width: 767px){
	#main-navigation .navbar-default .navbar-nav > li > a{
		display: inline-block;
		width: 94%;
	}
	#main-navigation .navbar-default .navbar-nav > li i.fa{
		display: inline-block;
		cursor: pointer;		
		color: #fff;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border:none;
	}
}

/* Toggle Nav transition*/
#main-navigation .navbar-toggle{
	top:10px;
}
#navigation.affix .navbar-toggle{
	top:5px;
}
.navbar-toggle{
  background: transparent !important;
  border: medium none;
  margin-right: 0;
  margin-top:15px;
}
.affix .navbar-toggle{
  margin-top:10px;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  background-color:#fff !important;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity:1;
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

#nav-panel.nav-tabs.nav-justified > li > a{
	font-weight: bold;
	font-size: 15px;
}
#nav-panel.nav-tabs.nav-justified > .active > a, 
#nav-panel.nav-tabs.nav-justified > .active > a:focus, 
#nav-panel.nav-tabs.nav-justified > .active > a:hover{
	background-color: transparent;
	border:transparent;
	border-bottom:1px solid #fcb202;
	color: #fcb202;
}
#nav-panel.nav > li > a:focus, #nav-panel.nav > li > a:hover{
	background-color: transparent;
	border:transparent;
	border-bottom:1px solid #fcb202;
	color: #fcb202;
}
@media(max-width: 1023px){
	#tab-content1 .accordion-link{
		font-weight: bold;
		border:none;
		border-bottom:1px solid #ddd;
		color: #333;
		text-align: center;
		background-color: transparent;
	}
	#tab-content1 .accordion-link:hover{
		font-weight: bold;
		border:none;
		border-bottom:1px solid #fcb202;
		color: #fcb202;
		text-align: center;
	}
}

/* ============= Header ends =============== */
.heading-title{
	color: #333;
	margin-bottom: 15px;
	position: relative;
}
.heading-title::after {
/*    background-color: #666;
    bottom: -23px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 10px 0;
    position: absolute;
    width: 50px;*/
}
.heading-title::before {
/*  background-color: #ed3237;
    bottom: -11px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 0 5px;
    position: absolute;
    width: 80px;*/
}
.border-wrap{
	position: relative;
}
.border-wrap .center-content {
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 28px;
    background-color: #fff;
    padding: 0 1em;
}
.border-wrap .center-content span{
	color: #ed3237
}
.border-wrap-white .line-border-left,
.border-wrap-white .line-border-right{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,000000+100&0+0,1+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(239,239,239,0) 0%, rgba(120,120,120,1) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(239,239,239,0) 0%,rgba(120,120,120,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(239,239,239,0) 0%,rgba(120,120,120,1) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
/*.line-border-left,.line-border-right{*/
.line-border-left{
	/*border-bottom: 1px solid #fff;
	border-top: 1px solid #ddd;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#727272+0,000000+100&0+0,0.35+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(114,114,114,0) 0%, rgba(57,57,57,0.35) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(114,114,114,0) 0%,rgba(57,57,57,0.35) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(114,114,114,0) 0%,rgba(57,57,57,0.35) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00727272', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	height: 1px;
	position: absolute;
	width: 100%;
    top: 20px;	
}
.line-border-left{
    right: 5px;
}
.line-border-right {
    left: 5px;    
    display: none;
}
/*.line-border-left::after {
    border-bottom: 1px solid #ccc;
    bottom: 0;
    content: "";
    height: 5px;
    position: absolute;
    right: 0;
    width: 75%;
}
.line-border-right::after {
    border-bottom: 1px solid #ccc;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 75%;
}*/
.side-heading-content{
	margin-bottom: 23px;
	padding-bottom: 8px;
	position: relative;
}
.side-heading-content .center-content {
    display: inline-block;
    position: relative;
    margin: 0; 
    background-color: #fff;
    padding: 0 7px;
}
.side-heading-content .center-content span{
	color: #ed3237;
}
.side-heading-content .line-border-left{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#727272+0,000000+100&0+0,0.35+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(114,114,114,0) 0%, rgba(57,57,57,0.35) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(114,114,114,0) 0%,rgba(57,57,57,0.35) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(114,114,114,0) 0%,rgba(57,57,57,0.35) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00727272', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	height: 1px;
	position: absolute;
	width: 100%;
	top: 15px;	
}
.side-heading-content .line-border-left{
    left: 5px;
}
.side-heading-content .line-border-right {
    left: 5px;    
    display: none;
}
/*.side-heading-content .line-border-left::after {
    border-bottom: 1px solid #ccc;
    bottom: 0;
    content: "";
    height: 5px;
    position: absolute;
    right: 0;
    width: 75%;
}*/
/*.side-heading-content .line-border-right::after {
    border-bottom: 1px solid #ccc;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 75%;

}*/
.readmore{
	color: #eaaa28;
    font-size: 14px;
}
.readmore i{
	margin-left: 3px;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.readmore:hover i{
	margin-left: 10px;
}
/* =========== Banner ============*/
 #rev_slider_34_1 p, #rev_slider p{
	font-size:18px;
	color:#fff;
}
/*arrows Slider*/
#rev_slider_34_1 .tparrows{display:none;}
.tparrows{
  background: rgba(255, 255, 255, 0.9) !important;
  -webkit-border-radius:100%;
  border-radius:100%;
  transform:none;
  position:absolute;
  right:0;
}
.tparrows::before {
  color: #111;
  display: block;
  font-family:'FontAwesome';
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "\f104";
}
.tparrows.tp-rightarrow:before {
  content: "\f105";
}
#rev_slider .tp-leftarrow, #rev_slider .tp-rightarrow{ top:50% !important;}
.tp-leftarrow, .tp-rightarrow{
	margin:5px;
	top:90% !important;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover,
.tparrows.tp-leftarrow:focus, .tparrows.tp-rightarrow:focus{
	background:#ed3237 !important;
}
.tparrows:hover::before, .tparrows:focus::before{ color: #fff; }
/*Tabs Slider*/
.tp-tabs{
  left: 50% !important;
  margin:-110px auto 0;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  z-index:111;
  cursor:pointer;
  border-radius: 10px;
  padding: 30px 0px 0px 0 !important;
  background-color: rgba(0, 0, 0, 0.35);
  top:90% !important;
  color:#fff;
  text-align: center;
}
.hesperiden .tp-tab{
	position:absolute;
	padding:0 10px;
	border-bottom:none;
}
.hesperiden .tp-tab:first-child{ padding-left:0; }
.tp-tab .tp-tab-title{
	font-size:24px;
	margin:10px 0 0;
	color:#ffffff;
	line-height: normal;
	position:relative;
	display:inline-block;
}
.tp-tab .tp-tab-title:before{
	content:'';
	height:3px;
	position:absolute;
	display:inline-block;
	top:-10px;
	background:transparent;
	left:0;
	right:0;
	width:100%;
}
.tp-tab:hover .tp-tab-title, .tp-tab.selected .tp-tab-title{  color:#fff; }
.tp-tab:hover .tp-tab-title::before, .tp-tab.selected .tp-tab-title:before{  background:#ed3237;}
.tp-tab:hover, .tp-tab.selected{ background: transparent !important;}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
	color: #333;
	font-weight: bold !important;
	position: static;
}


/* ============= Featured Section ============== */
.feature_wrap h3 a{ 
	font-size:18px;
	font-weight:bold;
}
.feature_wrap  p{ 
	clear: both;
	line-height: 1.5;
	text-align: justify;
	color: #4f4f4f;
	min-height: 84px;
}
.feature-01 h5{
	color: #fff;
}
@media(max-width: 1023px){
	.feature-01{
		margin-bottom: 15px; 
	}	
}

.feature-01 p{
	color: #fff;
	min-height: initial;
}

/* =============== bistro backgroud Section =========== */
.bg_bistro .white_content{ margin:25px 0; }
.white_content{ color:#fff;}
.white_content i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  overflow:hidden;
  position: relative;
  -webkit-transition:all .7s ease .1s;
  -o-transition:all .7s ease .1s;
  transition:all .7s ease .1s;
}
.white_content:hover i, .white_content:focus i{
	-webkit-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	transform:translateY(-15px);
}
.white_content h3{ margin-bottom:15px; }



/* ================== Our Services ==================*/
#services{}
#services ul.menu_widget{ margin-bottom:0px; }
#services h3{ margin-bottom:15px; margin-top:28px;}
.slider_wrap{ margin:0 -15px; }
#service-slider .item{ padding:0 15px;}
#service-slider .item .item_inner img, #service-slider .item .item_inner .image{ width:100%; position:relative; overflow:hidden; cursor:pointer}
#service-slider .item .item_inner:hover .overlay{
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#service-slider .item .item_inner:hover h3 > a{ color:#ed3237; }	
#service-slider .item .item_inner img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#service-slider .item .item_inner:hover img{
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#service-slider .owl-prev, #service-slider .owl-next {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  top:30%;
  line-height: 39px;
  padding:0;
}
#service-slider .owl-prev, #service-slider .owl-next,
#cheffs-slider .owl-prev, #cheffs-slider .owl-next,
#our-cheffs .owl-prev, #our-cheffs .owl-next,
#news-slider .owl-prev,
#news-slider .owl-next{
  position: absolute;
  height: 42px;
  width: 42px;
  color: #111;
  font-size: 30px;
  text-align: center;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
}
#service-slider .owl-prev{ left:10px;}
#service-slider .owl-next{ right:10px;}
#service-slider .owl-prev:hover, #service-slider .owl-prev:focus,
#service-slider .owl-next:hover, #service-slider .owl-next:hover{
	background:#ed3237;
	3color:#fff;
}
/* ================== Our Services Ends ==================*/




/*================== cheffss ================== */
#cheffs{ }
.cheffs_wrap_slider{ margin:0 -20px;}
#cheffs-slider .item{ padding:0 20px; } 
#cheffs-slider .item .cheffs_photo, #cheffs-slider .item .cheffs_info{ display:table-cell;}
#cheffs-slider .item .cheffs_photo{ position:relative;}
#cheffs-slider .item .cheffs_photo > img{ height:100%; }
#cheffs-slider .item .cheffs_info{
	padding-right:15px;
	vertical-align:middle;
}
#cheffs-slider .item .cheffs_info h2{
  font-size: 60px;
  font-weight: bold;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
#cheffs-slider .item .cheffs_info h2:after{
  background: #111111;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 5;
  bottom: 9px;
  left:70px;
}
#cheffs-slider .item .cheffs_info h3,
.cheffs_wrap h3{
	color:#ed3237;
	margin-top:10px;
}
#cheffs-slider .item .cheffs_info small,
.cheffs_wrap small{
	color:#796e6e;
	font-size:14px;
	margin-bottom:10px;
	display:inline-block;
}
#cheffs-slider ul.social_icon{ margin-top:25px;}
#cheffs-slider ul.social_icon li a{ background:#fff; }
#cheffs-slider .owl-prev, #cheffs-slider .owl-next,
#our-cheffs .owl-prev, #our-cheffs .owl-next,
#news-slider .owl-prev,
#news-slider .owl-next{
  top:-11%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #d9dddf;
  line-height: 33px;
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
#cheffs-slider .owl-prev,
#our-cheffs .owl-prev, #news-slider .owl-prev{right:50px;}
#cheffs-slider .owl-next,
#our-cheffs .owl-next, #news-slider .owl-next{right:0px;}
#cheffs-slider .owl-prev:hover, #cheffs-slider .owl-next:hover,
#our-cheffs .owl-prev:hover, #our-cheffs .owl-next:hover,
#news-slider .owl-prev:hover,
#news-slider .owl-next:hover{
	color:#fff;
	background:#ed3237;
	border-color:#ed3237;
}
.padding_left{ padding-left:15px; }
/*================== cheffs ends ================== */



/* ================== Image With content ================== */

.right_box{ background:rgba(226,81,18,.85);}
.right_box .right_box_inner .white_content{ margin:20px 0;}


/* ================== Counters Fact Info ================== */
#facts{
	background:url(../images/bg-facts.jpg) no-repeat fixed;
	padding:1% 0;
	background-size:cover;
}
#facts .counters-item{
	padding:15% 10%;
	font-weight:bold;
	vertical-align:middle;
	color:#fff;
}
#facts .counters-item h2{
	font-family: "Roboto Slab", sans-serif;
	color:#ed3237;
}	
.counters-item i {
  font-size:50px;
  display: block;
  margin-bottom:15px;
}
.counters-item i img{
	width: 80px;
}
.counters-item p{
	color:#fff;
	text-transform: capitalize;
	font-weight:bold;
}
/*  ================ Counters Fact Info Ends ============= */



/* ============== Latest News =============== */
.news_main{ background:#fff;}
.news_main h3{
	margin-top:15px;
	margin-bottom:10px;
	display:inline-block;
}
.news_thumb h4{ line-height:50px;}	
.news_main h3:hover{ color:#ed3237; }
.news_main ul.news-social{ margin:47px 0; }
.news_main ul.news-social li{ display:inline-block;}
.news_main ul.news-social li a{
	display:block;
	font-size:14px;
	color:#868686;
	margin-left:25px;
}
.news_main ul.news-social li:first-child a{ margin-left:0; }
.news_main ul.news-social li a > i{ margin-right:5px;}
.news_thumb .image, .news_thumb .image > img{ position:relative; }
.news_thumb .image > img{ width:100%; }
.news_thumb .image .overlay{
	color:#fff;
	cursor:pointer;
}
.news_thumb .image .overlay:before{
  bottom:5px;
  content: "";
  left:5px;
  opacity: 0;
  position: absolute;
  right:5px;
  top:5px;
  border: 1px solid #fff;
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
.news_thumb .image:hover .overlay::before{
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news_main .col-md-6.news_thumb, .news_main .col-sm-6.news_thumb { padding-top:23px; }
.news_main .col-md-6.news_thumb img, .news_main .col-sm-6.news_thumb img{ margin-bottom:0;}
/* ============== Latest News Ends =============== */




/* ================== Testinimials ============= */
#testinomial-slider{ padding:0 10%;}
#testinomial-slider:before{
	content:'\f10d';
	color:#ed3237;
	font-family:'FontAwesome';
	display:inline-block;
	font-size:30px;
}
#testinomial-slider .item{ display:block; width:100%;}
#testinomial-slider .item h4{
	margin-bottom:25px;
	line-height: 32px;
	color: #fff;
}
#testinomial-slider .item p{
	color: #fff;
}
#testinomial-slider .item p > span{ color:#7b7b7b;}
#testinomial-slider .owl-controls .owl-page span,
#testinomial-slider .owl-controls .owl-page.active span{
	background:#bbbbbb;
	filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
	opacity:1;
	position:relative;
	overflow: hidden;
	margin: 5px 3px;
}
#testinomial-slider .owl-controls .owl-page span:after{ height: 0;}
#testinomial-slider .owl-controls .owl-page span:after,
#testinomial-slider .owl-controls .owl-page.active span:after{
	content: "";
	bottom: 0;
   left: 0;
   position: absolute;
   width: 100%;
   background:#ed3237;
	border-radius:50%;
}
#testinomial-slider .owl-controls .owl-page span:hover::after,
#testinomial-slider .owl-controls .owl-page.active span:after{
	height: 100%;
}
/* ================== Testinimials ============= */




/* ========== Our Food ======== */
/*#page_header{
	background:url(../images/page-header.jpg) no-repeat;
	width:100%;
	position:relative;
	min-height:280px;
	background-size:cover;
	background-position:center center;
	text-align:right;
}*/

#page_header{
	background-blend-mode: overlay;
    background-color: transparent;
    background-size: cover;
    background-position:center center;
    min-height: 300px;
    position: relative;
    text-align: right;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
	#page_header{ 
		min-height:170px;
	}
}
@media screen and (max-width: 767px) {
	#page_header{ 
		min-height:170px;
	}
}
@media screen and (max-width: 639px) {
	#page_header{ 
		min-height:90px;
	}
}
#page_header .page_title{
	padding:22px 0;
	position:absolute;
	bottom:0;
	width:100%;
}
#page_header .page_title h2.title{
	font-size:36px;
	vertical-align:top;
}
#page_header .page_title h2.title, #page_header .page_title p{ color:#fff;}
#page_header .page_title p{ margin-bottom:0;}

#welcome{ }
ul.welcome_list{ margin-top:40px;}
ul.welcome_list li{
	width:48%;
	display:inline-block;
	font-size:15px;
	margin-bottom:15px;
	margin-left:15px;
}
ul.welcome_list li:before{
	content:'';
	background:#ed3237;
	height:7px;
	width:7px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	border-radius:100%;
	margin-left:-15px;
}
ul.dotted_list{ margin-top:20px;}
ul.dotted_list li{
	display:block;
	margin-bottom:10px;
	margin-left:12px;
	margin-top: 10px;
}
ul.dotted_list li:before{
	content:'';
	background:#ed3237;
	height:7px;
	width:7px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	border-radius:100%;
	margin-left:-15px;
}
ul.dotted_list > li li{
	margin-left: 35px; 
}
ul.dotted_list > li li:before{
	background: #333;
}
.ol-list{
}
.ol-list li{ 
	margin-bottom:10px; 
}

.ol-list li a{
	
	font-size: 14px;
    font-weight: bold;
}

.ol-list li a:before{
	content:'\f299';	
	color: #5dca00;
	font-family:fontawesome;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	font-size:15px;
	-webkit-transition: 0.5s ease;
	   -moz-transition: 0.5s ease;
	        transition: 0.5s ease;
}
.ol-list li > ol{
	padding-left: 30px;
}
#our-cheffs .item{ padding:0 15px; }
.cheffs_wrap img{ width:100%;}
.cheffs_wrap p{margin:0; }
#food{}
.grid_layout .wrap-col{ padding:0 15px;}
.grid_layout .wrap-col.first{ padding-bottom:30px;}
.grid_layout .item-container img,
.services_wrap img{
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.grid_layout .item-container{ overflow:hidden; }
.overlay{
  background-color: rgba(0, 0, 0, 0.33);
  bottom: 0;
  height: 100%;
  left: 0;
  filter: alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity:0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
	cursor:crosshair;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5); 
}
.overlay .overlay-inner, .overlay a.overlay-inner{
  margin: auto;
  position: absolute;
  top: 50%;
  left:50%;
  -moz-transform: translate(-100%, -50%);
  -ms-transform:translate(-100%, -50%);
  -o-transform:translate(-100%, -50%);
  -webkit-transform:translate(-100%, -50%);
  transform:translate(-100%, -50%);
  width: 100%;
  height: auto;
  font-size:24px;
  color:#fff;
  text-align:center;
}
/*.overlay .overlay-inner, .overlay a.overlay-inner{
  margin: auto;
  position: absolute;
  top: 50%;
  left:50%;
  -moz-transform: translate(-100%, -50%);
  -ms-transform:translate(-100%, -50%);
  -o-transform:translate(-100%, -50%);
  -webkit-transform:translate(-100%, -50%);
  transform:translate(-100%, -50%);
  width: 100%;
  height: auto;
  font-size:24px;
  color:#fff;
  text-align:center;
}*/
.popular:hover .overlay  a.overlay-inner{
	-moz-transform: translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}
a.overlay-inner > i{ 
	background-color: rgba(0,0,0,0.5);
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	padding: 13px 15px;
}
/*a.overlay-inner > i{ 
	background-color: #fff;
	border-radius: 0 20px;
	color: #ed3237;
	font-size: 18px;
	padding: 8px 15px;
}*/
.overlay .social_icon,
.grid_layout .item-container .overlay .icon,
#gallery .item-container .overlay a.icon{
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  margin:auto;
  -moz-transform: translateY(1000%);
  -ms-transform: translateY(1000%);
  -o-transform: translateY(1000%);
  -webkit-transform: translateY(1000%);
  transform: translateY(1000%);
  z-index:9;
}
.item-container:hover .social_icon,
#gallery .item-container:hover .overlay a.icon{
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
   transform: translateY(0);
}	
.grid_layout .item-container .overlay a,
#gallery .item-container .overlay a.icon{
  color:#fff;
  font-size:30px;
}
.item-container:hover .overlay
.news_thumb .image:hover .overlay,
.popular:hover .overlay{
	filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
	opacity:1;
}
.grid_layout .item-container:hover img, .item-container:hover .overlay,
.news_thumb .image:hover .overlay, .popular:hover .overlay,
.grid_layout .item-container:hover .overlay{
	 -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
		filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
	opacity:1;
}
.our-product-wrap{
	border-left: 2px solid #eee;
    padding-left: 15px;
    position: relative;
}
.our-product-wrap h3 {
	position: relative;
	padding-left: 15px;
	font-size: 24px;
	line-height: 35px;
}
.our-product-wrap h3:before {
    position: absolute;
    content: '';
    left: -36px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 3px solid #eee;
    border-radius: 300px;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 21px;
}
.our-product-wrap .our-product-title-one:before{
	content: '1'
}
.our-product-wrap .our-product-title-two:before{
	content: '2'
}
.our-product-wrap .our-product-title-three:before{
	content: '3'
}
.our-product-wrap .our-product-title-four:before{
	content: '4'
}
.our-product-wrap .our-product-title-fifth:before{
	content: '5'
}
.our-product-wrap .our-product-title-sixth:before{
	content: '6'
}
.our-product-wrap .our-product-title-seven:before{
	content: '7'
}
.our-product-wrap .our-product-title-eight:before{
	content: '8'
}
.our-product-slide{
	position: relative;
}
.our-product-slide .owl-controls{
	position: absolute;
	top: -55px;
	right: 0;
	margin: 0;
}
.our-product-slide .owl-controls .owl-buttons div{
	background: transparent;
	color: #333;
	font-size: 28px;
	margin: 0;
}
.our-product-slide .owl-controls .owl-prev,
.our-product-slide .owl-controls .owl-next{
	background: transparent;
}
.prod_uses .uses_title{
	margin: 25px 0;
}
.prod_uses .uses_title{

}
.prod_uses_list{
	position: relative;
}
.prod_uses_list li:nth-child(5n){
	height: 30px;
	border-style: solid;
	border-color: #F69044;
	border-width: 1px 0 0 0;
	border-radius: 20px;
	width: 100%;
	left: 0;
	padding: 0;
	top: 50%;
	z-index: -1;
	margin: -9px 0 0;
	position: absolute;
} 
.prod_uses_list li:nth-child(5n):before { 
	display: block; 
	content: ""; 
	height: 30px; 
	margin-top: -31px; 
	border-style: solid; 
	border-color: #F69044; 
	border-width: 0 0 1px 0; 
	border-radius: 20px; 
    margin-top: -30px;
}

.prod_uses_list li {
    display: inline-block;
    width: 17%;
    padding: 0 10px;
    border-radius: 300px;
    background-color: #fff;
    margin: 0 10px;
    margin-bottom: 15px;
}
.popular{
	margin-bottom: 25px;
 	background-color: #fff; 	
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 11px #ededed;
	-moz-box-shadow: 0 1px 11px #ededed;
	box-shadow: 0 1px 11px #ededed;
}
.popular h4{ 
	font-size: 19px;
	margin-top:20px;
	border-left: 3px solid red;
	margin-left: -16px;
	padding-left: 13px;
}

.popular h4, .popular .dish{ }
.popular .dish{
	display:block;
	margin:10px 0;
	color: #ed3237;
}
.product  .popular-content{
	padding:0 15px 15px; 
	position: relative;
}
.product  .popular-content p{
	line-height: 1.2;
	margin: 20px 0;
	color: #a3a3a3;
}
.product  .popular-content a{
	/*background-color: red;*/
/*	bottom: 0;
	display: block;
	left: 0;*/
	padding: 0;
	/*position: absolute;*/
}
.product  .popular-content:hover a{
	color:red;
}
.product  .popular-content a .fa{
	height: 12px;
	overflow: hidden;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	-webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
            transition: all 0.5s;
	-webkit-transform: translateX(-30px);
	   -moz-transform: translateX(-30px);
	   	-ms-transform: translateX(-30px);
	   	 -o-transform: translateX(-30px);
	        transform: translateX(-30px);
}
.product  .popular-content:hover a .fa{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-webkit-transform: translateX(5px);
	   -moz-transform: translateX(5px);
	   	-ms-transform: translateX(5px);
	   	 -o-transform: translateX(5px);
	        transform: translateX(5px);	
}
/*.product .popular-content a:before,.product .popular-content a:after{
	background-color: red;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    -webkit-transform: rotateZ(35deg);
       -moz-transform: rotateZ(35deg);
        -ms-transform: rotateZ(35deg);
         -o-transform: rotateZ(35deg);
            transform: rotateZ(35deg);
    -webkit-transition:.5s ease-in;
       -moz-transition:.5s ease-in;        
         -o-transition:.5s ease-in;
            transition:.5s ease-in;
}*/
/*.product .popular-content a:before{
    left: 0;
}
.product .popular-content a:after{
	right:0;
}
.product:hover .popular-content a:before{
	left: 100%;
	-webkit-transform: rotateZ(-35deg);
       -moz-transform: rotateZ(-35deg);
        -ms-transform: rotateZ(-35deg);
         -o-transform: rotateZ(-35deg);
            transform: rotateZ(-35deg);
}
.product:hover .popular-content a:after{
	right: 100%;
	-webkit-transform: rotateZ(-35deg);
       -moz-transform: rotateZ(-35deg);
        -ms-transform: rotateZ(-35deg);
         -o-transform: rotateZ(-35deg);
            transform: rotateZ(-35deg);
}*/


/*@media(min-width: 768px) and (max-width: 1023px) {
	.product-wrap div[class*='col-sm-']{
		padding-left: 0;
		padding-right: 0;
	}
	.product-wrap div[class*='col-sm-']:nth-child(2n+1) {
		padding-left: 15px !important;
	}
	.product-wrap div[class*='col-sm-']:nth-child(2n+0) {
		padding-right: 15px !important;
	}
	.product-wrap div[class*='col-sm-']:nth-child(2n+0) .popular{
		border-right: 1px solid #eee;
	}		
}
@media(min-width: 1024px){
	.product-wrap div[class*='col-md-']{
		padding-left: 0;
		padding-right: 0;
	}
	.product-wrap div[class*='col-md-']:nth-child(3n+1) {
		padding-left: 15px !important;
	}
	.product-wrap div[class*='col-md-']:nth-child(3n+3) {
		padding-right: 15px !important;
	}
	.product-wrap div[class*='col-md-']:nth-child(3n+0) .popular{
		border-right: 1px solid #eee;
	}	
}*/
/* ========== Our Food Ends ======== */




/* ============ Gallery ========== */
.work-filter{ margin-bottom:40px;}
.work-filter li{
	display:inline-block;
	margin:0 20px;
	position: relative;
}
.work-filter li:after{
	bottom: 7px;
	content: "/";
	display: inline-block;
	position: absolute;
	right: -21px;
}
.work-filter li:last-child:after{
	display: none;
}
.work-filter li a{
	font-size:16px;
	border-bottom:2px solid transparent;
	text-shadow: none;
	position: relative;
	padding:5px 0;
	display:block;
	font-weight: bold;

}

.work-filter li a:before{
	filter: alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity:0;
	opacity:0;
}
.work-filter li a:before, .work-filter li a.active:before{
  position: absolute;
  bottom:-2px;
  left:0;
  overflow: hidden;
  width: 0;
  border-bottom: 2px solid #ed3237;
  color: #ed3237;
  content: attr(data-hover);
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition:width 0.5s;
  padding:10px 0;
}
.work-filter li a.active:before{
	filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
	opacity:1;
	width:100%;
}
.work-filter li a:hover::before,
.work-filter li.active a, .work-filter li a.active:hover::before{
   filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  width:100%;
}
.work-filter li a:hover, .work-filter li a.active{ color: #ed3237;}
#gallery .work-item {
  position: relative;
  padding:0 15px;
}
#gallery .home-gallery .work-item { padding: 15px!important;}
.mix { display: none; }
#gallery .work-item img{
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
#gallery .work-item:hover img{
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
#gallery .gallery_content{
	position:relative;
	overflow:hidden;
}
#gallery .gallery_content h3{
	font-size:20px;
	color:#ed3237;
	margin-top:20px;
}
#gallery .gallery_content small{
	font-size:14px;
	color:#796e6e;
	margin-bottom:20px;
	display:inline-block;
}
.gallery_content a.btn-readmore{
  position: relative;
  text-shadow:none;
  text-transform:capitalize;
}
.gallery_content a.btn-readmore:before{
  color: #ed3237;
  content: attr(data-hover);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top:0.5px;
  position: absolute;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-transform: scale(1.1) translateX(10px) translateY(10px);
  -ms-transform: scale(1.1) translateX(10px) translateY(10px);
  -webkit-transform: scale(1.1) translateX(10px) translateY(10px);
  transform: scale(1.1) translateX(10px) translateY(10px);
  
  -moz-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
  transition: transform 0.3s ease 0s, all 0.3s ease 0s;
}
.gallery_content a.btn-readmore:hover::before, .gallery_content a.btn-readmore:focus::before{
  filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
	opacity: 1;
	 -transform: scale(1) translateX(0px) translateY(0px);
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    -ms-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
}
.product .image {
	padding: 8% 0;
}
.image{
	overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f9f9f9;
}
.image img{ 
	width:70%;
	-webkit-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
	   -moz-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
	    -ms-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
		    transition: transform 0.3s ease 0s, all 0.3s ease 0s; 
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	     -o-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.image:hover img{ 
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	     -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
#gallery .work-item:hover .overlay{
  filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity: 1;
}
/* ============ Gallery Ends ========== */





/* ============= Blog ============== */
#blog{ }
#blog .blog_item{}
#blog .blog_item ul.comments, #blog .blog_item ul.social_icon{ margin:20px 0; }
#blog .blog_item ul.comments li{
	display:inline-block;
	padding:5px 10px;
	border:1px solid #c0c0c0;
	border-radius:2px;
}
#blog .blog_item ul.comments li a{
	display:block;
	color:#797979;
	font-size:12px;
}
#blog .blog_item ul.comments li a > i {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  vertical-align: middle;
}
#blog .blog_item ul.comments li a:hover, #blog .blog_item ul.comments li a:focus{ color:#ed3237;}
#blog .blog_item p{ margin-top:20px; }
#blog .blog_item .new-title-h{ margin-top:50px;}
#blog .blog_item .btn-common{
	margin-top:30px;
	/*color:#fff;*/
}
#blog-slider .owl-prev ,#blog-slider .owl-next,
#blog-slider2 .owl-prev ,#blog-slider2 .owl-next{
	background:#fff;
	border-radius: 0;
	color: #c0c0c0;
	font-size: 30px;
	height: 40px;
	line-height: 25px;
	margin: -29px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
#blog-slider .owl-prev:hover, #blog-slider .owl-prev:focus,
#blog-slider2 .owl-next:hover, #blog-slider2 .owl-next:focus{
	background:#ed3237;
	color:#fff;
}
#blog-slider .owl-prev, #blog-slider2 .owl-prev{ left:0; }
#blog-slider .owl-next,#blog-slider2 .owl-next{ right:0;}

.news-item .date_comment {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ed3237;
    float: left;
    height: 110px;
    margin: -80px 15px 0 0;
    position: relative;
    text-align: center;
    width: 65px;
}
.news-item .date_comment span {
    background-color: #ed3237;
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 20px;
    padding: 15px 10px;
}
.news-item .date_comment span > small {
    display: block;
    font-size: 50%;
    text-transform: uppercase;
}
.news-item .date_comment a {
    color: #797979;
    display: inline-block;
    margin: 9px 0 0;
}

/*#news-event1 .news-item .new-title-h,
#news-event2 .news-item .new-title-h{
	margin-top: 0;
}*/
#news-event1 .news-item .new-title-h:first-letter,
#news-event2 .news-item .new-title-h:first-letter{
	color: #ed3237;
	font-size: 30px;
}
.news-item h4 span{
	color: #ed3237;
}
.news-item .news-content2 p{
	color: #666;
    font-size: 17px;
    text-align: justify;
}
.news-item .image_container{
	position: relative;
}
.news-item .image_container .news-location{
	bottom: -35px;
	border-bottom: 2px solid #ed3237;
    font-size: 18px;
    padding: 2px 20px;
    position: absolute;
    right: 0;
    z-index: 1;
}
#blog-slider.owl-carousel .owl-item{
}
/** news-event2 **/
#news-event2.VivaTimeline dl {
    margin: 0;
    padding:0;
    position: relative;
    top: 0;
}
#news-event2.VivaTimeline dl dd .events {
	background-color: transparent;
	border-radius: 4px;
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	width: 95%;
}
#news-event2.VivaTimeline dl::before{
	left: auto;
	right: 0;
}
#news-event2.VivaTimeline dl dd.pos-right .events{
	float: none;
}
#news-event2.VivaTimeline dl dd .events::before {
	border:none;
	content: "";
	height: 2px;
	position: absolute;
	top: 13px;
	width: 100%;
	z-index: -1;
}

#news-event2.VivaTimeline dl dd.pos-left .events::before {
	background-color: #ccd1d9;
	left: auto;
	right: -13px;
}

#news-event2.VivaTimeline dl dd .circ {
	background-color: #ed3237;
	border: 4px solid #f5f7fa;
	border-radius: 50%;
	height: 22px;
	left: auto;
	margin-left: 0;
	margin-right: -10px;
	position: absolute;
	right: 0;
	top: 3px;
	width: 22px;
	z-index: 200;
}
#news-event2.VivaTimeline dl dd.pos-left .time {
    margin-left: 0;
    text-align: right;
}
#news-event2.VivaTimeline dl dd .time {
    color: #4fc1e9;
    display: inline-block;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: 31px;
    width: 100px;
    display: none;
}
#news-event2.VivaTimeline dl dd .events .events-body {
    background-color: transparent;
    overflow: hidden;
    padding: 12px;
}
#news-event2.VivaTimeline dl dd .events .events-header{
	background-color: #fff;
	border: medium none;
	color: #333;
	cursor: pointer;
	font-size: 22px;
	font-weight: normal;
	line-height: initial;
	margin-bottom: 13px;
	margin-right: 20px;
	padding: 0 15px 0 0;
	text-align: right;
}

#news-event2.VivaTimeline dl dt {
    background-color: #aab2bd;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto 30px;
    padding: 3px 5px;
    position: relative;
    text-align: center;
    top: 30px;
    width: 120px;
    z-index: 200;
    display: none;
}
/** news-event1 **/
#news-event1.VivaTimeline dl {
    margin: 0;
    padding:0;
    position: relative;
    top: 0;
}
#news-event1.VivaTimeline dl dd .events {
	background-color: transparent;
	border-radius: 4px;
	margin-left: 20px;
	margin-top: 0;
	padding: 0;
	position: relative;
	width: 95%;
}
#news-event1.VivaTimeline dl::before{
	left: 0;
}
#news-event1.VivaTimeline dl dd.pos-right .events{
	float: none;
}
#news-event1.VivaTimeline dl dd .events::before {
	border: none;
	content: "";
	height: 2px;
	position: absolute;
	top: 13px;
	width: 100%;
	z-index: -1;
}

#news-event1.VivaTimeline dl dd.pos-right .events::before {
	background-color: #ccd1d9;
    left: -16px;
}

#news-event1.VivaTimeline dl dd .circ {
    background-color: #ed3237;
    border: 4px solid #f5f7fa;
    border-radius: 50%;
    height: 22px;
    left: 0;
    margin-left: -11px;
    position: absolute;
    top: 3px;
    width: 22px;
    z-index: 200;
}
#news-event1.VivaTimeline dl dd.pos-right .time {
    margin-left: 0;
    text-align: right;
}
#news-event1.VivaTimeline dl dd .time {
    color: #4fc1e9;
    display: inline-block;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: 31px;
    width: 100px;
    display: none;
}
#news-event1.VivaTimeline dl dd .events .events-body {
    background-color: transparent;
    overflow: hidden;
    padding: 10px;
}
#news-event1.VivaTimeline dl dd .events .events-header{
	margin-bottom: 15px;
	background-color: #fff;
	border: medium none;
	color: #333;
	cursor: pointer;
	font-size: 22px;
	font-weight: normal;
	line-height: initial;
	margin-left: 20px;
	padding: 0 0 0 15px;
	text-align: left;
}

#news-event1.VivaTimeline dl dt {
    background-color: #aab2bd;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto 30px;
    padding: 3px 5px;
    position: relative;
    text-align: center;
    top: 30px;
    width: 120px;
    z-index: 200;
    display: none;
}
#accereditation1 .news_content{
	text-align: center;
	border: 1px solid #eee;
	margin: 0 10px;
}
#accereditation1 .news_content img{
	width: 121px;
}

ul.digits li{
	margin-top:30px;
	list-style:digits;
}
.blog_item blockquote {
  border-left: 5px solid #ed3237;
  font-size: 18px;
  margin:35px 0 20px;
  font-style:italic;
  padding:25px 20px;
}
.blog_item .blog-reply {
	background:#f0f5f7;
  margin: 20px 0;
  padding: 12px;
  position: relative;
}
.col-md-offset-2{ margin-left: 16.6667% !important; }
.blog_item .blog-reply span{
	color:#9e9e9e;
	font-size:14px;
	display:inline-block;
	margin-bottom:10px;
}
.blog_item .blog-reply p{ margin:0;}
.blog_item .blog-reply a, .blog_item .blog-reply a.reply{ display:inline-block;}
.blog_item .blog-reply a.reply{
	position:absolute;
	top:12px;
	right:12px;
	background:#EDAA8E;
	color:#fff;
	padding:6px 12px;
}
.blog_item .blog-reply a.reply:hover, .blog_item .blog-reply a.reply:focus{ background:#ed3237;}
#recipe .recipe_item{}
#recipe .recipe_item ul.welcome_list li{ font-size:15px;}
.recipe_box{
	position:relative;
	background:#ed3237;
	padding:20px;
	color:#fff;
}
.recipe_box:before, .recipe_box:after {
	border:1px solid rgba(255,255,255,.5);
   bottom: 10px;
   content: "";
   left:5px;
   position: absolute;
   right:5px;
   top: 10px;
   z-index: 0;
}
.recipe_box:after {
  bottom:5px;
  left: 10px;
  right: 10px;
  top:5px;
}
.recipe_box h4{ margin-bottom:20px;}
.recipe_box .table tr > td, .recipe_box .table-responsive{ border:none; }
/* ============= Blog ============== */

.bg-wrap{
	position: relative;
}
.bg-inner{
	/*background: rgba(0, 0, 0, 0) url("../images/bac-bg.jpg") no-repeat scroll right top / contain ;
	height: 350px;*/
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	display: none;
}
@media(max-width: 767px){
	.bg-inner{
		display: none;
	}	
}
.bg-inner img{
/*	width: 400px;*/
}


/* =========== SideBar =========== */
.widget ul.tabs {
  display: table;
  text-align: center;
  width: 100%;
}
.widget ul.tabs li{
	display: table-cell;
	background:#111111;
	color:#fff;
	font-size:16px;
	padding:12px 16px;
	cursor:pointer;
	position: relative;
}
.widget ul.tabs li.active,.widget  ul.tabs li:hover, .widget ul.tabs li:focus{ background:#ed3237; }
.widget .tab_container{ padding:15px; }
/* if accordion mode */
.widget .tab_drawer_heading.d_active { position: relative; }
.widget  .tab_drawer_heading {
  background-color: #dcdcdc;
  font-size: 17px;
  padding: 5px 20px;
  margin-bottom: 10px;
  display: block;
  position:relative;
  cursor: pointer;
}
.widget .tab_drawer_heading{ display: none;} 
.tab_content .single_comments{ margin-bottom:15px; overflow:hidden; display:table;}
.tab_content .single_comments img{
  padding-right: 10px;
  margin-top: 5px;
  width:80px;
}
.tab_content .single_comments img, .tab_content .single_comments p{ display:table-cell; }
.tab_content .single_comments p{
  margin-bottom: 0;
  font-size:16px;
  vertical-align:middle;
}
.tab_content .single_comments p:hover > a{
	color:#ed3237;
	text-decoration: underline;
}
.tab_content .single_comments span{
  display: block;
  margin-right: 10px;
  color:#9e9e9e;
  font-size:14px;
}
.widget{ margin-bottom:40px;}
/*.widget .widget_links li{margin-bottom:0;}*/
.widget h3{ margin-bottom:20px; }
.widget ul.widget_links li{ display:block;}
/*.widget ul.widget_links li:first-child a{ padding-top:0;}*/
.widget ul.widget_links li a{ 
    display: block;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    background-color: #f8f8f8;
}

/* =========== SideBar Ends =========== */




/* =============== Booking OR Order ============ */
.appointment_wrap{
	background:url(../images/appointment.jpg) no-repeat;
	background-size:100% 100%;
	padding-left:3%;
	padding-right:3%;
}
/*form.callus{ margin-top:25px;}*/
form.callus input.form-control{
  color: #111;
  height: 40px;
}
form.callus textarea{
	width:100%;
	min-height:160px;
	resize: none;
	padding:8px 12px;
}
form.callus textarea,form.callus input.form-control, form.callus select{
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	height: 50px;
	font-size: 15px;
}
form.callus textarea:focus,
form.callus input.form-control:focus, 
form.callus select:focus{
	border-bottom:1px solid #ed3237;
	-webkit-box-shadow: none !important; 
	box-shadow: none !important; 
}
.help-block{
	font-size: 15px
}
.has-error .form-control:focus{
	-webkit-box-shadow: none !important; 
	box-shadow: none !important; 
}

.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error.checkbox label, 
.has-error.checkbox-inline label, 
.has-error.radio label, 
.has-error.radio-inline label{
	color: #ed3237 !important;
	padding: 0px 10px;
}
.has-error .form-control{
    -webkit-box-shadow: none !important; 
	box-shadow: none !important; 
	border-color:  #ed3237 !important;
}
.form-response .alert{
	text-align: center;
    font-size: 20px !important;
   	padding: 10px 0 !important;
   	margin: 0 ;
}
.form-response .alert-success{
    border-radius: 2px;
    line-height: initial;
    background: transparent;
    border: 0;
}
.form-response .alert-info{
	border-radius: 2px;
    line-height: initial;
    background: transparent;
    border: 0;
	color: #31708f;
}
.form-response .alert-success p,
.form-response .alert-info p{
	font-size: inherit;
}
/*--- Contact form error ---*/
.has-error .form-control:focus{
    -webkit-box-shadow: none;
	box-shadow: none;
}
form.callus .btn-submit{
	border: transparent;
	border-radius: 25px;
	color:#fff;
	cursor:pointer;
	line-height:1;
	background-color: #ed3237;
}
form.callus .btn-submit:hover{
  background:#fff;
  color:#ed3237;
}
.form-required{
	position: relative;
}
.form-required i.fa{
	color: #ed3237;
	font-size: 15px;
	left: 75px;
	position: absolute;
	top: 17px;
}
.form-required-last i.fa{
	left: 75px;
}
.form-required-email i.fa{
	left: 62px;
}
.form-required-phone i.fa{
	left: 70px;
}
.order-page form.callus .btn-submit:hover, #location form.callus .btn-submit:hover{
  background:#000000;
  color:#fff;
}

.btn-read{
	color: #ed3237;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
/* =============== Booking OR Order ends ============ */


/* ============ FAQ ============= */
#faq {}
.faq_wrapper {
  position: relative;
  background-color: #fff;
}
.faq_wrapper .items {}
.faq_wrapper .items > li > a{
  display: block;
  font-size: 20px;
  padding-bottom: 25px;
  padding-left:25px;
  margin-left:3px;
  border-left:1px solid #a1a1a1;
  font-weight:bold;
  position:relative;
}
.faq_wrapper .items > li:last-child > a{ padding-bottom:0; }
.faq_wrapper .items > li > a::before{
  background: #a1a1a1;
  border: 1px solid #a1a1a1;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff inset;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right:20px;
  position: absolute;
  left:-5px;
}

.itemHover{
  color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.faq_wrapper .items > li > a:hover{ color: #ed3237; }
.faq_wrapper .items > li > a.expanded{
  color: #ed3237;
  padding-bottom:0;
}
.faq_wrapper .items > li > a.expanded::before,
.faq_wrapper .items > li > a:hover::before{
  content: "";
  background:#ed3237;
  border-color:#ed3237;
}
.faq_wrapper  .sub-items p{ position: relative; }
.faq_wrapper .sub-items{
  display: none;
  padding-left:30px;
  padding-bottom:25px;
  padding-top:25px;
  margin-left:3px;
  border-left:1px solid #a1a1a1;
}
.faq_wrapper .items > li:last-child .sub-items{ padding-bottom:0;}
/* ============ FAQ Ends ============= */


/* ============ Menu Price ========= */
.price .price_header{
	background:#ed3237;
	padding:15px;
	color:#fff;
	font-size:20px;
}
.price .price_body{}
.pricing_feature li{
	font-size:16px;
	padding:20px 15px;
} 
.pricing_feature li > strong{
	float:right;
	color:#ed3237;
}
.pricing_feature li:nth-of-type(2n+1){ background:#fafafa; }
/* ============ Menu Price Ends ========= */


/* ================= Contact ============== */
.contact-add {

}
.con-add{
	border-bottom: 1px solid #ddd;
	color: #666;
	margin-bottom: 10px;
	padding: 0 0 10px;
}
.con-add h5{
	margin-top: 0;
	margin-bottom: 20px;
}
.con-add:last-child{
	border:none;
}
.con-add-fa i{
	color: #ed3237;
	font-size: 19px;
}
#map, #mapTwo{ 
  width:100%;
	height:460px;
}
.search_location{
  margin: 40px auto auto;
  max-width: 100%;
  width: 500px;
  text-align:center;
}
.search_location form{ width:100%; }
.search_location .search{
  border: 1px solid #d0d0d0;
  height: 40px;
  max-width: 70%;
  width: 400px;
  padding:6px 12px;
}
.search_location #address3, .search_location button,
.search_location #address2{
	border-radius:5px;
	padding:10px 15px;
}
.search_location .find-btn{
  background:#ed3237;
  border: medium none;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 20px;
  vertical-align: top;
}
.bistro .social_icon{ margin-top:30px;}

/* =============== Contact End ================= */


/* ============== Index2 =============== */
.feature_wrap .center-content {
	background: rgba(0,0,0,0.9);
	color: #fff;
}
.feature{ margin: 0 0 25px;}
.feature i{
	margin-bottom: 10px;
  background-color:#ed3237;
  border: 3px solid #ed3237;
  border-radius: 100%;
/*  box-shadow: 0 0 0 3px #ffffff inset;*/
  color: #fff;
  display: inline-block;
  font-size:30px;
  height: 70px;
  line-height:55px;
  text-align: center;
  cursor:pointer;
  width: 70px;
  -moz-transition:background linear .3s;
  -webkit-transition:background linear .3s;
  -ms-transition:background linear .3s;
  transition:background linear .3s;
  float: left;
  margin-right: 10px;
}
/*.feature:hover i{
  background: #111111;
  border: 3px solid #111111;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-name: swing;
  animation-timing-function: ease;
}*/
/*.feature1:hover i{
	animation: none !important;
}*/
.feature h4{
	color: #ed3237;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*.feature-01 h4{
	color: #fff;
}*/
.offering .center-content{
	color: #333;
	background-color: #fff;
}
/*.feature:hover h3{ color:#ed3237; }*/
.index2_grid .wrap-col{ padding:5px;}	
#news-slider{}
#news-slider .item{ padding:0 15px;}
#news-slider .item:hover{ cursor:pointer;}	
#news-slider .news_content{}
#news-slider .news_content img{
	width:100%;
	display: block;
	-webkit-transition:.5s ease -webkit-transform;
	   -moz-transition:.5s ease -moz-transform;
	        -ms-transition:.5s ease -ms-transform;
	        transition:.5s ease transform;
}
#news-slider .news_content:hover img{
	-webkit-transform:scale(1.4) rotateZ(10deg);
	   -moz-transform:scale(1.4) rotateZ(10deg);
	    -ms-transform:scale(1.4) rotateZ(10deg);
	        transform:scale(1.4) rotateZ(10deg);
}
#news-slider .news_content-img{
	border: 4px solid #fff;
	position: relative;
	
}
#news-slider .news-inner-img{
	overflow: hidden;	
}
#news-slider .news-inner-img img{

}
#news-slider .news_content-img:after{
	bottom: -17px;
	content: "";
	height: 20px;
	left: 50%;
	margin-left: -142px;
	position: absolute;
	width: 80%;
	z-index: -1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+0,000000+99&0.38+0,0+53 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(15,15,15,0.38) 0%, rgba(7,7,7,0) 53%, rgba(0,0,0,0) 99%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(15,15,15,0.38) 0%,rgba(7,7,7,0) 53%,rgba(0,0,0,0) 99%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(15,15,15,0.38) 0%,rgba(7,7,7,0) 53%,rgba(0,0,0,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610f0f0f', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#news-slider .news_content .date_comment{
  background: #ffffff;
  border: 1px solid #ed3237;
  float: left;
  height:110px;
  margin: -80px 15px 0 0;
  text-align: center;
  width: 65px;
  position: relative;
}
#news-slider .news_content .date_comment span{
	color:#fff;
	background-color:#ed3237;
	padding:15px 10px;
	display:block;
	font-size:24px;
	line-height:20px;
}
#news-slider .news_content .date_comment span > small {
  display: block;
  font-size: 50%;
  text-transform: uppercase;
}
#news-slider .news_content .date_comment a{
  color: #797979;
  margin: 9px 0 0;
  display: inline-block;
}
#news-slider .news_content .date_comment a:hover, #news-slider .news_content .date_comment a:focus{ color: #ed3237;}
#news-slider .news_content .comment_text{ padding-top:25px;}
#news-slider .news_content .comment_text .comment_text_h{ margin:20px 0;}
#news-slider .news_content .comment_text .comment_text_h span{  color: #ed3237;
	display: block;
	font-size: 17px;
	margin-top: 5px;
}
#news-slider .news_content .comment_text:hover .comment_text_h{ color:#ed3237;}
#news-slider .news_content .comment_text p{
	text-align: justify;
}
/* ============== Index2 ends =============== */ 
 
 
/* ============ Order section ============= */
.order_form{
	position:relative;
	background:url(../images/chef-order.png) no-repeat;
	background-position:bottom right;
}
.order_section {
	background:url(../images/banner1.jpg)  no-repeat fixed;
	background-position:center center;	
}
.order_section h2, .order_section p{ color:#fff; }
.order_section hr { border-color: rgba(255, 255, 255, 0.18); }
.appointment_form {}
.paralax{
	background:url(../images/paralax.jpg) no-repeat fixed;
	padding:6% 0;
	background-size:cover;
	background-position:center center;
}
.paralax h2{
	font-size:40px;
	color:#fff;
	word-spacing:5px;
	text-shadow: 0 5px 2px #333;
}
.paralax .detail{
	font-size:20px;
	color:#fff;
}
.qual-shadow{
	position: relative;
	margin-bottom: 45px;
}
.qual-shadow:after{
	bottom: -35px;
	content: "";
	height: 30px;
	left: 50%;
	margin-left: -50%;
	position: absolute;
	width: 100%;
	z-index: -1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+0,000000+99&0.38+0,0+53 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(15,15,15,0.38) 0%, rgba(7,7,7,0) 53%, rgba(0,0,0,0) 99%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(15,15,15,0.38) 0%,rgba(7,7,7,0) 53%,rgba(0,0,0,0) 99%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(15,15,15,0.38) 0%,rgba(7,7,7,0) 53%,rgba(0,0,0,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610f0f0f', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.shadow-inner{
	overflow: hidden;
	position: relative;
}
.shadow-inner img{
	-webkit-transition:0.5s ease all;
	   -moz-transition:0.5s ease all;
	        transition:0.5s ease all;
	-webkit-transform:scale(1);
	   -moz-transform:scale(1);
	    -ms-transform:scale(1);
	     -o-transform:scale(1);
	        transform:scale(1);
}
.shadow-inner: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);
}
.event-wrap h3:first-letter{
	color: red;
}
/* ============ Order section ends ============= */

/* ============ Our Presence ============= */
.our-presence{

}
.our-presence .heading-title{

background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(32,52,61,0.49) 50%, rgba(237,237,237,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(32,52,61,0.49)), color-stop(100%, rgba(237,237,237,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(32,52,61,0.49) 50%, rgba(237,237,237,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(32,52,61,0.49) 50%, rgba(237,237,237,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(32,52,61,0.49) 50%, rgba(237,237,237,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(32,52,61,0.49) 50%, rgba(237,237,237,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

font-size: 22px;
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 39px 0;
    position: absolute;
    text-align: center;
    width: 100%;	
}
/* ============ Our Presence ends ============= */

/* ============== Footer =============== */
footer{
	color:#fff; 
	padding-top: 50px;
}
.footer_column{ padding-bottom:40px; }
footer p{ 
	color: #666;
}
.footer_column a{
	color: #ed3237
}
.footer_column a:hover{
	color: #333;
}
.footer_column ul.widget_links li{ width:48%; }
.footer_column p.icon, .footer_column p.address{ margin-left:25px; }
.footer_column p.icon > i, .footer_column p.address > i{
  width: 25px;
  margin-left: -25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.footer_column p.icon > i{ margin-bottom: -5px; }
.newsletter{ margin-top:20px;}
.newsletter .form-control{
	height:40px;
	border:none;
	border-radius:30px;
}
.newsletter .btn-submit{
  background: #ed3237;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size:15px;
  line-height:1;
}
.bg_bistro .newsletter .btn-submit{
	background:#111111;
	color:#fff;

}
.newsletter .btn-submit:hover{
  background: #fff;
  color: #ed3237;
}
footer h4{
	color: #333;
	font-weight: bold;
}
/*footer .footer-bottom{
	background: #ed3237; 
	background: -moz-linear-gradient(45deg,  #ed3237 0%, #ff3232 100%); 
	background: -webkit-linear-gradient(45deg,  #ed3237 0%,#ff3232 100%);
	background: linear-gradient(45deg,  #ed3237 0%,#ff3232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3237', endColorstr='#ff3232',GradientType=1 ); 
}*/
.brochure{
	position: relative;
	top: -60px;
	margin-top: 48px;
	display: none;
}
.brochure-inner{
	width: 350px;
	margin: 0 auto;
    -webkit-box-shadow: 0 0 0 6px rgba(0,0,0,0.03), 0 0 0 12px rgba(0,0,0,0.03), 0 0 0 18px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 0 0 6px rgba(0,0,0,0.03), 0 0 0 12px rgba(0,0,0,0.03), 0 0 0 18px rgba(0,0,0,0.03);
    box-shadow: 0 0 0 6px rgba(0,0,0,0.03), 0 0 0 12px rgba(0,0,0,0.03), 0 0 0 18px rgba(0,0,0,0.03);
    background-color: #fff;
    padding: 20px 0 11px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg1.png);
    background-blend-mode: normal;
    background-position: center;
    background-size: contain;
    z-index: 1
}
.brochure-inner:before {
    content: '';
    width:750px;
    height: 300px;
	background:#12374c;
	-webkit-transform: rotateZ(-13deg);
	-moz-transform: rotateZ(-13deg);
	transform: rotateZ(-13deg);
    position: absolute;
	top: -260px;
    left: -54px;
    z-index: -1;
}
.brochure-inner .brochure-head{
    margin: 0;
    vertical-align: middle;
    line-height: 38px;
    position: relative;
    top: -5px;
    color: #fff;
    font-size: 30px;
}
.brochure-inner .brochure-head span{
	    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 23px;
    left: -36px;
    font-weight: normal;
}
.brochure-inner .brohure-pdf{
	text-align: center;
}
.brochure-inner .brohure-pdf a{
    display: inline-block;
    padding: 0 35px;
    color: #fff;
    text-align: center;
}
.brochure-inner .brohure-pdf a span{
    display: block;
    color: #333;
    font-size: 20px;
}
.brochure-inner .brohure-pdf a i{
	margin-right: 10px;
}
.brohure-title{
	display: none;
}
@media(max-width: 767px){
	.brochure-inner{
		padding: 10px 25px;
		text-align: center;
	}
	.brochure-inner::before {
	    content: "";
	    left: -61px;
	    top: -267px;
	}
	.brochure-inner .brochure-head span{
		top: 0;
		left: 0;
	}
	.brochure-inner .brohure-pdf a {
	    float: none;
	}
}
.brochure_final{
	text-align: right;
}
.brochure_final span{
	margin-right: 10px;
	color: #333;
	font-size: 20px;
}
.footer-bottom{
	background-color: #ed3237;/*
	background: #ee3239;
	background: -moz-linear-gradient(left, #ee3239 0%, #4d155e 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ee3239), color-stop(100%, #4d155e));
	background: -webkit-linear-gradient(left, #ee3239 0%, #4d155e 100%);
	background: -o-linear-gradient(left, #ee3239 0%, #4d155e 100%);
	background: -ms-linear-gradient(left, #ee3239 0%, #4d155e 100%);
	background: linear-gradient(to right, #ee3239 0%, #4d155e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3239', endColorstr='#4d155e', GradientType=1 );*/
}
@media (max-width: 1023px){
	footer .footer-bottom {
	    text-align: center;
	}
}
footer .copyright{
	padding:15px 0;
}
footer .copyright p{
	display:inline-block;
	margin:0;
	color: #fff;
	font-weight: 500;
	line-height: 33px;
	font-size: 15px;
}
footer .copyright ul.social_icon {
	float: right;
}
@media (min-width: 1024px){
	.copyright2{
		text-align: right;
	}
}
.footer-heading{
	position: relative;	
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.footer-heading:after{
	background-color: #ed3237;
	content: "";
	display: inline-block;
	height: 1px;
	margin-left: 10px;
	width: 50px;
}
.footer-autho-img{

}
.footer-autho-img li {
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 7px;
	overflow: hidden;
	padding: 6px;
	width: 25.333%;
	-webkit-border-radius: 300px;
	   -moz-border-radius: 300px;
	        border-radius: 300px;
	-webkit-transition:0.5s ease-in;
	   -moz-transition:0.5s ease-in;        
	        transition:0.5s ease-in;
}
.footer-autho-img li:hover{
	-webkit-transform:translateY(-10px);
	   -moz-transform:translateY(-10px);
	        transform:translateY(-10px);
}
.footer-autho-img img{
	width: 100%;	
}
footer ul.social_icon{
	margin-top: 20px;
	text-align: center;
}
footer ul.social_icon li a{
	border-color: #fff;
	color: #fff;
}
/* ============== Footer ends =============== */

/* ============== Team =============== */
.team-wrap{
	background-color: #f8f8f8;
	margin-bottom: 25px;
	padding: 20px 21px;
}
.team-wrap:last-child{
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.team-inner {

}
.team-wrap-img{
	margin-bottom: 20px;
}

@media (max-width: 1023px){
	.team-wrap-img{
		-webkit-border-radius: 0 80px;
		-moz-border-radius: 0 80px;
		border-radius: 0 80px;
	    position: relative;
	    float: inherit !important;
	}	
}
@media(min-width: 768px) and (max-width: 1023px){
	.team-inner .team-img {
	    margin: 0 auto;
	    width: 50%;
	}
}
.team-inner .team-img{
    overflow: hidden;
    position: relative;
    padding: 10px;
    z-index: 1;
    -webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
}

.team-inner .team-img::before,
.team-inner .team-img::after{
	content: '';
	width: 30%;
	height: 30%;
	z-index: -1;
	border-color: #cecece !important;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
} 
.team-inner .team-img::before {
    border-top: 1px solid ;
	border-right: 1px solid;
    position: absolute;
    right: 0;
    top: 0;
}
.team-inner .team-img::after {
	border-bottom: 1px solid;
	border-left: 1px solid;
    bottom: 0;
    left: 0;
    position: absolute;    
}
.team-wrap:hover .team-img::before,
.team-wrap:hover .team-img::after{
	width: 50%;
	height: 50%;
}
.team-inner .team-img img{
	width: 100%;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
}
.team-wrap:hover .team-inner .team-img img{
	width: 100%;
	-webkit-transform:scale(0.96);
	-moz-transform:scale(0.96);
	transform:scale(0.96);
}
.team-inner .team-content{

}
.team-inner .team-content h4{

}
.team-inner .team-content p{
	text-align: justify;
}
.team-inner .team-content .title-line{
	background-color: #ed3237;
	display: inline-block;
	height: 2px;
	margin: 10px auto;
	width: 30px;	
}
.team-inner .team-content .tead-des{
	color: #ed3237;
	display: block;
	font-weight: bold;
	margin: 0 0 10px;
}
.team-social{
}
.team-social .social-ul{
	
}
.team-social .social_ul > li{
	margin: 0 10px;
}
.team-social .social_ul > li > a{
	border: 1px solid #777;
	color: #282323;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.team-wrap:hover .video-wrap{
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	/* IE 5-7 */
	filter: alpha(opacity=100);

	/* Netscape */
	-moz-opacity: 1;

	/* Safari 1.x */
	-khtml-opacity: 1;

	/* Good browsers */
	opacity: 1;
}
.video-wrap{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    -webkit-transition: opacity 0.5s ease;
       -moz-transition: opacity 0.5s ease;
    	 	transition: opacity 0.8s ease;
    background-color: rgba(255,255,255,0.7);
    /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";

	/* IE 5-7 */
	filter: alpha(opacity=00);

	/* Netscape */
	-moz-opacity: 0;

	/* Safari 1.x */
	-khtml-opacity: 0;

	/* Good browsers */
	opacity: 0;
}
.video-circle{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s ease;
    background-color: #333333;
    position: relative;   
}

.video-circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    display: block;
    border-radius: 50%;
    transform: scale(1.2);
    background-color: rgba(0,0,0,.3);
    -webkit-animation-iteration-count: infinite; 
            -webkit-animation-name: circlescale; 
                 -webkit-animation-duration: 2s; 
    animation-iteration-count: infinite; 
    		animation-name: circlescale;
    			 animation-duration: 2s;
    -webkit-transition: 0.5s ease;
       -moz-transition: 0.8s ease;
    	 	transition: 0.8s ease;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";

	/* IE 5-7 */
	filter: alpha(opacity=00);

	/* Netscape */
	-moz-opacity: 0;

	/* Safari 1.x */
	-khtml-opacity: 0;

	/* Good browsers */
	opacity: 0;
}
@keyframes circlescale{
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		/* IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

		/* IE 5-7 */
		filter: alpha(opacity=100);

		/* Netscape */
		-moz-opacity: 1;

		/* Safari 1.x */
		-khtml-opacity: 1;

		/* Good browsers */
		opacity: 1;
	}
	100%{
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
		/* IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";

		/* IE 5-7 */
		filter: alpha(opacity=00);

		/* Netscape */
		-moz-opacity: 0;

		/* Safari 1.x */
		-khtml-opacity: 0;

		/* Good browsers */
		opacity: 0;
	}
}
.video-circle .video-line{
	display: inline-block;
	background-color: #ed3237;
	vertical-align: middle;
	width: 2px;
	height: 20px;
	border-radius: 50px;
}
.video-circle .video-line:nth-child(1){
	-webkit-transform: translate3d(3px,13px,0);
	-moz-transform: translate3d(3px,13px,0);
	-o-transform: translate3d(3px,13px,0);
	-ms-transform: translate3d(3px,13px,0);
	transform: translate3d(3px,13px,0);
    height: 15px;
}
.video-circle .video-line:nth-child(2){
	-webkit-transform: rotateZ(-55deg) translate3d(-2px,5px,0);	
	-moz-transform: rotateZ(-55deg) translate3d(-2px,5px,0);	
	-o-transform: rotateZ(-55deg) translate3d(-2px,5px,0);	
	-ms-transform: rotateZ(-55deg) translate3d(-2px,5px,0);	
	transform: rotateZ(-55deg) translate3d(-2px,5px,0);	
}
.video-circle .video-line:nth-child(3){
	-webkit-transform: rotateZ(55deg) translate3d(10px,12px,0);	
	-moz-transform: rotateZ(55deg) translate3d(10px,12px,0);		
	-o-transform: rotateZ(55deg) translate3d(10px,12px,0);	
	-ms-transform: rotateZ(55deg) translate3d(10px,12px,0);	
	transform: rotateZ(55deg) translate3d(10px,12px,0);	
}
.video-circle .video-line-txt{
	position: absolute;
	bottom: 0;
}

.jrm-toggle{
	text-decoration: none !important;
	color: #ed3237 !important;
}
@media screen and (max-width: 1299px){
.navbar-default .navbar-nav > li > a {
  margin: 20px 0;
  padding: 5px 13px;
  }
}
@media screen and (max-width: 1000px){
   .padding{
	padding-bottom:60px;
	padding-top:60px;
}
.padding-top{ padding-top:60px; }
.padding-bottom{ padding-bottom:60px; }
.padding-half{
	padding-bottom:40px;
	padding-top:40px;
}
.heading_space{ margin-bottom:40px; }
.half_space{ margin-bottom:20px; }
.heading_top{ margin-top:20px; }
h2{ font-size:28px;}
h3{font-size:25px;}
h4{font-size:20px;}
p{ font-size:16px; }
.topbar p { font-size: 12px; }
.navbar-brand {
  padding: 0;
  max-width:140px;
}

@media(max-width: 1023px){
	.navbar-brand {
		max-width:70px;
	}	
}
@media(min-width: 768px) and (max-width: 1023px){
	.navbar-default .navbar-nav > li > a { 
		font-size: 14px;
		margin-bottom: 17px !important;
		margin-top: 17px !important;
	}
}	
.rev_slider_wrapper h1.tp-caption, .rev_slider_wrapper p.tp-caption{}	
#rev_slider_34_1 .tparrows{ display: block; }
.tp-tabs{ display:none;}
.paralax h2 { font-size:30px;} 
.paralax .detail { font-size:15px;} 
#order-form .col-md-12{ text-align:center; }
#cheffs-slider .item .cheffs_photo, #cheffs-slider .item .cheffs_info{ display:block; }
#cheffs-slider .item .cheffs_info{ margin-bottom:20px; }  
#cheffs-slider .item .cheffs_photo > img{
	display:block;
	width:100%;
}
#cheffs-slider .owl-prev,
#our-cheffs .owl-prev, #news-slider .owl-prev{ left:0; }
#cheffs-slider .owl-next,
#our-cheffs .owl-next, #news-slider .owl-next{ right:0;}
.work-filter li a { font-size: 14px;}
#page_header .page_title h2.title {font-size: 26px;}
#welcome ul.welcome_list li{font-size: 12px; } 
.tab_content .single_comments p { font-size: 14px; }
.tab_content .single_comments p > a:hover{
	text-decoration:underline;
	color:#ed3237;
}
.widget ul.widget_links li a {
  font-size: 14px;
}
.faq_wrapper .items > li > a{ font-size:16px;}
#map, #map2{ height: 290px;}
footer p, .footer_column ul.widget_links li a{ font-size: 13px; }
.order_form{ background:none;}
}

@media screen and (max-width: 767px){
h2{ font-size:26px;}
h3{font-size:20px;}
h4{font-size:18px;}
p{ font-size:15px; }
.topbar{ display:none; }
.topbar p{ font-size: 10px;}
.topbar  p.pull-left{ display:none; }  
.topbar p{float:none !important;}
.topbar p:last-child{ text-align:center; display:block; }	
#main-navigation {
	margin:0px;
	background-color:rgba(0, 0, 0, 0.52);
}
.logo-center {
  float: left;
  left: auto;
  position: relative;
  top: auto;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.navbar-left-1, .navbar-right-1{
  display: block;
  float: none;
  width: 100%;
  padding:0;
}
.navbar-left-1 li{ text-align:left; }
.navbar-default .navbar-nav > li > a{
  margin: 5px 0 !important;
  padding: 10px 15px;
  text-align:left;
}
.navbar-nav > li > .dropdown-menu{
	background-color:transparent !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	border:none;
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
	background:transparent;
}
.rev_slider_wrapper p, .rev_slider p{ display:none; }
.rev_slider_wrapper a, .rev_slider a{
	line-height:1.5 !important;
	font-size:12px !important;
}
#rev_slider .tparrows {
  height: 24px;
  width: 24px;
}
#rev_slider .tparrows:before{
  font-size: 20px;
  line-height: 24px;
}
#rev_slider .tp-rightarrow.tparrows, #rev_slider .tp-leftarrow.tparrows{
	bottom: 20px !important;
	top: auto !important;
}	
#rev_slider .tp-rightarrow.tparrows{ right: 0 !important; }
#rev_slider .tp-leftarrow.tparrows {
  left: auto !important;
  right: 65px !important;
}
#facts, .info_section, .paralax{ background-position:center center !important;}
#facts .number-counters > .col-xs-12{ width:50%;}	
#cheffs-slider .item .cheffs_info{
  display:none;
  top:0;
  left:20px;
  position: absolute;
  background: rgba(255,255,255,.9);
  z-index: 1;
  height: 100%;
  width: auto;
  padding: 15px;
  right: 20px;
  text-align:center;
  -webkit-transition:all 0.4s linear;
  -moz-transition:all 0.4s linear;
  -ms-transition:all 0.4s linear;
  -o-transition:all 0.4s linear;
  transition: all 0.4s linear;
}
#cheffs-slider .item:hover .cheffs_info , #cheffs-slider .item:focus .cheffs_info{
  display: block;
  bottom:0;
}
#cheffs-slider .item .cheffs_info h2::after{ display:none; }
.news_main{ margin-left:-15px; margin-right:-15px; }
.news_main .col-md-6.news_thumb, .news_main .col-sm-6.news_thumb{ padding-top: 0; }	

#page_header .page_title h2.title{
  font-size: 26px;
  display:block;
  margin-bottom:15px;
}

.grid_layout .wrap-col.first{ display: none;}
.grid_layout .wrap-col {
  padding: 0 15px 15px;
}
.work-filter li{margin:0 10px;}	
.paralax h1 {font-size: 20px;}
.pricing_feature li{ font-size:14px;}
}

@media screen and (max-width: 479px) {
	footer .copyright ul.social_icon {
	  float: left;
	  margin-top: 20px;
	}
}	

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 106%;
  left: 5%;
  height: 15px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.v-info:hover .hvr-float-shadow,.v-info:focus .hvr-float-shadow,.v-info:active .hvr-float-shadow{
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element up by 5px */
}
.v-info:hover .hvr-float-shadow:before,.v-info:focus .hvr-float-shadow:before,.v-info:active .hvr-float-shadow:before {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.v-info{                  
	/*border-left: 3px solid #ed3237;*/
	-webkit-box-shadow: 0 8px 7px #dedede;
	-moz-box-shadow: 0 8px 7px #dedede;
	box-shadow: 0 8px 7px #dedede;
	padding: 13px;
	position: relative;
	background-color: #fff;
}
.v-info:before{
	position: absolute;
	content: '';
	width: 25px;
	height:3px ;
	background-color:#ed3237;
	left: 0;
	bottom: 0;
	-webkit-transition:0.6s ease;
	-moz-transition:0.6s ease;
	-o-transition:0.6s ease;
	transition:0.6s ease;
}
.v-info:after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: ''; 
	width: 25px;
	height:3px ;
	background-color:#333;
	-webkit-transition:0.6s ease;
	-moz-transition:0.6s ease;
	-o-transition:0.6s ease;
	transition:0.6s ease;
}
.v-info:hover:before,.v-info:hover:after{
	width: 50%;
}
.line{
	background-color: #ed3237;
	display: inline-block;
	height: 2px;
	width: 30px;
	margin-bottom: 15px;
	-webkit-transition:0.6s ease width;
	-moz-transition:0.6s ease width;
	-o-transition:0.6s ease width;
	transition:0.6s ease width;
}
.v-info-content:hover .line{
	width: 150px;
	background-color:#333;
}
.v-info .v-info-content h2{
	font-family: "Roboto Slab";
	margin-bottom: 10px;
}
.v-info:hover .v-info-content h2{
	color: #ed3237;
}
.v-info .v-info-content p{
	color: #777;
}
@media(min-width: 1024px){
	.products-details:nth-child(2n+3) > .row > .col-md-4{
		float: right;
	}
}

.targetDiv {
	display: none;
}
.showSingle{
	cursor: pointer;
	position: relative;
	font-weight: bold;
}
.showSingle:hover:after{
	left: -85%;
}
.showSingle:after{
	background-color: #ed3237;
	content: "";
	height: 8%;
	left: -75%;
	margin-top: 14px;
	position: absolute;
	width: 45px;
	transition: 0.5s ease;
}
.products-details {
	border-bottom: 1px solid #eee;
	padding-bottom: 35px;
	margin-left: 25px;
	overflow: hidden;
}
.products-details.products-list-details{
	border-bottom: none;
}
@media(max-width: 767px){
	.products-details{
		margin-left: 0;
	}	
}
.product-header{
	font-size: 17px;
	margin-bottom: 35px;
	position: relative;
}
.product-header span{
    display: inline-block;
    font-size: 22px;
    padding-right: 18px;
    position: relative;
    background-color: #fff;
    font-weight: bold;
}
/*.product-header:before{
	background-color: #DBDBDB;
	content: "";
	height: 1px;
	margin-top: 15px;
	position: absolute;
	right: 0;
	width: 100%;
}*/
.product-header span::after {
	background-color: #fcb202;
    border-radius: 300px;
    bottom: -13px;
    content: "";
    height: 2px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    width: 50px;
}

.product-content{
	margin-bottom: 25px;
}
.product-content-head > h4{
	background-color: #ededed;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px 15px;
	word-spacing: 4px;
}
.product-content-para{
	-webkit-transition:0.5e ease all;
}
@media (max-width: 767px)
{
	.product-img{
		margin-bottom: 50px;
	}	
}

.acc-container {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	overflow:hidden;
}
.acc-wrap{
	margin-bottom: 10px
}
.acc-wrap:last-child{
	margin: 0;
}
.acc-btn{ 
	background-color: #f9f9f9;
	cursor: pointer;
	padding: 2px 15px;
	width: 100%;
}
.acc-t{
	font-size: 17px;
}
.acc-t:before{
	content: '+';
	display: inline-block;
	color: #fcb202;
	margin-right: 8px;
}
.selected:before{
	content: '-';
	display: inline-block;
	color: #fcb202;
	margin-right: 8px;
}
.acc-content {
	height:0px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.acc-wrap:nth-child(1) .acc-content-inner p,
.acc-wrap:nth-child(6) .acc-content-inner p{
	text-align: justify;
}
.acc-content-inner {
	padding:15px;
}
.acc-content-inner p{
	color: #666;
	margin: 0;
}
.open {
	height: auto;
}
.selected {
	/*color:#1ABC9C;*/
	color: #fcb202;
}
.product-content p {
	color: #5E5E5E;
}
.prod-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.prod-list:last-child {
    margin: 0;
}
.list-cont{
	flex: 0 1 auto;
}
.list-cont h5{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding-right: 15px;
}
.list-line{
	border-bottom: 1px dashed #ddd;
	flex: 1 1 0;
	margin-right: 10px;
}
.list-sp{
	align-self: auto;
	color: #666;
	flex: 0 0 auto;
	font-size: 13px;
	text-align: right;
}
.list-sp >p{
	line-height: 2.2;
	margin: 0;
	font-size: 14px;
}
.single-quat{
	color: #ed3237;
	font-size: 24px;
}
.quat{
	font-size: 23px;
	margin: 0 5px;
	color: #000;
}

/** Breadcrumb **/
.default-breadcrumb{
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding: 10px 0;
}
.breadcrumb {margin:0;background: transparent; border: 0px solid rgba(245, 245, 245, 1); border-radius: 4px; display: block;
	padding: 8px 0;
}
.breadcrumb li {font-size: 17px;}
.breadcrumb a {color: rgba(58, 58, 59, 1);}
.breadcrumb a:hover {color: #ed3237}
.breadcrumb>.active {color: #ed3237}
.breadcrumb>li+li:before {color: rgba(54, 54, 54, 1); content: "\2192\00a0";}

@media(min-width:768px ){
    .quality-box{
      border-right: 1px dashed #ddd;
    }
    .quality-box:last-child{
      border:none;
    }
 }            
.quality-box i{
	font-size: 30px;
}
.quality-box h3{
	color: #febf4b;
	margin: 10px 0;
}

/**=========================================
		Seasonal Chart
   =========================================**/
.season-cal-wrap{
	border: 4px dotted #fcb202;
	padding: 10px;
	position: relative;
}
.season-img{
	background-color: #ffff;
	height: 20px;
	line-height: 15px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 20px;
}
.season-img img{
	vertical-align: middle;
	width: 90%;
}
.season-img-top-left{
	left: -11px;
	top: -11px;
}
.season-img-top-right{
	right: -11px;
	top: -11px;
}
.season-img-bottom-left{
	bottom: -11px;
	left: -11px;
}
.season-img-bottom-right{
	bottom:-11px;
	right: -11px;
}
.season-cal-ul{
	display: table;
	width: 100%;
}
.season-cal-ul > li{
	border-bottom:2px dotted #fcb202;
	border-right: 2px dotted #fcb202;
	display: inline-block;
	float: left;
	padding: 11px 0;
	text-align: center;
	width: 24.8566%;
}
.season-cal-ul > li:nth-child(4n+4){
	border-right:none;
}
.season-cal-ul > li:nth-child(n+9){
	border-bottom: none;
}
.season-cal-month{
	font-size: 13px;
}
.season-cal-circle{
	background-color: transparent;
	border: 1px solid #fcb202;
	border-radius: 300px;
	display: block;
	height: 10px;
	margin: auto;
	width: 10px;
	position: relative;
	overflow: hidden;
}
.season-cal-circle-cut::before {
	background-color: #fcb202;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
.season-cal-circle-full::before {
	background-color: #fcb202;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.view-all-season{
	display: block;
	border:4px dotted #fcb202;
	border-top: none;
	padding:5px 0;
	text-align: center;
}
.view-all-season span{
	-webkit-animation: bounceIn 3s infinite;
	animation: bounceIn 3s infinite;
	display: block;
}
@-webkit-keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
    color: #fcb202;
  }
  100% {
    transform: scale(1);
    color: #333;
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
    color: #fcb202;
  }
  100% {
    transform: scale(1);
    color: #333;
  }
}

.season-month-list{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 15px;
	text-align: center;
}
.season-month-list li{
	flex: 1 0 0;
}
.season-veg-list{
	display: -webkit-flex;
	display: flex;
	text-align: center;
}
.season-veg-list li{
	flex: 1 0 0px;
    padding: 8px 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.season-veg-list li::after {
 border-bottom: 2px solid #ddd;
    content: "";
    height: 1px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}
.veg-img-txt{
	color: #6db007;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
}
.veg-img-circle{
	display: inline-block;
	line-height: 50px;
	background-color: #fff;
	border: 5px solid #fff;
	height: 45px;
	width: 45px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	overflow: hidden;
}

.veg-tables{
	overflow-x: auto;
}
.veg-img{
	width: 25px;
	height: 25px;
	display: inline-block;
	background-repeat: no-repeat;	
	background-image: url(../images/veg-chart.png);
	background-position: 0 5px;
}
.ash{
	background-position: 0 -21px;
}
.ash-half{
	background-position: -25px -21px;
}
.bitter{
	background-position: 0 -45px;
}
.bitter-half{
	background-position: -25px -45px;
}
.bottle{
	background-position: 0 -69px;
}
.bottle-half{
	background-position: -25px -69px;
}
.beet{
	background-position: 0 -94px;
}
.beet-half{
	background-position: -25px -94px;
}
.beans{
	background-position: 0 -118px;
}
.beans-half{
	background-position: -25px -118px;
}
.brinjal{
	background-position: 0 -143px;
}
.brinjal-half{
	background-position: -25px -143px;
}
.capsium{
	background-position: 0 -168px;
}
.capsium-half{
	background-position: -25px -168px;
}
.chow{
	background-position: 0 -195px;
}
.chow-half{
	background-position: -25px -195px;
}
.cucumber{
	background-position: 0 -219px;
}
.cucumber-half{
	background-position: -25px -219px;
}
.carrot{
	background-position: 0 -245px;
}
.carrot-half{
	background-position: -25px -245px;
}
.cauliflower{
	background-position: 0 -270px;
}
.cauliflower-half{
	background-position: -25px -270px;
}
.cabbage{
	background-position: 0 -295px;
}
.cabbage-half{
	background-position: -25px -295px;
}
.d-beans{
	background-position: 0 -320px;
}
.d-beans-half{
	background-position: -25px -320px;
}
.g-peas{
	background-position: 0 -345px;
}
.g-peas-half{
	background-position: -25px -345px;
}
.g-chillies{
	background-position: 0 -368px;
}
.g-chillies-half{
	background-position: -25px -368px;
}
.knoll{
	background-position: 0 -395px;
}
.knoll-half{
	background-position: -25px -395px;
}
.finger{
	background-position: 0 -420px;
}
.finger-half{
	background-position: -25px -420px;
}
.onion{
	background-position: 0 -445px;
}
.onion-half{
	background-position: -25px -445px;
}
.potato{
	background-position: 0 -470px;
}
.potato-half{
	background-position: -25px -470px;
}
.pumpkin{
	background-position: 0 -493px;
}
.pumpkin-half{
	background-position: -25px -493px;
}
.ridge{
	background-position: 0 -518px;
}
.ridge-half{
	background-position: -25px -518px;
}
.tomato{
	background-position: 0 -545px;
}
.tomato-half{
	background-position: -25px -545px;
}


.apple{
	background-position: -50px -20px;
}
.apple-half{
	background-position: -76px -20px;
}
.banana-r{
	background-position: -50px -45px;
}
.banana-r-half{
	background-position: -76px -45px;
}
.banana-p{
	background-position: -50px -70px;
}
.banana-p-half{
	background-position: -76px -70px;
}
.banana-y{
	background-position: -50px -95px;
}
.banana-y-half{
	background-position: -76px -95px;
}
.guava{
	background-position: -50px -120px;
}
.guava-half{
	background-position: -75px -120px;
}
.grapes-ab{
	background-position: -50px -144px;
}
.grapes-ab-half{
	background-position: -76px -144px;
}
.grapes-ts{
	background-position: -50px -170px;
}
.grapes-ts-half{
	background-position: -76px -170px;
}
.grapes-bb{
	background-position: -50px -195px;
}
.grapes-bb-half{
	background-position: -76px -195px;
}

.jack{
	background-position: -50px -220px;
}
.jack-half{
	background-position: -76px -220px;
}
.mango{
	background-position: -50px -245px;
}
.mango-half{
	background-position: -76px -245px;
}
.musambi{
	background-position: -50px -271px;
}
.musambi-half{
	background-position: -76px -271px;
}
.orange{
	background-position: -50px -296px;
}
.orange-half{
	background-position: -76px -296px;
}
.pineapple{
	background-position: -50px -320px;
}
.pineapple-half{
	background-position: -76px -320px;
}
.pomegranate{
	background-position: -50px -345px;
}
.pomegranate-half{
	background-position: -76px -345px;
}
.papaya{
	background-position: -50px -370px;
}
.papaya-half{
	background-position: -76px -370px;
}
.sapota{
	background-position: -50px -396px;
}
.sapota-half{
	background-position: -76px -396px;
}
.custard{
	background-position: -50px -420px;
}
.custard-half{
	background-position: -76px -420px;
}
.lemon{
	background-position: -50px -446px;
}
.lemon-half{
	background-position: -76px -446px;
}

/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
	background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    bottom: 0;
    position: static;
    left: 0;
    margin: 0;
    padding: 0 30px;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px){
	#first-slider .carousel-indicators{
		display: none;
	}
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
/*  min-height: 425px; */
  height: 100%;
  width:100%;
  text-align: center;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
	color: #333;
	display: table-cell;
	height: initial;
	text-indent: initial;
	width: 1%;
	font-size: 19px;
	padding: 20px 0;
	position: relative;
}
#first-slider .carousel-indicators li::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 50%;
    position: absolute;
    top: -27%;
    z-index: 999;
    margin-left: -10px;
}
#first-slider .carousel-indicators .active{
   background-color: #f5f7fd;
   color: #ed3237;
}
#first-slider .carousel-indicators li.active:before{
	border-bottom-color: #f5f7fd;
}
/*#first-slider .carousel-indicators li {
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	border:none;
	margin: 0 5px;
	outline: 3px solid transparent;
	outline-offset: 3.5px;
}
#first-slider .carousel-indicators .active{
    -moz-outline-radius: 300px;
    outline-radius: 300px;
    background-color: #333;
    height: 10px;
    outline: 3px solid #333;
    outline-offset: 3.5px;
    padding: 4px;
    width: 10px;
}*/


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}
.award .table{
	border :1px solid #f1f1f1
}
.award h3{
	font-size: 18px;
	color: inherit;
}
.award .table td, .award .table th{
	border:none;
}
.award .table h3,
.award .table p,
.award .table h5{
	margin: 0;
}
.award .table h3{
	text-align: center;
}
.award .table thead tr{
	background: #1A1F25;
    color: #fff;
    text-align: center;
}
.award .table tbody tr:nth-child(even){
	background-color: #f9f9f9
}
.award .table thead tr th,
.award .table tbody tr td{
	padding: 13px 15px;
}
.award .table h5,
.award .table p{
	font-size: 17px;
}
.v-info-img{

}
.v-info-img img{
	
}

.certificate .panel{
	background: transparent !important; 
	border:none;
	box-shadow: none;
}
.certificate .panel-default > .panel-heading{
	background: #f8f8f8 !important; 
	border:none;
	border-bottom: 1px solid #eee;
	padding: 15px;
}
.certificate .panel-collapse > .panel-body{
	border:none !important;
}
.certificate .panel-default > .panel-heading > .panel-title{
	font-size: 18px;
}
.certificate .panel-default > .panel-heading > .panel-title a{
	display: block;
}
.certificate .panel-default > .panel-heading > .panel-title a:before {
    content: '';
    background: url(../images/trophy.png) 0 0 no-repeat;
    display: block;
    width: 20px;
    height: 25px;
    background-blend-mode: overlay;
    background-position: center center;
    background-clip: padding-box;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-size: 10px;
    float: left;
    margin-right: 10px;
}
.certificate .panel-default > .panel-heading > .panel-title a:nth-child(2n):before {
	content: '2';
}
.certificate .panel-default > .panel-heading > .panel-title a:nth-child(3n):before {
	content: '3';
}
.certificate .panel-default > .panel-heading > .panel-title a:nth-child(4n):before {
	content: '4';
}
.certificate .panel-default > .panel-heading > .panel-title a:nth-child(5n):before {
	content: '5';
}
.certificate .panel-default > .panel-heading > .panel-title a:nth-child(6n):before {
	content: '6';
}
.certificate .panel-default > .panel-heading > .panel-title a:nth-child(7n):before {
	content: '7';
}
.certificate .panel-default > .panel-heading > .panel-title a .fa{
background-color: #fff;
    border-radius: 300px;
    color: #999;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    border: 1px solid #efefef;
    margin-top: -0.3em;
}

.award-inner-img{
	position: relative;
}
.award-inner-img-sec{
	position: absolute;
    bottom: -25px;
    right: -12px;
}
.award-inner-img-sec img{
	width: 120px !important;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide0{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/*#first-slider .slide1 {	
	background-image: url(../images/banner3.jpg);
}
#first-slider .slide2 {
	background-image: url(../images/banner2.jpg);
}
#first-slider .slide3 {
	background-image: url(../images/banner.jpg);
}
#first-slider .slide4 {
	background-image: url(../images/banner4.jpg);
}
#first-slider .slide5 {
	background-image: url(../images/banner5.jpg);
}*/
/*#first-slider .slide4 {
  background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}*/

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
      
}


.main-product-wrap{
	margin: 0 7.5px;
}
@media(max-width: 1023px){
	.main-product{
		margin-bottom: 15px;
	}	
}
@media(min-width: 1024px){
	.col-5{
		width: 19.999%;
	}	
}
.col-5{
	float: left;
	padding: 0 7.5px;
}
.main-product{

}
.main-product-img{
/*	background-color: #f5f7fd;*/
    overflow: hidden;
    padding: 10% 0;
    position: relative;
    text-align: center;
}
.main-product-img img{
	width: 75%;
	-webkit-transition:0.5s ease;
	   -moz-transition:0.5s ease;
	        transition:0.5s ease;
	-webkit-transform:scale(1);
	   -moz-transform:scale(1);
	    -ms-transform:scale(1);
	     -o-transform:scale(1);
	        transform:scale(1);
}
.main-product-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);
}
.product-overflow{
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 222;
	opacity: 0;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
}
.main-product:hover .product-overflow {
	opacity: 1;
}
.product-overflow .overflow-icon{
	background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
}
/*.product-overflow .overflow-icon{
	background-color: #fff;
	color: #ed3237;
	display: inline-block;
	height: 30px;
	margin-top: -10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width:50px;
	line-height: 30px;
	-webkit-border-radius: 0 20px;
	-moz-border-radius: 0 20px;
	border-radius: 0 20px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
}*/
.main-product:hover .product-overflow .link{
	left: 50%;
}
.main-product:hover .product-overflow .expand{
	right: 50%;
}
.product-overflow .link{
	left: -50%;
	margin-left:-50px; 
}
.product-overflow .expand{
	right: -50%;
	margin-right:-50px; 
}
.main-product-content{
	padding:10px 5px;
/*	border-bottom: 2px solid #eee;*/
}
.main-product-content h5{
	background-color: #f5f7fd;
	border-radius: 3px;
	font-size: 17px;
	margin-left: -7px;
	padding: 15px 6px;
	position: relative;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.main-product-content > h5::before {
    background-color: red;
    border-radius: 300px;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}
.main-product-content i.fa{
	float: right;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
	cursor: pointer;
}
.main-product:hover .main-product-content i.fa{
	margin-right: -8px;
	color:#ed3237;
}

.check-quality h4:first-letter{
	color: #ed3237;
	font-size: 23px;
}

.google-map .map-image img{
	height: 100%;
	display: block;
}
@media(min-width: 1024px){
	.google-map{
		display: flex;
	}
	.google-map .map-image, .google-map .embed-map{
		display: flex;
	}
	.google-map .map-image{
		padding-right: 0;
	}
	.google-map .embed-map{
		padding-left: 0;
	}
}
@media(max-width: 1023px){
	.google-map .embed-map iframe{
		height: 350px
	}
}
@media(max-width: 480px){
	.google-map .embed-map iframe{
		height: 250px
	}
}

/** Product Slider **/
.prod-gal-wrap{

}
.prod-gal-wrap li{
	position: relative;
	text-align: center;
	padding: 15px 0; 
}
.prod-gal-wrap li img{
	display: initial !important; 
}
.prod-gal-wrap li .prod-gal-title{
	top: 0;
	font-size: 17px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
/*	width: 100%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );*/
}

.cd-timeline-content-para .faq_wrapper .items li a{
	font-size: 17px;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: left;
}

.cd-timeline-content-para .faq_wrapper .items .sub-items{
	 padding-top: 0;
}
.cd-timeline-content-para .faq_wrapper .items .sub-items li {

}
.cd-timeline-content-para .faq_wrapper .items .sub-items p{
	font-size: 17px;
	color: #ed3237;
}
.product-img  .lSSlideOuter .lSPager.lSGallery li.active, 
.product-img  .lSSlideOuter .lSPager.lSGallery li:hover{
	border: 2px solid #666;
	border-radius: 0;	
}
.product-img .lSSlideOuter .lSPager.lSGallery li{
	border: 1px solid #ddd;
}

/** about us brands **/
.brands-img{
	padding: 15px;
    position: relative;
}
.brands-img::before,
.brands-img::after{
	content: "";
	height: 50px;
	position: absolute;	
    width: 50px;
    border-color: #bcbcbc;
    border-style: solid;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.brands-img::before {
    border-right-width: 1px;
    border-top-width: 1px;
    border-left-width: 0;
    border-bottom-width: 0;
    right: 0;
    top: 0;
}
.brands-img::after {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 0;
    border-right-width: 0;
	bottom: 0;
	left: 0;
}
.brands-img:hover::before,
.brands-img:hover::after{
	width: 70%;
	height: 70%;
}
.brands-img img{
	
}

.check-quality .photo_frame{
	max-height: 185px;
	overflow: hidden;
}
.check-quality .photo_frame img{
	object-fit: cover;
	max-height: 120px;
}

/** Photo Frame **/
.photo_frame{

}

.photo_frame{
    position: relative;
    padding: 10px;
    -webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
}
.photo_frame::before,
.photo_frame::after{
	content: '';
	width: 30%;
	height: 30%;
	z-index: -1;
	border-color: #ededed !important;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
} 
.photo_frame::before {
    border-top: 1px solid ;
	border-right: 1px solid;
    position: absolute;
    right: 0;
    top: 0;
}
.photo_frame::after {
	border-bottom: 1px solid;
	border-left: 1px solid;
    bottom: 0;
    left: 0;
    position: absolute;    
}
.photo_frame_wrap:hover .photo_frame::before,
.photo_frame_wrap:hover .photo_frame::after{
	width: 70%;
	height: 70%;
}
.photo_frame img{
	width: 100%;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	transition:0.5s ease;
}
.photo_frame_wrap:hover .photo_frame img{
	width: 100%;
	-webkit-transform:scale(0.96);
	-moz-transform:scale(0.96);
	transform:scale(0.96);
}
#quality-grid .grid-splash-item{
	padding: 0;
	background: transparent;
	border: none;
	width: 24.555%;
	height: auto;
	margin: 0;
}
@media (max-width: 767px){
	#quality-grid .grid-splash-item{
		width: 100%;	
	}
}
.job_opening_wrap{
width: 100%;
}
.job_opening_list{
  
}
.job_opening_list li{
  align-items: center;
display: flex;
margin-bottom: 15px;
}
.job_opening_list li i{
 background-color: red;
border-radius: 300px;
color: #fff;
display: inline-block;
font-style: normal;
height: 30px;
line-height: 30px;
margin-right: 15px;
text-align: center;
width: 30px;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 0 0 7px #ffffff;
-moz-box-shadow: 0 0 0 7px #ffffff;
box-shadow: 0 0 0 7px #ffffff;
}
.job_opening_list li p{
   background-color: #f5f7fd;
display: inline-block;
flex: 1 1 0;
margin: 0 0 0 -25px;
padding: 8px 10px 8px 30px;
position: relative;
-webkit-border-radius: 0 20px 20px 0;
-moz-border-radius: 0 20px 20px 0;
border-radius: 0 20px 20px 0;
}
.job_opening_list .btn-common-white{
   float: right;
padding: 8px 20px;
}

#invitation .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
#invitation .modal-body {
    position: relative;
    padding: 0;
}
#invitation button.close {
	cursor: pointer;
    position: absolute;
    top: -14px;
    right: -14px;
    font-size: 13px;
    z-index: 1;
    background-color: #333;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
@media (min-width: 768px){
	.modal-dialog {
	    width: 550px;
	}
}