/*
Theme Name: MENU V2
Theme URI: http://menu.as
Description: MENU Theme
Version: 2.0
Author: Tokant
Author URI: http://tokant.com
Tags: menu, tokant, black, grey, white, grid
*/

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* Preventing a “Flash of Unstyled Text” (FOUT) */
/* http://fontdeck.com/support/tutorial */
.wf-loading body {
    visibility: hidden;
}

html {
    font-family:"The Wave Light", sans-serif; font-weight:normal; font-style:normal;
    font-size: 8px;
}
html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1.0);
}
a {
    color: rgba(35, 31, 32, 1.0);
    -webkit-transition: color 150ms ease-in-out 50ms, border-color 200ms ease-in-out;
    -moz-transition: color 150ms ease-in-out 50ms, border-color 200ms ease-in-out;
    -o-transition: color 150ms ease-in-out 50ms, border-color 200ms ease-in-out;
    transition: color 150ms ease-in-out 50ms, border-color 200ms ease-in-out;
}
a:hover {
    color: rgba(35, 31, 32, 0.5);
}
h1 {
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
}
h2 {
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
}
h3 {
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
}
h4 {
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
}
h5 {
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
}
h6 {
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
}
p:first-child {
    margin-top: 0;
    padding-top: 0;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
.centeralign {
    text-align: center;
}
.rightalign {
    text-align: right;
}
img.ri {
    width: 100%;
    height: auto;
    display: block;
}
/* Remove blue glow */
a, textarea, input, button {
    outline: none;
}
/* Blink */
@-webkit-keyframes blink {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes blink {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes blink {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.blink {
    -webkit-animation: blink 1s infinite; /* Safari 4+ */
    -moz-animation:    blink 1s infinite; /* Fx 5+ */
    -o-animation:      blink 1s infinite; /* Opera 12+ */
    animation:         blink 1s infinite; /* IE 10+, Fx 29+ */  
}
/* fadein */
@-webkit-keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.fadein {
    -webkit-animation: fadein 100ms; /* Safari 4+ */
    -moz-animation:    fadein 100ms; /* Fx 5+ */
    -o-animation:      fadein 100ms; /* Opera 12+ */
    animation:         fadein 100ms; /* IE 10+, Fx 29+ */  
}
/* Background colour animation */
@-webkit-keyframes pulse {
    0%      { background-color: #fefdee; }
    25%     { background-color: #fde4d3; }
    50%     { background-color: #e2c6bf; }
    75%     { background-color: #d8dfd8; }
    100%    { background-color: #feefe9; }
}
@-moz-keyframes pulse {
    0%      { background-color: #fefdee; }
    25%     { background-color: #fde4d3; }
    50%     { background-color: #e2c6bf; }
    75%     { background-color: #d8dfd8; }
    100%    { background-color: #feefe9; }
}
@-o-keyframes pulse {
    0%      { background-color: #fefdee; }
    25%     { background-color: #fde4d3; }
    50%     { background-color: #e2c6bf; }
    75%     { background-color: #d8dfd8; }
    100%    { background-color: #feefe9; }
}
keyframes pulse {
    0%      { background-color: #fefdee; }
    25%     { background-color: #fde4d3; }
    50%     { background-color: #e2c6bf; }
    75%     { background-color: #d8dfd8; }
    100%    { background-color: #feefe9; }
}
.pulse {
    -webkit-animation: pulse 10s infinite alternate; /* Safari 4+ */
    -moz-animation:    pulse 10s infinite alternate; /* Fx 5+ */
    -o-animation:      pulse 10s infinite alternate; /* Opera 12+ */
    animation:         pulse 10s infinite alternate; /* IE 10+, Fx 29+ */  
}
/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family:"The Wave Light", sans-serif; font-weight:normal; font-style:normal;
}

/* add padding to grid-units */
.pure-g > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-box {
    padding: 0 20px;
}
img.pure-img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

/* Header */
header {
    position: relative;
}
header.stuck {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
header nav {
    position: relative;
    -webkit-transition: opacity 200ms ease-in 100ms, bottom 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -moz-transition: opacity 200ms ease-in 100ms, bottom 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -o-transition: opacity 200ms ease-in 100ms, bottom 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    transition: opacity 200ms ease-in 100ms, bottom 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    opacity: 1;
    background-color: white;
    border-bottom: 1px solid rgba(35, 31, 32, 0.02);
}
header nav a.logo {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 70px;
    height: 81px;
    display: block;
    -webkit-transition: top 200ms ease-in, left 200ms ease-in;
    -moz-transition: top 200ms ease-in, left 200ms ease-in;
    -o-transition: top 200ms ease-in, left 200ms ease-in;
    transition: top 200ms ease-in, left 200ms ease-in;
    display: block;
    z-index: 6;
}
header nav a.logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}
header nav a.logo img.white {
    opacity: 0;
}
header nav a.logo img.black {
    opacity: 1;
}
header.stuck nav a.logo img.white {
    opacity: 0;
}
header.stuck nav a.logo img.black {
    opacity: 1;
}
header nav ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    text-align: right;
}
header nav ul li {
    display: inline-block;
}
header nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 82px;
    font-family:"The Wave Light", sans-serif; font-weight:normal; font-style:normal;
    padding: 15px;
    color: rgba(35, 31, 32, 1.0); 
}
header nav ul li a:hover {
    color: rgba(35, 31, 32, 0.5);
}
header nav ul li.current a {
    color: rgba(35, 31, 32, 0.5);
}
header nav .menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    z-index: 4;
}
header nav .menu-wrapper.show {
    display: block;
}
header nav .menu-wrapper.show ul.menu {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
header nav .menu-wrapper ul.menu {
    position: relative;
    text-align: center;
}
header nav .menu-wrapper.show ul.menu li {
    display: block;
}
header nav .menu-wrapper ul.menu li:first-child,
header nav .menu-wrapper.show ul.menu li:first-child {
    display: none;
}
header nav .menu-wrapper.show ul.menu li a {
    font-size: 30px;
    line-height: 30px;
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
    padding: 15px;
    color: rgba(35, 31, 32, 1.0);
}
header nav ul.burger {
    text-align: right;
    z-index: 5;
}
header nav ul.burger li {
    padding: 45px 0;
}

header nav ul.burger a {
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    width: 26px;
    height: 20px;
}
.menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 2px solid black;
    width: 100%;
    -webkit-transition: 200ms ease-in;
    -moz-transition: 200ms ease-in;
    -ms-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}
.menu-top {
    top: 0;
}
.menu-middle {
    top: 9px;
}
.menu-bottom {
    top: 18px;
}
.menu-top-click {
    backface-visibility: hidden;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 200ms ease-in 50ms;
    -moz-transition: 200ms ease-in 50ms;
    -ms-transition: 200ms ease-in 50ms;
    -o-transition: 200ms ease-in 50ms;
    transition: 200ms ease-in 50ms;
}
.menu-middle-click {
    opacity: 0;
}
.menu-bottom-click {
    backface-visibility: hidden;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 200ms ease-in 50ms;
    -moz-transition: 200ms ease-in 50ms;
    -ms-transition: 200ms ease-in 50ms;
    -o-transition: 200ms ease-in 50ms;
    transition: 200ms ease-in 50ms;
}

/* Slides */
#slides {
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    background-color: rgba(35, 31, 32, 1.0);
    opacity: 1;
}
.slides {
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    opacity: 1;
}
#slides.slidedown,
.slides.slidedown {
    opacity: 0;
}
#slides .slide {
    position: relative;
    background-attachment: scroll;
    background-color: rgba(35, 31, 32, 1.0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*cursor: url(assets/common/arrow-left-right.svg) 20 14, initial;*/
}
.slides .slide {
    height: 200px;
}
.slides .slide img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
#slides .slide .text {
    position: absolute;
    top: 50%;
    right: 40px;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    -webkit-transition: color 300ms ease-in, opacity 200ms ease-in 100ms;
    -moz-transition: color 300ms ease-in, opacity 200ms ease-in 100ms;
    -o-transition: color 300ms ease-in, opacity 200ms ease-in 100ms;
    transition: color 300ms ease-in, opacity 200ms ease-in 100ms;
    font-size: 30px;
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
    text-align: center;
    cursor: ew-resize;
    /*text-shadow: 0px 0px 2px rgba(35, 31, 32, 0.2);*/
}
#slides .slick-prev {
    position: absolute;
    bottom: 60px;
    left: 20px;
    -webkit-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    -moz-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    -o-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    text-decoration: none;
    width: 40px;
    height: 28px;
    background-image: url(assets/common/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}
#slides .slick-next {
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    -moz-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    -o-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    text-decoration: none;
    width: 40px;
    height: 28px;
    background-image: url(assets/common/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}
#slides ul.slick-dots {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    -moz-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    -o-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family:"The Wave Light", sans-serif; font-weight:normal; font-style:normal;
}
.slides ul.slick-dots {
    position: relative;
    -webkit-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    -moz-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    -o-transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    transition: color 200ms ease-in 100ms, opacity 200ms ease-in 100ms;
    text-align: center;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 12px;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
}
#slides ul.slick-dots li,
.slides ul.slick-dots li {
    display: inline-block;
    cursor: pointer;
}
#slides ul.slick-dots li a,
.slides ul.slick-dots li a {
    display: block;
    margin: 0 5px;
    color: white;
    -webkit-transition: color 200ms ease-in 100ms, border-bottom 500ms ease-in;
    -moz-transition: color 200ms ease-in 100ms, border-bottom 500ms ease-in;
    -o-transition: color 200ms ease-in 100ms, border-bottom 500ms ease-in;
    transition: color 200ms ease-in 100ms, border-bottom 500ms ease-in;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
#slides ul.slick-dots li a.dark,
.slides ul.slick-dots li a.dark {
    color: rgba(35, 31, 32, 1.0);
}
#slides ul.slick-dots li.slick-active a,
.slides ul.slick-dots li.slick-active a {
    border-bottom: 1px solid white;
}
#slides ul.slick-dots li.slick-active a.dark,
.slides ul.slick-dots li.slick-active a.dark {
    border-bottom: 1px solid rgba(35, 31, 32, 1.0);
}
body.dark #slides {
    color: rgba(35, 31, 32, 1.0);
}
body.dark #slides .slide .text {
    color: rgba(35, 31, 32, 1.0);
}
body.dark #slides ul.slick-dots li a {
    color: rgba(35, 31, 32, 1.0);
}
body.dark #slides ul.slick-dots li.slick-active a {
    border-bottom: 1px solid rgba(35, 31, 32, 1.0);
}

/* Main: General */
main {
    position: relative;
    background-color: #f2f2f2;
}
main section {
    padding-top: 120px;
    padding-bottom: 120px;
}
main section .section-header {
    margin-bottom: 20px;
    text-align: center;
}
main section .section-header .section-title {
    font-size: 30px;
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
    margin-bottom: 10px;
    display: inline-block;
}
main section .section-header .section-subtitle {
    font-size: 13px;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    padding-top: 20px;
    border-top: 1px solid rgba(35, 31, 32, 1.0);
    display: inline-block;
    max-width: 480px;
}
main section .section-main {
    margin-top: 40px;
}
main section .section-main .section-subtitle {
    font-size: 22px;
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
    display: inline-block;
}
main section .section-main .medium-text {
    position: relative;
    font-size: 18px;
    line-height: 25px;
}
main section .section-footer {
    /*background-color: #e9e9e9;*/
    background-color: white;
}
main section .section-footer .pagination {
    padding: 4em 20px;
}
main section .section-footer .pagination a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    font-family:"The Wave Regular", sans-serif; font-weight:normal; font-style:normal;
}

/* Main: Products */
#products {
    background-color: #f2f2f2;
    padding-bottom: 0;
}
#products a.product {
    position: relative;
    display: block;
}
#products a.product {
    position: relative;
}
#products a.product .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -moz-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -o-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 0;
}
#products a.product .overlay .box {    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    /*-webkit-backface-visibility: hidden;*/
}
#products a.product .overlay .box .title {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*text-transform: uppercase;*/
    border-bottom: 1px solid rgba(35, 31, 32, 1.0);
    margin-bottom: 20px;
    padding-bottom: 15px;
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#products a.product .overlay .box .designer {
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#products a.product .image img {
    display: block;
    width: 100%;
    height: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 200ms ease-in;
}

/* Main: Categories */
#categories {
    background-color: #f2f2f2;
    padding-bottom: 0;
}
#categories .section-header .section-content {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding: 2em 0 2em 0;
}
#categories .section-header .section-content form {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
}
#categories .section-header .section-content form input.search-field {
    position: relative;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid black;
    padding: 5px 60px 5px 0px;
    width: 220px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
#categories .section-header .section-content form input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#categories .section-header .section-content form input::-moz-placeholder {
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#categories .section-header .section-content form input:-moz-placeholder {
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#categories .section-header .section-content form input:-ms-input-placeholder { 
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#categories .section-header .section-content form input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    padding: 5px 0;
}
#categories a.category {
    position: relative;
    display: block;
}
#categories a.category {
    position: relative;
}
#categories a.category .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -moz-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -o-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 0;
}
#categories a.category .overlay .box {    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    /*-webkit-backface-visibility: hidden;*/
}
#categories a.category .overlay .box .title {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*text-transform: uppercase;*/
    border-bottom: 1px solid rgba(35, 31, 32, 1.0);
    margin-bottom: 20px;
    padding-bottom: 15px;
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#categories a.category .overlay .box .count {
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#categories a.category .image img {
    display: block;
    width: 100%;
    height: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 200ms ease-in;
}

