@charset "UTF-8";
/*
Theme Name: Manuella
Version: 1.0
Author: Volta Jazz
Author URI: https://www.voltajazz.com/
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "lg";
  src: url("assets/fonts/lg.ttf?22t19m") format("truetype"), url("assets/fonts/lg.woff?22t19m") format("woff"), url("assets/fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\E095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\E070";
}

.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\E1FF";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\E312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\E80D";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\E900";
}

.lg-rotate-right:after {
  content: "\E901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\E902";
}

.lg-flip-ver:after {
  content: "\E903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("assets/images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-scale-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
  opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-outer.fb-comments .lg-img-wrap {
  padding-right: 400px !important;
}

.lg-outer.fb-comments .fb-comments {
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  z-index: 99999;
  background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
  background-image: none;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
  background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .lg-toolbar {
  right: 420px;
  width: auto;
}

.lg-outer.fb-comments .lg-actions .lg-next {
  right: 420px;
}

.lg-outer.fb-comments .lg-item {
  background-image: none;
}

.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap {
  background-image: none;
}

.lg-outer.fb-comments .lg-img-wrap {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
}

.lg-outer.fb-comments .lg-sub-html {
  padding: 0;
  position: static;
}
* {
  box-sizing: border-box;
}

html {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  opacity: 0;
  background-color: #FFF;
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  padding-top: 3.8vw;
  padding-bottom: 41px;
  line-height: 1.3;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1160px) {
  body {
    padding-bottom: 0;
    padding-top: 51px;
  }
}

main {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
img {
  max-width: 100%;
  max-height: 100%;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

p {
  font-size: 1.2vw;
  line-height: 1.4;
}
@media screen and (max-width: 1160px) {
  p {
    font-size: 1.125rem;
  }
}

.container {
  padding: 0 1.5vw;
  padding-left: 3.375vw;
}
@media screen and (max-width: 1160px) {
  .container {
    padding: 0 20px;
  }
}

.flexbox {
  display: flex;
}
.flexbox--align-start {
  align-items: flex-start;
}
.flexbox--center {
  align-items: center;
}

.overlay {
  pointer-events: none;
  overflow: hidden;
}

@media screen and (max-width: 1160px) {
  .product .flexbox {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1160px) {
  .product .fixed-scroll {
    position: static !important;
    top: auto !important;
    width: auto !important;
  }
}

.product-images {
  width: 50vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-images .product-tile {
  display: block;
  cursor: zoom-in;
  line-height: 0;
}
@media screen and (max-width: 1160px) {
  .product-images {
    position: static;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 1.5vw;
  }
  .product-images .grid {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .product-images .grid .product-tile {
    flex-shrink: 0;
    width: auto;
  }
  .product-images .grid img {
    height: 100%;
    max-height: 40vh;
    width: auto;
  }
}

.js-image-zoom__zoomed-area {
  display: none !important;
}

.js-image-zoom__zoomed-image {
  right: 2.5px !important;
  left: 2.5px !important;
  top: 2.5px !important;
  bottom: 2.5px !important;
  width: auto !important;
  height: auto !important;
}

.see-pdf {
  display: block;
  border-radius: 1em;
  padding: 0.25em 0.75em;
  border: solid thin #000;
  text-decoration: none;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
  font-size: 1.125rem;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.25);
}
.see-pdf:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.product-description {
  width: 32%;
  padding: 0 3vw 1.5vw 1.5vw;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
  font-size: 1.3vw;
  line-height: 1.2;
}
.product-description header {
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
}
.product-description header h1 {
  font-size: 1.9vw;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  margin-top: 0.75vw;
}
@media screen and (max-width: 1160px) {
  .product-description header h1 {
    font-size: 1.9375rem;
    line-height: 2.0625rem;
  }
}
.product-description .authors a {
  text-decoration: none;
  transition: all 0.3s;
}
.product-description .authors a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1160px) {
  .product-description {
    width: 50%;
    padding: 0 20px;
    font-size: 1.3125rem;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .product-description {
    width: 100%;
  }
}

.spacer {
  padding-top: 15px;
}
.spacer:first-child, .spacer + .spacer {
  padding-top: 0vw;
}

@-webkit-keyframes manualla-spin {
  from {
    transform: scale(0.5) rotate(0deg);
  }
  to {
    transform: scale(0.5) rotate(360deg);
  }
}

@keyframes manualla-spin {
  from {
    transform: scale(0.5) rotate(0deg);
  }
  to {
    transform: scale(0.5) rotate(360deg);
  }
}
.product-sidebar {
  width: calc(15vw + 1.5vw);
  flex-shrink: 0;
  padding-right: 1.5vw;
  align-self: stretch;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .product-sidebar {
    padding: 0 20px;
    width: 50%;
    max-width: 320px;
  }
  .product-sidebar .grid > * {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .product-sidebar {
    width: 100%;
    max-width: 100%;
  }
  .product-sidebar .grid > * {
    width: 50%;
  }
}
.product-sidebar a {
  text-decoration: none;
  transition: all 0.3s;
}
.product-sidebar a:hover {
  opacity: 0.5;
}
.product-sidebar a.related {
  display: block;
  position: relative;
}
.product-sidebar a.related .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  display: flex;
}
.product-sidebar a.related:hover {
  opacity: 1;
}
.product-sidebar a.related:hover .overlay {
  opacity: 1;
}
.product-sidebar .add_to_cart_inline {
  color: #000 !important;
  padding: 0.25em 0.75em 0.3em !important;
  background-color: #FFF !important;
  font-size: 1.05vw !important;
  text-transform: lowercase !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 3.4vw;
  border: solid thin #000 !important;
  border-radius: 1em;
  position: relative;
  transform: translateY(1em);
  width: 100%;
}
@media screen and (max-width: 1160px) {
  .product-sidebar .add_to_cart_inline {
    font-size: 1.125rem !important;
    transform: translateY(0.5em);
  }
}
.product-sidebar .add_to_cart_inline > * {
  transition: all 0.3s;
  display: inline-block;
}
.product-sidebar .add_to_cart_inline:not(.no-over):hover {
  background-color: #000 !important;
}
.product-sidebar .add_to_cart_inline:not(.no-over):hover > *:not(.added_to_cart), .product-sidebar .add_to_cart_inline:not(.no-over):hover > a.button {
  color: #FFF !important;
}
.product-sidebar .add_to_cart_inline a.button {
  color: #000 !important;
  background-color: transparent !important;
  padding: 0 !important;
  opacity: 1 !important;
  font-weight: 500;
  position: static !important;
  pointer-events: none;
}
.product-sidebar .add_to_cart_inline a.button.loading::after {
  top: 0% !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-top: 0.5em !important;
  right: -0.15em !important;
  font-size: 1em;
  line-height: 1 !important;
  -webkit-animation: manualla-spin 1.5s infinite linear !important;
          animation: manualla-spin 1.5s infinite linear !important;
  transform-origin: center center;
  color: currentColor !important;
}
.product-sidebar .add_to_cart_inline a.button.added::after {
  top: 50% !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-top: -0.5em !important;
  right: 0.5em !important;
  font-size: 0.4em !important;
  position: absolute !important;
}
.product-sidebar .add_to_cart_inline .amount {
  font-size: inherit !important;
}
.product-sidebar .product-meta {
  font-size: 0.875rem;
}
.product-sidebar .product-meta > p, .product-sidebar .product-meta > div {
  margin: 0;
  font-size: inherit;
}
.product-sidebar .product-meta ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.product-sidebar .product-meta #sameAuthorBooks {
  margin-top: 3vw;
}
.product-sidebar .product-meta #sameAuthorBooks .grid {
  margin-top: 0.75em;
}
.product-sidebar .product-meta #sameAuthorBooks + #upsells {
  margin-top: 1.5vw;
}
.product-sidebar .product-meta #upsells {
  margin-top: 3vw;
}
.product-sidebar .product-meta #upsells .grid {
  margin-top: 0.75em;
}

#seeLinks {
  transform: rotate(90deg) scale(1, 1.2);
  transition: all 0.3s;
  cursor: pointer;
}
#seeLinks:hover {
  opacity: 0.5;
}
#seeLinks.opened {
  transform: rotate(0deg) scale(1, 1.2);
}

#pressLinks {
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
#pressLinks.opened {
  max-height: 50em;
}

.fixed-scroll.fixed {
  width: inherit;
}

#filter-genre {
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
  padding-left: 0.3em;
  padding-right: 0em;
  align-self: center;
  transform: translate(-0.35em, 0.15em);
  position: relative;
}
#filter-genre a {
  font-size: 60%;
  cursor: pointer;
  padding-right: 0.35em !important;
  transform: translateY(-1px);
}
#filter-genre a:hover {
  opacity: 0.5;
}
#filter-genre::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10%;
  height: 110%;
  width: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 1160px) {
  #filter-genre {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  #filter-genre::before {
    content: none;
  }
}

#reset-genre {
  visibility: hidden;
  margin-right: 1em;
  cursor: pointer;
}
#reset-genre svg {
  height: 0.5em;
  width: auto;
}
#reset-genre:hover {
  opacity: 0.5;
}

#list-genre {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(25vw);
  background-color: #FFF;
  font-size: 1rem;
  line-height: 1.1;
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
#list-genre .list-container {
  padding: 1.5vw;
}
#list-genre .list-container div {
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 0.3em;
}
#list-genre .list-container div.selected {
  text-decoration: underline;
}
#list-genre .list-container div:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1160px) {
  #list-genre .list-container {
    padding: calc(20px - 0.3em);
  }
}
@media screen and (max-width: 1200px) {
  #list-genre {
    width: calc(33.33vw);
  }
}
@media screen and (max-width: 1160px) {
  #list-genre {
    position: relative;
    width: auto;
  }
}

@media screen and (max-width: 1160px) {
  .no-mobile {
    display: none;
  }
}

@media screen and (min-width: calc(1160px + 1px)) {
  .only-mobile {
    display: none;
  }
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-width: 1px !important;
  border-top-color: #000 !important;
  padding-left: calc(2em + 2.25vw) !important;
  background-color: #f7F7F7 !important;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
  color: #000 !important;
  left: 2.25vw !important;
}
@media screen and (max-width: 1160px) {
  .woocommerce-message, .woocommerce-info, .woocommerce-error {
    padding-left: calc(2em + 0.75vw) !important;
  }
  .woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
    left: 0.75vw !important;
  }
}

.woocommerce-notices-wrapper {
  position: relative !important;
  display: flex;
  flex-direction: column;
}
.woocommerce-notices-wrapper .button {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
.woocommerce-notices-wrapper li {
  display: flex !important;
  justify-content: space-between !important;
  padding-bottom: 0.5em !important;
  align-items: center;
}
.woocommerce-notices-wrapper li a {
  order: 1 !important;
}

.woocommerce .button {
  color: #FFF !important;
  padding: 0.5em 1em !important;
  background-color: #000 !important;
  transition: all 0.3s;
  border-radius: 0.75em !important;
  font-weight: 400 !important;
}
.woocommerce .button:hover {
  background-color: #000 !important;
  opacity: 0.5;
}
.woocommerce a.added_to_cart {
  display: none !important;
  position: absolute;
  top: 110%;
  left: 0;
  font-size: 0.8em !important;
  padding-top: 0.5em !important;
  text-decoration: underline;
}
@media screen and (max-width: 1160px) {
  .woocommerce a.added_to_cart {
    display: block !important;
  }
}
.woocommerce a.remove {
  font-size: 1em !important;
  height: 1.5em !important;
  width: 1.5em !important;
  transition: all 0.3s;
  display: flex !important;
}
.woocommerce a.remove svg {
  transition: all 0.3s;
  fill: #000 !important;
  height: 52%;
  width: 52%;
  margin: auto !important;
  transform: translateX(0px) translateY(-1px);
}
.woocommerce a.remove:hover {
  background: #000 !important;
}
.woocommerce a.remove:hover svg {
  fill: #FFF !important;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1em;
  }
  .woocommerce-cart-form__cart-item > td.product-remove {
    width: auto !important;
    flex-basis: auto !important;
  }
  .woocommerce-cart-form__cart-item > td:first-child {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}

.shipping-notice {
  font-size: 0.75rem;
  margin-top: 0;
  clear: both;
}

.woocommerce-shipping-totals hr {
  margin-bottom: 1em;
}

.table-container {
  margin: -10px;
}

.cart_totals, table.shop_table, .text-container {
  max-width: 960px !important;
  font-size: 1.125rem;
}

.cart_totals {
  float: none !important;
  width: auto !important;
}
.cart_totals th {
  text-align: right;
}
.cart_totals td {
  border: solid thin #000 !important;
}

@media screen and (max-width: 768px) {
  table.shop_table .cart-subtotal .product-remove {
    display: none !important;
  }
}

.woocommerce-checkout-review-order-table th {
  text-align: right;
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
  width: 50%;
}

.cart-collaterals {
  margin-top: 2.25vw !important;
}

.cart_item .product-total {
  text-align: right !important;
}

.woocommerce-cart-form {
  margin-top: 1.5vw !important;
}

table.shop_table {
  border-collapse: separate;
  border-spacing: 10px;
  /* cellspacing */
  border: none !important;
  table-layout: fixed;
}
table.shop_table tr.shipping td {
  border: solid thin;
  border-radius: 0.75em;
  border-color: #000 !important;
  padding: 16px !important;
  background-color: #F7F7F7 !important;
}
@media screen and (max-width: 768px) {
  table.shop_table tr {
    margin: 1.5vw 0;
  }
  table.shop_table tr th {
    display: block !important;
    float: left;
    text-align: left !important;
    padding-left: 16px !important;
    font-weight: 700 !important;
  }
}
@media screen and (max-width: 768px) {
  table.shop_table tr.order-total th {
    padding: 4px 16px !important;
    font-weight: 700 !important;
  }
  table.shop_table tr.order-total .product-remove {
    display: none !important;
  }
}
table.shop_table th {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  padding-left: 4px;
}
table.shop_table th.product-name {
  width: 60% !important;
}
table.shop_table th.product-quantity {
  width: 15% !important;
}
table.shop_table th.product-subtotal {
  width: 25% !important;
}
table.shop_table td {
  border: solid thin;
  border-radius: 0.75em;
  border-color: #000 !important;
  padding: 4px 16px !important;
  line-height: 1.1 !important;
  font-size: 1.25rem !important;
}
table.shop_table td a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  table.shop_table td a img {
    width: 80px !important;
  }
}
table.shop_table td input {
  border: none !important;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  table.shop_table td input {
    border: solid thin !important;
  }
}
table.shop_table td.product-price, table.shop_table td.product-subtotal, table.shop_table td.product-quantity {
  text-align: right;
}
table.shop_table td.product-price .woocommerce-Price-currencySymbol, table.shop_table td.product-subtotal .woocommerce-Price-currencySymbol, table.shop_table td.product-quantity .woocommerce-Price-currencySymbol {
  display: none;
}
table.shop_table td.product-quantity {
  padding-right: 6px !important;
}
@media screen and (max-width: 768px) {
  table.shop_table td.product-quantity {
    padding-right: 16px !important;
  }
}
table.shop_table td.actions {
  border: none !important;
  padding: 0 !important;
  padding-top: 0.75vw !important;
}
@media screen and (max-width: 768px) {
  table.shop_table td.product-name {
    padding: 16px !important;
  }
}
table.shop_table td.product-name a:first-child {
  line-height: 0;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  table.shop_table td.product-name a:first-child {
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  table.shop_table td {
    border: none !important;
    text-align: left !important;
  }
}
table.shop_table #coupon_code {
  min-width: 180px !important;
  border: solid thin !important;
  border-radius: 0.75em;
  padding: 0.32em 1em !important;
  line-height: 1 !important;
}
table.shop_table .woocommerce-shipping-totals td {
  padding-top: 0.75vw !important;
  padding-bottom: 1.5vw !important;
}
table.shop_table .product-remove {
  border: none !important;
  padding: 0 !important;
  width: 40px !important;
}
table.shop_table .cart-subtotal th:first-child, table.shop_table .order-total th:first-child, table.shop_table .order-now th:first-child {
  width: 50% !important;
  border: none !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  table.shop_table .cart-subtotal th:first-child, table.shop_table .order-total th:first-child, table.shop_table .order-now th:first-child {
    padding-left: 16px !important;
  }
}
table.shop_table .cart-subtotal td, table.shop_table .order-total td, table.shop_table .order-now td {
  text-align: right !important;
  border: solid thin !important;
  height: 40px !important;
}
table.shop_table .cart-subtotal td > strong, table.shop_table .cart-subtotal td > span, table.shop_table .order-total td > strong, table.shop_table .order-total td > span, table.shop_table .order-now td > strong, table.shop_table .order-now td > span {
  vertical-align: middle;
}
table.shop_table .cart-subtotal .product-remove, table.shop_table .order-total .product-remove, table.shop_table .order-now .product-remove {
  visibility: hidden;
}
table.shop_table .cart-subtotal td {
  width: 50% !important;
}
table.shop_table .cart-subtotal th {
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  table.shop_table .cart-subtotal td {
    width: 100% !important;
  }
  table.shop_table .cart-subtotal th {
    display: block !important;
    float: left !important;
    padding: 4px 16px !important;
    text-align: left !important;
  }
}
table.shop_table .order-total th {
  border: none !important;
}
@media screen and (max-width: 768px) {
  table.shop_table .order-now {
    margin-top: 0 !important;
  }
}
table.shop_table .order-now td, table.shop_table .order-now th {
  padding: 0 !important;
  border: none !important;
}
table.shop_table .order-now .wc-proceed-to-checkout {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  table.shop_table .order-now .wc-proceed-to-checkout {
    padding: 1em 0 !important;
  }
}
table.shop_table .order-now .wc-proceed-to-checkout::before, table.shop_table .order-now .wc-proceed-to-checkout::after {
  content: none !important;
}
table.shop_table .order-now .checkout-button {
  margin: 0 !important;
}

