.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:150px;
	overflow: hidden;
	visibility: visible;
	position:relative;
}
.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%;
}
.links_home_item_content_con {
	float:right;
	width:100%;
	padding:15px;
	box-sizing:border-box;
}
.links_home_item_content {
	float:right;
	width:100%;
	margin-bottom: 0px;
	line-height:1.2em!important;
}	

.links_home_item_ord {
	float: right;
	width: 60px;
	height: 60px;
	position:absolute;
	top:45px;
	right: calc(50% - 30px);
	background-color:rgba(255,255,255,0.9);
	border-radius:50%;
	display:table;
	text-align:center;
	border:3px solid #11b0c3;
	box-sizing:border-box
}
.links_home_item_ord_text {
	color:#003d5a;
	font-size:35px;
	font-weight:700;
}

/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.links_home_item {
	float: right;
	width: 23.5%;
	display: inline-block;
	position:relative;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	padding:0px;
	box-sizing:border-box;
	background-color:#fff;
	margin-bottom: 2%;
	margin-left: 2%;
	border-bottom: 1px solid #11b0c3;
}
.links_home_item:nth-of-type(4n) {
	margin-left: 0;
}
.links_home_item_name {
	margin-top: 0px;
	margin-bottom: 5px;
}
.links_home_item_content {
	float:right;
	width:100%;
	margin-bottom: 10px;
	min-height:180px;
	max-height:180px;
	overflow:hidden;
	visibility:visible;
}	
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.links_home_item {
	float: right;
	width: 48%;
	display: inline-block;
	position:relative;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
	padding:0px;
	box-sizing:border-box;
	background-color:#fff;
	margin-bottom: 4%;
	margin-left: 4%;
	border-bottom: 1px solid #11b0c3;
}
.links_home_item:nth-of-type(2n) {
	margin-left: 0;
}
.links_home_item_name {
	margin-top: 0px;
	margin-bottom: 5px;
}
.links_home_item_content {
	float:right;
	width:100%;
	margin-bottom: 10px;
	min-height:120px;
	max-height:120px;
	overflow:hidden;
	visibility:visible;
}
}
/* 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: 0px;
	margin-bottom: 5px;
	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;
}
}