@charset "UTF-8";
/*! 
    Theme Name: Palace Skateboards,
    Version: 1.0
*/
/*!
Theme Name: Palace Skateboards
Description: Theme for palaceskateboards.com
Version: 1.0
Author: NONEMENT
Author URI: http://nonement.com/

*/
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

@font-face {
  font-family: "Neue Helvetica W01_n5";
  src: url("css/fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("css/fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix");
  src: url("css/fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot"), url("css/fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2") format("woff2"), url("css/fonts/050b1948-f226-4d20-a65a-15d8ed031222.woff") format("woff"), url("css/fonts/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf") format("truetype"), url("css/fonts/e5567978-93ef-4de1-804d-1f0e3654a014.svg#e5567978-93ef-4de1-804d-1f0e3654a014") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01_n7";
  src: url("css/fonts/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("css/fonts/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix");
  src: url("css/fonts/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix") format("eot"), url("css/fonts/5f4620bc-98f7-4b13-9f90-3a54ea6a9c55.woff2") format("woff2"), url("css/fonts/ac30e84e-cb19-4576-b6f9-491fccbd42ff.woff") format("woff"), url("css/fonts/b583b782-0709-4a13-899f-7e9ab1a7eccd.ttf") format("truetype"), url("css/fonts/d5dd03f5-3afb-46e9-aad0-234de8607afa.svg#d5dd03f5-3afb-46e9-aad0-234de8607afa") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01_o7";
  src: url("css/fonts/7560f08f-e627-461f-acba-c2fc820c6f0c.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("css/fonts/7560f08f-e627-461f-acba-c2fc820c6f0c.eot?#iefix");
  src: url("css/fonts/7560f08f-e627-461f-acba-c2fc820c6f0c.eot?#iefix") format("eot"), url("css/fonts/a2957f2d-9b3b-4aea-b86c-bba81fc8128e.woff2") format("woff2"), url("css/fonts/879d541c-7f90-4fe6-93c4-453ee22fa15e.woff") format("woff"), url("css/fonts/75f88dce-dde4-429c-92d1-1a1631b021a8.ttf") format("truetype"), url("css/fonts/164f7c14-41fa-4682-9997-b8f0841b7666.svg#164f7c14-41fa-4682-9997-b8f0841b7666") format("svg");
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: "palace-icons";
  src: url("css/fonts/palace-icons.eot?63166037");
  src: url("css/fonts/palace-icons.eot?63166037#iefix") format("embedded-opentype"), url("css/fonts/palace-icons.woff?63166037") format("woff"), url("css/fonts/palace-icons.ttf?63166037") format("truetype"), url("css/fonts/palace-icons.svg?63166037#palace-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'palace-icons';
    src: url('../font/palace-icons.svg?63166037#palace-icons') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "palace-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-dir:before {
  content: "\e800";
} /* '' */
.icon-right-dir:before {
  content: "\e801";
} /* '' */
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0deg, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*
**  Media Queries
*/
/*
**  Sizes
*/
/*
**  Mixins
*/
/*
**  Typography
*/
.helvetica-medium, body {
  font-family: "Neue Helvetica W01";
  font-weight: 500;
  font-style: normal;
}

.helvetica-bold, #cookie-policy, #main-nav .menu-link, #header .container #text-wrapper, .footer-list, .home-menu .menu-link, .modal-link, #home .home-triangle .text, #previews .collection .title, .modal-open #modal-close, .carousel .text-container, #content .title, .title {
  font-family: "Neue Helvetica W01";
  font-weight: 700;
  font-style: normal;
}

.helvetica-bold-italic {
  font-family: "Neue Helvetica W01";
  font-weight: 700;
  font-style: oblique;
}

/**
 * Base Styles
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:hover, a:focus, button, button:focus {
  outline: 0;
}

body, html {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.title {
  text-transform: uppercase;
  text-align: center;
}

/*
**  Media Queries
*/
/*
**  Sizes
*/
/*
**  Mixins
*/
/*
**  Typography
*/
.helvetica-medium, body {
  font-family: "Neue Helvetica W01";
  font-weight: 500;
  font-style: normal;
}

.helvetica-bold, #cookie-policy, #main-nav .menu-link, #header .container #text-wrapper, .footer-list, .home-menu .menu-link, .modal-link, #home .home-triangle .text, #previews .collection .title, .modal-open #modal-close, .carousel .text-container, #content .title, .title {
  font-family: "Neue Helvetica W01";
  font-weight: 700;
  font-style: normal;
}

.helvetica-bold-italic {
  font-family: "Neue Helvetica W01";
  font-weight: 700;
  font-style: oblique;
}

.grid-sizer, .grid .grid-item {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .grid-sizer, .grid .grid-item {
    width: 100%;
  }
}

.grid-gutter-sizer {
  width: 2%;
}

.grid {
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -1%;
}
.grid .grid-item {
  display: block;
  text-decoration: none;
  float: left;
  position: relative;
  color: #000;
  margin: 0;
  padding: 1%;
}
.grid .grid-item .img {
  display: block;
  width: 100%;
  height: auto;
}
.grid .grid-item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.grid .grid-item .text .title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid .grid-item:hover .text {
  opacity: 1;
}

/*
**  Media Queries
*/
/*
**  Sizes
*/
/*
**  Mixins
*/
/*
**  Typography
*/
.helvetica-medium, body {
  font-family: "Neue Helvetica W01";
  font-weight: 500;
  font-style: normal;
}

.helvetica-bold, #cookie-policy, #main-nav .menu-link, #header .container #text-wrapper, .footer-list, .home-menu .menu-link, .modal-link, #home .home-triangle .text, #previews .collection .title, .modal-open #modal-close, .carousel .text-container, #content .title, .title {
  font-family: "Neue Helvetica W01";
  font-weight: 700;
  font-style: normal;
}

.helvetica-bold-italic {
  font-family: "Neue Helvetica W01";
  font-weight: 700;
  font-style: oblique;
}

#content .title {
  font-size: 0.8em;
  margin: 20px auto 14px;
}
#content .title .title-link {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#content .title .title-link:hover {
  color: #ddd;
}
@media only screen and (max-width: 767px) {
  #content .title .article.container {
    padding-left: 0;
    padding-right: 0;
  }
}
#content .blog-posts {
  margin-top: 58px;
}
#content .blog-posts .title {
  margin: 0 auto;
}

