@charset "utf-8";
/* CSS Document */

/* Side menu */

.home_latestWrapper{
	margin-top:15px;
	margin-bottom:0px;
}

@media screen and (max-width: 768px){ /* @ xs break */
	.home_latestWrapper{
		margin-bottom:20px;
	}
}

.home_latestBox{
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:.9em;
}

.home_latestBox ul{
	margin:0;
	padding:0;
	list-style:none;
}

.home_latestBox li{
	border-top:solid 1px #ccc;
	padding-top:4px;
	padding-bottom:5px;
}

.home_latestImageBox{
	width:25%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

.home_latestTextBox{
	width:70%;
	display:inline-block;
	padding-left:3px;
}

.home_latestBox a{
	color:#555;
}

.home_moreBtn:active{
	background-color:#ccc;
}

.home_netpak{
	margin-left:auto;
	margin-right:auto;
}

.home_sMenuWrapper{
	margin-top:20px;
}

.home_sMenuBox{
	border:solid 1px #ccc;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.9em;
}

.home_sMenuBox ul{
	margin:0;
	padding:0;
	list-style:none;
}

.home_sMenuBox li{
	padding-bottom:5px;
}

.home_sMenuBox a{
	color:#555;
}

.home_sMenuHeader{
	margin:0 0 0 0;
	padding-bottom:5px;
	font-family:Trebuchet, "Arial Black", Gadget, sans-serif;
	color:#c76d2f;
	font-size:1.1em;
	text-align:left;
}

/* Content */

.home_contWrapper{
	margin-top:15px;
	margin-left:20px;
}

@media screen and (max-width: 768px){ /* @ xs break */
	.home_contWrapper{
		margin-left:0px;
	}
}

.home_contHeader{
	display:inline-block;
	margin:0 0 0 0;
	padding-bottom:5px;
	padding-left:5px;
	font-family:Trebuchet, "Arial Black", Gadget, sans-serif;
	color:#c76d2f;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;

}

.home_rss{
	display:inline-block;
	float:right;
	margin-top:-10px;
	margin-right:8px;
}

.home_contBox{
	border:solid 1px #ccc;
	padding:10px;
}

.home_contHeadline{
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	padding-bottom:10px;
	color:#555;
}

.home_contText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

.home_ecatImageHolder{
	min-width:318px;
	width:55%;
	vertical-align: top;
}

.home_ecatImage{
	width:318px;
}

.home_imgCenter{
	width:318px;
	position: relative;
  	top: 0%;
  	left:50%;
  	transform: translate(-50%,0%);
}

.home_ecatCenter{
	width:318px;
	position: relative;
  	top: 10%;
  	left:50%;
  	transform: translate(-50%,10%);
}

.home_ecatCover{
	position:relative;
	width:57px;
	top:-89px;
	left:249px;
}

.home_ecatText{
	width:40%;
}

.home_ecatText img{
	margin-bottom:8px;
	width:155px;
	height:46px;
}

@media screen and (max-width: 1200px){ /* @ set break */
	.home_ecatImageHolder{
		width:100%;
	}
	.home_ecatText{
		width:100%;
	}
}

.home_ecatBullets ul{
	margin:0;
	padding:0 0 0 15px;
	list-style:url("https://indsmarts.blob.core.windows.net/webs/vertical_www/images/bullet01.png");
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#1d3e63;
}

.home_mfgLogos{
	display:inline-block;
	padding:10px 5px 10px 5px;
	width:24%;
}

.home_mfgLogos img{
	width:100%;
}

.home_mobileimagebox{
	padding-bottom:20px;
}

.home_storebtn{
	height:50px;
}

.home_newProducts{
	display:inline-block;
	padding:10px 2px 10px 2px;
	width:19%;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}


.home_newProducts img{
	border:solid 1px #ccc;
	width:100%;
}

.home_newProducts a{
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-weight:bold;
}

.home_newProducts div{
	height:50px;
	overflow:hidden;
}

/* EDATA */

.home_edataLogo{
	margin-bottom:8px;
	width:155px;
	height:46px;
}

.home_edataImage{
	max-height:250px;
	max-width:250px;
	position: relative;
  	top:0%;
  	left:50%;
  	transform: translate(-50%,0%);
}

/* elearning links */

.home_learningHeaderImage{
	width:120px;
	height:auto;
	border:none;
}

.home_learningImage{
	width:120px;
	height:auto;
	border:solid 1px #ccc;
}

.home_learningTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin:5px 10px 20px 10px;
}

/* XS screens */

@media (max-width: 768px){
	
	.home_contBox{
		text-align:left;
	}
	
	.home_mfgLogos{
		width:32%;
	}
	
	.home_mobileimagebox{
		width:100%;
	}
	
	.home_mobileimagebox img{
		width:220px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.home_newProducts{
		width:49%;
	}
	
	.home_ecatImageHolder{
		width:100%;
	}
	
	.home_latestTextBox{
		padding-left:10px;
	}
	
	.home_learningImage{
		width:264px;
	}
	
	.home_newProducts div{
		font-size:.9em;
	}
	
}

@media screen and (max-width: 480px){ /* @ xxs break */
	.home_mfgLogos{
		width:45%;
	}
}

@media screen and (min-width: 1680px){ /* @ 1680 break */
	.home_ecatText{
		width:38%;
	}
}

/* Large screens  */

@media (min-width: 1790px) {
	
	.home_newsHeader{
		padding-top:21px;
	}
	
	.home_latestWrapper{
		margin-top:30px;
	}
	
	.home_latestBox{
		font-size:1em;
	}
	
	.home_sMenuWrapper{
		margin-top:30px;
	}
	
	.home_sMenuBox{
		font-size:1em;
	}
	
	.home_sMenuHeader{
		font-size:1.2em;
	}
	
	.home_contWrapper{
		margin-top:30px;
	}
	
	.home_contHeader{
		font-size:1.2em;
	}
	
	.home_rss{
		/*margin-top:-18px;*/
	}
	
	.home_contBox{
		padding:16px;
	}
	
	.home_contHeadline{
		font-size:1.1em;
	}
	
	.home_contText{
		font-size:1.1em;
	}
	
	.home_ecatImageHolder{
		margin-top:40px;
	}
	
	/*
	.home_ecatImage{
		width:410px;
	}
	
	.home_ecatCenter{
		width:410px;
		position: relative;
		top: 15%;
		left:50%;
		transform: translate(-50%,15%);
	}

	.home_ecatCover{
		position:relative;
		width:76px;
		top:-117px;
		left:320px;
	}
	*/
	
	.home_ecatText img{
		
		/*width:202px;
		height:60px;*/
		
	}
	
	.home_ecatBullets ul{
		font-size:1.1em;
		list-style:url("https://electricsmarts.blob.core.windows.net/images/site_www/bullet02.png");
	}
	
	.home_edataLogo{
		/*width:202px;
		height:60px;*/
	}
	
	

	

	
}








