
/*	--------------------------------------------------
	:: Product Styles
	-------------------------------------------------- */

.products {
	position: relative;
	text-decoration: none !important;
	margin: 0 !important; 
	padding: 0 !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	border: 5px solid #fff;	
}
.products a {text-decoration: none !important;}

.product-padding {border: 3px solid #dbdbdb; margin-bottom: 20px; min-height: 350px;}

/*.products:nth-child(odd) {background: #d4d4d4;}*/
/*.products:nth-child(even) {background: #e8e8e8;}*/

.products h3 {
	position: absolute;
	z-index: 9999;
	top: -15px;
	left: 0;
	display: block;
	width: 100%;
	margin-top: 0px;
	padding: 10px 0;
	background: #154734;
	text-align: center;
	text-transform: none;
	font-size: 18px;
	line-height: 22px;
	color: #fff;	
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
	font-style: normal;
	font-weight: 400; 
	text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
}
.products:nth-child(even) h3 {background: #1d674b;}



.products h3 span, .products:nth-child(even) h3 span {
	display: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


.filter-type {
	background: #dbdbdb;
	text-align: center;
	color: #154734;
	padding: 5px 0;
}
 a .filter-type {text-decoration: none !important;}


/*	HOVER STATE -------------------------------------------------- */


.products:hover h3 {
	/*margin-top: 40px;*/
	top: 0px;
	padding: 10px 0;
	color: #fff;
}

.products:hover h3 span {
	display: block;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
	
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	background: #154734;
	text-align: left;
	text-transform: none;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 10px 20px;
	
}
.products:hover:nth-child(even) h3 span {background: #1d674b;}


/* Arrow divider */
.products:hover h3:after {
	width: 0; 
	height: 0;
	position: absolute; 
	content: ' ';
	top: 100%;
	left: 50%;
	margin-left: -10%;

	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 10px solid #154734;
}
.products:hover:nth-child(even) h3:after {border-top: 10px solid #1d674b;}


	/* LINK */
	a div.link-orange {
		background: #f4831e;
		text-align: center;
		display: block;
		color:#fff;
		font-size: 18px;
		text-transform:uppercase;
		line-height: 30px;
		font-family: 'Oswald', Arial, Helvetica, sans-serif; 
		src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
		font-style: normal;
		padding: 5px 25px;
		border-radius: 4px;
		text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	a div:hover.link-orange  {background: #f89842; color: #e4f7f0 !important;}
	a div.link-orange i {color: #154734 !important;}

	

