.one-column {  
	padding: 0 6px;
}
p{  
	font-family: "Gotham Narrow Book";
    color: #686868;
    font-size: 12px;
    line-height: 18px;  
} 
.filtersContainer {            
	padding:10px;      
}
        
        
.filter {            
	/*padding:10px;*/
	display:inline-block;
	margin: 0 5px 5px 5px;
	color:#00a6c6;         
	float: left;
	width: 100%;
	max-width: 212px;
}
.filter span{            
	font-size: 12px;         
	line-height: 22px;
}
.filter select, .filter input[type='text']{            
	width: 100%;
	color:#035767;
	font-weight:normal;
	border: solid 1px #dddddd;
	height:30px;  
}
.filters .resetButton {
	height: 30px;
	padding-left:10px;
	background: #FF671F;
	border: none;
	color: #fff;
	padding-right:10px;
	font-weight:normal;
  
	float: right;
	margin-top: 21px;
	margin-right: 16px;
	text-transform: uppercase;
}          
#results {            
	margin-top:20px;
	margin-bottom:10px;
}  
        
.resultsFieldSet {  
	border: solid 1px #dddddd;   
	padding-left:5px; 
	padding-right: 5px;
	-webkit-box-shadow: 4px 4px 5px #efeeec;
	-moz-box-shadow: 4px 4px 5px #efeeec;
	background-color:#f6f7f7;
	padding-bottom:0px;
}      
        
.resultsFieldSet legend{  
	border: solid 1px #dddddd;
	background-color:#f6f7f7;
	color:#0f8096;
	font-size:12px;
	margin-left:10px;
	width:180px;
	padding:7px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Gotham Narrow Book";
	margin-bottom:0px;
}      
         
.products {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 12px;
	float: left;
	width: 99%;
}
.products li {
	display: inline-block;            
	border: solid 1px #dddddd;
	background-color: #ffffff;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 10px;
	padding: 3px;
	width: 100%;
	max-width: 290px;
	float: left;
}
            
.products li:hover {                
	/*-webkit-transform:rotate(-5deg); -webkit-box-shadow:10px 10px 20px #dedede;
	transform:rotate(-5deg); box-shadow:10px 10px 20px #dedede;  */                
	-webkit-box-shadow:10px 10px 20px #dedede;
	box-shadow:10px 10px 20px #dedede;                 
} 
.products li a {
	display: block;
	color: white;          
	padding: 7px;
	text-decoration: none;
	background: #00a6c6 url('/global-assets/img/arrowRight.png') no-repeat right center;
}
.products li a:hover {
	background-color: #c5093d;
}  
#filtersContainerControls {
	display:inline-block;
	float: left;
	width: 99%;
	margin-bottom: 15px;
}
#keywordFilterContainer {
	width:100%;
	float: left;
}
#keywordFilterContainer > .filter:last-of-type {
               margin-left:0;
}	
										
#productDetails {
	margin-top:20px; 
}
            
#productDetails .product {
	margin:15px;
	background-color:White; 
	border: solid 1px #dddddd;
	padding:15px;
	/*min-height: 250px;*/
	
}
           
#productDetails .productTypeIcon{
	display:inline-block;
	vertical-align:top;     
}
#productDetails .productName {
	display:inline-block;
	padding-top:5px;             
	vertical-align:top;  
	margin-bottom:15px;            
}
#productDetails .technical-information-files {
	margin-left:25px;
 
}
#productDetails .technicalFiles {
  
	border-bottom: solid 1px #dddddd;
	margin-bottom:15px;
}            
#productDetails .product-description {              
	border-bottom: solid 1px #dddddd;
	margin-bottom:15px;  
}
#productDetails .product-description img {              
	float: left;
	width:100%;
	/*max-width:250px;*/
	max-width: 120px!important;
}
#productDetails  #returnButtonContainer{
	padding:15px 0px 0px 17px;
}    
            
#results #returnButtonContainer{
	padding:0 0 20px 0;
}    
	  
#productDetails .returnButton, #results .returnButton{
	display: block;
	color: white;          
	padding: 7px;
	width:180px;
	text-decoration: none;
	background: #00a6c6 url('/global-assets/img/arrowLeft.png') no-repeat left center;
	text-transform:uppercase;
	text-align:right;
}
#productDetails .returnButton:hover, #results .returnButton:hover {                
	text-decoration: none;
	background-color: #c5093d;
	color: white;                 
}
			
#productDetails .product-banners {
	margin: 0 15px 15px 15px;
	background-color:White; 
	border: solid 1px #dddddd;
	padding:15px;	
	
}
#productDetails .product-banners .banner img{
	max-width:100%;
	width: 100%;
	object-fit: cover;
}
.right {
    float:right;
}
.below-text{
	padding-left: 23px;
	padding-right: 23px;
}
.technical-information-files a {
	font-size: 12px;
	line-height: 25px;
}
.product-description ul {
	float: left;
	width: 100%;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #686868;
}
.product-description ul li {
	float: left;
	width: 100%;
}  
.full-banner {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-color: White;
	border: solid 1px #dddddd;
	padding: 15px;
	clear: both;
}
.full-banner img {
	width: 100%;
}
@media (min-width: 980px) {
	.product-container {
		display: flex;
	}
	
	#productDetails .product-with-banners {
		margin: 15px;
		float: left;
		width: 53%;
		/*min-height: 261px !important;*/
	}
	
	#productDetails .product-banners {
		margin: 15px;
		width: 41%;
		float: left;
	}
	
	.w30 {
		width: 30%!important;
	}	
	
	#productDetails .product-banners .banner {
		margin-bottom:15px;
	}	
}