html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
  margin-left: 40px; 
  padding: 8px 0 8px 12px; 
  border-left: 1px solid #e8e8e8; 
  margin-bottom: 10px; 
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.tablenob {
    border-collapse:collapse !important;
  border: none !important;
}

.floatleft { 
  float: left; 
}

.floatlefty { 
  float: left;
  font-family: 'DIN Next W01 Regular' !important;
  font-size:9px;
  margin-top:15px;
  text-transform:uppercase;
  @media screen and (max-width: 481px) { 
  visibility: hidden;
    }
}

.floatright { 
  float: right; 
}

.text-left { 
  text-align: left;  
}
.center, 
.text-center { 
  text-align: center;    
}
.text-right { 
  text-align: right;  
}
.clearboth { 
  clear: both; 
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e8e8e8; 
  margin-bottom: 12px; 

}
table tr > th, 
table tr > td { 
  border-bottom: 1px solid #e8e8e8; 
  border-right: 1px solid #e8e8e8; 
  padding: 10px; 
  line-height: 1.3; 
  vertical-align: middle; 

}
table tr > th { 
  background: #000000; 
  color: #ffffff; 
}
h1, h2, h3, h4, h5, h6 { 
  line-height: 1.3;    
  margin-bottom: 10px; 
  color:#111111 !important;
}
h1 { 
  font-size: 13px !important;
  font-family: 'DIN Next W01 Regular' !important;
  font-weight: normal; 
}
h2 { 
  font-size: 16px !important;
  font-family: 'DIN Next W01 Regular' !important;
  font-weight: normal;
}
h3 { 
  font-size: 13px;
  font-family: 'DIN Next W01 Regular';
}
h4 { 
  font-size: 16px;
  font-weight: normal;
  font-family: 'DIN Next W01 Regular' !important;
}
h5 { 
  font-size: 16px;  
  font-family: 'DIN Next W01 Regular' !important;
}
h6 { 
  font-size: 14px; 
    font-family: 'DIN Next W01 Regular' !important;
}
a, 
a:focus, 
input, 
input:focus, 
select, 
select:focus, 
textarea, 
textarea:focus { 
  outline: none;    
}

h4.intro {
    color: blue;
  font-size:15px !important;
}

input, 
textarea, 
select { 
  font-family: Helvetica, Arial, sans-serif;  
  font-size: 12px;    
}
::-webkit-input-placeholder { 
  color: #111111;
  opacity: 0.7; 
}
:-moz-placeholder { 
  color: #111111;
  opacity: 0.7; 
}
::-moz-placeholder { 
  color: #111111;
  opacity: 0.7; 
}
:-ms-input-placeholder { 
  color: #111111;
  opacity: 0.7; 
}
.hidden { 
  display: none;  
}

/* STYLE **********************************************************************************/ 

html { 
  overflow-y: scroll; 
  overflow: -moz-scrollbars-verticals 
}
html, body { 
  height: 100%; 
}
html.no-rgba, 
html.no-rgba body { 
  height: auto;    
}
body {
  background:  #ffffff; 
  
  background-attachment: fixed; 
  
  
    line-height: 1.5;
    font-family: 'DIN Next W01 regular';
    font-size: 12px; 
    color: #111111; 
    }
body.index {
  background: #ffffff; 
  overflow: hidden;
}

h2.section_title {
  font-size: 21px !important;
  font-weight: normal !important;
  color: #111111;
  font-family: 'DIN Next W01 regular';
  letter-spacing: 1;
  text-transform: uppercase; 
  /*text-align: ;*/
  margin-bottom: 10px;
} 

h2.blogpost_title {
  font-size: 14px;
  /*font-weight: normal;*/
  color: #111111;
  font-family: 'DIN Next W01 regular';
  letter-spacing: 1;
  text-transform: uppercase; 
/*  text-align: ;
*/  margin-bottom: 10px;
} 


h3.section_title {
  font-size: 20px;
  /*font-weight: normal;*/
  color: #111111;
  font-family: 'DIN Next W01 regular';
  letter-spacing: 1;
  text-transform: uppercase; 
/*  text-align: ;
*/  margin-bottom: 20px;
} 

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 80%;

}
p { 
  color: #111111; 
  font-size: 12px; 
  line-height: 1.5;
  margin-bottom: 12px; 
  text-align: left;
}
ul, ol, li, blockquote { 
  font-size: 12px; 
 
}
li { 
  margin-left: 10px;
}
a { 
  text-decoration: none; 
  color: #111111;
  
}
a:hover, 
a:hover h4 { 
  color: #111111;
  text-decoration: underline;
}
a:focus, input:focus, select:focus, textarea:focus, 
a, input, select, textarea, button, 
a::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner, button::-moz-focus-inner { 
  outline: none; 
  outline-width: 0; 
}
.hr { 
  clear: both;
  border: none;
  color: #e8e8e8; 
  height: 0px; 
  background-color: #e8e8e8;  
  margin: 20px 0;
}
hr { 
  color: #e8e8e8;
  background-color: #e8e8e8;
  height: 0px; 
  border: 0; 
}
.nomargin { 
  margin-right: 0;
}

/* TOP SECTION ******************************************************************************/ 

#ContentOuter{
  margin-top:60px !important;
}

#Header { 
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 999; 
  width: 100%; 
  background: transparent; 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch #Header.scrolled { 
  background: transparent; 

}
.no-touch .mobile #Header.scrolled { 
  background: transparent; 
  -moz-box-shadow: none; 
  box-shadow: none;   
}
#Header .container { 
  max-width: 1100px; 
  width: 94%; 
  z-index: 999; 
  text-align: right; 
  background: transparent;
}
#Header .table_outer { 
  display: table;    
  width: 100%; 
}
#Header .table_cell { 
  display: table-cell; 
  padding: 0; 
  width: 100%; 
  height: 100%; 
  vertical-align: middle; 
}
#Header, 
#Header a, 
#Header #CartButton, 
#Header #CartButton:hover { 
  color: #000000;    
}
#Header a:hover, 
#Header .ss-search:hover { 
  color: #111111;    
}
body.index #Header { 
  background: transparent;    
}
#Header .cart_search_links { 
  text-transform: uppercase; 
  font-size: 11px; 
  line-height: 30px; 
  float: right;
}
#Header .cart_search_links .ss-search, 
#Header .cart_search_links .ss-cart, 
#Header .cart_search_links .ss-delete, 
#Header .cart_search_links .ss-rows { 
  font-size: 12px;    
}
#Header .search_submit { 
  display: inline-block; 
  border: 0; 
  background: transparent; 
  cursor: pointer; 
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 10px; 
}
#Header .search_query { 
  width: 2px; 
  border: 0; 
  opacity: 0; 
  border-bottom: 1px solid #000000;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  background: transparent; 
  border-radius: 0; 
}
.no-rgba #Header .search_query { 
  display: none;    
}
#Header .search_query.open { 
  opacity: 1; 
  width: 200px;    
  color: #111111; 
}
.no-rgba #Header .search_query.open { 
  display: inline;    
}
#Header #SiteSearch { 
  display: inline-block;    
  margin-right: 10px; 
}
#Header .submit { 
  display: none;    
  border: 0; 
  background: transparent; 
  cursor: pointer; 
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  color: #000000; 
}
#Header .mobile_menu { 
  display: none;    
}
#Header #CartCustomer { 
  display: inline-block;    
}
#Header .cart-count { 
  font-size: 11px;  
}
#Header .cart_outer { 
  padding: 0 0 0 10px; 
  position: relative; 
  height: 30px; 
  line-height: 30px;
}
#Header h1 { 
  text-align: left; 
  float: left;  
  max-width: 100%; 
  margin-bottom: 0; 
}
.no-touch #Header.scrolled .container { 
  background: transparent;   
}
#Header #Logo { 
  display: block; 
  float: left; 
  font-family: "Abel", Helvetica, Arial, sans-serif;    
  color: #4d4d4d; 
  font-weight: normal; 
  font-size: 35px; 
  text-transform: uppercase; 
}
#Header #Logo img { 
  width: auto; 
}
#CartAddNotification { 
  display: none;
  position: absolute; 
  top: 30px; 
  right: 0; 
  
  background: #fff; 
  background: rgba(255,255,255,0.95); 
  color: #444; 
  
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.15); 
  box-shadow: 0 0 12px rgba(0,0,0,0.15); 
  z-index: 9999; 
  padding: 20px; 
  width: 245px; 
  text-align: left; 
  text-transform: none; 
}
#CartAddNotification .open-product-inner { 
  padding: 10px 0; 
  margin-bottom: 10px; 
  
  border-bottom: 1px dotted #d0d0d0; 
  
  overflow: hidden; 
}
#CartAddNotification .open-product-inner img { 
  float: left; 
  margin: 0 10px 10px 0; 
}
#CartAddNotification .product-info { 
  float: right; 
  width: 185px; 
}
#CartAddNotification .product-title { 
  display: block; 
  padding-bottom: 10px;   
  line-height: 1.3; 
  font-size: 11px; 
}
#CartAddNotification .open-product { 
  padding-bottom: 5px; 
  margin-bottom: 5px;   
}

