/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/



/*Comman Start*/

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
p {
    font-size: 18px;
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
}
a, a:hover, a:focus {
    color: #d32027;
    text-decoration: none;
}
ul li{
    list-style: none;
    float: left;
}
ul{
    padding: 0;
    margin: 0;
}
html,body{
    font-family: 'Red Hat Display', sans-serif;
    background: #fff;
    /*overflow-x: hidden;*/
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
}
.ver::-webkit-input-placeholder {
    color: #000 !important;
}

.ver:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
}

.ver::-moz-placeholder {  /* Firefox 19+ */
    color: #000 !important; 
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.ver:-ms-input-placeholder {  
    color: #000 !important;  
}
.control-label {
    font-size: 22px;margin-top: 6px;color: #4D3C35;padding: 0 10px !important;
}
.ver_right{
    float: right
}

.ver {
    border: 1px solid #000;
    border-radius: 0;
    margin-top: 6px;
}
.sy-slides-wrap{
    height: auto;
}
.mont_font{
    font-family: 'Red Hat Display', sans-serif;
}

.oleo_font{
    font-family: 'Red Hat Display Bold', sans-serif;
    text-transform: capitalize;
}
.wrapper{
    max-width: 1250px;
    margin: 0 auto;
}
.filer_category{
    position: relative;

}
img{
    width: 100%;
}
a:hover{
    text-decoration: none;
}
.btn {
    background: #d32027 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding: 8px 28px;
    text-transform: uppercase;
}
.btn:hover{
    background-color: #333333 !important;
    color: #fff !important;
}
.menu-search-div {
	position: relative;
}
.search-btn-div {
    position: absolute;
    width: 100%;
    text-align: center;
	margin: 0;
	padding-top: 17px;
	right: 10px !important;
}
.search-btn {
    background-color: #fff;
    border: 2px solid black;
    color: #000; 
    font-size: 14px;
	padding: 6px 22px;
	font-family: 'Red Hat Display Bold', sans-serif;
	font-weight: bolder;
}

h1,h2, h3, h4 {
    margin: 0;
}
h1.pghdr {
    color: #d32027;
    margin-top: 20px;
    text-transform: capitalize;
}
h6{
    color: #C5161D;
    font-family: 'Red Hat Display Bold', sans-serif;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: normal;
    border-bottom:4px solid #FFCB05;
    margin-bottom: 8px;
}
.form-control{
    font-family: 'Red Hat Display', sans-serif;

}


.clearfix {
    clear: both;
}
/*Comman End*/

/***************************
   PAGE LOAD POPUP START
*****************************/

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
  }  
#boxes .window {
    position: absolute;
    max-width: 50%;
    max-height: 75%;
    display: none;
    z-index: 9999;
    padding: 5px;
    border-radius: 5px;
    margin: 0 auto;
}

#boxes #dialog {
    width:450px; 
    height:auto;
    background-color:#fff;
    font-size: 16px;
}
  
.agree:hover{
    background-color: #d32027;
}

.popup-header {
    border-bottom: 0;
    margin: 0;
    padding: 10px;
}

.popup-header .agree:hover{
    background-color: transparent;
}

.popup-header h4.popup-title, .popup-header .close {
    font-size: 25px;
    font-weight: 900;
}

.popup-header h4.popup-title {
    color: #d32027;
}

.popup-header .close {
    color: #d32027;
}

.popup-header .close {
    margin-top: -35px;
}

.popup-body {
    margin: 0;
    padding: 0;
}

.popup-wrap {
    width: 99%;
    margin: 0 auto 3px auto;
    padding: 5px;
}

.popup-wrap {
    padding: 20px;
    background-color: #d32027;
}

.popup-wrap p, .popup-wrap h2 {
    color:  #fff;
}

.popup-wrap p {
    font-size: 12px;
}

.popup-wrap h2 {
    font-size: 20px;
    font-weight: 900;
}

.popup-wrap a {
    color: #000;
}

.popup-wrap a:hover {
    color: #fff;
}

