/** Shopify CDN: Minification failed

Line 1556:4 Expected identifier but found "1px"
Line 1794:4 Expected identifier but found "*"
Line 1801:16 Unexpected ".2co"

**/
/* Google Fonts */

    
    
    
    
    
     body, input, textarea, select
    
    { font-family: Arial, sans-serif; }

    
    
    
    
    
     h1,h2,h3,h4,h5,h6,#nav li, .cartprice, .cartquantity, #carttotals
    
    { font-family: Montserrat; }

    
    
    
    
    
     #shoplogo
    
    { font-family: Brawler; }


h1,h2,h3,h4 {
    font-weight: normal;
}

hr {
    width: 100%;
    height: 1px;
    border-style: none;
    border-bottom: 1px solid black;
    margin: 10px 0;
}

h1.pagetitle {
    font-size: 30px;
    text-transform: uppercase;
}
h1,h2,h3,h4 {
    text-transform: uppercase;
}
h2 {
    font-size: 13px;
}
ul, li {
    margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: url(/cdn/shop/t/2/assets/bg.png?v=1352401099);
    
        background-repeat: repeat;
    
	margin: 0;
	padding: 0;
    font-size:12px;
    line-height:23px;
    color:#000000;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

a {
	color: #000000;
	text-decoration: none;
	/* change duration value to whatever you like */
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
a:hover, .active-filter {
	color: #ff4a95;
}
#header-wrap {
	width: 100%;
	background: white;
	border-bottom: 10px solid #000000;
    position:relative;
    border-top: 5px solid black;
}
#reveal-tab {
    cursor: pointer;
    width: 45px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -22px;
    overflow: hidden;
    background: url('clickmestar.png') left top no-repeat;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;    
    transition: opacity 1s ease-in-out;
}
#reveal-tab.shown {
    background: url('clickmestar.png') left bottom no-repeat;
    top: -22px;
}
.saletab {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 45px;
    height: 45px;
    z-index: 99;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    -moz-transform:rotate(-10deg);
    -webkit-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-.10);
}
.saletab p.price {
    display: none;        
    position: absolute; 
    margin: 0px;
    top: 50px;
    text-align: center;
    z-index: 999;
    color: white;
}
.saletab img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 10;
}
.strikethrough {
    text-decoration: line-through;    
}

.selected .saletab {   
    width: 92px;
    height: 92px;
     -moz-transform:rotate(15deg);
    -webkit-transform:rotate(15deg);
    -o-transform:rotate(15deg);
    -ms-transform:rotate(15deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.15);
}
.selected .moreinfo {
    display: none;
}
.moreinfo {
    display: block;
}
.moreinfo h2,
.cartproductinfo h2 {
    font-size: 13px;
    width: 100% !important;
    text-transform: uppercase;
    margin: 5px 0;
}
.selected .saletab p.price {
    display: block;
    width: 100%;
}





/*.arrow-down {
    background: url('star.png') center center no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;	
	border-top: 20px solid black;
}*/
#reveal-tab a {
    text-indent: -99999px;
    display: block;
}
#reveal-tab:hover {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

}
#top-about, #footer {
    width: 100%;
    height: auto;
    background: black url('social-bg.png');    
    display: none;
    color: #ffffff;
    font-size: 97%;
    line-height: 1.4;
}
#footer {
    margin-top: 30px;
}
#footer > div {
    width: 90%;
    margin: 0px auto;
}
#top-about a, #footer a {
    color: #ffffff;
}
#top-about a:hover, #footer a:hover {
    color: #ff4a95;   
}
#top-about h2 span, #footer h2 span {
    /*color: #555;*/
    opacity: .2;
    
    font-size: 80%;
}
.socialbox {
    position: relative;
}
.socialbox h2 {
    margin-bottom: 15px;   
}
.socialfollow {
    position: absolute;
    top: 0px;
    right: 0px;
}
#footer .socialfollow {
    position: relative;
    clear: both;
    margin: 10px 0;
}

