@media (min-width: 400px) and (max-width: 767px) {
	.mobile-logo{
		display: block;
		text-align: center;
	}

	.mobile-logo img{
		width: 50%!important;
		padding: 20px;
	}

	.about-header, .products-header {
		display: none;
	}
}

@media (max-width: 767px){

	.about-header, .products-header {
		display: none;
	}

	p, a, li{
		font-size: 15px!important;
	}

	h2{
		font-size: 30px;
	}

	.mobile-logo{
		display: block;
		text-align: center;
	}

	.mobile-logo img{
		width: 80%;
		padding: 20px;
	}

	.home-header{
		display: none;
	}

	/*Menu button*/
	.navbar-default{
		float: none!important;
	}

	.navbar-toggle {
		float: none!important;
		text-align: center;
		margin-right: 0!important;
	}

	.navbar-default .navbar-toggle{
		background-color: transparent!important;
		border-color:#fff!important;
		border-radius: 0;
		color: #fff!important;
		display: inline-block!important;
	}

	.navbar-default .navbar-toggle:focus .navbar-default .navbar-toggle:hover{
		background-color: transparent!important;
		border-color:#fff!important;
		color: #fff!important;
	}

	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li .open .dropdown-toggle{
		display: block!important;
		text-align: center!important;
	}

	.navbar-default li{
		display: block!important;
		text-align: center!important;
		margin-right: 0!important;
		max-width: 100%!important;
	}

	.navbar-nav{
		text-align: center!important;
	}

	.navbar-default li a{
		margin-left: 0!important;
	}

	.nav>li>a{
		text-align: center!important;
		padding-top: 20px!important;
	}

	.navbar-nav img{
		width: 20%!important;
	}

	/*Home page*/

	.flavour-of-month h2 {
		font-size: 80px;
	}

	.flavour-of-month h4 {
		padding-left: 80px!important;
	}

	.link-images img{
	}

	.our-products h2{
		font-size: 50px;
		margin-top: 0;
	}

	.our-products p{
		margin-bottom: 0;
		font-size: 15px;
	}

	.our-products .images{
		display: none;	
	}

	.link-images p{
		margin-bottom: 15px;
		font-size: 15px;
	}

	/*About page*/

	.about-header{
		background-image: none;
		height: 130px!important;
		min-height: 130px!important;
		text-align: center!important;
	}

	.about-header img{
		top: 20px;
		left: 0px;
		width: 80%;
		position: relative;
	}

	.about-header h1{
		display: none;
	}

	.mobile-heading h1 {
		display: block!important;
		font-size: 60px;
	}

	.gallery img {
		margin-bottom: 30px;
	}

	.logo{
		display: none;
	}

	.how h3{
		font-size: 30px;
	}

	.how .image1, .how .image2{
		display: none;
	}

	.how p{
		font-size: 15px;
	}

	/*products page*/

	.products-header{
		background-image: none;
		height: 130px!important;
		min-height: 130px!important;
		text-align: center!important;
	}

	.products-header img{
		top: 20px;
		left: 0px;
		width: 80%;
		position: relative;
	}

	.products-header h1{
		display: none;
	}

	.more-info .overlay	{
		height: 85%;
	}

	.ingredients h2{
		font-size: 60px!important;
	}

	.logo{
		display: none;
	}

	.category {
		padding: 15px!important;
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.image-col{
		width: 33%;
	}

	.ingredients {
		height: auto;
	}

	/*Footer-upper*/

	.footer-upper h2{
		font-size: 50px!important;
	}

	.footer-upper p, .footer-upper a{
		font-size: 18px;
	}

	.contact-details{
		text-align: center!important;
	}

	#map-canvas {
	  width:auto;
	  height:480px;
	}

	form{
		padding-top: 40px;
		text-align:  center;
	}

	form .btn-primary {
		width: 100%!important;
	}

}

@media (min-width: 768px) and (max-width: 991px){
	p{
		font-size: 18px!important;
	}

	h2{
		font-size: 40px;
	}

	.mobile-logo{
		display: block;
		text-align: center;
	}

	.mobile-logo img{
		width: 80%;
		padding: 20px;
	}

	/*home page*/

	.home-header h1{
		font-size: 30px;
		display: block;
		margin-left: auto;margin-right: auto;
		max-width: 350px;
	}

	.home-header .flexslider .slides img{
		width: 50%!important;
		padding-top: 200px!important;
	}

	.flavour-of-month h2 {
		font-size: 80px;
	}

	.flavour-of-month h4 {
		padding-left: 270px!important;
	}

	.link-images img{
		width: 50%!important;
	}

	/*about page*/
	.mobile-logo {
		display: none;
	}

	.mobile-heading h1 {
		display: block!important;
		font-size: 60px;
	}
	
	.products-header h1, .about-header h1 {
		display: none;
	}

	.products-header img, .about-header img {
		left: 0px;
		top: 20px;
		width: 50%;
	}

	.about-header, .products-header{
		min-height: 400px!important;
	}

	.logo{
		display: none;
	}

	.how img{
		width: 50%;
		padding: 0 20px 20px 0 ;
	}

	/*products page*/

	.category{
		text-align: center;
	}

	.category .images{
		display: block;
	}

	.category img{
		display: inline-block!important;
		width: 30%;
	}

	.category .images .col-md-4 {
		width: 33.3%;
		float: left;
		margin-right: auto;
		margin-left: auto;
	}

	.spec-wrapper .images img {
		width: 100%;
	}

	.more-info .overlay	{
		height: 85%;
	}

	/*footer-upper*/

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

	.contact-details .btn-primary{
		width: auto;
	}

	form{
	padding-top: 40px;
	text-align: center;
	}

	input{
		width: 50%;
		padding: 15px;
		margin-bottom: 10px;
	}

	textarea{
		width: 50%;
		padding: 15px;
		margin-bottom: 10px;
	}

	form .btn-primary{
		width: auto;
	}

	/*footer*/

	.footer{
		text-align: center;
	}

	.footer .navbar-nav{
		float: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	p{
		font-size: 18px!important;
	}

	h2{
		font-size: 40px!important;
	}

	/*home page*/
	.home-header h1{
		font-size: 50px;
		width: auto;
	}

	.flexslider .slides img {
		display: block!important;
		margin-left: auto;margin-right: auto;
	}

	/*about page*/

	.about-header, .products-header{
		min-height: 400px!important;
	}

	.mobile-logo {
		display: none;
	}

	.mobile-heading h1 {
		display: block!important;
		font-size: 80px;
	}
	
	.products-header h1, .about-header h1 {
		display: none;
	}

	.more-info .overlay	{
		height: 78.3%;
	} 
}