/* *****************************Start Media Query*************************** */


@media (max-width: 1100px) { .ads-left , .ads-right { margin-top: 0 } }

/* ******************************************************************************************* */

@media (max-width: 991px) {

	.food-rating , .similar-food { display: none }

	.special-h5 { margin-left: 15% }

	.food-name , .food-detail , .Food-Tabs , .bottom-cont { width: 70%;margin-left: 15%  }

	.Rest-link-cont .container .row { margin-bottom: 0 }

	.Rest-link { margin-bottom: 30px }

	.footer-ads .footer-ads-cont { margin-bottom: 50px }

	.footer-ads .col-md-4:last-of-type .footer-ads-cont { margin-bottom: 0 }

	.food-detail { margin-bottom: 50px }

	.footer-social { margin-top: 20px;margin-bottom: 10px }
}

/* ******************************************************************************************* */

@media (min-width: 731px) and (max-width: 800px) {

	.special-h5 { margin-left: 16% }

	.food-name , .food-detail , .Food-Tabs , .bottom-cont { width: 68%;margin-left: 16%  }
	
}

/* ******************************************************************************************* */

@media (max-width: 767px) {
	
	.food-name { margin-top: 50px }

	.hr { width: 70% }

	.Rest-link {
	    margin-bottom: 30px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}


	.Rest-link p { font-size: 12px }

	.footer-ads .footer-ads-cont {
	    width: 300px;
	    margin: auto;
	    margin-bottom: 30px;
	}

	.footer-ads .row .col-md-4:last-of-type { margin-bottom: 0 }

	.footer-first p { width: 70% }

	.footer-first , .footer-second { margin-bottom: 30px;margin-left: 30px }

	.footer-third { margin-left: 30px }

	.Footer .copyright { margin-left: 50px }

	.Footer .social-media { margin-right: 50px }

	.ads-xs { display: block; }

	.Footer .copyright , .footer-links , .footer-social { text-align: center; }

	.last-ads-cont { display: block; }

	.food .special-h5 { margin-bottom: 22px; font-size: 22px; }

	.Food-Tabs { width: 100%; margin-left: 0%; }

    .food .Food-Tabs .tab-cont .img-responsive {
	    max-width: 100%;
	    display: block;
	    margin: auto;
	    height: auto;
	}


}

/* ******************************************************************************************* */

@media (max-width: 730px) { 

	.special-h5 { margin-left: 10% }

	.ads-center , .ads-left , .ads-right { display: none; }

	.footer-ads .col-xs-offset-0 { margin-left: 0;padding-left: 10px; }

    .food-name, .food-detail, .Food-Tabs, .bottom-cont { width: 80%; margin-left: 10%; }


    .main-menu .col-xs-8 { width: 100%; }
}

/* ******************************************************************************************* */

@media (max-width: 600px) {

	.Footer .copyright , .Footer .social-media { float: none !important;margin:0; }

	.Footer .copyright { text-align: center;font-size: 15px }

	.Footer .social-media {
		text-align: center;
	    margin-top: 15px;
	    margin-bottom: -5px;
	}

	.Rest-link-cont h1 { margin-bottom: 80px; font-size: 22px; }

	.special-h5 { font-size: 22px }

	.bottom-cont .panel-heading a h4 { font-size: 15px }

	.bottom-cont .panel-body h5 { font-size: 11px }

	.Food-Tabs { width: 100%; margin-left: 0%; }

    .food .Food-Tabs .tab-cont .img-responsive {
	    width: 100%;
	    display: block;
	    margin: auto;
	    height: auto;
	}

}

/* ******************************************************************************************* */

@media (max-width: 450px) { .Rest-link-cont .col-xs-6 { width: 96%;margin-left: 2%; } }

/* ******************************************************************************************* */

@media (max-width: 480px) {
    .main-logo img {
        width: 250px;
        margin-top: 30px;
    }
}


/* ******************************************************************************************* */

@media (min-width: 992px) {

	.food-menu .col-xs-8 .col-md-4 { width: 32.5%; }

	.food-menu .col-xs-8 .col-md-8 { width: 67.5%; }
}

/* ******************************************************************************************* */

@media (min-width: 1200px) {

	.food-menu .col-xs-8 .col-lg-3 { width: 26%; }

	.food-menu .col-xs-8 .col-lg-9 { width: 74%; }
}