#top-about-content {
    padding: 10px 2%;
    width: 29%;
    float: left;
    position: relative;
}
#top-like {
    position: absolute;
    top: 30px;
    right: 10px;
}
#footer #top-like {
    position: relative;
    top: 0px;
    left: 0px;
    clear: both;
    margin: 0px;
    width: 80px;
    
}
#top-about-twitter {
    padding: 10px 2%;
    width: 28%;
    float: left;
}
#footer #top-about-content,
#footer #top-about-twitter,
#footer #top-about-right {
    width: 100%;
    display: block;
    float: none;
    padding: 10px 0;
}
#top-about-right {
    padding: 10px 2%;
    width: 31%;
    float: right;
}

#youtubewrap {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}
#jstwitter li {
    margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #666;
}
#jstwitter li:last-child {
    border: 0;
}
.tweet_avatar {
    border: 1px solid #ececec;
    float: left;
    width: 48px;
}
.tweet_list li {
    clear: both;
}
.tweet_odd, .tweet_even {
    clear: both;
}
.tweet_text {
    margin-left: 60px;   
    min-height: 50px;
    text-indent: 0px;
    display: block;
}

#jstwitter .tweet a {
	text-decoration: none;
	color: ;
}

#jstwitter .tweet a:hover {
	text-decoration: underline;
    color: ;
}

#jstwitter .tweet .time {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

.instagram-placeholder {
    width: 23%;
    float: left;
    margin: .8%;
    border: 1px solid #ececec;
}
 
#mailchimp {
    padding-top: 15px;
}
.instagram-placeholder img {
    width: 100%;
    height: auto;
}

.pin {
    width: 40%;
    padding: 3%;
    float: left;
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    color: black;
    text-align: left;
    border: 1px solid #ececec;
    
}
.pin:last-child {
    float: right;
}
.pin p {
    margin: 0;
}
.pin img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

#header {
	height: 100px;
	padding: 0px 30px 0px 30px;
}

#logo {
	float: left;
	cursor: pointer;
    margin-top: 30px;
    width: 40%;
    max-width: 400px;
}
#logo img {
    width: 100%;
    height: auto;
}

#nav {
	float: right;
	color: #000000;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 13px;
    width: auto;
}
#nav a {
    color: #000000;
}
#nav a:hover, #nav a:active {
    color: #ff4a95;
}
#customer input[type=text],
#customer input[type=email],
#customer input[type=password]{
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
    padding: 4px;
}
#customer .large_form,
#forgot_password {
    margin: 10px 0;
}

#guest {
    margin-top: 30px;
}

.cancel {
    background: #dfdfdf;
    border: 0;
    padding: 5px;
    font-family: 'Arial',sans-serif;
    font-size: 12px;
    font-weight: bold !important;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    margin-left: 10px;
}
#customer .action_bottom {
    text-align: left;
}
#customer .btn {
    float: left;
    margin-right: 10px;
}
#cartform .item {
    clear: both;
    list-style: none;
    position: relative;
}
#login {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    clear: both;
}
.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;
    padding: 20px;
}

#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;
    overflow: hidden;
    text-align: center;
}

#cartform .item .image img {
    max-height:100%;
    width: auto;
    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,
input.quantity {
    width:20px;
    box-sizing: content-box;
    border: 1px solid #e3e3e3;
    padding: 5px;
}

#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;
    
}

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

#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:#bad154;
}

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

#cartform .finalinfo {
    text-align:right;
    margin: 10px 0;
}

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

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


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

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

#cartform .termsagreement label {
    vertical-align:middle;
}
.block.padded, .block .padded {
    padding: 20px;
}
#social {
	position: absolute;
	top: 60px;
	right: 30px;
}
#nav ul {
	margin: 0;
	padding: 10px 0 0 0;
    clear: both;
    zoom: 1;
    list-style: none;
}
#nav ul li {
	display: block;
    float: left;
    position: relative;
	margin-left: 15px;
	background: url('separator.png') right center no-repeat;
	padding-right: 15px;
}
#nav ul li:last-child {
	padding-right: 0px;
	background: none;
}
#nav ul li a {
    color: black;

}
#nav ul li a:hover {
    color:     
}