.link-btn {
    color: #d32027 !important;
    background-color: #fff;
    font-weight: 900;
    font-size: 12px;
    margin-top: 20px !important;
    font-family: "Red Hat Display Bold", sans-serif;
    float: right;
}

.link-btn {
    float: none;
    border: 1px solid transparent;
    padding: .105rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.link-btn:hover {
    background-color: #d32027 !important;
    color: #fff !important;
}

/*hedaer Start*/
header{
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.slider {
    /*border-top: 15px solid #d32027; */
    clear: both;
    float: left;
    width: 100%;
    position: relative;

}
.slider_print {
    /*border-top: 15px solid #d32027; */
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 4px solid #ffcb05;

}
.sy-box {
    /*border-top: 4px solid #ffcb05;*/
}
.logo_menu {
    float: left;
    padding: 0 0 0px;
    width: 100%;
    position: relative;
}
.logo { 
    float: left;
    padding: 0;
    max-width: 215px;
    min-width: 100px;
    min-height: 60px !important;
}
.logo_print { 
    width: 200px;
    margin: 0 auto;
    padding: 15px 0;
}
.se_input {
    background: #d32027 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    padding-left: 50px;

}

.search_btn {
    background-color: #000000;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
}
.se_icon {
    color: #ffffff;
    font-size: 26px;
    left: 15px;
    position: absolute;
    top: 9px;
}
.form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.ract {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 35%;
    width: 100%;
}
.ract > h2 {
    color: #fff;
    font-family: 'Red Hat Display Bold', sans-serif;
    text-transform: capitalize;
    font-size: 85px;
    font-weight: bold;
    margin-bottom: 5px;
    /* h-shadow v-shadow blur-radius */
    text-shadow: 1px 2px 21px #000000;
    /* text-shadow: 2px 3px 14px #000000; */
    line-height: .95;
}
.ract > h2 span {
    font-size: 70px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Red Hat Display', sans-serif;

}
.channel-links {
	width: 100%; 
	background-color: #d32027; 
	padding: 10px; 
	color: #fff;
	text-align: center;
}
.channel-links a, .channel-links a:hover {
	color: #fff;
}
/*hedaer End*/

/*Slider*/
.sy-pager {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    width: 200px;
}
.sy-pager li {
	width: .8em;
	height: .8em;
}
.sy-pager li.sy-active a {
    background-color: #fff;
}
.sy-pager li a {
    background-color: #d32027;
}
.sy-pager li:last-child{
    margin: 0;
}

/*Content Start*/

.content {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.content_int ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content_int li {
    padding-left: 1em; 
    text-indent: -.7em;
    font-size: 18px;
    float: none;
    width: 100%;
}

.content_int ul li::before {
    content: "• ";
    color: #d32027; 
    font-size: 27px;
}

.content_int {
    max-width: 1250px;
    margin: 0 auto 20px auto;
    padding: 0 30px;
}
.content_int h5 {
	font-size: 16px;
	font-weight:  bold;
}
.content_int img {
	width: auto;
}
.content_int ul li {
    float: none;
	font-size: 16px;
	margin-left: 20px;
}
.content_int h2, .content_int h3, .content_int h4 {
	color: #000;
	margin-top: 10px;
	font-weight: bold;
	font-family: 'Red Hat Display';
}	
.content_int a {
	color: #d32027;
}
.content_int a:hover {
	color: #d32027;
}
.content_int a.btn {
	color: #fff;
}
.content_int a.btn:hover {
	color: #fff;
}
.content_int p {
	font-size: 16px;
	margin-top: 10px;
}

.sm_d {
    height: auto !important;
}

.btn_bold{
    font-weight: bold !important;
}

.mn_font{
    font-weight: bold !important;
    font-size: 15px;
}
ul.list-inline li::before {
    content: "";	
}
.new_product {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: table;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px 20px;
    text-transform: uppercase;

}

.featured-prod-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 30%;	
    margin-bottom: 250px;
}
.featured-prod-wrap .featured-prod-content {
    position: absolute;
    width: 95%;
    height: 175%;
    padding: 20px;
}

.inner_box {
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 100%; 	/* (img-height / img-width * container-width) */
                					/* (853 / 1280 * 100) */
}

.inner_box_text_div {
	position: absolute;
	top: 0;
	width: 100%;
}

.inner_box_text {
	position: relative;
	text-align: center;
	width: 100%;
}

.inner_box_btn_div {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.inner_box_btn {
	position: relative;
	text-align: center;
	width: 100%;
}

.inner_box_border {
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.inner_box h3 {
    font-size: 60px;
    font-family: 'Red Hat Display Bold', sans-serif;
    text-transform: capitalize;
    color: #fff !important;
    text-shadow: 1px 2px 7px #000;
    line-height: 1;
}

.about-home-div {
	margin: 0 auto;
	display: block;
	width: 80%;
	padding-top: 10px;
}
.about-home-div p {
	font-size: 16px !important;
}

.about-home-div .btn {
	margin-top: 10px !important;
}

.about-home-div ul {
	max-width: 65% !important;
}

h4.idea_recipe, h4.about-home {
    font-size: 26px;
    font-family: 'Red Hat Display Bold', sans-serif;
    text-align: center;
    color: #000;
    padding: 15px 0 0;
    text-transform: capitalize;
    margin: 0 auto;
}

.about-home {
	margin: 0 auto;
}

.recipe {
    padding: 8px;
    float: left;
    text-align: center;
}
.recipe_img > img {
    width: 100%;
}
.recipe .inner{
    padding: 10px;
    border: 1px solid #4D3C35;
}
.recipe .inner > h5, .recipe_featured > h5  {
    color: #4d3a34;
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
}
.recipe .btn {
    position: relative;
    top: 28px;
}

.recipe_featured{
    border: 1px solid #4D3C35;
    float: left;
    padding: 8px;

}

.sm_d{

    height: 350px;
    margin: 10px;
    /* padding: 2%; */
    padding: 10px;
    border: 1px solid #4D3C35;
}
.deals{
    float: left;
    width: 100%;
    background-color: #F5E7C4;
    background-repeat: no-repeat;
    background-size: 100% 100% ;
    padding: 60px 0;

}
.deal_title {
    background: #fff none repeat scroll 0 0;
    color: #007cae;
    padding: 20px 0;
	min-height: 100px;
    text-align: center;
}
.deal_title > a {

    color: #d32027;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.title_n{
    font-size: 36px;
    font-family: 'Red Hat Display Bold', sans-serif;
    text-transform: capitalize;
    text-align: center;
    color: #d32027;
    padding: 0;
}
.title_fp{
    font-size: 36px;
    font-family: 'Red Hat Display Bold', sans-serif;
    text-transform: capitalize;
    text-align: center;
    color: #4D3C35;
    padding: 0;
}

.btm_im {
    margin: 40px 0 10px;
    text-align: center;
}
.btm_im img {
	max-width: 35% !important;
}
.recipe_featured > h5 {
    float: left;
    left: 10px;
    position: relative;
    top: 10px;
}
.recipe_featured .btn {
    float: right;
    margin: 15px 0;
}
.recipe_img {
}

.infoValue {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.infoValue p {
    font-size: 12px;
    padding-bottom: 10px;
}
.nutrition-row {
    border-bottom: .5px solid #000;
}
/*
.nutrition-list {
    border-right: 2px solid #000;
}
*/

.img_dish {
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    top: -15px;
    width: 600px;
}
.pre-scrollable {
    max-height: 220px;
    overflow-y: scroll;
}
.row-striped:nth-of-type(odd){
  	background-color: #efefef;
  	padding: 3px;
}
.row-striped:nth-of-type(even){
  	background-color: #ffffff;
  	padding: 3px;
}
/* ==============================
        pagination 
   ==============================*/		
div.pagination {
    margin: 0 auto;
    width:70%;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #d32027;	
    text-decoration: none; /* no underline */
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #d32027;
}

div.pagination a:hover, div.pagination a:active {
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #4d3a34;
    border: 1px solid #003142;
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #454545;		
    font-weight: bold;
    background-color: #454545;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;	
    color: #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
}
/* End pagination */



.cc-link {
    color: #fff !important;
}

.cc-link:hover {
    color: #d4d4d4 !important;
}


/*Footer Start*/

footer {
    background: #d32027 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.footer-wrap {
	padding: 0 30px;
}
.social{
    padding: 20px 0;
    margin: 0 auto;
    width: 250px;  
    height: 90px;

}

.social a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #d32027 ;
    display: block;
    font-size: 24px;
    height: 35px;
    position: relative;
    width: 35px;
    display: inline-block;
	margin: 8px;
}

.social li i {
	padding-left: 8px;
}
.social > li {
    margin-right: 10px;
}
.footer_menu h3 {
    font-family: 'Red Hat Display Bold', sans-serif;
    text-transform: capitalize;
    color: #ffffff; line-height: 32px;
    font-size: 20px;
    font-weight: bold;
}
footer a {
    color: #fff;


    text-decoration: none;
}
.social a:hover{
    background: #000;
    color: #fff;
}
.cart_img {
    float: left;
    left: -5px;
    position: relative;
    width: auto;
}
.footer_menu {
	width: 100%;
}
.footer_menu div.col-lg-2 {
	max-width: 18% !important;
	margin-left: 1.5%;
}
footer p{
    color: #ffffff;
    float: left;
    font-size: 14px;
}
.footer_menu p {
    margin-top: 10px;
}

.get_started {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
.get_started:hover{
    color: #fff;
}
.copyright{
    color: #ffffff;
    float: left;
    font-size: 14px;
    margin: 30px 0;
    width: 100%;
}

.left_div{
    float: left;
}

.right_div{
    text-align: right;
}
/*Footer End*/

/*Responsive*/

footer a:hover, footer a:focus{
    color: #fff;
}

/* Filter styles */
.no-padding { padding: 0; }

    .results {
        padding: 15px;
        border-radius: 5px;      
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
        background: #fff;
    }

    .well {
        margin-bottom: 0;
    }

    .arrow {
        position: relative;
        top: 0;
    }

.filter {
    padding: 15px;
    border-radius: 5px;      
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    background: #fff;
    /*display: none;*/
}
/* End Filter Styles */

/* Contact Form Styles */
.form-line{
    border-right: 1px solid #d32027;
}

/* End Contact Form styles */
.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;

}
.left.carousel-control {
    right: 30px;
    left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}
.disc > p {
    color: #000;

    font-size: 14px;
    font-weight: 500;
    margin-bottom: 19px;
}

.disc .btn{
    background: #189f5a none repeat scroll 0 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
    width: 160px;
    padding: 8px 15px 8px 15px;
    position: relative;
    text-transform: uppercase;
}

.my-favorites h3 {
	margin-top: 50px;
}

.footer-dropdown li {
    font-size: 14px;
    float: none;
}

@media only screen and (max-width: 1400px) {
    .ract {top: 100px;}
    .ract > h2 ,.ract > h2 span{font-size: 70px;}
	.recipe .inner > h5 {
		margin: 5% 0;
	}
}

@media only screen and (max-width: 1300px) {
	.idea_recipe, .about-home {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	.logo img { 
	   	height: auto;
	    min-width: 160px;
	}
	.btn {
		font-size: 14px;
		padding: 6px 22px;
	}
	.featured-prod-wrap {
	    margin-bottom: 22%;
	}
	.menu-search-div {
		padding-right: 30px !important;
	}
}
@media only screen and (max-width: 1099px) {
    .ract {top: 26%;}
    .ract > h2 {font-size: 50px;}
    .ract > h2 span {font-size: 50px;}
}

@media only screen and (max-width: 1039px) {
    .disc > p {
        font-size: 12px;
    }
	.control-label {
        font-size: 20px;
        text-align: left !important;
    }
    .inner_box h3 {      font-size: 48px;}
    .inner_box h3 span {font-size: 42px;}

    .recipe_img {
    }
    .recipe .inner > h5, .recipe_featured > h5 {
        font-size: 20px;
    }
    .left_div, .right_div {width: 100%;}
}

@media only screen and (max-width:991px){  
	.footer_menu div.col-lg-2 {
		max-width: none !important;
		margin-left: 0;
	}
	.footer_menu {
		margin-left: .1%;
	}
	ul.footer-dropdown li {
		float: none !important;
	}
}

@media only screen and (max-width:800px){  
    .ract > h2 span {font-size: 40px;}
    .ract > h2 {       margin-bottom: 12px;    }
    .recipe_img {
    }
    .recipe {float: none;margin: 10px auto !important;width: 400px;}
    .sy-pager{
        display: none;
    }
}
@media only screen and (max-width: 768px){  
     .slider-container {
        margin: 0 auto;
        width: 400px;
    }
    .swiper-wrapper{
        display: block !important;   width: 95%;
    }
    .slider-container .swiper-slide{
        width: 100% !important;
    }
    .text-right {
        text-align: left;
    }
	.footer_menu, .my-favorites {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.my-favorites p {
		float: none;
	}

	.my-favorites h3 {
		margin-top: 20px;
	}

    .get_started {
        margin-top: 8px;
    }
    .cart_img {
        float: none;
    }
	.left_div{
	    float: none;
	    text-align: center;
	}
	
	.right_div{
	    text-align: center !important;
	}
	.right_div_links {
		float: none;
	}
	.box_right {
		padding-top: 20px !important;
	}
}
@media only screen and (max-width: 760px){
    .di_none_m{
        display: none !important;
    }
    .img_dish {
        width: 400px;
        top: 0;

    }
    footer p {

        width: 100%;
    }
    .ract > h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .ract > h2 span {
        font-size: 24px;
    }
}
  
@media only screen and (max-width: 640px){  
    .control-label {
        text-align: center !important;
    }

    .te_center{
        text-align: center;
    }
}

@media only screen and (max-width: 600px){ 
    .ract {
        top: 20%;
        width: 100%;
    }
    .control-label {
        text-align: left; 
    }
}

@media only screen and (max-width: 575px){ 
    .logo {
        float: none;
        margin: 0 auto 50px auto;
        padding: 15px 0;
    }
	.food-service-btn {
		margin-top: 10px;
	}
	.featured-prod-wrap-right {
	    margin-top: 12%;
	}
}


@media only screen and (max-width: 519px){ 
	.search {
		float: none;
	    text-align: center;
	}
    .copyright {
        font-size: 10px;
    }
    .right_div a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 480px){ 
    .slider-container {
        margin: 0 auto;
        width: 100%;
    }
    .search {
        float: right;
        position: relative;
        width: 100%;
        padding-bottom: 20px;
    }
    .idea_recipe, .about-home  {
        font-size: 44px !important;
        padding: 15px 0;
    }
    .recipe {
        float: none;
        padding: 10px 15px;
        width: 100%;
    }
    .recipe_img {
    }
    .inner_box h3 span {
        font-size: 34px;
    }

    .ract {
        top: 18%;
        width: 100%;
    }
    .ract > h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .ract > h2 span {
        font-size: 22px;
    }

    .content h3 {
        font-size: 36px;
    }
    .content h4 {s
        font-size: 22px;
    }


    .recipe > h5, .recipe_featured > h5 {
        color: #4d3a34;
        font-size: 40px;
        font-weight: bold;
        margin: 15px 0;
    }

    .recipe_featured {

        text-align: center;
    }
    .recipe_featured > h5 {
        float: none;
        left: 10px;
        position: relative;
        text-align: center;
        top: 10px;
    }
    .recipe_featured .btn {
        float: none;
        margin: 0 auto;
    }
    .img_dish {
        top: 0;
        width: auto;
    }
    .new_product {
        font-size: 26px;
    }
}

@media only screen and (max-width: 320px){  
    .inner_box h3 span {
        font-size: 30px;
    }
    .recipe_img {
     }
	.recipe .inner > h5 {
		margin: 90px 0;
	}
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

