/*
* Icon Shopify Theme
* Copyright 2014, Underground Media
* www.shopifythemes.net
*
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(http://cdn.shopify.com/s/files/1/0262/7775/t/4/assets/boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }


/* !Rows, Widest to Thinest */	
@media screen and (min-width: 1220px) {
  .gridlock .row { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 480px; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 300px; }
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"], 
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
}

* {
  margin: 0;
}

.first { clear: left; }

html, body {
  height: 100%;
}

body {	
  color: #000000;
  background: #fffeec;
  
  font-size: 12px; 
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;	
  line-height: 1.6em; 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
}

img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  font-family:'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
  -webkit-font-smoothing: antialiased;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #444444! important; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 10px; }

p { font-size: 12px; margin-bottom: 10px; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p.date { }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

a { text-decoration: none; color: #444444; outline: 0;
  -webkit-transition:color 0.3s ease-in;
  -moz-transition:color 0.3s ease-in;
  -o-transition:color 0.3s ease-in;
  transition:color 0.3s ease-in;
}
a:hover { color: #444444; text-decoration: none;}
a:visited { color:#444444; text-decoration: none; }
a:focus { outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0 0 20px 0; list-style:disc inside;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: 20px 0; }

input, textarea { }

hr { background:#f0f0f0; border:none; color:#f0f0f0; display:block; height:1px; margin-top: 20px; width:100%;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #333333; 
  border: none;

  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;

  color: #ffffff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 300; 
  font-size: 14px; 
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #000000;
}

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

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




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

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

::-webkit-input-placeholder { /* WebKit browsers */
  color: #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000000;		
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000000;	
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000000;		
}		


input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  border: 1px solid #f0f0f0;
  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 17px;
  outline: none;
}

textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;	
  padding: 2% 17px;
  outline: none;
}

/* =============== */
/* = Start CSS = */
/* =============== */

header { 
  
  border-bottom: 1px solid #f0f0f0;
  
}

.index header { 
  width: 100%; 
  
  background: transparent;
  
  line-height: 50px; 
  position: fixed; 
  z-index: 20; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
}


.index .coverheader { 
  background: #fffeec; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}


header { 
  width: 100%; 
  background: #fffeec; 
  line-height: 50px; 
  position: fixed; 
  z-index: 20; 
  top: 0;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
}


.coverheader { 
  background: #fffeec; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}


.scrollheader ul#main-nav li a, .scrollheader ul#cart li a { color: #000000! important; }
.scrollheader ul#main-nav li a:hover, .scrollheader ul#cart li a:hover { color: #333333!important; }

.coverheader ul#main-nav li a, .coverheader ul#cart li a { color: #000000! important; }
.coverheader ul#main-nav li a:hover, .coverheader ul#cart li a:hover { color: #333333! important; }








header ul { margin-bottom: 0; }

.index .scrollheader ul#main-nav li a, .index .scrollheader ul#cart li a { color: #000000! important; }
.index .scrollheader ul#main-nav li a:hover, .index .scrollheader ul#cart li a:hover { color: #333333!important; }

.index .coverheader ul#main-nav li a, .index .coverheader ul#cart li a { color: #000000! important; }
.index .coverheader ul#main-nav li a:hover, .index .coverheader ul#cart li a:hover { color: #333333! important; }


#search { width: 300px; text-align: center; margin: 0 auto; }

#search_popup { text-align: center;  }
#search_popup #q { text-indent: 0; text-align: center; }



ul#cart { text-align: right; z-index: 5; position: relative; list-style: none; margin-top: 0; }
ul#cart li { display: inline-block; padding: 0 0 0 10px; }
ul#cart li a { text-transform: uppercase; font-size: 11px; letter-spacing: 1px; font-weight: 300; }

i.icon-shopping-cart {
  margin-left: 5px;
}

select#currencies {
  width: 65px;
  display: inline-block;
  float: none;
  margin-left: 10px;
  background: transparent;
  border: 0;
  margin-bottom: 0;
  color: #000000;
}


#logo {
  text-align: left;
  margin-right: 20px;
  float: left;
  display: inline-block;
}

#logo a { 
  float: left; 
  font-family: 'Montserrat', sans-serif;
  font-size: 28px; 
  text-transform: uppercase; 
  font-weight: 300; 
  color: #000000; 
  text-decoration: none;
}

