.links_home_item_img {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
.links_home_item .imageStyle {
	float: right;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	max-height:255px;
	overflow: hidden;
	visibility: visible;
}
.links_home_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%;
}
.links_home_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) {
.links_home_item {
	float: right;
	width: 30%;
	display: inline-block;
	position:relative;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	padding:5px;
	box-sizing:border-box;
	background-color:#fff;
	margin-bottom: 5%;
	margin-left: 5%;
	border-bottom: 1px solid #294370
}
.links_home_item:nth-of-type(3n) {
	margin-left: 0;
}
.links_home_item_name {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.1em!important;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.links_home_item {
	float: right;
	width: 30%;
	display: inline-block;
	position:relative;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	padding:5px;
	box-sizing:border-box;
	background-color:#fff;
	margin-bottom: 5%;
	margin-left: 5%;
}
.links_home_item:nth-of-type(3n) {
	margin-left: 0;
}
.links_home_item_name {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.1em!important;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.links_home_item {
	float: right;
	width: 47.5%;
	display: inline-block;
	position:relative;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	padding:5px;
	box-sizing:border-box;
	background-color:#fff;
	margin-bottom: 5%;
	margin-left: 5%;
}
.links_home_item:nth-of-type(2n) {
	margin-left: 0;
}
.links_home_item_name {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.1em!important;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.links_home_item {
	float: right;
	width: 47.5%;
	display: inline-block;
	position:relative;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	padding:5px;
	box-sizing:border-box;
	background-color:#fff;
	margin-bottom: 5%;
	margin-left: 5%;
}
.links_home_item:nth-of-type(2n) {
	margin-left: 0;
}
.links_home_item_name {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.1em!important;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.links_home_item {
	float: right;
	width: 100%;
	display: inline-block;
	position:relative;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	padding:5px;
	box-sizing:border-box;
	background-color:#fff;
	margin-bottom: 20px;
	margin-left: 0%;
}
.links_home_item:nth-of-type(4n) {
	margin-left: 0;
}
.links_home_item_name {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.1em!important;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.links_home_item {
	float: right;
	width: 100%;
	display: inline-block;
	position:relative;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	padding:5px;
	box-sizing:border-box;
	background-color:#fff;
	margin-bottom: 20px;
	margin-left: 0%;
}
.links_home_item:nth-of-type(4n) {
	margin-left: 0;
}
.links_home_item_name {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.1em!important;
}
}