/** Shopify CDN: Minification failed

Line 46:35 Expected identifier but found "*"
Line 700:28 Unexpected "{"
Line 952:0 Unexpected "="

**/

/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #ffffff; color:#000; text-shadow: none; }
::selection { background: #ffffff; color:#000; text-shadow: none; }


button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }




/* ====================================================== */
   
/* LAYOUT */
/* ====================================================== */

html {
	-webkit-text-size-adjust:none;
	overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	color:#ffffff;	
}
body.has-image {
	background: url('bg-body.png') repeat;
}

body.no-image {
	background-color: #f93838;
}

a:link, a:active, a:visited, a:hover { 
	text-decoration:underline;
	color: #f9d44c;
}

.container_10_styling {
	background-color: #f93838;
	margin-top:25px;
}

#main-container {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:417px;
}

#sub-container {
	background-color: #f93838;
	position:relative;
	left: 50%;
	margin-left: -502px;
	top:0;
	width:1004px;
	display:block;
	display:inline-block;
}

#pagetop {
	opacity:0;
}

.layout-content {
	min-height:570px;
}

img.absmiddle {
	/*vertical-align: middle;
	margin-bottom: .25em;*/
	position:relative;
	top:-10px;
}

.footer {
	/*min-height:300px;*/
	margin-bottom:20px;
}

div.multicolumn {
	-moz-column-count: 2;
	-moz-column-gap: 26px;
	-webkit-column-count: 2;
	-webkit-column-gap: 26px;
	column-count: 2;
	column-gap: 26px;
}

.left {
	position:relative;
	float:left;
}
.accepted-card {
	margin-right:12px;
	margin-bottom:12px;
}
.accepted-card-last {
	margin-bottom:12px;
}

ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin:0px;
	padding:0px;
	margin-left:17px;
	margin-top:8px;
	margin-bottom:22px;
}

ol {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin:0px;
	padding:0px;
	margin-left:19px;
	margin-top:8px;
	margin-bottom:22px;
}

ul li, ol li {
	margin-bottom:5px;
}

.footer ul {
	list-style-type: none;
	margin:0px;
}

.footer ul li {
	margin:0px;
	margin-bottom:6px;
}

ul.collections {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

ul.collections li {
	position:relative;
	float:left;
	margin-right:10px;
}

.debug {
	background-color:#f9f9f9;
	min-height:40px;
}

.tighten {
	padding-right:20px;
}
.pushright {
	position:relative;
	float:right;
}
.pushdown {
	position:relative;
	bottom:0px;
}

.hrule,.hrule-quiet {
	display:block;
	height:1px;
	line-height:1px;
	border-bottom: 1px dotted #c2212e;
}

.sharing {
	position:relative;
	float:left;
	margin-right:15px;
}

#add-cart {
	position:relative;
	float:right;
}

/* NAVIGATION */
#nav {
	margin-top:20px;
}

#search {
	margin-top:20px;
}

.search {
	width:170px;
}

#collections-nav {
	position:relative;
	float:right;
	top:-28px;
	z-index:999;
}

#collections-nav ul li {
	display:block;
	background-color:#666;
	position:relative;
	float:left;
	margin:0px;
	color:#fff;
	height:2em;
	text-align:center;
	line-height:2em;
	margin-right:1px;
}

#collections-nav ul li:last-child {
	border-right:none;
}

#collections-nav ul li a {
	display:block;
	background-color: #f0666c;
	margin:0px;
	color: #fbd7d7;
	height:2em;
	text-decoration:none;
	text-align:center;
	line-height:2em;
}

#collections-nav ul li a:hover, #collections-nav ul li a.current {
	background-color: #ffffff;
	color: #333333;
	text-decoration:none;
}

#pagination ul {
	list-style-type: none;
	margin:0px;
}
#pagination ul li {
	display:block;
	background-color:#666;
	position:relative;
	float:left;
	margin:0px;
	color:#fff;
	width:2em;
	height:2em;
	text-align:center;
	line-height:2em;
	margin-right:1px;
}

#pagination ul li:last-child {
	border-right:none;
}

#pagination ul li a {
	display:block;
	background-color:#f5f5f5;
	margin:0px;
	color:#555;
	width:2em;
	height:2em;
	text-decoration:none;
	text-align:center;
	line-height:2em;
}

#pagination ul li a:hover {
	background-color:#666;
	color:#fff;
	text-decoration:none;
}


ul#side-links {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#side-links.vlink-list li {
	position: relative;
	float: left;
	margin-right: 10px;
}

