


/* @group Reset */
body { color: #333333; line-height: 1.2em; font-size: 14px; -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: 'Bliss Regular', 'Myriad Pro', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;;
	font-weight: normal;
	font-style: normal;
}
body,
input,
ul.sublinks p,
ul.presslinks p,
ul.products span.image {
	font-family: 'Bliss Regular', 'Myriad Pro', 'Gill Sans', 'Gill Sans MT', Calibri, 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: 'Bliss Bold', 'Myriad Pro', 'Gill Sans', 'Gill Sans MT', Calibri, 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: 'Bliss Italic', 'Myriad Pro', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;;
	font-weight: normal;
	font-style: italic;
}

/* @end Fonts */

/* @group General */

html {
	height: 100%;
	
}

body {
	background-color: #FFFFFF;
	
	
		

	
	
	
}
h1, h2, h3 {
		
	text-transform: uppercase;
	
	line-height: 1em;
}
h1.page-title {
	margin-bottom: 0.25em;
		
	background-color: #E4E4E4;
	background-color: rgba(0,0,0,0.1);
	padding: 0.25em;
	
}
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: #ac0e1d;
	text-decoration: none;
}
a:hover,
a:focus,
div.large-image:hover span.enlarge-icon,
div.large-image:focus span.enlarge-icon {
	color: #ac0e1d;
	text-decoration: underline;
}
p {
	margin: 0.5em 0;
}
blockquote {
	margin: 2em 0;
	font-size: 15px;
}
thead tr {
	
	border-bottom: 2px solid #333333;
	
}
tbody tr {
	
	border-bottom: 1px solid #E8E8E8;
	
}
tbody td {
}
table thead th {
	font-size: 13px;
	text-transform: uppercase;
	padding: 0.5em 0;
}
table td {
	padding: 0.5em 0;
}
div.section {
	position: relative;
	clear: both;
	width: 96%;
	max-width: 67em;
	margin: 0 auto;
}
.wf-loading div.section {
	visibility: hidden;
}
div.clear {
	overflow: hidden;
}
div.hidden {
	display: none;
}
.divided {
	
	border-top: 1px solid #E8E8E8;
	
}
/* @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: #333333;
	background-color: #ffffff;
	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: #ffffff;
	
	width: auto;
	padding: 0.2em 1em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5em;
	
	background: #ac0e1d;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	
	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: #ac0e1d;
	
}
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 {
	text-transform: uppercase;
	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 */
div.header {
	position: relative;
		
	border-top: 2px solid #E8E8E8;
	
}
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;
	
	text-transform: uppercase;
	
}
ul.global-nav li a {
	display: block;
	padding: 0.0769em 0.6154em;
	
	border-left: 2px solid #333333;
	
}
ul.global-nav li:first-child a {
	border-left-width: 0;
}
ul.global-nav li a.current {
	
	color: #333333;
	
}

div.cart-summary {
	float: right;
	margin-bottom: 0.5em;
	width: 8em;
}
div.cart-summary a {
	display: block;
	text-transform: uppercase;
	
	background-color: #E8E8E8;
	background-color: rgba(0,0,0,0.09);
	color: #666;
	
}
div.cart-summary.active a {
	color: #ac0e1d;
	
	background-position: 6px -40px;
	
}
div.cart-summary a span.items {
	display: block;
	padding: 0.625em 0.125em 0.625em 32px;
	background-image: url("//cdn.shopify.com/s/files/1/0109/0792/t/5/assets/assets-lighthouse.png?15461730318892362626");
	background-repeat: no-repeat;
	
	background-position: 6px 8px;
	
}
div.cart-summary a span.total {
	display: none;
	padding: 0.625em 0.625em 0.625em 0.125em;
}
div.cart-summary div.message {
	z-index: 2;
	position: relative;
	
	color: #ffffff; background-color: #333333;
	
	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: -6px; left: 10px;
	width: 12px; height: 6px;
	content: '';
	background: url("//cdn.shopify.com/s/files/1/0109/0792/t/5/assets/assets-lighthouse.png?15461730318892362626") 0 -280px no-repeat;
}
div.site-title {
	clear: right;
	
	text-transform: uppercase;
	
	margin: 0.5em 0;
}
div.site-title a {
	font-size: 42px;
	line-height: 1em;
	text-decoration: none;
	
	color: #333333;
	
	
}
div.site-title a.logo {
	display: block;
}
div.site-title p {
	font-size: 13px;
	
}
form.search {
	position: relative;
	display: block;
	clear: both;
	margin-bottom: 0.5em;
	float: right;
}
form.search.hide {
	display: none;
}
form.search input,
form.search input[type="search"] {
	width: 16.9em;
	padding-right: 32px;
	
}

