.free_product .imageStyle {
	float: right;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
.free_product 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_product: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%;
}
.product_section {
    float: left;
	width: 100%;
    position:relative;
}
.product_product {
	background-color:#fff
}

.product_product:hover {
	border-bottom: 2px solid #383b3d;
}
.product_btn {
	width: auto;
	text-align:center;
    position:absolute;
    color:#fff;
    font-size: 20px;
    line-height:1em;
    box-sizing:border-box;
    direction:rtl;
	padding: 5px 10px 5px 10px;
	bottom: 20px;
	right:20px;
}
.product_product:hover .product_btn {
    color:#d7d7d7;
}
.free_link_mask {
	width: 100%;
	max-width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:1;
}
.free_link_name_container {
	width: 100%;
	height:60px;
	background-image:url(../../images/System/pr_back.jpg);
	display:table;
	font-size:22px
}
.free_link_name {
	vertical-align:middle;
	display:table-cell;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.product_section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.product_icons_section {
    float: left;
	width: 100%;
	margin-top: 0px;
}
.free_products {
	float: right;
	width: 100%;
}
.product_product {
	float: right;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:0;
	display: inline-block;
	position: relative;
	background-color:#fff;
	box-sizing:border-box;
	padding: 0px;
	min-height: 290px;
	border-bottom: 0px solid #5d1f29;
}
.product_product:nth-of-type(2n) {
	margin-left:0;
}
.product_product_img {
	float: right;
	width: 100%;
	display: inline-block;
	position:relative;
}
.product_product_content {
	width: 45%;
	overflow:hidden;
	visibility:visible;
	position:absolute;
	box-sizing:border-box;
	right:40px;
	top:40px;
}
.product_product_name {
	display:block;
	margin-bottom: 10px;
	line-height:1.2em!important;
}
.product_product_text {
	float: right;
	width: 100%;
	height: 50px;
	overflow:hidden;
	visibility:visible;
	line-height:1.3em!important
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.product_section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.product_icons_section {
    float: left;
	width: 100%;
	margin-top: 0px;
}
.free_products {
	float: right;
	width: 100%;
}
.product_product {
	float: right;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:0;
	display: inline-block;
	position: relative;
	background-color:#fff;
	box-sizing:border-box;
	padding: 0px;
	min-height: 290px;
	border-bottom: 0px solid #5d1f29;
}
.product_product:nth-of-type(2n) {
	margin-left:0;
}
.product_product_img {
	float: right;
	width: 100%;
	display: inline-block;
	position:relative;
}
.product_product_content {
	width: 45%;
	overflow:hidden;
	visibility:visible;
	position:absolute;
	box-sizing:border-box;
	right:40px;
	top:40px;
}
.product_product_name {
	display:block;
	margin-bottom: 10px;
	line-height:1.2em!important;
}
.product_product_text {
	float: right;
	width: 100%;
	height: 50px;
	overflow:hidden;
	visibility:visible;
	line-height:1.3em!important
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.product_section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.product_icons_section {
    float: left;
	width: 100%;
	margin-top: 0px;
}
.free_products {
	float: right;
	width: 100%;
}
.product_product {
	float: right;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:0;
	display: inline-block;
	position: relative;
	background-color:#fff;
	box-sizing:border-box;
	padding: 0px;
	border-bottom: 0px solid #5d1f29;
}
.product_product:nth-of-type(2n) {
	margin-left:0;
}
.product_product_img {
	float: right;
	width: 100%;
	display: inline-block;
	position:relative;
}
.product_product_content {
	width: 45%;
	overflow:hidden;
	visibility:visible;
	position:absolute;
	box-sizing:border-box;
	right:20px;
	top:20px;
}
.product_product_name {
	display:block;
	margin-bottom: 10px;
	line-height:1.2em!important;
	font-size:22px!important
}
.product_product_text {
	float: right;
	width: 100%;
	height: 50px;
	overflow:hidden;
	visibility:visible;
	line-height:1.3em!important
}
.free_link_name_container {
	font-size: 20px
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.product_section {
	padding-top: 15px;
	padding-bottom: 5px;
}
.product_icons_section {
    float: left;
	width: 100%;
	margin-top: 0px;
}
.free_products {
	float: right;
	width: 100%;
}
.product_product {
	float: right;
	width: 100%;
	margin-left: 0;
	margin-bottom:20px;
	display: inline-block;
	position: relative;
	background-color:#fff;
	box-sizing:border-box;
	padding: 0px;
	border-bottom: 0px solid #5d1f29;
}
.product_product:nth-of-type(2n) {
	margin-left:0;
}
.product_product_img {
	float: right;
	width: 100%;
	display: inline-block;
	position:relative;
}
.product_product_content {
	width: 45%;
	overflow:hidden;
	visibility:visible;
	position:absolute;
	box-sizing:border-box;
	right:20px;
	top:20px;
}
.product_product_name {
	display:block;
	margin-bottom: 10px;
	line-height:1.2em!important;
	font-size:22px!important
}
.product_product_text {
	float: right;
	width: 100%;
	height: 50px;
	overflow:hidden;
	visibility:visible;
	line-height:1.3em!important
}
.free_link_name_container {
	font-size: 20px
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.product_section {
	padding-top: 15px;
	padding-bottom: 5px;
}
.product_icons_section {
    float: left;
	width: 100%;
	margin-top: 0px;
}
.free_products {
	float: right;
	width: 100%;
}
.product_product {
	float: right;
	width: 100%;
	margin-left: 0;
	margin-bottom:30px;
	display: inline-block;
	position: relative;
	background-color:#fff;
	box-sizing:border-box;
	padding: 0px;
	border-bottom: 0px solid #5d1f29;
}
.product_product:nth-of-type(2n) {
	margin-left:0;
}
.product_product_img {
	float: right;
	width: 100%;
	display: inline-block;
	position:relative;
}
.product_product_content {
	width: 45%;
	overflow:hidden;
	visibility:visible;
	position:absolute;
	box-sizing:border-box;
	right:20px;
	top:20px;
}
.product_product_name {
	display:block;
	margin-bottom: 10px;
	line-height:1.2em!important;
	font-size:22px!important
}
.product_product_text {
	float: right;
	width: 100%;
	height: 50px;
	overflow:hidden;
	visibility:visible;
	line-height:1.3em!important
}
.free_link_name_container {
	font-size: 20px
}
}