@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/**
 * Prevent `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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@font-face {
  font-family: 'jillsville';
  src: url(../font/jillsville-webfont.eot);
  src: url(../font/jillsville-webfont.eot?#iefix) format("embedded-opentype"), url(../font/jillsville-webfont.ttf) format("truetype"), url(../font/jillsville-webfont.svg#jillsvilleregular) format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 599px) {
  html {
    font-size: 90%; } }

body {
  font: 100%/1 "museo-sans", sans-serif;
  font-weight: 300;
  color: #5d5d5d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.025em; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
  font-weight: 200; }

strong {
  font-weight: 400; }

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

.h1 {
  font-size: 2rem;
  font-weight: 100;
  font-family: 'jillsville'; }
  @media (min-width: 600px) {
    .h1 {
      font-size: 2.5rem; } }

.type--uc,
.h3 {
  font-size: .8125rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.section-title {
  margin: 0 0 3.125rem;
  text-align: center; }
  @media (max-width: 599px) {
    .section-title {
      margin: 0 0 1.5rem; } }

.section-title--bordered {
  padding: 1.5rem 0;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 1.5rem; }

.text-content {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5; }
  .text-content p:first-child {
    margin-top: 0; }
  .text-content p:last-child {
    margin-bottom: 0; }
  .text-content a {
    border-bottom: 1px solid #ccc9c9; }
    .text-content a:hover {
      color: #f7744f; }

hr {
  border: 0;
  border-bottom: 1px solid #ccc9c9;
  margin: 1rem 0; }

*:focus {
  outline: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 768px) {
    body {
      margin-top: 3rem; } }

.banners,
.header,
.footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.site {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.clear:after {
  content: '';
  display: table;
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1em; }

.page-section + .page-section {
  margin: 3.125rem auto 0; }
  @media (max-width: 599px) {
    .page-section + .page-section {
      margin: 1.5rem auto 0; } }

.page-section:first-child {
  border-top: 1px solid #f1eeed; }

.content {
  position: relative;
  line-height: 1.375; }

@media (min-width: 1024px) {
  body:not(.home) .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%; }
  body:not(.home) .main-content {
    padding-right: 2.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

.page .content,
.single .content,
.search .content {
  padding-top: 1.5rem;
  border-top: 1px solid #f1eeed; }

@media (max-width: 599px) {
  .content {
    padding-top: 1.5rem;
    border-top: 1px solid #f1eeed; } }

@media (max-width: 1023px) {
  .container {
    max-width: 768px; }
  .main-content {
    padding-right: 0; }
  .sidebar {
    position: static;
    width: 100%; } }

.sidebar {
  width: 370px;
  padding: 0 0 2.5em;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (max-width: 1023px) {
  .sidebar {
    width: 100%;
    border-top: 1px solid #f1eeed;
    padding: 1.75em 0; } }

.widget {
  border-bottom: 1px solid #f1eeed;
  padding: 1.75em 0; }
  .widget:first-child {
    padding-top: 0; }
  .widget img {
    display: block;
    margin: 0 auto; }
  .widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    .widget ul.archive-sub-menu {
      display: none;
      margin: 2em 0; }
  .widget li {
    margin-bottom: 1.25em; }
    .widget li:last-child {
      margin: 0; }
    .widget li a {
      display: block;
      font-size: .75em;
      text-transform: uppercase; }
  .widget .textwidget img {
    width: 100%;
    max-width: 370px;
    height: auto; }

.widget_cnss_widget {
  padding: 1em 0; }

.about-excerpt {
  padding: 2em 0; }
  .about-excerpt:after {
    content: '';
    display: table;
    clear: both; }

.about-excerpt_img {
  display: block;
  float: left;
  margin: 0 .7em 0 0; }

.about-excerpt_title.heading-tertiary {
  text-align: left;
  margin: 0;
  font-size: 1.3125em; }
  .about-excerpt_title.heading-tertiary a {
    color: #5d5d5d; }

.about-excerpt_content p {
  font-size: .6875em;
  margin: 0; }

.about-excerpt_link {
  font-size: .6875em;
  padding: 0 0 2px;
  border-bottom: 1px solid #f7744f; }

ul.cnss-social-icon {
  width: 100% !important; }
  ul.cnss-social-icon td, ul.cnss-social-icon li {
    width: 16.66% !important;
    vertical-align: middle;
    margin: 0 !important; }
  ul.cnss-social-icon a {
    display: block;
    text-align: center; }
    ul.cnss-social-icon a img {
      display: block;
      margin: 0 auto !important; }

@media (max-width: 1023px) {
  .widget form {
    max-width: 370px;
    margin: 0 auto; }
  .widget-inner,
  table.cnss-social-icon {
    max-width: 370px;
    margin: 0 auto !important; } }

@media (max-width: 1023px) {
  .page .sidebar {
    margin-top: 3em; } }

@media (max-width: 500px) {
  .about-excerpt_content {
    width: 170px;
    float: right; }
  .widget form {
    max-width: 300px;
    margin: 0 auto; }
  .widget-inner,
  table.cnss-social-icon {
    max-width: 300px;
    margin: 0 auto !important; } }

.sidebar .newsletter-signup .input-submit {
  background-color: #f7744f;
  color: #fff; }
  .sidebar .newsletter-signup .input-submit:hover {
    opacity: 0.7; }

.page-content p {
  font-weight: 100;
  font-size: .875em; }
  .page-content p a {
    color: #f7744f;
    border-bottom: 1px solid #f7744f;
    padding: 0 0 2px; }

.page-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto; }

.post-body {
  position: relative;
  padding: 0 0 4.5em;
  border-bottom: 1px solid #f1eeed;
  margin: 0 0 4.5em; }
  .post-body:after {
    content: '';
    display: table;
    clear: both; }
  .post-body:last-child {
    border: 0;
    margin: 0; }

.single-post .post-body {
  border: 0;
  margin: 0; }

.single-post_title {
  color: #464646; }
  .single-post_title a {
    color: #464646; }

.single-post_meta {
  text-align: center;
  color: #464646;
  margin: 0 0 1.875em; }
  .single-post_meta span {
    font-size: .75em; }
    .single-post_meta span.dsq-postid {
      font-size: 1em; }

.single-post_content img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 1.25em auto; }
  .single-post_content img:first-of-type {
    margin-top: 0; }
  .single-post_content img:last-of-type {
    margin-bottom: 0; }

.single-post_content p {
  font-size: .875em; }
  .single-post_content p:last-child {
    margin-bottom: 0; }

a.more-link,
a.more-link:hover {
  color: #5d5d5d;
  cursor: default; }

.read-more-link {
  display: block;
  width: 150px;
  font-family: 'jillsville';
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1.25em;
  line-height: 1.375;
  padding: .375em 1.25em .25em;
  margin: 2.5em auto 0;
  background: #efefef;
  color: #5d5d5d;
  text-align: center;
  height: 38px; }

.single-post_share {
  margin-top: 2.5em;
  display: block;
  width: 321px;
  border: 1px solid #f1eeed;
  padding: .375em .5em .375em 1em;
  margin: 2.25em auto 0; }

.single-post_share--bloglovin {
  display: inline-block;
  font-size: .6875em;
  letter-spacing: 0.1em;
  color: #5d5d5d;
  line-height: 1; }
  .single-post_share--bloglovin a {
    display: inline-block; }
  .single-post_share--bloglovin img {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-left: .5em; }

div.ssba {
  display: inline-block;
  font-weight: 300 !important;
  letter-spacing: 0.1em;
  margin: 0 0 0 2em;
  line-height: 20px; }
  div.ssba a {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.5em; }
    div.ssba a:first-child {
      margin-left: 1em; }

#disqus_thread {
  padding-top: 2.5em;
  border-top: 1px solid #f1eeed; }

.pagination {
  border-top: 1px solid #f1eeed;
  padding-top: 2.5em; }
  .pagination:after {
    content: '';
    display: table;
    clear: both; }

.pagination-next,
.pagination-prev {
  display: inline-block;
  font-size: .875em; }
  .pagination-next a,
  .pagination-prev a {
    border-bottom: 1px solid #f7744f;
    padding: 0 0 2px; }

.pagination-prev {
  float: right; }

.pagination-next {
  float: left; }

@media (max-width: 599px) {
  .post-body {
    padding: 0 0 2em;
    margin: 0 0 2em; }
  .read-more-link,
  .single-post_share {
    position: static;
    margin-top: 1.5em; }
  .single-post_share {
    padding: 0 1em; }
  .pagination {
    padding: 1.5em 0;
    margin: 0 0 1.5em;
    border-bottom: 1px solid #f1eeed; }
  div.ssba {
    margin: 0; }
    div.ssba a {
      padding: 1em; }
  .single-post_share--bloglovin {
    padding: 1em 1em 1em 0; } }

.home-carousel {
  width: 100%;
  position: relative; }
  .home-carousel img {
    display: block;
    width: 100%; }

.blog .home-carousel {
  margin-bottom: 2.5rem; }

.home-carousel_slide a {
  display: block; }

.home-carousel_control {
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: -18px;
  border-radius: 74px;
  background: #fff;
  z-index: 199;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  transition: background-position 200ms ease-out; }

.home-carousel_left {
  left: -16px;
  background-image: url(../img/arrow-left.png); }
  .home-carousel_left:hover {
    background-position: 25% 50%; }

.home-carousel_right {
  right: -16px;
  background-image: url(../img/arrow-right.png); }
  .home-carousel_right:hover {
    background-position: 75% 50%; }

.homepage-link-blocks {
  border-top: 1px solid #f1eeed;
  padding-top: 2em; }

.homepage-link-blocks__inner {
  margin: 0 -1em; }
  .homepage-link-blocks__inner:after {
    content: '';
    display: table;
    clear: both; }

.link-block {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 1em; }
  .link-block:hover .link-block__clicker {
    background: rgba(0, 0, 0, 0.5); }
  .link-block:hover .link-block__title {
    border-color: #fff; }
  .link-block:hover .link-block__bg {
    transform: scale(1.05); }

@media (min-width: 35em) and (max-width: 767px) {
  .homepage-link-blocks__inner {
    margin: 0 -.5em; }
  .link-block {
    width: 50%;
    padding: 0 .5em;
    margin: 0 0 1em; }
    .link-block:last-child {
      width: 100%; }
      .link-block:last-child .link-block__bg {
        padding-bottom: 50%; } }

@media (max-width: 34.99em) {
  .link-block {
    float: none;
    width: 100%;
    max-width: 30em;
    margin: 0 auto 1em; } }

.link-block__wrap {
  position: relative;
  overflow: hidden;
  text-align: center; }

.link-block__bg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 500ms ease-out; }

.link-block__clicker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: background 500ms ease-out; }

.link-block__title {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3125em;
  letter-spacing: 0.075em;
  padding: 1rem;
  border: 1px solid transparent;
  transition: border-color 500ms ease-out; }

@media (max-width: 1023px) {
  .link-block__title {
    font-size: 1em; } }

@media (max-width: 599px) {
  .blog .home-carousel {
    display: none; } }

@media (min-width: 35em) {
  .products-list {
    margin: 0 -1em; } }

.product-item {
  width: 100%;
  margin: 0 0 2em;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  @media (min-width: 35em) {
    .product-item {
      width: 50%;
      padding: 0 1em; } }
  @media (min-width: 1024px) {
    .product-item {
      width: 33.33%; } }
  .product-item:hover .product-item__bg {
    opacity: 0.75;
    transform: scale(1.05); }

.product-item__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #000;
  overflow: hidden; }

.product-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 500ms ease-out; }

.product-item__title {
  font-weight: 500;
  margin: 1em 0 0;
  color: #f7744f; }

.product-item__subtitle {
  font-weight: 300;
  color: #5d5d5d; }

.product-item__price {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 10;
  background: #fff;
  border-radius: 1.5em;
  min-width: 3em;
  padding: 0 .5em;
  height: 3em;
  line-height: 3em;
  font-weight: 500;
  color: #f7744f; }

.product-single {
  width: 100%; }
  .product-single:after {
    content: '';
    display: table;
    clear: both; }

.product-details {
  padding-bottom: 2em; }

@media (min-width: 768px) {
  .product-body {
    width: 60%;
    float: left;
    padding-right: 1em; }
  .product-details {
    width: 40%;
    width: calc(40% - 1em);
    float: right;
    padding-bottom: 4.5em; } }

.product-details__header {
  position: relative;
  border-bottom: 1px solid #f1eeed;
  padding-bottom: 2rem; }

.product-single__title {
  text-align: left;
  color: #464646;
  padding-right: 6rem; }

.product-single__price {
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #f7744f;
  border-radius: 1.5em;
  min-width: 3em;
  padding: 0 .5em;
  height: 3em;
  line-height: 3em;
  font-weight: 500;
  color: #f7744f;
  text-align: center; }

.product-details__content {
  padding: 1em 0;
  border-bottom: 1px solid #f1eeed;
  font-size: .875em; }

.product-details__buy {
  text-align: center;
  padding: 2em 0;
  border-bottom: 1px solid #f1eeed; }
  .product-details__buy p {
    font-size: .875em;
    max-width: 23rem;
    margin: 1rem auto 0; }

.product-details__buy-btn {
  font: .875em 'museo-sans', 'Museo Sans', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 1rem;
  height: auto;
  line-height: normal;
  width: 100%;
  max-width: 20em; }

.products-list {
  letter-spacing: 0;
  font-size: 0;
  margin: 0 -.5rem; }
  @media (min-width: 600px) {
    .products-list {
      margin: 0 -1rem; } }

.product-item {
  width: 50%;
  padding: 0 .5em;
  font-size: 1rem;
  margin: 0 0 2em;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  @media (min-width: 600px) {
    .product-item {
      padding: 0 1em; } }
  @media (min-width: 768px) {
    .product-item {
      width: 33.33%; } }
  .product-item:hover .product-item__bg {
    opacity: 0.75;
    transform: scale(1.05); }

.product-item__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #000;
  overflow: hidden; }

.product-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 500ms; }

.product-item__title {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  margin: 1em 0 0;
  color: #f7744f; }

.product-item__price {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: .5rem; }

.promo-bar {
  padding: 1rem;
  background-color: #f7744f;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: .8125rem;
  box-shadow: inset 0 0 0.25rem rgba(0, 0, 0, 0.1); }
  @media (max-width: 768px) {
    .promo-bar {
      margin-top: 3rem; } }
  .promo-bar p {
    margin: 0; }

.nav-trigger {
  display: none; }

.header .nav-bar {
  background: #f1eeed;
  padding: 1.5rem 0;
  color: #272727; }
  .header .nav-bar .basket-button {
    display: none; }

@media (max-width: 768px) {
  .header .basket-button {
    display: none; }
  .header .nav-trigger {
    position: absolute;
    top: 0.625rem;
    left: 1rem;
    z-index: 300;
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    padding: 0;
    background: url(../img/icon-nav.svg) no-repeat 50% 50%; }
    .header .nav-trigger:focus {
      outline: 0; }
  .header .nav-bar {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%; }
    .header .nav-bar .container {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 300;
      width: 100%;
      height: 100vh;
      background: #f1eeed;
      padding: 3rem 1rem 1rem;
      overflow-y: scroll;
      display: none; }
    .header .nav-bar .basket-button {
      top: .5rem;
      right: 1rem;
      z-index: 300;
      margin-top: 0;
      display: block; }
  .header.is--active .nav-bar .container {
    display: block; }
  .header.is--active .nav-trigger {
    background-image: url(../img/icon-nav-close.svg); }
  .header .float-right {
    float: none; }
  .header .social {
    padding: 1rem 0 0;
    text-align: center; } }

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (max-width: 768px) {
  .nav {
    float: none;
    border-top: 1px solid #ccc9c9; }
    .nav a,
    .nav li {
      display: block;
      width: 100%; }
    .nav a {
      padding: 1rem;
      line-height: 1rem;
      border-bottom: 1px solid #ccc9c9;
      text-align: center; } }

@media (min-width: 769px) {
  .nav {
    margin-top: 0.125rem; }
    .nav li {
      display: inline-block;
      margin: 0 1.5rem 0 0; }
      .nav li:last-child {
        margin: 0; }
    .nav a {
      display: block; }
      .nav a:hover {
        color: #f7744f; } }

.social {
  color: #f7744f; }
  @media (max-width: 768px) {
    .social a {
      padding: 0 .5rem; } }
  @media (min-width: 769px) {
    .social a {
      margin: 0 0 0 .5rem; }
      .social a:first-child {
        margin: 0; } }
  .social a:hover {
    color: #5d5d5d; }

.header .container {
  position: relative;
  padding-top: 0.1px;
  padding-bottom: 0.1px; }

.logo {
  position: relative;
  display: block;
  vertical-align: middle;
  width: 275px;
  height: 98px;
  margin: 2.625em auto;
  background: #fff;
  z-index: 100; }
  @media (max-width: 599px) {
    .logo {
      width: 180px;
      height: 64px;
      margin: 1.5rem auto; } }
  .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logo@2x.png) no-repeat 50% 50%;
    background-size: 100%;
    text-indent: -9999px; }

.basket-button {
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -0.8125rem;
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/icon-basket.svg) no-repeat 50% 50%;
  background-size: 100%; }

.cart-quantity {
  position: absolute;
  top: 0;
  right: 0;
  background: #f7744f;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 0.6875rem; }
  @media (min-width: 769px) {
    .cart-quantity {
      transform: translateY(-50%) translateX(50%); } }
  @media (max-width: 768px) {
    .cart-quantity {
      top: .25rem;
      right: 2rem;
      width: 20px;
      height: 20px;
      line-height: 20px; } }

.footer {
  background: #f1eeed;
  padding: 1.5rem 0;
  margin-top: 3rem; }

@media (max-width: 1023px) {
  .footer .col-6-tablet {
    margin-bottom: 3rem; } }

@media (max-width: 767px) {
  .footer .col-12-phone {
    margin-bottom: 3rem; } }

.footer-heading {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc9c9; }

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  line-height: 2;
  color: #5d5d5d; }
  .footer-links a:hover {
    color: #f7744f; }

.newsletter-signup {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .newsletter-signup .input-submit {
    font-weight: 500; }
  .newsletter-signup .input-email {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-weight: 300;
    font-size: 0.875rem;
    border-right: 0; }

.footer-social {
  margin-top: 1.5rem; }

.opening-hours td {
  padding-right: 1rem; }

.copyright {
  border-top: 1px solid #ccc9c9;
  padding: 1rem 0 0;
  margin: 3rem 0 0;
  font-weight: 300; }

@font-face {
  font-family: 'fontello';
  src: url(../font/fontello.eot?37154409);
  src: url(../font/fontello.eot?37154409#iefix) format("embedded-opentype"), url(../font/fontello.woff2?37154409) format("woff2"), url(../font/fontello.woff?37154409) format("woff"), url(../font/fontello.ttf?37154409) format("truetype"), url(../font/fontello.svg?37154409#fontello) 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: 'fontello';
    src: url('../font/fontello.svg?37154409#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  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;
  /* 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-twitter:before {
  content: '\f099'; }

/* '*/
.icon-facebook:before {
  content: '\f09a'; }

