<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 367:4 Expected identifier but found "*"
Line 719:4 Expected identifier but found "*"
Line 862:0 Unexpected "}"
Line 996:4 Expected identifier but found "*"
Line 1208:4 Expected identifier but found "*"
Line 1299:4 Expected identifier but found "*"
Line 1338:4 Expected identifier but found "*"
Line 1638:4 Expected identifier but found "*"
Line 1848:4 Expected identifier but found "*"
Line 1902:4 Expected identifier but found "*"

**/





/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   (Tweaked for CleanThemes theme)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* CSS cross-browser clear fix - also apply to .block! */
.cf:before,
.cf:after,
.block:before,
.block:after {
    content:"";
    display:table;
}
.cf:after,
.block:after {
    clear:both;
}
.cf,
.block {
    zoom:1;
}


/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button]{
    -webkit-appearance: none;
}

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

/* YUI CSS Base
 */
 
h1 {
    /* via YUI Fonts CSS foundation*/
    font-size:160%; 
    margin:1.2em 0;
}
h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%; 
    margin:1.0em 0;
}
h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;
    margin:0.9em 0;
}
h4 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:100%;
    margin:0.8em 0;
}
h5 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:93%;
    margin:0.7em 0;
}
h6 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:85%;
    margin:0.6em 0;
}

h1,h2,h3,h4,h5,h6 {
    /*bringing boldness back to headers*/
    font-weight:normal;
}
strong, b {
    font-weight:bold;
}
abbr,acronym {
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
} 
em, i {
    /*bringing italics back to the em element*/
    font-style:italic;
}
ul,ol,dl {
    /*giving lists room to breath*/
    margin:1em;
    font-size:100%;
}

blockquote{
  /*  border-left:.5em solid #cccccc; */
    margin:1.5em 0em 1.5em 10.0px;
    padding:.5em 0em;
    quotes:"\201C""\201D";
    font-size:130%;
    font-style:italic;
    line-height: 100%;
}
blockquote:before{
    color:#cccccc;
    content:open-quote;
    font-size:3em;
    line-height:.1em;
    margin-left: -40px;
    margin-right: 20px;
    vertical-align:-0.48em;
}
blockquote :first-child { display:inline; }
blockquote :last-child { margin-bottom:0; }
blockquote:after { content: no-close-quote; }

ol,ul,dl {
    /*bringing lists on to the page with breathing room */
    margin-left:2em;
}
ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}
ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
}
dl dd {
    /*giving UL's LIs generated numbers*/
    margin-left:1em;
}
th,td {
    /*borders and padding to make the table readable*/
    border-bottom: 1px solid #cccccc;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
    padding: 0.7em;
}
th {
    /*distinguishing table headers from data cells*/
    font-weight:bold;
    text-align:left;
    border-bottom-width: 3px;
}
caption {
    /*coordinated marking to match cell's padding*/
    margin-bottom:.5em;
    /*centered so it doesn't blend in to other content*/
    text-align:center;
}
p,fieldset,table {
    /*so things don't run into each other*/
    margin-bottom:1em;
}

hr {
	border: 0;
	width: 100%;
	background:#cccccc;
	height:1px;
}

/* Google Fonts */

    
    
    
    
    
     body, input, textarea, select
    
    { font-family: Open Sans; }

    
    
    
    
    
     h1,h2,h3,h4,h5,h6
    
    { font-family: Open Sans; }

    
    
    
    
    
     #shoplogo
    
    { font-family: Arvo; }


/* Theme styles */

body {
    font-size:14px;
    line-height:23px;
    color:#5b6169;
    background-color:#ebeced;
    
    
    
    
    
}



::selection{/* Webkit &amp; Opera */
    background:#444a54;
    color:#ffffff;
}
::-moz-selection{ /* Firefox */
    background:#444a54;
    color:#ffffff;
}
strong.highlight {
    background:#444a54;
    color:#ffffff;
}

a,
a:link,
a:visited {
    color:#444a54;
    -moz-transition: color 100ms;
    -webkit-transition: color 100ms;
    transition: color 100ms;
    text-decoration:none;
}

a:hover {
    color:#ffffff;
}

input,
textarea {
    font-size: 14px;
    background-color: #ffffff;
    color: #7c7c7c;
    border: 1px solid #cccccc;
    height: 30px;
    padding: 2px 10px;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input {
    line-height: 30px; /* ie8 */
}

input[type=checkbox] {
    border:none;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}

textarea { height:120px; }

.textareawrapper { padding-right:20px; }

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background:#000;
    border: none;
    color:#ffffff;
    float:right;
	font-family:sans-serif;     
  	font-size: 12px;
    font-size:15px;
  	margin-top:-5px;
  	font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 15px 7px 15px;
    letter-spacing: 1px;
    line-height:1em;
    height:auto;
    margin-top:-36px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
    zoom:1;
    *display:inline;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	border-radius:.6em;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
    background:#5b6169;
}

h1,h2,h3,h4,h5,h6 {
    color:#ffffff;
}

h1.pagetitle,
h2.majortitle {
    font-size:26px;
}

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

.template-cart h1.pagetitle {
    margin:0;
}

.main ol,.main ul,.main dl {
    margin-top:1.7em;
    margin-bottom:1.7em;
    line-height:2em;
}

.bodywrap {
    position:relative;
}

#content {
    max-width:100% !important;
	margin:0px !important;
	padding:0px !important;
	margin-left:250px !important;
}

/* usability for when JS is disabled */
html.no-js,
.no-js body {
    height:100%;
}

.no-js .bodywrap {
    min-height:100%;
}

.no-js #content .block.product .sub a.toggler {
    display:none;
}
    
/* Pages that go full-width */
.template-index #content,
.template-collection #content,
.template-search #content,
.template-list-collections #content,
.template-blog #content,
.template-404 #content {
    max-width:none;
}

.blocklayout {
  position: relative;
}

.block {
    margin:10px;
    background:#ffffff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    
        -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    
}
.block:hover {
    
        -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
        box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
    
}

.block.hidden {
    display:none;
}

.block img,
.block iframe,
.block embed {
    max-width:100%;
    margin:0 auto;
    display:block;
}

.block.text img,
.block.text iframe,
.block.text embed {
    margin:0;
}

.block.product img,
.block.product iframe,
.block.product embed {
    margin:0px;
	width:100%;
}

.block img {
    height:auto;
}

.block .main p img {
  display: inline;
}

.blocklayout .block {
    float:left;
    width:220px;
    max-width:100%;
}

.block.size-medium {
    width:220px;
}

.block.size-large {
    /* Commented out to get the products medium sized and in the middle width:460px; */
  	width:50%;
	display:inline-block;
  	margin:0px;
  	
}

.block.size-grande {
    width:700px;
}

/* Commented out to get the products medium sized and in the middle width */
.block.size-uber {
    width:640px;
  	margin-left:170px;
    margin-right:170px;
}

.block .main {
    margin:20px;
}

