footer{display: none;}
.industrytext{
	margin-bottom:20px;
}
.breadcrumb > li + li:before{display: none;}
div.prodleft{
	float:left;
	width:40%;	
}
.breadcrumb > li > .glyphicon-chevron-right:before{
	padding-left: 3px;
	padding-right: 3px;
	color: #D6C505;
}
#printbg{
	position: absolute;
	bottom: 0;
	z-index:-1;

}
#prodpic{
	float:right;
	width:40%;
}
#prodpic > img{
	max-height:400px;
}
div.detailproduct{
	width: 40%;
}
ol.breadcrumb > li.active{
	font-size:large;
}
.youtubevideo {display:none;}



#printlogo{
	display: inherit;
	left: 235px;
	float: right;
	height:100px;
	width:63px;
	top:0px;
}
hml, body{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
hr{
	display:none;
}
div.col-xs-12{

}
.overview{
	display:block;
	box-sizing:border-box;
	width:25%;
	display:inline-block;
	top:50px;
	margin-left:auto;
	margin-right:auto;
	position:center;
}
.overview > a > img{
	width:160px;
	height:100px;
}
@media print {
        div.divFooter {
			width:100%;
            display: block;
			position: absolute;
			bottom: 5px;
			padding:10px;
			 margin: auto;
        }
    }
	@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
	}
@media print {

  #controls, .footer, .footerarea{ display: none; }
    a[href]:after { content: none !important; }
	  html, body {
    /*changing width to 100% causes huge overflow and wrap*/
    height:100%; 
	}
}
@media print {
	
    div.row > div.col-sm-3 {
      display: inline-table;
    }
}