.contents .content.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.contents .content.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents .content.text {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.contents .content.text a {
  color: #000000 !important;
  text-decoration: underline;
}
.contents .content.text a:hover {
  text-decoration: none;
}
.contents .content.gallery {
  margin-top: 2%;
}

.carousel {
  position: relative;
}
.carousel .carousel-container {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
.carousel .slide {
  position: relative;
  background-color: transparent;
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  height: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .carousel .slide {
    padding-bottom: 70%;
  }
}
.carousel .slide .zoom-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.carousel .slide .zoom-link.no-zoom {
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .carousel .slide {
    margin-bottom: 14px;
  }
}
.carousel .carousel-btn {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 1.5em;
  color: #ddd;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.carousel .carousel-btn:hover {
  color: #000;
}
.carousel .carousel-btn#carousel-prev {
  left: 0;
}
.carousel .carousel-btn#carousel-next {
  right: 0;
}
.carousel .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  opacity: 0.15;
  background-color: transparent;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.carousel .flickity-prev-next-button.previous {
  left: 5px;
}
.carousel .flickity-prev-next-button.next {
  right: 5px;
}
.carousel .flickity-prev-next-button:hover {
  opacity: 1;
}
.carousel .text-container {
  font-size: 0.8em;
  color: #ddd;
}
.carousel .text-container a {
  color: #ddd;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.carousel .text-container a:hover {
  color: #000;
}
.carousel .text-container .left-text {
  text-align: left;
  float: left;
  display: block;
  width: 50%;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .carousel .text-container .left-text {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.carousel .text-container .left-text p {
  margin: 0;
}
.carousel .text-container .carousel-num {
  text-align: right;
  float: right;
  display: block;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .carousel .text-container .carousel-num {
    width: 100%;
    float: none;
    text-align: center;
  }
}

#modal-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: -9999;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.modal-open #modal-content {
  display: block;
  z-index: 9991;
  cursor: pointer;
}
.modal-open #modal-content .img {
  max-height: 1200px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.modal-open #modal-close {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  border: 0;
  padding: 4px 6px;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal-open #modal-close:hover {
  color: #ddd;
}
.modal-open #modal-bg {
  opacity: 1;
  z-index: 9990;
}