/* LEFT SIDEBAR **************************************/ 

#LeftMenu {
  clear: both; 
  top: 0px !important; 
  position: fixed;  
  max-width: 265px; 
  z-index: 998;
  margin-top: 20px !important;

}


#LeftMenu .social_media a { 
  margin: 0 8px 10px 0;    
  line-height: 20px; 
  color: #000000; 
}
#LeftMenu .social_media a:hover { 
  color: #a3a3a3;    
}

#header_nav {  
  padding-top: 15px;
  background-color:#fff;
  height:26px;

}
#header_nav a {  
  position: relative;
  padding-left: 10px;
  float: right;
  font-size: 9px;

}

/* NAVIGATION ******************************************************************************/ 

#MainNavOuter.fixed, 
.collection #MainNavOuter.fixed { 
  position: fixed;  
}
.index #MainNavOuter, 
.collection #MainNavOuter { 
  position: relative; 
}
#MainNavOuter { 
  padding-top: 0px;  
}
.touch #MainNavOuter { 
  margin-top: 20px;  
}

.index #MainNavOuter { 
  
  background: #fff; 
  background: rgba(255,255,255,0); 
  
  /*padding: 15px 20px;*/ 
  /*margin-left: -8px; */
  
}

.index #MainNavOuter { 
  width: 100%;  
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
}
#MainNav { 
  list-style: none;    
  margin-bottom: 8px; 
  margin-top: 22px;
}
#MainNav li {
  
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  line-height: 21px;    

}
#MainNav li a {
  margin: 0px auto;
  font-family: 'DIN Next W01 Regular';
  font-size: 12 px; 
  color: #111111; 
}
#MainNav li a:hover { 
  color: #111111;
  text-decoration: underline;
}
#MainNav li.active > a { 
  color: #111111; 
}
#MainNav li > ul { 
  list-style: disc;    
  padding-left: 1.5em; 
}
#MainNav li > ul li { 
  margin-left: 10px; 
  padding-left: 10px; 
  font-size: 12px; 
}
#MainNav .ss-navigatedown { 
  font-size: 8px; 
  font-weight: normal; 
  padding-left: 5px; 
}
.index #MainNav li > ul { 
  display: none; 
}

/* HOMEPAGE ********************************************************************************/ 

#HomeSlides { 
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: 1; 
  width: 100%; 
  height: 100%; 
  display: none;
}
#HomeSlides ul.slides { 
  list-style: none; 
  width: 100%; 
  height: 100%;
}
#HomeSlides ul.slides li { 
  margin: 0;   
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
}
#HomeSlides ul.slides img { 
  width: auto; 
  min-width: 100%; 
  min-height: 100%; 
  opacity: 1; 
  -ms-filter: "alpha(opacity=100)"; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.no-touch #HomeSlides ul.slides img { 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.index .flex-control-paging { 
  display: none;  
  position: fixed; 
  bottom: 20px; 
  left: 0; 
  width: 100%; 
  z-index: 20; 
  text-align: center; 
  list-style: none;    
}
.index .flex-control-paging li { 
  display: inline-block; 
}
.index .flex-control-paging li a { 
  display: block; 
  width: 10px; 
  height: 10px; 
  border: 2px solid #111111; 
  border-radius: 50%; 
  background: #ffffff; 
  background: rgba(0,0,0,0.01); 
  color: transparent; 
  text-indent: -9999px; 
  cursor: pointer; 
}
.index .flex-control-paging li a.flex-active { 
  background: #111111; 
  color: #111111; 
}
.index .flex-viewport { 
  height: 100%; 
}











.slideshow_1 {
  background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_1.jpg?12557332688698022037);
  background-position: center center; 
  background-size: cover;
}
.slideshow_2 {
  background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_2.jpg?12557332688698022037);
  background-position: center center; 
  background-size: cover;
}
.slideshow_3 {
  background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_3.jpg?12557332688698022037);
  background-position: center center; 
  background-size: cover;
}
.slideshow_4 {
  background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_4.jpg?12557332688698022037);
  background-position: center center; 
  background-size: cover;
}
.slideshow_5 {
  background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_5.jpg?12557332688698022037);
  background-position: center center; 
  background-size: cover;
}
.slideshow_6 {
  background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_6.jpg?12557332688698022037);
  background-position: center center; 
  background-size: cover;
}
.slideshow_7 {
  background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_7.jpg?12557332688698022037);
  background-position: center center; 
  background-size: cover;
}

.slideshow_8 {
  background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_8.jpg?12557332688698022037);
  background-position: center center; 
  background-size: cover;
}















/* PRODUCT LISTS ***************************************************************************/ 

.col li { 
  position: relative; 
  overflow: hidden; 
}
.col li .table_cell span { 
  font-family: 'DIN Next W01 Regular';
  font-size: 15px;
  color: #111111; 
  
  
}
.col li .table_cell span.product_price { 
  font-weight: normal;
  
}



.col li .table_cell span.product_price .compare { 
  font-weight: normal;
  
}
.img_outer { 
  width: 100%; 
  height: 100%; 
  text-align: center; 
  position: relative; 
  display: table; 
  margin: 0 auto; 
  
  background: transparent;
  
}
.img_outer .table_cell { 
  width: 100%; 
  height: 100%; 
  padding: 0; 
  position: relative; 
}
.img_outer .table_cell img { 
  display: inline-block;  
}
.img_outer .table_cell .sale_outer { 
  
  position: relative; 
  
}
.img_outer .table_cell .sale_marker { 
  position: absolute; 
  bottom: -50px; 
  right: 0; 
  z-index: 900; 
  font-size: 12px; 
  background: #000000; 
  color: #ffffff;    
  display: block; 
  padding: 10px 20px;
  opacity: 0; 
  line-height: 1.5; 
  text-transform: uppercase; 
  
}
.col li > a { 
  display: block; 
  position: relative; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  width: 100%; 
  height: 100%; 
  font-size: 0; 
}
.details_outer { 
  /*
  background: #fff; 
  background: rgba(255, 255, 255, 0.8); 
  */
  position: relative; 
  top: 0; 
  left: 0; 
  /*width: 100%;
  height: 100%; */
  text-align: center; 
  display: block; 
}
.no-rgba .details_outer { 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
  filter: alpha(opacity=88);      
}
.details_inner { 
  line-height: 18px; 
  display: table; 
  width: 100%; 
  height: 100%; 
  font-size: 12px; 
}
.table_cell { 
  display: table-cell; 
  vertical-align: middle; 
  width: 80%; 
  height: 80%; 
  padding: 10%; 
  
}
/* IE8 and below */ 
.no-rgba .table_cell { 
  width: 100%; 
  height: 100%; 
  padding: 0; 
}
.collection_top { 
  position: relative;  
}
.collection_top img { 
  width: 100%;  
}
.collection_description { 
  padding-bottom: 5px; 
  margin-bottom: 20px; 

}
#SectionMenu { 
  font-size: 11px; 
  text-transform: uppercase; 
  font-weight: normal; 
}
#Collections ul.filter_by_tag { 
  list-style: none; 
  overflow: hidden; 
  display: inline; 
}
#Collections ul.filter_by_tag li {   
  margin: 0; 
  display:inline;
}
#Collections ul.filter_by_tag li a { 
  display: inline-block; 
  padding: 5px 10px; 
  color: #111111; 
  font-size: 11px; 
}
#Collections ul.filter_by_tag li a:hover { 
  color: #111111; 
}
#Collections ul.filter_by_tag li.active a { 
  background: #000000;
  color: #ffffff;
  
}
#Collections span.filter_label { 
  display: inline-block; 
  padding: 5px 10px 5px 0; 
  float: left; 
}
#Collections span.filter_label:after { 
  content: ':';  
}

/* PRODUCT LISTS for ipad, ie7 */ 

.touch #Collections .details_outer, 
.ie7 #Collections .details_outer { 
  display: block !important; 
  height: auto; 
  top: auto; 
  bottom: 0; 
  cursor: pointer; 
}
.touch #Collections .details_outer .table_cell, 
.ie7 #Collections .details_outer .table_cell { 
  padding: 5%; 
  width: 90%; 
}
.touch .img_outer .sale_marker, 
.ie7 .img_outer .sale_marker { 
  display: none !important;    
}

