@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa, .woocommerce #review_form .comment-form-rating .star-1,
.woocommerce #review_form .comment-form-rating .star-2,
.woocommerce #review_form .comment-form-rating .star-3,
.woocommerce #review_form .comment-form-rating .star-4,
.woocommerce #review_form .comment-form-rating .star-5 {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .woocommerce #review_form .comment-form-rating .fa-pull-left.star-1,
.woocommerce #review_form .comment-form-rating .fa-pull-left.star-2,
.woocommerce #review_form .comment-form-rating .fa-pull-left.star-3,
.woocommerce #review_form .comment-form-rating .fa-pull-left.star-4,
.woocommerce #review_form .comment-form-rating .fa-pull-left.star-5 {
  margin-right: .3em;
}

.fa.fa-pull-right, .woocommerce #review_form .comment-form-rating .fa-pull-right.star-1,
.woocommerce #review_form .comment-form-rating .fa-pull-right.star-2,
.woocommerce #review_form .comment-form-rating .fa-pull-right.star-3,
.woocommerce #review_form .comment-form-rating .fa-pull-right.star-4,
.woocommerce #review_form .comment-form-rating .fa-pull-right.star-5 {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .woocommerce #review_form .comment-form-rating .pull-left.star-1,
.woocommerce #review_form .comment-form-rating .pull-left.star-2,
.woocommerce #review_form .comment-form-rating .pull-left.star-3,
.woocommerce #review_form .comment-form-rating .pull-left.star-4,
.woocommerce #review_form .comment-form-rating .pull-left.star-5 {
  margin-right: .3em;
}

.fa.pull-right, .woocommerce #review_form .comment-form-rating .pull-right.star-1,
.woocommerce #review_form .comment-form-rating .pull-right.star-2,
.woocommerce #review_form .comment-form-rating .pull-right.star-3,
.woocommerce #review_form .comment-form-rating .pull-right.star-4,
.woocommerce #review_form .comment-form-rating .pull-right.star-5 {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before, .woocommerce #review_form .comment-form-rating .star-1:hover:before, .woocommerce #review_form .comment-form-rating .star-1.active-hover:before, .woocommerce #review_form .comment-form-rating .star-1.active-custom:before,
.woocommerce #review_form .comment-form-rating .star-2:hover:before,
.woocommerce #review_form .comment-form-rating .star-2.active-hover:before,
.woocommerce #review_form .comment-form-rating .star-2.active-custom:before,
.woocommerce #review_form .comment-form-rating .star-3:hover:before,
.woocommerce #review_form .comment-form-rating .star-3.active-hover:before,
.woocommerce #review_form .comment-form-rating .star-3.active-custom:before,
.woocommerce #review_form .comment-form-rating .star-4:hover:before,
.woocommerce #review_form .comment-form-rating .star-4.active-hover:before,
.woocommerce #review_form .comment-form-rating .star-4.active-custom:before,
.woocommerce #review_form .comment-form-rating .star-5:hover:before,
.woocommerce #review_form .comment-form-rating .star-5.active-hover:before,
.woocommerce #review_form .comment-form-rating .star-5.active-custom:before {
  content: "";
}

.fa-star-o:before, .woocommerce #review_form .comment-form-rating .star-1:before,
.woocommerce #review_form .comment-form-rating .star-2:before,
.woocommerce #review_form .comment-form-rating .star-3:before,
.woocommerce #review_form .comment-form-rating .star-4:before,
.woocommerce #review_form .comment-form-rating .star-5:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

td,
th {
  padding: 0;
}

.image-replacement {
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.hidden--seo-friendly {
  position: absolute;
  height: 0;
  overflow: hidden;
  width: 0;
}

.hidden--medium {
  display: none !important;
  visibility: hidden !important;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .hidden--medium {
    display: block !important;
    visibility: visible !important;
  }
}

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

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.layout--boxed {
  border: 1px solid transparent;
  padding: 1rem;
}

.narrow .layout--boxed {
  /*@error "width: and (min-width: 768px)";*/
}

.wide .layout--boxed {
  padding: 1rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .wide .layout--boxed {
    padding: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .wide .layout--boxed {
    padding: 3rem;
  }
}

.cf:before, .row:before, .footer--bottom:before, .header--main:before, .header--main .nav--all:before, .header--main .nav__list:before, .footer .list--social-media:before, .site__bar--top .social-media:before, .site__bar--top .opening-hours:before, .module:before, .teaser:before, .columns__gallery:before, .instagram:before, .woocommerce .checkout_coupon:before, .woocommerce .shop_table .variation:before, .cf:after, .row:after, .footer--bottom:after, .header--main:after, .header--main .nav--all:after, .header--main .nav__list:after, .footer .list--social-media:after, .site__bar--top .social-media:after, .site__bar--top .opening-hours:after, .module:after, .teaser:after, .columns__gallery:after, .instagram:after, .woocommerce .checkout_coupon:after, .woocommerce .shop_table .variation:after {
  content: " ";
  display: table;
}

.cf:after, .row:after, .footer--bottom:after, .header--main:after, .header--main .nav--all:after, .header--main .nav__list:after, .footer .list--social-media:after, .site__bar--top .social-media:after, .site__bar--top .opening-hours:after, .module:after, .teaser:after, .columns__gallery:after, .instagram:after, .woocommerce .checkout_coupon:after, .woocommerce .shop_table .variation:after {
  clear: both;
}

.fa-label {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.background--image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.background--video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

.background--video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.background--video.height {
  height: 100%;
  width: auto;
}

.no-js .background--video {
  width: auto;
}

.overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lazyload .lazyloading {
  opacity: 0;
}

.lazyload .lazyloading.background--image {
  transform: scale(1.1);
}

.no-js .lazyload .lazyloading {
  opacity: 1;
}

.no-js .lazyload .lazyloading.background--image {
  transform: scale(1);
}

.lazyloaded {
  opacity: 1;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lazyloaded.background--image {
  transform: scale(1);
}

.row, .footer--bottom {
  clear: both;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 1200px;
  width: auto;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
  /*@error "width: and (min-width: 1296px)";*/
}

@media only screen and (min-width: 768px) {
  .row, .footer--bottom {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .row, .footer--bottom {
    margin-left: 3rem;
    margin-right: 3rem;
    width: auto;
  }
}

@media only screen and (min-width: 1296px) {
  .row, .footer--bottom {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.row--full {
  max-width: none;
}

.row .row, .footer--bottom .row, .row .footer--bottom, .footer--bottom .footer--bottom {
  margin-left: auto;
  margin-right: auto;
}

.col--1-12 {
  margin-bottom: 3.8%;
}

.col--2-12 {
  margin-bottom: 3.8%;
}

.col--3-12 {
  margin-bottom: 3.8%;
}

.col--4-12 {
  margin-bottom: 3.8%;
}

.col--5-12 {
  margin-bottom: 3.8%;
}

.col--6-12 {
  margin-bottom: 3.8%;
}

.col--7-12 {
  margin-bottom: 3.8%;
}

.col--8-12 {
  margin-bottom: 3.8%;
}

.col--9-12 {
  margin-bottom: 3.8%;
}

.col--10-12 {
  margin-bottom: 3.8%;
}

.col--11-12 {
  margin-bottom: 3.8%;
}

.col--12-12 {
  margin-bottom: 3.8%;
}

/*@error "width: and (min-width: 480px)";*/
@media only screen and (min-width: 480px) {
  .col--2-12 {
    display: block;
    float: left;
    margin-right: 3.8%;
    width: 48.1%;
  }
  .no-gutter .col--2-12 {
    margin-right: 0 !important;
    width: 50%;
  }
  .col--2-12:nth-child(-n+4) {
    margin-bottom: 3.8%;
  }
  .col--2-12:nth-child(2n) {
    margin-right: 0;
  }
  .col--3-12:nth-child(-n+3) {
    margin-bottom: 3.8%;
  }
}

/*@error "width: and (min-width: 568px)";*/
@media only screen and (min-width: 568px) {
  .col--1-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 4.85%;
  }
  .no-gutter .col--1-12 {
    margin-right: 0 !important;
    width: 8.3333333333%;
  }
  .col--2-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 30.8%;
  }
  .no-gutter .col--2-12 {
    margin-right: 0 !important;
    width: 33.3333333333%;
  }
  .col--2-12:nth-child(n+4) {
    margin-bottom: 0;
  }
  .col--2-12:nth-child(2n) {
    margin-right: 3.8%;
  }
  .col--2-12:nth-child(-n+3) {
    margin-bottom: 3.8%;
  }
  .col--2-12:nth-child(3n) {
    margin-right: 0;
  }
  .col--3-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 48.1%;
  }
  .no-gutter .col--3-12 {
    margin-right: 0 !important;
    width: 50%;
  }
  .col--3-12:nth-child(-n+2) {
    margin-bottom: 3.8%;
  }
  .col--3-12:nth-child(3) {
    margin-bottom: 0;
  }
  .col--3-12:nth-child(2n) {
    margin-right: 0;
  }
  .col--4-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 30.8%;
  }
  .no-gutter .col--4-12 {
    margin-right: 0 !important;
    width: 33.3333333333%;
  }
  .col--4-12:nth-child(3n) {
    margin-right: 0;
  }
  .col--5-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 39.45%;
  }
  .no-gutter .col--5-12 {
    margin-right: 0 !important;
    width: 41.6666666667%;
  }
  .col--6-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 48.1%;
  }
  .no-gutter .col--6-12 {
    margin-right: 0 !important;
    width: 50%;
  }
  .col--7-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 56.75%;
  }
  .no-gutter .col--7-12 {
    margin-right: 0 !important;
    width: 58.3333333333%;
  }
  .col--8-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 65.4%;
  }
  .no-gutter .col--8-12 {
    margin-right: 0 !important;
    width: 66.6666666667%;
  }
  .col--9-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 74.05%;
  }
  .no-gutter .col--9-12 {
    margin-right: 0 !important;
    width: 75%;
  }
  .col--10-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 82.7%;
  }
  .no-gutter .col--10-12 {
    margin-right: 0 !important;
    width: 83.3333333333%;
  }
  .col--11-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 91.35%;
  }
  .no-gutter .col--11-12 {
    margin-right: 0 !important;
    width: 91.6666666667%;
  }
  .col--12-12 {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3.8%;
    width: 100%;
  }
  .no-gutter .col--12-12 {
    margin-right: 0 !important;
    width: 100%;
  }
}