#logo img { vertical-align: middle; padding: 10px 0; }

#content { height: 100%; margin-bottom: 50px; position: relative; z-index: 1; }


nav { 
  float: left; 
  display: inline-block;
}
/* Navigation */


ul#main-nav { 
  list-style: none; 
  text-align: left;
  margin-bottom: 0;
}


ul#main-nav li { 
  display: inline-block; 
  position: relative; 
  float: left;
}


ul#main-nav li a { 
  font-family: 'Montserrat', sans-serif; 
  font-weight: 300; 
  font-size: 14px; 
  display: block; 
  padding: 0 10px; 
  text-transform: uppercase;
  letter-spacing: 1px;
}


ul#main-nav li a.current { color: #666666! important; }


ul#main-nav li a:hover {
  text-decoration: none;
}


ul#main-nav li ul{
  display: none;
  position: absolute;
  top: 50px;
  z-index: 5;
  left: 0;
}

ul#main-nav li:hover ul{
  display: block;
}

.index header ul#main-nav li ul { 
  
  background: transparent;
  
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
  border: 0 none;
}



.index .coverheader ul#main-nav li ul { 
  background: #fffeec; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
  border: 1px solid #f0f0f0;
  border-left: 0 none;
  border-right: 0 none;  
}


.index header ul#main-nav li ul:before {
  content: "\F0D8";
  font-family: FontAwesome;
  position: absolute;
  left: 30px;
  top: -14px;
  line-height: initial;
  color: #fffeec;
  font-size: 20px;
  text-shadow: 0 -1px 1px #f0f0f0;

}



header ul#main-nav li ul { 
  background: #fffeec; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
  border: 1px solid #f0f0f0;
  border-left: 0 none;
  border-right: 0 none;  
}

header ul#main-nav li ul:before {
  content: "\F0D8";
  font-family: FontAwesome;
  position: absolute;
  left: 30px;
  top: -14px;
  line-height: initial;
  color: transparent;
  font-size: 20px;
  text-shadow: 0 -1px 1px #f0f0f0;

}

.coverheader ul#main-nav li ul { 
  background: #fffeec; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}



ul#main-nav li ul li{
  line-height: 30px! important;
  margin: 0; 
  padding: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent! important;
  min-width: 220px;
  float: left;
}



ul#main-nav li ul li a{
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}






/* =============== */
/* = index.liquid = */
/* =============== */

#home { min-height: 900px; }

#homepage-collections, #homepage-products, #homepage-promo, #homepage-pages, #homepage-instagram { 
  width: 100%; 
  position: relative; 
  padding-top: 30px; 
  padding-bottom: 60px; 
}




#home-slideshow { min-height: 900px; }


#home-intro {
  margin-top: 100px;
  position: fixed;
  width: 100%;
  text-shadow: 0px 2px 2px rgba(000, 000, 000, 0.2);

}

section#homepage-promo { 
  background-color: #000000;
  
  background: url(home-promo-background_5043290513285314580.jpg);
  
  padding-top: 120px;
  padding-bottom: 120px;
}

section#homepage-promo h3 { color: #000000! important; }
section#homepage-promo, section#homepage-promo p { color: #000000! important; }

section#homepage-collections {
  background: #ffffff;
}

section#homepage-collections h2, section#homepage-collections .fr a { 
  color: #454545! important; 
}

section#homepage-promo img { border: 8px solid rgba(255,255,255,0.8); }
section#homepage-promo .pimg { min-height: 1px; }



section#homepage-products {
  background: #fffeec;
}

section#homepage-products h2, section#homepage-products .fr a { 
  color: #454545! important; 
}

section#homepage-pages {
  background-color: #fffeec;
  
}





section#homepage-instagram {
  background: #fffeec;
}

section#homepage-instagram h2 {
  color: #454545!important; 
}


.section-title {
  line-height: 60px; 
  text-align: left;
  margin-bottom: 30px;
}

.section-title h2{ 
  line-height: inherit;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}