form.search input[type="submit"] {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	text-indent: -9999em;
	overflow: hidden;
	width: 28px;
	height: 2.7em;
	margin: 0 0 0 -32px;
	padding: 0;
	border: none;
	background: url("//cdn.shopify.com/s/files/1/0109/0792/t/5/assets/assets-lighthouse.png?15461730318892362626") 0 -88px 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/0109/0792/t/5/assets/assets-lighthouse.png?15461730318892362626");
	background-repeat: no-repeat;
}
a.nav-toggle {
	margin-right: 11.5em;
	padding-right: 28px;
	background-position: right -288px;
	
	color: #ffffff;
	background-color: #333333;
	
	text-transform: uppercase;
}
a.nav-toggle:hover,
a.nav-toggle:focus {
	text-decoration: none;
}
a.search-toggle {
	margin-left: 0.5em;
	width: 1em;
	height: 1.2em;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	background-position: 5px -87px;
	
	background-color: #E8E8E8;
	background-color: rgba(0,0,0,0.09);
	
}
ul.collection-nav {
	position: relative;
	clear: both;
	padding-left: 0;
	
	background-color: #333333;
	
    border-radius: 5px;
}
ul.collection-nav.hide {
	display: none;
}

ul.collection-nav li {
	list-style: none;
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	
	background-color: #333333;
	
}
ul.collection-nav li a {
	display: block;
	
	color: #ffffff;
	padding: 0.625em 0.61em;
	
	text-decoration: none;
}
ul.collection-nav li a:hover,
ul.collection-nav li a:focus,
ul.collection-nav li a.current {
	
	background-color: #555;
	
}
ul.collection-nav li.brand a {
	padding: 3px 0 3px 10px; 
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px; 
}
ul.collection-nav li.brand {
	border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px; 
}
ul.collection-nav li ul.collection-tags {
	margin: 0; padding: 0;
	display: none;
}
ul.collection-nav ul.collection-tags li {
	display: block;
	text-transform: none;
	margin: 0; padding: 0;
}
p.store-info {
	clear: both;
	font-size: 12px;
	text-align: center;
	
	padding: 0.5em 0;
	
}
/* @end Header */

/* @group Footer */

div.footer div.section {
	margin-top: 3em;
	
	border-top: 1px solid #BBBBBB;
	
}
ul.footer-nav {
	font-size: 14px;
	padding-left: 0;
	margin: 3px 0 0;
	padding: 0.5em 0 0.5em 0.5em;
	overflow: hidden;
	
	background-color: #FFFFFF;	
	
}
ul.footer-nav li {
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}
ul.footer-nav li a {
	display: block;
	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;
}
.disclaimer {
 	color:#BBBBBB; 
    text-align: justify;
    padding-bottom: 50px;
}
.purchase {
	margin-top: 5px !important; 
}
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/0109/0792/t/5/assets/cards.png?15461730318892362626") 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.5em 0 0 0;
	
	border-top: 0;
	
}
ul.breadcrumb li {
	list-style: none;
	float: left;
	font-size: 14px;
	
	text-transform: uppercase;
	
}
ul.breadcrumb li a {
	padding-right: 28px;
	font-size: 14px;
	background: url("//cdn.shopify.com/s/files/1/0109/0792/t/5/assets/assets-lighthouse.png?15461730318892362626") right -172px no-repeat;
}
/* @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/0109/0792/t/5/assets/assets-lighthouse.png?15461730318892362626") 0 0 no-repeat;
	background: rgba(0,0,0,0.1) url("//cdn.shopify.com/s/files/1/0109/0792/t/5/assets/assets-lighthouse.png?15461730318892362626") 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: #ffffff;
	
}
div.pagination a,
div.pagination span a {
	display: block;
	background-color: #ac0e1d;
	
	color: #ffffff;
	
}
div.pagination a:hover,
div.pagination a:focus,
div.pagination span a:hover,
div.pagination span a:focus {
	color: #ffffff;
	background-color: #ac0e1d;
	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;
	
	background-color: #FFF;
	padding: 0.5em;
	
}
#carousel img {
	display: none;
}
ul.carousel-images h2 {
	
	color: #333333;
	font-size: 33px;
	
	text-shadow: 1px 1px solid rgba(255,255,255,0.5);
	margin: 0;
    text-align: center;
    font-weight: 400;
}
ul.carousel-images div.product p {
	font-size: 16px;
	
	text-transform: uppercase;
	
}
ul.carousel-images div.product p.price {
	font-size: 20px;
	
	color: #ac0e1d;
    font-weight: 700;
	
}
ul.carousel-nav {
	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/0109/0792/t/5/assets/carousel-lighthouse.png?15461730318892362626");
	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;
    display:none;
}
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: #333333;
    font-style: italic;
    letter-spacing: 1px;
    border-radius: 5px;
    min-height: 50px;
	
}
/* @end Sublinks */

/* @group Presslinks */