.order_details th, .woocommerce-shipping-totals th {
  padding-left: 0 !important;
  border: none !important;
}

.input-text, .select2-container--default {
  border-radius: 0.75em !important;
  border: solid thin #000;
  padding: 0.25em 0.5em;
}

.select2-selection--single {
  border: none !important;
}

#order_review_heading {
  margin-top: 3vw !important;
}

.woocommerce form .form-row-first {
  width: 48% !important;
}

.woocommerce form .form-row .required {
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .woocommerce form .form-row {
    width: 100% !important;
  }
}

.woocommerce ul#shipping_method li b,
.woocommerce table.shop_table_responsive tr td b,
.woocommerce-page table.shop_table_responsive tr td b {
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .woocommerce ul#shipping_method li,
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
  .woocommerce ul#shipping_method li *,
.woocommerce table.shop_table_responsive tr td *,
.woocommerce-page table.shop_table_responsive tr td * {
    text-align: left !important;
  }
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 3vw !important;
}
.woocommerce-checkout-review-order-table th {
  padding-left: 0 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  ul.order_details {
    display: flex !important;
    flex-direction: column !important;
  }
  ul.order_details li {
    border-right: none !important;
    margin-bottom: 0.5em !important;
  }
}

.woocommerce-order-overview {
  padding: 0 !important;
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  vertical-align: middle !important;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: none !important;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr.cart_item,
.woocommerce-page table.shop_table_responsive tr.cart_item {
    border: solid thin;
    border-radius: 0.75em;
    border-color: #000 !important;
    margin-bottom: 1.5vw;
  }
}

