@charset "utf-8";

.datasheet img {
	margin-top: 60px;
}

.imghover {
	opacity: 1;
    filter: alpha(opacity=100);
}

.imghover:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}

.headerlogo {
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
	filter: url(shadow.svg#drop-shadow);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=3, OffY=3, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=3, OffY=3, Color='#444')";
}

.imgfix img{
	max-height: 350px;
	max-width: 100%;
}

.imgfixadmin img{
	max-height: 80px;
	max-width: 350px;
}



.detailheight {
	min-height: 340px;
}


.detailshr {
	margin-top: -3px;
	margin-bottom: -19px;
	border-top: 1px solid #DFDFDF
}
.detailsheadertext {
	font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    color: inherit;
	margin-top: 10px;
    margin-bottom: 10px;
	font-size: 18px;
}
.detailstext {
	font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
	font-size: 16px;
	float: right;
}


.h4alt {
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	margin-top: 10px;
    margin-bottom: 10px;
	font-size: 18px;
}

.closex {
	background-color: #ECECEC;
	margin-bottom: 50px;
	margin-top: -00px;
}

.closehere {
	position: absolute;
	left: 47%;
	
	
	display: inline-block;
    padding: 6px 10px 6px 12px;
    margin-bottom: 0;
	margin-left: -2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.clickherex {
	position: absolute;
	bottom: 0px;
	left: 47%;
	
	
	display: inline-block;
    padding: 6px 12px 6px 10px;
    margin-bottom: 8px;
	margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}




.slideshowcss { 
    width: 100%; 
    height: 100%; 
	margin-top: 30px;
}

.slideshowcss img{
	max-width: 100%;
	max-height: 100%;
}

.slideshowcss > div { 
    position: absolute; 
}







.threetext p{
-webkit-column-count: 3;
}
.h4x {
		font-family: inherit;
		font-weight: 700;
		color: inherit;    
		font-size: 18px;
}











.overflowfix {
	overflow: visible;
}

.hidden01 {
	background-color: #CCC;
	display:none;
	height: 150px;
}

.product {
  float:left;
  display:block;
}

.product:focus + .hidden01 {
  float:left;
  display:block;
}

.thumbnailheight {
	height: 830px;
}

.thumbnailheightx {
	height: 550px;
}

.sampleaudit {
	text-align:center;
	min-height: 40px;
}

.carouselshadow {
	/*background-color: rgba(0, 0, 0, 0.4);*/
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.carousellink {
	color: #FFFFFF;
}
.carousellink:hover {
	color: #F1F1F1;
}

.table-custom{
	font-size: 23px;
	font-weight: 300;
}

.table-custom td{
	border: 1px solid #ccc; 
}


@media (max-width:1199px) {
.closex {
	margin-bottom: 50px;
	margin-top: 10px;
}
}

@media (max-width:500px) {
.detailheight {
	min-height: 210px;
}
}

@media (max-width:400px) {
.detailheight {
	min-height: 150px;
}
}

@media (min-width:992px) and (max-width:1199px) {
.slideshowcss > div  { 
    position: absolute; 
	left: 13%;
	right: 13%;
}
}

@media (max-width:767px) {
.closehere {
	position: absolute;
	left: 45%;
}
.clickherex {
	position: absolute;
	left: 45%;
}
}

@media (max-width:470px) {
.closehere {
	position: absolute;
	left: 41%;
	margin-left: 0px;
}
.clickherex {
	position: absolute;
	left: 42%;
}
}

@media (max-width:370px) {
.imgfix img{
	max-height: 250px;
	max-width: 250px;
}
}

@media (max-width:992px) {
	.threetext p{
-webkit-column-count: 2;
}
}

@media (max-width:650px) {
	.threetext p{
-webkit-column-count: 1;
}
}

@media (max-width:1199) {
	.datasheet img {
	margin-top: 0px;
}
}