/* Main: Storefinder */
#storefinder {
    background-color: white;
}
#storefinder .countries {
    position: relative;
    font-size: 18px;
    line-height: 25px;
}
#storefinder .countries ul.columns {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: none;
}
#storefinder .countries ul.columns li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
#storefinder .countries select {
    color: rgba(35, 31, 32, 1.0);
    border: 1px solid rgba(35, 31, 32, 1.0);
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
}
#storefinder .countries a {
    display: block;
    text-decoration: none;
    padding: 2px 40px 2px 0;
}
#storefinder .countries a.active {
    color: rgba(35, 31, 32, 0.5);
}
#storefinder .results {
    position: relative;
    margin-top: 30px;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
}
#storefinder .results ul.columns {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
#storefinder .results ul.columns li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    height: 80px;
}
#storefinder .results ul.columns li .result {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    padding-right: 20px;
}
#storefinder .results .store-name {
    font-family:"The Wave Regular", sans-serif; font-weight:normal; font-style:normal;
}
#storefinder .results .store-street {}
#storefinder .results .store-postcode-store-city {}
#storefinder .results .store-phone {}
#storefinder .results .store-website-url {}
#storefinder .results .google-map {}

/* Main: About */
#about {
    background-color: #f2f2f2;
}
#about .section-main .columns {
    position: relative;
    font-size: 18px;
    line-height: 25px;
}

