@media screen and (min-width: 1600px) {
ul.rig li img {
	max-width: 90% !important;
	height: auto;
	margin: 0 0 0;
}
ul.rig li h3 {
	font-size:19px !important;
	}
ul.rig li p {
	font-size:14px !important;
	font-weight:bold;
	}
	
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 4em;
	font-weight: 400;
	margin: 0 0 20px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #bbb;
}
hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 25px 0;
	clear: both;
}
.centered {
	text-align: center;
}
.wrapper {
	width: 100%;
	padding: 30px 0;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
ul.grid-nav {
	list-style: none;
	font-size: .85em;
	font-weight: 200;
	text-align: center;
}
ul.grid-nav li {
	display: inline-block;
}
ul.grid-nav li a {
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul.grid-nav li a:hover {
	background: #7b0;
}
ul.grid-nav li a.active {
	background: #333;
}
.grid-container {

}
/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 0 0;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    
}
ul.rig li img {
	max-width: 60%;
	height: auto;
	margin: 0 0 0;
}
.top-products {
	max-width: 100% !important;
	height: auto;
	margin: 0 0 0;
}
.product-title {
    margin-top:10px !important;
}
ul.rig li h3 {
	margin: 0 0 0;
    color: #00652e;
    font-size: 17px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #333;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}
ul.rig.columns-5 li {
	width: 20%;
}
ul.rig.columns-6 li {
	width: 14%; /* this value + 2.5 should = 25% */
    
}
ul.rig.columns-7 li {
	width: 15%; /* this value + 2.5 should = 25% */
    
}
.mavaad {max-height:150px !important;}
.chefs {max-height:110px !important;}
ul.rig.columns-6 {
    margin-right:140px;
}
ul.rig.columns-7 {
    margin-right:100px;
}
@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}

}

/* zoom */

@-webkit-keyframes zoom-in {
    from {
    	-webkit-transform: scale(1,1);
    }
    to {
    	-webkit-transform: scale(1.5,1.5);
    }
}

/* Standard syntax */
@keyframes zoom-in {
   from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.5,1.5);
   }
}


.slider-zoomin {
    -webkit-animation: zoom-in 120s; /* Chrome, Safari, Opera */
    animation: zoom-in 120s;
}