.woocommerce table.shop_table_responsive td,
.woocommerce-page table.shop_table_responsive td {
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .actions .coupon {
    display: flex !important;
    flex-direction: column !important;
  }
  .actions .coupon > * {
    float: none !important;
    width: 100% !important;
  }
  .actions .coupon #coupon_code {
    margin-bottom: 1.75vw !important;
  }
}

@media screen and (max-width: 768px) {
  [name=update_cart][disabled] {
    display: none !important;
  }
}

.woocommerce ul#shipping_method li input {
  vertical-align: baseline !important;
}

@media screen and (max-width: 768px) {
  table.shop_table.order_details {
    border-spacing: 0px !important;
  }
  table.shop_table.order_details thead {
    display: none !important;
  }
  table.shop_table.order_details thead tr {
    display: flex !important;
  }
  table.shop_table.order_details thead tr th {
    width: 50% !important;
    float: none !important;
  }
  table.shop_table.order_details tr th, table.shop_table.order_details tr td {
    padding: 0 !important;
    padding-bottom: 0.75vw !important;
  }
  table.shop_table.order_details tr th.product-name, table.shop_table.order_details tr td.product-name {
    padding: 0 !important;
  }
}

.author-list {
  display: flex;
  max-width: 1160px;
  margin-top: 2.25vw;
}
@media screen and (max-width: 1160px) {
  .author-list {
    flex-wrap: wrap;
  }
}
.author-list > * {
  width: 25%;
}
@media screen and (max-width: 1160px) {
  .author-list > * {
    width: 100%;
    flex-direction: column;
  }
}
.author-list > div {
  display: flex;
}
.author-list > div ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 2.25rem;
  line-height: 1.5;
  padding-right: 1.875vw;
  transition: all 0.3s;
}
@media screen and (max-width: 1160px) {
  .author-list > div ul {
    padding: 0;
    display: flex;
  }
}
.author-list > div ul button {
  opacity: 0.12;
  transition: all 0.3s;
}
.author-list > div ul button:hover {
  opacity: 1;
}
.author-list > div ul button.selected {
  opacity: 1;
}
@media screen and (max-width: 1160px) {
  .author-list > div ul button:first-child {
    padding-left: 0;
  }
}
.author-list > div .content {
  padding-right: 2.25vw;
  padding-top: 0.4em;
  position: relative;
}
.author-list > div .content [id^=authors-] {
  display: none;
}
.author-list > div .content a {
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s;
}
.author-list > div .content a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1160px) {
  .author-list > div .content > div {
    margin-bottom: 1.5vw;
  }
}