.section-title h3{ 
  line-height: inherit;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}


.section-title h1 { 
  line-height: inherit;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}


.prod-vendor { text-align: center; }

#collection-loop { }

.collection-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}


#collection-loop .collection-details h3 {

}

#collection-loop .owl-controls.clickable {
  position: absolute;
  top: -35px;
  right: 0;
}


.collection-index { position: relative; }
.collection-info {  text-align: center; margin-top: 10px; }
.collection-info h3 { text-transform: uppercase; margin-bottom: 0; }
.collection-info p { margin-bottom: 0; text-transform: uppercase; font-size: 12px; }
.collection-image { padding: 2px; text-align: center; }


#instafeed {
  float: left;
  background: #fff;
}

.index img.instagram-image {
  width: 10%;
  padding: 0;
  margin: 0;
  float: left;

  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%);
  filter: gray; /* IE6+ */  

  -webkit-transition: all .5s ease-in-out;
  opacity: 0.6;
}

.index img.instagram-image:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}


#social-area {
  text-shadow: 0px 2px 2px rgba(000, 000, 000, 0.2);
}




ul#home-icons {
  list-style: none;
  margin-bottom: 30px; 
  margin-top: 30px;
}

ul#home-icons li {
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 0;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0);
  border-radius: 50%;
  line-height: 46px;
  -webkit-transition: background .3s ease,color .3s ease;
  -moz-transition: background .3s ease,color .3s ease;
  -o-transition: background .3s ease,color .3s ease;
  transition: background .3s ease,color .3s ease;  
}

ul#home-icons li a {
  color: #000000! important;
  font-size: 10px;
}

ul#home-icons li:hover a {
  color: #000000! important;
  font-size: 10px;
}

ul#home-icons li:hover {
  background: rgba(255,255,255,0.4);
}


.ci img { text-align: center; margin: 0 auto; max-height: 200px; }

/* =============== */
/* = collections = */
/* =============== */


.collection-title {
  border-bottom: 2px solid #f0f0f0;
  text-align: center;
}


p.view-full {
  margin-top: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}


.collection .bigimage {
  max-width: 99.4%;
}



span.prev-prod, span.next-prod {
  min-height: 1px;
}


.active {
  background: #e5e5e5;
}


#product-loop { margin: 0 auto; width: 100%; min-width: 100%; }

#collection-description { }
#collection-description h1 { text-align: center; margin-bottom: 10px; }

#collection-description .rte { border-top: 0; margin: 0; padding: 0; }
.product { margin-bottom: 50px; position: relative; }

.product-info {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  display: none;
}

.product-quick-view { overflow: hidden; }
.product-info form { margin-top: 20px; }
.product-index .single-option-selector { margin: 5px auto 10px; }

.qvimages img { padding: 5px; }