/* '*/
.icon-instagram:before {
  content: '\f16d'; }

/* '*/
.icon-pinterest:before {
  content: '\f231'; }

/* '*/
.col-wrap {
  margin: 0 -1em; }

.col-3 {
  float: left;
  width: 33.33%;
  padding: 0 1em; }

.col-half {
  float: left;
  width: 50%;
  padding: 0 1em; }

@media (max-width: 1023px) {
  .col-6-tablet {
    width: 50%; } }

@media (max-width: 599px) {
  .col-12-phone {
    width: 100%; } }

.shop-categories {
  position: relative;
  font-size: .8125rem;
  margin: 0 0 3.125rem;
  text-align: center;
  height: 2.8125rem;
  border-bottom: 1px solid #f1eeed; }
  @media (max-width: 599px) {
    .shop-categories {
      margin: 0 0 1.5rem; } }
  .shop-categories ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .shop-categories li {
    display: inline-block;
    margin: 0 .5rem; }
  .shop-categories a:hover,
  .shop-categories .is-active {
    color: #f7744f; }
  .shop-categories:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 1rem;
    height: 100%;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0) 85%); }
  .shop-categories:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 1rem;
    height: 100%;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0) 85%); }

.shop-categories__wrap {
  white-space: nowrap;
  overflow-x: hidden;
  padding: 1rem 0;
  cursor: inherit !important; }
  .shop-categories__wrap ul {
    padding: 0 .5rem; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0; }