.librairie-list {
  display: flex;
  max-width: 1160px;
  margin-top: 2.25vw;
}
@media screen and (max-width: 1160px) {
  .librairie-list {
    flex-wrap: wrap;
  }
}
.librairie-list > * {
  width: 25%;
}
@media screen and (max-width: 1160px) {
  .librairie-list > * {
    width: 100%;
    margin-bottom: 0.75vw;
    margin-left: -6px;
  }
  .librairie-list > *:last-child {
    margin-left: 0;
  }
  .librairie-list > *:last-child ul {
    display: block;
  }
}
.librairie-list > *:last-child {
  width: auto;
}
.librairie-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-right: 1.875vw;
  transition: all 0.3s;
}
@media screen and (max-width: 1160px) {
  .librairie-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.librairie-list ul button {
  opacity: 0.12;
  transition: all 0.3s;
  text-align: left;
}
.librairie-list ul button:hover {
  opacity: 1;
}
.librairie-list ul button.selected {
  opacity: 1;
}
.librairie-list [id^=cities-] {
  display: none;
}
.librairie-list [id^=librairies-] {
  display: none;
}
.librairie-list [id^=distributeurs-] {
  display: none;
}
.librairie-list .librairie strong {
  font-weight: 700;
  line-height: 1.1;
  display: block;
  padding-top: 0.2em;
  font-size: 1.25rem;
}
.librairie-list .librairie p {
  margin-top: 0;
}

.search-form {
  display: flex;
  align-items: center;
  margin-top: 1.5vw;
}
.search-form .search-field {
  font-size: 1.5rem;
  transition: all 1s;
  padding: 0.25em;
}
.search-form.active .search-field {
  width: 200px;
  opacity: 1;
}
.search-form.active button[type=submit] {
  margin-left: 6px;
}
.search-form button[type=submit] {
  transition: all 1s;
  margin-left: 10px;
  padding: 0;
}
.search-form button[type=submit] svg {
  height: 2.25rem;
  width: auto;
}

.search-results h2 {
  font-size: 1.875rem;
  font-weight: 400;
}
.search-results h3 {
  font-size: 1.25rem;
  margin-top: 1.5vw;
  margin-bottom: 5px;
}
.search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results ul a {
  text-decoration: none;
  transition: all 0.3s;
}
.search-results ul a:hover {
  opacity: 0.5;
}

.search-container {
  margin: 0.5em 0;
}
.search-container a {
  display: block;
  position: relative;
}
.search-container a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  display: flex;
  font-size: 1.375rem;
  align-items: flex-end;
}
.search-container a:hover .overlay {
  opacity: 1;
}

