


/* @group Reset */
body { color: #222222; line-height: 1.2em; font-size: 100%; -webkit-font-smoothing: antialiased; }
html, body, div, form, fieldset, legend, label, li { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
th, td { text-align: left; }
h1, h2, h3, h4, h5, h6, th, caption { font-weight:normal; margin: 0 0 0.25em; line-height: 1em; }
ul, ol { margin: 0.5em 0; padding: 0 0 0 2em; }
img { border: 0; max-width: 100%; display: block; }
:focus { outline: 0; }
blockquote, q { margin: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
abbr { border: none; }
div.section { clear: left; }
input { -webkit-font-smoothing: antialiased; }
/* @end Reset */

/* @group Fonts */
h1,
h2,
div.site-title a { 
    font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

td.cost {
  text-align: right;
}
body,
input,
ul.sublinks p,
ul.products span.image {
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}
strong,
b,
a,
h3,
thead tr,
label,
div.cart-summary div.message,
ul.carousel div.product,
ul.breadcrumb li,
ul.sub-list li,
p.testimonial-name,
span.enlarge-icon,
span.sale-banner {
font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	font-style: normal;
}
em,
i,
blockquote,
p.store-info,
p.store-info a,
ul.carousel p.price,
em.price {
font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-style: italic;
}

/* @end Fonts */

/* @group General */

html {
	height: 100%;
	
}

body {
	background-color: #d9d9d9;
	
	
		
	background-image: url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/background-lighthouse.png?294");
	
	
	
}
h1, h2, h3 {
		
	
	
	line-height: 1em;
}
h1.page-title {
	margin-bottom: 0.25em;
		
	padding: 0.25em;
	border-bottom:1px solid #aaa;
	
}
h1 {
	font-size: 32px;
	margin: 0.5em 0 0.25em 0;
}
h2 {
	font-size: 28px;
	margin: 0.5em 0 0.25em 0;
}
h3 {
	font-size: 18px;
	margin: 1em 0 0.5em 0;
}
h1.higher, h2.higher, h3.higher {
	margin-top: 0;
}
a:link,
a:visited,
a:active,
span.enlarge-icon {
	color: #336699;
	text-decoration: none;
}
a:hover,
a:focus,
div.large-image:hover span.enlarge-icon,
div.large-image:focus span.enlarge-icon {
	color: #4477aa;
	text-decoration: underline;
}

header nav a:link,
header nav a:visited,
header nav a:active {
  color: #fff;
}
header nav a:hover,
header nav a:focus {
  color: #fff;
}

h1,h2,h3,h4,h5 {
  text-shadow: 0 1px 1px #fff;
}

p {
	margin: 0.5em 0;
	line-height: 1.4;
}
blockquote {
	margin: 2em 0;
	font-size: 15px;
}
thead tr {
	
	border-bottom: 2px solid #222222;
	
}
tbody tr {
	
	border-bottom: 1px solid #E8E8E8;
	
}
tbody td {
}
table thead th {
	font-size: 13px;
	
	padding: 0.5em 0;
}
table td {
	padding: 0.5em 0;
}
div.section {
	position: relative;
	clear: both;
	width: 98%;
	max-width: 98%;
	margin: 0 auto;
}

div.section[role="main"] {
  background:url(//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/mainbg.png?294) #fff;
  padding:10px 1%;
}

.ie8 div.section[role="main"] {
  padding: 10px 0;
}

.wf-loading div.section {
	visibility: hidden;
}
div.clear {
	overflow: hidden;
}


div.hidden {
	display: none;
}
.divided {
	
	border-top: 1px solid #E8E8E8;
	
}
* {
	-webkit-transition: color 0.3s linear,
		opacity 0.3s linear,
		background-color 0.3s linear,
		border-color 0.3s linear,
		outline-color 0.3s linear,
		-webkit-box-shadow 0.3s linear;
	-moz-transition: color 0.3s linear,
		opacity 0.3s linear,
		background-color 0.3s linear,
		border-color 0.3s linear,
		outline-color 0.3s linear,
		-moz-box-shadow 0.3s linear;
	transition: color 0.3s linear,
		opacity 0.3s linear,
		background-color 0.3s linear,
		border-color 0.3s linear,
		outline-color 0.3s linear,
		box-shadow 0.3s linear;
}
/* @end General */

/* @group Form Elements */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="search"],
textarea {
	width: 20em;
	
	padding: 0.3571em;
	
	-webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="search"],
textarea,
select {
	font-size: 14px;
	margin: 0;
	
	color: #222222;
	background-color: #fff;
	border: 1px solid #CCC;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0);
	box-shadow: 0 0 3px rgba(0,0,0,0);
	
	
}
.error input,
.error textarea {
	border-color: #990000;
}
input:hover {
	border-color: #BBB;
}
input:focus {
	border-color: #AAA;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	
	color:#fff;
	
	width: auto;
	padding: 0.5em 1em;
	
	text-align: center;
	line-height: 1.5em;
	
	background: #1265D9;
	background-image: linear-gradient(left bottom, rgb(10,57,123) 0%, rgb(18,101,217) 100%);
	background-image: -o-linear-gradient(left bottom, rgb(10,57,123) 0%, rgb(18,101,217) 100%);
	background-image: -moz-linear-gradient(left bottom, rgb(10,57,123) 0%, rgb(18,101,217) 100%);
	background-image: -webkit-linear-gradient(left bottom, rgb(10,57,123) 0%, rgb(18,101,217) 100%);
	background-image: -ms-linear-gradient(left bottom, rgb(10,57,123) 0%, rgb(18,101,217) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0, rgb(10,57,123)),
		color-stop(1, rgb(18,101,217))
	);
	
	border: none;
	cursor: pointer;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	-webkit-appearance: none;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	
	background-color: #4477aa;
	
}
input[type="submit"][disabled] {
	background: #999;
	opacity: 0.5;
	cursor: default;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
label {
	
	padding: 0.25em 0;
	display: block;
}
.error label {
	color: #990000;
}
select {
	display: inline-block;
	margin: 0.5em 0;
}
.no-wrap {
	white-space: nowrap;
}
/* @end Form Elements */

/* @group Header */

header.banner {
background:#172155 ;
background-image: linear-gradient(right bottom, #000010 16%, #172155 54%);
background-image: -o-linear-gradient(right bottom, #000010 16%, #172155 54%);
background-image: -moz-linear-gradient(right bottom, #000010 16%, #172155 54%);
background-image: -webkit-linear-gradient(right bottom, #000010 16%, #172155 54%);
background-image: -ms-linear-gradient(right bottom, #000010 16%, #172155 54%);

background-image: -webkit-gradient(
	linear,
	right bottom,
	left top,
	color-stop(0.16, #000010),
	color-stop(0.54, #172155)
);
}
header.banner div.header  {
  width: 100%;
  max-width: 100%;
}
div.header {
	position: relative;
		
	
	
}
ul.global-nav {
	display: block;
	margin: 0;
	padding-left: 0;
}
ul.global-nav li {
	list-style: none;
	display: inline-block;
	font-size: 11px;
	padding: 0.6154em 0;
	line-height: 1.1538em;
	
}
ul.global-nav li a {
	display: block;
	padding: 0.0769em 0.6154em;
	
	border-left: 2px solid #222222;
	
}
ul.global-nav li:first-child a {
	border-left-width: 0;
}
ul.global-nav li a.current {
	
	color: #336699;
	
}

div.cart-summary {
	float: right;
	margin-bottom: 0.5em;
	width: 8em;
}
div.cart-summary.active {
}

div.cart-summary a {
	display: block;
	
	
	background-color: #E8E8E8;
	background-color: rgba(0,0,0,0.09);
	color: #666;
	
}
div.cart-summary.active a {
	color: #336699;
	
	background-position: 6px -40px;
	
}
div.cart-summary a span.items {
	display: block;
	padding: 0;
	text-align: center;
	background-image: url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/an-icons.png?294");
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	
	background-position: 34px -141px;
	background-color:#1C3E8E;
	height:45px;
	height: 45px;
	padding: 3px 0 0;
	width:100%;
	
	}
div.cart-summary a span.total {
	display: none;
	padding: 0.625em 0.625em 0.625em 0.125em;
}
#summary-items > b {
    left: 72px;
    position: absolute;
    top: -3px;
}
div.cart-summary div.message {
	z-index: 2;
	position: relative;
	
	color: #222222;
	border:2px solid #fff
	
	min-height: 3em;
	font-size: 12px;
	text-align: center;
	padding: 1em; margin-top: 0.6666em; margin-bottom: 3px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3); -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.3); box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
div.cart-summary div.message strong {
	text-decoration: underline;
}
div.cart-summary div.message::before {
	display: block;
	position: absolute; 	
	top: -20px; right: 10px;
	width: 0px; height:0px;
	content: '';
	border: 12px solid #fff;
	border-color: transparent transparent #EBF6FF transparent;
}
div.site-title {
	/*clear: right;*/
	
	position:relative;
	top:10px;
	width:290px;
	
	margin: 0.5em 0;
}
div.site-title a {
	font-size: 42px;
	line-height: 1em;
	text-decoration: none;
	width: 280px;
	margin-left: 10px;
	
	color: #222222;
	
	
}
div.site-title a.logo {
	display: block;
}
div.site-title img.rocket {
    left: 15px;
    position: absolute;
    top: 12px;
    width: 101px;
    
    -moz-transition:all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
   transition:all 1s ease-in-out;
}

div.site-title:hover img.rocket {
  -moz-transform: rotate(-90deg);
   -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    
  animation-name: rocket;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  /* Firefox: */
  -moz-animation-name: rocket;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  /* Safari and Chrome: */
  -webkit-animation-name: rocket;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  /* Opera: */
  -o-animation-name: rocket;
  -o-animation-duration: 3s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-play-state: running;
}

/* animation */
@keyframes rocket
{
0% {
width: 100px;
height: auto;
opacity: 1;
margin-top: 0px;
}
50%{width: 90px;
height: auto;
opacity: 0.5;
margin-top: 3px;
}
100% {width: 100px;
height: auto;
opacity: 1;
margin-top: 0px;
}
}

@-moz-keyframes rocket /* Firefox */
{
0% {
width: 100px;
height: auto;
opacity: 1;
margin-top: 0px;
}
50%{width: 90px;
height: auto;
opacity: 0.5;
margin-top: 3px;
}
100% {width: 100px;
height: auto;
opacity: 1;
margin-top: 0px;
}
}

@-webkit-keyframes rocket /* Safari and Chrome */
{
0% {
width: 100px;
height: auto;
opacity: 1;
margin-top: 0px;
}
50%{width: 90px;
height: auto;
opacity: 0.5;
margin-top: 3px;
}
100% {width: 100px;
height: auto;
opacity: 1;
margin-top: 0px;
}
}

@-o-keyframes rocket /* Opera */
{
0% {
width: 100px;
height: auto;
opacity: 1;
margin-top: 0px;
}
50%{width: 90px;
height: auto;
opacity: 0.5;
margin-top: 3px;
}
100% {width: 100px;
height: auto;
opacity: 1;
margin-top: 0px;
}
}
/* end@animation */



div.site-title p {
	font-size: 13px;
	
}
form.search {
	position: relative;
	display: block;
	clear: both;
	margin-bottom: 0;
	float: left;
	width: 90%;
}
form.search.hide {
	display: none;
}
form.search input,
form.search input[type="search"] {
font-size: 16px;
    margin: 0 auto 10px 5px;
    padding: 0.7em 0.5em;
    width: 100%;
	
}

form.search input[type="submit"] {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	text-indent: -9999em;
	overflow: hidden;
	width: 48px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
	background: url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/an-icons.png?294") 0 -196px no-repeat;
	opacity: 0.5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
form.search input[type="submit"]:hover,
form.search input[type="submit"]:focus {
	opacity: 1;
}
a.nav-toggle,
a.search-toggle {
	padding: 0.6em 0.75em;
	display: block;
	margin-bottom: 0.5em;
	background-image: url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/an-icons.png?294");
	background-repeat: no-repeat;
}
a.nav-toggle {
	margin-right: 11.5em;
	padding-right: 28px;
	background-position: right -1px;
	
	color: #fff;
	background-color:#1E51AB;	
	height:29px;
	
	
}
a.nav-toggle:hover,
a.nav-toggle:focus {
	text-decoration: none;
}
a.search-toggle {
	margin-left: 0.5em;
	width: 1em;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	background-position: 50% -50px;
	
	background-color: #E8E8E8;
	background-color: rgba(0,0,0,0.09);
	
}
ul.collection-nav {
	position: relative;
	clear: both;
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 4px solid #19479D;
	
	background-color: transparent;
	
}
ul.collection-nav.hide {
	display: none;
}

ul.collection-nav li {
	list-style: none;
	font-size: 16px;
	display: block;
	
	padding: 0;
	margin: 0;
	
	background-color:#1E51AB;
	
	background-image: linear-gradient(bottom, #19479D 15%, #1E52AB 53%);
	background-image: -o-linear-gradient(bottom, #19479D 15%, #1E52AB 53%);
	background-image: -moz-linear-gradient(bottom, #19479D 15%, #1E52AB 53%);
	background-image: -webkit-linear-gradient(bottom, #19479D 15%, #1E52AB 53%);
	background-image: -ms-linear-gradient(bottom, #19479D 15%, #1E52AB 53%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, #19479D),
		color-stop(0.53, #1E52AB)
	);
	
	
	
}
ul.collection-nav li a {
	display: block;
	
	color: #d9d9d9;
	padding: 0.625em 0.75em;
	
	text-decoration: none;
}
ul.collection-nav li a:hover,
ul.collection-nav li a:focus,
ul.collection-nav li a.current {
	
	color:#fff;
	
}
ul.collection-nav li ul.collection-tags {
	margin: 0; padding: 0;
	/*display: none;*/
	width: 100%;
	background: #fff;
}
ul.collection-nav ul.collection-tags li {
	display: block;
	text-transform: none;
	margin: 0; padding: 0;
	background: #fff;
}

ul.collection-nav li.explore-all-our-products li a {
  background: #fff;
  color: #000;
}
ul.collection-nav li.explore-all-our-products li a:hover,
ul.collection-nav li.explore-all-our-products li a:focus {
  color: #000;
  text-decoration: underline;
}
p.store-info {
	clear: both;
	font-size: 12px;
	text-align: center;
	
	padding: 0.5em 0;
	
}
/* @end Header */

/* @group Footer */
footer[role="colophon"] {
  min-height: 300px;

  background:#172155;
 background-image: linear-gradient(bottom, rgb(0,0,16) 0%, rgb(23,33,85) 53%);
 background-image: -o-linear-gradient(bottom, rgb(0,0,16) 0%, rgb(23,33,85) 53%);
 background-image: -moz-linear-gradient(bottom, rgb(0,0,16) 0%, rgb(23,33,85) 53%);
 background-image: -webkit-linear-gradient(bottom, rgb(0,0,16) 0%, rgb(23,33,85) 53%);
 background-image: -ms-linear-gradient(bottom, rgb(0,0,16) 0%, rgb(23,33,85) 53%);
 
 background-image: -webkit-gradient(
 	linear,
 	left bottom,
 	left top,
 	color-stop(0, rgb(0,0,16)),
 	color-stop(0.53, rgb(23,33,85))
 );
 
 }

div.footer div.section {
	margin-top:0;
	
	border-top: 2px solid #222222;
	
}
ul.footer-nav {
	font-size: 14px;
	padding-left: 0;
	margin: 3px 0 0;
	padding: 0.5em 0 0.5em 0.5em;
	overflow: hidden;
}
ul.footer-nav li {
	list-style: none;
	padding: 0;
	
}
ul.footer-nav li a {
	display: block;
	color: #FFF;
	padding: 0.3572em 1.5em 0.3572em 0;
	
}
p.footer-info {
	text-align: center;
	padding-bottom: 1.5em;
	
	margin-top: 1.5em;
	border-bottom: 2px solid #E8E8E8;
	
}
div.copyright {
	
	overflow: hidden;
}
div.copyright p {
	font-size: 13px;
	float: left;
	padding: 0.5em 0;
	margin: 0;
	color: #eee;
}
ul.cards {
	float: right;
	margin: 10px 0;
}
ul.cards li {
	list-style: none;
	display: inline-block;
	width: 43px;
	height: 28px;
	border: 1px solid #D1D1D1;
	margin-left: 5px;
	background: url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/cards.png?294") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul.cards li.paypal {
	background-position: 0 0;
}
ul.cards li.amex {
	background-position: -43px 0;
}
ul.cards li.mastercard {
	background-position: -86px 0;
}
ul.cards li.visa {
	background-position: -129px 0;
}
ul.cards li.discover {
	background-position: -172px 0;
}
/* @end Footer */

/* @group Breadcrumb */
ul.breadcrumb {
	overflow: hidden;
	padding-left: 0;
	padding:0;
	background-color: #ccc;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 24px;
}
ul.breadcrumb li {
	list-style: none;
	float: left;
	font-size: 12px;
	
}
ul.breadcrumb li a {
	padding:0 10px;
	font-size: 12px;
	background: #ddd;
	height: 24px;
	display: block;
	line-height:24px;
	background: #ddd;
	margin-right: 20px;
	position: relative;
	
	background-image: linear-gradient(left, rgb(204,204,204) 0%, rgb(244,244,244) 100%);
	background-image: -o-linear-gradient(left, rgb(204,204,204) 0%, rgb(244,244,244) 100%);
	background-image: -moz-linear-gradient(left, rgb(204,204,204) 0%, rgb(244,244,244) 100%);
	background-image: -webkit-linear-gradient(left, rgb(204,204,204) 0%, rgb(244,244,244) 100%);
	background-image: -ms-linear-gradient(left, rgb(204,204,204) 0%, rgb(244,244,244) 100%);
	
	background-image: -webkit-gradient(
		linear,
		right bottom,
		right top,
		color-stop(0, rgb(244,244,244)),
		color-stop(1, rgb(255,255,255))
	);
}
ul.breadcrumb li a:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 12px solid #ddd;
  border-color: transparent transparent transparent #f4f4f4;
  position: absolute;
  top: 0;
  right: -24px;
}

/* @end Breadcrumb */

/* @group Pagination */
div.pagination {
	position: relative;
	padding-top: 6px;
	margin-bottom: 2em;
	overflow: hidden;
	text-align: center;
}
div.pagination span {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	top: 6px;
}
div.pagination span,
div.pagination span a {
	background: #DFDFDF url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/assets-lighthouse.png?294") 0 0 no-repeat;
	background: rgba(0,0,0,0.1) url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/assets-lighthouse.png?294") 0 0 no-repeat;
}
div.pagination span.prev {
	left: 0;
}
div.pagination span.prev,
div.pagination span.prev a {
	background-position: -1px -121px;
}
div.pagination span.next {
	right: 0;
}
div.pagination span.next,
div.pagination span.next a {
	background-position: 0 -145px;
}

div.pagination ul {
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
}
div.pagination li {
	list-style: none;
	background-color: #999;
	float: left;
	margin: 0 3px;
}
div.pagination li,
div.pagination span {
	display: block;
	width: 1.3333em;
	line-height: 1.3333em;
	
	color: #d9d9d9;
	
}
div.pagination a,
div.pagination span a {
	display: block;
	background-color: #336699;
	
	color: #d9d9d9;
	
}
div.pagination a:hover,
div.pagination a:focus,
div.pagination span a:hover,
div.pagination span a:focus {
	color: #d9d9d9;
	background-color: #4477aa;
	text-decoration: none;
}
/* @end Pagination */

/* @group Home */

/* @group Carousel */

div.carousel {
	position: relative;
	overflow: hidden;
}
ul.carousel-images {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	padding-left: 0;
	
	margin-bottom: 1.5em;
	
}
ul.carousel-images li {
	list-style: none;
	display: none;
}
ul.carousel-images li.current {
	display: block;
	z-index: 1;
}
ul.carousel-images li.show,
ul.carousel-images li.appear {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100%;
	z-index: 2;
	-webkit-transition: left 0.3s linear;
	-moz-transition: left 0.3s linear;
	-o-transition: left 0.3s linear;
	transition: left 0.3s linear;
}
ul.carousel-images li.appear {
	left: 0;
}
ul.carousel-images a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.carousel-images a {
	text-decoration: none;
}
ul.carousel-images img {
	max-width: 100%;
	max-height: 450px;
	margin: 0 auto;
}
ul.carousel-images div.text {
	position: relative;
	margin-top: -2em;
	
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	padding: 0.5em;
	
}
ul.carousel-images h2 {
	
	color: #222222;
	font-size: 40px;
	
	text-shadow: 1px 1px solid rgba(255,255,255,0.5);
	margin: 0;
}
ul.carousel-images div.product p {
	font-size: 16px;
	
	
	
}
ul.carousel-images div.product p.price {
	font-size: 20px;
	
	color: #336699;
	
}
ul.carousel-nav li {
	display: none;
}
ul.carousel-nav li.prev,
ul.carousel-nav li.next {
	display: block;
	position: absolute;
	top: 50%;
	margin-left: 0;
	margin-top: -150px;
	width: auto;
	background-image: url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/carousel-lighthouse.png?294");
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
ul.carousel-nav li.prev {
	background-position:  0 50%;
	left: 20px;
}
ul.carousel-nav li.next {
	background-position: -32px 50%;
	right: 20px;
}
ul.carousel-nav li.prev a,
ul.carousel-nav li.next a {
	display: block;
	width: 32px;
	height: 190px;
	border: none;
}
ul.carousel-nav li.prev:hover,
ul.carousel-nav li.prev:focus,
ul.carousel-nav li.next:hover,
ul.carousel-nav li.next:focus {
	opacity: 1;
}
ul.carousel-nav li.disabled,
ul.carousel-nav li.disabled:hover,
ul.carousel-nav li.disabled:focus {
	opacity: 0.2;
}
/* @end Carousel */

/* @group Sublinks */

ul.sublinks {
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 3em;
}
ul.sublinks li {
	list-style: none;
	overflow: hidden;
	margin-bottom: 1em;
}
ul.sublinks a {
	display: block;
	text-decoration: none;
	max-width: 300px;
	margin: 0 auto;
}
ul.sublinks img {
	max-width: 100%;
}
ul.sublinks a h3 {
	position: relative;
	z-index: 2;
	margin: -1.5em 0 0 0;
	padding: 0 0.5em;
	
	
	font-size: 21px;
	background: #1C1C1C; background: rgba(0,0,0,0.75);
	
	color: #FFF; line-height: 1.5em;
}
ul.sublinks a:hover h3 {
		
	background: #123; background: rgba(17,34,51,0.9);
	
}
ul.sublinks p {
	margin: 0;
	padding: 0.5em;
	font-size: 13px;
		
	color: #000;
	background-color: #E8E8E8;
	
}
/* @end Sublinks */

/* @end Home */

/* @group Collection */
div.collection-header {
	padding:0.5em 1em;
			
	color: #555;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	text-shadow: 0 1px 1px #fff;
	
}
div.collection-header.image img {
	display: none;
}
div.collection-header h1 {
	font-size: 40px;
	padding: 0;
	background: none;
	
}
div.collection-header p {
	font-size: 15px;
}

.alert.info {
    background: #EBF6FF;
    font-size: 12px;
    padding: 7px;
}

ul.products {
	margin-top: 0;
	padding-left: 0;
	overflow: hidden;
	
}
ul.products li {
	list-style: none;
	font-size: 15px;
	
	text-align: center;
	margin-bottom: 2em;
}
ul.products li:nth-child(odd) {
	clear:left;
}

ul.products a {
	display: block;
	width: 90%;
	margin: 0 auto;
}
ul.products a:hover,
ul.products a:focus {
	text-decoration: none;
}
ul.products span.image,
div.large-image,
ul.product-image-list a {
	position: relative;
	display: block;
	background-color: #ffffff;
	text-align: center;
	color: #333;
	text-transform: none;
	margin-bottom: 0.5em;
	
	overflow: hidden;
	
}

ul.products img {
	max-width: 100%;
	margin: 0 auto;
}
ul.products a:hover span.image,
ul.products a:focus span.image {
}
	
ul.products a b {
	color: #222222;
	text-align:left;
	display:block;
	height:38px;
	overflow:hidden;
}
ul.products a:hover b,
ul.products a:focus b {
	color: #4477aa;
}
.highlight {
	background: rgba(255,255,0,0.15);
	background: #FDFDD7;
}
em.price {
	margin-top: 0.5em;
	display: block;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	
	color: #cc3333;
	
}
em.price.sale {
	
	color: #D60A3D;
	
}
span.sale-banner {
	display: block;
	position: absolute;
	z-index: 2;
	
	top: 0.25em; left: -1.75em;
	padding: 0.5em 2em;
	font-size: 24px;
	color: #FFF;
	background-color: #D4083B;
	text-transform: lowercase;
	text-shadow: 0 -3px #A41D32;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
}
em.price del {
	
	color: #666;
	
	text-decoration: line-through;
	padding-right: 1em;
}

/* @group Sub List */
ul.sub-list,
ul.blog-list {
	padding: 0;
}
ul.sub-list.hide {
	display: none;
}
ul.sub-list li,
ul.blog-list li {
	list-style: none;
}
ul.sub-list a,
ul.blog-list a {
	display: block;
	color: #222222; font-size: 15px;
	padding: 0.5em;
	
	border-bottom: 1px solid #E8E8E8;
	
}
ul.sub-list a {
	padding-left: 32px;
	background: url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/item-arrows-lighthouse.png?294") 9px 10px no-repeat;
}
ul.sub-list li.current a,
ul.sub-list li.current a:hover,
ul.sub-list li.current a:focus,
ul.blog-list li.current a,
ul.blog-list li.current a:hover,
ul.blog-list li.current a:focus {
	

	
/*	background-position: 9px -90px;*/
}


ul.sub-list li > a,
ul.sub-list li > a:hover,
ul.sub-list li > a:focus,
ul.blog-list li > a,
ul.blog-list li > a:hover,
ul.blog-list li > a:focus {
color: #555;
text-shadow:0 1px #fff;
background: #ddd;
 background-image: linear-gradient(bottom, rgb(187,187,187) 0%, rgb(221,221,221) 100%);
 background-image: -o-linear-gradient(bottom, rgb(187,187,187) 0%, rgb(221,221,221) 100%);
 background-image: -moz-linear-gradient(bottom, rgb(187,187,187) 0%, rgb(221,221,221) 100%);
 background-image: -webkit-linear-gradient(bottom, rgb(187,187,187) 0%, rgb(221,221,221) 100%);
 background-image: -ms-linear-gradient(bottom, rgb(187,187,187) 0%, rgb(221,221,221) 100%);
 
 background-image: -webkit-gradient(
 	linear,
 	left bottom,
 	left top,
 	color-stop(0, rgb(187,187,187)),
 	color-stop(1, rgb(221,221,221))
 );  background-position: 0 0;
  
}

ul.sub-list a:hover,
ul.sub-list a:focus,
ul.blog-list a:hover,
ul.blog-list a:focus {
	
	background-color: #EEE
	
	text-decoration: none;
}
ul.sub-list li.current ul {
	padding-left: 20px;
	margin: 0;
	
	border-bottom: 1px solid #E8E8E8;
	
	background:#D9E3EC;
}

ul.sub-list li.current ul li {
  background: #fff;
}
ul.sub-list li.current li a {
	color: #222222;
	background: transparent;
	border-bottom: none;
	font-size: 13px;
}
ul.sub-list li.current li a:hover,
ul.sub-list li.current li a:focus {
	color: #4477aa;
	background-color: transparent;
	background-position: 9px 9px;
}
ul.sub-list li.current li.current a {
	color: #336699;
	background:transparent;
	position:relative;
}
ul.sub-list li.current li.current a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 17px solid #D9E3EC;
  border-color: transparent transparent transparent #D9E3EC;
}
ul.blog-list a {
	
}
/* @end Sub List */

/* @end Collection */

/* @group Product */
h3.vendor {
	margin-bottom: 1em;
}
h3.related {
	margin-top: 4em;
}
div.product-description {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
div.product-description em.price {
	font-size: 24px;
	margin-bottom: 1em;
}
div.product-description label {
	float: left;
	width: auto;
	min-width: 5em;
	padding-top: 0.5em;
}
ul.variants {
	padding-left: 0;
}
ul.variants li {
	list-style: none;
}
ul.variants label.sold-out {
	opacity: 0.5;
}
div.large-image {
	position: relative;
	min-height: 2em;
}
div.large-image img {
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
div.large-image span.enlarge-icon {
	position: absolute;
	right: 5px; bottom: 5px;
	padding: 5px 30px 5px 5px;
	background: #d9d9d9 url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/assets-lighthouse.png?294") right -215px no-repeat;
	background-color: rgba(255,255,255,0.75);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}
div.enlarged div.large-image span.enlarge-icon {
	background-position: right -242px;
}
div.large-image.loading {
	background: #ffffff url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/loading.gif?294") center center no-repeat;
}
div.large-image.loading img {
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
div.product-images {
	position: relative;
	overflow: hidden;
}
div.product-images img {
	max-width: 100%; max-height: 100%;
	margin: 0 auto;
}
div.product-images span.sale-banner {
	
	font-size: 40px;
	
}
ul.product-image-list {
	padding-left: 0;
	overflow: hidden;
}
ul.product-image-list li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
ul.product-image-list a.current,
ul.product-image-list a.current:hover,
ul.product-image-list a.current:focus {
	border-color: #222222;
	
	cursor: default;
}
div.large-image.action {
	cursor: pointer;
}
div.large-image.action:hover,
div.large-image.action:focus,
ul.product-image-list a:hover,
ul.product-image-list a:focus {
	border-color: #666;
}
div.social-links {
	padding: 0.5em 0;
}
div.social-links span.twitter,
div.social-links span.google {
	margin-right: 0.5em;
}
div.social-links .fb_iframe_widget iframe {
	position: relative;
	top: -3px;
}

ul.social {
	overflow: hidden;
	list-style:none;
	margin:0.5em 0 0;
	padding:0;
}
ul.social li {
	float: left;
}
ul.social a {
	display: block;
	padding-top:2px;
	padding-left:22px;
	margin-right:10px;
	background: url("//cdn.shopify.com/s/files/1/0182/2233/t/4/assets/social.png?294") 0 0 no-repeat;
}
ul.social .facebook a {
	background-position: 0 0;
}
ul.social .twitter a {
	background-position: 0 -100px;
}
ul.social .pintrest a {
	background-position: 0 -200px;
}
ul.social .youtube a {
	background-position: 0 -300px;
}
ul.social .flickr a {
	background-position: 0 -400px;
}
ul.social .vimeo a {
	background-position: 0 -500px;
}

ul.tabs {
	margin-bottom: -1px;
	padding-left: 0;
	overflow: hidden;
}
ul.tabs li {
	float: left;
	list-style: none;
	margin-right: 0.3em;
}
ul.tabs li a {
	display: block;
	padding: 0.5em;
	
	border: 1px solid #E8E8E8;
	background: #E8E8E8;
	background: rgba(0,0,0,0.1);
	
	color: #336699;
	
}
ul.tabs li a:hover {
	background: #F2F2F2;
	background: rgba(0,0,0,0.05);
	text-decoration: none;
}
ul.tabs li a.current {
	color: #222222;
	border-bottom-color: #d9d9d9;
	background: transparent;
	background: rgba(0,0,0,0);
}
div.product-description div.details {

	padding: 0.5em 3em 0.5em 0;
}
div.product-description div.details h2 {
	margin-top: 0.2;
	font-size: 20px;
}
div.product-description div.details h3 {
	margin-top: 0.35;
	font-size: 16px;
}
ul.product-pitch {
	overflow: hidden;
	list-style: none;
	margin: 1em 0 2em; padding: 2em 0 0 0;
}
ul.product-pitch li {
	
	background: #E8E8E8;
	background: rgba(0,0,0,0.09);
	
	padding: 1em 0;
}
ul.product-pitch h3 {
	font-size: 21px;
	margin: 0;
	padding: 0.25em 0.5714em 0.5em;
}
ul.product-pitch p {
	padding: 0 1em;
}
/* @end Product */

/* @group Cart */
table.cart tbody td {
	font-size: 21px;
	padding: 0.5em;
	
}
table.cart a.product {
	display: block;
	padding-top: 1.3em;
	line-height: 1;
	color: #222222;
}
table.cart a.product img {
	margin-top: -1.5em;
	margin-right: 0.5em;
	display: block;
	border: 1px solid #E8E8E8;
	margin-bottom: 0.5em;
}
table.cart a.remove {
	font-size: 13px;
}
input.quantity {
	vertical-align: top;
	width: 3em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
a.quantity-minus,
a.quantity-plus {
	display: none;
}
table.cart tfoot th,
table.cart tfoot td {
	padding: 0.5em 0.25em;
	text-align: right;
}
table.cart tfoot th {
	font-size: 21px;
	padding-top: 2em;
}
table.cart tfoot td {
	font-size: 12px;
}
table.cart tfoot .total {
	font-size: 40px;
	color: #CC3333;
	margin-left: 0.5em;
}
p.checkout {
	text-align: right;
}
/* @end Cart */

/* form */
form dl {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
form dt,
form dd {
  width: 90%;
  margin: 0 auto 0.7em;
  text-align: left;
  padding: 0;
}

form dl input[type="text"], 
form dl input[type="password"], 
form dl input[type="number"], 
form dl input[type="email"], 
form dl input[type="submit"], 
form dl input[type="search"], textarea {
  width: 100%;
}
/* @end form */


/* @group Blog */
div.article {
	margin: 1em 0;
	padding: 1em 0;
}
div.article:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0;
}
.meta {
	margin-top: -1em;
	margin-bottom: 1em;
	opacity: 0.75;
}
.meta:hover {
	opacity: 1;
}
div.notice {
	padding: 0.25em 0.75em;
	margin: 0.75em 0;
	background: #E1E8D9;
	background: rgba(51,102,0,0.15);
}
div.error.notice {
	background: #ECD5D5;
	background: rgba(153,0,0,0.15);
}
ul.comments {
	list-style: none;
	padding-left: 0;
}
ul.comments li {
	margin-bottom: 0.5em;
	padding-bottom: 2em;
	border-top: 1px solid #CCC;
}

/* @end Blog */

/* @group Page */
div.secondary div.article {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}
p.testimonial-name {
	
	padding-top: 0.5em;
	margin-bottom: 1em;
	
	border-top: 2px solid #222222;
	
}
/* @end Page */


/* @group Lighthouse */
/* @end Lighthouse */

/* DIGITAL COMICS */


/* Home Banners */
#home-ban {
    text-align:center;
    }
#home-ban img {margin:0 auto 20px;}
.page.digital-comics div.section[role="main"] {
    max-width:90%;
    }
.page.digital-comics footer[role="colophon"],
.page.digital-comics header.banner {
    max-width:92%;
    width:92%;
    }

.page.digital-comics .primary.left {
    width:100%;
    position:relative;
}

.page.digital-comics iframe {
        width:100%; 
        height:2000px;
        margin:0;
        z-index:0;
        padding:0;
        position:relative;
}
.page.digital-comics #iframe-container {
position:relative;
    width:1280px;
    max-width:1280px;
    margin:-621px auto 0;
}
.page.digital-comics .plate:after {
    color: #FFFFFF;
    content: "Another Universe";
    font-size: 12px;
    display:block;
    line-height: 27px;
    margin:0 10px;
    font-family:'arial', sans-serif;
}
.page.digital-comics .plate {
position:absolute;
left:639px;
top:622px;
display:block;
z-index:999;
height:29px;
width:225px;
background-color:#444;
background-image: linear-gradient(bottom, #444444 46%, #EFEFEF 100%);
background-image: -o-linear-gradient(bottom, #444444 46%, #EFEFEF 100%);
background-image: -moz-linear-gradient(bottom, #444444 46%, #EFEFEF 100%);
background-image: -webkit-linear-gradient(bottom, #444444 46%, #EFEFEF 100%);
background-image: -ms-linear-gradient(bottom, #444444 46%, #EFEFEF 100%);

background-image: -webkit-gradient(
    linear,
	left bottom,
	left top,
	color-stop(0.46, #444444),
	color-stop(1, #EFEFEF)
);

/* @group Animations */
@-webkit-keyframes fadeIn {
	from {
		display: block;
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* @end Animations */

/* @group Media Queries */
@media all and (max-width: 40em) {
	ul.products li {
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	} 
	
	div.site-title {
	  position:relative;
	  top:auto;
	}
}
@media all and (min-width: 30em) {
	ul.sublinks a {
		max-width: none;
	}
	ul.sublinks a h3 {
		margin-top: 0;
		float: none;
	}
	ul.sublinks img {
		position: relative;
		z-index: 4;
		float: left;
		margin-right: 1em;
	}

}
@media only screen and (min-width: 601px) {
form.search {
    width: 47%;
     margin-left: 300px;
  }
ul.collection-nav {
  border-bottom: 0;
}
}

#home-ban {
  margin: 0 auto;
}

#home-ban img {
  margin: 0 auto;
}

/* @end Media Queries */