/* PRODUCT PAGE ****************************************************************************/ 

#ProductImages, 
.content_side { 
  padding: 0 0 30px;    
}
.product_name {
  display: block; 
  text-align: center;
}
.compare {
  text-decoration: line-through;
  color: #111111;
  margin-right: 0.2em;
  display: inline;
}
.price_lg h4, 
.sale_price_lg h4 {
  display: inline;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: normal; 
  font-size: 12px !important;
}
.sale_price_lg h4 {
  color: #edb6ad;
    font-weight: normal; 

}

.money {
  
    font-size: 12px !important;
  font-weight: normal; 
}

font.bigger {
  
    font-size: 15px !important;
  font-weight: normal; 
}

#MobileProductMain {
  display:none;
  visibility:hidden;
}


#ProductMain { 
  margin-bottom: 30px;
  overflow: hidden; 
}
.content_side.mt20 { 
  margin-top: 24px;    
}
.content_side .product_description { 
  font-size: 12px; 
  margin-bottom: 20px; 
}
.content_side .product_description { 
  font-size: 12px; 
  margin-bottom: 20px; 
}
.content_side li { 
  margin: 0 0 5px; 
}
.content_side ul, 
.content_side ol { 
  color: #111111; 
  margin: 0 0 0 15px; 
  line-height: 1.5;
   list-style-type: square;
}
.content_side > ul, 
.content_side > ol { 
  margin-bottom: 25px;  
}
.content_side ul span { 
  line-height: 1.5 !important;  
}

.product_title h2 {
  color: #111111; 
  margin-bottom: 10px; 
  font-size: 15 px; 
  text-align: left; 
}
#ProductImages {
  float: left;
}
#ImageLarge .product_image {
  margin-bottom: 20px;
  position: relative; 
}
#ImageLarge .product_image > a { 
  position: absolute !important; 
  bottom: 15px; 
  right: 15px; 
  z-index: 9999; 
}
#ImageLarge img.unzoomed { 
  width: auto; 
  height: auto; 
  max-width: 100%; 
  max-height: 100%; 
  margin: auto; 
  display: block; 
}
.purchase { 
  margin-top: 20px;    
}
.select { 
  overflow: hidden; 
  clear: both;  
}
.select label { 
  display: inline-block; 
  font-size: 9 px; 
  float: left; 
  width: 80px; 
  height: 24px; 
  line-height: 24px; 
  vertical-align: middle; 
}
.select .selector-wrapper {  
  margin-bottom: 15px; 
}
.select .quantity, 
#Cart .quantity { 
  border: 0; 
  border: 1px solid #d7d7d7; 
  background: #ffffff;
  color: #000000; 
  text-align: center; 
  height: 22px; 
  line-height: 22px; 
  padding: 0; 
  margin: 0; 
  font-size: 13px; 
  border-radius: 0;
  min-width: 30px; 
  -webkit-appearance: none;
}
select { 
  border: 1px solid #d7d7d7; 
  background: #ffffff url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/arrow_dropdown.png?12557332688698022037) 97% center no-repeat;
  color: #000000; 
  font-size: 13px; 
  padding: 0 25px 0 5px;
  height: 24px; 
  line-height: 24px; 
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  box-sizing: border-box; 
  display: block;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.price_outer { 
  padding-top: 20px;
  
}
.breadcrumb_nav { 
  font-size: 11px; 
  text-transform: uppercase; 
  font-weight: normal; 
  padding-bottom: 15px; 
}

/* Social Media */ 

.at_PinItButton { 
  border-width: 0px !important; 
}
.social { 
  float: left; 
  margin: 0 2px 0 0;    
  position: relative; 
}
.social span { 
  position: absolute; 
  opacity: 0 !important; 
  width: auto !important; 
  min-width: 40px; 
}
.social span:hover { 
  opacity: 0 !important;    
  filter: alpha(opacity=0) !important;   
}
.no-rgba .social span, 
.social_twitter iframe { 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);   
  opacity: 0; 
}
.social_twitter img { 
  display: none;    
}
.social span, 
.social a i { 
  color: #111111;
  font-style: normal; 
  padding: 0 3px; 
}
.social a { 
  color: #111111; 
}

/* Tags and such */ 

.addthis_toolbox, 
.show_tags { 
  font-size: 11px; 
  text-transform: uppercase; 
  font-weight: normal; 
  margin-bottom: 15px; 
  line-height: 1.4; 
}
.show_tags span { 
  color: #111111; 
  font-size: 11px; 
}

/* PAGINATION ******************************************************************************/ 

.paginate_left, 
.paginate_right, 
.paginate_center { 
  margin-bottom: 20px; 
  font-size: 11px; 
  text-transform: uppercase; 
}
.paginate_center { 
  text-align: center;    
}
.paginate_left { 
  float: left;    
}
.paginate_right { 
  float: right;    
}
.paginate_right span { 
  float: left;    
  margin-left: 10px; 
}
.paginate_center span { 
  margin-left: 10px;    
}
.paginate_right span.current, 
.paginate_center span.current { 
  font-weight: bold;     
}
.paginate_right a, 
.paginate_center a { 
  color: #111111;    
}

/* PAGE / SEARCH TEMPLATE ******************************************************************/ 

#RecommendedProducts, 
#Cart, 
#PageMain { 
  padding: 0 0 30px; 
}
#PageMain { 
  line-height: 1.5; 
  overflow: hidden;
}
#PageMain img { 
  max-width: 100%;
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
}
#PageMain p { 
  font-size: 12px;    
}
#PageMain .container_one_fourth { 
  font-size: 11px;    
}
#PageMain .container_one_fourth h3 { 
  text-align: left;
}
#PageMain label { 
  margin-bottom: 10px;  
}
#PageMain input[type="text"], 
#PageMain input[type="password"], 
#PageMain input[type="email"], 
#PageMain textarea, 
#Cart textarea, 
#Collections .search input[type="text"] { 
  width: 100%;
  padding: 8px 0 8px 5px; 
  font-family: /*, */Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  max-width: 400px; 
  border-radius: 0; 
  border: 1px solid #d7d7d7; 
  background: #ffffff;
  color: #000000; 
}
#PageMain textarea { 
  height: 200px; 
  overflow: hidden; 
  resize: none; 
}
#PageMain ul, 
#PageMain ol { 
  margin: 0 0 12px 15px;    
}
#PageMain ul li, 
#PageMain ol li { 
  line-height: 1.5; 
}
.article #PageMain h4 { 
  margin-bottom: 20px;    
}
span.separator, 
span.mobile_separator { 
  opacity: 0.5;
  margin: 0 3px; 
}
span.mobile_separator { 
  display: none;         
}
#Collections .search_submit, 
#PageMain .search_submit { 
  font-family: 'SSStandard';    
  border: 0; 
  background: transparent; 
  cursor: pointer; 
  margin: 0 0 0 5px; 
  padding: 2px; 
  position: relative; 
  top: 4px; 
  font-size: 16px; 
  color: #111111;
  cursor: pointer; 
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  line-height: 2; 
}
#Collections .search_submit:hover, 
#Collections.page_search a:hover, 
#PageMain .search_submit:hover { 
  color: #111111; 
}
#Collections.page_search a { 
  display: inline; 
  color: #111111; 
  -webkit-transition: none;
  -moz-transition: none; 
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
form.search { 
  max-width: 500px;
}

div.static {
  position: static;
}

/* BLOG/ARTICLE TEMPLATES *******************************************************************/

.blog #SectionMenu .ss-icon { 
  float: right; 
  margin-left: 20px; 
  font-size: 10px; 
}
.blog_page { 
  overflow: hidden; 
  margin-bottom: 20px;    
}
.article .blog_meta_outer { 
  margin-top: 20px; 
  overflow: hidden; 
}
.article .blog_meta_outer .addthis_toolbox { 
  margin-bottom: 0; 
}
.article .blog_meta_outer .blog_social { 
  float: left;    
  padding-top: 5px; 
  opacity: 0.9; 
}
.article .blog_meta_outer p.meta { 
  float: right;    
}
#PageMain p.meta { 
  font-size: 10px;    
  opacity: 0.9; 
  text-align: right; 
  margin-bottom: 0; 
  padding-top: 5px; 
}
#PageMain p.meta_top { 
  font-size: 10px;   
  opacity: 0.9; 
}
#PageMain .blog_buttons { 
  float: left;    
  font-size: 10px;    
  opacity: 0.9; 
  margin-bottom: 10px; 
}
#PageMain .page_sidebar h4 { 
  margin-bottom: 12px;    
}
#PageMain .page_sidebar ul { 
  margin-bottom: 30px;    
}