#nav ul li ul {
    display: none;
    padding: 0px;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background: white;
    position: relative;
    background: rgba(255,255,255,.9);
    margin-left: -15px;
    min-width: 100px;
}

#nav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 999999;
}
#nav ul li ul li {
    background-image: none;
    padding: 5px 15px;
    margin: 0px;
    text-align: left;
}
#nav ul li ul li:last-child {
    background: white;
    background: rgba(255,255,255,.8);
}


#search {
    display: block;
    text-align: left;
    float: left;
    height: 30px;
    margin-left: 30px;
}
#search form,
#search ul {
    float: left;
    margin-left: 10px;
}
#search ul li {
    float: left;
    margin-right: 5px;
}
#searchbox {
    height: 20px;
    width: 180px;
    border: 0;
    padding-left: 10px;
    color: black;
    background: transparent;
}
#searchbtn {
    width: 22px;
    height: 20px;
    background: url('search_icon.png') 0 0 no-repeat;
    overflow: hidden;
    text-indent: -999px;
    border: 0;
    position: absolute;
    top: 0px;
    right: 0px;
}
#searchwrap {
    width: 200px;
    height: 22px;
    background: white;
    border: 0;
    position: relative;
}
.searchagain {
    background: #f0f0f0 !important;
    border: 1px solid #dfdfdf;
    margin: 10px 0;
}
.sociallinks a {
    display: inline-block;
    zoom: 1;
    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: #FFFFFF url('social-black.png') 0 0 no-repeat;
}

.sociallinks a:hover {
   background-color: 
}
.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; }

#filters {
	display: block;
	text-align: right;
	background: black;
    color: #ffffff;
	border-bottom: 10px solid black;
	height: 25px;
	font-size: 11px;
}
#filters ul {
	display: block;
    float: right;
	margin-right: 30px;
}
#filters li {
	display: block;
    float: left;
	margin-left: 10px;
    height: 20px;
}
#filters ul li:first-child {
    margin-right: 10px;
}
#filters li a {
    color: #ffffff;
}
#filters li a:hover {
    color: #ff4a95 
}
#main {
    
}
#products {
	padding: 20px;
	margin: 0px auto;
    padding-bottom: 100px;
    
}

.loading {
    z-index: 9999px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -40px;
}
#infscr-loading {
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 42%;
    z-index: 100;
    background: white;
    background: hsla( 0, 0%, 100%, 0.9 );
    padding: 20px;
    color: #222;
    font-size: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.thumbbox {
	float: left;
	vertical-align: top;
	padding: 10px;
	width: 180px;
	height: auto;
    z-index: 20;
    
}


.thumbbox h2, .thumbbox h4 {
    margin: .2em 0;
}
.thumbbox h2 {
    text-transform: uppercase;
    float: left;
    font-size: 13px;
    width: 80%;
}
.thumbbox h4 {
    padding-top: .2em;
    float: right;
    width: 15%;
    color: #888787;
}
.thumbbox .description {
    border-top: 1px solid #717171;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 10px
    color: #717171;
    padding-top: 10px;
}
.thumbbox .description p {
    margin: .3em 0; 
}
.tc {
	background: white;
	position: relative;	
    padding: 10px;
    border: 1px solid #ececec;
    
}
.x {
	background: white;
	padding: 0px 7px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 30;
}
.full {
	display: none;
	padding: 10px;
}
.thumb a {
	height: 0px;
}
.thumbbox img {

}

.thumbbox:hover img {
    
}

.thumbimg {
	max-width: 100%;
	overflow: hidden;
	text-align: center;
    cursor: pointer;
}
.selected .thumbimg {
    cursor: default;
    }
