.three.grid_item_outer{
	
}
	.grid_item:hover .grid_underlay {
	    background-color: rgba(0,0,0, 0.60);
	    background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#a6000000',GradientType=0 );
	}
	.grid_item:hover .grid_underlay_chalk {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
	.grid_item .grid_content{
		padding: 10% 10%;
    }
    .grid_item:hover .grid_content h6{
      color: #fff;
    }
.grid_price_img{
	max-width: 150px;
	display: block;
	margin: auto;
}
.prices_title{
	min-height: 75px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}



/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {
	.prices_title{
		font-size: 15px;
	}
}
@media screen and (max-width: 1200px) {
	.grid_item .grid_content{
		padding: 20% 5%;
    }
	.prices_title{
		font-size: 14px;
		font-weight: 600;
	}
}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {
	.grid_item .grid_content{
		padding: 10% 5%;
    }
}
@media screen and (max-width: 767px) {
	.grid_item .grid_content{
		padding: 5% 5%;
    }
    .grid_price_img{
		max-width: 100px;
	}

}
@media screen and (max-width: 640px) {
	.grid_item .grid_content{
		padding: 2% 5%;
    }
	.prices_title {
	    min-height: 30px;
	}
	.grid_item_outer,
	.grid_item_outer_33 {
	    max-height: 150px;
	}
}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}