/* NEW BLOG CAROSUEL */
.latest_post {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
#artical-carousel p {
  text-align: center;
}
#artical-carousel img {
  max-height: 150px;
  max-width: 225px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 0;
  width: 14px !important;
  height: 26px !important;
  background: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/arrow-left.png?12557332688698022037) no-repeat !important;
  background-size: 100% !important;
  float: left;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 0;
  width: 14px !important;
  height: 26px !important;
  background: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/arrow-right.png?12557332688698022037) no-repeat !important;
  background-size: 100% !important;
  float: right;
}

@media only screen and (max-width: 480px) {
  .latest_post { width: 100%; }
  header, .on-home, .video-section{
    display: none !important;
  }

}

/* JOURNAL BLOG */
.journal_post {
  display: inline-block;
  width: 45%;
  margin: 0 2%;
}
.journal_post p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .journal_post { width: 100%; margin: 0; }
}

/* CONTACT TEMPLATE/BLOG COMMENTS ***********************************************************/

.contact_field { 
  width: 100%;    
  margin-bottom: 5px; 
}
#PageMain .contact-form textarea { 
  width: 100%; 
  max-width: 100%; 
}
#PageMain .contact-form label, 
#PageMain .comment-form label { 
  font-size: 11px;  
  padding-bottom: 5px; 
  display: inline-block; 
  width: 150px; 
}
#PageMain span.red { 
  color: #990000;    
}
#PageMain .comment { 
  margin-bottom: 20px; 
  padding-bottom: 15px; 
  border-bottom: 1px dotted #e8e8e8; 
}

/* CART TEMPLATE ****************************************************************************/ 

#Cart .update_cart { 
  display: inline-block; 
  padding: 0 15px; 
  height: 24px; 
  line-height: 24px; 
}
#Cart #CartTable { 
  width: 100%;
  border: 0; 
  margin: 0; 
}
#Cart #CartTable .top_row th { 
  padding-top: 12px; 
}
#Cart #CartTable th, 
#Cart #CartTable td { 
  vertical-align: middle;
  padding: 10px;
  text-align: center;   
  border: 0; 
  background: transparent; 
  color: #111111; 
}
#Cart img.cart_img { 
  display: none; 
  margin: 15px 15px 15px 0; 
  vertical-align: middle; 
}
#Cart #CartTable td.left { 
  text-align: left;  
}
#Cart .remove_from_cart { 
  font-size: 11px;    
}
#Cart #CheckoutNote { 
  width: 48%; 
  float: left; 
}
#Cart #CheckoutNote textarea { 
  width: 100%; 
  height: 200px; 
  resize: none; 
  overflow: hidden; 
  margin: 20px 0; 
}
#Cart #CheckoutProceed { 
  width: 48%; 
  float: right; 
  text-align: right; 
}
#Cart .cart_info_container h3 span { 
  color: #111111; 
}
#Cart .cart_info_container > h3 { 
  text-align: right; 
  margin: 20px 0 40px; 
  padding-top: 20px; 
  border-top: 1px solid #e8e8e8; 
}
#Cart #AdditionalCheckout { 
  padding-top: 30px;
}
#Cart #AdditionalCheckout input[name="goto_pp"] { 
  /*background: #e8e8e8;
  -moz-border-radius: 4px; 
  border-radius: 4px; 
  clear: both; 
  margin-top: 10px; 
  padding: 10px 10px 7px; 
  display: inline-block; */
  display: inline-block; 
  width: 51px; 
  height: 32px; 
  background: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/payment.png?12557332688698022037) transparent no-repeat -306px 0; 
  vertical-align: middle; 
  margin-left: 5px; 

}

/* COLLECTION LISTING **********************************************************************/ 

.collection_list { 
  list-style: none;  
}
.collection_list li { 
  width: 97.66%; 
  overflow: hidden;    
  margin: 0 0 15px; 
  padding: 0 0 15px; 
  border-bottom:0px dotted #e8e8e8; 
  background: transparent; 
}
.collection_list li .dummy { 
  padding-top: 0; 
}
.collection_list li > a { 
  position: relative; 
  display: block; 
  max-height: 100px; 
  overflow: hidden; 
}
.collection_list li:last-child { 
  border-bottom: 0;     
}
.collection_list li .img_outer { 
  width: 100px; 
  height: 100px; 
  display: block; 
  float: left; 
  margin: 0 15px 0 0; 
  overflow: hidden; 
}
.collection_list li .img_outer img { 
  display: block; 
  max-width: 100px; 
  max-height: 100px;
}
.collection_list li .details_outer { 
  float: left; 
  position: relative; 
  display: block !important; 
  width: auto; 
  height: auto; 
  text-align: left; 
  background: transparent; 
}
.collection_list li .table_cell { 
  width: 100%; 
  min-width: 150px; 
  height: 100px; 
  padding: 0; 
}
.collection_list li .table_cell span { 
  color: #111111;     
  font-size: 14px; 
}
.collection_list li .table_cell:hover span { 
  color: #111111;    
}

/* ACCOUNT PAGES ***************************************************************************/ 

#PageMain.account label { 
  display: inline-block; 
  width: 180px;    
  margin-right: 20px; 
  font-size: 13px; 
}
#PageMain.account input[type="password"], 
#PageMain.account input[type="email"], 
#PageMain.account input[type="text"] { 
  margin-bottom: 20px;    
}
#PageMain.account div.errors { 
  margin-bottom: 20px; 
  color: #edb6ad; 
}
#PageMain.account .action_add { 
  margin-bottom: 20px; 
}
#PageMain.account select { 
  margin-bottom: 10px;    
}
#PageMain.account .address { 
  margin-bottom: 15px;    
}
#PageMain.account .address p { 
  margin: 0;    
}
#PageMain.account span.note { 
  font-weight: bold;    
}
#PageMain.account #order_address.group { 
  overflow: hidden; 
  margin-bottom: 20px; 
}
#PageMain.account #order_address.group #order_payment, 
#PageMain.account #order_address.group #order_shipping { 
  width: 45%; 
  margin-right: 5%; 
  float: left; 
}
#PageMain.account .customer_address h6 { 
  display: inline; 
  padding-right: 10px; 
}
#PageMain.account .customer_address p.address_actions { 
  display: inline; 
}
#PageMain.account .customer_address .view_address { 
  padding: 5px 0;  
}
#PageMain.account .address_table { 
  margin-bottom: 20px;  
}

/* ZOOM ***********************************************************************************/ 

.zoom { 
  position: relative; 
  display: block; 
  background: transparent; 
  text-align: center; 
}
.no-touch #ImageLarge .zoom:hover img.unzoomed { 
  visibility: hidden; 
}

/* FLEXSLIDER *****************************************************************************/ 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.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: none; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/* FOOTER *********************************************************************************/

#Footer { 
  font-size: 9px;
  position: relative; 
  clear: both; 
  padding: 70px 0; 
  font-size: 11px; 
  text-transform: uppercase; 
}

#Footer .credits {
  font-size: 9px;  
}
#Footer .footer_nav a { 
  margin-right: 15px;   
}
#Footer .container > div { 
  padding-top: 0px;    
}

.mobile_footer_links{
  display:none;
}

.payment span { 
  display: inline-block; 
  width: 51px; 
  height: 32px; 
  text-indent: -9999px; 
  background: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/payment.png?12557332688698022037) transparent; 
}
.payment .pay-amex { 
  background-position: 0 0; 
}
.payment .pay-cirrus { 
  background-position: -51px 0; 
}
.payment .pay-discover { 
  background-position: -102px 0; 
}
.payment .pay-google { 
  background-position: -153px 0; 
}
.payment .pay-maestro { 
  background-position: -204px 0; 
}
.payment .pay-mastercard { 
  background-position: -255px 0; 
}
.payment .pay-paypal { 
  background-position: -306px 0; 
}
.payment .pay-visa { 
  background-position: -357px 0; 
}
#mc_embed_signup { 
  position: relative;  
}
#mc_embed_signup #mce-EMAIL { 
  height: 14px; 
  line-height: 14px; 
  vertical-align: middle; 
  padding: 8px 5px; 
  font-family: /*,*/ Helvetica, Arial, sans-serif;
  margin: 0 5px 0 10px;
  width: 180px; 
  border-radius: 0; 
  border: 1px solid #d7d7d7; 
  background: #ffffff;
  color: #000000; 
  font-size: 11px; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box; 
}
#mc_embed_signup .mc-field-group { 
  display: inline-block; 
  position: relative;  
  line-height: 32px; 
}
#mc_embed_signup #mc-embedded-subscribe { 
  width: 32px; 
  height: 32px; 
  line-height: 28px; 
  border: 0; 
  padding: 0; 
  margin: 0; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box; 
}
#mc_embed_signup input.mce_inline_error {

} 
#mc_embed_signup div.mce_inline_error { 
  padding: 0; 
  color: #edb6ad; 
  font-weight: bold; 
  z-index: 1; 
  position: absolute; 
  top: 37px; 
  left: 10px; 
  text-transform: none; 
}
#mce-responses > div { 
  text-transform: none; 
  border: 1px solid #e8e8e8; 
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.05); 
  box-shadow: 0 0 12px rgba(0,0,0,0.05); 
  border: 1px solid #d7d7d7; 
  background: #ffffff;
  color: #000000; 
  position: absolute; 
  top: 0; 
  left: 0; 
  padding: 12px; 
  font-size: 11px; 
  line-height: 1.4; 
  /*max-width: 100%; */
  width: 100%; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
}