.thumb {
	position: relative;
}
.btnwrap {
    position: relative;
    float: right;
    width: 100px;
}
.quantity {
    width: 25px;    
    float: right;
    text-align: right;
}
.btnwrap input {
    margin: 5px 0;
}
.btnwrap label {
    margin: 5px 0;
    text-transform: uppercase;
    line-height: 35px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.thumb .frame {
	position: absolute;
	top: -1px;
	left: -1px;
	height: 102% !important;
	width: 101% !important;
	z-index: 20;
	cursor: pointer;
}

.thumbimg img {
	width: 100%;
	height: auto;
    margin: 0px auto;
}
.thumbbox footer {
    position: relative;
    z-index:999999;
    }


.selected {
	width: 380px;
	height: auto;
}
.selected .tc {
	
}
.selected .frame {
	cursor:default;
}

.selected .full {
	display: block;
}

.selected img {
	width: 100%;
	height: auto;
}

.btnframe {
    position: absolute;
    top: 2px;
	left: 2px;
	height: 97% !important;
	width: 97% !important;
	z-index: 20;
	cursor: pointer;
}
div.pad {
    padding: 20px;
    
}
.sectionwrap {
    padding: 20px;
    background: transparent url('corner-shadow.png') right bottom no-repeat;
    width: 60%;
    margin: 0px auto;
}

.articlewrap, .sidebarwrap {
    padding: 20px;
    background: transparent url('corner-shadow.png') right bottom no-repeat;
}
#blogwrap {
    width: 63%;
    padding: 2%;
    float: left;
}
#rightsidebar {
    float: right;
    margin-right:1%;
    width: 30%;
    padding-top: 20px;
}
.sidebar h2,
.blog h2.title,
.page h2 {
    border-bottom: 1px solid black;
}
#articlepaging {
    width: 100%;
    clear: both;
    margin: 10px 0;
}
a.articleprev {
    float: left;
    display: block;
    padding: 5px 10px;
    background: #f0f0f0;
}
a.articlenext {
    float: right;
    display: block;
    padding: 5px 10px;
    background: #f0f0f0;
}

.page ol {
    padding: 0;
}

#pagination {
    text-align: right;
}
#pagination li {
    
    color: black;
    list-style: none;
    display: inline-block;
}
#pagination li a {
    background: #f0f0f0;
    padding: 4px 10px;
    display: inline-block;
}
#pagination li a:hover {
    background: #ff4a95;
    color: white;
}

.page img {
    max-width: 100%;
    height: auto;
}
.sidebar ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #e3e3e3;
}
section.page, article.blog, aside.sidebar {
    background: white;
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
}
#product-single {
    width: 380px;
    margin: 50px auto;
}

#comments-respond dl {
    width: 100%;
    clear: both;
    margin: 10px 0;
    display: block;
    height: 30px;
}
#comments-respond dt {
    width: 20%;
    float: left;
}
#comments-respond dd {
    width: 70%;
    float: right;
}
#comments-respond input[type="text"], 
#comments-respond textarea {
    width: 100%;
    background: white;
    border: 1px solid #dfdfdf;
    padding: 5px;
}
#comments-respond 

.thumbinfo {
	position: absolute; 
	bottom: 0px;
	background: white;
	padding: 10px 0;
	left: 0px;
	width: 100%;
	text-align: center;
	display: none;
}

#product-list-foot {
    background: black;    
    clear: both;
}
.hidden {
    display: none;
    }
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

#moreplease {
    clear: both;
    text-align: center;
    
}


#footer form {
	margin: 10px 0;
}

.block {
	width: 95%;
	margin: 0px auto;
}
.footerblock1 {
	float: left;
	width: 17.34%;
	padding: 0px 3%;
}
.footerblock2 {
	float: left;
	border-left: 1px solid #272727;
	border-right: 1px solid #272727;
	width: 24.48%;
	padding: 0px 3%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footerblock3 {
	float: left;
	width: 35.67%;
	padding: 0px 3%;
}

p.copyright {
	font-size: 75%;
	font-family: Arial, sans-serif;
	color: #818181;
}
#footer a {
	color: inherit;
}