/* Main: Contact */
#contact {
    background-color: white;
}
#contact .departments {
    position: relative;
    font-size: 18px;
    line-height: 25px;
}
#contact .departments ul.columns {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: none;
}
#contact .departments ul.columns li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
#contact .departments ul.columns li a {
    display: block;
    text-decoration: none;
    padding: 2px 40px 2px 0;
}
#contact .departments ul.columns li a.active {
    color: rgba(35, 31, 32, 0.5);
}
#contact .departments select {
    color: rgba(35, 31, 32, 1.0);
    border: 1px solid rgba(35, 31, 32, 1.0);
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
}
#contact .results {
    position: relative;
    margin-top: 30px;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
}
#contact .results ul.columns {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
#contact .results ul.columns li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    height: 100px;
}
#contact .results ul.columns li .result {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    padding-right: 20px;
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
#contact .results ul.columns li .result .contact-title {
    font-family:"The Wave Regular", sans-serif; font-weight:normal; font-style:normal;
}

/* Footer */
footer {
    position: relative;
    background-color: rgba(35, 31, 32, 1.0);
    color: white;
    padding: 2em 0;
    font-size: 13px;
}
footer a {
    line-height: 2.4em;
    text-decoration: none;
    color: rgba(255, 255, 255, 1.0);
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
}
footer a:hover {
    color: rgba(255, 255, 255, 0.5);
}
footer .misc {
    text-align: center;
}
footer .misc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .misc ul li {
    display: inline-block;
    padding: 20px 10px 20px 0;
}
footer .newsletter {
    text-align: center;
}
footer .newsletter div {
    padding: 5px 0;
}
footer .newsletter form input {
    height: 2em;
    width: 150px;
    border-radius: 0px;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid white;
    display: inline-block;
    background-color: rgba(35, 31, 32, 1.0);
    -webkit-transition: border-color 150ms ease-out 50ms;
    -moz-transition: border-color 150ms ease-out 50ms;
    -o-transition: border-color 150ms ease-out 50ms;
    transition: border-color 150ms ease-out 50ms;
    font-family:"The Wave Thin", sans-serif;
    font-weight:normal;
    font-style:normal;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
footer .newsletter form input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1.0);
    opacity: 1.0;
}
footer .newsletter form input::-moz-placeholder {
	color: rgba(255, 255, 255, 1.0);
    opacity: 1.0;
}
footer .newsletter form input:-moz-placeholder {
	color: rgba(255, 255, 255, 1.0);
    opacity: 1.0;
}
footer .newsletter form input:-ms-input-placeholder { 
	color: rgba(255, 255, 255, 1.0);
    opacity: 1.0;
}
footer .newsletter form button {
    position: relative;
    height: 2em;
    width: 2em;
    border-radius: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    color: white;
    vertical-align: middle;
    line-height: 2em;
    border: 2px solid rgba(255, 255, 255, 0.0);
    -webkit-transition: border-color 150ms ease-out 50ms;
    -moz-transition: border-color 150ms ease-out 50ms;
    -o-transition: border-color 150ms ease-out 50ms;
    transition: border-color 150ms ease-out 50ms;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
}
footer .newsletter form button:after {
    content: "→";
    position: absolute;
    top: -0.2em;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    text-align: center;
    line-height: 2em;
  }