.mt1 {
  margin-top: 1em !important;
}

.mc4wp-notice i,
#subscribe_to_newsletter_field .woocommerce-input-wrapper i {
  font-style: normal;
}

html[lang=en-US] .mc4wp-notice span, html[lang=en-US] .mc4wp-alert span {
  display: none;
}
html[lang=en-US] #subscribe_to_newsletter_field .woocommerce-input-wrapper span {
  display: none;
}

html[lang=fr-FR] .mc4wp-notice i, html[lang=fr-FR] .mc4wp-alert i {
  display: none;
}
html[lang=fr-FR] #subscribe_to_newsletter_field .woocommerce-input-wrapper i {
  display: none;
}

.mc4wp-form-fields input {
  border: solid thin !important;
  border-radius: 0.75em !important;
}
.mc4wp-form-fields input[type=email] {
  min-width: 300px !important;
  padding: 0.5em 1em !important;
  margin-right: 0.5em;
}
@media screen and (max-width: 600px) {
  .mc4wp-form-fields input[type=email] {
    width: 100%;
  }
}
.mc4wp-form-fields input[type=submit] {
  color: #FFF !important;
  padding: 0.5em 1em !important;
  background-color: #000 !important;
  transition: all 0.3s;
  border-radius: 0.75em !important;
  font-weight: 400 !important;
  cursor: pointer;
  transition: all 0.3s;
  border: solid 2px !important;
}
.mc4wp-form-fields input[type=submit]:hover {
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .mc4wp-form-fields input[type=submit] {
    margin-top: 0.5em;
    width: 100%;
  }
}