.tsw {
	width: 34px;
	height: 33px;
	background-image: url('social-white.png');
	background-repeat: no-repeat;
	overflow: hidden;
	display: inline-block;
	margin-right: 1px;
	text-indent: -999999px;
	cursor: pointer;
	margin-top: -3px;
}

#fbw {
	background-position: 0 0;
}
#tww {
	background-position: -40px 0;
}
#piw {
	background-position: -80px 0;
}
#fbw:hover {
	background-position: 0 -34px;
}
#tww:hover {
	background-position: -40px -34px;
}
#piw:hover {
	background-position: -80px -34px;
}


.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

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

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.isotope-item {
  
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.tinynav {
    display: none;
}


/* Base */

.fb-wall{
	width: 100%;;
	padding:10px;
 }
#footer .fb-wall {
    padding: 0px;
    }
.fb-wall a{
	text-decoration:none;
}
	
.fb-wall a:hover{
	text-decoration:underline;}

.fb-wall.loading{
	height:300px;
	background:url('loading.gif') no-repeat center center;}

.fb-wall-box{
	margin-bottom:10px;
	border-top: 1px dotted #666;
	padding-top:10px;}
	
.fb-wall-box-first{
	border:0;
	padding-top:0;}
	
.fb-wall-avatar{
	float:left;
	border: 1px solid #ececec;
}
	
.fb-wall-data{
	margin-left:60px;}
	
.fb-wall-media{
	display:block;
	margin-bottom:10px;
    
}
	
.fb-wall-border-left{
	border-left:2px solid #ececec;
	padding:0 0 3px 8px;}
	
.fb-wall-media-container{
	display:table;
    clear: both;
    width: 100%;
}
	
.fb-wall-media-link{
	border:1px solid #ececec;
	display:inline-block;
	cursor:pointer;
	float:left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
	margin-right:5px;}
	
.fb-wall-media-link:hover{
	border-color:#ececec;}
	
.fb-wall-picture{
	border:0;
	display:block;
    width: auto;
    max-width: 100%;
    height: auto;
    
}

.fb-wall-name{
	display:block;
	
}
	
.fb-wall-caption{
	display:block;
}
	
.fb-wall-description{
	display:block;
	line-height:1.2em;
    }
	
.fb-wall-icon{
	float:left;
	margin-right:5px;}
	
.fb-wall-date{
	font-size:11px;
	clear:left;
	display:block;
	margin-bottom:0px;}
	
.fb-wall-message{
	display:block;
	margin-bottom:5px;}
	
.fb-wall-message-from{
	
	}
	
.fb-wall-link{
	
	
	text-decoration:none;}

/* Likes*/

.fb-wall-likes{
	
	margin-bottom:2px;
	display:block;
	padding-top:0px;}
	
.fb-wall-likes div{
	margin:0;
	background:url('like.png') no-repeat 0 -5px transparent;
	padding:5px 5px 4px 24px;}
	
.fb-wall-likes div span{
	}

/* Comments */

.fb-wall-comments{
	margin-top:5px;
}

.fb-wall-comment{
	margin-top:2px;
	padding:5px 5px 4px;
	display:block;
	overflow:hidden;}
	
.fb-wall-comment-message{
	display:table;}
	
.fb-wall-comment-from-name{
	font-weight:bold;
	color:#3B5998;}
	
.fb-wall-comment-from-date{
	color:#777;
	clear:left;
	display:block;}
	
.fb-wall-comment-avatar{
	width:32px;
	height:32px;
	float:left;
	margin-right:5px;
	overflow:hidden;}
	
.fb-wall-comment-avatar img{
	width:32px;
	height:32px;}
	
/* Clearfix */
	
.fb-wall:after, .fb-wall-media:after, .fb-wall-clean{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0;
}	

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
.btn {
   position:relative;
   float: right;
   z-index:1;
   padding:5px 10px;
   background:#000000;
   color: white;
   cursor: pointer;
   font-family: 'Arial', sans-serif;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: bold !important;
   border: 0;
 }
.btn:hover {
    background:      
}
.alt {
    background: #888;
    color: white;
}

#update-cart {
    margin-right: 10px;
}
        
#mcemail {
    display: inline;
    width: 70%;
    height: 21px;
    border: 0;
    padding-left: 10px;
}
#mailchimpsubmit {
    display: inline;
    background: white;
    color: black;
    height: 22px;
    line-height: 23px;
    padding: 0px 10px 2px;
    border: 0;
    margin-left: 10px;
    width: 20%;
    text-transform: uppercase;
    font-weight: bold;
}