footer .newsletter form input:hover,
footer .newsletter form button:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

footer .social {
    text-align: center;
}
footer .social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .social ul li {
    display: inline-block;
    padding: 20px 10px 20px 0;
}

/* Single: Product */
#product {
    padding-top: 0;
    padding-bottom: 0;
}
#product .section-header {
    position: relative;
    min-height: 360px;
    margin-bottom: 0;
    background-color: #f2f2f2;
    overflow: hidden;
}
#product .section-header .section-title {
    margin-top: 2em;
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    opacity: 0;
}
#product.show .section-header .section-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#product .section-header .section-subtitle {
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    opacity: 0;
}
#product .section-header .section-subtitle a {
    text-decoration: none;
}
#product .section-header #slides-0 {
    margin-top: 4em;
}
#product.show .section-header .section-subtitle {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#product .section-header .top-image {
    position: relative;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -moz-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -ms-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -o-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    opacity: 0;
}
#product.show .section-header .top-image {
    opacity: 1;
    padding: 4em 0;
}
#product .section-header .section-content {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding: 4em 0 3em 0;
}

#product .section-main {
    background-color: white;
    margin-top: 0;
    padding: 8em 0;
}
#product .section-main .section-subtitle {
    font-size: 22px;
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
    display: block;
    margin: 0 0 80px 0;
    text-align: center;
}
#product .section-main .variant {
    margin-top: 100px;
}
#product .section-main .variant:first-child {
    margin-top: 0;
}
#product .section-main .variant .slides {
    margin-bottom: 2em;
}
#product .section-main .variant .details {
    text-align: center;
}
#product .section-main .variant .details .title {
    font-size: 15px;
    font-family:"The Wave Regular", sans-serif; font-weight:normal; font-style:normal;
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}
#product .section-main .variant .subdetails {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}
#product .section-main .variant .subdetails .article-number {}
#product .section-main .variant .subdetails .colour {}
#product .section-main .variant .subdetails .material {}
#product .section-main .variant .subdetails .size {}
#product .section-main .variant .subdetails .bulb-type {}
#product .section-main .variant .subdetails .price {}

