
p.media-caption {
	margin: 10px 0 0;
	font-size: 90%;
	font-style: italic;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}

.product-footer h3 {    
    margin-top: 30px;
}

ul.benefits {    
    padding: 20px 25px 20px 25px;
}

ul.benefits li {
	font-size: 18px;	
	padding: 10px 0px 10px 0px;
	color: rgb(11, 90, 156);	
	margin-left:0px;
	list-style: none; 
}

ul.capabilities {    
    padding: 20px 25px 20px 25px;
}

ul.capabilities li {
	font-size: 18px;	
	padding: 10px 0px 10px 0px;
	color: rgb(11, 90, 156);	
	margin-left:0px;
	list-style: none; 
}

ul.features {    
    padding: 20px 25px 20px 25px;
}

ul.features li {
	font-size: 18px;
	padding: 10px 0px 10px 0px;	
	list-style: none; 
}

ul.downloads {
    background-color: #f6f6f6;
    background-color: rgb(246,246,246);
    padding: 20px 25px 20px 25px;
}

ul.downloads li {
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    color: rgb(20, 31, 55);
    list-style: none;
}

.pages {
    padding: 0px;
    margin: 0px;    
}

.pages div {
    font-size: 16px;    
    padding: 20px 25px 20px 25px;        
}

ul.links { 
    padding: 15px 25px 15px 25px;
}

ul.links li {
    font-size: 16px;
    padding: 15px 0px 15px 0px;
    color: rgb(20, 31, 55);
    list-style: none;
}

.fieldname {	
	padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f6f6f6;
    margin: 2px;    
}

.argument {
	padding-top: 5px;
    padding-bottom: 5px;
    margin: 2px;    
}

.pad-bottom {
    margin-top: 30px;
}

.no-bullet {
    list-style: none;
}

.address-table p {
    margin: 0px;    
}

.address-table td {   
    border-width: 1px;
}

.address-table td:nth-child(1) {     
    width: 160px;
    background-color: #f6f6f6;    
    
}

.spec-table p {
    margin: 0px;    
}

.spec-table td {   
    border-width: 1px;
}

.spec-table td:nth-child(1) {     
    width: 200px;
    background-color: #f6f6f6;    
    
}

@media only screen and (max-width: 400px) {
    .spec-table td:nth-child(1)
    {     
        width: 130px;
        background-color: #f6f6f6;  
    }
}

ul {
        margin-left:0px;
}

ul.values li:before {	
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';    
    padding-right: 10px;

}

ul.values li {
    font-size: 14px;	
	color: rgb(46, 137, 182);
	padding-bottom: 5px;
	margin-left:0px;
	list-style: none; 
}


address div {
    padding-left: 0px ! important;
}


.newsletter-pad {
    padding: 10px 15px 5px 15px;    
}


div.acu-banner {	
    font-size: 15px;
}

div.acu-banner h1 {	
    font-size: 30px;    
    font-weight: 700;        
    text-transform: uppercase;
}



@media only screen and (min-width: 400px) and (min-height: 400px) {
div.acu-banner {	
    font-size: 20px;
}

div.acu-banner h1 {	
    font-size: 30px;        
}

}

@media only screen and (min-width: 600px) and (min-height: 600px) {
div.acu-banner {	
    font-size: 25px;
}

div.acu-banner h1 {	
    font-size: 45px;        
}

}

/*

.monochrome {
    margin-top: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;    
    
}
.monochrome:hover {
    filter: none;
 
}

@media (hover: none) {
    .monochrome {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }
}


.monochrome img {
    border-radius: 10px;
}

.monochrome {
    border-radius: 10px;
}

*/

@media (max-width:767px) {

	.acu.gallery .item:nth-child(3n+1) {
		clear:both;
	}

}

@media (min-width:768px) {

	.acu.gallery .item:nth-child(4n+1) {
		clear:both;
	}

}


.ship-container {
  position: relative;  
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.ship-image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .5s ease;  

}


.ship-text {
  color: white;
  font-size: 14px;  		
  font-weight:600;        
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0; 
  text-align: center;
  width: 100%;   
}

.ship-container:hover .ship-text {
    opacity: 1;
}

.ship-container:hover .ship-image {
    opacity: 0.5;

}

@media (hover: none) {
    .ship-text {          
          opacity: 1;            
    }

    .ship-image {
          opacity: 0.5;
    }

}





.partner-logo img {    
    width: 100px;
    height: 100px;
    margin-top: 10px;     
}

.partner-logo {    
    text-align: center;         
}

@media (max-width: 700px) {
    .partner-logo img {
        width: 80px;
        height: 80px;
    }

    @media (max-width: 400px) {
        .partner-logo img {
            width: 60px;
            height: 60px;
        }
    }
}

.archive-warning {
    background-color: #f6f6f6;
    background-color: rgb(246,246,246);
    border-color:#f4f4f4;
    border-color:rgba(11,90,156,1);
    border: 1px solid;    
    border-radius: 10px;
}

nav.quick-links ul {
    margin-left:0px;
}
    
.hang li {
    padding-left: 17px;
    text-indent: -17px;
}