.block .sub {
    border-top:1px solid #ffffff;
    padding:20px;
    background:#ffffff;
    
        
        
        -moz-border-radius:0 0 3px 3px;
        -webkit-border-radius:0 0 3px 3px;
        border-radius:0 0 3px 3px;
        
    
}

.block .sub.middle {
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}

.block .sub.meta {
    padding-top:10px;
    padding-bottom:10px;
    font-size:11px; /* needs a fixed size to match up to the various background images in these sections */
}

.block .sub.meta.double-padded {
    padding-top:20px;
    padding-bottom:20px;
}

.block .sub.meta label,
.block .sub.meta .label {
    margin-right: 5px;
}

.template-article .block .sub.meta .social {
    margin-top:1em;
}

.block .divided {
    border-top:1px solid #ffffff;
}

.block.text .main a {
    text-decoration:none;
}

.block.transparent,
.block.text.transparent .main {
    background:transparent;
    
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
        box-shadow:none;
    
}

.block.text.transparent .main {
    background:transparent;
}

.block.home-image .main {
    margin:10px;
}

.block.collection .main {
    
    margin:0;
    
}


.block.collection .main img {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}


.block.product {
	position:relative !important;
	top:auto !important;
	left:auto !important;
}

.block.product .main {
    text-align:center;
    position:relative;
	margin:0px;
}




.block.product .main .hoverinfo {
    opacity:0;
    filter: alpha(opacity = 0);
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    
    background:rgb(0, 0, 0);
    background:rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#46000000, endColorstr=#46000000);
    
}

.block.product .main:hover .hoverinfo {
    opacity:1;
    filter: alpha(opacity = 100);
}

#content .block.product .main .hoverinfo a { /* #content required to override content link colour */
    
    color:#fff;
    
    text-decoration:none;
    display:block;
    height:100%;
    width:100%;
}

.block.product .main .hoverinfo .title {
    padding:20px 15px;
}

.block.product .main .hoverinfo .lower {
    position:absolute;
    bottom:10px;
    width:100%;
}

.block.product .main .hoverinfo .lower .money {
    font-size:138.5%;
}

.block.product .main .hoverinfo .lower .money .previously,
.block.product .main .hoverinfo .lower .money .from {
    margin: 0 0 5px 0;
    display:block;
    font-size:80%;
}

.block.product .main .hoverinfo .lower .money .previously {
    text-decoration:line-through;
}

.block.product .main .hoverinfo .lower .arr {
    font-size:30px;
}

.block .main a.rsslink {
    height:28px;
    width:28px;
    float:right;
}

input[type=submit].coolbutton,
button.coolbutton,
#content .block a.toggler,
#content .block .flex-direction-nav a {
    background:#000;
    color:#ffffff;
    text-decoration:none;
    font-family:Georgia, serif;
    font-size:12px;
    line-height:22px;
    width:23px;
    height:23px;
    padding:0;
    letter-spacing:0;
    font-weight:normal;
    text-align:center;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    display:inline-block;
    zoom:1;
    *display:inline;
    position:absolute;
    top:40px;
    right:40px;
    
    -webkit-transition:all 500ms;
    -moz-transition:all 500ms;
    transition:all 500ms;
}

input[type=submit].coolbutton:hover,
button.coolbutton:hover,
#content .block a.toggler:hover,
#content .block .flex-direction-nav a:hover {
    background:#5b6169;
}

#content .block .flex-direction-nav a.next {
    right:0;
}

#content .block .flex-direction-nav a.prev {
    right:auto;
    left:0;
}

#content .block.product .sub a.toggler {
    top:auto;
    bottom:10px;
    right:10px;
}

.block .readmore {
    border-bottom:1px solid #cccccc;
    text-decoration:none;
    text-align:center;
    display:block;
    position:relative;
    top:0px;
    margin:1em 0 2em;
}

.block .readmore span {
    position:relative;
    top:0.7em;
    background-color:#ffffff;
    padding:1em 1.5em;
}

.block .fullarticle {
    margin:1em 0 1em;
}

.block .pagetitle {
    margin-top:0;
}

.block .pagetitle.nocontent {
    margin-bottom:0;
}

.block.product p {
    margin-bottom:0.5em;
    line-height:1.4em;
}

.block.product .sub {
    padding: 10px;
	position: relative;
	color: #fff;
	margin-top: -75px;
	background: rgba(0, 0, 0, .7);
}

.block.product .sub .title {
    color:#ffffff;
}

.block.product:hover .sub .title {
  	/*nelson*/
    /*color:#444a54;*/
}

.block.product .sub.quickbuyarea {
    display:none;
}

.block.product .sub.quickbuyarea .row {
    margin-bottom:15px;
}

.block.product .sub.quickbuyarea .quantityrow label {
    display:inline;
    margin-right:8px;
}

.block.product .sub.quickbuyarea .quantityrow input {
    width:20px;
}

.block.product .sub.quickbuyarea input[type=text],
.block.product .sub.quickbuyarea input[type=number] {
    height:22px;
    line-height:22px;
    text-align:center;
}

.product .was-price {
    font-style:italic;
    margin-right:14px;
    padding-right:1px;/* avoid Chrome font clip */
    text-decoration:line-through;
    opacity:0.8;
    filter: alpha(opacity = 80);
    zoom:1;
}

.product .from {
    font-style:italic;
    margin-right:5px;
    opacity:0.8;
    filter: alpha(opacity = 80);
    zoom:1;
}

.block.padded,
.block .padded {
    padding:20px;
}

.block .sidesonly {
    padding-top:0;
    padding-bottom:0;
}

.block.double-padded,
.block .double-padded {
   /*     padding:40px;  */
          padding-top:0px;
    	  padding-left:40px;
    	  padding-right:40px;
    	  padding-bottom:40px;
    }
}

.block .sub.double-padded,
.block .double-padded.sidesonly {
    padding-top:20px;
    padding-bottom:20px;
}

.block .main.contactpagecontent {
    margin-bottom:0;
    padding-bottom:0;
}

#navbar {
    position:absolute;
    left:0;
    top:0;
    width:260px;
    height:100%;
    
    font-size:12px;
}

#navbar,
#mobilefooter,
.panelinputblock .panelinputinner input.text {
    
    background:#393939;
    
}

#navbar,
#navbar .cartsummary a,
#navbar .mainnav a,
#navbar .footer a,
#mobilefooter,
#mobilefooter a {
    color:#999999;
    text-decoration:none;
}

#navbar .mainnav ul {
    margin:0;
    font-size:100%;
}

#navbar .mainnav li {
    list-style:none;
}

#navbar #shoplogo {
    text-align:center;
    padding-top:5px;
    padding-bottom:0px;
    
    background:#444a54;
    
    font-size:36px;
    line-height:1.4em;
}

#navbar #shoplogo a {
    color:#ffffff;
    text-decoration:none;
}

#navbar #shoplogo img {
    max-width:100%;
    vertical-align: top;
}

