
.product-featured .lSSlideOuter .lSPager.lSpg{
	margin-top: 5px !important;
	margin-bottom: 10px;
}

.product-featured-1{
	height: 400px;
	background-color: #eee;
}
.product-featured-2{
	height: 400px;
	background-color: green;
}
.product-featured-3{
	height: 400px;
	background-color: blue;
}


.ci-eq-h{
	width: 33.3333%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}
.ci-eq-h-img{
	height: 26vw;
	background-size: cover;
	background-position: center;
}
.ci-eq-h-container-5 .ci-eq-h-0,
.ci-eq-h-container-5 .ci-eq-h-1,
.ci-eq-h-container-2 .ci-eq-h-0,
.ci-eq-h-container-2 .ci-eq-h-1{
	width: 50%;
}
.ci-eq-h-container-5 .ci-eq-h-0 .ci-eq-h-img,
.ci-eq-h-container-5 .ci-eq-h-1 .ci-eq-h-img,
.ci-eq-h-container-2 .ci-eq-h-0 .ci-eq-h-img,
.ci-eq-h-container-2 .ci-eq-h-1 .ci-eq-h-img{
	height: 30vw;
}
.ci-eq-h-inside{
	position: relative;
}
.ci-eq-h-content{
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	transition: all .2s linear;
}
.ci-eq-h-content-inside{
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	transform: translateY(-50%);
	text-align: center;
}
.ci-eq-h-content-inside a{
	color: #fff;
	text-decoration: none;
}
.ci-eq-h:hover .ci-eq-h-content{
	opacity: 1;
}


.page-title{
	margin: 0 auto;
	text-align: center;

	max-width: 740px;
	padding: 0 15px;
	margin-bottom: 40px;
}
.page-title h2{
	font-weight: bold;
	line-height: 1.2;
	font-size: 36px;
	text-transform: uppercase;
    color: #006519;
}
.page-title p{
	font-size: 17px;
}

.filter-container.filter-container-page{
	margin-bottom: 20px;
	float: none;
	text-align: center;
}

#category.category-page{
	margin-bottom: 40px;
}
#category.category-page .search-container{
	margin: 0;
	float: none;
}
#category.category-page .search-container .search-form{
	max-width: 380px;
	margin: 0 auto;
}

.fcp-in{
	position: relative;
	padding: 0 15px;
}
.fcp-content{
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 0 10px;
}
.fcp-in:before{
	background-color: #ccc;
	height: 2px;
	position: absolute;
	left: 15px; right: 15px;
	top: 15px;
	content: "";
}

.filter-container-page .category-filter{
	white-space: normal;
	max-width: 9999px;
	background-color: #78c90e;
	color: #fff;
}
.filter-container-page .category-filter:hover{
	color: #fff;
	 background-color: #006519;
}


.recipe-featured{
	padding: 0 15px;
	max-width: 960px;
	margin: 0 auto;
}
.recipe-featured-img{
	float: left;
	width: 460px;
	height: 460px;
	background-color: #006519;
	background-position: center;
	background-size: cover;
	position: relative;
}
.recipe-featured-img.recipe-featured-img-youtube{
	border-right: #78c90e 7px solid;
	border-bottom: #78c90e 7px solid;
}
.recipe-featured-img.recipe-featured-img-youtube:before{
	content: "";
	position: absolute;
	top: 0; right: -7px;
	width: 7px; height: 10px;
	background-color: #fff;
}
.recipe-featured-img.recipe-featured-img-youtube:after{
	content: "";
	position: absolute;
	bottom: -7px; left: 0;
	width: 10px; height: 7px;
	background-color: #fff;
}
.recipe-featured-img.recipe-featured-img-youtube .play-icon{
	background: red;
	width: 50px; height: 50px;
	position: absolute;
	left: 40px;
	bottom: 30px;
	border-radius: 50%;
	background-color: #8cc63f;
	background-image: url(../img/play-icon.png);
	background-position: 15px 50%;
	background-size: 25px;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 8px rgba(0,0,0,.5);
}

.recipe-featured {
    padding: 0 15px;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.recipe-featured-img {
    float: left;
    width: 460px;
    height: 460px;
    background-color: #eee;
}
.recipe-featured-content{
    padding-left: 490px;
    padding-top: 20px;
}
.recipe-featured-content a{
	text-decoration: none;
	color: #444;
}
.recipe-featured-content h3{
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
}
.recipe-featured-content p{
	color: #999;
}

.about-slide{
	position: relative;
	height: 34vw;
	background-position: center;
	background-size: cover;
}
.about-slide-anchor{
	position: absolute;
	left: 0; right: 0;
	bottom: 0; top: 0;
	z-index: 2;
}
.about-slide-content{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	color: #fff;
	width: 34%;
	text-align: center;
	z-index: 1;
}
.about-slide-content:before{
	content: "";
	position: absolute;
	top: -20%;
	bottom: -20%;
	right: -20px;
	width: 200px;
	background-color: #78c90e;
	transform: rotate(15deg);
}
.about-slide-content:after{
	background-color: #78c90e;
	content: "";
	position: absolute;
	left: 0; top: 0; bottom: 0;
	right: 100px;
}

.asc-cnt{
	position: absolute;
	left: 50px;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.asc-cnt h3{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}
.asc-cnt p{
	font-size: 17px;
}


.slide-anchor{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.featured-or-article-title{
	text-align: center;
	margin: 40px 0 20px;
	font-weight: bold;
	color: #006519;
	text-transform: uppercase;
}

.ci-eq-h-content-inside h2{
}

@media (max-width: 1024px){
	.ci-eq-h-content{
		position: static;
		opacity: 1;
		background: none;
	}
	.ci-eq-h-content-inside{
		position: static;
		transform: none;
		text-align: left;
	}
	.ci-eq-h-content-inside a{
		color: #444;
	}
	.ci-eq-h-content-inside h2{
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		color: #006519;
	}

	.recipe-featured-img{
		width: 400px;
		height: 400px;
	}
	.recipe-featured-content{
		padding-left: 430px;
	}
}

@media (max-width: 630px){
	.about-slide{
		height: 44vw;
	}

	.ci-eq-h-container{
		margin-left: -5px;
		margin-right: -5px;
	}
	.ci-eq-h{
		padding: 0 10px;
		width: 100%;
	}
	.ci-eq-h-img{
		height: 200px !important;
	}
	.ci-eq-h-content-inside h2{
		font-size: 19px;
		margin: 8px 0 2px;
	}

	.recipe-featured-img{
		width: 100%;
		height: 240px;
		float: none;
	}
	.recipe-featured-content{
		padding-left: 0;
		padding-top: 0;
		text-align: center;
	}
}

@media (max-width: 350px){
	.ci-eq-h{
		padding: 0 10px;
		width: 100% !important;
	}
	.ci-eq-h-img{
		height: 200px !important;
	}
}