/* SELECTBOX ******************************************************************************/ 

/* fonts */ 

.selectBox-dropdown, 
.selectBox-options li a { 
  font-size: 12px;    
}
.selectBox-dropdown:hover, 
.selectBox-options li a:hover { 
  color: #111111; 
}
/* Dropdown control */
.selectBox-dropdown {
  min-width: 150px;
  position: relative;
  text-decoration: none;
  text-align: left;
  outline: none;
  vertical-align: middle;
  display: inline-block;
  cursor: default;
  height: 22px; 
  line-height: 22px; 
  border: 1px solid #d7d7d7; 
  background: #ffffff;
  color: #000000; 
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #d7d7d7;
}
.selectBox-dropdown.selectBox-menuShowing {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
  padding: 0 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/arrow_dropdown.png?12557332688698022037) 50% center no-repeat;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  
  background: #FFF;
  border: solid 1px #d7d7d7; /* should be the same border width as .selectBox-dropdown */
  
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  overflow: auto;
}
/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  
  border: solid 1px #d7d7d7;
  background: #FFF;
  
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #d7d7d7;
}
select.selectbox{
  font-family: 'DIN Next W01 regular'!important;   
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
  
  background-color: #EEE;
  
}
.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  
  background-color: #EEE;
  
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

/* STICKY FOOTER **************************************************************************/ 

#Wrapper {
  width: 100%;
  height:100%;
  position: absolute;

}

.not-home #WrapInner{
  margin-bottom: -45px !important;
  min-height: 100%;

}

#WrapInner {
  overflow: hidden;
  padding: 0 3% 160px;
  padding-bottom: 0px !important;
  margin: 0 auto; 
  width: 94%; 
  max-width: 1100px; 
}  

/* OPERA FIX */

body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;
}

/* RESPONSIVE STUFF ************************************************************************/ 

.container { 
  width: 94%;
  max-width: 1100px;
  padding: 0 3%;
  margin: 0 auto;
}
#ContentOuter { 
  padding-top: 20px; 
  width: 75.9%; 
  max-width: 835px; 
  float: right; 
  margin-bottom: 120px;
}
.col { 
  display: block; 
  width: 100%; 
  max-width: 835px; 
  list-style: none;    
  -ms-text-justify: distribute;    
  text-align: justify; 
  line-height: 0; 
}
.col li { 
  display: inline-block; 
  position: relative;    
  zoom: 1; 
}
.col li.gap { 
  padding: 0 !important;    
  margin: 0; 
  border: 0; 
}
.col li.break { 
  padding: 0 !important; 
  margin: 0; 
  width: 100%; 
  border: 0; 
}
.col li img {  
  width: 100%; 
}
.halves li { 
  width: 48%; 
  margin: 0 0 4% 0; 
  /*padding-top: 48%; */
}
.thirds li { 
  width: 30%; 
  margin: 0 0 5% 0; 
  padding-top: 30%
}
.fourths li { 
  width: 22%; 
  margin: 0 0 4% 0; 
  padding-top: 22%; 
}
.content_column { 
  width: 65.86%; 
  max-width: 550px; 
  float: left; 
  position: relative; 
  z-index: 21; 
}
.content_wrap { 
  margin-left: 2.3%;    
}
.content_side_outer { 
  position: relative; 
  z-index: 20; 
  width: 29.94%; 
  max-width: 250px; 
  float: right; 
}
.content_side_outer .container { 
  width: 100%; 
  padding: 0; 
}





/* RESPONSIVE - tablet/mobile devices */ 
@media screen and (max-width: 1024px) { 
  #Wrapper { 
    min-height: auto; 
    position: absolute;
  }
  #WrapInner { 
    padding-bottom: 40px; 
  }
  #Footer #mc_embed_signup { 
    padding-bottom: 40px;    
  }
  .article .blog_meta_outer .blog_social { 
    float: none;    
  }
  .article #PageMain .blog_meta_outer p.meta { 
    float: none;    
    clear: both; 
    text-align: left; 
  }



  #PageMain.account .customer_address p.address_actions { 
    display: block; 
  }
  #Footer { 
    margin-top: 0;    
    height: auto;
  }
  #Footer .container > div { 
    float: none; 
    clear: both; 
  }
  #Footer .footer_nav {   
    border-top: 1px solid #e8e8e8;  
    padding-top: 10px; 
    margin-bottom: 10px; 
  }
  .collection #Footer .footer_nav { 
    border-top: 0;    
  }
  #Footer .footer_nav a { 
    padding: 10px 0; 
  }
}