#navbar #shoplogo .logotext {
    display: block;
    margin: 0 10px;
}

#navbar .cartsummary {
    margin:20px 25px 20px;
    text-align:center;
    font-size:120%;
}

#navbar .cartsummary.socialabove {
    margin-top:10px;
}

#navbar .cartsummary .account {
    display:block;
    margin-bottom:0.5em;
}

#navbar .cartsummary .title {
    display:block;
    color:#999999;
}

#navbar .cartsummary .title.inline {
    display:inline;
}

#navbar .cartsummary .numitems {
    color:#ffffff;
}

#navbar .cartsummary .tocart {
    display:block;
    margin-top:0.5em;
}

#navbar .cartsummary .amount {
    margin-left:4px;
    color:#444a54;
}

#navbar .searchnavwrap .btn-opts {
    position:absolute;
    top:8px;
    right:7px;
}

#navbar .btn-opts {
    display:none;
    border:1px solid;
    float:right;
    padding:5px 10px 7px;
    cursor:pointer;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#navbar .btn-opts .icon-bar {
    background:#f5f5f5;
    display: block;
    height: 2px;
    width: 18px;
    margin-top:3px;
}

#navbar #navpanel {
    border-left:none;
}

#navbar #navpanel .mainnav {
    position:relative;
    padding-bottom:10px;
}

#navbar #navpanel .mainnav .title {
    padding:15px 0;
    height:30px;
    line-height:30px;
    text-align:center;
    position:absolute;
    vertical-align:middle;
    width:50%;
    top:0;
    right:0;
    cursor:pointer;
    font-size:120%;
}

#navbar #navpanel .mainnav .first .title {
    right:auto;
    left:0;
}

#navbar #navpanel .mainnav .first .title div {
    border-right:1px solid #5b6169;
}

#navbar #navpanel .mainnav .active .title {
    color:#444a54;
}

#navbar #navpanel .mainnav &gt; ul &gt; .active &gt; ul {
    display:block;
}

#navbar #navpanel .mainnav ul.tier1 {
    padding-top:60px;
}

#navbar #navpanel .mainnav .only ul.tier1 {
    padding-top:30px;
}

#navbar #navpanel .mainnav ul.tier1 &gt; li {
}

#navbar #navpanel .mainnav a {
    display:block;
    padding:6px 25px;
}

#navbar #navpanel .mainnav a:hover {
    color:#444a54;
}

#navbar #navpanel .mainnav li.active &gt; a,
#navbar #navpanel .mainnav li.expanded &gt; a {
    color:#ffffff;
}

#navbar #navpanel .mainnav li li.active a.tier1title,
#navbar #navpanel .mainnav li li.expanded a.tier1title {
    background:#000000;
}

#navbar #navpanel .mainnav li li {
    position:relative;
}

#navbar #navpanel .mainnav li ul {
    display:none;
}

#navbar #navpanel .mainnav li .coolbutton {
    position:absolute;
    right:25px;
    top:6px;
}

#navbar #navpanel .mainnav .expanded &gt; ul {
    display:block;
}

#navbar #navpanel .mainnav li li ul {
    background:#1e1e1e;
}

#navbar #navpanel .mainnav li li li ul {
    background:#2b2b2b;
}

#navbar #navpanel .mainnav li li li a {
    color:#999999;
}

#navbar #navpanel .mainnav li li li li a {
    
}

#navbar .coolbutton {
    background:#444a54;
    color:#ffffff;
}

#navbar .coolbutton:hover,
#navbar li.expanded &gt; .coolbutton {
    background:#5b6169;
}

#checkout-note.hide-note #note {
    display:none;
}

#mobilefooter {
    padding:10px 0;
    
    font-size:12px;
}

#mobilefooter a,
#navbar .footer a {
    text-decoration:underline;
}

#navpanel .footer {
    padding-bottom:10px;
}

.footer .registerform .title {
    color:#ffffff;
    display:block;
    font-size:120%;
    padding:10px 25px;
}

.footer .registerform .msg {
    margin-left:25px;
    margin-right:25px;
}

.footer ul {
    margin:0;
    font-size:90%;
}

.footer li {
    list-style:none;
}

.footer .copy {
    margin:20px 25px;
}

.footer .copy p {
    font-size: 90%;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    padding: 0;
}

.footer .copy .custom {
    line-height:1.2em;
    margin-bottom:1.5em;
    color:#ffffff;
    font-size:120%;
}

#navpanel .sociallinks,
#mobilefooter .sociallinks {
    margin:20px 25px;
}

#navpanel .sociallinks.underlogo {
    margin-top:25px;
    margin-bottom:0;
    text-align:center;
}

.sociallinks li {
    list-style:none;
    display:inline;
}

.sociallinks a {
    display:inline-block;
    zoom:1;
    *display:inline;
    color:#999999;
    height:0;
    overflow:hidden;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    border-radius:22px;
    -webkit-transition:200ms background-color;
    -moz-transition:200ms background-color;
    transition:200ms background-color;
    
        width:22px;
        padding-top:22px;
        margin-right:4px;
        margin-bottom:4px;
        background:#5b6169 url('/cdn/shop/t/2/assets/social_spr_darkgrey.png?v=63235159159330612941407879887') 0 0 no-repeat;
    
}

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

.sociallinks .facebook a {}

.sociallinks .twitter a { background-position: -22px 0; }
.sociallinks .rss a { background-position: -44px 0; }
.sociallinks .pinterest a { background-position: -66px 0; }
.sociallinks .google a { background-position: -88px 0; }
.sociallinks .instagram a { background-position: -110px 0; }
.sociallinks .vimeo a { background-position: -132px 0; }
.sociallinks .youtube a { background-position: -154px 0; }
.sociallinks .flickr a { background-position: -176px 0; }
.sociallinks .tumblr a { background-position: -198px 0; }


.panelinputblock {
    position: relative;
    border-top:1px solid #5b6169;
    border-bottom:1px solid #5b6169;
}

.panelinputblock .panelinputinner {
    margin: 6px 25px;
    position: relative;
}

.panelinputblock .panelinputinner input.text {
    border:0;
    color:inherit;
    height:30px;
    width:100%;
    padding-left:0;
    padding-right:0;
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.panelinputblock .panelinputinner input[type=submit] {
    cursor:pointer;
    margin-top:-11px;
    position:absolute;
    top:50%;
    right:0;
}

.panelinputblock.focus,
.panelinputblock.focus .panelinputinner input.text {
    background-color:#ffffff;
    color:#999999;
}


.pagination.bottom {
    margin-top:10px;
}

.pagination .block {
    float:left;
}

.pagination .block a,
.pagination .block .current {
    padding:10px 20px;
    text-decoration:none;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.pagination .block .current {
    background:#ffffff;
    outline:1px solid #ffffff;
}

.mobile-only {
    display:none;
}

#navtoggle {
    display:none;
    font-size:16px;
    margin-top: 1px;
    position: absolute;
    overflow:hidden;
    right: -20px;
    top: 10px;
    height:38px;
    text-align:center;
    line-height:36px;
    width:38px;
    background:#393939;
    color:#999999;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}

.nav-hidden #navtoggle {
    right:-30px;
}

.social .socitem {
    vertical-align:top;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.social #fb-root {
    display:none;
}

.template-collection #content .social,
.template-blog #content .social {
    float:right;
}