.morebtn {
   background:#000000;
   color: white;
   cursor: pointer;
   font-family: 'Arial', sans-serif;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: bold !important;
   border: 0;
   height: 22px;
   display: block;
   padding: 2px 10px;
   text-indent: 10px;
   margin: 5px 0;
   clear: both;
}
.morebtn span {
    
}
#topcart {
    position: relative;
    cursor: pointer;
    z-index: 99999;
}
.cartsummary {
    text-align: right;    
    font-size: 11px;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 90%;
    z-index: 999999;
}
.cartsummary .title {
    font-weight: bold;
}
.cartsummary .ico {
    background: url("/cdn/shop/t/2/assets/sprite_globals.png?1706") no-repeat scroll -27px -151px transparent;
    height: 20px;
    width: 23px;
    display: block;
    float: right;
}
.box {
    border: 1px solid #e3e3e3;
    width: 182px;
    float: right;
    text-align: left;
    padding: 0px 10px;
}
#nav {
    text-align: right;
}
.border {
    background: white;
    1px solid #e3e3e3;
}
#cartcheckout {
    margin: 10px 0 5px;
    width: 100%;
    line-height: 26px;
    cursor: default;
}
#cartcheckout {
    
    float: right;
    }
#carttotals {
    float: right;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 34px;
    color: #373737;
}
.cf {
    clear: both;
    zoom: 1;
}
.cartdetail {
    background: white;
    height: auto;
    padding: 5px 5px 5px 0px;
    border: 1px solid #e3e3e3;

    
}
.cartdetailwrap {
    position: absolute;
    top: -9999px;
    right: 0px;
    width: auto;
    height: auto;
    z-index: 999999999;
    min-width: 202px;
}
.cartdetail .cartproduct {
    float: right;    
    width: 190px;
    border: 1px solid #e3e3e3;
    margin-left: 5px;
    text-align: left;
    cursor: normal;
}
.cartcheckout {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.cartproduct h2 {
    margin: 0;
    padding: 0;
}
.cartdetail div.cartproduct:last-child {
    margin-left: 0px;
}


.cartproductinfo {
    padding: 15px;    
}
.cartitems {
    width: 100%;
}

.cartprice {
    font-size: 13px;
    float: left;
    color: #373737;
}
.cartquantity {
    font-size: 13px;
    float: right;    
    color: #373737;
}
.cartremove {
    width: 90%;
    padding: 3px 5%;
    margin: 5px 0;
    text-align: left;
    font-size: 12px;
    background: #bfbebe;
}
.cartremove span {
    float: right;
}
.full {
    
    }
.social-sharing {
     float: left;
     height: 30px;
     padding-top: 2px;
     margin-top: 38px;
 }
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; width: 100%;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


.flex-control-nav {
    z-index: 99;
    position: absolute;
    bottom: 5px;
    width: auto;
    right: 5px;
    display: none;
}
.selected .flex-control-nav {
    display: block;
    text-align: right;
}
.flex-control-nav li {
    display: inline;
    margin: 0 3px;
}
.flex-control-nav li a {
    opacity: .65;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 0;
    padding-top: 10px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,1),inset 0 0 1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,1),inset 0 0 1px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,1),inset 0 0 1px rgba(0,0,0,0.6);
}
.flex-control-nav li a::after {
    content: '';
    display: inline-block;
    margin-top: 2px;
    overflow: hidden;
    height: 0;
    width: 10px;
    padding-top: 4px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
}
.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
    background-color: rgba(255,255,255,100);
    
    opacity: 1;
}
/* jQuery UI */
.ui-slider-handle {
    display: block;
    position: absolute;
    top: 0;
    margin-left: -3px;
    width: 8px;
    height: 8px;
    background: url('dot-white.png') 0px 0px no-repeat;
    z-index: 1001;
    outline: none;
    overflow: hidden;
}
.ui-slider {
    background: url('slider-bg-dark.png') repeat-x;
    height: 6px;
    position: relative;
    width: 100px;
    float: left;
    margin-top: 8px;
    margin-right: 7px;
}
.pricerange-label-min {
    text-align: right;
    float: left;
    margin-right: 7px;
    font-size: 11px;
}
.pricerange-label-max {
    text-align: left;
    float: left;
    font-size: 11px;
}
.pricerange-label {
    margin-right: 7px;
    padding-top: 4px;
    font: normal 11px Arial,Verdana,Helvetica,Sans-serif;
    text-transform: uppercase;
    width: 30px;
}