@media screen and (max-width: 481px) { 

  #Footer .footer_nav a { 
    display: block; 
    font-size: 13px; 
  }
  #Footer .floatright { 
    line-height: 1.5;      
    float: none; 
    clear: both; 
  }
  #Footer .credits span { 
    display: block; 
  }
  #Footer .payment span { 
    margin-bottom: 3px;     
  }
  .touch body { 
    background: #ffffff; 
  }
  h1 { 
    font-size: 15px;     
  }
  h2 { 
    font-size: 15px;      
  }
  h3 { 
    font-size: 15px;      
  }
  h4 { 
    font-size: 16px;       
  }

  #Wrapper { 


  }
  .container, 
  #WrapInner { 
    width: 88%; 
    margin: 0px auto !important;
  }
  #WrapInner { 
    overflow: scroll;    
  }

  #LeftMenu, 
  #Header { 
    margin: 0px auto !important;
    padding:0px !important;
    position: relative;    
  }
  #Header, 
  #Header.scrolled { 
    -moz-box-shadow: none; 
    box-shadow: none; 
    background: transparent; 
  }
  #Header .container { 
    text-align: center;  
    padding:0px !important;
  }
  #Header #Logo img {
    display: block; 
    width: 100px;
    margin: 0px auto;
    padding:0px !important;
    margin:0 !important;

  }
  #Header .table_outer, 
  #Header .cart_search_links { 
    display: block;    
  }



  #MainNavOuter {

    display: none;  
    text-align: center; 
    border-bottom: 0px solid #e8e8e8; 
    border-top:0px solid #e8e8e8; 
    margin-bottom: 15px; 
    margin-top: 0 !important; 
  }
  .touch #MainNavOuter { 
    margin-top: 0;  
  }
  .index #MainNavOuter { 
    display: block;    
    margin-left: 0; 
  }
  .index .flex-control-paging { 
    display: none;     
  }


  #MainNav li > ul { 
    display: block !important;

  }

  #Header { 
    width: 100%; 
    padding: 0px 0 !important; 
    text-align: center; 
    height: auto; 
  }
  #Header .welcome_customer { 
    display: none;    
  }
  #Header #CartAddNotification { 
    display: none !important;     
  }
  #Header .cart_outer { 
    padding: 0;     
  }
  #Header #SiteSearch { 
    margin: 0; 
    padding: 0 0 20px; 
    display: block; 
    clear: both; 
  }
  #Header #SiteSearch .search_query { 
    display:none; 
  }
  #Header .search_submit { 
    display: none;     
  }
  #Header .submit { 
    display: inline-block;     
  }
  #Header .mobile_menu { 
    display: inline; 
    margin-left: 0px; 
  }
  #Header h1 { 

  }
  #Header .cart_search_links { 
    padding-top: 0 !important; 
  }
  #Header #Logo { 
    width:100px;
    padding-bottom: 20px; 
    margin:0 auto;

  }
  #Header .ss-search, 
  #Header .ss-cart, 
  #Header .ss-delete, 
  #Header .ss-rows, 
  #CartButton { 
    font-size: 16px; 
  }
  span.separator, 
  span.mobile_separator { 
    margin: 0 1px;   
    display: none; 
  }

  #ContentOuter { 
    margin-top: 0 !important; 
    width: 100%; 
    max-width: 100%; 
    padding-top: 10px; 
  }
  .halves li, 
  .thirds li, 
  .fourths li { 
    width: 97.66%; 
  }
  .col li { 
    overflow: hidden;    
    margin-bottom: 15px; 
    padding-bottom: 15px; 
    border-bottom: 0px dotted #e8e8e8; 
    background: transparent; 
    padding-top: 0; 
  }
  .col li > a { 
    position: relative;     
  }
  .col li .img_outer, .collection_list li .img_outer { 
    width: 100% !important; 
    min-height: 0;
    max-height:200px;
    display: inline-block; 
    background: transparent; 
    float: left; 
    margin-right: 15px; 
  }
  .collection_list li.last-in-row {
    padding:0;
    margin:0;
  }
  .img_outer .table_cell img { 
    width: 100px; 
  }
  .collection_list li .img_outer .table_cell img { 
    display: block; 
    max-width: 100px; 
    max-height:100px;
    width:auto;
  }
  .col li .img_outer .sale_marker { 
    display: none; 
  }
  .col li .details_outer { 
    display: inline !important; 
    width: auto; 
    text-align: left; 
    background: transparent; 
    height: 100%; 
    opacity: 1 !important; 
    position: relative; 
  }
  .col li .details_inner { 
    display: block; 
    line-height: 1.4; 
  }
  .col li .table_cell { 
    width: auto; 
    height: auto; 
    padding: 0; 
    display: block;
    text-align: center;
  }
  .col li .table_cell span { 
    color: #111111;     
    font-size: 14px; 
  }
  .col li .table_cell:hover span { 
    color: #111111;    
  }
  .content_side_outer { 
    width: 100%; 
    max-width: 100%; 
    padding: 20px 0 0; 
  }
  .content_column { 
    float: none; 
    max-width: 100%; 
    width: 100%; 
    margin-bottom: 20px; 
  }
  .collection_top { 
    margin: 0 !important;  
  }
  .breadcrumb_nav { 
    display: none;     
  }
  #Collections span.filter_label { 
    float: none;    
    display: block; 
    font-size: 12px; 
    cursor: pointer; 
    color: #111111; 
  }
  #Collections span.filter_label:after { 
    content: ''; 
  }
  #Collections ul.filter_by_tag { 
    display: none;
  }
  #Collections ul.filter_by_tag li { 
    float: none;
    display: block; 
  }
  #Collections ul.filter_by_tag li a { 
    display: inline-block;    
    font-size: 12px; 
    margin: 2px 0; 
  }

  #supersized { 
    z-index: -1;      
  }
  #Cart #CheckoutNote textarea { 
    max-width: 100%; 
  }
  #Cart #CheckoutNote, 
  #Cart #CheckoutProceed { 
    width: 100%; 
    float: none; 
    text-align: left; 
  }
  #Cart .cart_info_container > h3 { 
    text-align: center;  
  }
  #Cart .cart_img_main { 
    display: none; 
  }
  #Cart img.cart_img { 
    display: block; 
    max-width: 50px;     
    float: left; 
    margin: 0 10px 10px 0; 
  }
  #Cart .cart_remove, 
  #Cart .cart_total { 
    display: none; 
  }
  #Cart #CheckoutProceed { 
    text-align: center;    
  }
  #Cart #CheckoutProceed .btn { 
    width: 100%;    
  }
  #Cart #AdditionalCheckout { 
    text-align: center; 
  }
  #Cart #AdditionalCheckout .additional_checkout { 
    text-align: center; 
  }
  #Collections .search input[type="text"] { 
    width: 85%; 
  }
  #Footer #mc_embed_signup { 
    padding-bottom: 40px;    
  }
  .article .blog_meta_outer .blog_social { 
    float: none;    
  }
  .article #PageMain .blog_meta_outer p.meta { 
    float: none;    
    clear: both; 
    text-align: left; 
  }
  #PageMain.account .customer_address p.address_actions { 
    display: block; 
  }


  #MobileProductMain { 
    margin: 0px auto !important;
    display: inline;
    visibility: visible;
    margin-bottom: 30px;
    overflow: hidden; 
  }

  #ProductMain { 
    display: none;
    visibility: hidden;
  }

}









/* RESPONSIVE - 480px and below */ 

@media screen and (max-width: 480px) { 




  .mobile_footer_links{
    display:inline;
    padding-right:10px;


  }



  #Wrapper { 
    min-height: auto;
    position: absolute;  
  }
  .container, 
  #WrapInner { 
    width: 88%;
    height:auto;
    padding: 0 6%; 
    float: none;
  }

  #WrapInner { 
    height:auto;
    overflow: auto; 
    padding: 0 3% 0px;
  }

  .not-home #WrapInner{
    margin-bottom: 0 !important
  }

  #LeftMenu, 
  #Header { 
    margin: 0px auto;

  }

  #Header, 
  #Header.scrolled { 
    -moz-box-shadow: none; 
    box-shadow: none; 
    background: transparent; 
  }

  #Header .container { 
    text-align: center;     
  }
  #Header #Logo img { 
    margin: 0px auto !important;
    display: inline;

  }
  #Header .table_outer, 
  #Header .cart_search_links { 
    display: block;    
  }

  #Header .container { 
    margin: 0px auto !important;
    width: 100%; 
    z-index: 999; 
    text-align: none; 

  }

  #header_nav { 
    display:none;
  }



  #LeftMenu { 

    text-align: center;    
    width: 100%; 
    margin: 0px auto;  
  }

  #MainNavOuter {

    display: block;  

  }
  .touch #MainNavOuter { 
    margin-top: 0; 
    display: block; 

  }
  .index #MainNavOuter { 
    display: block;    

  }
  .index .flex-control-paging { 
    display: none;     
  }

  #MainNav li {
    text-align: center;
    line-height: 30px;
    padding: 0px; 
    width:100%;

  }

  #MainNav li > ul { 
    display: block !important;

  }

  #Header { 
    width: 88%; 
    padding: 10px 0 !important; 
    text-align: center !important; 
    height: auto; 
  }
  #Header .welcome_customer { 
    display: none;    
  }
  #Header #CartAddNotification { 
    display: none !important;     
  }
  #Header .cart_outer { 
    padding: 0;     
  }
  #Header #SiteSearch { 
    display: none;  
  }
  #Header #SiteSearch .search_query { 
    display:none;    
  }
  #Header .search_submit { 
    display: none;     
  }
  #Header .submit { 
    display: inline-block;     
  }

  #Header .mobile_menu { 
    display: inline; 
    margin-left: 0px !important;
    margin-right: 0px !important;
    
  }
  #Header h1 { 
    float: none;  
  }
  #Header .cart_search_links { 
    padding-top: 0 !important; 
  }
  #Header #Logo { 
    float: none; 
    padding-bottom: 20px; 
    vertical-align: baseline;
  }

  #Header .ss-search, 
  #Header .ss-cart, 
  #Header .ss-delete, 
  #Header .ss-rows, 
  #CartButton { 
    font-size: 16px; 
  }
  span.separator, 
  span.mobile_separator { 
    margin: 0 1px;   
    display: inline; 
  }
  #ContentOuter { 
    margin-top: 0 !important; 
    width: 100%; 
    max-width: 100%; 
    padding-top: 10px; 
  }  
  .col li .img_outer { 
    width: 100% !important; 
    margin-right: 10px; 
  }
  .img_outer .table_cell img { 
    width: 80px; 
  }
  .collection_list li .img_outer .table_cell img { 
    max-width: 80px; 
    width:auto;
  }
  .col li .details_outer { 
    min-height: 20px; 
  }
  .col li .table_cell span {   
    font-size: 12px; 
  }
  #mc_embed_signup #mce-EMAIL { 
    margin: 0 10px 0 0;     
  }
  #mc_embed_signup .mc-field-group { 
    margin: 10px 0 0 0;    
    display: block; 
  }









  .slideshow_1 {
    background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_1_mobile.jpg?12557332688698022037);
    background-position: center center; 
    background-size: cover;
  }
  .slideshow_2 {
    background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_2_mobile.jpg?12557332688698022037);
    background-position: center center; 
    background-size: cover;
  }
  .slideshow_3 {
    background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_3_mobile.jpg?12557332688698022037);
    background-position: center center; 
    background-size: cover;
  }
  .slideshow_4 {
    background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_4_mobile.jpg?12557332688698022037);
    background-position: center center; 
    background-size: cover;
  }
  .slideshow_5 {
    background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_5_mobile.jpg?12557332688698022037);
    background-position: center center; 
    background-size: cover;
  }
  .slideshow_6 {
    background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_6_mobile.jpg?12557332688698022037);
    background-position: center center; 
    background-size: cover;
  }
   .slideshow_7 {
    background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_7_mobile.jpg?12557332688698022037);
    background-position: center center; 
    background-size: cover;
  }
   .slideshow_8 {
    background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/slideshow_8_mobile.jpg?12557332688698022037);
    background-position: center center; 
    background-size: cover;
  }









}









