.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%;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.info_icons_section {
    float: left;
	width: 100%;
	padding: 0;
	box-sizing:border-box;
	margin-bottom:90px;
	margin-top:100px;
	border: 0px solid #000;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 21.25%;
	margin-left: 5%;
	display: inline-block;
	position: relative;
	padding: 0px;
	box-sizing:border-box;
	background-color:rgba(204, 204, 204,0.0);
	border-left: 1px solid #f4f4f4;
}
.info_item:last-child {
	border-left: 0px solid #000;
}
.info_item:nth-of-type(4n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width: 100px;
	margin-bottom: 15px;
	margin-right: calc(50% - 50px);
	margin-left: calc(50% - 50px);
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	/*font-size: 18px;*/
	display:block;
	margin-bottom:3px
}
.info_item_text {
	float: right;
	width: 100%;
	display:block;
	line-height:1.2em!important
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.info_icons_section {
    float: left;
	width: 100%;
	padding: 0;
	box-sizing:border-box;
	margin-bottom:50px;
	margin-top:50px;
	border: 0px solid #000;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 21.25%;
	margin-left: 5%;
	display: inline-block;
	position: relative;
	padding: 0px;
	box-sizing:border-box;
	background-color:rgba(204, 204, 204,0.0);
	border-left: 1px solid #f4f4f4;
}
.info_item:last-child {
	border-left: 0px solid #000;
}
.info_item:nth-of-type(4n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width: 70px;
	margin-left: 15px;
}
.info_item_content {
	float: right;
	width: calc(100% - 85px);
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 18px;
	display:block;
}
.info_item_text {
	float: right;
	width: 100%;
	display:block;
	line-height:1.2em!important;
	margin-top:2px;
	font-size:15px
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.info_icons_section {
    float: left;
	width: 100%;
	padding: 0;
	box-sizing:border-box;
	margin-bottom:10px;
	margin-top: 40px;
	border: 0px solid #000;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:5%;
	display: inline-block;
	position: relative;
	padding: 0px;
	box-sizing:border-box;
	background-color:rgba(204, 204, 204,0.0);
	border-left: 1px solid #f4f4f4;
}
.info_item:last-child {
	border-left: 0px solid #000;
}
.info_item:nth-of-type(2n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width: 70px;
	margin-left: 15px;
}
.info_item_content {
	float: right;
	width: calc(100% - 85px);
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 17px;
	display:block;
	margin-bottom:3px;
}
.info_item_text {
	float: right;
	width: 100%;
	display:block;
	line-height:1.2em!important
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.info_icons_section {
    float: left;
    width: 100%;
    padding: 0px;
    box-sizing:border-box;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 1px solid #ffffff;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	width: 47.5%;
	float:right;
	margin-left: 0;
	padding:0;
	padding-bottom: 25px;
	margin-bottom:25px;
	border-bottom: 0px solid #f4f4f4;
	border-left:0
}
.info_item:last-child {
	border-left: 0;
	border-bottom: 0;
	padding-bottom: 0px;
}
.info_item:nth-of-type(2n) {
	margin-left:0;
}
.info_item:last-child{
    margin-bottom:0;
}
.info_item_img {
	float: right;
	width: 80px;
	margin-left: calc(50% - 40px);
	margin-right: calc(50% - 40px);
	margin-bottom:5px
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 17px;
	display:block;
	text-align:center!important;
	font-weight:700;
	margin-bottom:3px
}
.info_item_text {
	float: right;
	width: 100%;
	display:block;
	line-height:1.2em!important;
	text-align:center!important;
	font-size: 17px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.info_icons_section {
    float: left;
    width: 100%;
    padding: 0px;
    box-sizing:border-box;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 1px solid #ffffff;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	width: 47.5%;
	float:right;
	margin-left: 0;
	padding:0;
	padding-bottom: 25px;
	margin-bottom:25px;
	border-bottom: 0px solid #f4f4f4;
	border-left:0
}
.info_item:last-child {
	border-left: 0;
	border-bottom: 0;
	padding-bottom: 0px;
}
.info_item:nth-of-type(2n) {
	margin-left:0;
}
.info_item:last-child{
    margin-bottom:0;
}
.info_item_img {
	float: right;
	width: 80px;
	margin-left: calc(50% - 40px);
	margin-right: calc(50% - 40px);
	margin-bottom:5px
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 17px;
	display:block;
	text-align:center!important;
	font-weight:700;
	margin-bottom:3px
}
.info_item_text {
	float: right;
	width: 100%;
	display:block;
	line-height:1.2em!important;
	text-align:center!important;
	font-size: 17px;
}
}