.woocommerce-terms-and-conditions-checkbox-text {
  line-height: 1 !important;
  padding-bottom: 2em;
}

.woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-form__label, .wc-newsletter-subscription-checkout-fields .form-row .woocommerce-form__label {
  line-height: 1;
}
.woocommerce-terms-and-conditions-wrapper .optional, .wc-newsletter-subscription-checkout-fields .optional {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 50px;
}

.cn-button {
  font-family: aktiv-grotesk, sans-serif !important;
  border-radius: 0 !important;
}

.about_paypal {
  display: none;
}

.optional {
  display: none;
}

#header {
  background-color: #FFF;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 1.9vw;
  padding: 5px 0;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  #header {
    transition: all 0.7s;
    min-height: 0vh;
    font-size: 1.5rem;
  }
  #header.visible {
    min-height: 100vh;
    overflow: auto;
  }
}
#header .back {
  display: none;
}
@media screen and (max-width: 1160px) {
  #header .back {
    display: block;
    position: absolute;
    top: 0;
    background-color: #FFF;
    width: 100%;
  }
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header #branding, #header #search {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1160px) {
  #header #search #search-field {
    padding: 0;
    font-size: 1.5rem;
  }
  #header #search [type=submit] {
    padding: 0;
  }
}
#header .nav-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1160px) {
  #header .nav-container {
    position: absolute;
    top: 0;
    transform: translateY(-120%);
    transition: all 0.7s;
    z-index: -1;
    flex-direction: column;
    align-items: flex-start;
  }
  #header .nav-container.visible {
    top: 100px;
    transform: translateY(0%);
    padding-bottom: 1.5vw;
  }
  #header .nav-container ul {
    flex-direction: column;
  }
}
#header nav.main-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header nav.main-menu ul a {
  text-decoration: none;
  display: block;
  padding: 0 0.75em;
  transition: opacity 0.3s;
}
#header nav.main-menu ul a:first-child {
  padding-left: 0;
}
#header nav.main-menu ul a:hover {
  opacity: 0.5;
}
#header nav.main-menu ul li.current-menu-item a {
  opacity: 0.5;
}
#header nav.main-menu ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1160px) {
  #header nav.main-menu ul li {
    margin-bottom: 0.25em;
  }
}
#header #site-title {
  z-index: 1;
}
#header #site-title a {
  text-decoration: none;
  transition: opacity 0.3s;
}
#header #site-title a:hover {
  opacity: 0.5;
}
#header .search-form {
  display: flex;
  align-items: center;
  margin-top: 0;
  z-index: 1;
  position: relative;
}
#header .search-form #search-close {
  position: absolute;
  right: 1em;
  width: 20px;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
  line-height: 0.5em;
  display: none;
}
@media screen and (max-width: 1160px) {
  #header .search-form #search-close {
    display: none !important;
  }
}
#header .search-form .search-field {
  font-size: 1.125rem;
  padding: 0.3em;
  width: 0;
  opacity: 0;
  transition: all 1s;
  border-radius: 600px;
  border-width: thin;
}
#header .search-form.active .search-field {
  width: 200px;
  opacity: 1;
}
@media screen and (max-width: 1160px) {
  #header .search-form.active .search-field {
    width: 240px;
    padding: 0.5em !important;
  }
}
#header .search-form.active #search-close {
  opacity: 1;
  display: flex;
}
#header .search-form.active button[type=submit] {
  margin-left: 6px;
}
@media screen and (max-width: 1160px) {
  #header .search-form.active button[type=submit] {
    margin-left: 12px;
  }
}
#header .search-form button[type=submit] {
  margin-left: 0;
  transition: all 1s;
}
#header .search-form button[type=submit] svg {
  height: 0.75em;
  width: auto;
}
#header #menu-toggle {
  z-index: 20;
  display: none;
  z-index: 30;
  margin: 0;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}