.product-details { text-align: center; margin-top: 15px; }
.product-details h4 { color: #444444; margin-bottom: 3px; letter-spacing: initial; font-weight: 500; font-size: 12px;  }
.product-details h3 { color: #444444; margin-bottom: 3px; letter-spacing: initial; font-size: 12px;  }

.price { 
  color: #444444; 
  margin-bottom: 3px; 
  letter-spacing: initial; 
  font-weight: 500; 
  font-size: 12px;
}

.compare-price, .product-price {  }

.was, .product-compare-price, .compare-price {  text-decoration: line-through; }
.was { display: inline; margin-left: 5px; }
.onsale { display: inline; color: #ba2323; }


.icn {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 11px;
  border: 1px solid #f0f0f0;
  padding: 0 10px;
  background: rgba(255,255,255,0.6);
}


.new { z-index: 1; }
.sale-item { z-index: 3; left: 10px; right: initial; }
.so { z-index: 4; }


.product-modal {
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute; 
  bottom: 20%;
  text-align: center;
  color: #ffffff;
  background: #000000! important;  
  padding: 10px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  font-weight: 300;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;    
}

.product-modal:hover { color: #000000! important; background: #ffffff! important; }


.quick-shop { overflow: hidden; width: 720px; }
.product-quick-view { width: 720px; }
.product-quick-view .product-photos { float: left; width: 48%; margin-right: 1.9%; }
.product-quick-view #product-right { float: left; width: 48%; margin-left: 1.9%; }


.show { display: none; }

#sidebar.sticky { float: none; position: fixed; top: 20px; z-index: 6; left: auto; }
#bside { float: right; }

#sidebar h1 { margin-bottom: 20px; }
#sidebar h4 { text-transform: uppercase; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #f0f0f0; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar ul li a.current { border-bottom: 1px solid #f0f0f0; text-decoration: none; }


#sidebar img { margin-bottom: 20px; }

.sorting label {
  clear: none;
  margin-right: 10px;
  line-height: 16px;
  display: inline-block;
}
select#sort-by, select.coll-filter {
  width: initial;
  background: transparent;
  border: 0;
  display: inline-block;
}

select.coll-filter { 
  margin-right: 20px; 
}

.sorting {
  width: 100%;
  text-align: right
}

/* ================ */
/* = Product page = */
/* ================ */

#product-description form .selecter {
  display: inline-block;
  width: 50%;
  margin-top: 2px;
}

.selector-wrapper label { float: left; margin-right: 20px; line-height: 40px; min-width: 40px;  }


#bigimage { text-align: center; margin-bottom: 20px; max-width: 548px; }
.active img {border:1px solid #ccc !important;}

img.zoomImg { background: #fffeec; }

.thumbnail { margin-bottom: 10px; }
#product-price { padding-bottom: 10px; font-size: 16px; margin-bottom: 10px; border-bottom: 1px solid #f0f0f0;  }


#product-description { text-align: left; }
#product-description h1, #product-right h5 { text-transform: uppercase; }
#product-description form { margin-bottom: 10px; border-bottom: 1px solid #f0f0f0; padding-top: 10px; }
#product-description form label {  text-transform: uppercase; min-width: 60px;}

		.product-add {
		  margin-top: 20px;
		}

		.product-add label {
		  float: left;
		  line-height: 44px;
		  margin-right: 10px;
		  padding: 0! important;
		  display: inline-block;
          min-width: initial! important;
		}

		.quantity {
		  line-height: 40px;
		  height: 40px;
		  text-indent: 0! important;
		  text-align: center;
		  padding: 0! important;
		  width: 50px! important;
		  background: transparent! important;
		  border: 1px solid #f0f0f0;
		  display: inline-block;
		  color: #000000;
		}

		.add {
		  display: inline-block! important;
		  margin-left: 20px;
		  width: auto! important;
		  line-height: 40px! important;
		  padding: 0 20px! important;
		}
		
		@media screen and (max-width: 740px ) {
		    .product-add { text-align: center; }
		    .product-add label { 
		        width: initial! important;
		        float: none;
		     }
		     .add { 
		        margin-left: 10px! important;
		      }
		}

.desc { padding-top: 20px; padding-bottom: 10px;  }
.full-click { display: block; text-align: center; margin-top: 20px; }



#related { border-top: 1px solid #f0f0f0; margin-top: 20px; padding: 20px 0; float: left; text-align: center; } 
.related-carousel .owl-item {
    padding: 10px;
}

#social { float: left; width: 100%; padding-bottom: 10px; }

#product-navigation {
  text-align: center;
}

#back-forth img { margin: 0 5px; vertical-align: middle; }

.backto {
  margin-bottom: 10px;
  display: block;
}

.prev-prod { margin-right: 10px; }
.next-prod { margin-left: 10px; }

.prev-prod, .next-prod {
  display: inline-block;
}

.share-icons a {
  margin: 0 5px;
}

.what-is-it { margin-bottom: 15px; }
.what-is-it label { display: inline; margin-right: 10px; }


#product-carousel { }

#product-carousel .product-car {
  padding: 0;
  margin: 5px;
  position: relative;
}

#product-carousel .product-car img {   }

.customNavigation{
  margin: -5px 0 10px;
  text-align: center; 
  position: relative;
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a:hover { cursor: pointer; }

.btn.next {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  right: -30px;
  top: 85px;
}

.btn.prev {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  left: -30px;
  top: 85px;
}





.collection div.zoomWindow, .index div.zoomWindow {
  display: none! important;
}
.collection div.zoomLens, .index div.zoomLens {
  opacity: 0! important;
}

div.zoomContainer {
  z-index: 1;
}


#product-header {
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
}

#product-header div {
  min-height: 1px; 
}

#product-header h1 { 
  margin-bottom: 0;
  line-height: 60px;
  border-bottom: 1px solid #f0f0f0; 
}

