.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%;
}
.vIcon {
    width:40px;
    position:absolute;
    top:calc(50% - 20px);
    left:0;
    right:0;
}
.info_item_img img {
	width: 100px;
	height: 100px;
}
.hexagon_shape {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 10px;
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top:30px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 30%;
	margin-left: 5%;
	margin-bottom:5%;
	display: inline-block;
	position: relative;
}
.info_item:nth-of-type(3n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width: 100px;
	height: 100px;
	margin-left: 25px;
	display: inline-block;
	position:relative;
}
.info_item_content {
	float: right;
	width: calc(100% - 125px);
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 26px;
	display:block;
	margin-bottom: 0;
}
.info_item_text {
	float: right;
	width: 100%!important;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top:30px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:5%;
	display: inline-block;
	position: relative;
}
.info_item:nth-of-type(2n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width: 100px;
	height: 100px;
	margin-left: 15px;
	display: inline-block;
	position:relative;
}
.info_item_content {
	float: right;
	width: calc(100% - 115px);
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 26px;
	display:block;
	margin-bottom: 0;
}
.info_item_text {
	float: right;
	width: 100%!important;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top: 10px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 100%;
	margin-left: 0;
	margin-bottom:30px;
	display: inline-block;
	position: relative;
}
.info_item:nth-of-type(2n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width: 100px;
	height: 100px;
	margin-left: 15px;
	display: inline-block;
	position:relative;
}
.info_item_content {
	float: right;
	width: calc(100% - 115px);
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 26px;
	display:block;
	margin-bottom: 0;
}
.info_item_text {
	float: right;
	width: 100%!important;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top: 10px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 100%;
	margin-left: 0;
	margin-bottom:30px;
	display: inline-block;
	position: relative;
}
.info_item:nth-of-type(2n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width: 100px;
	height: 100px;
	margin-left: calc(50% - 50px);
	margin-right: calc(50% - 50px);
	display: inline-block;
	position:relative;
	margin-bottom:10px
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 19px;
	display:block;
	margin-bottom: 0;
	text-align:center!important;
}
.info_item_text {
	float: right;
	width: 100%!important;
	text-align:center!important;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top: 10px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 100%;
	margin-left: 0;
	margin-bottom:30px;
	display: inline-block;
	position: relative;
}
.info_item:nth-of-type(2n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width: 100px;
	height: 100px;
	margin-left: calc(50% - 50px);
	margin-right: calc(50% - 50px);
	display: inline-block;
	position:relative;
	margin-bottom:10px
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 19px;
	display:block;
	margin-bottom: 0;
	text-align:center!important;
}
.info_item_text {
	float: right;
	width: 100%!important;
	text-align:center!important;
}
}