/* 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, caption,
/*table, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, 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;
  font-family: Ubuntu, Arial, Helvetica, sans-serif; Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

figcaption {
  margin: 0;
  padding: 5px;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: Ubuntu, Arial, Helvetica, sans-serif; Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow:hidden;
  line-height:120%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}



/* text-link with teal hover */
/*Selected Nav links*/
 
	
	

 a.leftnavsmall:hover 
	{
  background:#7cc4c8;
  text-decoration: none; 
  color:black;
  -moz-border-radius:3px 3px 3px 3px; 
  border-radius:3px 3px 3px 3px; 
  border-width:none;
	} 	
	
button:hover
{
background:#ff8716;
color:black;
}




 a:hover 
	{
  background:#7cc4c8;
  text-decoration: none; 
  color:black;
  -moz-border-radius:3px 3px 3px 3px; 
  border-radius:3px 3px 3px 3px; 
  border-width:none;
	} 		




 label:hover 
	{
 /* background:#7cc4c8;*/
  text-decoration: none; 
  color:black;
  -moz-border-radius:3px 3px 3px 3px; 
  border-radius:3px 3px 3px 3px; 
  border-width:none;
  opacity:1;
	} 		


 select:hover 
	{
 background:#7cc4c8;
  text-decoration: none; 
  color:black;
  -moz-border-radius:3px 3px 3px 3px; 
  border-radius:3px 3px 3px 3px; 
  border-width:none;
  opacity:1;
	} 		

	
	

 button:hover 
	{
  background:#7cc4c8;
  text-decoration: none; 
  color:black;
  -moz-border-radius:3px 3px 3px 3px; 
  border-radius:3px 3px 3px 3px; 
  border-width:none;
  opacity: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;
}



/* Standard text CSS */
strong, b { font-weight:bold; }
 
em, i { font-style:italic; }
ul,ol,dl { margin:1em; font-size:100%; }


ol,ul,dl { margin-left:2em; }

ul li {	list-style: disc outside; }

p,fieldset /*table*/ { margin-bottom:1em; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 3px double #d9d9d2;
  height: 9px;
  margin: 1em 0;
}

/* Google Fonts */






 body, input, textarea, select option

{ font-family: inherit; }






 h1,h2,h3,h4,h5,h6

{ font-family: Ubuntu, Arial, Helvetica, sans-serif; }




.landingpage_title {
font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight:100;
}


.landingpage_title .nonessential {
font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight:100;
}




.landingpage_shopall {
font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
font-size:133%;
  font-weight:300;
  line-height: 150%;
  color:green;
}


.landingpage_shopall a {
font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  margin-top: inherit;
  color: inherit;
}



/* Theme styles */

body {
  font-size: 15px;
  line-height: 1.6em;
  color: #454545;
  background: #000000;
  letter-spacing: 1px;
  overflow-y: scroll;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

::selection{/* Webkit & Opera */
  background:#454545;
  color:#ffffff;
}
::-moz-selection{ /* Firefox */
  background:#454545;
  color:#ffffff;
}

a,
a:link,
a:visited {
  /* color:#79c4c9;*/
  color: #454545;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  text-decoration:none;
}





select {
  max-width: 100%;
}

input,
textarea {
  font-size: 15px;
  line-height: 15px;
  background-color: #ffffff;
  color: #454545;
  border: 1px solid #e7e7e1;
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 1px;
}

input[type=checkbox] {
  border:none;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
}


/* HTML5 input placeholders */
::-webkit-input-placeholder {
  
  text-transform: uppercase;
  
  color: #999999;
}

:-moz-placeholder { /* Firefox 18- */
  
  text-transform: uppercase;
  
  color: #999999; 
}

::-moz-placeholder {  /* Firefox 19+ */
  
  text-transform: uppercase;
  
  color: #999999;
}

:-ms-input-placeholder {
  
  text-transform: uppercase;
  
  color: #999999;
}

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
  background:#fe3e67;
  border: none;
  color:#ffffff;
  height: auto;
  margin: 0;
  text-decoration: none !important;
	text-transform: uppercase;
  
  cursor: pointer;
  padding: 16px 15px 14px;
  vertical-align: middle;
  min-width: 120px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  -moz-transition: background-color 100ms, color 100ms;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
  display: inline-block;
  zoom:1;
  *display:inline;
  letter-spacing: 1px;
}