input {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

.input-email,
.input-submit {
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0; }
  .input-email:focus,
  .input-submit:focus {
    outline: 0; }

.input-email,
.input-submit {
  padding: .875rem 1rem; }

.input-email {
  background: #fff;
  border: 1px solid #ccc9c9; }

.input-submit {
  text-align: center;
  background: #ccc9c9;
  color: #5d5d5d;
  transition: all 350ms; }
  .input-submit:hover {
    background-color: #f7744f;
    color: #fff; }

.input-button {
  font-size: .8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: .875rem 1rem;
  text-align: center;
  background: #f7744f;
  color: #fff;
  border: 0;
  transition: all 350ms; }
  .input-button:hover {
    background-color: #5d5d5d;
    color: #fff; }

.block-image {
  display: block;
  width: 100%;
  height: auto; }

.AlpinePhotoTiles_container_class {
  max-width: 350px;
  height: 350px;
  margin: 0 auto; }

.AlpinePhotoTiles-row {
  height: auto !important; }

.AlpinePhotoTiles-tile {
  width: 33.33% !important;
  height: auto !important;
  padding: 5px;
  margin: 0 !important; }

.AlpinePhotoTiles-image-div {
  height: 0 !important;
  padding-bottom: 100%; }

.heading-primary {
  font-family: 'jillsville';
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1;
  font-size: 2.5em;
  text-align: center;
  margin: 0 0 1.5rem; }

.heading-secondary {
  font-size: 1.5em;
  line-height: 1.25;
  margin: 0;
  text-align: center; }

.heading-tertiary,
.widget-title {
  margin: 0 0 .75em;
  font-family: 'jillsville';
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1.5em;
  text-align: center; }

@media (max-width: 599px) {
  .heading-primary {
    font-size: 1.5em;
    margin-bottom: 1em; }
  .heading-secondary {
    font-size: 1.25em; } }

.no-touch .AlpinePhotoTiles-link:hover {
  opacity: 0.7; }

.no-touch .content a:hover {
  color: #a0a0a0;
  border-color: #a0a0a0; }

.no-touch .read-more-link:hover {
  background: #f7744f;
  color: #fff; }

.no-touch .search-form button:hover
.ssba a:hover,
.no-touch .single-post_share--bloglovin a:hover {
  opacity: 0.7; }

.no-touch .button:hover {
  color: #fff; }

.no-touch nav a:hover {
  color: #f7744f; }

a,
input,
button,
.image-pin-icon {
  transition: all 250ms; }

a.pinit-button {
  transition: none; }

/* Form Elements
--------------*/
.search-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .search-form:after {
    content: '';
    display: table;
    clear: both; }

.search-form input {
  border-radius: 0;
  -webkit-appearance: none;
  float: left;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.search-form input[type=text] {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc9c9;
  border-right: 0;
  color: #5d5d5d;
  font-weight: 300;
  line-height: normal;
  font-size: .875rem;
  padding: .875rem 1rem; }
  .search-form input[type=text]:focus {
    outline: 0; }

.search-form button {
  float: left;
  background: #f7744f;
  color: #fff;
  border: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: .875rem;
  padding: .875rem 1rem;
  border: 1px solid #f7744f;
  line-height: normal; }

.search-form button:focus {
  outline: 0; }

.search-form button {
  text-indent: -9999px;
  width: 80px;
  background-image: url(../img/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1rem; }
  .search-form button:hover {
    opacity: 0.7; }

.search-form input[type=text] {
  width: 283px;
  margin: 0; }

@media (max-width: 599px) {
  .search-form input[type=text] {
    width: 201px; } }