/*
**  Preview
*/
#previews {
  padding: 0;
}
#previews .collection {
  display: block;
  float: left;
  width: 20%;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #previews .collection {
    width: 100%;
    float: none;
  }
}
#previews .collection:nth-child(5n+6) {
  clear: both;
}
#previews .collection .collection-link {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #previews .collection .collection-link {
    height: auto;
    padding-bottom: 0;
  }
}
#previews .collection .collection-link:hover .img {
  opacity: 0.2;
}
#previews .collection .collection-link:hover .title {
  opacity: 1;
}
#previews .collection .img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
@media only screen and (max-width: 767px) {
  #previews .collection .img {
    float: left;
    width: 45%;
    position: relative;
  }
}
#previews .collection .title {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  width: 100%;
  display: block;
  font-size: 0.8em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #previews .collection .title {
    float: left;
    width: 55%;
    position: relative;
    top: 0;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    margin-top: 30px;
    font-size: 0.8em;
    text-align: left;
  }
}

#preview {
  margin-top: 0;
}

/*
 **  Home
 */
#home-wrapper {
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 85vh;
  padding: 0 20px;
}

#home {
  text-align: center;
  padding: 20px 0;
  position: relative;
  max-width: 1000px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #home {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #home {
    top: 60%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#home .home-logo {
  display: inline-block;
  width: 30%;
  position: relative;
}
#home .home-logo:after {
  padding-bottom: 88%;
}
#home .home-triangle {
  display: block;
  float: left;
  margin: 0 auto 28px;
  width: 22%;
  color: #000;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #home .home-triangle {
    width: 25%;
  }
  #home .home-triangle#triangle-red .bg svg {
    margin-right: 5px;
  }
  #home .home-triangle#triangle-blue .bg svg {
    margin-right: 5px;
  }
  #home .home-triangle#triangle-grey .bg svg {
    margin-right: 5px;
  }
  #home .home-triangle#triangle-black .bg svg {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px), only screen and (max-width: 767px) {
  #home .home-triangle:before {
    content: "";
    display: block;
    padding-bottom: 88%;
  }
}
#home .home-triangle#triangle-red .bg svg {
  fill: #cd1417;
}
#home .home-triangle#triangle-blue .bg svg {
  fill: #34398d;
}
#home .home-triangle#triangle-grey .bg svg {
  fill: #e6e6e6;
}
#home .home-triangle#triangle-black .bg svg {
  fill: #000000;
}
#home .home-triangle .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
#home .home-triangle + .home-triangle {
  margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  #home .home-triangle + .home-triangle {
    margin-left: inherit;
  }
}
#home .home-triangle .text {
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  #home .home-triangle .text {
    font-size: 1.25em;
    position: absolute;
    z-index: 3;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  #home .home-triangle .text {
    font-size: 0.6em;
  }
}
#home .home-triangle:hover .text {
  opacity: 1;
}
#home .home-triangle:hover .bg {
  opacity: 0.1;
}

#home-modal-links {
  float: left;
  margin-top: 10px;
  top: 0;
  list-style-type: none;
}

.modal-link {
  line-height: 37px;
  font-size: 0.8em;
  color: #000;
  text-decoration: none !important;
  cursor: pointer;
  list-style-type: none;
  font-weight: normal;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

#menu-modal {
  height: 100vh;
  width: 100vw;
  margin: 0px;
  position: absolute;
  background-color: white;
  color: white;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  transition: opacity 0.5s linear, visibility 0s 0.5s;
}

#menu-modal.active-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
}

.close-btn {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #000;
}

.home-menu .menu-link {
  color: #000;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.home-menu .menu-link:hover {
  color: #ddd;
}
.home-menu .menu-link + .menu-link {
  margin-left: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .touch #home .home-triangle {
    margin-top: -100px;
  }
  .touch #home .home-triangle .text {
    opacity: 1;
    top: auto;
    margin-top: 40px;
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
#home-wrapper + #footer .footer-list {
  position: relative;
  bottom: 4em;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #home-wrapper + #footer .footer-list {
    bottom: auto;
    left: auto;
    padding: 2em 0;
  }
}