/* FADE-IN **********************************************************************/ 

#MainNavOuter, 
#ContentOuter, 
.collection_top, 
#Footer { 
  opacity: 0;  
}

/* ALL BUTTON THINGS ************************************************************/

.btn, 
#add, 
.add, 
#PageMain button[type="submit"], 
#PageMain input[type="submit"], 
#CartAddNotification .view_cart_button, 
#mc-embedded-subscribe { 
  -webkit-font-smoothing: subpixel-antialiased; 
  cursor: pointer; 
  font-family: 'DIN Next W01 Regular' !important;
  border: 0; 
  display: inline-block; 
  height: 36px; 
  line-height: 36px; 
  vertical-align: middle; 
  padding: 0 16px; 
  text-align: center;
  background: #000000; 
  color: #ffffff; 
  border: #111111;
border-style: solid;
border-width: 1px;
  -webkit-transition-property:background-color, opacity, color;  
  -webkit-transition-duration: 0.2s, 0.2s;  
  -webkit-transition-timing-function: ease-in-out, ease-in-out;  
  -moz-transition-property:background-color, opacity, color;  
  -moz-transition-duration: 0.2s, 0.2s;  
  -moz-transition-timing-function: ease-in-out, ease-in-out;  
  -o-transition-property:background-color, opacity, color;  
  -o-transition-duration: 0.2s, 0.2s;  
  -o-transition-timing-function: ease-in-out, ease-in-out;  
  -ms-transition-property:background-color, opacity, color;  
  -ms-transition-duration: 0.2s, 0.2s;  
  -ms-transition-timing-function: ease-in-out, ease-in-out;  
  transition-property:background-color, opacity, color;  
  transition-duration: 0.2s, 0.2s;  
  transition-timing-function: ease-in-out, ease-in-out;  
  
  border-radius: 0; 
  
  text-transform: none; 
  font-size: 14px;
  /* undo iPad styling */ 
  -webkit-appearance: none;  
}
.btn:hover, 
#add:hover, 
.add:hover, 
#PageMain button[type="submit"]:hover,  
#PageMain input[type="submit"]:hover, 
#CartAddNotification .view_cart_button:hover, 
#mc-embedded-subscribe:hover { 
  background: #474747; 
  color: #ffffff;    
}
#add.disabled, 
.add.disabled, 
#add.disabled:hover, 
.add.disabled:hover { 
  opacity: 0.25;  
  background: #000000;
  color: #ffffff; 
  cursor: default;
}
#CartAddNotification .view_cart_button { 
  margin-top: 15px; 
  display: block; 
  text-decoration: none;
}

/* mobile devices (including iPad): no position fixed! */ 

.touch #Header { 
  
}
.touch #Header .container { 
  
}

/* UNresponsive (IE7 and IE8) */ 

.no-rgba { 
  overflow-x: hidden;    
}
.no-rgba #Header .container { 
  width: 1100px; 
}
.no-rgba #LeftMenu { 
  width: 265px; 
}
.no-rgba #PageMain input[type="text"], 
.no-rgba #PageMain input[type="password"], 
.no-rgba #PageMain input[type="email"], 
.no-rgba #PageMain textarea, 
.no-rgba #Cart textarea, 
.no-rgba #Collections .search input[type="text"] { 
  width: 400px; 
}
.no-rgba form.search { 
  width: 500px;
}
.no-rgba #WrapInner { 
  width: 1100px; 
}
.no-rgba .container { 
  width: auto; 
}
.no-rgba #ContentOuter { 
  width: 835px; 
}
.no-rgba .col { 
  width: 855px; 
  max-width: 855px; 
}
.no-rgba .col li { 
  float: left;  
}
.no-rgba .content_column { 
  width: 550px; 
}
.no-rgba .content_side_outer { 
  width: 250px; 
}
.no-rgba #add.disabled, 
.no-rgba .add.disabled, 
.no-rgba #add.disabled:hover, 
.no-rgba .add.disabled:hover { 
  -ms-filter: "alpha(opacity=25)"; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25); 
}
.no-rgba .halves li { 
  width: 407px; 
  margin: 0 20px 20px 0; 
  padding-top: 407px; 
}
.no-rgba .thirds li { 
  width: 265px; 
  margin: 0 20px 20px 0; 
  padding-top: 265px; 
}
.no-rgba .fourths li { 
  width: 193px; 
  margin: 0 20px 20px 0; 
  padding-top: 193px;  
}
.no-rgba .col li.gap { 
  padding: 0 !important;    
  margin: 0; 
  border: 0; 
}
.no-rgba .col li.break { 
  padding: 0 !important; 
  margin: 0; 
  width: 100%; 
  border: 0; 
}
.no-rgba .index #ContentOuter #controls-wrapper #slide-list li a { 
  background: #ffffff; 
  color: #ffffff; 
}
.no-rgba .index #ContentOuter #controls-wrapper #slide-list li.current-slide a { 
  background: #111111; 
  color: #111111; 
}
.no-rgba #Header .search_query { 
  background: #ffffff; 
  border: 1px solid #e8e8e8; 
}
.no-rgba #mc_embed_signup #mc-embedded-subscribe { 
  position: relative; 
}
.no-rgba #CartAddNotification { 
  border: 1px solid #e8e8e8;    
}
.no-rgba #mce-responses > div { 
  top: 36px; 
  left: 0; 
  background: transparent; 
  border: 0px; 
}

/* IE7 */ 

.ie7 #Header .search_submit, 
.ie7 #Header #SiteSearch, 
.ie7 #Header #CartCustomer, 
.ie7 #PageMain .contact-form label, 
.ie7 #PageMain .comment-form label, 
.ie7 #Cart .update_cart, 
.ie7 .payment span, 
.ie7 .col li, 
.ie7 #Header .submit, 
.ie7 .btn, 
.ie7 #add, 
.ie7 .add, 
.ie7 #PageMain button[type="submit"], 
.ie7 #PageMain input[type="submit"], 
.ie7 #mc_embed_signup .mc-field-group, 
.ie7 .index .flex-control-paging li { 
  display: inline; 
  zoom: 1; 
}
.ie7 #Header .table_cell { 
  width: 50%;    
}
.ie7 .no-rgba .details_inner .table_cell { 
  height: 70%; 
  padding-top: 30%; 
}
.ie7 .payment { 
  clear: right; 
  width: 440px;    
}
.ie7 .payment span { 
  display: block; 
  float: left; 
  margin: 0 0 0 4px; 
}
.ie7 .payment .pay-amex,
.ie7 .payment .pay-cirrus,
.ie7 .payment .pay-discover,
.ie7 .payment .pay-google,
.ie7 .payment .pay-maestro,
.ie7 .payment .pay-mastercard ,
.ie7 .payment .pay-paypal,
.ie7 .payment .pay-visa { 
  background-image: url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/payment.gif?12557332688698022037); 
}
.ie7 select { 
  background: none;
  color: #111111; 
}

/* LOADER */ 

#LoadingOuter { 
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: 9999; 
  width: 100%; 
  height: 100%; 
  text-align: center; 
  
  display: none; 

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#Loading {
  width: 44px;
  height: 8px;
  line-height: 8px; 
  padding: 10px;
  background-color: rgba(0,0,0,0.25);
  -moz-border-radius: 4px; 
  border-radius: 4px; 
  text-align: center;
  position: absolute; 
  top: 50%; 
  left: 50%; 
  margin: -14px 0 0 -32px; 
}
#Loading span{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.8);
  -webkit-animation-name: loading;
  -webkit-animation-duration:1.5s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-function:linear;
  -moz-animation-name: loading;
  -moz-animation-duration:1.5s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-function:linear;
}
#Loading :nth-child(1){
  margin-left: 0;
  -webkit-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
}
#Loading :nth-child(2){
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
#Loading :nth-child(3){
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
}
@-webkit-keyframes loading {
  0%{
    background-color: rgba(255,255,255,0.2);
  }
  50%{
    background-color: rgba(255,255,255,0.8);
  }
  100%{
    background-color: rgba(255,255,255,0.2);
  }
}
@-moz-keyframes loading {
  0%{
    background-color: rgba(255,255,255,0.2);
  }
  50%{
    background-color: rgba(255,255,255,0.8);
  }
  100%{
    background-color: rgba(255,255,255,0.2);
  }
}