.paymentmethods {
    text-align: right;
    margin-top: 30px;
}

.paymentmethods > span {
    background:url('/cdn/shop/t/2/assets/payment-methods-sprite.png?v=1355251751') 0 0 no-repeat;
    width:37px;
    height:23px;
    margin:2px;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.paymentmethods span span {
    display:none;
}

.paymentmethods .2co {
}
.paymentmethods .amex {
    background-position:0 -23px;
}
.paymentmethods .cirrus {
    background-position:0 -46px;
}
.paymentmethods .delta {
    background-position:0 -69px;
}
.paymentmethods .discover {
    background-position:0 -92px;
}
.paymentmethods .google {
    background-position:0 -115px;
}
.paymentmethods .maestro {
    background-position:0 -138px;
}
.paymentmethods .mastercard {
    background-position:0 -161px;
}
.paymentmethods .moneybook {
    background-position:0 -184px;
}
.paymentmethods .paypal {
    background-position:0 -207px;
}
.paymentmethods .sage {
    background-position:0 -230px;
}
.paymentmethods .solo {
    background-position:0 -253px;
}
.paymentmethods .switch {
    background-position:0 -276px;
}
.paymentmethods .visa {
    background-position:0 -299px;
}
.paymentmethods .electron {
    background-position:0 -322px;
}

@media screen and (max-width: 940px) {
      #search {
      display: none;
  }  
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
  .sectionwrap {
        width: 90%;
        margin: 0px auto;
    }
}

@media screen and (max-width: 700px) {
    .tinynav { display: inline-block }
    #main-nav, #filters #filt { display: none }    
    #reveal-tab {
        display: none;
    }
    .hidemobile {
        display: none !important;    
    }
}

@media screen and (max-width: 500px) {
    #header-wrap {
        border-top: 0;   
    }
    #header {
        height: auto;
        padding: 0px;
        text-align: center;
    }
    #logo {
        float: none;
        max-width: 95%;
        width: 95%;
        margin: 0px auto;
    }
    #nav {
        display: block;
        float: none;
        position: relative;
        margin: 10px auto;
        text-align: center;
    }
    .social-sharing {
        margin-top: 0px;
        clear: both;
        position: relative;
        top: 0px !important;
        left: 0px;
        width: 100%;
    }
    .btnwrap {
        clear: both;
    }
    
    #products {
        padding: 0px;
    }
    .thumbbox {
        width: 90%;
        margin: 0px auto;
        padding: 10px;
    }
    #topcart {
        display: none;
    }
    #rightsidebar {
        display: none;
    }
    #main {
        width: 100%;
        margin: 0px auto;
    }
    #blogwrap {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
    }
    
    
}
	
	