.productlabel {
    background:#fa1919;
    color:#fff;
    display: table;
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;

    height: 80px;
    width: 80px;
}

.block.product .productlabel {
    position:absolute;

    top:0;



    right:0;

}

.block.product.size-large .productlabel {
    height: 120px;
    width: 120px;




}

.productlabel.soldout {
    background:#fa1919;
}

.productlabel.general {
    background:#616773;
}

.productlabel:hover {
    opacity:0;
    filter: alpha(opacity = 0);
}

.productlabel span {
    font-size: 95%;
    line-height: 1.1em;
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
}

#cartform ul {
    margin:0;
}

#cartform .item {
    clear:both;
    list-style:none;
    position:relative;
    margin-left:40px;
    margin-right:40px;
}

#cartform .item a.remove {
    position:absolute;
    top:48px;
    left:0;
    text-decoration:none;
    font-weight:bold;
}

#cartform .item .image {
    width:80px;
    height:80px;
    margin:0 15px;
    float:left;
}

#cartform .item .image img {
    max-height:100%;
    margin:0;
}

#cartform .item .desc {
    overflow:hidden;
    margin:26px 170px 0 0;
}

#cartform .item .desc .name {
    display:block;
}

#cartform .item .quantity {
    position:absolute;
    top:40px;
    right:90px;
    width:90px;
}

#cartform .item .quantity input {
    width:25px;
    box-sizing: content-box;
}

#cartform .item .line-total {
    margin-top:5px;
    position:absolute;
    top:40px;
    right:0;
    width:90px;
    text-align:right;
}

#cartform #checkout-note textarea {
    width:100%;
    margin-top:10px;
}

#cartform #toggle-note {
    font-size:90%;
}

#cartform .update-totals {
    float:right;
    padding:6px 10px 5px;
    background:#5b6169;
}

#cartform .update-totals:hover {
    background:#000;
}

#cartform #shipping-calculator {
    max-width:340px;
    margin:0 auto;
}

#cartform #shipping-calculator h3 {
    font-size:140%;
}

#cartform #shipping-calculator ul {
    margin:0 20px;
}

#cartform #shipping-calculator .inputrow {
    padding-left:80px;
}

#cartform #shipping-calculator .inputrow label {
    margin-left:-80px;
}

#cartform #shipping-calculator .inputrow .styleddrop {
    width:94%;
    padding-left:2%;
    padding-right:2%;
}

#cartform #shipping-calculator .ziprow #address_zip {
    margin-top:10px;
    margin-right:10px;
    width:115px;
}

#cartform #shipping-calculator .ziprow .get-rates {
    margin-top:10px;
    background:#5b6169;
}

#cartform #shipping-calculator .ziprow .get-rates:hover {
    background:#000;
}

#cartform #shipping-calculator #wrapper-response {
    margin:20px 0;
}

#cartform .finalinfo {
    text-align:center;
}

#cartform .finalinfo p {
    font-size:90%;
    margin:0;
}

#cartform .subtotal {
    margin:10px 0;
    padding-bottom:5px;
    font-size:200%;
    line-height:200%;
}

#cartform .checkoutrow .checkoutbuttoncont {
    float:right;
}

#cartform .termsagreement {
    display:block;
    float:left;
    margin-right:10px;
}

#cartform .termsagreement label {
    vertical-align:middle;
}

#additional-checkout-buttons input {
    background: none;
    border: none;
    height: auto;
}

.form .req,
.form .error,
.form .errors {
    color:#f5447b;
}

.form .inputrow,
.form .buttonrow {
    clear:both;
    padding-top:10px;
    padding-left:120px;
}

.form .inputrow label {
    margin-left:-120px;
    float:left;
}

.form .inputrow input,
.form .inputrow textarea,
.form .inputrow .styleddrop,
.form .inputrow select {
    font-family:"Lato",Calibri,sans-serif; 	 	
	height: 38px; 	 	
	opacity: 0.9; 	 	
	width: 70%; 	 	
	font-size:15px; 	 	
	border:3px solid #000; 
}

.form .inputrow input[type="checkbox"] {
    width:auto;
}

.form .inputrow .styleddrop select {
    width:100%;
}

.form .has-error input,
.form .has-error textarea {
    border:1px solid #f88;
    -webkit-box-shadow: 0 0 2px 0 #f88;
    -moz-box-shadow: 0 0 2px 0 #f88;
    box-shadow: 0 0 2px 0 #f88;
}

/* non-template forms */
.form-row,
.large_form {
    clear:both;
    padding:1px 0 10px 120px;
}

.form-row label,
.large_form label {
    margin-left:-120px;
    width:110px;
    float:left;
}

.styleddrop {
    padding:7px 10px;
    background-color:#ffffff;
    border:1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.styleddrop select {
    border:none;
    background-color:#ffffff;
}

#scrolltotop {
    position:fixed;
    right:14px;
    bottom:-100px;
    top: auto !important;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    padding:15px 20px 25px;
    background-color:#fff;
    color:#444;
    font-size:15px;
    line-height:15px;
    z-index:9999999;
    border: 1px solid #333;
    
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    
    -webkit-box-shadow: 0px 0px 3px -1px #555;
    -moz-box-shadow: 0px 0px 3px -1px #555;
    box-shadow: 0px 0px 3px -1px #555;
    
    -webkit-transition: bottom 0.2s ease-in-out;
    -moz-transition: bottom 0.2s ease-in-out;
    -o-transition: bottom 0.2s ease-in-out;
    -ms-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
}

#product-gallery,
#product-info {
    float:left;
    width:50%;
    margin-top:10px;
}

#product-gallery .main-image {
    text-align:center;
    overflow:hidden;
    position:relative;
}

#product-gallery .main-image a {
    display:block;
}

#product-gallery #thumbs {
    margin:20px 0;
}

#product-gallery #thumbs li {
    float:left;
    list-style:none;
    width:19.9%;
}

#product-gallery #thumbs li a {
    display:block;
    margin:5px;
    text-align:center;
}

#product-gallery #thumbs li a img {
    margin:0;
}



#product-gallery img,
#product-info img {
    max-width:100%;
    vertical-align:top;
}

#product-info {
}

#product-info .inner {
    margin-left:25px;
}

#product-info .pricearea {
    font-size:170%;
    line-height:1.2em;
    margin-bottom:5px;
}

#product-info .pricearea .was-price {
    opacity:0.5;
    filter: alpha(opacity = 50);
    font-style:italic;
    text-decoration:line-through;
    margin-right:16px;
}