#product .section-main .section-content {
    background-color: #f2f2f2;
    font-size: 13px;
    line-height: 15px;
}

/* Single: Designer */
#designer {
    padding-top: 0;
    padding-bottom: 0;
}
#designer .section-header {
    position: relative;
    min-height: 360px;
    margin-bottom: 0;
    background-color: #f2f2f2;
    overflow: hidden;
}
#designer .section-header .section-title {
    margin-top: 2em;
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    opacity: 0;
}
#designer.show .section-header .section-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#designer .section-header .section-subtitle {
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    opacity: 0;
}
#designer .section-header .section-subtitle a {
    text-decoration: none;
}
#designer.show .section-header .section-subtitle {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#designer .section-header .top-image {
    position: relative;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -moz-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -ms-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -o-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    opacity: 1;
}
#designer.show .section-header .top-image {
    opacity: 1;
    padding: 4em 0;
}
#designer .section-header .section-content {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding: 4em 0 6em 0;
}

#designer .section-main {
    background-color: #fafafa;
    margin-top: 0;
    padding: 8em 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    webkit-transition: background-image 300ms ease-in-out;
    -moz-transition: background-image 300ms ease-in-out;
    -ms-transition: background-image 300ms ease-in-out;
    -o-transition: background-image 300ms ease-in-out;
    transition: background-image 300ms ease-in-out;
}
#designer .section-main .section-subtitle {
    font-size: 22px;
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
    display: block;
    margin: 0 0 1em 0;
    text-align: center;
}

#designer .section-main .relatedproducts {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    text-align: center;
}
#designer .section-main .relatedproducts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#designer .section-main .relatedproducts ul li {}
#designer .section-main .relatedproducts ul li a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
}

/* Page: Designers */
#designers {
    background-color: #f2f2f2;
}
#designers .list {
    position: relative;
    font-size: 18px;
    line-height: 25px;
}
#designers .list ul.columns {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#designers .list ul.columns li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
#designers .list a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
}
#designers .list a.active {
    color: rgba(35, 31, 32, 0.5);
}

/* Page: Category */
#category {
    background-color: #f2f2f2;
    padding-bottom: 0;
}
#category .section-header .section-content {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding: 4em 0 2em 0;
}
#category .section-header .section-content form {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}
#category .section-header .section-content form input.search-field {
    position: relative;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid black;
    padding: 5px 60px 5px 0px;
    width: 260px;
}
#category .section-header .section-content form input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#category .section-header .section-content form input::-moz-placeholder {
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#category .section-header .section-content form input:-moz-placeholder {
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#category .section-header .section-content form input:-ms-input-placeholder { 
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#category .section-header .section-content form input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    padding: 5px 0;
}
#category .section-main {
    margin-bottom: 60px;
}
#category .list {
    position: relative;
    font-size: 18px;
    line-height: 25px;
}
#category .list ul.columns {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#category .list ul.columns li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
#category .list a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
}
#category .list a.active {
    color: rgba(35, 31, 32, 0.5);
}
#category a.product {
    position: relative;
    display: block;
}
#category a.product {
    position: relative;
}
#category a.product .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -moz-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -o-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 0;
}
#category a.product .overlay .box {    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    /*-webkit-backface-visibility: hidden;*/
}
#category a.product .overlay .box .title {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*text-transform: uppercase;*/
    border-bottom: 1px solid rgba(35, 31, 32, 1.0);
    margin-bottom: 20px;
    padding-bottom: 15px;
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#category a.product .overlay .box .designer {
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#category a.product .image img {
    display: block;
    width: 100%;
    height: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 200ms ease-in;
}

