.productdetails li {
  width: 100%;
  float: left;
  list-style: outside url("/assets/images/blue5.svg") disc;
  line-height: 20px;
}
.prodList .boxCont{float:left; width:100%;}
.listView .col-xs-12.col-md-3.btnfunctional{float:right;}

.partner-logos a {
    border: 1px solid #dcdfe1;
    display: block;
    height: 77px;
    line-height: 70px;
    min-width: 200px;
    text-align: center;
}
.capacityFooterText { color:#768187; font-size:11px;padding-left:15px;padding:right:15px; }
.contact-icons-wrap {
    text-align: center;
}
.contact-icons-wrap span {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    width: 210px;
}
.contact-icons-wrap span a {
    display: inline-block;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    width: 94px;
}
.contact-icons-wrap strong {
    display: inline-block;
    width: 100%;
}
.contact-icon-phone {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/assets/images/contact-phoneFC.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 92px;
}
.contact-icon-phone:hover {
    background-position: -97px center;
}
.contact-icon-cart {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/assets/images/contact-cartFC.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 92px;
}
.contact-icon-cart:hover {
    background-position: -166px center;
}
.contact-icon-address {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/assets/images/contact-addressFC.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 92px;
}
.contact-icon-address:hover {
    background-position: -97px center;
}
.latestProducts h1 { font-size: 18px !important;margin-top: 0px !important; margin-bottom:0 !important; }

h1.headline1
{
	float: left;
	width: 100%;
	margin: 0 0 12px;
	font-size: 24px;
}


h2.headline2
{
  font-size: 18px;
}

.prodDetails h1.headline1{
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: bold;
  float: left;
  width: 100%;
}

.categoryList h1{
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 ;
	padding: 15px 10px;
	float: left;
	width: 100%;
	color: #768187;
}

.prodDetailsCont h1.headline1{  font-size: 30px;margin: 0 0 15px;}
.company h1{font-size: 24px;}
.company h2{font-size: 18px;}

.productdetails	.tab-pane img{display: block; height: auto; max-width: 100%;}

.carouselCont img
{
	height: auto;
    width: 100%;
}

	@media print{
		
		.visible-print p, .visible-print b, .visible-print strong{font-size:11px}
		.visible-print h1.headline1{font-size:22px !important;}
		.visible-print .tab-title{font-size:13px !important; font-weight:bold;}
		#cookie-bar{display:none !important;}
	}
	


.imgCTbl{height:400px;width: 100%;}
.imgCTbl .img-responsive{max-height:400px;}

@media (max-width : 500px){
	.imgCTbl{height:200px;}
	.imgCTbl .img-responsive{max-height:200px;}
}