#product-info .majorinfo {
    position:relative;
    min-height: 80px;
}

#product-info .majorinfo .productlabel {
    float:right;
    margin-left:10px;
    opacity:1;
    filter: alpha(opacity = 100);
}

#product-info .majorinfo h1 {
    margin:0 0 15px 0;
}

#product-info .section {
    border-top:1px solid #cccccc;
    padding:1.3em 0;
    margin-top:1em;
}

#product-info .section.productoptions {
    padding:1em 0 0.2em;
}

#product-info .section.description {
    padding-bottom:0;
    margin-bottom:0;
  	margin-top:0em;
    /*border-top:none; nelson */
}

.descriptionunder {
    clear:both;
}

#product-info .section.morelinks {
    font-size:90%;
}

#product-info .social {
    font-size:90%;
    padding:20px 0;
    /*border-top:1px solid #cccccc;*/
}

#product-info .social .label {
    margin-right:6px;
}

#product-info .quantadd {
    text-align:right;
}

#product-info .quantadd #quantity {
    float:left;
    text-align:center;
    margin-right:4px;
}

.productoptions label {
    display:block;
    font-size:90%;
    margin:6px 0 1px;
}

#crumbregion {
    padding-bottom:0;
}

#crumbregion, #crumbregion a {
    color:#5b6169;
    text-decoration:none;
    font-size:90%;
}

#crumbregion .crumbs a {
    text-transform: uppercase;
}

#crumbregion .crumbs .div {
    margin:0 15px;
}

#crumbregion .nextprev {
    float:right;
}

#crumbregion .nextprev .divider {
    margin:0 8px;
}

#search-form input[type=text] {
    width:93%;
}

.meta .iconmeta {
    background:url('/cdn/shop/t/2/assets/meta_icons_grey.png?v=32157025672953915571407879886') no-repeat 0 0;
    padding-left:20px;
    margin-right:10px;
    white-space:nowrap;
    line-height:1.4em;
    display: inline-block;
    zoom:1;
    *display:inline;
}

.meta .iconmeta.author:hover {
    background-position:0 -14px;
}

.meta .iconmeta.time {
    background-position:0 -122px;
}

.meta .iconmeta.time:hover {
    background-position:0 -136px;
}

.meta .iconmeta.tags {
    background-position:0 -60px;
}

.meta .iconmeta.tags:hover {
    background-position:0 -75px;
}

.meta .iconmeta.comment {
    background-position:0 -30px;
}

.meta .iconmeta.comment:hover {
    background-position:0 -45px;
}

#comments .gravatar {
    width:80px;
    margin-right:20px;
    float:left;
}

#comments .gravatar {
    overflow:hidden;
}

#payment-methods {
    margin:0 20px;
}

#payment-methods li {
    margin-left:5px;
    padding-top:32px;
    height:0;
    width:53px;
    overflow:hidden;
    background:url('/cdn/shop/t/2/assets/payment_spr_white.png?v=77027099256410249881407879887');
    display: inline-block;
    zoom:1;
    *display:inline;
}

#payment-methods li.pay-paypal {
    background-position: -5px 0;
}
#payment-methods li.pay-visa {
    background-position: -78px 0;
    width: 44px;
}
#payment-methods li.pay-mastercard {
    background-position: -137px 0;
    width:40px;
}
#payment-methods li.pay-amex {
    background-position: -192px 0;
    width: 36px;
}
#payment-methods li.pay-discover {
    background-position: -239px 0;
    width:54px;
}
#payment-methods li.pay-cirrus {
    background-position: -305px 0;
    width: 42px;
}
#payment-methods li.pay-maestro {
    background-position: -363px 0;
    width: 42px;
}
#payment-methods li.pay-google-wallet {
    background-position: -419px 0;
    width: 101px;
}
#payment-methods li.pay-dankort {
    background-position: -525px 0;
    width: 50px;
}

a.fancyboximg img {
    -webkit-transition: 200ms box-shadow;
    -moz-transition: 200ms box-shadow;
    box-transition: 200ms box-shadow;
}

a.fancyboximg:hover img {
    -webkit-box-shadow: 0 0 2px 0 #888;
    -moz-box-shadow: 0 0 2px 0 #888;
    box-shadow: 0 0 2px 0 #888;
}

ul.taglist {
    margin:0;
}

ul.taglist li {
    display:inline;
}

table.noborder,
table.noborder tr,
table.noborder th,
table.noborder td {
    border:0;
}

.simple-popup {
    position: absolute;
    width: 140px;
    padding: 10px 15px;
    border: 1px solid #5b6169;
    background: #393939;
    color:#444a54;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow: 0 0 2px 0 #888;
    -moz-box-shadow: 0 0 2px 0 #888;
    box-shadow: 0 0 2px 0 #888;
    text-align:center;
}

.fb_iframe_widget iframe {
    max-width:none;
}

/* All blog blocks need to be forced to stack vertically when on limited space */
@media only screen and (max-width: 1274px) {
    .template-blog #content .blocklayout .block {
        width:98%;
    }
}

/* Responsive styles */ /* nelson old max-width = 767px */
@media only screen and (max-width: 900px) {
    
    
    .mobile-only {
        display:block;
    }
    .desktop-only {
        display:none;
    }

    #content {
        padding-left:0;
        padding-right:0;
        max-width:none;
    }
    
    input,
    textarea {
        box-sizing:border-box;
    }
    
    #navbar {
        position:static;
        width:auto;
        height:auto;
        min-height:0 !important;
    }
    
    #navbar .btn-opts {
        display:block;
    }
    
    #navbar .searchnavwrap .search {
        margin-right:70px;
    }
    
    #navbar #navpanel .mainnav {
        padding:0;
    }
    
    #navbar #navpanel .mainnav &gt; ul {
        display:none;
    }
    
    #navbar #navpanel .mainnav a {
        padding-top:10px;
        padding-bottom:10px;
    }
    
    #navbar #navpanel .mainnav li .coolbutton {
        top:10px;
    }
    
    .block.double-padded,
    .block .double-padded {
       /* padding:20px; */
          padding-top:0px;
    	  padding-left:20px;
    	  padding-right:20px;
    	  padding-bottom:20px;
    }
    
    .block.padded &gt; .padded {
        padding:0;
    }
    
    #cartform .item {
        margin-left:20px;
        margin-right:20px;
    }
    
    #cartform .termsagreement {
        margin-bottom:20px;
    }
    
    #cartform .checkoutrow .checkoutbuttoncont {
        float:none;
        text-align:center;
        clear:both;
    }
    
    #crumbregion .nextprev {
        float:none;
        text-align:center;
    }
    
    #product-gallery,
    #product-info {
        float:none;
        width:auto;
        margin-top:25px;
    }
    
    #product-gallery .main-image {
        display:none;
    }
    
    #product-gallery .main-image.onlyimage {
        display:block;
    }
    
    #product-gallery #thumbs li {
        float:none;
        width:100%;/* also used to determine gallery event behaviour */
        position:relative;
    }
    
    #product-gallery #thumbs li img {
        display:inline;
    }
    
    #product-info .inner {
        margin:0;
    }
    
    #scrolltotop {
        display:none;
    }
}