ul#side-links.vlink-list li a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #fbd7d7;
	background-color:none;
	padding:4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul#side-links.vlink-list li a.current {
	color:#000;
	background-color: #ffffff; /*#F4E800;*/
	padding:4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul#side-links.vlink-list li a:hover {
	color:#000;
	background-color: #ffffff; /*#F4E800;*/
	padding:4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* NEXT / PREV BTN NAV */
.next-arrow {
	position: fixed;
	background: transparent url('nav_next_dark.png') 0px 50px;
	text-decoration: none;
	height: 50px;
	width: 50px;
	top: 445px;
	right: 10px;
	z-index: 999;
}

.next-arrow:hover {
	background: transparent url('nav_next_dark.png') 0px 0px;
	text-decoration: none;
}

.prev-arrow {
	position: fixed;
	background: transparent url('nav_prev_dark.png') 0px 50px;
	text-decoration: none;
	height: 50px;
	width: 50px;
	top: 445px;
	left: 10px;
	z-index: 999;
}

.prev-arrow:hover {
	background: transparent url('nav_prev_dark.png') 0px 0px;
	text-decoration: none;
}

.next-arrow-light {
	position: fixed;
	background: transparent url('nav_next_light.png') 0px 50px;
	text-decoration: none;
	height: 50px;
	width: 50px;
	top: 445px;
	right: 10px;
	z-index: 999;
}

.next-arrow-light:hover {
	background: transparent url('nav_next_light.png') 0px 0px;
	text-decoration: none;
}

.prev-arrow-light {
	position: fixed;
	background: transparent url('nav_prev_light.png') 0px 50px;
	text-decoration: none;
	height: 50px;
	width: 50px;
	top: 445px;
	left: 10px;
	z-index: 999;
}

.prev-arrow-light:hover {
	background: transparent url('nav_prev_light.png') 0px 0px;
	text-decoration: none;
}





.rightcol {
	position:relative;
	top:7px;	
}

.search {
	width:170px;
}


/* OTHER HTML ELEMENTS */
blockquote {
	max-width:340px;
	border-left: 1px dotted #c2212e;
	padding-left: 18px;
}

blockquote p {
	font-family: Helvetica, Arial, sans-serif;
	opacity:0.7;
	font-size: 15px;
	line-height:19px;
	font-style:italic;
}

blockquote p:before {
	content: '"'; }
blockquote p:after {
	content: '"'; }



/* SPACERS */
.vspaced-0-25 {
	height:3px;
}
.vspaced-0-5 {
	height:5px;
}

.vspaced-1 {
	height:10px;
}

.vspaced-1-5 {
	height:15px;
}

.vspaced-2 {
	height:20px;
}

.vspaced-3 {
	height:30px;
}

.vspaced-4 {
	height:40px;
}

.vspaced-5 {
	height:50px;
}

.vspaced-6 {
	height:60px;
}

.vspaced-7 {
	height:70px;
}

/* SHOPPING CART */
div#in-cart {
	position: relative;
	float: right;
	text-align:right;
	margin: 0px;
	padding: 0px;
}
div#in-cart a {
	color: #ffffff;
}
.cart-icon {
	margin-right:8px;
}

ul#line-items {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.cart-heading {
	text-transform:uppercase;
}
.c-thumb {
	margin-right:20px;
}



/* SEARCH RESULTS */ 
.viewresult {
	margin-top:32px;
}

/* FEATURES SLIDESHOW */ 


/* Home page */ 
.featured-product-slides {
	width:954px; height:366px;
	background-color:#ccc;
	overflow:hidden;
	opacity:0;
}

.featured-product-slides img, .featured-product-slides a img {
	border:none;
	padding:0; margin:0;
	outline:none;
}
.featured-product-info {
	position:relative;
	bottom:-250px;
}

#slides-loading {
	position:absolute;
	top:0;
	z-index:998;
}

#featured-product-slides-nav { z-index:999; margin:0; padding:0; position:relative; float:right; top:-350px; margin-right:10px; opacity:0; }
#featured-product-slides-nav a { background: url('slide_off.png') no-repeat; text-decoration: none; position:relative; float:left; margin-right:7px; display:block; width:17px; height:17px; }
#featured-product-slides-nav a.activeSlide { background: url('slide_on.png') no-repeat; }
#featured-product-slides-nav a:focus { outline: none; }


/* Product page */ 
.product-slides {
	width:555px; height:555px;
}

#product-slides-nav { z-index:999; margin:0; padding:0; position:relative; float:right; top:-30px; margin-right:20px;}
#product-slides-nav a { background: url('slide_off.png') no-repeat; text-decoration: none; position:relative; float:left; margin-right:7px; display:block; width:17px; height:17px; }
#product-slides-nav a.activeSlide { background: url('slide_on.png') no-repeat; }
#product-slides-nav a:focus { outline: none; }


