.free_item .imageStyle {
	float: right;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
.free_item img {
	-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;
	display: inline-block;
	width: 100%;
	max-width: 100%;
}
.free_item:hover img {
	opacity: 1;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transition: background-color all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	width: 100%;
	max-width: 100%;
}
.hexagon_shape {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.info_section {
    float: left;
	width: 100%;
    position:relative;
}
.info_item {
	background-color:#fff
}
.info_btn {
	width: auto;
	height:30px;
	text-align:center;
	color:#fff;
	font-size: 14px;
	box-sizing:border-box;
	direction:rtl;
	padding: 0px 10px;
	display:flex;
	align-items: center;
	background-color:#913f2f;
	display:flex;
}
.info_item:hover .info_btn {
    color:#fff;
	background-color:#383b3d
}
.free_link_mask {
	width: 100%;
	max-width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:1;
}

.info_icons_section {
    float: left;
	width: 100%;
	margin-top: 0px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 18.4%;
	margin-left: 2%;
	margin-bottom:2%;
	display: inline-block;
	position: relative;
	background-color: #f9f8f6;
	box-sizing:border-box;
	padding: 0px;
	min-height: 290px;
}
.info_item:nth-of-type(5n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width: 100%;
	display: inline-block;
	position:relative;
}
.info_item_content {
	float: right;
	width: 100%;
	box-sizing:border-box;
	padding: 20px 20px 20px 20px;
	display:flex;
	flex-direction: column;
	align-items: flex-end;
}
.info_item_name {
	display:block;
	margin-bottom: 15px;
}
.info_item_text {
	float: right;
	width: 100%;
	height: 65px;
	overflow:hidden;
	visibility:visible;
	margin-bottom:30px
}


/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.info_section {
	padding-top: 90px;
	padding-bottom: 80px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.info_section {
	padding-top: 50px;
	padding-bottom: 50px;
}
}
/* Media Queries for Ipad & mobile
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 319px) {
.info_section {
	padding-top: 15px;
	padding-bottom: 5px;
}
.info_item {
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:5%;
	min-height:auto
}
.info_item:nth-of-type(2n) {
	margin-left:0;
}
.info_item_content {
	padding: 10px;
}
.info_item_name {
	display:block;
	margin-bottom: 0px;
	text-align:center!important;
}
.info_item_text {
	height:60px;
	overflow:hidden;
	visibility:visible;
	display:none;
}
.info_btn {
    font-size: 20px;
	padding: 5px 0px 4px 0px;
	display:none
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.info_section {
	padding-top: 15px;
	padding-bottom: 5px;
}
.info_item {
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:5%;
	min-height:auto
}
.info_item:nth-of-type(2n) {
	margin-left:0;
}
.info_item_content {
	padding: 10px;
}
.info_item_name {
	display:block;
	margin-bottom: 0px;
	text-align:center!important;
}
.info_item_text {
	height:60px;
	overflow:hidden;
	visibility:visible;
	display:none;
}
.info_btn {
    font-size: 20px;
	padding: 5px 0px 4px 0px;
	display:none
}
}