
div.section { width: 95%; }
@media all and (min-width: 52em) { div.section { width: 94% } }
@media all and (min-width: 54em) { div.section { width: 93% } }
@media all and (min-width: 56em) { div.section { width: 92% } }
@media all and (min-width: 58em) { div.section { width: 91% } }
@media all and (min-width: 60em) { div.section { width: 90% } }

.button {
   border: 1px solid #0a3c59;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #06426c;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 1px solid #0a3c59;
   text-shadow: #1e4158 0 1px 0;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   color: #fff;
   }
.button:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
   color: #fff;
   }

.left { float: left; clear: left; }
.right { float: right; clear: right; }
.full { width: 100%; }
.primary { width: 75%; }
.secondary { width: 23%; }
.half { width: 49%; }

.align-right {
	text-align: right;
}

form.search {
	display: block;
	margin: -2.6666em 0 0;
	text-align: right;
}

form.search.hide,
ul.collection-nav.hide {
	display: block;
}
a.search-toggle,
a.nav-toggle {
	display: none;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 32px;
	margin: 1em 0 0.5em 0;
}
label {
	display: inline-block;
	float: left;
	line-height: 1.5em;
	width: 8em;
}
ul.global-nav {
	margin: 0 17.5em 0 0;
	float: right;
}
a.quantity-minus,
a.quantity-plus {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	width: 1.1em;
	height: 1.1em;
	padding: 0.2em;
	text-align: center;
	
	background-color: #CFCFCF;
	
	color: #333;
	text-shadow: 0 1px #FFF;
	opacity: 0.9;
}
a.quantity-minus:hover,
a.quantity-minus:focus,
a.quantity-plus:hover,
a.quantity-plus:focus {
	text-decoration: none;
	opacity: 1;
}
a.quantity-minus {
	margin-right: 0.25em;
}
a.quantity-plus {
	margin: 0 0.25em;
}
ul.global-nav {
	
	margin-right: 17em;
	
	float: right;
}
ul.global-nav li {
	font-size: 13px;
}
div.cart-summary {
	position: absolute;
	top: 0; right: 0;
	width: 17em;
	margin-bottom: 1em;
	overflow: hidden;
}
div.cart-summary a {
	display: block;
		
	background-color: #E8E8E8;
	background-color: rgba(0,0,0,0.09);
	color: #666;
	
	overflow: hidden;
	text-transform: uppercase;
	text-decoration: none;
}
div.cart-summary.active a {
	
	background-position: 7px -41px;
	
}
div.cart-summary a:hover,
div.cart-summary a:focus {
		
	background-color: #EEE;
	
}
div.cart-summary a span.items {
	float: left;
		
	background-position: 7px 7px;
	padding: 0.6923em 0.1923em 0.6923em 36px;
	
}
div.cart-summary.active a span.items {
		
	color: #336699;
	
}
div.cart-summary.active a:hover span.items {
	text-decoration: underline;
}
div.cart-summary a span.total {
	display: block;
	float: right;
		
	background-position: 7px 7px;
	padding: 0.6923em 0.6923em 0.6923em 0.1923em;
	
}
div.site-title {
	margin-top: 0;
}

table.cart a.product img {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}
div.site-title a {
	font-size: 65px;
	margin-right: 4em;
}
p.store-info {
	font-size: 14px;
}
div.collection-header {
	padding: 2em;
}
div.collection-header.image {
	padding: 0;
	overflow: hidden;
}
div.collection-header.image img {
	display: block;
	float: left;
	margin-right: 2em;
}
div.collection-header.image div {
	padding: 2em;
}
div.collection-header h1 {
	font-size: 50px;
}
ul.collection-nav {
	min-height: 2.6em;
	margin-top: 1.5em;
}
ul.collection-nav li {
	display: block;
	float: left;
	
	margin: 0
	padding: 0 1em 0 0;
	
}
ul.collection-nav li li {
	display: block;
	float: none;
	border: none;
}


ul.collection-nav li:hover ul.collection-tags,
ul.collection-nav li:focus ul.collection-tags {
	display: block;
	position: absolute;
	z-index: 10;
	
	background: #333;
	background: rgba(34,34,34,0.92);
	
	min-width: 9em;
	
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	
	-webkit-animation: fadeIn 0.6s 1;
	-moz-animation: fadeIn 0.6s 1;
	animation: fadeIn 0.6s 1;
}
ul.carousel-images div.text {
	position: absolute;
	z-index: 1;
	top: 10%;
	left: 50%;
	margin-top: 0;
	
	background: none;
	padding: 0;
	
	margin-right: 32px;
}
ul.carousel-images h2 {
	
	font-size: 60px;
	
}
ul.carousel-images div.product p {
	font-size: 20px;
}
ul.carousel-images div.product p.price {
	font-size: 24px;
}
ul.carousel-nav {
	position: absolute;
	z-index: 2;
	
	left: 0;
	right: 0;
	bottom: 20px;
	background: #CCC;
	background: rgba(0,0,0,0.12);
	margin: 0 20px 25px;
	padding: 10px 52px;
	
	overflow: hidden;
}
ul.carousel-nav li {
	display: block;
	list-style: none;
	max-width: 17.5%;
	float: left;
	margin-left: 2.5%;
}
ul.carousel-nav li.first {
	margin-left: 1.5%;
}
ul.carousel-nav.show4 li.first {
	margin-left: 10%;
}
ul.carousel-nav.show3 li.first {
	margin-left: 20.725%;
}
ul.carousel-nav.show2 li.first {
	margin-left: 31.25%;
}
ul.carousel-nav li img {
	display: block;
	max-height: 60px;
}
ul.carousel-nav li a {
	display: block;
	
	border: 5px solid #CCC;
	border: 5px solid rgba(0,0,0,0.1);
	
}
ul.carousel-nav li a:hover,
ul.carousel-nav li a:focus {
	
	border-color: #999;
	border-color: rgba(0,0,0,0.2);
	
}
ul.carousel-nav li.prev a,
ul.carousel-nav li.next a {
	height: 300px;
    margin: 0;
}

ul.carousel-nav li.current a {
	
	border-color: #333;
	
	cursor: default;
}
ul.sublinks li {
	width: 32%;
	margin-left: 2%;
	float: left;
}
ul.sublinks li:first-child {
	margin-left: 0;
}
ul.sublinks img {
	width: 100%;
	float: none;
	margin: 0;
}
ul.sublinks a h3 {
	position: relative;
	z-index: 5;
	margin: -1.5em 0 0 0;
}
ul.half,
ul.third,
ul.quarter {
	width: auto;
}
ul.half li,
ul.third li,
ul.quarter li {
	float: left;
	margin-right: 2%;
}
ul.half li {
	width: 49%;
}
ul.third li {
	width: 32%;
}
ul.quarter li {
	width: 23.5%;
}
ul.products li:nth-child(odd) {
	clear:none;
}
ul.products li.first:nth-child(odd),
ul li.first {
	clear: left;
}
ul li.last {
	margin-right: 0;
}
div.enlarged .left,
div.enlarged .right,
div.enlarged .half,
div.enlarged .primary,
div.enlarged .secondary {
	width: auto;
	float: none;
}
ul.sub-list.hide {
	display: block;
}
p.list-toggle {
	display: none;
}
ul.footer-nav li {
	float: left;
}