.product .rte, .collection .rte, .index .rte {
  margin-top: 15px;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}



#related h4 {
	margin-bottom: 20px;
}



/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; } 
.cart-title { display: inline-block; }

table { 
  width: 100%; 
  border-collapse: collapse; 
}


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  background: #fffeec; 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 1px solid #f0f0f0; 
  text-align: left; 
}

#basket-right { text-align: center; }
#basket-right h4 {  }
#basket-right p { margin-bottom: 20px; }
#basket-right img { width: 50px; }

#note { margin-top: 10px; }


#cart-notes { margin-top: 20px; margin-bottom: 20px; }

/* =============== */
/* = Blogs & Pages = */
/* =============== */

.rte h1 {
  border-bottom: 0! important;
}

#page { clear: left; margin-bottom: 50px;   }
#page h1 { text-align: center;  padding-bottom: 5px; margin-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
#page h1.page-title { text-align: left! important; }

#page-sidebar h2 { border-bottom: 1px solid #f0f0f0; line-height: 60px; }
#page-sidebar ul { list-style-type: none; }
#page-sidebar ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}


#article-loop { margin: 0 auto; width: 100%; min-width: 100%; }

.article-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  padding-top: 20px;
}

.article-info {  }
.article-info-inner { width: 96%; margin: 0 auto; }

.article-info h2 { letter-spacing: initial; margin-bottom: 10px; text-align: center; }
.posted { text-align: center; margin-bottom: 20px; }
.post-tags { clear: left; display: block; text-align: center; }
.article-info p { font-size: 12px; margin-bottom: 0; }
.article-info a { text-decoration: none! important; text-transform: uppercase; }
.article-content { margin-top: 10px; margin-bottom: 10px; }
.article-index .share-icons { text-align: center! important; }
.article-index .readmore { text-align: center! important; }

.share-icons a { color: #444444; }
.share-icons a:hover { color: #222222; }

#blog-article .share-icons { text-align: center! important; }


ul#blog-articles, #blog-article { list-style-type: none; }
.single-article { margin-bottom: 50px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; float: left; width: 100%; }
.single-article .posted { text-align: left; }
.single-article .post-tags { text-align: left; }

#blog-sidebar h2 .icon-rss {
  float: right;
  font-size: 16px;
}

#blog-sidebar #social-icons { font-size: 90%; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
#blog-sidebar #social-icons a { color: #444444; }
#blog-sidebar #social-icons a:hover { color: #222222; }


#twitter-card, #facebook-card, #instagram-card { width: 100%; float: left; clear: left; display: block; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
#twitter-card h3, #facebook-card h3, #instagram-card h3 { letter-spacing: initial; }

#fb-root { display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}


#page .share-icons { margin-bottom: 20px; text-align: left; margin-top: 20px;  }
#page .share-icons a { margin-right: 10px; }

ul#posts { list-style: none; }
ul#posts li { margin-bottom: 20px; padding-bottom: 0; border-bottom: 1px solid #f0f0f0; }
ul#posts li p { margin-top: 0; }
ul#posts li.tags { padding-bottom: 10px; }

#comments h4 { text-align: center; }

#comments { float: left; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form {  }
ul#commentlist { margin-top: 20px; list-style-type: none; }
ul#commentlist li { float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #f0f0f0; padding-bottom: 20px; }
ul.disc {
  margin-bottom: 0;
}

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }


.readmore { clear: left; text-align: left; margin: 30px auto; }
.readmore a { color: #999999! important; background: #eeeeee! important; padding: 10px 20px; -webkit-transition: background 0.3s ease,color 0.3s ease; -moz-transition: background 0.3s ease,color 0.3s ease; -o-transition: background 0.3s ease,color 0.3s ease; transition: background 0.3s ease,color 0.3s ease; }
.readmore a:hover { color: #ffffff! important; background: #999999! important; text-decoration: none; }


ul#social-icons {
  list-style: none;
}

ul#social-icons li { display: inline-block; margin-right:10px; }

ul#blog-recent, ul#blog-tags { 
  list-style: none; 
  border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}