/* Page: Default */
#page {
    padding-top: 0;
    padding-bottom: 0;
}
#page .section-header {
    position: relative;
    min-height: 360px;
    margin-bottom: 0;
    background-color: #f2f2f2;
    overflow: hidden;
}
#page .section-header .section-title {
    margin-top: 2em;
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    opacity: 0;
}
#page.show .section-header .section-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#page .section-header .section-subtitle {
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    opacity: 0;
}
#page .section-header .section-subtitle a {
    text-decoration: none;
}
#page.show .section-header .section-subtitle {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#page .section-header .top-image {
    position: relative;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -moz-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -ms-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -o-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    opacity: 1;
}
#page.show .section-header .top-image {
    opacity: 1;
    padding: 4em 0;
}
#page .section-header .section-content {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding: 4em 0 6em 0;
}
#page .section-main {
    background-color: #fafafa;
    margin-top: 0;
    padding: 8em 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    webkit-transition: background-image 300ms ease-in-out;
    -moz-transition: background-image 300ms ease-in-out;
    -ms-transition: background-image 300ms ease-in-out;
    -o-transition: background-image 300ms ease-in-out;
    transition: background-image 300ms ease-in-out;
}
#page .section-main + .section-main {
    padding: 0 0 8em 0;
}
#page .section-main .section-subtitle {
    font-size: 22px;
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
    display: block;
    margin: 0 0 1em 0;
    text-align: center;
}
#page .section-main .section-content {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}
#page .section-main .section-content table {
    width: 100%;
    border: #000 1px solid;
    font-size: 13px;
    line-height: 15px;
}
#page .section-main .section-content table td {
    vertical-align: top;
    border: #000 1px solid;
    padding: 5px;
}
#page .section-main .section-content table tr td:nth-child(3) {
    vertical-align: middle;
    text-align: center;
}
#page a.product {
    position: relative;
    display: block;
}
#page a.product {
    position: relative;
}
#page a.product .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -moz-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -o-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 0;
}
#page a.product .overlay .box {    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    /*-webkit-backface-visibility: hidden;*/
}
#page a.product .overlay .box .title {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*text-transform: uppercase;*/
    border-bottom: 1px solid rgba(35, 31, 32, 1.0);
    margin-bottom: 20px;
    padding-bottom: 15px;
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#page a.product .overlay .box .designer {
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#page a.product .image img {
    display: block;
    width: 100%;
    height: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 200ms ease-in;
}

/* Page: Seach */
#search {
    padding-top: 0;
    padding-bottom: 0;
}
#search section {
    padding-bottom: 0;
}
#search .section-header {
    position: relative;
    min-height: 360px;
    margin-bottom: 0;
    background-color: #f2f2f2;
    overflow: hidden;
}
#search .section-header .section-title {
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    opacity: 0;
}
#search.show .section-header .section-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#search .section-header .section-subtitle {
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    opacity: 0;
}
#search .section-header .section-subtitle a {
    text-decoration: none;
}
#search.show .section-header .section-subtitle {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#search .section-header .top-image {
    position: relative;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -moz-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -ms-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -o-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    opacity: 1;
}
#search.show .section-header .top-image {
    opacity: 1;
    padding: 4em 0;
}
#search .section-header .section-content {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding: 4em 0 6em 0;
}
#search .section-header .section-content form {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
}
#search .section-header .section-content form input.search-field {
    position: relative;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid black;
    padding: 5px 60px 5px 0px;
    width: 220px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
