.free_items {
	float: right;
	width: 100%;
	margin-top:0px;
}
.free_item_lable {
	width: 60px;
	height: 60px;
	color:#fff;
	font-size:14px;
	text-align:center;
	position:absolute;
    font-weight:700;
	right: 10px;
	top: 10px;
	z-index:3;
    line-height:1.2em;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display:table;
}
.free_item_date {
	width: 70px;
	height: 60px;
	color:#fff;
	font-size:14px;
	text-align:center;
	position:absolute;
    font-weight: 400;
	left: calc(50% - 45px);
	top: 0px;
	z-index:3;
    display:table;
    padding-right:10px;
    padding-left:10px;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border:1px solid #fff;
	border-bottom:2px solid #fff;
	border-top: 0px solid #fff
}
.free_item_date i {
	line-height:1.1em; 
    width: 100%; 
    clear:both; 
    font-size:20px;
    margin-bottom:4px;
    margin-left:0
}
.free_item_lable_middle {
    display:table-cell;
    vertical-align:middle;
}
.free_item_lable_bottom {
    display:table-cell;
    vertical-align:bottom;
}
.free_item {
	float: right;
	display:block;
	direction:rtl;
	position:relative;
    display:inline-block;
}
.free_item_img {
	float: right;
	width:100%;
	position:relative;
    display:inline-block;
}
.free_item_img img {
	/*filter: grayscale(100%);*/
    filter: grayscale(0%);
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	transition: all 0.90s ease-in-out;
}
.free_item_content {
	width: 100%;
	height: auto;
    position:absolute;
	z-index:1;
    display:table;
    box-sizing:border-box;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:25px;
    z-index:4;
    bottom:0px;
}
.free_item_name {
	float: right;
	width: 100%;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-bottom: 3px;
	line-height:1em
}
.free_item_location {
	float: right;
	width: 100%;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
	line-height:1em
}
.free_item_location i {
	line-height:1.1em; 
    width:auto; 
    font-size: 18px;
    margin-left:0;
    float:none;
}
.free_item_overlay {
	width: 100%;
	height: 100%;
    position:absolute;
    top: 0;
    bottom:0;
	z-index:2;
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	transition: all 0.90s ease-in-out;
}
.free_item_border {
	float: right;
	width: 100%;
    height:5px;
}
.free_item:hover .free_item_img img {
	filter: grayscale(10%);
}
.free_item:hover .free_item_overlay {
	opacity:0!important
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.free_grid_home_section {
    float: left;
	width: 100%;
}
.free_grid_home_section_back {
    float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 70px;
}
.free_item {
	width: 30.66666666%;
	margin-bottom: 0;
	margin-left: 4%;
}
.free_item:nth-of-type(3n) {
	margin-left: 0%;
}
.free_item_name {
	font-size: 26px;
}
.free_item_location {
	font-size: 18px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.free_grid_home_section {
    float: left;
	width: 100%;
}
.free_grid_home_section_back {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.free_item {
	width: 32.6%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.free_item:nth-of-type(3n) {
	margin-left: 0%;
}
.free_item_name {
	font-size: 26px;
}
.free_item_location {
	font-size: 18px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.free_grid_home_section {
    float: left;
	width: 100%;
}
.free_grid_home_section_back {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom:  0px;
}
.free_item {
	width: 48%;
	margin-bottom: 2%;
	margin-left: 2%;
}
.free_item:nth-of-type(2n) {
	margin-left: 0%;
}
.free_item_name {
	font-size: 22px;
}
.free_item_location {
	font-size: 18px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.free_grid_home_section {
    float: left;
	width: 100%;
}
.free_grid_home_section_back {
    float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
}
.free_item {
	width: 48%;
	margin-bottom: 2%;
	margin-left: 2%;
}
.free_item:nth-of-type(2n) {
	margin-left: 0%;
}
.free_item_name {
	font-size: 19px;
}
.free_item_location {
	font-size: 17px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.free_item {
	width: 48%;
	margin-bottom: 2%;
	margin-left: 2%;
}
.free_item:nth-of-type(2n) {
	margin-left: 0%;
}
.free_item_name {
	font-size: 20px;
}
.free_item_location {
	font-size: 17px;
}
}