.loading #LoadingOuter { 
  display: block;    
}
.ie7 .loading #LoadingOuter, 
.ie8 .loading #LoadingOuter, 
.ie9 .loading #LoadingOuter { 
  display: none;    
}


table, tbody, td, tr{
  border:none !important;
  
}

tr{
  border:none !important;
  
}

tr{
  border-bottom:1px solid #666 !important;
}


a.flex-prev {
  display: block;
  position: absolute;
  width: 10%;
  z-index: 6900;
  top: 0px;
  bottom: 0px;
  left: 0;
  background: url(http://cdn.shopify.com/s/files/1/0250/8090/files/arrow-left.png?3683) no-repeat;
  background-position: center;
  text-indent: -5000px;
}

a.flex-next {
  display: block;
  position: absolute;
  width: 10%;
  z-index: 6900;
  top: 0px;
  bottom: 0px;
  right: 0;
  background: url(http://cdn.shopify.com/s/files/1/0250/8090/files/arrow-right.png?3683) no-repeat;
  background-position: center;
  text-indent: -5000px;
}



#currencies, #countries {
  padding: 0 18px 0 0;
  background: none;
  border: none;
  color: #111111;
  font-family: 'DIN Next W01 regular';   
  text-transform: uppercase; 
  font-size: 9px; 
  color: #000000; 
  margin: -3px 0;
  background: none; /*url(//cdn.shopify.com/s/files/1/0250/8090/t/42/assets/currencies-arrow.png?12557332688698022037) no-repeat right center;*/
  line-height: 11px;
}

#currencies{
  margin-right: 10px !important;
}

.slidesMini{width:100%!important;}
.product_imageMini{width:23%!important; margin:0 1%!important; height: 105px;}


/*** 07/08/2014 *****/

.index #Logo img{max-width:125px !important;}

/*@media only screen and (min-width: 480px) {

  #MainNav{margin-left:11px;}

}
*/

/*** 18/08/2014 SS *****/

.scroll-slide {width:100%;}
.scroll-slide .slides {height:100%;}
.scroll-slide .slides li {height:100%; margin:0;}
.scroll-slide .slides li a {margin-top:0;}
.scroll-slide .slides .home-footer a {display:inline-block; line-height:45px; height:45px; margin-left:15px; margin-top:0 !important; font-size:9px;}
.scroll-slide .slides li.home-footer {height:20px; text-align:right;}

.scroll-slide .slides li.home-footer .clearfix:after {content:no-open-quote;}

@media only screen and (max-width: 480px) {

  .scroll-slide .slides li.home-footer {text-align:center;}
  /*#fullpage {margin-top:-401px;}*/
  #fullpage {margin-top:0px;}

}

@media only screen and (max-width: 480px) {

#ship-selector { 
  display: none; 
}

}

/* Style for our header texts
* --------------------------------------- */
h1{
  font-size: 5em;
  font-family: arial,helvetica;
  color: #fff;
  margin:0;
  padding:0;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
  text-align:center;
  overflow: hidden;
}

#myVideo{
  position: absolute;
  right: 0;
  bottom: 0;
  top:0;
  right:0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover; /*cover video background */
  z-index:3;
}



/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section0 .layer{
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 43%;
}

/*solves problem with overflowing video in Mac with Chrome */
#section0{
  overflow: hidden;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
  color: #fff;
}

/*#fullpage {margin-top:-80px;}
*/#fullpage {margin-top:0px;}


html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow:hidden;

  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
  height: 100%;
  position: relative;

  /* Touch detection for Windows 8 */
  -ms-touch-action: none;

  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index:1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout:fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  z-index:99999;
padding:30px;
}
.fp-controlArrow.fp-prev {
  left: 3%;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent transparent transparent;
  background:url(http://cdn.shopify.com/s/files/1/0250/8090/files/arrow-left.png?3683) no-repeat;
  background-position:left;
}

.fp-controlArrow.fp-next {
  right: 3%;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent;
  background:url(http://cdn.shopify.com/s/files/1/0250/8090/files/arrow-right.png?3683) no-repeat;
  background-position:right;
}

.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav{
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position:relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
  height: auto !important;
}


.arrow-currency {
    position: absolute;
    top: 1px;
    right: 14px;
    font-size: 14px !important;
}
.arrow-country {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 14px !important;
}



* {
  margin: 0;
}
html, body {
  height: 100%;
}
.not-home {
  min-height: 100%;
  margin: 0 auto -45px !important; /* the bottom margin is the negative value of the footer's height */
}

.not-home.home-footer{
  height: auto !important;
}


.fp-slides a, .fp-section a{
  display: block;
  height: 100%;
}


video{
  display: none;
}

.add{
  margin-bottom: 20px;
}

.footer-selector{
  display: none !important;
}

@media screen and (max-width:1329px){
  
}

@media screen and (max-width: 480px){
  .footer-selector{display: inline-block !important;}
  #MainNavOuter {padding-top: 20px;}
  #MainNav li {line-height:21px;}
  
  
}

a#Logo {
    margin-left: -1px;
}

.footer-selector #currencies{margin-right:0px !important;}

.wrap-header{
      position: absolute;
    height: 41px;
    width: 100%;
    max-width: 100% !important;
}

.not-index-logo path {fill:#000000 !important}
#MainNav li a{color:#000000}

.rains-sub li{list-style-type:none;}

.sub-sep {height: 1px;background:#000000;margin: 10px 46%;}
.women-sub {margin: 21px 0;}
.men-sub {margin: 21px 0;}
.bags-accessories-sub{margin: 21px 0;}

/*.footer-container{
  height: 45px;
    position: absolute;
    bottom: -100%;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.home-footer.on-home{
  position: initial !important;
}*/


#countries-footer{
    padding: 0 15px 0 0;
    background: none;
    border: none;
    color: #111111;
    font-family: 'DIN Next W01 regular';
    text-transform: uppercase;
    font-size: 9px;
    color: #000000;
    margin: -3px 0;
    background: none;
    line-height: 11px;

}



/** :( ****/

#MainNav li a{font-size:13px;}

#MainNavOuter .active a {text-decoration:underline;}

body.collection-womens-rainwear .women-sub{display:block !important;}
body.collection-new-arrivals-women .women-sub{display:block !important;}
body.collection-classics .women-sub{display:block !important;}
body.collection-classics-women  .women-sub{display:block !important;}
body.collection-limited-women .women-sub{display:block !important;}
body.collection-jackets-women .women-sub{display:block !important;}
body.collection-coats-women .women-sub{display:block !important;}
body.collection-pants-women .women-sub{display:block !important;}

body.product-womens-rainwear .women-sub{display:block !important;}
body.product-new-arrivals-women .women-sub{display:block !important;}
body.product-classics .women-sub{display:block !important;}
body.product-classics-women  .women-sub{display:block !important;}
body.product-limited-women .women-sub{display:block !important;}
body.product-jackets-women .women-sub{display:block !important;}
body.product-coats-women .women-sub{display:block !important;}
body.product-pants-women .women-sub{display:block !important;}



body.collection-mens-rainwear .men-sub{display:block !important;}
body.collection-new-arrivals-men .men-sub{display:block !important;}
body.collection-classics-men .men-sub{display:block !important;}
body.collection-limited-men .men-sub{display:block !important;}
body.collection-jackets-men .men-sub{display:block !important;}
body.collection-coats-men .men-sub{display:block !important;}
body.collection-pants-men .men-sub{display:block !important;}

body.product-mens-rainwear .men-sub{display:block !important;}
body.product-new-arrivals-men .men-sub{display:block !important;}
body.product-classics-men .men-sub{display:block !important;}
body.product-limited-men .men-sub{display:block !important;}
body.product-jackets-men .men-sub{display:block !important;}
body.product-coats-men .men-sub{display:block !important;}
body.product-pants-men .men-sub{display:block !important;}



body.collection-bags-accessories .bags-accessories-sub{display:block !important;}
body.collection-new-arrivals-bags-accessories .bags-accessories-sub{display:block !important;}
body.collection-limited-bags-accessories .bags-accessories-sub{display:block !important;}
body.collection-bags .bags-accessories-sub{display:block !important;}
body.collection-backpacks .bags-accessories-sub{display:block !important;}
body.collection-accessories .bags-accessories-sub{display:block !important;}

body.product-bags-accessories .bags-accessories-sub{display:block !important;}
body.product-new-arrivals-bags-accessories .bags-accessories-sub{display:block !important;}
body.product-limited-bags-accessories .bags-accessories-sub{display:block !important;}
body.product-bags .bags-accessories-sub{display:block !important;}
body.product-backpacks .bags-accessories-sub{display:block !important;}
body.product-accessories .bags-accessories-sub{display:block !important;}