/*@error "width: and (min-width: 1024px)";*/
@media only screen and (min-width: 1024px) {
  .col--1-12 {
    width: 4.85%;
  }
  .no-gutter .col--1-12 {
    margin-right: 0 !important;
    width: 8.3333333333%;
  }
  .col--2-12 {
    width: 13.5%;
  }
  .no-gutter .col--2-12 {
    margin-right: 0 !important;
    width: 16.6666666667%;
  }
  .col--2-12:nth-child(-n+3) {
    margin-bottom: 0;
  }
  .col--2-12:nth-child(3n) {
    margin-right: 3.8%;
  }
  .col--2-12:nth-child(6n) {
    margin-right: 0;
  }
  .col--3-12 {
    width: 22.15%;
  }
  .no-gutter .col--3-12 {
    margin-right: 0 !important;
    width: 25%;
  }
  .col--3-12:nth-child(2n) {
    margin-right: 3.8%;
  }
  .col--3-12:nth-child(-n+3) {
    margin-bottom: 0;
  }
  .col--3-12:nth-child(4n) {
    margin-right: 0;
  }
  .col--4-12 {
    width: 30.8%;
  }
  .no-gutter .col--4-12 {
    margin-right: 0 !important;
    width: 33.3333333333%;
  }
  .col--4-12.teaser {
    float: left;
    margin-right: 3.8%;
    width: 30.8%;
  }
  .col--4-12.teaser:last-child {
    margin-right: 0;
  }
  .col--5-12 {
    width: 39.45%;
  }
  .no-gutter .col--5-12 {
    margin-right: 0 !important;
    width: 41.6666666667%;
  }
  .col--6-12 {
    width: 48.1%;
  }
  .no-gutter .col--6-12 {
    margin-right: 0 !important;
    width: 50%;
  }
  .col--7-12 {
    width: 56.75%;
  }
  .no-gutter .col--7-12 {
    margin-right: 0 !important;
    width: 58.3333333333%;
  }
  .col--8-12 {
    width: 65.4%;
  }
  .no-gutter .col--8-12 {
    margin-right: 0 !important;
    width: 66.6666666667%;
  }
  .col--9-12 {
    width: 74.05%;
  }
  .no-gutter .col--9-12 {
    margin-right: 0 !important;
    width: 75%;
  }
  .col--10-12 {
    width: 82.7%;
  }
  .no-gutter .col--10-12 {
    margin-right: 0 !important;
    width: 83.3333333333%;
  }
  .col--11-12 {
    width: 91.35%;
  }
  .no-gutter .col--11-12 {
    margin-right: 0 !important;
    width: 91.6666666667%;
  }
  .col--12-12 {
    width: 100%;
  }
  .no-gutter .col--12-12 {
    margin-right: 0 !important;
    width: 100%;
  }
}

.col--last {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.col--center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  /*@error "width: and (min-width: 568px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 568px) {
  .col--center {
    min-width: 74.05%;
  }
}

@media only screen and (min-width: 1024px) {
  .col--center {
    min-width: 0;
  }
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

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

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

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

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

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

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

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}

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

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

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

.flickity-prev-next-button.previous {
  left: 1rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .flickity-prev-next-button.previous {
    left: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flickity-prev-next-button.previous {
    left: 3rem;
  }
}

.flickity-prev-next-button.next {
  right: 1rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .flickity-prev-next-button.next {
    right: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .flickity-prev-next-button.next {
    right: 3rem;
  }
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0;
  cursor: auto;
}

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

.flickity-prev-next-button .arrow {
  box-shadow: 0 0 0 5px #09F;
  fill: #fff;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #fff;
  font-size: 26px;
}

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

.flickity-page-dots .dot {
  border: 1px solid #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.flickity-page-dots .dot:hover {
  transform: scale(1.25);
}

.flickity-page-dots .dot.is-selected {
  background: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -5px;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.slick-dots li {
  border: 1px solid #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.slick-dots li:hover {
  transform: scale(1.25);
}

.slick-dots li.slick-active {
  background: #fff;
}

.slick-dots li button {
  display: none;
}

/* ---- previous/next buttons ---- */
.slick-arrow {
  transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  /* vertically center */
  transform: translateY(-50%);
}

.slick-arrow:hover {
  background: transparent;
}

.slick-arrow:active {
  opacity: 0.5;
}

.slick-arrow:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.slick-arrow.slick-prev {
  left: 1rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .slick-arrow.slick-prev {
    left: 3rem;
  }
}

.slick-arrow.slick-next {
  right: 1rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .slick-arrow.slick-next {
    right: 3rem;
  }
}

.slick-arrow:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0;
  cursor: auto;
}