@media only screen and (max-width: 959px) {
    .blocklayout .block,
    .blocklayout .block.size-medium {
        width:30%;
        margin-left:1%;
        margin-right:1%;
    }
	
	.block.size-large,
    .blocklayout .block.size-large {
        width:100%;
    	margin: 0;
    }
  
    .block.size-grande,
    .blocklayout .block.size-grande {
        width:97%;
    }
  
  	.block.size-uber,
    .blocklayout .block.size-uber {
        /* width:197%; */
    	width:63%;
    	margin-left:21%;
    }
    
    #product-info .inner {
        margin-left:0;
    }
    
    #content .block.product .sub a.toggler {
        display:none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .block.size-grande {
        width:auto;
    }
    
  	/* nelson removed this for good display on iPad vertically */
    #navtoggle {
        /*display:block;*/
    }
    
    .nav-hidden #content {
        padding-left:24px;
        max-width:1176px;
        width:100%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    
    .nav-hidden #navbar {
        left:-260px;
    }
    
    #product-gallery,
    #product-info {
        float:none;
        width:auto;
    }
    
    .nav-hidden #product-gallery,
    .nav-hidden #product-info {
        float:left;
        width:50%;
    }
    
    .nav-hidden #product-info .inner {
        margin-left:25px;
    }
    
    #cartform .item .desc {
        margin:10px 90px 0 0;
    }
    
    #cartform .item .quantity {
        right:0;
        top:25px;
        text-align:right;
    }
    #cartform .item .line-total {
        top:70px;
        right:0;
    }
}

@media only screen and (max-width: 480px) {
  	.sub {
    	height: auto;
  	}
    .blocklayout .block,
    .blocklayout .block.size-medium {
        width:47%;
        margin-left:1%;
        margin-right:1%;
    }
    .blocklayout .block.size-uber {
        width:100%;
    	margin-left:0px !important;
    }
    .blocklayout .block.size-grande {
        width:97%;
    }
    
    .template-collection #content .social {
        float:none;
        margin-top:1em;
    }
    
    #product-info .section.majorinfo .productlabel {
        float:none;
        margin: 20px auto;
    }
    
    #cartform .item {
        padding-bottom:60px;
    }
    
    #cartform .item a.remove {
        top: auto;
        bottom: 67px;
        left: auto;
        right: 15px;
    }
    
    #cartform .item .image {
        margin:0 auto;
    }
    
    #cartform .item .desc {
        margin:5px 0 0 0;
        padding-top:0;
    }
    
    #cartform .item .quantotal {
        clear:both;
        padding-top:20px;
        padding-right:50px;
    }
    
    #cartform .item .quantity {
        position:static;
        float:left;
        width:50%;
    }
    
    #cartform .item .line-total {
        position:static;
        float:left;
        width:50%;
    }
    
    #cartform #shipping-calculator .ziprow {
        text-align:center;
    }
    
    #cartform #shipping-calculator .ziprow input {
        display:inline-block;
        min-width:60%;
    }
    
    #cartform #shipping-calculator .ziprow #address_zip {
        margin-right:0;
    }
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

/* High DPI devices get some graphical upgrades */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .meta .iconmeta {
            background-image:url('/cdn/shop/t/2/assets/meta_icons_grey_2x.png?v=73973860649041797981407879886');
            -moz-background-size:15px 151px;
            -ie-background-size:15px 151px;
            -o-background-size:15px 151px;
            -webkit-background-size:15px 151px;
            background-size:15px 151px;
        }
        
        
        .sociallinks a {
            background-image:url('/cdn/shop/t/2/assets/social_spr_darkgrey_2x.png?v=154763092351239680531407879887');
            -moz-background-size:221px 22px;
            -ie-background-size:221px 22px;
            -o-background-size:221px 22px;
            -webkit-background-size:221px 22px;
            background-size:221px 22px;
        }
        
        #payment-methods li {
            background:url('/cdn/shop/t/2/assets/payment_spr_white_2x.png?v=170898592832891297521407879887');
            -moz-background-size:579px 32px;
            -ie-background-size:579px 32px;
            -o-background-size:579px 32px;
            -webkit-background-size:579px 32px;
            background-size:579px 32px;
        }
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/

/* ----------------- Custom Edits (8/15/2014) ----------------- */
#featured_slider {
	border: none;
	margin: 0;
	border-radius: 5px;
	position: relative;
}

ul.flex-direction-nav li {
	list-style-type: none;
	height: 0;
}

#featured_slider .flex-direction-nav a.flex-prev{
	background: url(arrow_right_left.png) no-repeat;
	background-size: 130px;
	background-position: 0;
	width: 65px;
	height: 130px;
	margin-top: -65px;
	margin-left: 30px;
}

#featured_slider .flex-direction-nav a.flex-next{
	background: url(arrow_right_left.png) no-repeat;
	background-size: 130px;
	background-position: -65px 0;
	width: 65px;
	height: 130px;
	margin-top: -65px;
	margin-right: 30px;
}

#featured_slider .flex-direction-nav a.flex-prev:before, 
#featured_slider .flex-direction-nav a.flex-next:before{
	content: none;
}

#featured_image_tag{
	width: 20%;
	z-index: 5;
	position: absolute;
	left: 10%;
	top: 5%;
}

.featured_image .featured_image_button{
	background-color: black;
	border-radius: 25px;
	bottom: 20px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	color: white;
	font-size: 20px;
	padding: 5px 5px 5px 5px;
	width: 250px;
}

#submenu_button{
	cursor: pointer;
}

#submenu_button:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#submenu_button &gt; a {
	pointer-events: none;
}

#submenu_slider{
	position: relative;
	padding-bottom: 20px;
	display: none;
}

#submenu_slider li a{
	display: block;	
	width: 100%;
	text-align: center;
	font-family: 'Open sans', sans-serif;
	font-size: 18px;
	font-weight: 100;
	cursor: pointer;
	color: white;
	text-transform: capitalize;
}

#submenu_slider .submenu a {
	padding: 5px 0;
}

.navwrapster .bottom .righter .navtext{
	font-family: 'Open sans';
	font-weight: 100;
}

.submenu_onclick, #submenu_button:hover{
	background-color: #2A2D32;
}

#submenu_slider li{
	background-color: #2A2D32;
}

a.nohover {cursor:default!important;}
a.nohover:hover {text-decoration:none!important;}

#search_form input {
	margin: 10px auto;
	display: block;
	padding: 5px;
}

.social_links{
	margin: 25px auto 10px auto;
	width: 160px;
}