#header #menu-toggle .close {
  display: none;
}
#header #menu-toggle .menu {
  display: block;
}
#header #menu-toggle.visible .menu {
  display: none;
}
#header #menu-toggle.visible .close {
  display: block;
}
@media screen and (max-width: 1160px) {
  #header #menu-toggle {
    display: flex;
  }
}
#header #menu-toggle svg {
  margin: auto;
  width: 100%;
}
#header .cart-count {
  font-size: 50%;
  display: inline-block;
  transform: translateX(-2px) translateY(-6px);
}

.no-mobile .wpml-ls-legacy-list-vertical {
  position: absolute;
  border: 0;
  transform: rotate(-90deg) translateX(-1px) translateY(calc(-100% - 2vw));
  transform-origin: center top;
  opacity: 0;
  transition: all 0.3s;
}
.no-mobile .wpml-ls-legacy-list-vertical li {
  display: block;
}
.no-mobile .wpml-ls-legacy-list-vertical li.wpml-ls-current-language {
  display: none;
}
.no-mobile .wpml-ls-legacy-list-vertical li a {
  display: block;
  text-transform: uppercase;
  transform-origin: center;
  font-size: 0.65vw;
  transition: all 0.3s;
  padding: 0;
  border: 0;
}
.no-mobile .wpml-ls-legacy-list-vertical li a span {
  height: 1em;
  line-height: 1;
  display: block;
  letter-spacing: 0.05em;
  font-size: 1.15em;
  padding-top: 0.4em;
  transform: translateX(-0.06em);
}
.no-mobile .wpml-ls-legacy-list-vertical li a:hover {
  opacity: 0.5;
}
.only-mobile .wpml-ls-legacy-list-vertical {
  margin-top: 1.5vw;
}
.only-mobile .wpml-ls-legacy-list-vertical li {
  display: block;
}
.only-mobile .wpml-ls-legacy-list-vertical li.wpml-ls-current-language {
  display: none;
}
.only-mobile .wpml-ls-legacy-list-vertical li a {
  display: block;
  padding: 0;
}
.only-mobile .wpml-ls-legacy-list-vertical li a:hover {
  opacity: 0.5;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  padding-bottom: 15px;
  padding-top: 5px;
}
@media screen and (max-width: 1160px) {
  #footer {
    position: static;
    border-top: solid thin #AAA;
    margin-top: 1.5vw;
  }
  .home #footer, .page-template-page-catalogue #footer {
    margin-top: 0vw;
    border-top: none;
  }
}
#footer .container {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.5vw;
}
@media screen and (max-width: 1160px) {
  #footer .container {
    padding: 20px;
  }
}
#footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#footer ul.menu li:first-child a {
  padding-left: 0;
}
#footer ul.menu a {
  text-decoration: none;
  display: block;
  padding: 0.25em 1em;
  font-size: 0.875rem;
}
@media screen and (max-width: 1160px) {
  #footer ul.menu {
    flex-direction: column;
  }
  #footer ul.menu a {
    padding-left: 0;
  }
}
#footer .current-menu-item {
  opacity: 0.5;
}