.button.compact,
button.compact,
input[type="submit"].compact,
input[type="reset"].compact,
input[type="button"].compact {
  width: auto;
  min-width: 0;

}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #79c4c9;
}


.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  background: #999 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #454545;
  font-weight: normal;
  line-height: 1.2em;
  
  text-transform: uppercase;
  
  margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:#454545;
}

h1,
h2.h1-style { font-size: 32px; }




h2,
h1.h2-style,
h2.h2-style,
h3.h2-style,
h4.h2-style,
h5.h2-style,
h6.h2-style {
  font-size: 25px;
}


h3,
h1.h3-style,
h2.h3-style,
h3.h3-style,
h4.h3-style,
h5.h3-style,
h6.h3-style {
  font-size: 23px;
}


h4,
h1.h4-style,
h2.h4-style,
h3.h4-style,
h4.h4-style,
h5.h4-style,
h6.h4-style {
  font-size: 21px;
}


h5,
h1.h5-style,
h2.h5-style,
h3.h5-style,
h4.h5-style,
h5.h5-style,
h6.h5-style {
  font-size: 19px;
}


h6,
h1.h6-style,
h2.h6-style,
h3.h6-style,
h4.h6-style,
h5.h6-style,
h6.h6-style {
  font-size: 17px;
}


h1.majortitle,
h2.title, /* Req for Shopify account templates */
h2.majortitle,
h3.majortitle,
h4.majortitle,
h5.majortitle,
h6.majortitle,
.majortitle {
  margin: 10px 0;
}


img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}
/* Lists  */


.container {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}


.flexslider .container {
  padding-left: 40px;
  padding-right: 40px;
}


.template-index #content {
  padding-bottom: 0;
}
/* Header */


.tags .active a {
  color: #e94b3f;
}


/* Pagination */
.pagination-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination {
  
  text-transform: uppercase;
  
  font-size: px;
}

.pagination .pagecount {
  border-left: 1px solid ;
  border-right: 1px solid ;
  padding: 0 5px;
  margin: 0 2px;
}

/* Main footer */
#pagefooter {
  padding: 0 0 50px;
  font-size: px;
  
  text-transform: uppercase;
  
}


#pagefooter .lower {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

#pagefooter .copyright {
  margin-top: 30px;
}

#pagefooter .copyright .copy {
  white-space: nowrap;
}


#pagefooter .interact {
  margin-top: 30px;
}


/* Signup form in header *or* footer */
.signup-form-cont {
  text-align: center;
  clear: both;
  white-space: nowrap;
}

.signup-form {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}

.signup-form {
  border: 1px solid #e7e7e1;
  background-color: #ffffff;
}


.signup-form input[type="email"] {
  border: none;
  text-align: center;
  font-size: px;
}


/* Social links */
.social-links li {
  list-style:none;
  display:inline;
}

.social-links a {
  display:inline-block;
  zoom:1;
  *display:inline;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  
  width: 22px;
  padding-top: 22px;
  background: url('/images/social-bar.png') 0 0 no-repeat;
  
}

.social-links a:hover {
  opacity: 0.8;
}

.social-links .facebook a {}

.social-links .twitter a { background-position: -22px 0; }

.social-links .pinterest a { background-position: -66px 0; }
.social-links .google a { background-position: -88px 0; }
.social-links .polyvore a { background-position: -110px 0; }
.social-links .instagram a { background-position: -132px 0; }
.social-links .youtube a { background-position: -154px 0; }
.social-links .flickr a { background-position: -176px 0; }
.social-links .tumblr a { background-position: -198px 0; }


