/*====================================================================*/
/* Widget styles */
/*====================================================================*/

/* ------------------------------------------------------------------ */
/* =Typography */
/* ------------------------------------------------------------------ */

/* General */


body {font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;}

/* ------------------------------------------------------------------ */
/* =General */
/* ------------------------------------------------------------------ */

/* Clearfixes */

.clearfix:after {display: block; clear: both; visibility: hidden; height: 0; content: ".";}

/* Resets */ 

* {margin: 0; padding: 0; vertical-align: baseline;}
img {border: 0;}
ul, ol, li {list-style: none;}

/* ------------------------------------------------------------------ */
/* =Links */
/* ------------------------------------------------------------------ */

a {
  font-weight: normal;
	color: #8a8a8a;
	text-decoration: none;
	}

/* ------------------------------------------------------------------ */
/* =Transitions */
/* ------------------------------------------------------------------ */

a,
img {transition: all 0.3s;}
	
/* ------------------------------------------------------------------ */
/* =Structure */
/* ------------------------------------------------------------------ */

body {
  background: transparent;
	text-align: left;
	font-size: 75%;
	line-height: 1.4; 
	color: #8a8a8a;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	}

/* Info */

p.info {
  float: right;
  text-align: center;
  }

p.info a {
  display: block;
  padding: 10px 20px 5px;
  min-width: 147px;
  background: #e8e8e4;
  }

p.info a:hover,
p.info a:focus {background: #ffedb9;}
  
p.info b {color: #047da3;}
 
p.info span {
  display: block;
  margin-top: 5px;
  height: 35px;
  background: url( //d1v5d6rnvon7us.cloudfront.net/assets/logos/banner-d76213c7b4c20fdf435d62bf52b11cd33fc23b4dacc5326946f11a05a831ea9a.png ) no-repeat 50% 50%;
  background-size: auto 100%;
  text-indent: -1000em;
  }
 
/* Grid */

ul.items {
  overflow: hidden;
  border: 1px solid #e8e8e4;
  background: #f6f6f4;
  }  	
  
ul.items li {float: left;}	
 		
ul.items a {
  display: block;
  margin: 10px;
  padding: 15px;
  min-height: 185px;
  background: #fff;
  color: #8a8a8a;
  }	
  	  		
ul.items a:hover,
ul.items a:focus {color: #047da3;}	
  	  		
ul.items img {display: block;}	
  		
ul.items a:hover img,
ul.items a:focus img {opacity: 0.9;}	
   	
ul.items h2 {
  margin: 10px 0 3px;
  font-weight: 400;
  font-size: 1.2em;
  }	
  
ul.items p {
  text-align: right;
  color: #9a9a9a;
  }  
  
ul.items p span.stock {float: left;}
