@media (min-width:1600px) and (max-width:1920px){
	.product-box-parent{height: 380px;}
}


@media (min-width:992px) and (max-width:1199px){
	.product-box-parent{height: 236px;}
	.product-box-parent:hover >.product-box-child .content-overlay{padding: 35px 0px;}
	.f2f-sidebar ul li .dropdown-item{font-size: 0.8em ;padding: .15rem 1.5rem;}	
}

@media (min-width:768px) and (max-width:991px){
	.product-box-parent{height: 177px;}
	.product-box-parent:hover >.product-box-child .content-overlay{padding: 15px 0px;}
	.main-bg h3{padding-top: 20%;}
	.f2f-sidebar ul li .dropdown-item{font-size: 0.7em ;padding: .15rem 0.3rem;}	
}


@media (min-width:577px) and (max-width:767px){
	.product-box-parent{height: 160px;}
	.main-bg h3{padding-top: 20%;}
	.product-box-child .content-overlay h3{/*font-size: 1.0em;*/padding: 0px 0px;}
	.product-box-child .content-overlay{height: 40%;}
	.product-box-parent:hover >.product-box-child .content-overlay{padding: 0px 0px;}
	.cover-heading h3{margin-top: 130px;}

}

@media (min-width:300px) and (max-width:576px){
	.product-box-parent{height: 218px;}
	.product-box-parent:hover >.product-box-child .content-overlay{padding: 15px 0px;}
	.main-bg h3{padding-top: 25%;font-size: 2.0em;}
	.navbar-brand img{width: 180px;}
	.home-about #carouselExampleControls{margin-bottom: 25px;}
	.hvr-float-shadow{display: block;margin-bottom: 20px;}
	.home-food-processing{height: auto;}
	.cover-links{display: none;}

	.f2f-sidebar-products{display: none;}
	.home-food-processing  .btn-style2{margin-bottom: 40px;}
	.cover-heading h3{margin-top: 130px;}
}


@media (min-width:300px) and (max-width:991px){
	.col-xs-center{text-align: center !important;}
	.navbar-light .navbar-toggler{border:none;}
	.navbar-light .navbar-toggler{outline: 0;}
	.copyright-links p span{display: block;}
}