.entry-card {
  background-color: #FFF;
  display: flex;
  font-size: 1.125rem;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  .entry-card {
    flex-direction: column;
  }
  .entry-card > * {
    width: 100% !important;
  }
}
.entry-card .text-content {
  width: 53%;
  display: flex;
  justify-content: space-between;
  padding: 2.25vw 7.995vw 2.25vw 0vw;
}
@media screen and (max-width: 1360px) {
  .entry-card .text-content {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1160px) {
  .entry-card .text-content {
    padding: 0;
    padding-right: 20px;
  }
}
.entry-card .text-content .main-content {
  padding-right: 2.25vw;
  width: 68%;
}
@media screen and (max-width: 1360px) {
  .entry-card .text-content .main-content {
    width: 100%;
    padding-right: 0;
  }
}
.entry-card .text-content .main-content h1 {
  margin-top: -4px;
  font-weight: 400;
  font-size: 1.9vw;
  line-height: 1.1;
}
@media screen and (max-width: 1360px) {
  .entry-card .text-content .main-content h1 {
    font-size: 1.625rem;
  }
}
.entry-card .text-content .main-content h1 small {
  display: block;
  line-height: 1.1;
}
.entry-card .text-content .main-content h1 small p {
  margin: 0;
}
.entry-card .text-content .main-content *:last-child {
  margin-bottom: 0;
}
.entry-card .text-content .meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  font-size: 0.875rem;
  text-align: right;
}
@media screen and (max-width: 1360px) {
  .entry-card .text-content .meta {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 1160px) {
  .entry-card .text-content .meta {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    order: 1;
  }
}
.entry-card .text-content .meta time {
  font-size: 1.25rem;
}
@media screen and (max-width: 1160px) {
  .entry-card .text-content .meta time {
    margin-bottom: 10px;
  }
}
.entry-card .text-content .meta address {
  font-style: normal;
  margin-top: -5px;
}
.entry-card .text-content .meta address p {
  margin: 0;
}
.entry-card .image {
  width: 47%;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 80vh;
}
@media screen and (max-width: 768px) {
  .entry-card .image {
    order: -1;
    max-height: 50vh;
    margin-bottom: 1em;
  }
}

.grid-container {
  overflow: hidden;
  width: 100%;
}

.grid {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px;
}
.grid > * {
  padding: 2.5px;
}
.grid > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.grid-1 > * {
  width: 100%;
}
.grid-2 > * {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .grid-2 > * {
    width: calc(100% / 1);
  }
}
.grid-4 > * {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .grid-4 > * {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 960px) {
  .grid-4 > * {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 600px) {
  .grid-4 > * {
    width: calc(100% / 1);
  }
}

.product-tile {
  position: relative;
}
.product-tile:hover .overlay {
  opacity: 1;
}
.product-tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.3s;
  line-height: 1.5;
}
.product-tile .overlay .product-price {
  margin-bottom: 0.5em;
  font-size: 0.875rem;
}
.product-tile > a {
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 0;
}
.product-tile h1 {
  font-weight: 400;
  margin: 0;
  line-height: 1;
  font-size: 1.5rem;
}
.product-tile .author {
  margin-top: 0.4em;
  line-height: 1.1;
}
.grid-home .product-tile {
  max-height: calc(100vh - 8vw);
}
.grid-home .product-tile {
  min-height: 44vw;
}
.grid-shop .product-tile img {
  height: 23vw;
}
@media screen and (max-width: 1200px) {
  .grid-shop .product-tile img {
    height: 32vw;
  }
}
@media screen and (max-width: 960px) {
  .grid-shop .product-tile img {
    height: 49vw;
  }
}
@media screen and (max-width: 600px) {
  .grid-shop .product-tile img {
    height: 99vw;
  }
}