#search .section-header .section-content form input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#search .section-header .section-content form input::-moz-placeholder {
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#search .section-header .section-content form input:-moz-placeholder {
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#search .section-header .section-content form input:-ms-input-placeholder { 
	color: rgba(0, 0, 0, 1.0);
    opacity: 1.0;
}
#search .section-header .section-content form input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    padding: 5px 0;
}
#search .section-main {
    background-color: #fafafa;
    margin-top: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    webkit-transition: background-image 300ms ease-in-out;
    -moz-transition: background-image 300ms ease-in-out;
    -ms-transition: background-image 300ms ease-in-out;
    -o-transition: background-image 300ms ease-in-out;
    transition: background-image 300ms ease-in-out;
}
#search .section-main + .section-main {
    padding: 0 0 8em 0;
}
#search .section-main .section-subtitle {
    font-size: 22px;
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
    display: block;
    margin: 0 0 1em 0;
    text-align: center;
}
#search .section-main .section-content {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}
#search .section-main .section-content .datatable {
    width: 100%;
    border: #000 1px solid;
    font-size: 13px;
    line-height: 15px;
}
#search .section-main .section-content .datatable td {
    vertical-align: top;
    border: #000 1px solid;
    padding: 5px;
}
#search .section-main .section-content .datatable tr td:nth-child(3) {
    vertical-align: middle;
    text-align: center;
}
#search a.product {
    position: relative;
    display: block;
}
#search a.product {
    position: relative;
}
#search a.product .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -moz-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    -o-transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    transition: opacity 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 600ms;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 0;
}
#search a.product .overlay .box {    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    /*-webkit-backface-visibility: hidden;*/
}
#search a.product .overlay .box .title {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*text-transform: uppercase;*/
    border-bottom: 1px solid rgba(35, 31, 32, 1.0);
    margin-bottom: 20px;
    padding-bottom: 15px;
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#search a.product .overlay .box .designer {
    font-family:"The Wave Thin", sans-serif; font-weight:normal; font-style:normal;
    color: rgba(35, 31, 32, 1.0);
    /*-webkit-transform: translate3d(0, 0, 0);*/
}
#search a.product .image img {
    display: block;
    width: 100%;
    height: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 200ms ease-in;
}

/* Page: Downloads */
#downloads {
    padding-top: 0;
    padding-bottom: 0;
}
#downloads .section-header {
    position: relative;
    min-height: 360px;
    margin-bottom: 0;
    background-color: #f2f2f2;
    overflow: hidden;
}
#downloads .section-header .section-title {
    margin-top: 2em;
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    opacity: 0;
}
#downloads.show .section-header .section-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#downloads .section-header .section-subtitle {
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 40ms;
    opacity: 0;
}
#downloads .section-header .section-subtitle a {
    text-decoration: none;
}
#downloads.show .section-header .section-subtitle {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#downloads .section-header .top-image {
    position: relative;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -moz-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -ms-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    -o-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms;
    opacity: 1;
}
#downloads.show .section-header .top-image {
    opacity: 1;
    padding: 4em 0;
}
#downloads .section-header .section-content {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding: 4em 0 6em 0;
}

#downloads .section-main {
    background-color: #fafafa;
    margin-top: 0;
    padding: 8em 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    webkit-transition: background-image 300ms ease-in-out;
    -moz-transition: background-image 300ms ease-in-out;
    -ms-transition: background-image 300ms ease-in-out;
    -o-transition: background-image 300ms ease-in-out;
    transition: background-image 300ms ease-in-out;
}
#downloads .section-main + .section-main {
    padding: 0 0 8em 0;
}
#downloads .section-main .section-subtitle {
    font-size: 22px;
    font-family:"The Wave Demi Bold", sans-serif; font-weight:bold; font-style:normal;
    display: block;
    margin: 0 0 1em 0;
    text-align: center;
}

#downloads .section-main .section-content {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

#downloads .section-main .imagefolders {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    text-align: center;
}
#downloads .section-main .imagefolders ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#downloads .section-main .imagefolders ul li {}
#downloads .section-main .imagefolders ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
}