.social .socitem {
  vertical-align:top;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.social .socitem.label {
  margin: -2px 10px 0 0;
}

/* Product listing */


.product-block {
  text-align: center;

}

.product-block .block-inner {
/*  height: 740px; */
}

.product-block .image-cont {
  position: relative;
  max-height: 320px;
  min-height:240px;
  opacity: 0;
  padding-bottom: 92px;
}

.no-js .product-block .image-cont {
  opacity: 1;
}

.product-block .image-cont img {
  max-height: 320px;
  width: auto;
}

.product-block .image-cont .image-link {
  display: block;
  position: relative;
}

.product-block .productlabel {
  position: absolute;
  background:none;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
}

.productlabel > span {
  padding: 6px 20px;
  background: none;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}


.productlabel .title *  {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  color:#4d4d4d;
    font-weight:500;
    text-align:center;
  /* font-weight:300;*/
}




.productlabel.soldout > span {
  background: #4f4f4f;
}

.productlabel.general > span {
  background: none;
  opacity:1;
  font-family:Geneva,Helvetica;
}

.product-block .hover-info {
  position: absolute;
  color: inherit;
  
  
  bottom: -1px;
  left: 0;
  width: 100%;
  
}

.ie7 .product-block .hover-info,
.ie8 .product-block .hover-info{
  display: none;
}

.product-block .hover-info .bg {
  background: #7cc4c8;
  opacity: 1;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 1500ms;
  transition: opacity 150ms;
}



.product-block .hover-info > .inner {
  width: 100%;
  
  padding: 5px 0;
  
  position: relative;
  z-index: 10;
}


.product-block .hover-info .title {
  margin: 0 5px;
  
  min-height: 52px;
  
}


.product-block .hover-info > .inner > .innerer {
  
  
}

.ie7 .product-block .hover-info > .inner > .innerer {
  display: block;
}

.product-block .hover-info .reducedfrom {
  font-style: italic;
  opacity: 0.7;
  margin: 0 5px;
  
  display: inline;
  
}

.product-block .hover-info .reducedfrom .amount {
  text-decoration: line-through;
}

.product-block .hover-info .price {
  margin: 0 5px;
}

.product-block .hover-info .price .from {
  font-size: 80%;
}

.product-block.expanded .image-cont:after {
  top: 740px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f0f0f0;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px;

  
}

/* Collection blocks - in style of product block */

.product-block.collection-block .productlabel {
  
  margin-top: -30px;
  
}

.product-block.collection-block .productlabel > span {
  background: white;
  color: black;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  
}

.product-block.collection-block:hover .productlabel > span {
  background: #79c4c9;
}

.product-block.collection-block .productlabel .count {
  text-transform: none;
  font-style: italic;
  display: block;
}

.product-block.collection-block .image-cont {
  padding-bottom: 0;
}

.collection-slider-row.is-showing-collections {
  
  background: #f0f0f0;
  
}

.collection-slider-row.is-showing-collections .collection-listing {
	height: 230px;
}

/* Search results */
.product-block.page-block {
}

.product-block.page-block .block-inner {
  border: 1px solid #000;
  
  width: 250px;
  
  overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

/* Placeholder blocks for layout */
.product-block.placeholder {
  border: none !important;
  height: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  
  width: 250px;
  
}

/* Product detail */


.product-detail .gallery {
  position: relative -300px;
}

.product-detail .gallery img {
  max-width: 320px;
  height: auto;
  width: auto;
  vertical-align: top;
}

.product-detail .gallery .main-image {
  margin: 0 0 20px 0;
  text-align: center;
}

.product-detail .gallery.has-thumbnails .main-image {
  margin-right: 60px;
}

.product-detail .gallery .thumbnails {
  /*position: absolute;*/
  top: 0;
  right: 0;
}

.product-detail .gallery .thumbnails > * {
  display: block;
  margin-bottom: 10px;
}

.product-detail .detail {
  text-align: left;
  position: relative;
}

.product-detail .detail .title {
  margin: 0 0 0.5em;
}

.product-detail .detail .price {
}

.product-detail .detail .price .was-price {
  font-size: 15px;
  margin-right: 15px;
  text-decoration: line-through;
}

.product-detail .detail .productlabel {
  position: static;
  float: right;
  margin: 0 0 10px 10px;
}

.product-detail .detail .description {
  margin: 50px 0;
}

.product-detail .description {
  clear: both;
}

.product-detail .product-form .input-row {
  margin: 20px 0;
  clear: both;
}

.product-detail .product-form .input-row label {
  float: left;
  width: 80px;
  margin-bottom: 10px;
}

.product-detail .product-form .input-row label.singleopt {
  float: none;
  width: auto;
}

.product-detail .product-form .input-row label[for="quantity"] {
  margin-top: 8px;
}

.product-detail .product-form .input-row .selector-wrapper {
  clear: both;
}

.product-detail .product-form .input-row .inline-option .selector-wrapper {
  clear: none;
  display: inline;
}

.product-detail .product-form .input-row select {
  min-width: 70px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 4px;
  border: 1px solid #d9d9d2;
  -webkit-appearance: menulist-button;
}

/* Slide-out product detail, i.e. home, collection */

.collection-listing .product-detail {
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
}

.collection-listing .product-detail .inner {
  padding: 50px 90px;
}

.collection-listing-stream .product-detail .gallery .thumbnails,
.collection-listing .product-detail .gallery .thumbnails {
  position: static;
}

.collection-listing-stream .product-detail .gallery .thumbnails > *,
.collection-listing .product-detail .gallery .thumbnails > * {
  display: inline;
  margin: 0;
}

.collection-listing-stream .product-detail .gallery .thumbnails .active,
.collection-listing .product-detail .gallery .thumbnails .active {
  text-decoration: underline;
}

.collection-listing .product-detail,
.collection-listing .product-detail .title,
.collection-listing .product-detail .title a,
.collection-listing .product-detail h1.majortitle,
.collection-listing .product-detail h2,
.collection-listing .product-detail h3,
.collection-listing .product-detail h4,
.collection-listing .product-detail h5,
.collection-listing .product-detail h6 {
  color: #4f4f4f;
}

.collection-listing .product-detail a {
  color: #ff345b;
}

.collection-listing .product-detail a.button {
  background-color: #ff345b;
  color: #fff;
}

.collection-listing .product-detail a.button:hover {
  background-color: #ff345b;
}

.collection-listing .product-detail .gallery .main-image,
.collection-listing-stream .product-detail .gallery .main-image {
  margin-right: 0;
}

.product-detail .close-detail {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent url('//cdn.shopify.com/s/files/1/0417/2197/t/8/assets/close-bg-dark.png?30032') center center no-repeat;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  padding: 10px;
}

/* Collection slider specific */
.collection-slider-row {
  padding-top: 40px;
}


.collection-slider-row.collection-slider-1 {
  background: #ffffff;
}



.collection-slider-row.collection-slider-2 {
  background: #ffffff;
}




.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
  height: 322px;
}

.collection-slider .collection-listing .product-block {
  padding: 10px 10px;
}

.collection-slider .collection-listing .product-block,
.collection-slider .collection-listing .product-block .block-inner {
  height: 292px;
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont {
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont img {
  max-height: 200px;
}

.collection-slider .collection-listing .product-block .product-detail {
  display: none;
}

.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0;
}

.collection-slider .product-block.expanded .image-cont:after {
  top: 292px;
}

/* Collection page specific */
.collection-listing {
font-family:Roboto Condensed, Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 0;
  vertical-align:top;
}

.collection-listing .product-block {
  font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 450px;
  font-size:1em;
  color:#4d4d4d;
  line-height:1.25em;
  max-width: 240px;
  /* min-width:96px; */
  padding: 10px 8px;
  vertical-align: top;



}

.collection-listing .product-block div {
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    color:#4d4d4d;
    font-weight:100;
    font-size:1em;
  /* font-weight:300;*/
  vertical-align:top;
}

.collection-listing .product-block .overlay_item {
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;

}


.collection-listing .product-block .overlay_button {
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
}


.collection-listing .product-block .overlay_button * {
    font-family: Roboto Condensed,Arial, Helvetica, sans-serif;
}


.collection-listing .product-block span {
    font-family: inherit;
    color:#4d4d4d;
    font-weight:100;
    font-size:1em;
  /* font-weight:300;*/
}

.collection-listing .product-block center {
    font-family: inherit;
    color:#4d4d4d;
    font-weight:100;
    font-size:1em;
  /* font-weight:300;*/
}

.collection-listing .product-block .title {
  font-family: Ubuntu;
  color:#4d4d4d;
	color:#4d4d4d;
    font-weight:500;
    text-align:center;
  /* font-weight:300;*/
}



.collection-listing .product-block .title_price {
  font-family: inherit;
  color:#4d4d4d;
	color:#4d4d4d;
    font-weight:900;
    text-align:center;
  /* font-weight:300;*/
}


.collection-listing .product-block .price {
  /* font-family: Open Sans Condensed; */
   font-family: inherit;
    color:#4d4d4d;
    font-weight:900;
    text-align:center;
  /* font-weight:300;*/
}

.collection-listing .product-block div strong {
  /* font-family: Open Sans Condensed; */
      font-family: inherit;
    color:#4d4d4d;
    font-weight:900;
}

.collection-listing .product-block div a {
  /* font-family: Open Sans Condensed; */
    font-family: inherit;
   font-weight:400;
  color:#4d4d4d;
}

.collection-listing .product-block b {
     font-family: inherit;
  font-weight:700;
  color:#4d4d4d;
}
.collection-listing .product-block .details_buy {
    position:relative;
    width:100px;
    height:100px;
    border:1px solid #ccc;
    float:left;
    margin-right:5px;
}
.collection-listing .product-block .details_buy span{
    position:absolute;
    bottom:0;
    right:0;
}



.collection-listing .featured-block {
  display: inline-block;
	font-family: inherit;
  zoom: 1;
  *display: inline;
  max-height: 400px;
  min-height:160px;
  
  max-width: 240px;
  min-width:96px;
  
  padding: 10px 8px;
  vertical-align: top;
  line-height: 1.6em;
}




.collection-listing .product-block .image-cont img {
  max-height: 320px;
  vertical-align: top;
}

.collection-listing .product-block .product-image img {
/*  max-height: 320px;
  min-height: 128px;
  vertical-align: top; 
  border:1px solid white;
  */
}


/*
.collection-listing .product-block .product-image img:hover {
  max-height: 320px;
  min-height: 128px;
  vertical-align: top;

}
*/


.collection-listing .product-detail {
  font-family: inherit;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: 20px;
}

/* Collection page stream-mode! */
.collection-listing-stream .block-inner {
  font-family: inherit;
  display: none;
}

.collection-listing-stream .product-detail {
  font-family: inherit;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d9d9d2;
}

.collection-listing-stream .product-block:first-child .product-detail {
  border-top: none;
}

.collection-listing-stream .product-detail .close-detail {
  display: none;
}

/* View All under title on homepage */
.view-all {
  text-align: center;
  font-size: 80%;
  line-height: 1em;
  
  text-transform: uppercase;
  
  margin: 10px 0 20px;
}

.view-all > * {
  vertical-align: middle;
}

.view-all .prev,
.view-all .next {
  margin: 0 40px;
  font-size: 140%;

}

.collection-slider .has-paging .prev,
.collection-slider .has-paging .next {
  font-size: 80%;
  margin: 0 30px;
  vertical-align: top;
}

.collection-slider.no-pages .prev,
.collection-slider.no-pages .next {
  display: none;
}
/* Collection page items */


.payment-methods li {
  margin-left:5px;
  padding-top:32px;
  height:0;
  width:53px;
  overflow:hidden;
  background:url('/images/payment-bar.png');
  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;
}
.payment-methods li.pay-jcb {
  background-position: -595px 0;
  width: 38px;
}
.payment-methods li.pay-diners {
  background-position: -650px 0;
  width: 36px;
}

.payment-methods li.pay-bitcoin {
  background-position: -697px 0;
  width: 34px;
}


.simple-popup {
  position: absolute;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #d9d9d2;
  color: #e6e6e6;
  background: #ffffff;
  -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;
}
/* quick hacks for Facebook button */


.slideshow {
  
  background: #f5f5f2;
  
}

.slideshow .overlay-text .button {
  background: ;
  border-color: ;
  color: #ffffff;
}

.slideshow .slide .overlay-text .text span {
  line-height: 1.2em;
  color: #000000;
  
  padding: 5px 10px;
  display: inline-block;
  zoom:1;
  *display:inline;
}
/* Full width ad only */


a .state {
  display: inline-block;
  zoom:1;
  *display:inline;
  width: 1em;
  text-align: center;
}

/* Content and content layouts */

.spaced-row {
  margin-bottom: 40px;
}


.strongly-padded-row {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content img,
.content iframe,
.content embed,
.content object {
  max-width: 100%;
  height: auto;
}


.image-cont img {
  max-width: 100%;
  height: auto;
}
/* Just-added-to-cart summary */


.scaled-text {
  transition: font-size 300ms;
}

/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider { width: 100%; margin: 0; padding: 0; overflow: hidden; }
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; margin: 0 auto; width: 100%; }
/* stretch image */

html[xmlns] .slides {display: block;}


/* 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 {position: relative; zoom: 1;}
.flexslider .slides {overflow:hidden; zoom: 1; margin: 0;}
.flexslider .slides > li {position: relative; overflow:hidden;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-control-nav li a.active {
  background:#fff;
}

.flexslider .flex-control-nav {
  display: none;
}


.flexslider .flex-direction-nav a {
  background: transparent url('//cdn.shopify.com/s/files/1/0417/2197/t/8/assets/flexslider-leftright.png?30032') left top no-repeat;
  width: 59px;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  z-index: 3000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: 0!important;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 10px;
  background-position: 100% top;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.flexslider .slides > li { list-style: none; }



/* Responsive styles */

/* 
 * This media query is specifically for shunting logo onto its own line
 * before search/social icons overlap.
*/
@media only screen and (max-width: 959px) {
/* Sit search/socials on different level to logo */
}

/* Roughly tablet size */
@media only screen and (max-width: 959px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Phone sizes typically start here */
@media only screen and (max-width: 767px) {

  /* General layout */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .strongly-padded-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  
  .flexslider .flex-direction-nav a {
    display: none;
  }
  
  .collection-slider .has-paging {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  
  .collection-slider .has-paging .prev,
  .collection-slider .has-paging .next {
    position: absolute;
    left: 10px;
    top: 0px;
    margin: 0;
  }
  
  .collection-slider .has-paging .next {
    left: auto;
    right: 10px;
  }
  
  .collection-listing .product-block {
    height: auto;
    /* width: 47%; */
    padding-left: 1%;
    padding-right: 1%;
    min-width: 0;
  }
  
  .collection-slider .collection-listing .product-block {
    max-width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  
  .collection-listing .product-block .image-cont,
  .collection-slider .collection-listing .product-block .image-cont {
    height: auto;
    max-height: none;
    padding-bottom: 0;
  }
  
  .collection-listing .product-block img,
  .collection-slider .collection-listing .product-block img {
    max-height: none;
    max-width: 100%;
    height: auto;
  }
  
  .product-block.page-block .block-inner {
    width: auto;
  }
  
  .collection-listing .product-detail .inner {
    padding: 100px 40px 50px 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .product-block .block-inner {
    height: auto;
  }
  
  .product-block .block-inner .image-cont img {
    max-height: none;
  }
  
  /* no need to offset by pad, this will always be ok */
  .product-block .productlabel {
    margin-top: -20px;
  }
  
    /*TODO only if hover shows under */
  
  .product-block .hover-info {
    position: static;
  }
  
  
  .product-block .hover-info .title {
    min-height: 0;
  }
}

@media only screen and (max-width: 600px) {

  
  #pagefooter .copyright .copy {
    white-space: normal;
  }
}

@media only screen and (max-width: 480px) {


}



@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 360px) {

  .nonessential label {
  display:none;
  }



}

@media only screen and (max-width: 1050px) {
}



/* 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) {

  
  
  .social-links a {
    background-image:url('/images/media/social_sharing_types.png');
    -moz-background-size:243px 22px;
    -ie-background-size:243px 22px;
    -o-background-size:243px 22px;
    -webkit-background-size:243px 22px;
    background-size:243px 22px;
  }

  
  .payment-methods li {
    background:url('/images/media/payment-types.png');
    -moz-background-size:731px 32px;
    -ie-background-size:731px 32px;
    -o-background-size:731px 32px;
    -webkit-background-size:731px 32px;
    background-size:731px 32px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -webkit-text-size-adjust: none; /* Prevent iOS font scaling */
  }
}

/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    -webkit-transform:scale(0.98) translateY(-15px);
  }
  
  80% { -webkit-transform:scale(1); }
  
  100% { -webkit-transform:translateY(0); }
}

@keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    transform:scale(0.98) translateY(-15px); }
  80% { transform:scale(1); }
  100% { transform:translateY(0); }
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/






     @media all and (max-width: 640px) and (min-width: 100px) {

  
 /*.nav-row { 
      visibility: hidden;
    height:0px;
      } */
 
  
       .nonessential { 
      display:none;
      visibility:hidden;
		height:0px;
      }
  
    }
  
  
   @media all and (max-width: 2200px) and (min-width: 701px) {


}














.breadcrumb span a 
{
    color:#79c4c9;
    font-size:inherit;
    text-decoration:none;
}



.breadcrumb a:hover
{

  background:#7cc4c8;
  text-decoration: none; 
  color:black;
  -moz-border-radius:3px 3px 3px 3px; 
  border-radius:3px 3px 3px 3px; 
  border-width:none;
} 		
	
.breadcrumb > .active
{
    color:#000000;
    font-size:inherit;
}

  .breadcrumbdivider
{
  font-size: inherit;
  color:#f0f0f0;
}





 
  w100.iframe, object, embed {
        max-width: 100%;
}


@media all and (max-width: 1050px) and (min-width: 320px) {

       .hide1050 { 
      visibility: hidden;
    height:0px;
      }
  } 



@media all and (min-width: 641px) {

       .hideabove640 { 
      visibility: hidden;
    height:0px;
      }
  } 