.slick-arrow svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.slick-arrow .arrow {
  box-shadow: 0 0 0 5px #09F;
  fill: #fff;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.slick-arrow.no-svg {
  color: #fff;
  font-size: 26px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/**
 * Base
 */

::selection {
  text-shadow: none;
}

body {
  font-size: 0.875rem;
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
  /*@error "width: and (min-width: 1280px)";*/
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1280px) {
  body {
    font-size: 1rem;
  }
}

/**
 * Headings
 */
h1 {
  font-size: 2rem;
  line-height: 1.125;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.25;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.25;
}

h6 {
  font-size: 1rem;
  line-height: 1.375;
}

.heading--page, .heading--single {
  font-size: 2.5rem;
  line-height: 1.125;
}

@media screen and (max-width: 782px) {
  .heading--page, .heading--single {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.heading--archive {
  margin-bottom: 0;
}

/**
 * Tables
 */
table {
  width: 100%;
}

td,
th {
  border: 1px solid transparent;
  padding: 0.5em;
}

th {
  letter-spacing: 0.0125em;
  text-align: left;
  text-transform: uppercase;
}

.content--main .psuedo-table {
  border-top: 1px solid transparent;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

.content--main .psuedo-table .list-item--opening-hours {
  border-bottom: 1px solid transparent;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}

.content--main .psuedo-table .list-item--opening-hours:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.content--main .psuedo-table .opening-hours__title {
  display: block;
  float: left;
  width: 50%;
}

/**
 * Form
 */
::-webkit-input-placeholder {
  color: #808080;
}

::-moz-placeholder {
  color: #808080;
}

:-ms-input-placeholder {
  color: #808080;
}

input,
select,
textarea {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25em;
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0;
  padding: 0.5em;
  transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.woocommerce-invalid input, .woocommerce-invalid
select, .woocommerce-invalid
textarea {
  border-color: #F44336;
}

.woocommerce-validated input, .woocommerce-validated
select, .woocommerce-validated
textarea {
  border-color: #4CAF50;
}

label {
  display: inline-block;
  font-size: 0.75em;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}

.form--mailchimp {
  margin-top: 0.75em;
  /*@error "width: and (min-width: 568px)";*/
}

.form--mailchimp input,
.form--mailchimp label,
.form--mailchimp select,
.form--mailchimp textarea {
  width: 100%;
}

.form--mailchimp input[type="submit"] {
  display: inline-block;
  width: auto;
}

@media only screen and (min-width: 568px) {
  .form--mailchimp .row, .form--mailchimp .footer--bottom {
    margin-bottom: 0.75em;
  }
  .form--mailchimp .row > p:last-child, .form--mailchimp .footer--bottom > p:last-child {
    margin-right: 0;
  }
}

.form--mailchimp .col {
  margin-bottom: 0.75em;
  /*@error "width: and (min-width: 568px)";*/
}

@media only screen and (min-width: 568px) {
  .form--mailchimp .col {
    margin-bottom: 0;
  }
}

.form--mailchimp .required-fields {
  margin-top: 0.75em;
}

.form--mailchimp .no-styling {
  display: inline-block;
  margin-bottom: 0.75em;
  margin-right: 0.75em;
}

.form--mailchimp .no-styling:last-child {
  margin-right: 0;
}

/**
 * Links
 */
a {
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/**
 * Buttons
 */
button,
input[type="submit"],
.button,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.0125em;
  margin: 0;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  button,
  input[type="submit"],
  .button,
  .woocommerce-pagination .next,
  .woocommerce-pagination .prev {
    font-size: 0.75em;
  }
}

button[disabled],
input[type="submit"][disabled],
.button[disabled],
.woocommerce-pagination .next[disabled],
.woocommerce-pagination .prev[disabled] {
  cursor: not-allowed;
}

button.large,
input[type="submit"].large,
.button.large,
.woocommerce-pagination .large.next,
.woocommerce-pagination .large.prev {
  border-width: 2px;
  font-size: 1em;
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  button.large,
  input[type="submit"].large,
  .button.large,
  .woocommerce-pagination .large.next,
  .woocommerce-pagination .large.prev {
    font-size: 1.125em;
  }
}

button.small,
input[type="submit"].small,
.button.small,
.woocommerce-pagination .small.next,
.woocommerce-pagination .small.prev {
  font-size: 0.625em;
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  button.small,
  input[type="submit"].small,
  .button.small,
  .woocommerce-pagination .small.next,
  .woocommerce-pagination .small.prev {
    font-size: 0.75em;
  }
}

button.transparent,
input[type="submit"].transparent,
.button.transparent,
.woocommerce-pagination .transparent.next,
.woocommerce-pagination .transparent.prev {
  background: transparent;
}

/**
 * Messages
 */
.message {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  clear: both;
  list-style-position: inside !important;
  margin-bottom: 1.5rem;
  padding: 1rem !important;
}

.message--success {
  border-color: #4CAF50 !important;
}

.message--error {
  border-color: #F44336 !important;
}

/**
 * Images
 */
img {
  height: auto;
  max-width: 100%;
  transform: translateZ(0);
  vertical-align: middle;
}

/**
 * Sub Menu
 */
.sub-menu {
  margin-bottom: 3em;
}

.narrow .sub-menu {
  font-size: 1rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .narrow .sub-menu {
    font-size: 0.875rem;
  }
}

* + .sub-menu {
  margin-top: 0.75em;
}

.sub-menu h1,
.sub-menu h2,
.sub-menu h3,
.sub-menu h4,
.sub-menu h5,
.sub-menu h6 {
  color: inherit;
}

.sub-menu-list {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.sub-menu li {
  border-bottom: 1px solid transparent;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.sub-menu li ul {
  display: none;
  margin-top: 1em;
}

.no-js .sub-menu li ul {
  display: block;
}

.sub-menu li li {
  margin-left: 1em;
}

.sub-menu li .heading {
  font-size: 1em;
}

.sub-menu .fa, .sub-menu .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .sub-menu .star-1,
.sub-menu .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .sub-menu .star-2,
.sub-menu .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .sub-menu .star-3,
.sub-menu .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .sub-menu .star-4,
.sub-menu .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .sub-menu .star-5 {
  cursor: pointer;
  float: right;
}

.no-js .sub-menu .fa, .no-js .sub-menu .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .no-js .sub-menu .star-1,
.no-js .sub-menu .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .no-js .sub-menu .star-2,
.no-js .sub-menu .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .no-js .sub-menu .star-3,
.no-js .sub-menu .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .no-js .sub-menu .star-4,
.no-js .sub-menu .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .no-js .sub-menu .star-5 {
  cursor: default;
}

.sub-menu .date {
  display: block;
  font-size: 0.75em;
}

.sub-menu a {
  color: inherit;
  text-decoration: none;
}

.sub-menu a:hover {
  color: inherit;
}

/**
 * Misc
 */
blockquote {
  font-size: 1.25rem;
  line-height: 1.75;
  padding: 1.5em;
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  blockquote {
    padding: 1.5em 3em;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid transparent;
  margin: 1.5em 0;
  padding: 0;
}

/**
 * Wrapper
 */
.wrapper--main {
  transition: margin-left 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .wrapper--main {
    transition: none;
    width: auto;
  }
}

.cat-nav-is-active .wrapper--main {
  margin-left: 74.05%;
}

/**
 * Header
 */
.sticky-wrapper {
  display: none;
}

/*@error "width: and (min-width: 1024px)";*/
@media only screen and (min-width: 1024px) {
  .sticky-wrapper {
    display: block;
  }
}

.header--main {
  padding-top: 1rem;
  position: static;
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .sticky-header .header--main {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .sticky-header.admin-bar .header--main {
    top: 32px;
  }
  .sticky-header.top-bar .header--main {
    top: 37px;
  }
  .sticky-header.top-bar.admin-bar .header--main {
    top: 69px;
  }
  .header--main.stuck {
    border-bottom: none;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
  }
}

.header--main a {
  text-decoration: none;
}

.header--main.transparent {
  background-color: transparent;
}

.static-header .header--main.transparent {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.static-header.admin-bar .header--main.transparent {
  top: 32px;
}

.static-header.top-bar .header--main.transparent {
  top: 37px;
}

.static-header.top-bar.admin-bar .header--main.transparent {
  top: 69px;
}

.header--page, .header--single {
  margin-bottom: 1.5rem;
}

/**
 * Navigation
 */
.header--main .nav {
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav {
    display: none;
  }
  .no-woocommerce .header--main .nav {
    display: block;
  }
}

.header--main .nav--all {
  height: 100%;
  left: -74.05%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: left 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 0;
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 74.05%;
  z-index: 30;
  /*@error "width: and (min-width: 1024px)";*/
}

.resolution--low .header--main .nav--all {
  border-top: none;
}

.cat-nav-is-active .header--main .nav--all {
  left: 0;
}

.admin-bar .header--main .nav--all {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header--main .nav--all {
    top: 46px;
  }
}

@media only screen and (min-width: 1024px) {
  .header--main .nav--all {
    border-right: none;
    height: auto;
    letter-spacing: 0.0125rem;
    overflow: visible;
    position: static;
    transition: none;
    width: auto;
  }
}

.header--main .nav--all.transparent {
  background-color: transparent;
}

.header--main .nav--all.transparent.stuck {
  background-color: inherit;
  color: inherit;
}

.header--main .nav--all a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.header--main .nav__search {
  border-bottom: 1px solid transparent;
  display: block;
  padding: 1rem;
  position: relative;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav__search {
    display: none;
  }
}

.header--main .nav__search-label {
  font-size: 1rem;
  display: block;
  position: relative;
}

.header--main .nav__search-field {
  border-color: transparent;
  padding: 0.25em 0.25em 0.25em 1.5em;
  width: 100%;
}

.header--main .nav__search-reader-text {
  display: none;
}

.header--main .nav__search-submit {
  display: none;
}

.header--main .nav__search .fa, .header--main .nav__search .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .header--main .nav__search .star-1,
.header--main .nav__search .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .header--main .nav__search .star-2,
.header--main .nav__search .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .header--main .nav__search .star-3,
.header--main .nav__search .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .header--main .nav__search .star-4,
.header--main .nav__search .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .header--main .nav__search .star-5 {
  position: absolute;
  left: 0.5em;
  top: 0.375em;
}

.header--main .nav--top {
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav--top {
    display: block;
  }
}

.header--main .nav__list {
  position: relative;
}

.header--main .nav__list.category__nav-position--center {
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav__list.category__nav-position--center {
    float: left;
    left: 50%;
  }
  .header--main .nav__list.category__nav-position--center > li {
    position: relative;
    right: 50%;
  }
  .header--main .nav__list.category__nav-position--center > li:hover > .sub-menu {
    display: block;
    width: 148.1%;
  }
}

.header--main .nav__list > li {
  border-bottom: 1px solid transparent;
  float: none;
  position: relative;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav__list > li {
    border-bottom: none;
    float: left;
  }
  .header--main .nav__list > li:hover > .sub-menu {
    display: block;
    width: 148.1%;
  }
}

.header--main .nav__list > li.menu-item-has-children > a {
  transition: none;
}

.header--main .nav__list > li.menu-item-has-children > a .fa, .header--main .nav__list > li.menu-item-has-children > a .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .header--main .nav__list > li.menu-item-has-children > a .star-1,
.header--main .nav__list > li.menu-item-has-children > a .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .header--main .nav__list > li.menu-item-has-children > a .star-2,
.header--main .nav__list > li.menu-item-has-children > a .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .header--main .nav__list > li.menu-item-has-children > a .star-3,
.header--main .nav__list > li.menu-item-has-children > a .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .header--main .nav__list > li.menu-item-has-children > a .star-4,
.header--main .nav__list > li.menu-item-has-children > a .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .header--main .nav__list > li.menu-item-has-children > a .star-5 {
  display: inline-block;
}

.header--main .nav__list > li > .sub-menu {
  margin-top: 0;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header--main .nav__list > li > .sub-menu li {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header--main .nav__list .menu-item-is-toggled > .sub-menu {
  display: block;
  width: 100%;
  overflow: auto;
}

.header--main .nav__list .sub-menu {
  display: none;
  margin-bottom: 0;
  width: 148.1%;
  z-index: 40;
  max-height: 70vh;
  min-width: 250px;
  overflow: auto;
  /*@error "width: and (min-width: 1024px)";*/
  /* .sub-menu {
          // display: none;
          left: 100%;
          min-width: 0;
          top: -1px;
        } */
}

@media only screen and (min-width: 1024px) {
  .header--main .nav__list .sub-menu {
    position: absolute;
  }
}

.header--main .nav__list .sub-menu li {
  border-top: 1px solid transparent;
}

.header--main .nav__list .sub-menu a {
  padding-left: 3rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav__list .sub-menu a {
    padding-left: 1rem;
  }
}

.header--main .nav__list a {
  display: block;
  padding: 1em;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav__list a {
    padding: 1em 1.2em;
    position: relative;
    z-index: 50;
  }
}

.header--main .nav__list .fa, .header--main .nav__list .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-1,
.header--main .nav__list .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-2,
.header--main .nav__list .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-3,
.header--main .nav__list .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-4,
.header--main .nav__list .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-5 {
  display: none;
  float: right;
  line-height: 1.5;
  margin-left: 0.25em;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav__list .fa, .header--main .nav__list .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-1,
  .header--main .nav__list .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-2,
  .header--main .nav__list .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-3,
  .header--main .nav__list .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-4,
  .header--main .nav__list .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .header--main .nav__list .star-5 {
    float: none;
  }
}

.header--main .nav__heading {
  font-size: 0.875rem;
  letter-spacing: 0.0125em;
  padding: 1em;
  text-transform: uppercase;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav__heading {
    display: none;
  }
}

.header--main .nav__divider {
  border: 0;
  display: block;
  height: 3px;
  margin: 0;
  padding: 0;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .header--main .nav__divider {
    display: none;
  }
}

.header--main.stuck .nav__list > li > .sub-menu {
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.nav--inline {
  display: none;
  left: 1rem;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .nav--inline {
    display: block;
  }
}

.nav__item--inline {
  position: relative;
}

.nav__item--inline:hover .nav__item-label--inline {
  left: 2rem;
  opacity: 1;
}

.nav__item--inline.active .nav__link--inline {
  background: #fff;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.nav__item-label--inline {
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0.25rem;
  color: #fff;
  left: 1.5rem;
  line-height: 1;
  opacity: 0;
  padding: 0.5rem 0.75rem;
  pointer-events: none;
  position: relative;
  text-align: center;
  top: -0.25rem;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav__item-label--inline:after {
  border-top: 0.25rem solid transparent;
  border-right: 0.25rem solid rgba(0, 0, 0, 0.75);
  border-bottom: 0.25rem solid transparent;
  content: " ";
  height: 0;
  margin-top: -0.25rem;
  position: absolute;
  top: 50%;
  left: -0.25rem;
  width: 0;
}

.nav__link--inline {
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5), inset 0 0 1em rgba(0, 0, 0, 0.25);
  display: block;
  height: 1rem;
  position: absolute;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 1rem;
}

.nav__link--inline:hover {
  transform: scale(1.25);
}

.footer--main .nav a {
  text-decoration: none;
}

.footer--main .nav .fa, .footer--main .nav .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .footer--main .nav .star-1,
.footer--main .nav .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .footer--main .nav .star-2,
.footer--main .nav .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .footer--main .nav .star-3,
.footer--main .nav .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .footer--main .nav .star-4,
.footer--main .nav .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .footer--main .nav .star-5 {
  display: none;
}

.footer--main .nav .sub-menu {
  display: none;
}

.cat-nav-is-active,
.cat-nav-is-active body {
  height: 100%;
  overflow: hidden;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .cat-nav-is-active,
  .cat-nav-is-active body {
    height: auto;
    overflow: auto;
  }
}

.hide-cat-nav {
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: 20;
}

.cat-nav-is-active .hide-cat-nav {
  display: block;
}

/**
 * Social Media Tab
 */
.tab--social-media {
  clear: both;
  line-height: 1;
  margin-top: 0.5rem;
  text-align: center;
  /*@error "width: and (min-width: 1024px)";*/
}

.tab--social-media .list-item--social-media {
  display: inline-block;
  margin-top: 0.5rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .tab--social-media .list-item--social-media {
    margin-top: 0;
  }
  .tab--social-media .list-item--social-media a {
    color: #fff;
  }
  .tab--social-media .list-item--social-media a:hover {
    color: #fff;
  }
}

.tab--social-media .list-item--social-media .fa, .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-1,
.tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-2,
.tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-3,
.tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-4,
.tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-5 {
  font-size: 1.125rem;
  display: block;
  line-height: 1;
  transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: right center;
  width: 2em;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .tab--social-media .list-item--social-media .fa, .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-1,
  .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-2,
  .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-3,
  .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-4,
  .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-5 {
    padding: 0.5em;
  }
  .tab--social-media .list-item--social-media .fa-facebook-official {
    background-color: #3b5998;
  }
  .tab--social-media .list-item--social-media .fa-flickr {
    background-color: #ff1981;
  }
  .tab--social-media .list-item--social-media .fa-google-plus-official {
    background-color: #dc4e41;
  }
  .tab--social-media .list-item--social-media .fa-instagram {
    background-color: #e4405f;
  }
  .tab--social-media .list-item--social-media .fa-linkedin-square {
    background-color: #0177b5;
  }
  .tab--social-media .list-item--social-media .fa-pinterest {
    background-color: #c61522;
  }
  .tab--social-media .list-item--social-media .fa-tumblr {
    background-color: #3b465c;
  }
  .tab--social-media .list-item--social-media .fa-twitter {
    background-color: #1da1f2;
  }
  .tab--social-media .list-item--social-media .fa-vimeo {
    background-color: #00adef;
  }
  .tab--social-media .list-item--social-media .fa-youtube-play {
    background-color: #e62117;
  }
  .tab--social-media .list-item--social-media .fa-envelope {
    background-color: #1a1a1a;
  }
}

.tab--social-media .list-label--social-media {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .tab--social-media {
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    margin-top: 0;
    position: fixed;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    z-index: 90;
  }
  .tab--social-media .list-item--social-media {
    display: block;
  }
  .tab--social-media .list-item--social-media .fa, .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-1,
  .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-2,
  .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-3,
  .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-4,
  .tab--social-media .list-item--social-media .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .tab--social-media .list-item--social-media .star-5 {
    border-radius: 0;
  }
}

/**
 * Post
 */
.post__meta {
  font-size: 1.125rem;
}

.post__terms {
  font-size: 0.875rem;
}

.post--archive {
  border-bottom: 1px solid transparent;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

.post--archive:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post--archive .post__meta {
  font-size: 1rem;
}

/**
 * Content
 */
.content--main {
  margin-bottom: 1rem;
  margin-top: 1rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

.page-template-template-modules .content--main {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .content--main {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .content--main {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

/**
 * Text
 */
.text > *, blockquote > *, .woocommerce .product .summary [itemprop="description"] > *, .woocommerce #reviews .commentlist .description > *,
.mfn-body > *,
.mfn-footer > * {
  margin-bottom: 1.5em;
}

.text > *:last-child, blockquote > *:last-child, .woocommerce .product .summary [itemprop="description"] > *:last-child, .woocommerce #reviews .commentlist .description > *:last-child,
.mfn-body > *:last-child,
.mfn-footer > *:last-child {
  margin-bottom: 0;
}

.text h1, blockquote h1, .woocommerce .product .summary [itemprop="description"] h1, .woocommerce #reviews .commentlist .description h1,
.mfn-body h1,
.mfn-footer h1 {
  margin-bottom: 0.25em;
}

.text h2, blockquote h2, .woocommerce .product .summary [itemprop="description"] h2, .woocommerce #reviews .commentlist .description h2,
.mfn-body h2,
.mfn-footer h2 {
  margin-bottom: 0.25em;
}

.text h3, blockquote h3, .woocommerce .product .summary [itemprop="description"] h3, .woocommerce #reviews .commentlist .description h3,
.mfn-body h3,
.mfn-footer h3 {
  margin-bottom: 0.25em;
}

.text h4, blockquote h4, .woocommerce .product .summary [itemprop="description"] h4, .woocommerce #reviews .commentlist .description h4,
.mfn-body h4,
.mfn-footer h4 {
  margin-bottom: 0.25em;
}

.text h5, blockquote h5, .woocommerce .product .summary [itemprop="description"] h5, .woocommerce #reviews .commentlist .description h5,
.mfn-body h5,
.mfn-footer h5 {
  margin-bottom: 0.25em;
}

.text h6, blockquote h6, .woocommerce .product .summary [itemprop="description"] h6, .woocommerce #reviews .commentlist .description h6,
.mfn-body h6,
.mfn-footer h6 {
  margin-bottom: 0.25em;
}

.text .heading--archive, blockquote .heading--archive, .woocommerce .product .summary [itemprop="description"] .heading--archive, .woocommerce #reviews .commentlist .description .heading--archive,
.mfn-body .heading--archive,
.mfn-footer .heading--archive {
  margin-bottom: 0;
}

.text--lead,
.mfn-body--lead,
.mfn-footer--lead {
  font-size: 1.25rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .text--lead,
  .mfn-body--lead,
  .mfn-footer--lead {
    font-size: 1.375rem;
  }
}

.text--body,
.mfn-body--body,
.mfn-footer--body {
  font-size: 1rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .text--body,
  .mfn-body--body,
  .mfn-footer--body {
    font-size: 1.125rem;
  }
}

.text--lead + .text--body, .text--lead +
.mfn-body--body, .text--lead +
.mfn-footer--body {
  margin-top: 1.5em;
}

.woocommerce-cart .text--body,
.woocommerce-checkout .text--body, .woocommerce-cart
.mfn-body--body,
.woocommerce-checkout
.mfn-body--body, .woocommerce-cart
.mfn-footer--body,
.woocommerce-checkout
.mfn-footer--body {
  font-size: inherit;
}

.text ol, blockquote ol, .woocommerce .product .summary [itemprop="description"] ol, .woocommerce #reviews .commentlist .description ol,
.mfn-body ol,
.mfn-footer ol {
  list-style-type: decimal;
  padding-left: 2.375em;
}

.text ul, blockquote ul, .woocommerce .product .summary [itemprop="description"] ul, .woocommerce #reviews .commentlist .description ul,
.mfn-body ul,
.mfn-footer ul {
  list-style-type: disc;
  padding-left: 1.25em;
}

/**
 * News
 */
.news__list {
  list-style-type: none !important;
  padding-left: 0 !important;
}

* + .news__list {
  margin-top: 0.75em;
}

.news__list li {
  border-bottom: 1px solid transparent;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.news__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news__list .heading {
  font-size: 1em;
  margin-bottom: 0;
}

.news__list .date {
  font-size: 0.75em;
}

.news__list .terms {
  font-size: 0.875em;
}

.news__list .text, .news__list blockquote, .news__list .woocommerce .product .summary [itemprop="description"], .woocommerce .product .summary .news__list [itemprop="description"], .news__list .woocommerce #reviews .commentlist .description, .woocommerce #reviews .commentlist .news__list .description {
  margin-top: 0.375em;
}

/**
 * Map
 */
/*@error "width: and (min-width: 568px)";*/
@media only screen and (min-width: 568px) {
  .map .col--3-12 {
    margin-bottom: 0;
    width: 25%;
  }
}

.map--google {
  padding-bottom: 56.25%;
  width: 100%;
}

.map__list-container--locations {
  background-color: transparent;
  padding-bottom: 100%;
  position: relative;
}

.map__list-search-input-container--locations {
  font-size: 0.875rem;
  position: relative;
}

.map__list-search-input-container--locations .fa, .map__list-search-input-container--locations .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .map__list-search-input-container--locations .star-1,
.map__list-search-input-container--locations .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .map__list-search-input-container--locations .star-2,
.map__list-search-input-container--locations .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .map__list-search-input-container--locations .star-3,
.map__list-search-input-container--locations .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .map__list-search-input-container--locations .star-4,
.map__list-search-input-container--locations .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .map__list-search-input-container--locations .star-5 {
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  z-index: 20;
}

.map__list-search-input--locations {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  padding: 1.5em 1.5em 1.5em 3em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.map__list--locations {
  height: calc(100% - 3.75em);
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 3.75em;
  width: 100%;
}

.map__list-item--locations {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  padding: 0.75em 1.5em;
  transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.map__list-item--locations:hover {
  background-color: transparent;
}

.map__list-item--locations:last-child {
  border-bottom: none;
}

.map__list-item--locations.current-location {
  background: transparent;
}

.map__location--header {
  margin-bottom: 0.375em;
}

.map__location--name {
  font-size: 0.875rem;
}

.map__location--name span {
  margin-right: 0.1875em;
}

.map__location--title {
  font-size: 0.75rem;
}

.map__location--info {
  font-size: 0.75rem;
}

.map__location--info a {
  color: inherit;
  text-decoration: underline;
}

.map__location--info a:hover {
  color: inherit;
}

.map__location--contact {
  margin-top: 0.375em;
}

.map__location--email-address a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 80%;
}

/**
 * Footer
 */
.footer--main {
  font-size: 0.875rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .footer--main {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .footer--main {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

.footer--main .nav--primary {
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .footer--main .nav--primary {
    margin-bottom: 1rem;
  }
}

.footer--bottom {
  border-top: 1px solid transparent;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .footer--bottom {
    margin-top: 2rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .footer--bottom {
    margin-top: 3rem;
  }
}

.footer__heading {
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 0.25rem;
  margin-top: 2rem;
  text-transform: uppercase;
  /*@error "width: and (min-width: 568px)";*/
}

@media only screen and (min-width: 568px) {
  .footer__heading {
    margin-top: 0;
  }
}

.footer .list--social-media {
  font-size: 1.5rem;
  margin-top: 0.75rem;
}

.no-woocommerce .footer .list--social-media {
  margin-top: 0;
}

.footer .list-item--social-media {
  float: left;
  margin-right: 0.5rem;
}

.footer .list-item--social-media:last-child {
  margin-right: 0;
}

.footer .list-label--social-media {
  display: none;
}

.footer .list-item--logotype {
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 1rem;
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  .footer .list-item--logotype {
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
  }
  .footer .list-item--logotype:first-child {
    margin-left: 0;
  }
}

.footer .content__newsletter {
  margin-top: 1rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .footer .content__newsletter {
    margin-top: 0;
  }
}

.site__bar--top {
  font-size: 0.75rem;
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0.5rem 0;
  /*@error "width: and (min-width: 1024px)";*/
}

.site__bar--top.transparent {
  background-color: transparent;
}

.site__bar--top.transparent.stuck {
  background-color: inherit;
  color: inherit;
}

@media only screen and (min-width: 1024px) {
  .sticky-header .site__bar--top {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
  }
  .sticky-header.admin-bar .site__bar--top {
    top: 2rem;
  }
}

.site__bar--top .social-media {
  font-size: 0.875rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .site__bar--top .social-media {
    float: left;
  }
}

.site__bar--top .opening-hours {
  line-height: 1.75;
  margin-top: 0.75em;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .site__bar--top .opening-hours {
    float: right;
    margin-top: 0;
  }
}

.site__bar--top .opening-hours--occasional-link {
  float: left;
  margin-left: 1.5rem;
  text-decoration: none;
}

.site__bar--top .opening-hours--occasional-link:before {
  line-height: 1.5;
}

.site__bar--top .list-label--social-media {
  display: none;
}

.site__bar--top .list--opening-hours {
  float: left;
}

.site__bar--top .list-item--social-media {
  float: left;
  margin-right: 0.5rem;
}

.site__bar--top .list-item--social-media:last-child {
  margin-right: 0;
}

.site__bar--top .list-item--opening-hours {
  float: left;
  margin-right: 1.5rem;
}

.site__bar--top .list-item--opening-hours:last-child {
  margin-right: 0;
}

.site__header {
  line-height: 1;
  margin-bottom: 1rem;
}

.site__header.site__name--left {
  text-align: center;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .site__header.site__name--left {
    text-align: left;
  }
}

.site__home, .site__search {
  float: left;
}

.site__home {
  /*@error "width: and (min-width: 1024px)";*/
}

.site__name--left .site__home {
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .site__name--left .site__home {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .no-woocommerce .site__home {
    visibility: hidden;
  }
}

.site__nav {
  float: left;
  transition: line-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 25%;
}

.site__name--left .site__nav {
  width: auto;
}

.site__search {
  display: none;
  margin-left: 1.5rem;
  position: relative;
  /*@error "width: and (min-width: 1024px)";*/
}

.site__name--left .site__search {
  margin-left: 3rem;
}

@media only screen and (min-width: 1024px) {
  .site__search {
    display: block;
    width: 10rem;
  }
}

.site__search-reader-text {
  display: none;
}

.site__search-label {
  font-size: 1rem;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}

.site__search-field {
  font-size: 0.875rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.25em 0.25em 0.25em 1.75em;
}

.site__search .fa, .site__search .woocommerce #review_form .comment-form-rating .star-1, .woocommerce #review_form .comment-form-rating .site__search .star-1,
.site__search .woocommerce #review_form .comment-form-rating .star-2, .woocommerce #review_form .comment-form-rating .site__search .star-2,
.site__search .woocommerce #review_form .comment-form-rating .star-3, .woocommerce #review_form .comment-form-rating .site__search .star-3,
.site__search .woocommerce #review_form .comment-form-rating .star-4, .woocommerce #review_form .comment-form-rating .site__search .star-4,
.site__search .woocommerce #review_form .comment-form-rating .star-5, .woocommerce #review_form .comment-form-rating .site__search .star-5 {
  font-size: 0.75rem;
  position: absolute;
  left: 0.5em;
  top: 0.675em;
}

.site__name-container {
  display: inline-block;
  text-align: center;
  transition: line-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 50%;
}

.site__name--left .site__name-container {
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .site__name--left .site__name-container {
    float: left;
    width: auto;
  }
}

.site__name {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.site__shortcuts {
  float: right;
  line-height: 1;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  transition: line-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 25%;
}

.site__name--left .site__shortcuts {
  width: auto;
}

.site__breadcrumbs {
  border-top: 1px solid transparent;
  font-size: 0.75rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.site__breadcrumbs a {
  text-decoration: none;
}

.site__info {
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  .site__info {
    float: left;
  }
}

.site__credits {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.site__credits a {
  background: url("../img/rodeopark-credits-2x.png") no-repeat left top;
  background-size: 83px 28px;
  display: inline-block;
  height: 14px;
  margin-left: 0.125em;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: text-bottom;
  width: 83px;
}

.light .site__credits a {
  background-position: left bottom;
}

.site__payment-info {
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  .site__payment-info {
    float: right;
    margin-top: 0;
  }
}

.site__languages {
  float: right;
  margin-left: 1.5rem;
  position: relative;
  text-transform: none;
  z-index: 20;
}

.site__languages span {
  display: none;
}

.site__languages:hover .site__languages-list {
  display: block;
}

.site__languages .current-language-flag-container {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.site__languages .current-language-flag {
  display: inline-block;
}

.site__languages-list {
  display: none;
  line-height: 1.5;
  position: absolute;
  right: 0;
  width: 300%;
}

.site__languages-list img {
  margin-right: 0.375em;
  filter: grayscale(100%);
}

.site__languages-list img:hover {
  filter: grayscale(0%);
}

.site__languages li {
  display: inline-block;
  border: 0 !important;
}

.site__languages li.current-language-item img {
  filter: grayscale(0%);
}

.site__languages-list-2 img {
  filter: grayscale(100%);
}

.site__languages-list-2 img:hover {
  filter: grayscale(0%);
}

.site__languages-list-2 .current-language-item img {
  filter: grayscale(0%);
}

.site__languages li {
  display: inline-block;
  border: 0 !important;
}

.site__languages a {
  font-size: 0.875rem;
  display: block;
  padding: 0 0.5em;
  background: transparent !important;
}

#site__search-submit {
  display: none;
}

/**
 * Shortcuts
 */
.shortcut__account, .shortcut__cart {
  float: right;
}

.shortcut__cart {
  position: relative;
  transition: bottom 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shortcut__account {
  display: none;
  margin-right: 1.5rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .shortcut__account {
    display: block;
  }
}

.cart__badge-compact {
  background: transparent;
  border-radius: 3rem;
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-left: 0.25rem;
  min-width: 1.5em;
  padding: 0 0.5em;
  text-align: center;
  vertical-align: middle;
}

/**
 * Modules
 */
.module {
  padding-bottom: 2rem;
  padding-top: 2rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .module {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .module {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}

.module.margin-width--none {
  padding-bottom: 0;
  padding-top: 0;
}

.module.margin-width--small {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.module.gallery {
  margin-top: 0;
}

/**
 * Carousel
 */
.carousel {
  overflow: hidden;
}

.carousel.single, .carousel.flickity-enabled,
.no-js .carousel {
  padding-bottom: 0 !important;
}

.carousel.height--percent .cell {
  min-height: 320px;
}

.carousel:first-child, .carousel[style*="background-color"],
.carousel[style*="background-color"] + *,
.carousel + [style*="background-color"],
.carousel + .instagram {
  border-top: none;
}

.cell {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cell:first-child,
.flickity-slider .cell {
  display: block;
}

.cell__content {
  left: 1rem;
  padding: 1rem;
  position: absolute;
  right: 1rem;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

.boxed .cell__content {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .cell__content {
    left: 2rem;
    padding: 2rem;
    right: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .cell__content {
    left: 3rem;
    padding: 3rem;
    right: 3rem;
  }
}

.cell__heading {
  color: inherit;
  font-size: 1.5rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .cell__heading {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .cell__heading {
    font-size: 3.5rem;
  }
}

.cell__heading.lazyload-deps {
  transform: translateY(0.25em);
}

.cell__heading.lazyloaded-deps {
  transform: translateY(0);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 400ms;
}

.cell__text {
  font-size: 1rem;
  position: relative;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .cell__text {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .cell__text {
    font-size: 2rem;
  }
}

.cell__text.lazyload-deps {
  transform: translateY(0.25em);
}

.cell__text.lazyloaded-deps {
  transform: translateY(0);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 600ms;
}

.cell__heading + .cell__text {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.cell__heading + .cell__text:before {
  border: 1px solid;
  border-color: inherit;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -6.75%;
  position: absolute;
  top: 0;
  width: 13.5%;
}

.cell__buttons {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  transition-delay: 1000ms;
}

.cell__buttons .button, .cell__buttons .woocommerce-pagination .next, .woocommerce-pagination .cell__buttons .next,
.cell__buttons .woocommerce-pagination .prev, .woocommerce-pagination .cell__buttons .prev {
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.cell__buttons.lazyload-deps {
  transform: translateY(0.25em);
}

.cell__buttons.lazyloaded-deps {
  transform: translateY(0);
}

.cell .button, .cell .woocommerce-pagination .next, .woocommerce-pagination .cell .next,
.cell .woocommerce-pagination .prev, .woocommerce-pagination .cell .prev {
  border-color: inherit;
}

.cell .button:hover, .cell .woocommerce-pagination .next:hover, .woocommerce-pagination .cell .next:hover,
.cell .woocommerce-pagination .prev:hover, .woocommerce-pagination .cell .prev:hover {
  background: transparent;
}

.cell h1,
.cell h2,
.cell h3,
.cell h4,
.cell h5,
.cell h6 {
  color: inherit;
}

.cell.text-color--custom a {
  color: inherit;
}

.cell.text-color--custom a:hover {
  color: inherit;
}

/**
 * Teasers
 */
.teasers {
  position: relative;
}

.teasers:first-child, .teasers[style*="background-color"],
.teasers[style*="background-color"] + *,
.teasers + [style*="background-color"],
.teasers + .instagram {
  border-top: none;
}

.teasers .row, .teasers .footer--bottom {
  position: relative;
  z-index: 30;
}

.teasers .background-image {
  z-index: 10;
}

.teasers .overlay {
  z-index: 20;
}

.teaser {
  margin-bottom: 3.8%;
  position: relative;
  /*@error "width: and (min-width: 568px)";*/
}

.teaser.facebook {
  overflow: hidden;
}

.teaser.no-text {
  background-color: transparent !important;
  margin-bottom: 0;
}

.teaser:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

@media only screen and (min-width: 568px) {
  .teaser {
    margin-bottom: 0;
  }
}

.teaser.boxed {
  transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.teaser.boxed:hover {
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 30;
}

.teaser.boxed.col--6-12 .teaser__content {
  padding: 1rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 768px) {
  .teaser.boxed.col--6-12 .teaser__content {
    padding: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .teaser.boxed.col--6-12 .teaser__content {
    padding: 3rem;
  }
}

.teaser.boxed .teaser__content {
  padding: 1.5rem;
}

.teaser.boxed .teaser__image {
  margin-bottom: 0;
}

.teaser.tweet {
  background: #fff;
}

.teaser.tweet .teaser__text {
  line-height: 2;
}

.teaser > a {
  color: inherit;
  text-decoration: none;
}

.teaser > a:hover {
  color: inherit;
}

.teaser__icon {
  text-align: center;
}

.no-image .teaser__icon {
  font-size: 3rem;
  border-radius: 50%;
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5625em 0.5em;
  width: 2.125em;
}

.align--center .no-image .teaser__icon {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}

.align--center .no-image .teaser__icon + * {
  margin-top: 1.5rem;
}

.has-image .teaser__icon {
  font-size: 4.5rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.teaser__image {
  position: relative;
}

.teaser__image + .teaser__content {
  margin-top: 1rem;
}

.boxed .teaser__image + .teaser__content {
  margin-top: 0;
}

.teaser__heading {
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.teaser__heading a {
  text-decoration: none;
}

.teaser__sub-heading {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.col--3-12 .teaser__sub-heading {
  font-size: 1.25rem;
}

.col--6-12 .teaser__sub-heading {
  font-size: 1.75rem;
}

.teaser__twitter-loading {
  background: url("../img/loading-dark.gif") no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 32px;
  width: 32px;
}

.teaser__twitter-avatar {
  float: left;
  margin-right: 0.5rem;
}

.teaser__twitter-avatar img {
  border-radius: 50%;
}

.teaser__twitter-heading {
  font-size: 1.125rem;
}

.col--3-12 .teaser__twitter-heading {
  font-size: 1rem;
}

.col--6-12 .teaser__twitter-heading {
  font-size: 1.25rem;
}

.teaser__text {
  font-size: 0.875rem;
  /*@error "width: and (min-width: 1024px)";*/
}

.text-color--custom .teaser__text h1,
.text-color--custom .teaser__text h2,
.text-color--custom .teaser__text h3,
.text-color--custom .teaser__text h4,
.text-color--custom .teaser__text h5,
.text-color--custom .teaser__text h6 {
  color: inherit;
}

.text-color--custom .teaser__text a {
  color: inherit;
}

.text-color--custom .teaser__text a:hover {
  color: inherit;
}

.col--3-12 .teaser__text {
  font-size: 0.875rem;
}

.col--6-12 .teaser__text {
  font-size: 1rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .col--6-12 .teaser__text {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .col--4-12 .teaser__text {
    font-size: 1rem;
  }
}

.teaser__twitter-date {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.col--3-12 .teaser__twitter-date {
  font-size: 0.75rem;
}

.col--6-12 .teaser__twitter-date {
  font-size: 1rem;
}

/**
 * Columns
 */
.columns {
  overflow: hidden;
  position: relative;
}

.columns.layout--wide-narrow .wide {
  margin-bottom: 1em;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .columns.layout--wide-narrow .wide {
    margin-bottom: 3em;
  }
}

.columns.layout--narrow-wide .narrow {
  margin-bottom: 1em;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .columns.layout--narrow-wide .narrow {
    margin-bottom: 3em;
  }
}

.columns.layout--narrow-wide-narrow .narrow:first-child,
.columns.layout--narrow-wide-narrow .wide {
  margin-bottom: 1em;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .columns.layout--narrow-wide-narrow .narrow:first-child,
  .columns.layout--narrow-wide-narrow .wide {
    margin-bottom: 3em;
  }
}

.columns.layout--equal {
  /*@error "width: and (min-width: 768px)";*/
}

.columns.layout--equal .col--4-12,
.columns.layout--equal .col--6-12 {
  margin-bottom: 1em;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .columns.layout--equal .col--4-12,
  .columns.layout--equal .col--6-12 {
    margin-bottom: 3em;
  }
}

.columns.layout--equal .col--4-12:last-child,
.columns.layout--equal .col--6-12:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .columns.layout--equal .col--4-12,
  .columns.layout--equal .col--6-12 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 568px) and (max-width: 1024px) {
  .columns .wide,
  .columns .narrow {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 74.05%;
  }
}

.columns .row, .columns .footer--bottom {
  position: relative;
  z-index: 10;
}

.columns__widget {
  margin-bottom: 3em;
}

.columns__widget.columns__image-container {
  margin-bottom: 1.5em;
}

.columns__widget:last-child {
  margin-bottom: 0 !important;
}

.columns__heading {
  color: inherit;
  margin-bottom: 0.857em;
}

.narrow .columns__heading {
  font-size: 1.25rem;
}

.narrow .columns__body {
  font-size: 1rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .narrow .columns__body {
    font-size: 0.875rem;
  }
}

.narrow .columns__body blockquote {
  padding: 0.75em 0.75em;
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  .narrow .columns__body blockquote {
    padding: 0.75em 1.5em;
  }
}

.columns--2.layout--equal .columns__body {
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
  /*@error "width: and (min-width: 1280px)";*/
}

@media only screen and (min-width: 768px) {
  .columns--2.layout--equal .columns__body {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .columns--2.layout--equal .columns__body {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .columns--2.layout--equal .columns__body {
    font-size: 1.125rem;
  }
}

.columns--3.layout--equal .columns__body {
  /*@error "width: and (min-width: 568px)";*/
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 568px) {
  .columns--3.layout--equal .columns__body {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .columns--3.layout--equal .columns__body {
    font-size: 1rem;
  }
}

.columns__body h1,
.columns__body h2,
.columns__body h3,
.columns__body h4,
.columns__body h5,
.columns__body h6 {
  color: inherit;
}

.has-text-color .columns__body a {
  color: inherit;
  text-decoration: underline;
}

.has-text-color .columns__body a:hover {
  color: inherit;
  text-decoration: underline;
}

.columns__gallery-image-container {
  float: left;
  margin-bottom: 1.9%;
  margin-right: 1.9%;
  width: 32.0666666667%;
  /*@error "width: and (min-width: 568px)";*/
}

.columns__gallery-image-container:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 568px) {
  .columns__gallery-image-container {
    width: 23.575%;
  }
  .columns__gallery-image-container:nth-child(3n) {
    margin-right: 1.9%;
  }
  .columns__gallery-image-container:nth-child(4n) {
    margin-right: 0;
  }
}

.narrow .columns__gallery-image-container {
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .narrow .columns__gallery-image-container {
    width: 32.0666666667%;
  }
  .narrow .columns__gallery-image-container:nth-child(3n) {
    margin-right: 0;
  }
  .narrow .columns__gallery-image-container:nth-child(4n) {
    margin-right: 1.9%;
  }
}

/**
 * Jumbotron
 */
.jumbotron {
  overflow: hidden;
  position: relative;
}

.jumbotron:first-child, .jumbotron[style*="background-color"],
.jumbotron[style*="background-color"] + *,
.jumbotron + [style*="background-color"],
.jumbotron + .instagram {
  border-top: none;
}

.jumbotron .row, .jumbotron .footer--bottom {
  position: relative;
  z-index: 20;
}

.jumbotron .col--center {
  max-width: none;
}

.jumbotron__heading {
  color: inherit;
  font-size: 1.5rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
  transition-delay: 600ms;
}

@media only screen and (min-width: 768px) {
  .jumbotron__heading {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .jumbotron__heading {
    font-size: 3rem;
  }
}

.jumbotron__heading.lazyload-deps {
  transform: translateY(0.25em);
}

.jumbotron__heading.lazyloaded-deps {
  transform: translateY(0);
}

.jumbotron__text {
  position: relative;
  font-size: 1.125rem;
  /*@error "width: and (min-width: 768px)";*/
  /*@error "width: and (min-width: 1024px)";*/
  transition-delay: 800ms;
}

@media only screen and (min-width: 768px) {
  .jumbotron__text {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .jumbotron__text {
    font-size: 1.375rem;
  }
}

.jumbotron__text.lazyload-deps {
  transform: translateY(0.25em);
}

.jumbotron__text.lazyloaded-deps {
  transform: translateY(0);
}

.jumbotron blockquote {
  font-size: 1.5rem;
}

.jumbotron__heading + .jumbotron__text {
  margin-top: 0.75rem;
}

.jumbotron__buttons {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  transition-delay: 1000ms;
}

.jumbotron__buttons .button, .jumbotron__buttons .woocommerce-pagination .next, .woocommerce-pagination .jumbotron__buttons .next,
.jumbotron__buttons .woocommerce-pagination .prev, .woocommerce-pagination .jumbotron__buttons .prev {
  border-width: 2px;
  margin-top: 1rem;
  margin-right: 1rem;
}

.jumbotron__buttons.lazyload, .jumbotron__buttons.lazyloading {
  transform: translateY(-0.25em);
}

.jumbotron__buttons.lazyloaded {
  transform: translateY(0);
}

.jumbotron .button, .jumbotron .woocommerce-pagination .next, .woocommerce-pagination .jumbotron .next,
.jumbotron .woocommerce-pagination .prev, .woocommerce-pagination .jumbotron .prev {
  border-color: inherit;
}

.jumbotron .button:hover, .jumbotron .woocommerce-pagination .next:hover, .woocommerce-pagination .jumbotron .next:hover,
.jumbotron .woocommerce-pagination .prev:hover, .woocommerce-pagination .jumbotron .prev:hover {
  background: transparent;
}

.jumbotron[style] a {
  color: inherit;
}

.jumbotron[style] a:hover {
  color: inherit;
}

.jumbotron a {
  text-decoration: underline;
}

.jumbotron a:hover {
  text-decoration: underline;
}

.jumbotron .alignleft {
  margin-right: 3rem;
}

.jumbotron .alignright {
  margin-left: 3rem;
}

.jumbotron .row, .jumbotron .footer--bottom {
  z-index: 30;
}

.jumbotron .background-image {
  z-index: 10;
}

.jumbotron .overlay {
  z-index: 20;
}

/**
 * Body Text
 */
.body-text {
  position: relative;
}

.body-text:first-child, .body-text[style*="background-color"],
.body-text[style*="background-color"] + *,
.body-text + [style*="background-color"],
.body-text + .instagram {
  border-top: none;
}

.body-text .row, .body-text .footer--bottom {
  position: relative;
  z-index: 30;
}

.body-text .background-image {
  z-index: 10;
}

.body-text .overlay {
  z-index: 20;
}

/**
 * Gallery
 */
.gallery {
  margin-top: 3em;
  overflow: hidden;
}

.gallery-image-container {
  float: left;
  margin-bottom: 1.9%;
  margin-right: 1.9%;
}

.layout--masonry .gallery-image-container {
  margin-right: 0 !important;
}

.gallery.columns--2 .gallery-image-container {
  width: 49.05%;
}

.gallery.columns--2 .gallery-image-container:nth-child(2n) {
  margin-right: 0;
}

.gallery.columns--3 .gallery-image-container {
  width: 32.0666666667%;
}

.gallery.columns--3 .gallery-image-container:nth-child(3n) {
  margin-right: 0;
}

.gallery.columns--4 .gallery-image-container {
  width: 32.0666666667%;
  /*@error "width: and (min-width: 568px)";*/
}

.gallery.columns--4 .gallery-image-container:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 568px) {
  .gallery.columns--4 .gallery-image-container {
    width: 23.575%;
  }
  .gallery.columns--4 .gallery-image-container:nth-child(3n) {
    margin-right: 1.9%;
  }
  .gallery.columns--4 .gallery-image-container:nth-child(4n) {
    margin-right: 0;
  }
}

.gallery.columns--5 .gallery-image-container {
  width: 32.0666666667%;
  /*@error "width: and (min-width: 568px)";*/
  /*@error "width: and (min-width: 768px)";*/
}

.gallery.columns--5 .gallery-image-container:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 568px) {
  .gallery.columns--5 .gallery-image-container {
    width: 23.575%;
  }
  .gallery.columns--5 .gallery-image-container:nth-child(3n) {
    margin-right: 1.9%;
  }
  .gallery.columns--5 .gallery-image-container:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .gallery.columns--5 .gallery-image-container {
    width: 18.48%;
  }
  .gallery.columns--5 .gallery-image-container:nth-child(3n), .gallery.columns--5 .gallery-image-container:nth-child(4n) {
    margin-right: 1.9%;
  }
  .gallery.columns--5 .gallery-image-container:nth-child(5n) {
    margin-right: 0;
  }
}

.gallery-image-caption {
  background: red;
  font-size: 0.6875rem;
  padding: 0.75em;
  text-align: center;
}

.columns--2 .gallery-image-sizer {
  width: 49.05%;
}

.columns--3 .gallery-image-sizer {
  width: 32.0666666667%;
}

.columns--4 .gallery-image-sizer {
  width: 32.0666666667%;
  /*@error "width: and (min-width: 568px)";*/
}

@media only screen and (min-width: 568px) {
  .columns--4 .gallery-image-sizer {
    width: 23.575%;
  }
}

.columns--5 .gallery-image-sizer {
  width: 32.0666666667%;
  /*@error "width: and (min-width: 568px)";*/
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 568px) {
  .columns--5 .gallery-image-sizer {
    width: 23.575%;
  }
}

@media only screen and (min-width: 768px) {
  .columns--5 .gallery-image-sizer {
    width: 18.48%;
  }
}

.gallery-gutter-sizer {
  width: 1.9%;
}

/**
 * Map
 */
.map {
  background-color: #e5e3df;
  width: 100%;
  /*@error "width: and (min-width: 768px)";*/
}

.map.height--percent {
  min-height: 50vh;
}

@media only screen and (min-width: 768px) {
  .map {
    min-height: 0;
  }
}

/**
 * Instagram
 */
.instagram:first-child, .instagram[style*="background-color"],
.instagram[style*="background-color"] + *,
.instagram + [style*="background-color"],
.instagram + .teasers,
.instagram + .carousel,
.instagram + .jumbotron {
  border-top: none;
}

.no-js .instagram {
  display: none;
}

.instagram .media-container {
  float: left;
  overflow: hidden;
  position: relative;
  transform: translatez(0);
  transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.instagram .media-container:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  position: relative;
  transform: scale(1.05);
  z-index: 30;
}

.instagram .media {
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  transform: translatez(0);
  width: 100%;
  z-index: 10;
}

.instagram .w--5 {
  padding-bottom: 20%;
  width: 20%;
}

.instagram .w--8 {
  padding-bottom: 25%;
  width: 25%;
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  .instagram .w--8 {
    padding-bottom: 12.5%;
    width: 12.5%;
  }
}

.instagram .w--10 {
  padding-bottom: 20%;
  width: 20%;
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  .instagram .w--10 {
    padding-bottom: 10%;
    width: 10%;
  }
}

/**
 * Shop
 */
.search .products {
  padding-top: 3rem;
}

.products a {
  text-decoration: none;
}

.products h2 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.75rem;
}

.products .col--2-12 h3 {
  font-size: 0.875rem;
}

.products .price {
  display: block;
  font-size: 1.125rem;
}

.products .col--2-12 .onsale {
  font-size: 0.6875rem;
}

.products .col--2-12 .price {
  font-size: 0.75rem;
}

.products .col--2-12 .price del,
.products .col--2-12 .price ins {
  display: block;
}

.products .col--4-12 .onsale {
  font-size: 0.75rem;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .products .col--4-12 .onsale {
    font-size: 0.875rem;
  }
}

.product {
  margin-bottom: 3.8%;
  position: relative;
  /*@error "width: and (min-width: 568px)";*/
  /* @include wrap('.page-template-template-modules') {
    margin-bottom: 1rem;

    @include respond-to(map-get($break-sizes, x-small)) {
      margin-bottom: $gutter-width%;
    }

    @include respond-to(map-get($break-sizes, medium)) {
      margin-bottom: 0;
    }

  }

  @include wrap('.search') {
    margin: 0 3.8% 2.992em 0;

    &:nth-child(4n) {
      margin-right: 0;
    }

  } */
}

.product:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) {
  .product {
    margin-bottom: 0;
  }
}

.product.boxed {
  transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product.boxed:hover {
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 30;
}

.product.boxed.col--6-12 .teaser__content {
  padding: 3rem;
}

.product.boxed h3 {
  margin-top: 0;
}

.product.boxed .product__content {
  padding: 1.5rem;
}

.product .onsale {
  background: #F44336;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 0.625rem;
  right: -0.5rem;
  letter-spacing: 0.125em;
  line-height: 3;
  padding: 0.5em;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  top: -0.5rem;
  width: 4em;
  z-index: 10;
  /*@error "width: and (min-width: 1024px)";*/
}

@media only screen and (min-width: 1024px) {
  .product .onsale {
    font-size: 0.75rem;
    left: -1rem;
    right: auto;
    top: -1rem;
  }
}

.product .price ins {
  color: #F44336;
  text-decoration: none;
}

/**
 * WooCommerce
 */
.woocommerce {
  /*@error "width: and (min-width: 769px)";*/
  /* .cart {

    td,
    th {
      border-left-color: transparent;
      border-right-color: transparent;
      border-top-color: transparent;
      vertical-align: top;
    }

    .product-thumbnail {
      padding-left: 0;
      width: 4.375rem;
    }

    .product-subtotal {
      padding-right: 0;
    }

    .product-emove {
      display: none;
    }

    .variation {
      @include font-size(map-get($text__font-sizes, x-small));

      dt,
      dd {
        display: block;
        float: left;
      }

      dt {
        clear: left;
        margin-right: 0.25rem;
      }

      p {
        display: inline;
      }

    }

  } */
}

.woocommerce .form-row {
  margin-bottom: 1rem;
}

.woocommerce .form-row.wc-terms-and-conditions {
  margin-bottom: 0;
  margin-top: 1rem;
}

.woocommerce-account .login .form-row {
  clear: both;
}

.woocommerce-account .login .form-row-wide {
  /*@error "width: and (min-width: 568px)";*/
}

@media only screen and (min-width: 568px) {
  .woocommerce-account .login .form-row-wide {
    clear: none;
    float: left;
    width: 48%;
  }
  .woocommerce-account .login .form-row-wide:first-child {
    margin-right: 2%;
  }
}

.woocommerce-account .lost_reset_password .form-row-first {
  margin-top: 1rem;
}

.woocommerce-account .lost_reset_password .woocommerce-Button {
  clear: both;
  display: block;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 48.1%;
}

.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 22.15%;
  }
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n) {
    margin-right: 3.8%;
  }
  .woocommerce ul.products li.product.last,
  .woocommerce-page ul.products li.product.last {
    margin-right: 0;
  }
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-thankyou-order-received,
.woocommerce .cart-empty {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  clear: both;
  list-style-position: inside !important;
  margin-bottom: 1.5rem;
  padding: 1rem !important;
}

.woocommerce-message .button, .woocommerce-message .woocommerce-pagination .next, .woocommerce-pagination .woocommerce-message .next,
.woocommerce-message .woocommerce-pagination .prev, .woocommerce-pagination .woocommerce-message .prev, .woocommerce-info .button, .woocommerce-info .woocommerce-pagination .next, .woocommerce-pagination .woocommerce-info .next,
.woocommerce-info .woocommerce-pagination .prev, .woocommerce-pagination .woocommerce-info .prev, .woocommerce-error .button, .woocommerce-error .woocommerce-pagination .next, .woocommerce-pagination .woocommerce-error .next,
.woocommerce-error .woocommerce-pagination .prev, .woocommerce-pagination .woocommerce-error .prev, .woocommerce-thankyou-order-received .button, .woocommerce-thankyou-order-received .woocommerce-pagination .next, .woocommerce-pagination .woocommerce-thankyou-order-received .next,
.woocommerce-thankyou-order-received .woocommerce-pagination .prev, .woocommerce-pagination .woocommerce-thankyou-order-received .prev,
.woocommerce .cart-empty .button,
.woocommerce .cart-empty .woocommerce-pagination .next,
.woocommerce-pagination .woocommerce .cart-empty .next,
.woocommerce .cart-empty .woocommerce-pagination .prev,
.woocommerce-pagination .woocommerce .cart-empty .prev {
  margin-right: 0.75em;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-thankyou-order-received {
  border-color: #4CAF50;
}

.woocommerce .woocommerce-error {
  border-color: #F44336;
}

.woocommerce .login {
  margin-bottom: 1.5rem;
}

.woocommerce .login p:first-child {
  margin-bottom: 1.5rem;
}

.woocommerce .checkout_coupon {
  margin-bottom: 1.5rem;
}

.woocommerce .checkout_coupon .form-row {
  margin-bottom: 0;
  width: auto;
}

.woocommerce .checkout_coupon .form-row-last {
  float: left;
}

.woocommerce-product-search .screen-reader-text {
  display: none;
}

.woocommerce .page-title {
  margin-bottom: 0.75rem;
  /*@error "width: and (min-width: 769px)";*/
}

@media only screen and (min-width: 769px) {
  .woocommerce .page-title {
    float: left;
    margin-right: 3.8%;
    width: 48.1%;
  }
}

.woocommerce .term-description {
  margin-bottom: 1.5rem;
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  .woocommerce .term-description {
    float: left;
    width: 48.1%;
  }
}

.woocommerce-ordering {
  clear: right;
}

.woocommerce-ordering .orderby {
  font-size: 0.875rem;
}

.woocommerce .products {
  clear: both;
  padding-top: 3rem;
}

.woocommerce .products .woocommerce-loop-product__title {
  font-size: 1.375rem;
}

.woocommerce .products.related {
  border-top: 1px solid transparent;
  clear: both;
}

.woocommerce .products.related h2 {
  margin-bottom: 1rem;
}

.woocommerce .products.related .products {
  padding-top: 0;
}

.woocommerce .products.related .product {
  margin-bottom: 0;
}

.woocommerce .product .images {
  margin-bottom: 3rem;
}

.woocommerce .product .images .thumbnails {
  margin-top: 3.8%;
}

.woocommerce .product .images .thumbnails a {
  margin-bottom: 3.8%;
}

.woocommerce .product .summary {
  margin-bottom: 3rem;
}

.woocommerce .product .summary .price {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.woocommerce .product .summary [itemprop="description"] {
  margin-bottom: 1.5rem;
}

.woocommerce .product .summary .cart {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}

.woocommerce .product .summary .stock {
  margin-bottom: 0.5rem;
}

.woocommerce .product .summary .quantity {
  float: left;
  margin-right: 0.75rem;
}

.woocommerce .product .summary .quantity input {
  font-size: 0.875rem;
  padding: 0.5rem;
  width: 4rem;
}

.woocommerce .product_meta {
  clear: both;
  margin-top: 1.5rem;
}

.woocommerce .product_meta > span {
  display: block;
}

.woocommerce .product div.images .flex-control-thumbs {
  overflow: hidden;
}

.woocommerce .product .woocommerce-product-gallery__image img {
  width: 100%;
  max-width: 2000px;
}

.woocommerce .product .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  display: inline-block;
}

.woocommerce .product div.images {
  position: relative;
}

.woocommerce .product div.images .flex-control-thumbs li {
  cursor: pointer;
  float: left;
  margin-top: 3.5%;
  margin-right: 3.5%;
  width: 22.375%;
}

.woocommerce .product div.images .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.woocommerce-product-rating .star-rating {
  display: inline-block;
  font-size: 0.875rem;
}

.woocommerce-product-rating .star-rating .fa:before, .woocommerce-product-rating .star-rating .woocommerce #review_form .comment-form-rating .star-1:before, .woocommerce #review_form .comment-form-rating .woocommerce-product-rating .star-rating .star-1:before,
.woocommerce-product-rating .star-rating .woocommerce #review_form .comment-form-rating .star-2:before, .woocommerce #review_form .comment-form-rating .woocommerce-product-rating .star-rating .star-2:before,
.woocommerce-product-rating .star-rating .woocommerce #review_form .comment-form-rating .star-3:before, .woocommerce #review_form .comment-form-rating .woocommerce-product-rating .star-rating .star-3:before,
.woocommerce-product-rating .star-rating .woocommerce #review_form .comment-form-rating .star-4:before, .woocommerce #review_form .comment-form-rating .woocommerce-product-rating .star-rating .star-4:before,
.woocommerce-product-rating .star-rating .woocommerce #review_form .comment-form-rating .star-5:before, .woocommerce #review_form .comment-form-rating .woocommerce-product-rating .star-rating .star-5:before {
  color: #f39200;
}

.woocommerce-product-rating a {
  font-size: 0.75rem;
}

.woocommerce .variations {
  margin-bottom: 1.5rem;
}

.woocommerce .variations tr:last-child td,
.woocommerce .variations tr:last-child th {
  padding-bottom: 0;
}

.woocommerce .variations td,
.woocommerce .variations th {
  border: none;
  padding: 0 0 0.75em 0;
}

.woocommerce .variations td:first-child {
  padding-right: 1.5rem;
}

.woocommerce .variations select {
  font-size: 0.875rem;
  width: 100%;
}

.woocommerce .reset_variations {
  display: none !important;
}

.woocommerce .single_variation {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.woocommerce .single_variation .stock {
  margin-bottom: 0;
}

.woocommerce-tabs {
  margin-top: 3rem;
}

.woocommerce-tabs .tabs {
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.woocommerce-tabs .tabs a {
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0.25em 0.25em 0 0;
  display: block;
  padding: 0.5em 1rem;
  text-decoration: none;
}

.woocommerce-tabs h2 {
  display: none;
}

.woocommerce .shop_attributes {
  font-size: 0.875rem;
}

.woocommerce #review_form {
  margin-top: 1.5rem;
}

.woocommerce #review_form .comment-form-rating a {
  text-decoration: none;
}

.woocommerce #review_form .comment-form-rating a:before {
  color: #f39200;
}

.woocommerce #review_form .comment-form-rating .star-1,
.woocommerce #review_form .comment-form-rating .star-2,
.woocommerce #review_form .comment-form-rating .star-3,
.woocommerce #review_form .comment-form-rating .star-4,
.woocommerce #review_form .comment-form-rating .star-5 {
  overflow: hidden;
  width: 0.93rem;
}

.woocommerce #reviews .commentlist li {
  border-bottom: 1px solid transparent;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.woocommerce #reviews .commentlist li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce #reviews .commentlist .star-rating,
.woocommerce #reviews .commentlist .meta {
  display: inline-block;
}

.woocommerce #reviews .commentlist .star-rating {
  margin-right: 0.25rem;
}

.woocommerce #reviews .commentlist .star-rating .fa:before, .woocommerce #reviews .commentlist .star-rating #review_form .comment-form-rating .star-1:before, .woocommerce #review_form .comment-form-rating #reviews .commentlist .star-rating .star-1:before,
.woocommerce #reviews .commentlist .star-rating #review_form .comment-form-rating .star-2:before, .woocommerce #review_form .comment-form-rating #reviews .commentlist .star-rating .star-2:before,
.woocommerce #reviews .commentlist .star-rating #review_form .comment-form-rating .star-3:before, .woocommerce #review_form .comment-form-rating #reviews .commentlist .star-rating .star-3:before,
.woocommerce #reviews .commentlist .star-rating #review_form .comment-form-rating .star-4:before, .woocommerce #review_form .comment-form-rating #reviews .commentlist .star-rating .star-4:before,
.woocommerce #reviews .commentlist .star-rating #review_form .comment-form-rating .star-5:before, .woocommerce #review_form .comment-form-rating #reviews .commentlist .star-rating .star-5:before {
  color: #f39200;
}

.woocommerce #reviews .comment-reply-title {
  margin-bottom: 0.75rem;
}

.woocommerce #reviews .comment-form-rating label {
  margin-right: 0.75rem;
}

.woocommerce #reviews .comment-form-rating .stars {
  display: inline-block;
}

.woocommerce #reviews .comment-form-comment {
  margin-top: 0.75rem;
}

.woocommerce #reviews .comment-form-comment label {
  margin-bottom: 0.375rem;
}

.woocommerce #reviews .comment-form-comment textarea {
  display: block;
  width: 100%;
}

.woocommerce #reviews .comment-form-author,
.woocommerce #reviews .comment-form-email {
  margin-top: 0.75rem;
}

.woocommerce #reviews .comment-form-author input,
.woocommerce #reviews .comment-form-email input {
  width: 100%;
}

.woocommerce #reviews .comment-form-author,
.woocommerce #reviews .comment-form-email {
  width: 47%;
}

.woocommerce #reviews .comment-form-author {
  float: left;
}

.woocommerce #reviews .comment-form-email {
  float: right;
}

.woocommerce #reviews .form-submit {
  clear: both;
  padding-top: 0.75rem;
}

.woocommerce .cart a {
  text-decoration: none;
}

.woocommerce .myaccount_user {
  margin-bottom: 2rem;
}

.woocommerce .shop_table.my_account_orders {
  margin-bottom: 2rem;
}

.woocommerce .shop_table thead th {
  font-size: 0.875rem;
  border-color: transparent;
  padding: 0.5rem 0;
}

.woocommerce .shop_table .cart_item,
.woocommerce .shop_table .order_item,
.woocommerce .shop_table .order {
  border-bottom: 1px solid transparent;
}

.woocommerce .shop_table .cart_item:nth-child(2n) td,
.woocommerce .shop_table .order_item:nth-child(2n) td,
.woocommerce .shop_table .order:nth-child(2n) td {
  background: transparent;
}

.woocommerce .shop_table .cart_item td,
.woocommerce .shop_table .order_item td,
.woocommerce .shop_table .order td {
  border: none;
  padding: 0.5rem 0;
  /*@error "width: and (min-width: 768px)";*/
}

.woocommerce .shop_table .cart_item td.product-remove,
.woocommerce .shop_table .order_item td.product-remove,
.woocommerce .shop_table .order td.product-remove {
  display: none;
}

@media only screen and (min-width: 768px) {
  .woocommerce .shop_table .cart_item td.product-remove,
  .woocommerce .shop_table .order_item td.product-remove,
  .woocommerce .shop_table .order td.product-remove {
    display: block;
  }
}

.woocommerce .shop_table .cart_item img,
.woocommerce .shop_table .order_item img,
.woocommerce .shop_table .order img {
  width: 60px;
}

.woocommerce .shop_table .cart_item input,
.woocommerce .shop_table .order_item input,
.woocommerce .shop_table .order input {
  width: 4rem;
}

.woocommerce .shop_table .variation {
  font-size: 0.875rem;
}

.woocommerce .shop_table .variation dt,
.woocommerce .shop_table .variation dd {
  float: left;
}

.woocommerce .shop_table .variation dt {
  margin-right: 0.25rem;
}

.woocommerce .shop_table .remove {
  color: inherit;
  text-decoration: none;
}

.woocommerce .shop_table .actions {
  border: none;
  padding: 1rem 0 0;
}

.woocommerce .myaccount_address {
  margin-bottom: 1rem;
}

.woocommerce .wc-proceed-to-checkout {
  margin-top: 1rem;
}

.woocommerce #coupon_code {
  font-size: 0.875rem;
  float: left;
  margin-right: 0.75rem;
  width: 11rem;
}

.woocommerce .cart-collaterals {
  margin-top: 3rem;
}

.woocommerce .cart-collaterals .shop_table td {
  border-bottom-width: 0;
  /*@error "width: and (min-width: 768px)";*/
}

@media only screen and (min-width: 768px) {
  .woocommerce .cart-collaterals .shop_table td {
    border-bottom-width: 1px;
  }
}

.woocommerce .cart-collaterals .shop_table tr:nth-child(2n) td {
  background-color: transparent;
}

.woocommerce .cart-collaterals .shop_table tr:last-child {
  /*@error "width: and (min-width: 768px)";*/
}

.woocommerce .cart-collaterals .shop_table tr:last-child td {
  border-bottom-width: 1px;
}

.woocommerce .cart-collaterals .shop_table ul {
  list-style-type: none;
  padding-left: 0;
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  list-style-type: none;
  padding: 0;
}

.woocommerce-checkout {
  /*@error "width: and (min-width: 768px)";*/
}

.woocommerce-checkout .payment_methods {
  list-style-type: none;
  padding-left: 0;
}

.woocommerce-checkout .payment_methods .wc_payment_method:last-child .payment_box {
  margin-bottom: 0;
}

.woocommerce-checkout .payment_methods .payment_box {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.woocommerce-checkout .create-account .form-row {
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .woocommerce-checkout .col2-set {
    float: left;
    width: 48%;
  }
  .woocommerce-checkout .col2-set.addresses {
    clear: both;
    float: inherit;
    margin-top: 1.5rem;
    width: inherit;
  }
  .woocommerce-checkout .col2-set.addresses .col-1,
  .woocommerce-checkout .col2-set.addresses .col-2 {
    width: 48%;
  }
  .woocommerce-checkout .col2-set.addresses .col-1 {
    float: left;
  }
  .woocommerce-checkout .col2-set.addresses .col-2 {
    float: right;
  }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: auto;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    float: right;
    width: 48%;
  }
}

.woocommerce .order-info,
.woocommerce .order_details,
.woocommerce .customer_details {
  margin-bottom: 2rem;
}

.woocommerce-order-received h2 {
  margin-top: 1.5rem;
}

.woocommerce #payment {
  margin-top: 1.5rem;
}

.woocommerce #payment #place_order {
  margin-top: 1.5rem;
}

.woocommerce #rememberme {
  margin-top: 0.5rem;
}

.woocommerce-pagination {
  border-top: 1px solid transparent;
  padding-top: 2rem;
  text-align: center;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  display: block;
  padding: 0.5em 0.5em;
  text-decoration: none;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  line-height: 1;
}

.woocommerce-pagination .current {
  border: 1px solid transparent;
}

.woocommerce-products-navigation {
  border-top: 1px solid transparent;
  margin-top: 2rem;
  padding-top: 2rem;
}

.woocommerce-tabs + .woocommerce-products-navigation {
  border-top: none;
  padding-top: 0;
}

.woocommerce-products-navigation li {
  display: inline-block;
}

.gm-intro-iw,
.gm-content-iw {
  /*@error "width: and (min-width: 568px)";*/
}

@media only screen and (min-width: 568px) {
  .gm-intro-iw,
  .gm-content-iw {
    width: 24rem;
  }
}

.gm-info-iw {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 9px;
}

.gm-address-iw,
.gm-contact-iw {
  /*@error "width: and (min-width: 568px)";*/
}

@media only screen and (min-width: 568px) {
  .gm-address-iw,
  .gm-contact-iw {
    float: left;
    width: 48.1%;
  }
}

.gm-address-iw {
  margin-bottom: 9px;
  /*@error "width: and (min-width: 568px)";*/
}

@media only screen and (min-width: 568px) {
  .gm-address-iw {
    margin-bottom: 0;
    margin-right: 3.8%;
  }
}

.gm-contact-iw a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 80%;
}

.gm-content-iw {
  border-top: 1px solid transparent;
  clear: both;
  padding-top: 15px;
}

.gm-content-iw > * {
  margin-bottom: 9px;
}

.gm-content-iw > *:last-child {
  margin-bottom: 0;
}

/*
* MFN
*/
.widget_mfn_archive_widget .mfn-report-items .mfn-report-item {
  display: block;
  padding: 10px 0;
  overflow: hidden;
}

.widget_mfn_archive_widget .mfn-report-items .mfn-report-item .mfn-report-date {
  font-size: 0.85em;
  float: right;
}

.widget_mfn_archive_widget .mfn-report-items .mfn-report-item .mfn-report-title {
  float: left;
}

.widget_mfn_archive_widget .mfn-report-items .mfn-report-item .mfn-report-title a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15b";
  margin-right: 10px;
}

.widget_mfn_archive_widget .mfn-filter {
  margin-bottom: 30px;
}

.widget_mfn_archive_widget .mfn-year-container {
  border-top: 1px solid #e4e4e4;
  padding-top: 25px;
  margin-top: 25px;
}

.mfn-home-list .mfn-item {
  margin-bottom: 20px;
}

.mfn-home-list .mfn-item .mfn-title a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
}

.mfn-date {
  font-size: 0.85em;
}

.mfn-feed-year-header {
  font-size: 1.5em;
  margin-bottom: 20px !important;
  padding-top: 25px;
  border-top: 1px solid #e4e4e4;
}

.mfn-tags {
  display: none;
}

.mfn-newsfeed-year-selector {
  margin: 35px 0 0 0;
  font-size: 1.2em;
}

.mfn-newsfeed-year-selector .mfn-year {
  border-bottom: 2px solid transparent;
  margin-right: 25px;
}

.mfn-newsfeed-year-selector .mfn-year a {
  margin: 0;
}

.mfn-newsfeed-year-selector .mfn-year.current {
  border-color: #000;
}

.mfn-footer {
  font-size: .85em;
}

.mfn-subscribe ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.mfn-subscribe ul li {
  display: inline-block;
  margin: 0 10px;
}

.mfn-subscribe label {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 17px;
}

.mfn-subscribe .mfn-info,
.mfn-subscribe .subscription-wrapper {
  margin-bottom: 10px;
  display: block;
}

.mfn-subscribe button {
  margin-left: 8px;
}