@media screen and (min-width: 35.5em) {
    html {
        font-size: 9px;
    }
    .l-box {
        padding: 0 40px;
    }
    header nav ul {
        padding: 0 20px;
    }
    header nav .menu-wrapper {
        display: block;
        position: relative;
    }
    header nav ul.menu {
        display: block;
    }
    header nav ul.burger {
        display: none;
    }
    header nav a.logo {
        position: fixed;
        left: 40px;
    }
    header nav a.logo img.white {
        opacity: 1;
    }
    header nav a.logo img.black {
        opacity: 0;
    }
    body.dark header nav a.logo img.white {
        opacity: 0;
    }
    body.dark header nav a.logo img.black {
        opacity: 1;
    }
    .slides .slide {
        height: 320px;
    }
    #slides .slide .text {
        font-size: 40px;
    }
    #slides .slick-prev {
        bottom: 20px;
        left: 20px;
        width: 40px;
        height: 28px;
        background-size: 80%;
    }
    #slides .slick-next {
        bottom: 20px;
        left: 80px;
        width: 40px;
        height: 28px;
        background-size: 80%;
    }
    #slides ul.slick-dots {
        top: 40px;
        right: 40px;
    }
    main section .section-header .section-title {
        font-size: 40px;
    }
    main section .section-main {
        margin-top: 40px;
    }
    main section .section-footer .pagination {
        padding: 4em 40px;
    }
    #page a.product:hover .overlay {
        opacity: 1;
    }
    #page a.product:hover .image img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }
    #search a.product:hover .overlay {
        opacity: 1;
    }
    #search a.product:hover .image img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }
    #category a.product:hover .overlay {
        opacity: 1;
    }
    #category a.product:hover .image img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }
    #products a.product:hover .overlay {
        opacity: 1;
    }
    #products a.product:hover .image img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }
    #categories a.category:hover .overlay {
        opacity: 1;
    }
    #categories a.category:hover .image img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }
    #storefinder .countries ul.columns {
        display: block;
    }
    #storefinder .countries select {
        display: none;
    }
    #contact .departments ul.columns {
        display: block;
    }
    #contact .departments select {
        display: none;
    }
    #products .section-header,
    #products .section-main,
    #categories .section-header,
    #categories .section-main,
    #storefinder .section-header,
    #storefinder .section-main,
    #about .section-header,
    #about .section-main,
    #contact .section-header,
    #contact .section-main,
    #designers .section-header,
    #designers .section-main,
    #category .section-header,
    #category .section-main
    {
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px);
        -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -moz-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -ms-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -o-transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition: opacity 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        opacity: 0;
    }
    #products.show .section-header,
    #products.show .section-main,
    #categories.show .section-header,
    #categories.show .section-main,
    #storefinder.show .section-header,
    #storefinder.show .section-main,
    #about.show .section-header,
    #about.show .section-main,
    #contact.show .section-header,
    #contact.show .section-main,
    #designers.show .section-header,
    #designers.show .section-main,
    #category.show .section-header,
    #category.show .section-main
    {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    #storefinder .countries ul.columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #storefinder .results {
        margin-top: 60px;
    }
    #storefinder .results ul.columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #storefinder .results ul.columns li {
        height: 120px;
    }
    #about .section-main ul.columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    #contact .results {
        margin-top: 60px;
    }
    #contact .results ul.columns li {
        height: 120px;
    }
    #designers .list ul.columns {
        text-align: left;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #designers .list a {
        padding: 2px 40px 2px 0;
    }
    #category .list ul.columns {
        text-align: left;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #category .list a {
        padding: 2px 40px 2px 0;
    }
    footer {
        padding: 3em 0;
    }
    #product .section-header .top-image {
        min-height: 60vh;
    }
    #designers {
        min-height: 75vh;
    }
    #category {
        min-height: 75vh;
    }
    #search {
        min-height: 75vh;
    }
}
@media screen and (min-width: 48em) {
    html {
        font-size: 10px;
    }
    header nav ul.menu {
        text-align: center;
    }
    .slides .slide {
        height: 480px;
    }
    #slides .slick-prev {
        bottom: 46px;
        left: 60px;
        width: 40px;
        height: 28px;
        background-size: 80%;
    }
    #slides .slick-next {
        bottom: 46px;
        left: 130px;
        width: 40px;
        height: 28px;
        background-size: 80%;
    }
    main section .section-main {
        margin-top: 60px;
    }
    #storefinder .countries ul.columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #storefinder .results ul.columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #contact .departments ul.columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #contact .results ul.columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #about .section-main .columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    #product .section-header .section-content .columns {
        margin: 0;
        padding: 0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #designers .list ul.columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    #category .list ul.columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    footer {
        padding: 4em 0;
    }
}
@media screen and (min-width: 64em) {
    html {
        font-size: 11px;
    }
    header nav ul {
        padding: 0 20px;
        text-align: center;
    }
    .slides .slide {
        height: 540px;
    }
    #storefinder .countries ul.columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #storefinder .results ul.columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #contact .departments ul.columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #contact .results ul.columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #designers .list ul.columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    #category .list ul.columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    footer .misc {
        text-align: left;
    }
    footer .misc ul li{
        display: inline-block;
        margin-right: 2em;
        padding: 10px 0;
    }
    footer .newsletter div {
        display: inline-block;
        margin-right: 1em;
        margin-left: 1em;
        padding: 10px 0;
    }
    footer .social {
        text-align: right;
    }
    footer .social ul li {
        display: inline-block;
        padding: 10px 0;        
        margin-left: 2em;
    }
}
@media screen and (min-width: 80em) {
    html {
        font-size: 12px;
    }
    .slides .slide {
        height: 640px;
    }
}