@media all and (max-width: 800px) and (min-width: 320px) {
  }



<!--[if IE 6]>
<style type="text/css">
.hallo-cell {padding:8px;}
</style>
<![endif]-->

.xmas-banner
{
	text-align:center;
	display: inline-block;
	width:100%;
}


.tags
{
	text-align:center;
	display: inline-block;
	width:100%;
	margin-top:10px;
}
.tags img
{
	text-align:center;
	display: inline-block;
	margin-left:1em;
	margin-right:1em;

}
.sweaters
{
	display: inline-block;
}


.sweater-types
{
	text-align:center;
	
}

.sweater-types img
{
	padding-left:10px;
	padding-right:10px;
}


.banner
{
	width:100%; 
}



.buttoned:hover {
border-bottom: 2px solid #79c4c9;
opacity:1;
filter:alpha(opacity=100);
width:100%;
margin-left:auto;
margin-right:auto;
}

.buttoned {
opacity:.90;
filter:alpha(opacity=90);
border: 2px solid white;
width:100%;
margin-left:auto;
margin-right:auto;
}


.tiny_label {

font-size:.8em;
}

.small_label {

font-size:1em;
}


.medium_label {

font-size:1.5em;
}


.large_label {

font-size:2em;
}

.huge_label {

font-size:3em;
}



a.nohover:hover { 
background: none !important; 
text-decoration: none;
  -moz-border-radius:0x 0px 0px 0px; 
  border-radius:0px 0px 0px 0px; 
  border-width:none;
}