/* =============== */
/* = Search = */
/* =============== */

#search-bar { margin-bottom: 20px; margin-top: 20px; border-bottom: 1px solid #f0f0f0; }
#search-bar #q {width: 300px;  }
#q { text-transform: uppercase; }

/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper {  margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}


div#recover-password {
  margin-top: 30px;
}

.action_link {
	display: inline-block;
  	margin-bottom: 10px;
}

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  margin: 0 10px;
}


a#view_address {
  display: block;
  margin-top: 10px;
}

.center { 
  text-align: center;
}

/* =============== */
/* = Footer = */
/* =============== */


@media only screen and (min-width: 1024px ){

  .page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -52px; 
  }
  .page-wrap:after {
    content: "";
    display: block;
  }
  .site-footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 52px; 
  }


}



#footer-wrapper { z-index: 2; clear: left; border-top: 1px solid #f0f0f0; padding-top: 20px; }

#footer { padding: 10px 0; text-align: center; }

#footer ul {
  list-style: none;
  line-height: 47px;
  margin-bottom: 10px;
}

#footer ul li {
  display: inline-block;
  margin: 0 10px;
}

#footer img {
  max-width: 50px;
  margin: 0 5px 20px;
}


#subscribe_popup {
  text-align: center; 
  width: 450px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: left;
  text-indent: 10px;
  width: 70%;
  padding: 15px 0;
  margin-bottom: 0;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
  width: 30%;
}

#mce-EMAIL:focus {
  box-shadow: 0 0 0 0;
}

#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { max-width: 60px; text-align: center;  margin-bottom: 10px; }


/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product { display: none; }

/* =============== */
/* = Global = */
/* =============== */


#pagination { clear: left; text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 20px;  }
#pagination a { margin: 0 5px;  }
#pagination a:hover { text-decoration: none; }
#pagination .current { border-radius: 50%; border: 2px solid #f0f0f0; padding: 5px 10px; background: transparent; }
#pagination .count { margin-right: 20px; }


#breadcrumb { text-transform: uppercase; font-size: 10px; margin-bottom: 30px; margin-top: 20px; text-align: center; }
#breadcrumb a { padding: 0 5px 0 0; font-size: 10px; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }


.scrollup{
  width:30px;
  height:30px;
  opacity:0.3;
  position:fixed;
  bottom:50%;
  right:20px;
  display:none;
  z-index: 3;
  text-align: center;
}

.scrollup:hover { 
  text-decoration: none; 
  opacity: 0.7;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;  
}


iframe { width: 100%; }




/* owl carousel
------------------------------------------------------ */


.owl-buttons > div {
  background: #333333; 
  color: #ffffff;  
  padding: 3px 10px;
  font-family: FontAwesome;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}


.owl-buttons > div:hover {
  cursor: pointer;
  color: #ffffff;
  background: #000000;
}

.owl-prev {
}

.owl-prev:before {
  content:"\f104"
}


.owl-next {
  margin-left: 5px;
}

.owl-next:before {
  content:"\f105"
}




/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
  cursor:url(http://cdn.shopify.com/s/files/1/0262/7775/t/4/assets/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}




.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: left;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}







ul#footer-icons {
  list-style: none;
  text-align: center;
}
ul#footer-icons li {
  display: inline-block;
  margin: 10px;
}



