.topStickyIcons	{
	position: fixed;
    bottom: 2%;
    left: 0.5%;
    z-index: 1000;	
}

.bannerContent	{
	text-shadow: -2px -2px 4px #333, 2px -2px 4px #333, -2px 2px 4px #333, 2px 2px 4px #333;	
	font-size: 24px !important;
    letter-spacing: 0px !important;
}

.mobileBannerContent	{
	display: block;
	position: absolute;
	top: 5%;
	left: 3%;
	z-index: 500;
	padding: 10px 15px 0px 15px;	
}

.mobileBannerContent h1	{
	text-shadow: -2px -2px 4px #333, 2px -2px 4px #333, -2px 2px 4px #333, 2px 2px 4px #333;	
	font-size: 24px !important;
	color:#fff;
    letter-spacing: 0px !important;	
}

.pageHeading	{
	padding: 50px 0px 0px 0px;
}

.specializationDiv	{
	height:150px;
	overflow:hidden;	
}

.productList ul	{
    text-align:center;
	padding:0px;
}

.productList li	{
    display:inline-table;
	border:1px solid #ccc;
    padding:15px 5px 5px 5px;
	margin:15px;
	text-align:center;
	width:200px;
}

.productList li a	{
    font-size:18px;
	font-weight:bold;
	color:#333;
}

.footerActive	{
	font-weight:bold !important;
	color:#1377c0 !important;	
}

@media (min-width:768px) {
	
.desktop {
	display:inline-table;
}

.desktop a {
	color: #00a859 !important;	
}

.mobile {
	display:none;
}

}

@media (max-width:768px) {
	
.desktop {
	display:none;	
}

.mobile {
	display:inline-table;
}

.mobile a {
	color: #00a859 !important;	
}

}