/*manufacturers*/
#main.LineCard{background-image: url("../images/mfg.jpg");background-repeat: no-repeat;background-position: 0 75px;width:auto;padding-bottom: 10px;}
#main.LineCard .navigation,#main.LineCard h1.title,#main.LineCard .mfg{width: 1200px;margin: 0 auto;}
#main.LineCard .mfg{background-color:#FFFFFF;opacity: 0.95;}
#main .words{    /* border: 1px solid #DCDCDC; */
	height: 38px;
	/* line-height: 38px; */
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 1px 10px;
	text-align: center;
	/* font-size: 20pt; */}
#main .words a{    color: #161968;
	display: inline;
	font-size: 15px;
	font-weight: 500;
	margin: 0 1px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;}
#main .words a:hover{color:#FFFFFF;background-color: #161968;}
/*mfg*/
#main .mfg{/*border: 1px solid #DCDCDC;*/margin-bottom: 30px;}
#main .mfg h3{/* background-color: #161968; */
	border-bottom: 1px solid #161968;
	font-size: 28px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	color: #161968;
	/* width: 250px; */}
#main .mfg ul{padding-bottom: 10px;padding-left: 10px;padding-top: 10px;}
#main .mfg li{float: left;font-size: 14px;line-height: 22px;width: 150px;border-radius: 5px;margin-right: 20px;margin-bottom: 20px;padding: 10px 0;height: 50px;}
#main .mfg li a{color: #004B85;display: block;}
#main .mfg li img{display: block;max-width: 90%;margin: 0px auto;}
#main .mfg li s{color: #AAAAAA;text-decoration: none;}
/*details*/
#main .mfg-details{padding: 10px;margin-bottom: 15px;}
#main .mfg-details .cover{float: left;width: 300px;height: 150px}
#main .mfg-details .cover img{display: block;min-width: 300px;margin: 20px auto;}
#main .mfg-details h2{border-bottom: 1px solid #CCCCCC;font-size: 18px;font-weight: bold;line-height: 40px;margin-bottom: 5px;padding-left: 2px;}
#main .mfg-details .text{float: right;width: 880px;font-size: 12px;line-height: 22px;}
.scrollspy-example{
	position: relative;
}
.mfr-2{display: none}


@media screen and (max-width: 768px)
{
	.mfr-1{display: none}
	.mfr-2{display: block}
	.mfr-2 .rounded{text-align: center;margin: 20px 0;}
	.mfr-2 .ellipsis{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.example{position: fixed;right: 0;width: 10%;z-index: 10}
	.item{display: grid}

	/*manufacturers*/
	#main .words{height: auto;}
	/*manufacturers*/
	#main.LineCard{background-image: none;background-color: #EEEEEE;}
	#main.LineCard .navigation,#main.LineCard h1.title,#main.LineCard .mfg{width: auto;font-size: 1rem;}
	#main .words a{display: inline-block;}
	#main .mfg li{width: 48%;line-height: 30px;margin-right: 1%;}
	#main .mfg-details .cover{float: none;width: auto;text-align: center;}
	#main .mfg-details .cover img{margin: 0 auto;}
	#main .mfg-details .text{float: none;width: auto;}
}