.ajaxified-cart-feedback {

}
.ajaxified-cart-feedback.success {  }
.ajaxified-cart-feedback.error { color: #FF4136; } 






/* 
* Shifter v3.0.5 - 2014-04-22 
* A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library. 
* http://formstone.it/shifter/ 
* 
* Copyright 2014 Ben Plum; MIT Licensed 
*/ 


.shifter-open { overflow: hidden !important; }
.shifter-open .shifter-page *,
.shifter-open .shifter-header * { pointer-events: none !important; }

.shifter .shifter-navigation { display: none; opacity: 0; }
.shifter .shifter-handle { display: none; }


nav.shifter-navigation {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%
}

.shifter-active .shifter-page { background: #fffeec; display: block; left: 0; min-height: 100%; overflow: hidden; position: relative; top: 0; z-index: 1; }
.shifter-active .shifter-page,
.shifter-active .shifter-header {
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}
.shifter-active .shifter-navigation { background: #fffeec; display: block; height: 100%; opacity: 1; pointer-events: none; position: fixed; top: 0; width: 270px; z-index: 0; }

.shifter-active .shifter-page,
.shifter-active .shifter-header,
.shifter-active .shifter-navigation {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s ease !important;
  -moz-transition:    -moz-transform 0.2s ease !important;
  -ms-transition:     -ms-transform 0.2s ease !important;
  -o-transition:      -o-transform 0.2s ease !important;
  transition: 		transform 0.2s ease !important;
}
.shifter-active .shifter-handle { background: url(jquery.fs_shifter-icon.png) no-repeat center center; cursor: pointer; content: ''; display: block; float: right; height: 50px; width: 50px; position: relative; right: -30px;
  overflow: hidden; text-indent: 110%; white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Right / Default */
.shifter-active .shifter-navigation { right: 0;
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}

.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0px, 0px);
  -moz-transform: translate3D(-270px, 0px, 0px);
  -ms-transform: translate3D(-270px, 0px, 0px);
  -o-transform: translate3D(-270px, 0px, 0px);
  transform: translate3D(-270px, 0px, 0px);
}

/* Left */
.shifter-active.shifter-left .shifter-navigation { left: 0;
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}

.shifter-active.shifter-left.shifter-open .shifter-page,
.shifter-active.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0px, 0px);
  -moz-transform: translate3D(270px, 0px, 0px);
  -ms-transform: translate3D(270px, 0px, 0px);
  -o-transform: translate3D(270px, 0px, 0px);
  transform: translate3D(270px, 0px, 0px);
}

/* Open */
.shifter-open .shifter-navigation { pointer-events: all; z-index: 1\9; /* IE9 */
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}

/* IE 10 ONLY */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* Right / Default */
  .shifter-active .shifter-navigation { right: 0;
    -webkit-transform: translate3D(270px, 0px, 0px);
    -moz-transform: translate3D(270px, 0px, 0px);
    -ms-transform: translate3D(270px, 0px, 0px);
    -o-transform: translate3D(270px, 0px, 0px);
    transform: translate3D(270px, 0px, 0px);
  }

  /* Left */
  .shifter-active.shifter-left .shifter-navigation { left: 0;
    -webkit-transform: translate3D(-270px, 0px, 0px);
    -moz-transform: translate3D(-270px, 0px, 0px);
    -ms-transform: translate3D(-270px, 0px, 0px);
    -o-transform: translate3D(-270px, 0px, 0px);
    transform: translate3D(-270px, 0px, 0px);
  }

  /* Open */
  .shifter-open .shifter-navigation { pointer-events: all;
    -webkit-transform: translate3D(0px, 0px, 0px);
    -moz-transform: translate3D(0px, 0px, 0px);
    -ms-transform: translate3D(0px, 0px, 0px);
    -o-transform: translate3D(0px, 0px, 0px);
    transform: translate3D(0px, 0px, 0px);
  }
}



nav.shifter-navigation {
  padding: 0 20px;
}
.shifter-navigation ul {
  margin-left: 10px;
  list-style: none;
  margin-bottom: 0;
}
nav.shifter-navigation {
  list-style: none;
}
.shifter-navigation li {
  padding: 10px 0;
  border-bottom: 1px solid #888;
}

.shifter-navigation li a { 
  font-weight: bold;
  color: #444444;
}

.shifter-navigation li ul li { 
  border-bottom: 0 none;
  padding: 5px 0;
}

.shifter-navigation li ul li a { 
  font-weight: normal;
  color: #444444;
}

.shifter-navigation a:hover {
 	color: #444444;
}

a.fr {
  float: right;
  font-size: 10px;
  padding-top: 5px;
}



.bannertop {
  line-height: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  background:  #252525;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
}