/* TYPOGRAPHY */
/* ====================================================== */
h1,h2 {
	font-family: 'OsiriNMedium','Helvetica Neue', Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -0.031em;
	word-spacing: -0.038em;
	line-height: 1.2;
	color:#ffffff;
}

h1 {
	margin-bottom:8px;
}

#product-details h1 {
	max-width:280px;
}

h1.shopname {
	font-size: 36px;
}

h1.shopname a {
	text-decoration:none;
}

h2 {
	font-family: 'OsiriNMedium','Helvetica Neue', Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom:6px;
	max-width:280px;
	text-decoration:none;
	color:#ffffff;
}

h2 a, h2.article-title a {
	font-family: 'OsiriNMedium','Helvetica Neue', Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom:6px;
	max-width:280px;
	text-decoration:none;
	color:#ffffff;
}

h3 {
	margin-bottom:5px;
}

h3.blog-title a, .product h3 a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:underline;
	color: #f9d44c;
	font-size: 13px;
}

h3.blog-title a:hover, .product h3 a:hover {
	color: #f9d44c;
}

.collection-links a, .article-short a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:underline;
	color: #f9d44c;
	font-size:13px;
}

.collection-links a:hover, .article-short a:hover {
	color: #f9d44c;
}

h3 a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:underline;
	color:#444;
	font-size: 13px;
}



h3.blog-title, .product h3, {
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 13px;
}

h4, h4 a, h4 a:active, h4 a:link, h4 a:visited, h4 a:hover {
	font-family: 'OsiriNMedium','Helvetica Neue', Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	margin-bottom:6px;
	text-decoration:none;
}

h5 {
	font-family: 'OsiriNMedium','Helvetica Neue', Helvetica, sans-serif;
	color:#ffffff;
	font-size:16px;
}

#cart-count a {
	text-decoration:underline;
	color:#444;
	font-size:13px;
}

#cart-count a:hover {
	color: #f9d44c;
}

.cart-icon,.cart-icon-light {
	top:-8px;
	margin-right:8px;
}
.cart-icon a {
	display:block;
	width:32px;
	height:32px;
	background: transparent url('cart_icon_dark.png') 0px -32px;
}

.cart-icon a:hover {
	display:block;
	width:32px;
	height:32px;
	background: transparent url('cart_icon_dark.png') 0px 0px;
}

.cart-icon-light a {
	display:block;
	width:32px;
	height:32px;
	background: transparent url('cart_icon_light.png') 0px -32px;
}

.cart-icon-light a:hover {
	display:block;
	width:32px;
	height:32px;
	background: transparent url('cart_icon_light.png') 0px 0px;
}

.secondary {
	font-family:'Georgia',serif;
	font-style:italic;
	font-size:13px;
	color: #f9d44c;
}

.blog-content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:18px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:18px;
	margin-bottom:13px;
}


.hilitelink, .removelink {
	position:relative;
	float:left;
}
.hilitelink a, .removelink a, input.btn {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	background-color:#3a0e12;
	padding:5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
}

.removelink a {
	background-color:#f2435a;
}

.hilitelink a:hover, .removelink a:hover,input.btnhov {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #3a0e12;
	background-color:#ffffff;
	padding:5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
}

.removelink a:hover {
	background-color:#444;
}

.footer ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#ffffff;
}

.footer ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#ffffff;
	text-decoration:none;
}

.footer ul li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#ffffff;
	text-decoration:underline;
}

.footer p {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:-3px;
	font-size: 13px;
	line-height:22px;
	color:#878787;
}


/* TWITTER */
.tweet {
    word-wrap: break-word;
	font-size: 13px;
}

.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tweet .tweet_list li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
    overflow: auto;
    list-style: none;
    margin-bottom: 14px;
	padding-top: 12px;
	padding-right:25px;
	border-top: 1px dotted #c2212e;
	line-height:19px;
	font-size:13px;
}

.tweet_list li:last-child {
	padding-bottom: 12px;
	border-bottom: 1px dotted #c2212e;
}

.tweet .tweet_list li a {
	font-size: 13px;
}

.tweet .tweet_list .tweet_odd {
	font-size: 13px;
}

.tweet .tweet_list .tweet_even {
	font-size: 13px;
}

.tweet .tweet_list .tweet_avatar {
	padding-right: 12px;
	padding-bottom:15px;
	float: left; 
}

.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle;
}



/* ====================================================== */








/*
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
*/

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
============================================================================ */