
div.section { width: 95%; }
@media all and (min-width: 52em) { div.section { width: 94% } 
  form.search {
        width: 50%;
    	 margin-left: 300px;
  }
}
@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% } 
   form.search {width: 60%;}
}
@media all and (min-width: 60em) { 
  div.section { width: 90% } 
  header.banner {
  width: 90%;
  margin: 0 auto;
   form.search {width: 70%;}
 }
 
 
 body {
   background-image: url(//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/bg.png?293);
   background-repeat: repeat;
 }
 
 form.search {
   float: left;
   margin-left: 300px;
   margin-top: -72px;
 }
  
  
  div.section[role="main"] {
    max-width: 88%;
    margin: 0 auto;
    padding: 10px 1%;
  }
  footer[role="colophon"] {
    width: 90%;
    margin: 0 auto;
  }
}

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

.primary.right {
  position: relative;
  padding-top: 7px;
}
.primary.right:before {
    background: none repeat scroll 0 0 #ddd;
    bottom:10px;
    content: "";
    display: block;
    left: -1.3%;
    position: absolute;
    top: 10px;
    width: 1px;
}


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

header.banner {
  height: 160px;
}

header.banner div.header {
  background: url(//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/nebula2.png?293) repeat-y scroll -61px 131px transparent;
}
header.banner div.header .nebula {
  background: url(//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/gas2.png?293) repeat-y scroll -61px 131px transparent;
}

form.search {
	display: block;
	text-align: right;
	margin-top: -72px;
}

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;
}
.ie8 h2 {
	font-size: 32px;
	margin: 1em 1% 0.5em;
}
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;
}
#summary-items > b {
    left: 39px;
    position: absolute;
    top: -4px;
}
div.cart-summary a {
	display: block;
		
	background-color:#1C3E8E;
	color: #666;
	right: -215px;
	position:relative;
	padding-left: 5px;
	
	overflow: hidden;
	text-transform: uppercase;
	text-decoration: none;
}
div.cart-summary.active a {
	
	background-position: 7px -41px;
	
}

div.cart-summary.active.info a {
  right: auto;
}
div.cart-summary a:hover,
div.cart-summary a:focus {
		
  right:auto;
	
}
div.cart-summary a span.items {
	float: left;
		
	background-position: 0px -142px;
	padding:0;
	color: #FFFFFF;
	   height: 45px;
	   text-align: center;
	   width: 59px;
	   padding-top:2px;
	   font-weight:normal;
	
}

div.cart-summary a span.items.less99 {
 position: relative;
}
div.cart-summary.active a span.items {
		
	color: #fff;
	
}
div.cart-summary.active a:hover span.items {
	text-decoration: underline;
}
div.cart-summary a span.total {
	display: block;
	float: left;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
		
	background-position: 7px 7px;
	padding: 0.6923em 0.6923em 0.6923em 0.1923em;
	
}
div.site-title {
	margin-top: 0;
	top: 7px;
	background: url(//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/nebula.png?293) repeat scroll -1px 58%;
	height: 113px;
}
div.site-title img {
  top: 10px;
  position: relative;
}
/*div.site-title:hover {
  animation-name: nebula;
  animation-duration: 120s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  /* Firefox: *!/
  -moz-animation-name: nebula;
  -moz-animation-duration: 120s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  /* Safari and Chrome: *!/
  -webkit-animation-name: nebula;
  -webkit-animation-duration: 120s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  /* Opera: *!/
  -o-animation-name: nebula;
  -o-animation-duration: 120s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-play-state: running;
  }*/
@keyframes nebula
{
from {background-position: -10000px -0px;}
to {background-position: 0 0;}
}

@-moz-keyframes nebula /* Firefox */
{
from {background-position: -10000px -0px;}
to {background-position: 0 0;}
}

@-webkit-keyframes nebula /* Safari and Chrome */
{
from {background-position: -10000px -0px;}
to {background-position: 0 0;}
}

@-o-keyframes nebula /* Opera */
{
from {background-position: -10000px -0px;}
to {background-position: 0 0;}
} 



table.cart a.product img {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}
div.site-title a {
	font-size: 65px;
	margin-right: 0;
}
p.store-info {
	font-size: 14px;
}
div.collection-header {
	padding: 1em;
}
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 {

}
ul.collection-nav {
	min-height: 2.6em;
	margin: 0 auto 0;
	width: 98%;
}
ul.collection-nav li {
	display: block;
	float: left;
	
	margin: 0
	padding: 0 1em 0 0;
	
}
ul.collection-nav li.explore-all-our-products {
  position: relative;
}
ul.collection-nav li.explore-all-our-products a {
  padding-right: 35px;
  background-image: url(//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/an-icons.png?293);
  background-repeat: no-repeat;
  background-position: right -105px;
  width: 208px;
}
ul.collection-nav li.explore-all-our-products li a {
  width: auto;
  background-image: none; 
}

.collection.explore-all-our-products:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #172155 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: block;
    height: 0;
    right: -12px;
    position: absolute;
    top: 0;
    width: 0;
}

ul.collection-nav li ul.collection-tags {
  width: 247px;
  border: 4px solid  #19479D;
  display: none;
}



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;
	background: #fff;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}




.ie8 ul.half,
.ie8 ul.third,
.ie8 ul.quarter {
	width: 98%;
	margin: 0 auto;
}
ul.half li,
ul.third li,
ul.quarter li {
	float: left;
	margin-right: 2%;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.half li:hover,
ul.third li:hover,
ul.quarter li:hover {
  background-color: #EBF6FF;
}



ul.half li {
	width: 49%;
}
ul.third li {
	width: 32%;
}
ul.quarter li {
	width: 23.5%;
	background: #fff;
}
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.products li {
  position: relative;
}

ul.products li:after {
  display: block;
  content: "";
  position: absolute;
  right: -4.5%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(204,204,204) 50%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(204,204,204) 50%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(204,204,204) 50%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(204,204,204) 50%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(204,204,204) 50%, rgb(255,255,255) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(255,255,255)),
	color-stop(0.5, rgb(204,204,204)),
	color-stop(1, rgb(255,255,255))
);}

ul.products li.last:after {
  display: none;
} 


ul.sub-list.hide {
	display: block;
}
p.list-toggle {
	display: none;
}
ul.footer-nav li {
	float: left;
}

/* pages */
.page .primary.left {
  float: none;
  width: 50%;
  margin: 0 auto;
}
/* endpages */

.ie7 .banner,
.ie8 .banner,
.ie9 .banner,
.ie7 div.section,
.ie8 div.section,
.ie9 div.section,
.ie7 footer[role="colophon"],
.ie8 footer[role="colophon"],
.ie9 footer[role="colophon"] {
  width: 980px;
  margin: 0 auto;
}

.ie8 form.search {
  margin-left: 300px;
  width: 50%;
}