.social_facebook, .social_twitter, .social_instagram {
	background: url('/cdn/shop/t/2/assets/social_media_sprite.png?v=83030883875911997581407884270') no-repeat;
	background-size: 130px 100%;
	background-color: #61656E;
	border-radius: 25px;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.social_facebook {
	background-position: 4px 0px;
}

.social_twitter {
	background-position: top center;
}

.social_instagram {
	background-position: -82px -1px;
}

.social_facebook:hover, .social_twitter:hover, .social_instagram:hover {
	background-color: #61656E;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

#search_form .replace{
	width: 65%;
}

.nav_copyright{
	color: #999;
	font-size: 12px;
	width: 65%;
	margin: 0 auto;
}

.payment_gateway{
	width: 160px;
	margin: 0 auto;
}

.payment_paypal, .payment_visa, .payment_mastercard {
	background: url('/cdn/shop/t/2/assets/payment_spr_white.png?v=77027099256410249881407879887') no-repeat;
	background-size: 500px 100%;
	display: inline-block;
	width: 50px;
	height: 40px;
}

.payment_paypal {
	background-position: 0px 0px;
}

.payment_visa {
	background-position: -60px 0;
}

.payment_mastercard {
	background-position: -110px 5px;
	background-size: 500px 80%;
}
/*
#topnav::-webkit-scrollbar {
    width: 5px;
	position: absolute;
	right: 0;
}
 
#topnav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#topnav::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

#topnav:hover{
	overflow: auto;
}
*/
.mCSB_inside &gt; .mCSB_container{
	margin-right: 0 !important;
}

#topnav .ps-scrollbar-y-rail, #topnav .ps-scrollbar-y{
	width: 5px;
}

.slider_block{
	width: 50%;
	float: left;
}

.blocklayout.masonry {
	height: auto !important;
}

/* --------------------- End Custom Edits --------------------- */

#content {
    padding-top: 70px; /*55px; *10px; 24px;*/
    padding-right:10px;
    padding-bottom:50px;
    padding-left: 10px; 
    max-width:960px; /*1200px;*/  /*940*/
  	margin-left: auto;
    margin-right: auto;
}

/* Pages that go full-width */
.template-index #content,
.template-collection #content,
.template-search #content,
.template-list-collections #content,
.template-blog #content,
.template-404 #content {
  	max-width: 960px; /*940*/
}

#topnav {
	top: 0px;
	width: 250px;
	height: 100vh;
	text-align: center;		
	position: fixed;
	overflow: hidden;
	z-index: 9;
	background-color: #444A54;
	/* dropshadow? */
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0 3px rgba(0,0,0,0.5);
	/*thanks fancy*/
	background: #3e444e;
	background: -webkit-linear-gradient(top,#454B56,#393F48);
	background: -moz-linear-gradient(top,#454B56,#393F48);
	background: -o-linear-gradient(top,#454B56,#393F48);
}

.navwrapster {
	width: 100%;
	height: auto;
	text-align: center;
}

#topnav .top {
}

#topnav .bottom {
}

.navsection {
	width: 19%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* this is awesome */
/* http://cssdeck.com/labs/another-simple-css3-dropdown-menu */

.navwrapster .logo {
	width: 100%;
	position: relative;
	margin: 0px auto;
	text-align: center;
	margin-top: 20px;
}
.navwrapster .logo a {
	width: 100%;
	display: block;
}
.navwrapster .navtext, .navtext:link, .navtext:visited, .navtext:hover, .navtext:active {
	color: #ffffff;
	text-decoration: none;
}
.navwrapster ul {
	height: 100%;
	text-align: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.lefter{ 
	width: auto; 
	margin: 0; 
	padding: 0; 
	float: left;
}
.righter{ width: 100% }
.centerer{ 
	text-align: center;
	color: #fff;
	width: 240px;
	height: 40px;
	padding: 0;
	position: absolute;
	margin: 0 auto;
	/*Centering Method 2 calc with width and height*/
	/*should be -120px*/
	margin: -20px 0 0 -210px;
	left: 50%;
	top: 50%;
}
.navwrapster .bottom .righter &gt; ul &gt; li &gt; a, #submenu_slider &gt; a{
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Open sans', sans-serif;
	font-size: 18px;
	font-weight: 100;
	cursor: pointer;
}

.navwrapster .bottom .righter ul li span{
	color: white;
}

.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(1) &gt; a {
	background:url(/cdn/shop/t/2/assets/icn_home.png) no-repeat top center;
	background-position: 80px 40px;
	padding-top: 80px;
	padding-bottom: 20px;
	background-size: 72px auto;
	text-transform: uppercase;
}
.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(2) &gt; a {
	background:url(/cdn/shop/t/2/assets/icn_products.png) no-repeat top center;
	background-position: 80px 35px;
	padding-top: 80px;
	padding-bottom: 20px;
	background-size: 72px auto;
	text-transform: uppercase;
}
.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(3) &gt; a {
	background:url(/cdn/shop/t/2/assets/icn_models.png) no-repeat top center;
	background-position: 80px 35px;
	padding-top: 80px;
	padding-bottom: 20px;
	background-size: 72px auto;
	text-transform: uppercase;
}
.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(4) &gt; a {
	background:url(/cdn/shop/t/2/assets/icn_videos.png) no-repeat top center;
	background-position: 80px 35px;
	padding-top: 80px;
	padding-bottom: 20px;
	background-size: 72px auto;
	text-transform: uppercase;
}
.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(5) &gt; a {
	background:url(/cdn/shop/t/2/assets/icn_members_only.png) no-repeat top center;
	background-position: 80px 35px;
	padding-top: 80px;
	padding-bottom: 40px;
	background-size: 72px auto;
	text-transform: uppercase;	
}
.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(1) &gt; a:hover, 
.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(2) &gt; a:hover,
.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(3) &gt; a:hover,
.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(4) &gt; a:hover, 
.navwrapster .bottom .righter &gt; ul &gt; li:nth-child(5) &gt; a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.navwrapster ul li {
}
.navwrapster .top ul li {
}
.navwrapster .bottom ul li {
	list-style-type: none;
}
.navwrapster ul li:hover {
	color: #fff;
}
.navwrapster ul li ul li { 
	background: #444A54; 
	display: block; 
	color: #c4c7cc; /*#fff;*/
	font-size:12px !important;
}
.navwrapster ul li ul li:hover { background:  #485363; }
.navwrapster ul li:hover ul {
	color: #fff;
	display: block;
	opacity: 1;
	visibility: visible;
}

#search_form input[type=text] {border:none;}

.navwrapster .replace {
	height: 16px; /*20px;*/
}

/* new product-block detail (this stays) */
.sub .title {
	font-size: 130%;
	padding-right: 10px;
}
.sub .price {
	font-size: 120%;
	font-weight: 500;
	margin-right: 60px !important;
}
.sub .model {
	color:#ffffff;
	float:left;
	padding-bottom:0px;
	margin-top:-18px;
	font-size:90%;
}
span.description {
	font-size:95%;
}

/* desktop footer */
#desktopfooter {
	position: relative;
	margin: 0 auto;
}

#desktopfooterwrapper  {
	margin-left:250px;
	
	background:#393939;
	
}
.socialmediatxt{
	text-shadow:1px 1px 4px #FFFFFF;
	margin-bottom:-15px;
	padding-top:5px; 
	font-family:"Lato",Calibri,sans-serif;
	background:#f9f8fe; 
}  
.logintxt {
	text-shadow:1px 1px 4px #FFFFFF;
	margin-bottom:5px; 
	font-family:"Lato",Calibri,sans-serif;
	background:#f9f8fe; 
}
.logintxt a{
	color:#0483D9;
	font-weight:bold;
}
.socialmediabg{
	background:#f9f8fe; 
} 
.socialmediabg_customerlogin{
	margin-top:-20px;
	margin-left:-85px;
}
#hugegreenbutton {
	background-color:#89c403;  
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	padding:32px 22px;
	text-decoration:none;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;  
}
#hugegreenbutton:hover {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
#hugegreenbutton:active {
	color:#ffffff;
	position:relative;
	top:1px;
}
/* Registration Form Add ons */
#hugegreenbutton {
	background-color:#0483d9;
	display:inline-block;
	color:#ffffff;
	font-family:"Lato",Calibri,sans-serif;
	font-size:20px;
	font-weight:bold;
	padding:15px 35px;
	text-decoration:none;
	margin-top:-23px;
}
#hugegreenbutton:hover {

}
#hugegreenbutton:active {
	color:#ffffff;
	position:relative;
	top:1px;
}
 /* Custom Login Form Css */
