/** Shopify CDN: Minification failed

Line 72:0 Unexpected "$"
Line 1221:22 Expected identifier but found "<!--"
Line 1468:20 Expected identifier but found "<!--"
Line 1475:20 Expected identifier but found "<!--"

**/
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc
	#Blankslate */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 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; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
        font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
		color: #000000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

 /* #SCSS Variables
================================================== */
$heading-font: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif; 
$heading-color: #000000; 


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: $heading-color;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color:$heading-color}
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #0000ee }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #0000ee }

	em { font-style: italic; }
	strong { font-weight: bold; color:  #000000;}
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color:  #000000; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ffffff; color: #ffffff; }
	blockquote cite { display: block; font-size: 12px; color:  #000000; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color:  #000000; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color:  #000000; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color:  #0000ee; }
	p a, p a:visited { line-height: inherit; }
	li.mobile-customer-link{display:none;}

	::-webkit-input-placeholder {color: #000000; opacity:0.5}
	:-moz-placeholder { /* Firefox 18- */ color: #000000; opacity:0.5}
	::-moz-placeholder {  /* Firefox 19+ */color: #000000; opacity:0.5}
	:-ms-input-placeholder {color: #000000; opacity:0.5}

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color:  #000000;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color:  #000000;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color:  #000000;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color:  #000000;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color:  #000000; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

	.table { display:table; width:100%; table-layout: fixed}
	.table-cell { display:table-cell; vertical-align: middle}


	/*
	* Skeleton V1.2
	* Copyright 2011, Dave Gamache
	* www.getskeleton.com
	* Free to use under the MIT license.
	* http://www.opensource.org/licenses/mit-license.php
	* 6/20/2012
	*/


	/* Table of Contents
	==================================================
	    #Base 960 Grid
	    #Tablet (Portrait)
	    #Mobile (Portrait)
	    #Mobile (Landscape)
	    #Clearing */



	/* #Base 960 Grid
	================================================== */

	    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
	    .container .column,
	    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
	    .row                                        { margin-bottom: 20px; }

	    /* Nested Column Classes */
	    .column.alpha, .columns.alpha               { margin-left: 0; }
	    .column.omega, .columns.omega               { margin-right: 0; }

	    /* Base Grid */
	    .container .one.column,
	    .container .one.columns                     { width: 40px;  }
	    .container .two.columns                     { width: 100px; }
	    .container .three.columns                   { width: 160px; }
	    .container .four.columns                    { width: 220px; }
	    .container .five.columns                    { width: 280px; }
	    .container .six.columns                     { width: 340px; }
	    .container .seven.columns                   { width: 400px; }
	    .container .eight.columns                   { width: 460px; }
	    .container .nine.columns                    { width: 520px; }
	    .container .ten.columns                     { width: 580px; }
	    .container .eleven.columns                  { width: 640px; }
	    .container .twelve.columns                  { width: 700px; }
	    .container .thirteen.columns                { width: 760px; }
	    .container .fourteen.columns                { width: 820px; }
	    .container .fifteen.columns                 { width: 880px; }
	    .container .sixteen.columns                 { width: 940px; }

	    .container .one-third.column                { width: 300px; }
	    .container .two-thirds.column               { width: 620px; }

	    /* Offsets */
	    .container .offset-by-one                   { padding-left: 60px;  }
	    .container .offset-by-two                   { padding-left: 120px; }
	    .container .offset-by-three                 { padding-left: 180px; }
	    .container .offset-by-four                  { padding-left: 240px; }
	    .container .offset-by-five                  { padding-left: 300px; }
	    .container .offset-by-six                   { padding-left: 360px; }
	    .container .offset-by-seven                 { padding-left: 420px; }
	    .container .offset-by-eight                 { padding-left: 480px; }
	    .container .offset-by-nine                  { padding-left: 540px; }
	    .container .offset-by-ten                   { padding-left: 600px; }
	    .container .offset-by-eleven                { padding-left: 660px; }
	    .container .offset-by-twelve                { padding-left: 720px; }
	    .container .offset-by-thirteen              { padding-left: 780px; }
	    .container .offset-by-fourteen              { padding-left: 840px; }
	    .container .offset-by-fifteen               { padding-left: 900px; }



	/* #Tablet (Portrait)
	================================================== */

	    /* Note: Design for a width of 768px */

	    @media only screen and (min-width: 768px) and (max-width: 959px) {
	        .container                                  { width: 768px; }
	        .container .column,
	        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
	        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
	        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
	        .alpha.omega                                { margin-left: 0; margin-right: 0; }

	        .container .one.column,
	        .container .one.columns                     { width: 28px; }
	        .container .two.columns                     { width: 76px; }
	        .container .three.columns                   { width: 124px; }
	        .container .four.columns                    { width: 172px; }
	        .container .five.columns                    { width: 220px; }
	        .container .six.columns                     { width: 268px; }
	        .container .seven.columns                   { width: 316px; }
	        .container .eight.columns                   { width: 364px; }
	        .container .nine.columns                    { width: 412px; }
	        .container .ten.columns                     { width: 460px; }
	        .container .eleven.columns                  { width: 508px; }
	        .container .twelve.columns                  { width: 556px; }
	        .container .thirteen.columns                { width: 604px; }
	        .container .fourteen.columns                { width: 652px; }
	        .container .fifteen.columns                 { width: 700px; }
	        .container .sixteen.columns                 { width: 748px; }

	        .container .one-third.column                { width: 236px; }
	        .container .two-thirds.column               { width: 492px; }

	        /* Offsets */
	        .container .offset-by-one                   { padding-left: 48px; }
	        .container .offset-by-two                   { padding-left: 96px; }
	        .container .offset-by-three                 { padding-left: 144px; }
	        .container .offset-by-four                  { padding-left: 192px; }
	        .container .offset-by-five                  { padding-left: 240px; }
	        .container .offset-by-six                   { padding-left: 288px; }
	        .container .offset-by-seven                 { padding-left: 336px; }
	        .container .offset-by-eight                 { padding-left: 384px; }
	        .container .offset-by-nine                  { padding-left: 432px; }
	        .container .offset-by-ten                   { padding-left: 480px; }
	        .container .offset-by-eleven                { padding-left: 528px; }
	        .container .offset-by-twelve                { padding-left: 576px; }
	        .container .offset-by-thirteen              { padding-left: 624px; }
	        .container .offset-by-fourteen              { padding-left: 672px; }
	        .container .offset-by-fifteen               { padding-left: 720px; }
	    }


	/*  #Mobile (Portrait)
	================================================== */

	    /* Note: Design for a width of 320px */

	    @media only screen and (max-width: 767px) {
	        .container { width: 300px; }
	        .container .columns,
	        .container .column { margin: 0; }

	        .container .one.column,
	        .container .one.columns,
	        .container .two.columns,
	        .container .three.columns,
	        .container .four.columns,
	        .container .five.columns,
	        .container .six.columns,
	        .container .seven.columns,
	        .container .eight.columns,
	        .container .nine.columns,
	        .container .ten.columns,
	        .container .eleven.columns,
	        .container .twelve.columns,
	        .container .thirteen.columns,
	        .container .fourteen.columns,
	        .container .fifteen.columns,
	        .container .sixteen.columns,
	        .container .one-third.column,
	        .container .two-thirds.column  { width: 300px; }

	        /* Offsets */
	        .container .offset-by-one,
	        .container .offset-by-two,
	        .container .offset-by-three,
	        .container .offset-by-four,
	        .container .offset-by-five,
	        .container .offset-by-six,
	        .container .offset-by-seven,
	        .container .offset-by-eight,
	        .container .offset-by-nine,
	        .container .offset-by-ten,
	        .container .offset-by-eleven,
	        .container .offset-by-twelve,
	        .container .offset-by-thirteen,
	        .container .offset-by-fourteen,
	        .container .offset-by-fifteen { padding-left: 0; }

	    }


	/* #Mobile (Landscape)
	================================================== */

	    /* Note: Design for a width of 480px */

	    @media only screen and (min-width: 480px) and (max-width: 767px) {
	        .container { width: 420px; }
	        .container .columns,
	        .container .column { margin: 0; }

	        .container .one.column,
	        .container .one.columns,
	        .container .two.columns,
	        .container .three.columns,
	        .container .four.columns,
	        .container .five.columns,
	        .container .six.columns,
	        .container .seven.columns,
	        .container .eight.columns,
	        .container .nine.columns,
	        .container .ten.columns,
	        .container .eleven.columns,
	        .container .twelve.columns,
	        .container .thirteen.columns,
	        .container .fourteen.columns,
	        .container .fifteen.columns,
	        .container .sixteen.columns,
	        .container .one-third.column,
	        .container .two-thirds.column { width: 420px; }
	    }




	/* #Additional - Large Screens beyond 1280px
	================================================== */

	    /* Note: Design for a width of 1280px */
	    /* See http://webdesign.tutsplus.com/tutorials/complete-websites/building-a-responsive-layout-with-skeleton-widescreen/ */

	    @media only screen and (min-width: 1280px) {
	        .container                                  { width: 1280px; }
	        .container .column,
	        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
	        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
	        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
	        .alpha.omega                                { margin-left: 0; margin-right: 0; }
	        .container .one.column,
	        .container .one.columns                     { width: 60px; }
	        .container .two.columns                     { width: 140px; }
	        .container .three.columns                   { width: 220px; }
	        .container .four.columns                    { width: 300px; }
	        .container .five.columns                    { width: 380px; }
	        .container .six.columns                     { width: 460px; }
	        .container .seven.columns                   { width: 540px; }
	        .container .eight.columns                   { width: 620px; }
	        .container .nine.columns                    { width: 700px; }
	        .container .ten.columns                     { width: 780px; }
	        .container .eleven.columns                  { width: 860px; }
	        .container .twelve.columns                  { width: 940px; }
	        .container .thirteen.columns                { width: 1020px; }
	        .container .fourteen.columns                { width: 1100px; }
	        .container .fifteen.columns                 { width: 1180px; }
	        .container .sixteen.columns                 { width: 1260px; }
	        .container .one-third.column                { width: 406px; }
	        .container .two-thirds.column               { width: 822px; }
	        /* Offsets */
	        .container .offset-by-one                   { padding-left: 80px; }
	        .container .offset-by-two                   { padding-left: 160px; }
	        .container .offset-by-three                 { padding-left: 240px; }
	        .container .offset-by-four                  { padding-left: 320px; }
	        .container .offset-by-five                  { padding-left: 400px; }
	        .container .offset-by-six                   { padding-left: 480px; }
	        .container .offset-by-seven                 { padding-left: 560px; }
	        .container .offset-by-eight                 { padding-left: 640px; }
	        .container .offset-by-nine                  { padding-left: 720px; }
	        .container .offset-by-ten                   { padding-left: 800px; }
	        .container .offset-by-eleven                { padding-left: 880px; }
	        .container .offset-by-twelve                { padding-left: 960px; }
	        .container .offset-by-thirteen              { padding-left: 1040px; }
	        .container .offset-by-fourteen              { padding-left: 1120px; }
	        .container .offset-by-fifteen               { padding-left: 1200px; }
	    }



	/* #Clearing
	================================================== */

	    /* Self Clearing Goodness */
	    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

	    /* Use clearfix class on parent to clear nested columns,
	    or wrap each row of columns in a <div class="row"> */
	    .clearfix:before,
	    .clearfix:after,
	    .row:before,
	    .row:after {
	      content: '\0020';
	      display: block;
	      overflow: hidden;
	      visibility: hidden;
	      width: 0;
	      height: 0; }
	    .row:after,
	    .clearfix:after {
	      clear: both; }
	    .row,
	    .clearfix {
	      zoom: 1; }

	    /* You can also use a <br class="clear" /> to clear columns */
	    .clear {
	      clear: both;
	      display: block;
	      overflow: hidden;
	      visibility: hidden;
	      width: 0;
	      height: 0;
	    }

		/*
		* Skeleton V1.2
		* Copyright 2011, Dave Gamache
		* www.getskeleton.com
		* Free to use under the MIT license.
		* http://www.opensource.org/licenses/mit-license.php
		* 6/20/2012
		*/


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {	
		div#drawer form div.description div.info {width: 260px !important;}	
		section#cart form div.row div.description div.info {width: 120px !important;}
		header nav a {margin-right: 5px !important;}
		header div#product-search form input.search {width: 90px !important;}
		div#sidebar nav li {height: auto !important; min-height: 40px;}
		section.product-grid div {min-height: 230px !important;}
		section#hero {padding-bottom: 0 !important; margin-bottom: 20px !important}	
		section#hero div.info {top:20% !important;}	
		section#hero div.info p {margin-bottom: 30px !important;}	
		section#gallery a {width: 71px !important;}
		section#product-info.right ul.tabs { display:none !important;}
		section#product-info.right div.wysiwyg { padding-top:20px !important;}
		section#buy section#share div {float: none !important; margin-bottom: 5px;}
		a.btn.small {font-size: 10px !important;}
		body.customer-logged-in table.customer_address_table td.value input, body.customer-logged-in table.customer_address_table td.value select {
			width: 140px !important;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.table-cell { display:block!important;}
		.quantity { text-align:right!important }
		.quantity input[type="text"] { display:inline-block!important; }
		.quantity .mobile { display: inline-block!important; text-align:right!important;}
		header { border-top:0px!important; padding:0!important;}
		.container.upper { position: fixed; padding-top:10px!important; background: #ffffff; width:100%; z-index:99}
		#logo { margin-top:40px!important;}
		.product-search-wrapper { padding-left:15px; }
		.minicart-wrapper { padding-right:15px;}
		footer div#payment-methods { text-align: center}
		header nav a {margin-right: 5px !important;}
		header div#minicart {width: 210px;}
		footer section.lower div nav {text-align: left !important;}
		footer section.lower div nav a {margin-left: 0 !important; margin-right: 10px;}
		footer section.upper div.columns {padding-top: 20px !important; padding-bottom: 20px !important;}	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.desktop {display:none !important;}
		.mobile  {display:block !important;}
  		li.mobile-customer-link{display:block;}
		div#drawer form div.description div.info {width: 260px !important;}	
		header div.container.upper div.three.columns { width: 160px !important; padding-bottom: 0! important }
		header div.container.upper div.five.columns { width: 220px !important; padding-left: 0 !important; padding-bottom: 0 !important; float: right; }
	    header div.container.lower {padding-bottom: 0 !important;}
		header div#minicart{width: 220px;}
		div#minicart{width: auto !important; padding-bottom: 10px; text-align: right !important;}
		div#minicart a.cart{border-right: none !important;padding-right: 0 !important;}
		div#minicart a.cart.mobile{display:inline-block !important;}
		div#minicart a.checkout{display: none;}
		section#cart form div.row div.description div.info {width: 280px !important;}
		div#product-search{float: left; padding-bottom: 10px;}
		h1#logo {text-align: center; margin-bottom: 0 !important;}
		h1#logo img {max-width: 400px;}
		h1#logo a {max-height: 20px !important;}
		a#toggle-menu { display: block !important;}
		ul#main-menu {display: none; border-bottom: none !important;}
		div#social{display: none;}
		div#page-content h1 {padding-top: 30px;}
		section#hero {padding-bottom: 20px !important;}	
	  section#hero.no-text {padding-bottom: 0 !important; margin-bottom: 10px !important}		
		section.product-grid div a img {width: auto !important;}
		section#gallery a {width: 97px !important; margin-top: 10px !important;}
		div#product-options select {width: 95% !important;}
		section#cart div.total h2{text-align: left !important; padding-top: 20px; border-top: 1px solid #ffffff; margin-top: 20px;}
		section#cart div.actions{text-align: left !important;}
		section#cart textarea#note {margin-top: 30px;}
		article.post.first {padding-top: 20px !important;}
		article.post div.date {font-size: 13px !important; text-align: left !important; padding: 20px 0;}
		article.post div.date span {display: inline !important;}
		article.post div.comment-count {text-align: left !important; padding: 20px 0 0 0;}
		article.post div.content div.actions div.back { display: none !important;} 
		article.post div.content div.actions div.social {float: left !important;}
		article.post div.content div.actions div.social section#share div.facebook {margin-left: 0 !important;}
		footer section.upper div.columns {border-bottom: 1px solid #ffffff; padding-bottom: 20px !important;}
		footer section.lower {border-top: none !important;}
		footer div#mailing-list input[type="email"] {width: 95% !important;}
		section.sidebar h2.accounts-title { margin-top: 30px;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.desktop {display:none !important;}
		.mobile  {display:block !important;}
  		li.customer-mobile-link{display:block;}
		div#drawer form div.description div.info {width: 150px !important;}	
		header div.container.upper div.three.columns { width: 160px !important; padding-bottom: 0! important }
		header div.container.upper div.five.columns { width: 120px !important; padding-left: 0 !important; padding-bottom: 0 !important; float: right; }
		header div.container.lower {padding-bottom: 0 !important;}
		section#cart form div.row div.description div.info {width: 160px !important;}
		div#product-search{float: left; padding-bottom: 10px;}
		div#minicart{width: auto !important; padding-bottom: 10px; text-align: right !important;}
		div#minicart a.cart{border-right: none !important;padding-right: 0 !important;}
		div#minicart a.cart.mobile{display:inline-block !important;}
		div#minicart a.checkout{display: none;}
		h1#logo {text-align: center; margin-bottom: 0 !important;}
		h1#logo img {max-width: 300px;}
		h1#logo a {max-height: 20px !important;}
		a#toggle-menu { display: block !important;}
		ul#menu {display: none; border-bottom: none !important;}
		div#social{display: none;}
		div#page-content h1 {padding-top: 20px;}
		section#hero {padding-bottom: 20px !important;}	
		section#hero.no-text {padding-bottom: 0 !important; margin-bottom: 10px !important}	
		section.product-grid div a img {width: auto !important;}
		section#gallery a {width: 67px !important; margin-top: 10px !important;}
		div#product-options select {width: 95% !important;}
		section#cart div.total h2{text-align: left !important; padding-top: 20px; border-top: 1px solid #ffffff; margin-top: 20px;}
		section#cart div.actions{text-align: left !important;}
		section#cart textarea#note {margin-top: 30px;}
		article.post.first {padding-top: 30px !important;}
		article.post div.date {font-size: 13px !important; text-align: left !important; padding: 0 0 20px 0;}
		article.post div.date span {display: inline !important;}
		article.post div.comment-count {text-align: left !important; padding: 20px 0 0 0;}
		article.post div.content div.actions div.back { display: none !important;} 
		article.post div.content div.actions div.social {float: left !important;}
		article.post div.content div.actions div.social section#share div.facebook {margin-left: 0 !important;}
		footer section.upper div.columns {border-bottom: 1px solid #ffffff; padding-bottom: 20px !important;}
		footer section.lower {border-top: none !important;}
		footer div#mailing-list input[type="email"] {width: 95% !important;}
		section.sidebar h2.accounts-title { margin-top: 30px;}
	}

	/* Additional - Large Screens beyond 1280px */
	@media only screen and (min-width: 1280px) {
		div#drawer form div.description div.info {width: 540px !important;}
		section#cart form div.row div.description div.info {width: 300px !important;}
		header div.container.lower div#tagline h3 {padding-top: 10px;}
		header div.container.upper nav a {margin-right: 30px !important;}
		section.product-grid div {min-height: 290px !important;}
		section#collection-hero {min-height: 300px !important;}
		section#gallery a {width: 127px !important;}
		form input.long, form select.long, form textarea.long, div.notification.long {width: 75% !important;}
	}


/* #Theme
================================================== */

	/* @group Globals */
	body {
	  background-color: #ffffff;
	  color: #000000;
	  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	  font-size: 14px; /* changed from 12px by WY  */
	}
	a {
	  color: #000000;
	  text-decoration: underline; 
	  padding-bottom: 1px;
	}
	a:hover {
	  color: #0000ee;
	  text-decoration: none;
	  border-bottom: none;
	}
	a.btn {
	  border: 1px solid #000000 !important;
	  color: #000000;
	  font-size: 14px;
	  font-weight: bold;
	  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif !important;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  margin-bottom: 20px;
	  padding: 10px 40px;
	}
	a.btn:hover {
	  color: #ffffff;
	  background-color: #000000;
	}
	a.btn.small {
	  padding: 10px;
	  font-size: 12px;
	}
	img,
	embed,
	object,
	video,
	iframe {
	  max-width: 100%;
	}
	div#main div#page-content {
	  border-top: 1px solid #ffffff;
	  overflow: hidden;
	}
	.mobile {
	  display: none;
	}
	div#cart-animation {
		background: none repeat scroll 0 0 #000000 !important;
	    border: 1px solid #FFFFFF;
	    border-radius: 50% 50% 50% 50%;
	    color: #FFFFFF !important;
	    display: none;
	    font-size: 16px;
	    font-weight: bold;
	    height: 35px;
	    line-height: 35px;
	    position: absolute;
	    text-align: center;
	    width: 35px;
	    z-index: 200; /* more than the sticky header */
	}
	/* @end */
	/* @group Typography */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  margin-bottom: 15px;
	  font-weight: normal;
	}
	h1 {
	
	  font-size: 28px;
	  line-height: 32px;
	  font-family: $heading-font;
	  font-style: normal;
	  font-weight: normal;
	}
	h2 {
	 
	  font-size: 18px;
	  line-height: 24px;
	  font-family: $heading-font;
	}
	h3 {
	  font-size: 13px;
	  line-height: 17px;
	  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	  font-weight: bold;
	}
	h4 {
	 
	  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	  font-size: 13px;
	  line-height: 17px;
	  font-weight: bold;
	}
	h5 {
	  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	  font-size: 13px;
	  line-height: 17px;
	  font-style: italic;
	  
	}
	h6 {
	  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	  font-size: 11px;
	  line-height: 15px;
	  
	}
	b {
	  font-weight: bold;
	}
	i,
	em {
	  font-style: italic;
	}
	p,
	div.wysiwyg div {
	  line-height: 22px;
	  margin-bottom: 20px;
	}
	del {
	  color: #0000ee;
	}
	.error, .errors {
	  color: #ff0000;
	}
	.error ul li, .errors ul li {
		margin-bottom: 0;
	}
	blockquote {
	  color: #0000ee;
	  border-left-color: #ffffff;
	  font-size: 13px;
	  line-height: 22px;
	  padding: 10px 0 10px 20px;
	}
	/* @end */
	/* @group Forms */
	form label {
	  margin-bottom: 5px;
	}
	form input[type="checkbox"],
	form input[type="radio"] {
	  margin-bottom: 20px;
	}
	form input[type="submit"],
	form input.btn {
	  background: #ffffff !important;
	  border: 1px solid #000000 !important;
	  -moz-border-radius: 0 !important;
	  -webkit-border-radius: 0 !important;
	  border-radius: 0 !important;
	  color: #000000;
	  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif !important;
	  font-size: 12px;
	  font-weight: bold;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  text-shadow: none;
	  margin-bottom: 20px;
	  padding: 8px 15px;
	  -webkit-appearance: none;
	}
	form input[type="submit"]:hover,
	form input.btn:hover {
	  background: #000000 !important;
	  color: #ffffff;
	}
	/* Disabled input */
	form input.disabled {
	    opacity: .5;
	}
	form select {
	  padding: 5px;
	}
	form span.error {
	  font-size: 11px;
	  display: block;
	  margin: -15px 0 20px 0;
	}
	form div.notification {
	  background: #ffffff;
	  padding: 5px 10px;
	  margin-bottom: 20px;
	}
	form input.long,
	form select.long,
	form textarea.long,
	div.notification.long {
	  width: 95%;
	}
	/* @end */
	/* @group Drawer */
	div#drawer {
	  display: none;
	  width: 100%;
	  background: #000000;
	  color: #ffffff;
	}
	div#drawer form {
	  margin: 0;
	  padding: 0;
	}
	div#drawer form a {
	  border-bottom: none;
	}
	div#drawer form div.row {
	  border-bottom: 1px solid #666;
	}
	div#drawer form div.row.first {
	  padding-top: 20px;
	}
	div#drawer form div.description img {
	  float: left;
	  width: 100px;
	  padding-top: 5px;
	}
	div#drawer form div.description div.info {
	  float: left;
	  padding: 5px 0 0 40px;
	  width: 330px;
	  min-height:120px;
	}
	div#drawer form div.description div.info h3 {
	  line-height: 18px;
	  margin-bottom: 0;
	}
	div#drawer form div.description div.info h3 a {
	  color: #ffffff;
	}
	div#drawer form div.description div.info h3 a:hover {
	  color: #0000ee;
	}
	div#drawer form div.description div.info h4 {
	  font-size: 12px;
	  letter-spacing: 0;
	  line-height: 18px;
	  font-weight: normal;
	  padding-bottom: 10px;
	  margin-bottom: 10px;
	  border-bottom: 1px solid #666;
	}
	div#drawer form div.description div.info p {
	  margin-bottom: 20px;
	}
	div#drawer form div.description div.info p.mobile {
	  font-family: $heading-font;
		font-style: normal;
		font-weight: normal;
	  font-size: 16px;
	}
	div#drawer form div.price {
	  font-size: 16px;
	  font-family: $heading-font;
		font-style: normal;
		font-weight: normal;
	  padding-top: 5px;
	}
	div#drawer form div.quantity {
	  text-align: center;
	}
	div#drawer form div.quantity input {
	  width: 30px !important;
	  text-align: center;
	}
	div#drawer form div.total {
	  padding-top: 5px;
	  font-size: 16px;
	  font-family: $heading-font;
		font-style: normal;
		font-weight: normal;
	}
	div#drawer form div.remove {
	  padding-top: 5px;
	}
	div#drawer form div.remove a {
	  color: #ffffff;
	}
	div#drawer form div.remove a:hover {
	  color: #ffffff;
	}
	div#drawer form div.actions {
	  padding: 0 0 10px 0;
	  text-align: right;
	}
	div#drawer form div.actions input {
	  padding-top: 20px;
	  border: 1px solid #ffffff !important;
	  color: #ffffff;
	  background: transparent !important;
	  padding: 10px 20px !important;
	  font-size: 12px;
	}
	div#drawer p.empty {
		padding: 30px 0 0 0;
		font-weight:bold;
	}
	div#drawer .spinner { width: 100%; padding: 30px 0px; background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/loader.gif?v=73301952585758455781386828716) center center no-repeat; }
	/* @end */
	/* @group Header */
	header {
	  display: block;
	  border-top: 5px solid #000000;
	  padding: 10px 0;
	}
	header div.container.upper {
	  border-bottom: 1px solid #ffffff;
	}
	header div.columns {
	  padding-bottom: 10px;
	}
	header div.container.upper nav a {
	  margin-right: 20px;
	  text-decoration: none;
	}
	header div.container.upper div#product-search form {
	  margin-bottom: 0;
	}
	header div.container.upper div#product-search form input.icon {
	  float: left;
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -9px -130px no-repeat !important;
	  width: 11px;
	  height: 11px;
	  border: none !important;
	  text-indent: -10000px;
	  padding: 0;
	  margin: 5px 0 0 0;
	}
	header div.container.upper div#product-search form input.icon.light {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -8px -109px no-repeat !important;
	}
	header div.container.upper div#product-search form input.search {
	  float: left;
	  width: 130px;
	  color: #000000;
	  border: none;
	  padding: 5px;
	  margin-bottom: 0;
	  margin-left: 5px;
	  margin-top: -2px;
	  background: #ffffff;
	}
	header div.container.upper div#minicart {
	  text-align: right;
	}
	header div.container.upper div#minicart a {
	  border-bottom: 0;
	}
	header div.container.upper div#minicart a span {
	  color: #0000ee;
	}
	header div.container.upper div#minicart a.cart {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=197732181807327113813868287165) -32px -128px no-repeat;
	  padding-left: 25px;
	  padding-right: 20px;
	  padding-bottom: 1px;
	  text-decoration: none;
	  border-right: 1px solid #ffffff;
	}
	header div.container.upper div#minicart a.cart.light {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -32px -149px no-repeat;
	}
	header div.container.upper div#minicart a.checkout {
	  padding-left: 20px;
	  text-decoration: none;
	}
	header div.container.upper div#minicart a.checkout span.drawer-icon {
	  display: block;
	  float: right;
	  padding-left: 10px;
	  width: 10px;
	}

	header div.container.lower h1#logo {
		margin: 0;
		display: table;
		width: 100%;	
	}
	header div.container.lower h1#logo a {
	  border-bottom: none;
	  display: table-cell;
	  vertical-align: middle;
	  text-decoration: none;
	  height: 80px;
	}
	header div.container.lower h1#logo a img {
	  /*display: none;*/
	}
	header div.container.lower h1#logo a span {
	  font-size: 32px;
	  display: none;
	}
	header div.container.lower h1#logo a span.no-logo {
	  font-size: 32px;
	  font-style: normal;
	  line-height: 32px;
	  display: block;
	  text-decoration: none;
	  font-family: $heading-font;
	  &:hover { text-decoration:none;}
	}
	.logo-tagline.table { margin-top:20px;}
	header div.container.lower div#tagline {
	   display:table;
	   width: 100%;
	}
	header div.container.lower div#tagline h3 {
	  text-align: right;
	  display: table-cell;
	  vertical-align: middle;
	  height: 80px;
	  font-size: 15px;
	  margin: 0;
	  padding: 0;
		font-family: $heading-font;
		font-style: normal;
		font-weight: normal;
	  letter-spacing: 0;
	}

	/* @end */
	/* @group Navigation */
	.customer-info { border-top: 1px solid #ffffff; padding-top:10px}
	.customer-info a { padding-top:13px; font-size:12px; }

	div#sidebar a#toggle-menu {
	  display: none;
	  text-transform: uppercase;
	  text-align: center;
	  border-top: 1px solid #ffffff;
	  padding: 10px 0;
	}
	div#sidebar a#toggle-menu span {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -32px -103px no-repeat;
	  display: inline-block;
	  padding-left: 20px;
	}
	div#sidebar nav a {
	  border-bottom: none;
	  display: block;
	}
	div#sidebar nav dl {
	  border-bottom: 1px solid #ffffff;
	}
	div#sidebar nav li {
	  border-top: 1px solid #ffffff;
	  font-weight: bold;
	  margin:0
	}
	div#sidebar nav li:last-child { border-bottom: 1px solid #ffffff; }
	div#sidebar nav li a {
	  padding-top: 10px;
	  padding-bottom: 10px;
	  padding-right: 20px;
	  position: relative;
	  text-decoration: none;
	}
	div#sidebar nav .accordion-content {
	  margin-bottom: 20px;
	}
	div#sidebar nav .accordion-content a.first {
	  margin-top: 10px;
	}
	div#sidebar nav .accordion-content a {
      padding: 0;
	  font-weight: bold; <!-- this determines format of side bar link list -->
	  margin:0;

	}

	div#sidebar nav .accordion-content a span.active, div#sidebar nav .accordion-content a.active  {
	  font-weight: bold;
	}

	div#sidebar nav .accordion-content p {
	  margin-bottom: 0;
	}

	#main-menu { margin:0;}


	div#sidebar nav li a span {
	  color: #0000ee;
	  position: absolute;
	  right: 0;
	  top: 10px;
	  font-weight: normal;
	}

	/* @end */
	/* @group Breadcrumb */
	div#breadcrumb {
	  padding: 10px 0 30px 0;
	}
	div#breadcrumb a {
	  border-bottom: none;
	  color: #000000;
	  font-size: 13px;
	}
	div#breadcrumb a:hover {
	  border-bottom: none;
	  color: #0000ee;
	}
	div#breadcrumb a.active {
	  color: #0000ee;
	}
	div#breadcrumb a.active:hover {
	  border-bottom: none;
	}
	/* @end */
	/* @group Social */

	#social {
	  padding: 20px 0;
	}
	#social a {
	  border-bottom: none;
	  width:50px; height:50px; 
	  background: #000000; 
	  border-radius: 50%;
	  display: inline-block!important; 
	  width: 25px;
	  height: 25px;
	  margin-right:4px
	}
	#social a:hover { opacity:0.8}
	#social a.facebook:after {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 
	  
	  0px -52px
	   no-repeat;
	  display: block; 
	  width:25px;
	  height:25px;
	  content:"";
	}
	#social a.flickr:after {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 
	  
	  -190px -52px
	   no-repeat;
	  display: block; 
	  width:25px;
	  height:25px;
	  content:"";
	}
	#social a.instagram:after {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 
	  
	  -82px -52px 
	   no-repeat;
	  display: block; 
	  width:25px;
	  height:25px;
	  content:"";
	}
	#social a.pinterest:after {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 
	  
	  -109px -53px
	   no-repeat;
	  display: block; 
	  width:25px;
	  height:25px;
	  content:"";
	}
	#social a.rss:after {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 
	  
	  -216px -54px 
	   no-repeat;
	  display: block; 
	  width:25px;
	  height:25px;
	  content:"";
	}
	#social a.tumblr:after {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 
	  
	  -55px -52px
	   no-repeat;
	  display: block; 
	  width:25px;
	  height:25px;
	  content:"";
	}
	#social a.twitter:after {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 
	  
	  -27px -52px 
	   no-repeat;
	  display: block; 
	  width:25px;
	  height:25px;
	  content:"";
	}
	#social a.vimeo:after {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 
	   
	  -163px -52px
	   no-repeat;
	  display: block; 
	  width:25px;
	  height:25px;
	  content:"";
	}
	#social a.youtube:after {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 
	  
	  -136px -52px
	   no-repeat;
	  display: block; 
	  width:25px;
	  height:25px;
	  content:"";
	 }

	
	#social a.facebook:after:hover {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) 0px -27px no-repeat;
	}
	#social a.flickr:after:hover {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -190px -27px no-repeat;
	}
	#social a.instagram:after:hover {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -82px -27px no-repeat;
	}
	#social a.pinterest:after:hover {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -109px -27px no-repeat;
	}
	#social a.rss:after:hover {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -216px -27px no-repeat;
	}
	#social a.tumblr:after:hover {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -55px -27px no-repeat;
	}
	#social a.twitter:after:hover {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -27px -27px no-repeat;
	}
	#social a.vimeo:after:hover {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -163px -27px no-repeat;
	}
	#social a.youtube:after:hover {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/sprite.png?v=19773218180732711381386828716) -136px -27px no-repeat;
	}
	

	/* @end */
	/* @group Hero */
	section#hero {
	  position: relative;
	  display: block;
	  margin-bottom: 20px;
	  -webkit-animation-delay: 0.05s;
	  -moz-animation-delay: 0.05s;
	  -o-animation-delay: 0.05s;
	  animation-delay: 0.05s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section#hero img {
		width: 100%;
	}
	#hero a { border:0px;}

	/* @end */
	/* @group Collection */
	section#collection-hero {
	  position: relative;
	  display: block;
	  margin-bottom: 20px;
	  -webkit-animation-delay: 0.05s;
	  -moz-animation-delay: 0.05s;
	  -o-animation-delay: 0.05s;
	  animation-delay: 0.05s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section#collection-hero img {
		width: 100%;
	}
	p#collection-description {
	  -webkit-animation-delay: 0.075s;
	  -moz-animation-delay: 0.075s;
	  -o-animation-delay: 0.075s;
	  animation-delay: 0.075s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	  margin-bottom: 20px;
	}
	/* @end */
	/* @group Product Grid */
	section.product-grid div {
	  margin-bottom: 20px !important;
	  text-align: center;
	  min-height: 270px;
	}
	section.product-grid div a {
	  border-bottom: 0;
	  padding-bottom: 0;
	  text-decoration: none;
	}
	section.product-grid div a:hover h3 {
	  color: #0000ee;
	}
	section.product-grid div h3 {
	  font-size: 13px; <!-- WY changed from 14/18-->
	  line-height: 19px;
	  font-weight: normal;
	  letter-spacing: 0;
	  margin-bottom: 0;
	}
	section.product-grid div h4 {
	  font-size: 13px; <!--WY changed from 16/22-->
	  line-height: 19px;
	  
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		font-weight: normal;
	  
	  letter-spacing: 0;
	  color: #000000;
	  margin-bottom: 0;
	}
	section.product-grid div a {
	  display: block;
	  position: relative;
	  cursor: pointer;
	}
	section.product-grid div a .sale {
	  color: #fff;
	  background: none repeat 0 0 #ff0000;
	  border-radius: 50% 50% 50% 50%;
	  display: block;
	  font-size: 12px;
	  font-weight: bold;
	  text-transform: uppercase;
	  text-align: center;
	  width: 45px;
	  height: 45px;
	  min-height: 45px !important;
	  line-height: 45px;
	  position: absolute;
	  z-index: 3;
	  top: 10px;
	  right: 10px;
	}

	section.product-grid div a img {
	  max-width: 100%;
	  margin-bottom: 10px;
	}
	section.product-grid div a small {
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 12px;
		line-height: 12px;
	}
	/* @group Animation Framework */
	section.product-grid div {
		overflow: hidden;
	}
	.animated {
	  -webkit-animation-fill-mode: both;
	  -moz-animation-fill-mode: both;
	  -ms-animation-fill-mode: both;
	  -o-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation-duration: 1s;
	  -moz-animation-duration: 1s;
	  -ms-animation-duration: 1s;
	  -o-animation-duration: 1s;
	  animation-duration: 1s;
	}
	.animated.hinge {
	  -webkit-animation-duration: 2s;
	  -moz-animation-duration: 2s;
	  -ms-animation-duration: 2s;
	  -o-animation-duration: 2s;
	  animation-duration: 2s;
	}
	@-webkit-keyframes fadeIn {
	  0% {
	    opacity: 0;
	  }
	  100% {
	    opacity: 1;
	  }
	}
	@-webkit-keyframes fadeInUpBig {
	  0% {
	    opacity: 0;
	    -webkit-transform: translateY(2000px);
	  }
	  100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	  }
	}
	@-moz-keyframes fadeInUpBig {
	  0% {
	    opacity: 0;
	    -moz-transform: translateY(2000px);
	  }
	  100% {
	    opacity: 1;
	    -moz-transform: translateY(0);
	  }
	}
	@-o-keyframes fadeInUpBig {
	  0% {
	    opacity: 0;
	    -o-transform: translateY(2000px);
	  }
	  100% {
	    opacity: 1;
	    -o-transform: translateY(0);
	  }
	}
	@keyframes fadeInUpBig {
	  0% {
	    opacity: 0;
	    transform: translateY(2000px);
	  }
	  100% {
	    opacity: 1;
	    transform: translateY(0);
	  }
	}
	.fadeInUpBig {
	  -webkit-animation-name: fadeInUpBig;
	  -moz-animation-name: fadeInUpBig;
	  -o-animation-name: fadeInUpBig;
	  animation-name: fadeInUpBig;
	}
	/* @end */
	/* @group Product Animations  */
	/* Supports up to 30 products in the grid (10x3) */
	section.product-grid div.columns {
		overflow: hidden;
	}
	section.product-grid div a#product-1 {
	  -webkit-animation-delay: 0.1s;
	  -moz-animation-delay: 0.1s;
	  -o-animation-delay: 0.1s;
	  animation-delay: 0.1s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-2 {
	  -webkit-animation-delay: 0.2s;
	  -moz-animation-delay: 0.2s;
	  -o-animation-delay: 0.2s;
	  animation-delay: 0.2s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-3 {
	  -webkit-animation-delay: 0.3s;
	  -moz-animation-delay: 0.3s;
	  -o-animation-delay: 0.3s;
	  animation-delay: 0.3s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-4 {
	  -webkit-animation-delay: 0.4s;
	  -moz-animation-delay: 0.4s;
	  -o-animation-delay: 0.4s;
	  animation-delay: 0.4s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-5 {
	  -webkit-animation-delay: 0.5s;
	  -moz-animation-delay: 0.5s;
	  -o-animation-delay: 0.5s;
	  animation-delay: 0.5s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-6 {
	  -webkit-animation-delay: 0.6s;
	  -moz-animation-delay: 0.6s;
	  -o-animation-delay: 0.6s;
	  animation-delay: 0.6s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-7 {
	  -webkit-animation-delay: 0.7s;
	  -moz-animation-delay: 0.7s;
	  -o-animation-delay: 0.7s;
	  animation-delay: 0.7s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-8 {
	  -webkit-animation-delay: 0.8s;
	  -moz-animation-delay: 0.8s;
	  -o-animation-delay: 0.8s;
	  animation-delay: 0.8s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-9 {
	  -webkit-animation-delay: 0.9s;
	  -moz-animation-delay: 0.9s;
	  -o-animation-delay: 0.9s;
	  animation-delay: 0.9s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-10 {
	  -webkit-animation-delay: 1s;
	  -moz-animation-delay: 1s;
	  -o-animation-delay: 1s;
	  animation-delay: 1s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-11 {
	  -webkit-animation-delay: 1.1s;
	  -moz-animation-delay: 1.1s;
	  -o-animation-delay: 1.1s;
	  animation-delay: 1.1s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-12 {
	  -webkit-animation-delay: 1.2s;
	  -moz-animation-delay: 1.2s;
	  -o-animation-delay: 1.2s;
	  animation-delay: 1.2s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-13 {
	  -webkit-animation-delay: 1.3s;
	  -moz-animation-delay: 1.3s;
	  -o-animation-delay: 1.3s;
	  animation-delay: 1.3s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-14 {
	  -webkit-animation-delay: 1.4s;
	  -moz-animation-delay: 1.4s;
	  -o-animation-delay: 1.4s;
	  animation-delay: 1.4s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-15 {
	  -webkit-animation-delay: 1.5s;
	  -moz-animation-delay: 1.5s;
	  -o-animation-delay: 1.5s;
	  animation-delay: 1.5s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-16 {
	  -webkit-animation-delay: 1.6s;
	  -moz-animation-delay: 1.6s;
	  -o-animation-delay: 1.6s;
	  animation-delay: 1.6s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-17 {
	  -webkit-animation-delay: 1.7s;
	  -moz-animation-delay: 1.7s;
	  -o-animation-delay: 1.7s;
	  animation-delay: 1.7s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-18 {
	  -webkit-animation-delay: 1.8s;
	  -moz-animation-delay: 1.8s;
	  -o-animation-delay: 1.8s;
	  animation-delay: 1.8s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-19 {
	  -webkit-animation-delay: 1.9s;
	  -moz-animation-delay: 1.9s;
	  -o-animation-delay: 1.9s;
	  animation-delay: 1.9s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-20 {
	  -webkit-animation-delay: 2s;
	  -moz-animation-delay: 2s;
	  -o-animation-delay: 2s;
	  animation-delay: 2s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-21 {
	  -webkit-animation-delay: 2.1s;
	  -moz-animation-delay: 2.1s;
	  -o-animation-delay: 2.1s;
	  animation-delay: 2.1s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-22 {
	  -webkit-animation-delay: 2.2s;
	  -moz-animation-delay: 2.2s;
	  -o-animation-delay: 2.2s;
	  animation-delay: 2.2s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-23 {
	  -webkit-animation-delay: 2.3s;
	  -moz-animation-delay: 2.3s;
	  -o-animation-delay: 2.3s;
	  animation-delay: 2.3s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-24 {
	  -webkit-animation-delay: 2.4s;
	  -moz-animation-delay: 2.4s;
	  -o-animation-delay: 2.4s;
	  animation-delay: 2.4s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-25 {
	  -webkit-animation-delay: 2.5s;
	  -moz-animation-delay: 2.5s;
	  -o-animation-delay: 2.5s;
	  animation-delay: 2.5s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-26 {
	  -webkit-animation-delay: 2.6s;
	  -moz-animation-delay: 2.6s;
	  -o-animation-delay: 2.6s;
	  animation-delay: 2.6s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-27 {
	  -webkit-animation-delay: 2.7s;
	  -moz-animation-delay: 2.7s;
	  -o-animation-delay: 2.7s;
	  animation-delay: 2.7s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-28 {
	  -webkit-animation-delay: 2.8s;
	  -moz-animation-delay: 2.8s;
	  -o-animation-delay: 2.8s;
	  animation-delay: 2.8s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-29 {
	  -webkit-animation-delay: 2.9s;
	  -moz-animation-delay: 2.9s;
	  -o-animation-delay: 2.9s;
	  animation-delay: 2.9s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid div a#product-30 {
	  -webkit-animation-delay: 3s;
	  -moz-animation-delay: 3s;
	  -o-animation-delay: 3s;
	  animation-delay: 3s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	section.product-grid p#no-products {
	  -webkit-animation-delay: 0.1s;
	  -moz-animation-delay: 0.1s;
	  -o-animation-delay: 0.1s;
	  animation-delay: 0.1s;
	  -webkit-animation-duration: 0.5s;
	  -moz-animation-duration: 0.5s;
	  -o-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	}
	/* @end */
	div#paging {
	  text-align: center;
	  font-size: 12px;
	  padding: 30px 0 30px 0;
	}
	div#paging a {
	  border-bottom: none;
	}
	div#paging span {
	  padding: 0 1px;
	}
	div#paging span.current {
	  color: #0000ee;
	}
	div#paging.blog {
		padding-top: 60px;
		border-top: 1px solid #ffffff
	}
	/* @end */
	/* @group Product */
	section#images {
	  position: relative;
	}
	section#images img {
		max-width: 100%;
	}
	section#images div.sale {
	 	color: #fff;
		background: none repeat 0 0 #ff0000;
		border-radius: 50% 50% 50% 50%;
		display: block;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		width: 45px;
		height: 45px;
		min-height: 45px !important;
		line-height: 45px;
		position: absolute;
		z-index: 3000;
		top: 10px;
		right: 10px;
	}
	section#buy h2 {
	  font-size: 16px;
	  margin-bottom: 20px;
	}
	section#buy form {
	  margin-bottom: 10px;
	}
	section#buy form div#product-variants {
	  padding: 10px 0;
	  border-top: 1px solid #ffffff;
	  border-bottom: 1px solid #ffffff;
	  margin-bottom: 20px;
	}
	section#buy form div#product-variants.hidden {
		border-top:none;
		padding:0;
	}
	section#buy form div#product-variants.hidden label, section#buy form div#product-variants.hidden select {
		display:none;
	}
	section#buy form div#product-variants div.selector-wrapper {
		min-height:40px;
	}
	section#buy form div#product-variants.hidden div.selector-wrapper {
		height: 0;
		min-height: 0;
	}
	section#buy form label {
	  margin-bottom: 5px;
	}

	section#buy form input.btn {
	  padding: 10px 20px;
	  font-size: 14px;
	}
	section#buy form input.btn.disabled {
	  opacity:0.25 !important;
	  filter:alpha(opacity=25) !important;
	}
	section#share {
		display:block;
	}
	section#share div {
	  float: left;
	}
	section#share div.google {
	  width: 40px;
	}
	section#share div.facebook {
	  width: 85px;
	}
	div.fb-like span {
	    width: 450px !important;
	}
	section#share div.twitter {
	  width: 85px;
	}
	section#share div.pinterest {
	  width: 50px;
	}
	section#share div.pinterest a {
	  border-bottom: 0;
	}
	section#gallery a {
	  display: block;
	  float: left;
	  border-bottom: none;
	  width: 92px;
	  margin: 5px 10px 0 0;
	}
	section#gallery a.last {
	  margin-right: 0;
	}
	section#gallery a img {
		width: 100%;
	}
	section#product-info {
	  border-top: 1px solid #ffffff;
	  margin-top: 20px;
	  padding-bottom: 10px;
	}
	section#product-info ul.tabs {
	  display: block;
	  border-bottom: 1px solid #ffffff;
	}
	section#product-info ul.tabs li {
	  float: left;
	  margin: 0;
	  padding: 12px 0 10px 10px;
	}
	section#product-info ul.tabs li a {
	  display: block;
	  border-bottom: none;
	  color: #0000ee;
	}
	section#product-info ul.tabs li a.active {
	  border-bottom: 1px solid #ffffff;
	  color: #000000;
	}
	section#product-info ul.tabs li.first {
	  padding-right: 12px;
	  border-right: 1px solid #ffffff;
	  padding-left: 0;
	}
	section#related-products {
	  border-top: 1px solid #ffffff;
	  padding-top: 15px;
	}
	section#related-products h2 {
	  margin-bottom: 30px;
	}
	section#product-info div.no-tabs {
		padding: 20px 0 0 0;
	}
	/* @end */
	/* @group Cart */
	section#cart form div.headers {
	  border-top: 1px solid #ffffff;
	  border-bottom: 1px solid #ffffff;
	  padding: 10px 0;
	  margin-bottom: 20px;
	  font-weight: bold;
	}
	section#cart form div.headers div.total span {
	  padding-left: 20px;
	}
	section#cart form div.row {
	  border-bottom: 1px solid #ffffff;
	}
	section#cart form div.row div.description img {
	  float: left;
	  width: 100px;
	}
	section#cart form div.row div.description div.info {
	  float: left;
	  padding: 0 0 0 40px;
	  width: 190px;
	}
	section#cart form div.row div.description div.info h3 {
	  line-height: 18px;
	  margin-bottom: 0;
	}
	section#cart form div.row div.description div.info h3 a {
	  border-bottom: none;
	}
	section#cart form div.row div.description div.info h3 a:hover {
	  color: #0000ee;
	}
	section#cart form div.row div.description div.info h4 {
	  font-size: 12px;
	  letter-spacing: 0;
	  line-height: 18px;
	  font-weight: normal;
	  padding-bottom: 10px;
	  margin-bottom: 10px;
	  border-bottom: 1px solid #ffffff;
	}
	section#cart form div.row div.description div.info p {
	  margin-bottom: 20px;
	}
	section#cart form div.row div.description div.info p.mobile {
	  
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		font-weight: normal;
	  
	  font-size: 16px;
	}
	section#cart form div.row div.price {
	  font-size: 16px;
	  
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		font-weight: normal;
	  
	  padding-top: 5px;
	}
	section#cart form div.row div.quantity {
	  text-align: center;
	}
	section#cart form div.row div.quantity input {
	  width: 30px !important;
	  text-align: center;
	}
	section#cart form div.row div.total {
	  font-size: 16px;
	  
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		font-weight: normal;
	  
	}
	section#cart form div.row div.total span {
	  padding-left: 20px;
	}
	section#cart form div.row div.remove {
	  text-align: right;
	}
	section#cart form div.row div.remove a {
	  color: #0000ee;
	  border-bottom: none;
	}
	section#cart form div.row div.remove a:hover {
	  color: #000000;
	}
	section#cart div.continue-shopping a {
	  border-bottom: none;
	}
	section#cart div.row div.cart.total h2 {
	  text-align: right;
	  font-size: 22px;
	}
	section#cart div.actions {
	  text-align: right;
	}
	section#cart textarea#note {
	  width: 95%;
	  margin-bottom: 40px;
	}
	section#cart div.actions input#checkout {
	  padding: 10px 20px !important;
	}
	section#cart div.actions input#update {
	  padding: 10px 20px !important;
	  color: #0000ee;
	  border-color: #0000ee !important;
	  margin-right: 10px;
	}
	section#cart div.actions input#update:hover {
	  background-color: #ffffff !important;
	}

	/* @end */
	/* @group Page */
	div.wysiwyg ul,
	div.wysiwyg ol {
	  margin-left: 30px;
	  margin-bottom: 40px;
	}
	div.wysiwyg ul li {
	  list-style-type: disc;
	  margin-bottom: 5px;
	}
	div.wysiwyg ol li {
	  margin-bottom: 5px;
	}
	div.wysiwyg img {
	  margin-bottom: 40px;
	}
	div.wysiwyg p img,
	div.wysiwyg div img {
	  margin-bottom: 0 !important;
	}
	/* @end */
	/* @group Blog */
	article.post {
	  margin-bottom: 10px;
	}
	article.post div.date {
	  
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		font-weight: normal;
	  
	  font-size: 28px;
	  text-align: center;
	}
	article.post div.date span {
	  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	  font-size: 13px;
	  font-weight: bold;
	  display: block;
	  font-style: normal;
	}
	article.post div.content {
	  border-bottom: 1px solid #ffffff;
	  padding-bottom: 20px;
	  margin-bottom: 20px;
	}
	article.post.first div.content {
		border-top: none;
	}
	article.post.last {
	  margin-bottom: 10px;
	}
	article.post.last div.content {
	  border-bottom: none;
	}
	article.post div.content.no-comments {
		border-bottom: none;
	}
	article.post div.content h2 {
	  font-size: 28px;
	  line-height: 32px;
	  margin-bottom: 20px;
	}
	article.post div.content div.info {
	  padding-bottom: 20px;
	  border-bottom: 1px solid #ffffff;
	  margin-bottom: 30px;
	}
	article.post div.content div.info div.comment-count {
	  text-align: right;
	}
	article.post div.content a.read-more {
	  font-size: 18px;
	  
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		font-weight: normal;
	  
	}
	article.post div.content div.actions {
	  padding: 20px 0;
	  border-top: 1px solid #ffffff;
	}
	article.post div.content div.actions div.back {
		float:left;
	}
	article.post div.content div.actions div.social {
		float: right;
	}
	article.post div.content div.actions div.social section#share div {
	  margin-right: 0;
	  margin-left: 10px;
	}
	section#comments {
		border-bottom: 1px solid #ffffff;
		margin-bottom: 30px;
	
	}
	section#comments h2 {
	  font-size: 28px;
	  margin-bottom: 30px;
	}
	section#comments div.comment {
	  margin-bottom: 40px;
	}
	section#comments div.comment p {
	  margin-bottom: 20px;
	}
	section#comments div.comment p.author {
	  border-top: 1px solid #ffffff;
	  padding-top: 10px;
	  font-weight: bold;
	}
	section#post-comment {
	  padding: 0 0 30px 0;
	}
	/* @end */
	/* @group Search */
	div#keyword {
	  padding: 20px 0;
	  border-top: 1px solid #ffffff;
	  font-style: italic;
	}
	div#keyword span {
	  color: #ff0000;
	}
	/* @end */
	/* @group 404 */
	div#four-oh-four h1 {
	  padding: 20px 0;
	}
	div#four-oh-four h2 {
	  border-top: 1px solid #ffffff;
	  padding-top: 30px;
	  font-size: 140px;
	  line-height: 144px;
	}
	/* @end */
	/* @group Footer */
	footer {
	  display: block;
	  border-bottom: 5px solid #000000;
	  margin-top: 30px;
	}
	footer section.upper {
	  border-top: 1px solid #ffffff;
	}
	footer section.upper div.columns {
	  padding-top: 25px;
	  padding-bottom: 25px;
	  min-height: 120px;
	}
	footer section.upper div#mailing-list form input {
	  padding: 5px;
	  margin-bottom: 10px;
	}
	footer section.upper div#mailing-list form label {
		font-weight: normal;
		font-size: 12px;
	}
	footer section.upper div#mailing-list form input[type="submit"] {
	  background: #000000 !important;
	  font-size: 10px;
	  font-weight: normal;
	  color: #ffffff;
	  padding: 8px 20px;
	}
	footer section.upper div#mailing-list form span.success {
		padding-bottom: 10px;
		display:none;
	}
	footer section.upper div#mailing-list form span.success.show {
		display:block;
	}
	footer section.upper nav a {
	  border-bottom: none;
	}
	footer section.upper div#footer-content p {
	  margin-bottom: 20px;
	}
	footer section.lower {
	  border-top: 1px solid #ffffff;
	  margin-bottom: 0;
	}
	footer section.lower div.columns {
	  padding: 15px 0;
	}
	footer section.lower div div.legals {
	  color: #0000ee;
	}
	footer section.lower div nav {
	  text-align: right;
	}
	footer section.lower div nav a {
	  margin-left: 15px;
	  border-bottom: none;
	}
	footer div#payment-methods {
		min-height: auto !important;
		padding: 10px 0;
	}
	footer div#payment-methods img{
		margin-right: 5px;
		width: 40px;
	}
	/* @end */
	/* @group Fancybox */
	.fancybox-wrap,
	.fancybox-skin,
	.fancybox-outer,
	.fancybox-inner,
	.fancybox-image,
	.fancybox-wrap iframe,
	.fancybox-wrap object,
	.fancybox-nav,
	.fancybox-nav span,
	.fancybox-tmp {
	  padding: 0;
	  margin: 0;
	  border: 0;
	  outline: none;
	  vertical-align: top;
	}
	.fancybox-wrap {
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 8020;
	}
	.fancybox-skin {
	  position: relative;
	  background: #f9f9f9;
	  color: #444;
	  text-shadow: none;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	}
	.fancybox-opened {
	  z-index: 8030;
	}
	.fancybox-opened .fancybox-skin {
	  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
	.fancybox-outer,
	.fancybox-inner {
	  position: relative;
	}
	.fancybox-inner {
	  overflow: hidden;
	}
	.fancybox-type-iframe .fancybox-inner {
	  -webkit-overflow-scrolling: touch;
	}
	.fancybox-error {
	  color: #444;
	  font: 14px/20px 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	  margin: 0;
	  padding: 15px;
	  white-space: nowrap;
	}
	.fancybox-image,
	.fancybox-iframe {
	  display: block;
	  width: 100%;
	  height: 100%;
	}
	.fancybox-image {
	  max-width: 100%;
	  max-height: 100%;
	}
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
	  background-image: url('fancybox_sprite.png');
	}
	#fancybox-loading {
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  margin-top: -22px;
	  margin-left: -22px;
	  background-position: 0 -108px;
	  opacity: 0.8;
	  cursor: pointer;
	  z-index: 8060;
	}
	#fancybox-loading div {
	  width: 44px;
	  height: 44px;
	  background: url('fancybox_loading.gif') center center no-repeat;
	}
	.fancybox-close {
	  position: absolute;
	  top: -18px;
	  right: -18px;
	  width: 36px;
	  height: 36px;
	  cursor: pointer;
	  z-index: 8040;
	}
	.fancybox-nav {
	  position: absolute;
	  top: 0;
	  width: 40%;
	  height: 100%;
	  cursor: pointer;
	  text-decoration: none;
	  background: transparent url('blank.gif');
	  /* helps IE */

	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	  z-index: 8040;
	}
	.fancybox-prev {
	  left: 0;
	}
	.fancybox-next {
	  right: 0;
	}
	.fancybox-nav span {
	  position: absolute;
	  top: 50%;
	  width: 36px;
	  height: 34px;
	  margin-top: -18px;
	  cursor: pointer;
	  z-index: 8040;
	  visibility: hidden;
	}
	.fancybox-prev span {
	  left: 10px;
	  background-position: 0 -36px;
	}
	.fancybox-next span {
	  right: 10px;
	  background-position: 0 -72px;
	}
	.fancybox-nav:hover span {
	  visibility: visible;
	}
	.fancybox-tmp {
	  position: absolute;
	  top: -99999px;
	  left: -99999px;
	  visibility: hidden;
	  max-width: 99999px;
	  max-height: 99999px;
	  overflow: visible !important;
	}
	/* Overlay helper */
	.fancybox-lock {
	  overflow: hidden;
	}
	.fancybox-overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  overflow: hidden;
	  display: none;
	  z-index: 8010;
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/fancybox_overlay.png?730);
	}
	.fancybox-overlay-fixed {
	  position: fixed;
	  bottom: 0;
	  right: 0;
	}
	.fancybox-lock .fancybox-overlay {
	  overflow: auto;
	  overflow-y: scroll;
	}
	/* Title helper */
	.fancybox-title {
	  visibility: hidden;
	  font: normal 13px/20px 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	  position: relative;
	  text-shadow: none;
	  z-index: 8050;
	}
	.fancybox-opened .fancybox-title {
	  visibility: visible;
	}
	.fancybox-title-float-wrap {
	  position: absolute;
	  bottom: 0;
	  right: 50%;
	  margin-bottom: -35px;
	  z-index: 8050;
	  text-align: center;
	}
	.fancybox-title-float-wrap .child {
	  display: inline-block;
	  margin-right: -100%;
	  padding: 2px 20px;
	  background: transparent;
	  /* Fallback for web browsers that doesn't support RGBa */

	  background: rgba(0, 0, 0, 0.8);
	  -webkit-border-radius: 15px;
	  -moz-border-radius: 15px;
	  border-radius: 15px;
	  text-shadow: 0 1px 2px #222;
	  color: #ffffff;
	  font-weight: bold;
	  line-height: 24px;
	  white-space: nowrap;
	}
	.fancybox-title-outside-wrap {
	  position: relative;
	  margin-top: 10px;
	  color: #ffffff;
	}
	.fancybox-title-inside-wrap {
	  padding-top: 10px;
	}
	.fancybox-title-over-wrap {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  color: #ffffff;
	  padding: 10px;
	  background: #000;
	  background: rgba(0, 0, 0, 0.8);
	}
	/* Custom MNML theme styles overrides */
	div.fancybox-wrap.mnml div.fancybox-skin {
	  box-shadow: none;
	}
	div.fancybox-wrap.mnml a {
	  border-bottom: none;
	}
	div.fancybox-overlay {
	  background: rgba(255, 255, 255, 0.9);
	}
	#fancybox-loading {
	  width: 32px;
	  height: 32px;
	  background: url('loader.gif') center center no-repeat;
	}
	div.fancybox-wrap.mnml .fancybox-close,
	div.fancybox-wrap.mnml .fancybox-prev span,
	div.fancybox-wrap.mnml .fancybox-next span {
	  background-image: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/fancybox-sprite.png?v=85143691049548471721386828715);
	}
	div.fancybox-wrap.mnml .fancybox-close {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/fancybox-sprite.png?v=85143691049548471721386828715) -212px -21px no-repeat;
	  display: inline-block;
	  width: 18px;
	  height: 18px;
	  top: -25px;
	  right: 0;
	}
	div.fancybox-wrap.mnml .fancybox-next span {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/fancybox-sprite.png?v=85143691049548471721386828715) -49px 0px no-repeat;
	  display: inline-block;
	  width: 47px;
	  height: 53px;
	  margin-right: -10px;
	}
	div.fancybox-wrap.mnml .fancybox-prev span {
	  background: url(//shop.oogaboogastore.com/cdn/shop/t/2/assets/fancybox-sprite.png?v=85143691049548471721386828715) 0px 0px no-repeat;
	  display: inline-block;
	  width: 47px;
	  height: 53px;
	  margin-left: -10px;
	}
	/* @end */
	/* @group Customer Accounts */
	.note {
		font-size: 11px;
	}
	#create-account  p.note {
		margin-bottom: 20px !important;
	}
	body.customer-logged-in table {
		width: 100%;
	}
	body.customer-logged-in table th {
		font-weight: bold;
		text-align: left;
	}
	body.customer-logged-in table th, body.customer-logged-in table td {
		padding: 10px 5px;
		border-bottom: 1px solid #ffffff;
	} 
	body.customer-logged-in a.btn.small.return {
		margin-right: 10px;
	}
	body.customer-logged-in div.vcard p {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	body.template-customers-login input.guest-login {
		width:90%;
	}
	body.customer-logged-in div.edit_address {
		border-top: 1px solid #ffffff !important;
		padding-top: 20px;
	}
	body.customer-logged-in table.customer_address_table td {
		vertical-align: top;
		padding: 0;
		border-bottom: none;
	}
	body.template-customers-order section.sidebar p{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ffffff;
	}
	/* @end */

/* @Blankslate */

.note { background:#ffffe3; border:2px dashed #eeeecd; padding:20px;}

.sample-product-wrapper { background:#eee url("//shop.oogaboogastore.com/cdn/shop/t/2/assets/blankslate-producticon.png?v=126846097634899059331386828714") no-repeat center center; width:100%; height:270px; display:table; text-align:center; color:#aaa; margin-bottom:20px; }
.sample-product { display:table-cell; text-align:center; vertical-align:middle; padding:0 10px; font-size:13px }

.helper-note { font-size:15px;  padding: 20px; position: absolute; max-width:400px; margin-left:-270px; margin-top:30px; left:65%; z-index:99999; display: none; }
.helper-note a { color:#f45b4f; border-bottom:none;}
.helper-note p { line-height: 23px; margin-bottom:10px;}
.helper-note h3 { font-size:19px; font-weight: bold;}
.helper-section { clear:both;}
.helper-section:hover .helper-note { display:inline-block!important; -webkit-animation: fadeInUp 0.2s ease-in;  -moz-animation: fadeInUp 0.2s ease-in; animation: fadeInUp 0.2s ease-in; }
.helper-section .helper-content { opacity: 1; -webkit-transition: opacity 0.25s ease-in; -moz-transition: opacity 0.25s ease-in; transition: opacity 0.25s ease-in;}
.helper-section:hover .helper-content { opacity: 0.2; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out;}