.footer-list {
  display: flex;
  padding: 0;
  list-style: none outside none;
  text-transform: uppercase;
  font-size: 0.8em;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-list {
    display: block;
    flex-direction: column;
    font-size: 0.8em;
    text-align: center;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.footer-list .footer-item {
  margin: 0 1em;
}
@media only screen and (max-width: 767px) {
  .footer-list .footer-item {
    margin: 0;
    padding: 0.5em 0;
  }
}
.footer-list .footer-item .link {
  text-decoration: none;
  color: #000;
}
.footer-list .footer-item .link:hover {
  text-decoration: underline;
  color: #000;
}

#qr-code .img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#content {
  flex-grow: 1;
}

/*
**  Media Queries
*/
/*
**  Sizes
*/
/*
**  Mixins
*/
/*
**  Typography
*/
.helvetica-medium, body {
  font-family: "Neue Helvetica W01";
  font-weight: 500;
  font-style: normal;
}

.helvetica-bold, #cookie-policy, #main-nav .menu-link, #header .container #text-wrapper, .title, #content .title, .carousel .text-container, .modal-open #modal-close, #previews .collection .title, #home .home-triangle .text, .modal-link, .home-menu .menu-link, .footer-list {
  font-family: "Neue Helvetica W01";
  font-weight: 700;
  font-style: normal;
}

.helvetica-bold-italic {
  font-family: "Neue Helvetica W01";
  font-weight: 700;
  font-style: oblique;
}

#logo {
  width: 175.5px;
  height: 45px;
  background-image: url("css/images/text-logo.svg");
  background-repeat: no-repeat;
  margin: 14px 0;
  display: block;
  float: left;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #logo {
    float: none;
  }
}
#logo:hover {
  opacity: 0.4;
}

#modal-logo {
  width: 175.5px;
  height: 45px;
  background-image: url("css/images/text-logo.svg");
  background-repeat: no-repeat;
  margin: 14px 20px 0;
  display: block;
  float: left;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #modal-logo {
    float: none;
  }
}
#modal-logo:hover {
  opacity: 0.4;
}

.menu-button-wrapper {
  width: 20px;
  margin-top: 16px;
  float: right;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  .menu-button-wrapper {
    display: block;
  }
}

.menu-button {
  width: 23px;
  height: 2.2px;
  margin-top: 6px;
  background-color: #000;
  display: none;
  float: right;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .menu-button {
    z-index: 999999;
    display: inline;
  }
}

#header {
  position: relative;
  width: 100%;
}
#header .container {
  position: unset;
}
#header .container #links-container {
  display: block;
  float: right;
}
#header .container .title {
  display: inline-block;
  position: relative;
  top: 15px;
  left: unset;
  font-size: 1.2em;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #header .container .title {
    display: none;
    text-align: right;
    left: auto;
    right: 20px;
    margin: 0;
    width: auto;
  }
}
#header .container .title .title-link {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#header .container .title .title-link:hover {
  color: #ddd;
}
#header .container .shop-title-link {
  color: #000;
  padding-left: 70px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#header .container .shop-title-link:hover {
  color: #ddd;
}
#header .container #text-wrapper {
  float: right;
  margin-top: 20px;
  font-size: 0.8em;
  text-align: left;
  width: 260px;
  text-transform: uppercase;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #header .container #text-wrapper {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
#header .container #text-wrapper p {
  margin: 0;
}

#main-nav {
  position: absolute;
  top: 8px;
  right: 20px;
  text-align: right;
}
#main-nav .menu-link {
  font-size: 0.8em;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
#main-nav .menu-link + .menu-link {
  margin-left: 14px;
}

#cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 0.6em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.6);
}
#cookie-policy a {
  color: #000;
}
#cookie-policy a:hover {
  text-decoration: none;
}
#cookie-policy .cookie-close-btn {
  border: 0;
  background-color: transparent;
}

#content .shops-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #content .shops-wrapper {
    flex-direction: column;
  }
}
#content .shops-wrapper .shop-item {
  width: 50%;
  padding: 0 10px;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #content .shops-wrapper .shop-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #content .shops-wrapper .shop-item .title {
    margin: 10px 0;
  }
}
#content .shops-wrapper .shop-item .img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
#content .shops-wrapper .shop-item:hover .img {
  opacity: 0.2;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