ul.presslinks, ul.ziplinks {
	overflow: hidden;
	padding-left: 0;
}
ul.presslinks li, ul.ziplinks li {
	list-style: none;
	overflow: hidden;
	margin-bottom: 1em;
}
ul.presslinks a, ul.ziplinks a {
	text-decoration: none;
	max-width: 300px;
	margin: 0 auto;
}
ul.presslinks img, ul.ziplinks img {
	max-width: 100%;
}
ul.presslinks a h3, ul.ziplinks 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.presslinks a:hover h3, ul.ziplinks a:hover h3 {
		
	background: #123; background: rgba(17,34,51,0.9);
	
}
ul.presslinks p, ul.ziplinks p {
	margin: 0;
	padding: 2.7em 0.5em;
	font-size: 13px;
		
	color: #333333;
    font-style: italic;
    letter-spacing: 1px;
    border-radius: 5px;
    min-height: 50px;
	
}
.release-links a {
 	color: #333333; 
    margin:0 5px;
}
.release-links a:hover {
 	color: #AC0E1D; 
}
/* @end Presslinks */

/* @end Home */

/* @group Collection */
div.collection-header {
	padding: 1em;
		
	background: #999;
	color: #FFF;
	margin-bottom: 0.5em;
	
}
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;
}
ul.products {
	margin-top: 0;
	padding-left: 0;
	overflow: hidden;
	
}
ul.products li {
	list-style: none;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2em;
}
ul.products li:nth-child(odd) {
	clear:left;
}

ul.products a {
	display: block;
}
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 {
	
	border-color: #333333;
		
}
	
ul.products a b {
	color: #333333;
}
ul.products a:hover b,
ul.products a:focus b {
	color: #ac0e1d;
}
.highlight {
	background: rgba(255,255,0,0.15);
	background: #FDFDD7;
}
em.price {
	margin-top: 0.5em;
	display: block;
	font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
	
	color: #ac0e1d;
	
}
em.dl-zip {
	margin-top: 0.1em;
	display: block;
	font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
	
	color: #ac0e1d;
	
}
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: #333333; font-size: 15px; text-transform: uppercase;
	padding: 0.5em;
	
	border-bottom: 1px solid #E8E8E8;
	
}
ul.sub-list a {
	padding-left: 32px;
	background: url("//cdn.shopify.com/s/files/1/0109/0792/t/5/assets/item-arrows-lighthouse.png?15461730318892362626") 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 {
	
	color: #ffffff;
	background-color: #666;
	
	background-position: 9px -90px;
}
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;
	
}
ul.sub-list li.current li a {
	color: #333333;
	background-color: transparent;
	background-position: 9px 10px;
	border-bottom: none;
	font-size: 13px;
}
ul.sub-list li.current li a:hover,
ul.sub-list li.current li a:focus {
	color: #ac0e1d;
	background-color: transparent;
	background-position: 9px 9px;
}
ul.sub-list li.current li.current a {
	color: #ac0e1d;
}
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;
	text-transform: uppercase;
	background: #ffffff url("//cdn.shopify.com/s/files/1/0109/0792/t/5/assets/assets-lighthouse.png?15461730318892362626") 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/0109/0792/t/5/assets/loading.gif?15461730318892362626") 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: #333333;
	
	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 div.pinterest {
    display: inline-block;
    margin-right: 0.5em;
    position: relative;
}
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/0109/0792/t/5/assets/social.png?15461730318892362626") 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: #ac0e1d;
	text-transform: uppercase;
}
ul.tabs li a:hover {
	background: #F2F2F2;
	background: rgba(0,0,0,0.05);
	text-decoration: none;
}
ul.tabs li a.current {
	color: #333333;
	border-bottom-color: #ffffff;
	background: transparent;
	background: rgba(0,0,0,0);
}
div.product-description div.details {
	
	border: 1px solid #E8E8E8;
	
	padding: 0.5em 1em 0.5em 1em;
}
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: #333333;
}
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: #ac0e1d;
	margin-left: 0.5em;
}
p.checkout {
	text-align: right;
}
/* @end Cart */

/* @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 {
	text-transform: uppercase;
	padding-top: 0.5em;
	margin-bottom: 1em;
	
	border-top: 2px solid #333333;
	
}
/* @end Page */


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



/* @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-right: 1%;
		width: 48%;
	} 
}
@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;
	}
  
	ul.presslinks a, ul.ziplinks a {
		max-width: none;
        font-size: 26px;
	}
	ul.presslinks a h3, ul.ziplinks a h3 {
		margin-top: 0;
		float: none;
	}
	ul.presslinks img, ul.ziplinks img {
		position: relative;
		z-index: 4;
		float: left;
		margin-right: 1em;
	}  
}
/* @end Media Queries */

#guest {
 	float: left;
	width: 45%;
	text-align: right;
	padding-right: 5%; 
}
#recover-password, #customer {
	float: right;
	width: 50%; 
    padding-bottom: 15px; 
}
#customer h2, #recover-password h2 {
	font-size: 18px;
	margin: 1em 0 0.5em 0;
	font-weight: bold; 
}