.form .non_custom_inputrow,
.form .buttonrow {
    clear:both;
    padding-top:10px;
    padding-left:0px;
}
.form .non_custom_inputrow input,
.form .non_custom_inputrow textarea,
.form .non_custom_inputrow .styleddrop,
.form .non_custom_inputrow select {
    font-family:"Lato",Calibri,sans-serif; 	 	
	height: 38px; 	 	
	opacity: 0.9; 	 	
	width: 70%; 	 	
	font-size:15px; 	 	
	border:3px solid #000; 
}
@media screen and (max-width: 720px) {
	.form .non_custom_inputrow input,
	.form .non_custom_inputrow textarea,
	.form .non_custom_inputrow .styleddrop,
	.form .non_custom_inputrow select {
		font-family:"Lato",Calibri,sans-serif; 	 	
		height: 38px !important; 	 	
		opacity: 0.9; 	 	
		width: 100%; 	 	
		font-size:15px; 	 	
		border:3px solid #000; 
	}
	.slider_block{
		width: 100%;
	}
	#content .block.product.size-large.masonry-brick {
			width: 100%;
	}
}
/* End Custom Login Form Changes */
.modal-content {
	background-image: url('http://cdn.shopify.com/s/files/1/0450/0249/files/lb_bg2.jpg?1860');
	background-repeat:no-repeat;
	width:600px;
	padding-bottom:10px;
	margin-top:-20px;
	background-color:#f9f8fe;
}
.modal-title {
	font-size:39px;
	color:#000;
	font-family:"Apercu Bold",Calibri,sans-serif;
	margin-top:10px;
	line-height:.9em !important;
	font-weight: bold;
	text-shadow:1px 1px 4px #FFFFFF;
} 
.modal-sub-title {
	font-size:26px;
	color:#000;
	font-family:"Lato",Calibri,sans-serif;
	margin-top:11px;
}
#last_name {
	width:150px;
	float:right;
	margin-top:-29px;
}
form#create_customer{
	width:490px;
}
#first_name {
	width:343px;
	/*Removing out the area when the first and last name were both on the registration sheet 
	width:150px;
	float:left;
	*/
}
#email {
	width:343px;
}
#password {
	width:343px;
}
.alreadyregistered {
	font-size:14px;
	color:#000;
	font-family:"Lato",Calibri,sans-serif;
	margin-top:4px;
}
.alreadyregistered a{
	font-size:14px;
	color:#0483d9;
	font-family:"Lato",Calibri,sans-serif;
	font-weight:bold;
}
@media only screen and (max-width: 900px) {
	.modal-content {
		margin-right: auto !important;
		margin-left: auto !important;
		margin-top:15px !important;
		padding-bottom:25px;
		background-color:#f9f8fe !important;
	}
	#content {
		padding-top: 0px !important; /*55px; *10px; 24px;*/
		margin-left: 0px !important;
	}
	.block.product.size-large.masonry-brick {
		width: 50%;
	}
	#navbar #shoplogo img {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 500px) {
	@-ms-viewport {
		width: 320px;
	}
	.block.size-large,
    .blocklayout .block.size-large {
        width:100%;
    	margin-left:0%;
    }
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
				box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		width:300px;
		margin-right: auto;
		margin-left: auto;
		background-image:url('http://cdn.shopify.com/s/files/1/0450/0249/files/mobile_lightbox_bg1.1.jpg?1536')!important;
		padding-bottom:25px;
		background-color:#f7f7f7 !important;
	}
	.modal-body{
		margin-left:-30px !important;
	} 
	.socialmediatxt{
		text-shadow:1px 1px 4px #FFFFFF;
		margin-bottom:-15px;
		padding-top:5px; 
		font-family:"Lato",Calibri,sans-serif;
		background:#f7f7f7; 
	}  
	.button, a.button, button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		width:20%;
		margin-top:0px;
		margin-bottom:5px;
	}
	.logintxt {
		text-shadow:1px 1px 4px #FFFFFF;
		margin-bottom:5px; 
		font-family:"Lato",Calibri,sans-serif;
		background:#f7f7f7; 
	}    
	.socialmediabg{
		background:#f7f7f7; 
	}  
	.modal-sub-title{
		font-size:16.5px !important;
		margin-top:-5px !important;
		margin-bottom:5px !important;
	}
    
	.sub .title{ 
		font-size:110%;
	}
	.sub .price{
		font-size:110%;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.modal-sub-title {
		font-size:15.2px !important;
	}
	.modal-body{
		padding-left:15px !important;
	} 
}

#first_name {
	width:234px;
	/*Removing out the styling for the first and last name were both on the registration sheet 
	width:100px;
	float:left; */
}
#last_name {
	width:100px;
	float:right;
	margin-top:-29px;
}
#create_customer{
	width:380px;
	margin-left:0px;
}
#mobilecreatecustomer{
	margin-left:-70px!important;
	width:380px;
}
#mobilecreatecustomer2{
	margin-left:-62px!important;
	width:380px;
}    
#email {
	width:234px;
}
#password {
	width:234px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#last_name {
		width:150px;
		float:left;
		margin-left: 97px;
		margin-top:-29px !important;
	}
}

@media screen and (max-width: 320px) {
	.sub .price {
		margin-right: 0px !important;
	}
}

  
</pre></body></html>