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

  /* 1 */
  -ms-text-size-adjust: 100%;

  /* 2 */
  -webkit-text-size-adjust: 100%;

  /* 2 */
}

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

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

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

  /* 1 */
  vertical-align: baseline;

  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

  /* 1 */
  font: inherit;

  /* 2 */
  margin: 0;

  /* 3 */
}

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

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

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

  /* 2 */
  cursor: pointer;

  /* 3 */
}

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

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

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

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

  /* 1 */
  padding: 0;

  /* 2 */
}

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

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

  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

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

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

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

  /* 1 */
  padding: 0;

  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3csvg%20xmlns%3d'http%3a%2f%2fwww.w3.org%2f2000%2fsvg'%20viewbox%3d'0%200%2027%2044'%3e%3cpath%20d%3d'm0%2c22l22%2c0l2.1%2c2.1l4.2%2c22l19.9%2c19.9l22%2c44l0%2c22l0%2c22l0%2c22z'%20fill%3d'%23007aff'%2f%3e%3c%2fsvg%3e");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3csvg%20xmlns%3d'http%3a%2f%2fwww.w3.org%2f2000%2fsvg'%20viewbox%3d'0%200%2027%2044'%3e%3cpath%20d%3d'm27%2c22l27%2c22l5%2c44l-2.1-2.1l22.8%2c22l2.9%2c2.1l5%2c0l27%2c22l27%2c22z'%20fill%3d'%23007aff'%2f%3e%3c%2fsvg%3e");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3csvg%20xmlns%3d'http%3a%2f%2fwww.w3.org%2f2000%2fsvg'%20viewbox%3d'0%200%2027%2044'%3e%3cpath%20d%3d'm0%2c22l22%2c0l2.1%2c2.1l4.2%2c22l19.9%2c19.9l22%2c44l0%2c22l0%2c22l0%2c22z'%20fill%3d'%23ffffff'%2f%3e%3c%2fsvg%3e");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3csvg%20xmlns%3d'http%3a%2f%2fwww.w3.org%2f2000%2fsvg'%20viewbox%3d'0%200%2027%2044'%3e%3cpath%20d%3d'm27%2c22l27%2c22l5%2c44l-2.1-2.1l22.8%2c22l2.9%2c2.1l5%2c0l27%2c22l27%2c22z'%20fill%3d'%23ffffff'%2f%3e%3c%2fsvg%3e");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3csvg%20xmlns%3d'http%3a%2f%2fwww.w3.org%2f2000%2fsvg'%20viewbox%3d'0%200%2027%2044'%3e%3cpath%20d%3d'm0%2c22l22%2c0l2.1%2c2.1l4.2%2c22l19.9%2c19.9l22%2c44l0%2c22l0%2c22l0%2c22z'%20fill%3d'%23000000'%2f%3e%3c%2fsvg%3e");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3csvg%20xmlns%3d'http%3a%2f%2fwww.w3.org%2f2000%2fsvg'%20viewbox%3d'0%200%2027%2044'%3e%3cpath%20d%3d'm27%2c22l27%2c22l5%2c44l-2.1-2.1l22.8%2c22l2.9%2c2.1l5%2c0l27%2c22l27%2c22z'%20fill%3d'%23000000'%2f%3e%3c%2fsvg%3e");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

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

.swiper-pagination-lock {
  display: none;
}

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none;
}

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

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

.swiper-slide-zoomed {
  cursor: move;
}

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

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3csvg%20viewbox%3d'0%200%20120%20120'%20xmlns%3d'http%3a%2f%2fwww.w3.org%2f2000%2fsvg'%20xmlns%3axlink%3d'http%3a%2f%2fwww.w3.org%2f1999%2fxlink'%3e%3cdefs%3e%3cline%20id%3d'l'%20x1%3d'60'%20x2%3d'60'%20y1%3d'7'%20y2%3d'27'%20stroke%3d'%236c6c6c'%20stroke-width%3d'11'%20stroke-linecap%3d'round'%2f%3e%3c%2fdefs%3e%3cg%3e%3cuse%20xlink%3ahref%3d'%23l'%20opacity%3d'.27'%2f%3e%3cuse%20xlink%3ahref%3d'%23l'%20opacity%3d'.27'%20transform%3d'rotate(30%2060%2c60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3csvg%20viewbox%3d'0%200%20120%20120'%20xmlns%3d'http%3a%2f%2fwww.w3.org%2f2000%2fsvg'%20xmlns%3axlink%3d'http%3a%2f%2fwww.w3.org%2f1999%2fxlink'%3e%3cdefs%3e%3cline%20id%3d'l'%20x1%3d'60'%20x2%3d'60'%20y1%3d'7'%20y2%3d'27'%20stroke%3d'%23fff'%20stroke-width%3d'11'%20stroke-linecap%3d'round'%2f%3e%3c%2fdefs%3e%3cg%3e%3cuse%20xlink%3ahref%3d'%23l'%20opacity%3d'.27'%2f%3e%3cuse%20xlink%3ahref%3d'%23l'%20opacity%3d'.27'%20transform%3d'rotate(30%2060%2c60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.sprite {
  background-image: url("../../img/sprite.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .sprite {
    background-image: url("../../img/sprite-2x.jpg");
    background-size: 367px 133px;
  }
}

.sprite-facebook {
  background-position: -207px -34px;
  width: 16px;
  height: 19px;
}

.sprite-gt-icon {
  background-position: -83px -54px;
  width: 42px;
  height: 33px;
}

.sprite-heart {
  background-position: -45px -54px;
  width: 38px;
  height: 40px;
}

.sprite-icon-file {
  background-position: -223px -34px;
  width: 14px;
  height: 17px;
}

.sprite-logo-small {
  background-position: -0px -34px;
  width: 207px;
  height: 20px;
}

.sprite-logo {
  background-position: -0px -0px;
  width: 367px;
  height: 34px;
}

.sprite-rarrow-w {
  background-position: -136px -54px;
  width: 11px;
  height: 18px;
}

.sprite-rarrow {
  background-position: -124px -54px;
  width: 12px;
  height: 18px;
}

.sprite-star {
  background-position: -0px -54px;
  width: 45px;
  height: 40px;
}

.sprite-user {
  background-position: -0px -94px;
  width: 31px;
  height: 40px;
}

.sprite {
  transition: opacity .15s ease-in-out;
  display: block;
}

.sprite[class$='hover'] {
  opacity: 0;
}

.sprite[class$='hover']:hover {
  opacity: 1;
}

.sprite-facebook {
  display: inline-block;
  font-size: 0;
}

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

/* Clearfix */
.group:before,
.group:after {
  content: ' ';
  display: table;
}

.group:after {
  clear: both;
}

.group {
  *zoom: 1;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f5f5f5;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
} */

.site-main {
  padding-top: 1.4em;
}

.post {
  margin-bottom: 3.5rem;
}

.entry-header {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.entry-header .entry-title {
  font-size: 4.5em;
  margin: 0 0 .5em;
}

.entry-header .entry-title a {
  text-decoration: none;
}

.entry-header .entry-meta {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
}

.entry-content {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}

.entry-content a:not(.button) {
  color: #e73839;
  text-decoration: none;
}

.entry-content a:not(.button):hover {
  text-decoration: underline;
}

.entry-content a:not(.button) strong {
  font-weight: normal;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content strong a {
  font-weight: normal;
}

.entry-content .video-container {
  position: relative;
  padding-bottom: 56.25%;

  /* 16:9 */
  height: 0;
}

.entry-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: .4em;
}

h1 {
  font-size: 1.8em;
}

section {
  margin: 18px 0;
}

section h1 {
  margin-top: 0;
}

blockquote {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 1.8em;
  margin: 1em 2em;
}

blockquote:not(.right):not(.center) {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  font-size: 1.1em;
  line-height: 1.2;
  padding: 1em 2em;
  background-color: #f5f5f5;
}

blockquote p {
  margin: .5em 0;
}

blockquote.right {
  position: absolute;
  max-width: 290px;
  right: -290px;
  padding-left: 40px;
  margin: 0;
}

blockquote.right:after, blockquote.right:before {
  display: block;
  width: 30%;
  border-bottom: 0.6em solid #222;
  content: '';
}

blockquote.right:after {
  display: none;
}

blockquote.center {
  right: 0;
  max-width: initial;
  text-align: center;
  margin: 1.4em -1.4em;
  font-size: 2.5em;
  padding-left: 0;
}

blockquote.center:before, blockquote.center:after {
  display: none;
}

.box {
  background-color: #fff;
  padding: 1.4em;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.box-black {
  background-color: #222;
  color: #fff;
}

.box-black strong {
  color: #ffb93e;
  font-weight: 400;
}

.table {
  display: table;
  margin: .8em -.8em;
  border-collapse: separate;
  border-spacing: .8em 0;
  table-layout: fixed;
}

.table .table-cell {
  display: table-cell;
  width: 33.33%;
}

.column {
  float: left;
}

.one-third {
  margin-left: 1.5%;
  width: 32.33%;
}

.two-thirds {
  width: 66.16%;
}

.first {
  margin-left: 0;
}

.center {
  text-align: center;
}

.background-image {
  opacity: .3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

/* Buttons */
.button {
  display: inline-block;
  background-color: #ffb93e;
  color: #333;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.24em;
  padding: 3px 18px;
  margin: 0;
  border-radius: 4px;
  border: 3px solid #ffb93e;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  outline: none;
}

.button:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

.button-outline {
  background-color: transparent;
  border: 3px solid #222;
}

.button-outline.disabled {
  pointer-events: none;
  cursor: default;
  border-color: #777;
  color: #777;
}

.button-bgwhite {
  background-color: #fff;
}

.button-white {
  border-color: #fff;
  color: #fff;
  border-width: 2px;
}

.button-white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button-black {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.button-black:hover {
  background-color: #fff;
  border-color: #333;
  color: #333;
}

.button-outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border-width: 2px;
}

.button-outline-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #222;
}

.button-small {
  font-size: 18px;
  padding: 2px 15px;
}

.button-xsmall {
  font-size: 1em;
  line-height: 1;
  padding: .3em .6em;
}

.button-large {
  font-size: 1.7rem;
  line-height: 1;
  padding: 0.6rem 1.6rem;
}

.button-delete:hover {
  background-color: #e73839;
  border-color: #e73839;
}

.box-button {
  display: block;
  background-color: #ffb93e;
  color: #333;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  text-decoration: none;
  padding: 9px 24px;
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  transition: all .15s ease-in-out;
}

.box-button:hover {
  background-color: #222;
  color: #fff;
}

.box-button:hover .sprite {
  opacity: 0;
}

.box-button:hover .sprite[class$='hover'] {
  opacity: 1;
}

.box-button span {
  display: inline-block;
  vertical-align: middle;
}

.box-button span.sprite-rarrow {
  opacity: .65;
}

.box-button span.sprite {
  position: absolute;
  margin-left: 6px;
  margin-top: 5px;
}

.slide-box-button {
  display: block;
  position: absolute;
  bottom: 6;
  left: 0;
  right: 0;
  background-color: #ffb93e;
  color: #333;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  text-decoration: none;
  padding: 9px 24px;
  margin-top: -3px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all .15s ease-in-out;
  z-index: 11;
}

.slide-box-button:hover {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  bottom: 0;
  background-color: #222;
  color: #fff;
}

.slide-box-button:hover .sprite {
  opacity: 0;
}

.slide-box-button:hover .sprite[class$='hover'] {
  opacity: 1;
}

.slide-box-button span {
  display: inline-block;
  vertical-align: middle;
}

.slide-box-button span.sprite-rarrow {
  opacity: .65;
}

.slide-box-button span.sprite {
  position: absolute;
  margin-left: 6px;
  margin-top: 5px;
}

.box:hover .slide-box-button {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  bottom: 0;
}

.box-anchor-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }

  .container {
    padding: 0 25px;
  }
}

@media screen and (max-width: 900px) {
  body {
    font-size: 15px;
  }

  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .container {
    padding: 0 15px;
  }

  .table {
    display: block;
    margin: 18px 0;
  }

  .table .table-cell {
    display: block;
    width: 100%;
    margin: 9px 0;
  }

  .table .table-cell p {
    margin-bottom: 0;
  }

  .slide-box-button {
    display: none;
  }

  .one-third,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 12px;
  }

  .entry-header .entry-title {
    font-size: 3em;
  }

  blockquote {
    position: relative;
    right: 0;
    text-align: center;
    margin: 1em auto;
    padding: 0;
    font-size: 1.6em;
  }

  blockquote.center {
    margin: 1em 0;
    font-size: 2em;
  }

  blockquote.right {
    position: relative;
    max-width: 100%;
    right: auto;
    padding: 0;
  }

  blockquote.right:before, blockquote.right:after {
    display: block;
    margin: 0 auto;
  }

  .box {
    padding: 1.2em;
  }
}

@media screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }

  .box {
    padding: 1em;
  }
}

/* Site Header */
#site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-header ul li {
  display: inline-block;
}

#masterhead {
  position: relative;
  background-color: #222;
  color: #fff;
  padding: 9px 0;
  z-index: 102;
}

#masterhead .site-logo {
  display: inline-block;
}

#masterhead .site-logo:hover {
  color: #fff;
}

#masterhead .site-logo .sprite-logo-small {
  display: none;
}

#masterhead .site-claim {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  margin-top: 4px;
  line-height: 1;
}

#masterhead .site-claim span.undiaparadar span {
  font-weight: 600;
}

#masterhead #account-navigation {
  position: absolute;
  padding: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
}

#masterhead #account-navigation a, #masterhead #account-navigation span {
  font-size: 1.2em;
}

#masterhead #account-navigation:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#masterhead #account-navigation > div {
  display: inline-block;
  vertical-align: middle;
}

#masterhead #account-navigation #logout {
  margin-left: 24px;
}

#masterhead .button {
  font-size: inherit;
}

#masterhead a {
  color: #fff;
  text-decoration: none;
}

#masterhead a:hover {
  color: #ffb93e;
}

#masterhead #toggle-menu {
  display: none;
}

.navigation-bar {
  position: relative;
  background-color: white;
  padding: 9px 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1;
  z-index: 101;
}

.navigation-bar #site-navigation,
.navigation-bar #user-navigation {
  display: inline-block;
}

.navigation-bar #site-navigation ul,
.navigation-bar #user-navigation ul {
  margin: 0 -.55em;
}

.navigation-bar #site-navigation li,
.navigation-bar #user-navigation li {
  padding: 0 .55em;
}

.navigation-bar #site-navigation li ul,
.navigation-bar #user-navigation li ul {
  display: none;
}

.navigation-bar #site-navigation li.current-menu-item a,
.navigation-bar #user-navigation li.current-menu-item a {
  color: #e73839;
}

.navigation-bar #lang-navigation {
  display: inline-block;
  float: right;
  padding: 0;
}

.navigation-bar a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.navigation-bar a:hover {
  color: #e73839;
}

.navigation-bar #account-navigation {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#burger {
  display: inline-block;
  width: 16px;
  height: 12px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

#burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #eee;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .1s ease-in-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#burger span:nth-child(1) {
  top: 0px;
}

#burger span:nth-child(2) {
  top: 5px;
}

#burger span:nth-child(3) {
  top: 10px;
}

#burger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 3px;
}

#burger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  left: 3px;
}

#toggle-menu:hover #burger:not(.open) span:nth-child(1) {
  top: -1px;
}

#toggle-menu:hover #burger:not(.open) span:nth-child(3) {
  top: 11px;
}

.site-content {
  margin-top: 117px;
  max-width: 100%;
}

@media screen and (max-width: 720px) {
  #masterhead .site-logo .sprite-logo {
    display: none;
  }

  #masterhead .site-logo .sprite-logo-small {
    display: inline-block;
  }

  #masterhead .site-branding {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  #masterhead .site-claim {
    display: none;
  }

  #masterhead #account-navigation {
    display: none;
  }

  #masterhead #toggle-menu {
    margin-top: 3px;
    display: inline-block;
    float: left;
  }

  .navigation-bar {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #e73839;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .1s ease-in-out;
  }

  .navigation-bar .container {
    padding: 0;
  }

  .navigation-bar #site-navigation,
  .navigation-bar #user-navigation,
  .navigation-bar #lang-navigation {
    display: block;
    float: none;
    position: relative;
  }

  .navigation-bar #site-navigation ul,
  .navigation-bar #user-navigation ul,
  .navigation-bar #lang-navigation ul {
    border-top: 1px solid #eee;
    margin: 0;
  }

  .navigation-bar #site-navigation li,
  .navigation-bar #user-navigation li,
  .navigation-bar #lang-navigation li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
  }

  .navigation-bar #site-navigation li.current-menu-item a,
  .navigation-bar #user-navigation li.current-menu-item a,
  .navigation-bar #lang-navigation li.current-menu-item a {
    background-color: #222;
    color: #eee;
  }

  .navigation-bar #lang-navigation a,
  .navigation-bar #account-navigation a {
    background-color: #222;
    color: #f5f5f5;
  }

  .navigation-bar #lang-navigation ul {
    border-top: 0;
  }

  .navigation-bar a {
    padding: 6px 20px;
    color: #e7e7e7;
  }

  .navigation-bar a:hover {
    color: #e7e7e7;
  }

  .navigation-bar #account-navigation {
    display: block;
    padding: 12px;
    text-align: center;
    background-color: #222;
    color: #f5f5f5;
  }

  .navigation-bar #account-navigation > div {
    display: inline-block;
    vertical-align: middle;
  }

  .navigation-bar #account-navigation > div a {
    display: inline;
    padding: 0;
    line-height: 1.2;
  }

  .navigation-bar #account-navigation > div span {
    color: #eee;
  }

  .navigation-bar #account-navigation .menu-items a {
    display: block;
  }

  .navigation-bar.deployed {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .site-content {
    margin-top: 36px;
  }
}

/* Site Footer */
/* Footer */
.site-footer {
  background-color: #333;
  color: #fff;
  margin-top: 48px;
  padding: 24px 0;
}

.site-footer a {
  color: #fff;
}

.social-media {
  list-style-type: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.social-media li {
  display: inline-block;
  margin-right: .5em;
}

.social-media li:after {
  content: '\B7';
  display: inline-block;
  margin-left: .5em;
}

.social-media li:last-of-type:after {
  content: '';
}

.social-media li a {
  text-decoration: none;
  border-bottom: 1px solid #777;
  transition: border-color 0.25s ease-in-out;
}

.social-media li a:hover {
  border-bottom-color: #fff;
}

.site-info {
  margin-top: 1rem;
  font-size: .9rem;
}

.site-info .site-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 0.2rem;
}

.site-info .site-links li {
  display: inline-block;
  margin-right: 0.5rem;
}

.site-info .site-links li a {
  text-decoration: none;
  border-bottom: 1px solid #777;
  transition: border-color 0.25s ease-in-out;
}

.site-info .site-links li a:hover {
  border-bottom-color: #fff;
}

/* Front Page */
/* Slides */
.flexslider {
  position: relative;
  margin-top: 0;
}

.flexslider .slides .slide {
  position: relative;
}

.flexslider .slides .slide img {
  width: 100%;
  height: auto;
  max-height: 490px;
}

.flexslider .slides .slide .slide-data {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 320px;
  padding: 24px;
}

.flexslider .slides .slide .slide-data .inner {
  position: absolute;
  bottom: 60px;
  left: 24px;
  right: 24px;
}

.flexslider .slides .slide .slide-data .inner p {
  margin-top: 0;
}

.flexslider .slides .slide .slide-data .slide-logo {
  display: block;
  max-height: 54px;
  max-width: 240px;
  width: auto;
  height: auto;
  margin-bottom: 18px;
}

.flexslider .flex-control-nav {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 296px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flexslider .flex-control-nav li {
  display: inline-block;
  margin: 0 3px;
}

.flexslider .flex-control-nav li a {
  cursor: hand;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #777;
  font-size: 0;
}

.flexslider .flex-control-nav li a.flex-active, .flexslider .flex-control-nav li a:hover {
  background-color: #333;
}

.flexslider .flex-direction-nav {
  display: none;
}

/* Box */
.box-has-sprite h1 {
  margin-top: 0;
  margin-right: 1em;
}

.box-has-sprite > .sprite {
  position: absolute;
  top: .8em;
  right: .8em;
  opacity: .2;
}

/* Claim */
#home-claim {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

#home-claim p {
  font-size: 1em;
  font-weight: 600;
  max-width: 720px;
  margin: 1em auto;
}

#home-claim .button {
  margin: 0 6px;
}

.claim,
.subclaim {
  margin: 0;
  color: #333;
  line-height: 1;
}

.claim {
  font-size: 5.4em;
  margin-top: 18px;
}

.subclaim {
  font-size: 1.8em;
  margin-bottom: .5em;
}

.bg-black .claim, .bg-black .subclaim {
  color: #fff;
}

/* Countdown Section */
#countdown h1 {
  font-size: 1.8em;
}

#countdown #gt-countdown {
  margin-top: 1em;
}

#countdown #gt-countdown .section {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

#countdown #gt-countdown .section .value, #countdown #gt-countdown .section.sep {
  font-size: 5.4em;
  line-height: .85;
}

#countdown #gt-countdown .section .label {
  font-size: 1.2em;
}

#countdown #gt-countdown p {
  margin: 0;
}

.home-claim__alt {
  background: #ffb93e;
  color: #222;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 24px;
  margin-top: 0;
}

.home-claim__alt h1 {
  font-size: 4em;
  line-height: 1;
  margin: 0 auto;
  max-width: 900px;
}

.home-claim__alt h2 {
  font-size: 2.5em;
  margin: .2em 0 0;
}

@media screen and (max-width: 480px) {
  .home-claim__alt h1 {
    font-size: 3em;
  }

  .home-claim__alt h2 {
    font-size: 1.8em;
  }
}

/* Supporters List */
.supporters-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 0 -12px 24px;
}

.supporters-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 1.5em;
}

.supporters-list li a {
  display: block;
}

.supporters-list li img {
  max-height: 60px;
  max-width: 180px;
}

/* Latest Posts*/
#latest-posts .post {
  position: relative;
  margin-bottom: 18px;
  width: 100%;
  min-height: 180px;
  background-color: #fff;
  border: 1px solid #eee;
}

#latest-posts .post .image-wrapper {
  float: left;
  max-width: 33.33%;
}

#latest-posts .post .image-wrapper img {
  width: 100%;
  height: auto;
}

#latest-posts .post .inner {
  cursor: hand;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 66.66%;
  padding: 1em;
  background-color: #fff;
  transition: all .15s ease-in-out;
  font-size: .9em;
}

#latest-posts .post .inner h1 {
  margin: .1em 0;
  line-height: 1;
}

#latest-posts .post .inner p {
  margin-top: 0;
}

#latest-posts .post .inner time {
  font-size: 12px;
}

#latest-posts .post .inner a {
  z-index: 11;
}

#latest-posts .post:hover .inner {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

/* Agenda */
#agenda h1 {
  margin-top: 0;
}

.events-container {
  position: relative;
  overflow: hidden;
  height: 282px;
  width: 100%;
}

.events {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -17px;
  border-collapse: collapse;
}

.events .event {
  display: table-row;
  border-bottom: 1px solid #fff;
}

.events .event:last-of-type {
  border-bottom: none;
}

.events .event > div {
  display: table-cell;
  padding: 12px 0;
}

.events .event > div.event-date {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
}

.events .event > div.event-title {
  padding-left: 12px;
}

.event__title {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #ffb93e;
  margin: 0;
}

.event__title a {
  color: #ffb93e;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .flexslider .slides .slide .slide-data {
    position: relative;
    width: 100%;
    padding: 15px;
  }

  .flexslider .slides .slide .slide-data .inner {
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  .flexslider .slides .slide .slide-data .inner p {
    max-width: 540px;
    margin: 0 auto 1em;
  }

  .flexslider .slides .slide .slide-data .slide-logo {
    max-height: 42px;
    max-width: 210px;
    margin-bottom: 9px;
    margin: 0 auto;
  }

  .flexslider .slides .slide .slide-data .button {
    margin-top: 0;
  }

  .flexslider .flex-control-nav {
    display: none;
  }

  .flexslider .flex-direction-nav {
    display: block;
  }

  .events-container {
    height: auto;
  }

  .events-container .events {
    box-sizing: content-box;
    position: relative;
    width: 100%;
    padding-right: 17px;
  }
}

@media screen and (max-width: 480px) {
  #slideshow {
    margin: 0 -15px;
  }

  #home-claim {
    padding: 15px;
  }

  #home-claim p {
    font-size: 13px;
  }

  .claim {
    font-size: 48px;
    margin-top: 0;
  }

  .subclaim {
    font-size: 21px;
  }

  #countdown {
    padding: 15px;
  }

  #countdown h1 {
    font-size: 18px;
    margin: 0 0 12px;
  }

  #countdown #gt-countdown .section {
    margin: 0 3px;
    vertical-align: top;
  }

  #countdown #gt-countdown .section .value, #countdown #gt-countdown .section.sep {
    font-size: 56px;
  }

  #countdown #gt-countdown .section .label {
    font-size: 15px;
    margin-top: 3px;
  }

  .supporters-list li {
    margin: .5em;
  }

  .supporters-list li img {
    max-height: 40px;
    max-width: 100px;
  }

  #latest-posts .post {
    position: relative;
    min-height: 180px;
  }

  #latest-posts .post .image-wrapper {
    float: none;
    max-width: 100%;
  }

  #latest-posts .post .image-wrapper img {
    width: 100%;
    height: auto;
  }

  #latest-posts .post .inner {
    position: relative;
    max-width: 100%;
  }

  #latest-posts .post:hover .inner {
    -webkit-transform: none;
    transform: none;
  }
}

/* Blog */
.post-thumbnail {
  max-width: 600px;
  margin: 0 auto;
}

.post-thumbnail img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.lead {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #555;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flew-grow: row;
  margin: 0 -1rem;
}

.grid__item {
  width: 25%;
  padding: 1rem;
}

@media screen and (max-width: 1200px) {
  .grid__item {
    width: 33.333%;
  }
}

@media screen and (max-width: 900px) {
  .grid__item {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .grid__item {
    width: 100%;
  }
}

.grid__item .post .entry-header {
  text-align: left;
}

.grid__item .post .entry-meta {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  margin-top: .5rem;
  color: #333;
}

.grid__item .post .entry-title {
  font-size: 1.7rem;
  margin-bottom: .5rem;
  color: #333;
}

.grid__item .post .entry-content {
  font-size: 1rem;
}

.grid__item .post .entry-content p {
  margin: 0;
}

/* Projects */
.projects-grid {
  margin: 0 -.5%;
  display: block;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  overflow: hidden;
}

.projects-grid .projects {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 24%;
  margin: .5em .5%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #eee;
}

.projects-grid .projects a {
  z-index: 3;
}

.projects-grid .projects .image-wrapper {
  position: relative;
}

.projects-grid .projects .image-wrapper:after {
  padding-top: 66.66%;
  display: block;
  content: '';
}

.projects-grid .projects .image-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.projects-grid .projects .inner {
  position: relative;
  transition: all .15s ease-in-out;
  background-color: #fff;
  top: 0;
  padding: 1.1em;
  margin-bottom: 0px;
  font-size: .9em;
}

.projects-grid .projects .inner h1 {
  font-size: 1.4rem;
}

.projects-grid .projects .inner .language {
  position: absolute;
  top: 1.1em;
  right: 1.1em;
  font-size: 12px;
  line-height: 1;
  color: #777;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 3px 5px;
  text-transform: uppercase;
}

.projects-grid .projects .user-profile {
  transition: all .15s ease-in-out;
  margin-bottom: 12px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
}

.projects-grid .projects .user-profile img {
  max-width: 160px;
  max-height: 48px;
  width: auto;
  height: auto;
}

.projects-grid .projects:hover .inner {
  top: -42px;
  margin-bottom: 0;
}

.projects-grid .projects:hover .user-profile {
  bottom: 60px;
}

.projects-grid .projects:hover .box-button {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.projects-grid .projects .project-tags {
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.projects-grid .projects .project-tags li {
  display: inline-block;
}

.projects-grid .projects .project-tags li span {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 3px 6px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.projects-grid .projects .project-tags li span.animals {
  background-color: #0fbe52;
}

.projects-grid .projects .project-tags li span.social {
  background-color: #186ed7;
}

.projects-grid .projects .project-tags li span.health {
  background-color: #e73839;
}

.projects-grid .projects .project-tags li span.education_and_culture {
  background-color: #a73cff;
}

.projects-grid .projects .project-tags li span.international {
  background-color: #ffff3c;
  color: #222;
}

.projects-grid .projects .project-tags li span.environment {
  background-color: #0fbe52;
}

.projects-grid .projects .project-tags li span.research {
  background-color: #a73cff;
}

.projects-grid .projects .project-tags li span.sports {
  background-color: #ffa13c;
}

.projects-grid .projects .project-tags li span.disability {
  background-color: #ffff3c;
  color: #222;
}

.projects-grid .projects .project-tags li span.old_people {
  background-color: #a73cff;
}

.projects-grid .projects .edit-projects {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
}

.projects-grid .projects .edit-projects a {
  margin-bottom: .2em;
}

.projects-grid .projects .post-status-container {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 42px;
}

.projects-grid .projects .post-status-container .post-status {
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  opacity: .9;
  display: block;
  border: 3px solid #e73839;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.65);
  color: #e73839;
  padding: 3px 6px;
  width: auto;
  -webkit-transform: rotateZ(-5deg);
  transform: rotateZ(-5deg);
}

#user-projects .projects:hover .inner {
  top: 0;
}

#user-projects .projects:hover .box-button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

form#project-filters {
  max-width: inherit;
}

form#project-filters h3 {
  margin-top: 0;
}

form#project-filters .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

form#project-filters .filter {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0.25rem 0.5rem;
  display: inline-block;
  max-width: 100%;
}

form#project-filters .filter input {
  margin: 0;
}

form#project-filters .filter label {
  display: none;
}

form#project-filters .filter select {
  width: 100%;
}

form#project-filters .filter select.filtered {
  background-color: #ffb93e;
  color: #222;
}

form#project-filters .clear-filters {
  font-size: .85em;
}

.empty-results {
  font-size: 1.4em;
  margin: 4em 0;
}

.pagination {
  position: relative;
  margin-top: 1em;
  padding-top: .5em;
  border-top: 2px solid #333;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
}

.pagination a {
  text-decoration: none;
  color: #555;
}

.pagination a:hover, .pagination a.current_page {
  color: black;
  text-decoration: underline;
}

.pagination a.disabled {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.pagination .pagination_prev,
.pagination .pagination_next {
  position: absolute;
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .pagination .pagination_prev,
  .pagination .pagination_next {
    display: none;
  }
}

.pagination .pagination_prev {
  left: 0;
}

.pagination .pagination_next {
  right: 0;
}

.pagination .pagination_list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pagination .pagination_list li {
  display: inline-block;
}

.pagination .pagination_list li a {
  padding: 0 3px;
}

@media screen and (max-width: 540px) {
  .pagination .pagination_list li.pagination_list_item.last, .pagination .pagination_list li.pagination_list_item.first {
    position: absolute;
    top: .5em;
  }

  .pagination .pagination_list li.pagination_list_item.first {
    left: 0;
  }

  .pagination .pagination_list li.pagination_list_item.last {
    right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .projects-grid .projects {
    width: 32.33%;
  }
}

@media screen and (max-width: 768px) {
  .projects-grid .projects {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .projects-grid .projects:hover .inner {
    top: 0;
  }

  .projects-grid .projects:hover .box-button {
    -webkit-transform: none;
    transform: none;
  }

  form#project-filters .filter {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .projects .user-profile img {
    max-height: 42px;
  }
}

.projects-slider {
  position: relative;
  overflow: hidden;
}

.projects-slider .projects-grid {
  position: relative;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow: initial;
  margin: 1rem 0;
}

.projects-slider .projects-grid .projects {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.projects-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  margin: 1rem 0;
}

/* Single Projects */
/*
 * Single Projects
 */
.single-projects .projects .entry-header .logo {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  max-height: 100px;
  width: auto;
  height: auto;
  margin-bottom: 1em;
}

.single-projects .projects .entry-header .entry-title {
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.1;
}

.single-projects .projects .entry-header .byline {
  display: block;
  font-family: 'Open sans';
  font-size: .8rem;
}

.single-projects .projects .entry-header .author {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 0px;
  line-height: 1;
}

.single-projects .projects .entry-header .social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  font-family: 'Open sans';
}

.single-projects .projects .entry-header .social-links li {
  display: inline-block;
  font-size: 13px;
  margin-right: .5em;
}

.single-projects .projects .entry-header .social-links li a {
  display: inline-block;
  text-decoration: underline;
}

.single-projects .projects .entry-header .social-links li a:hover {
  text-decoration: underline;
}

.single-projects .projects .entry-header .social-links li:after {
  content: '\B7';
  display: inline-block;
  margin-left: .5em;
}

.single-projects .projects .entry-header .social-links li:last-of-type {
  margin-right: 0;
}

.single-projects .projects .entry-header .social-links li:last-of-type:after {
  content: '';
}

.single-projects .projects .entry-header .projectof {
  font-size: .8em;
  line-height: 1;
}

.single-projects .projects .entry-header .project-tags {
  list-style-type: none;
  max-width: 640px;
  margin: 0.5em auto 1em;
  padding: 0;
  font-family: 'Open sans';
  font-size: .8em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
}

.single-projects .projects .entry-header .project-tags li {
  display: inline-block;
  background-color: #222;
  color: #fff;
  border-radius: 4px;
  padding: .6em 1.2em;
  margin-bottom: .4em;
}

.single-projects .projects .entry-header .featured-image {
  max-width: 600px;
  margin: 1em auto;
}

.single-projects .projects .entry-header .featured-image img {
  width: 100%;
  height: auto;
}

.single-projects .projects #widget {
  text-align: center;
  margin: 1em auto;
}

.single-projects .projects .entry-footer {
  margin-top: 2em;
  text-align: center;
}

.single-projects .projects .entry-footer .entry-meta {
  color: #777;
  font-size: .9em;
  font-style: italic;
  margin: 2em 0 0;
}

#social-links {
  margin: 1rem 0;
  text-align: center;
}

.share-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.share-buttons li {
  display: inline-block;
  margin: .2em 0;
}

.share-buttons a {
  color: #eee;
  border: none;
}

.share-buttons a:hover {
  color: #fff;
}

.share-buttons .share-facebook {
  background-color: #3b5998;
}

.share-buttons .share-twitter {
  background-color: #00aced;
}

.share-buttons .share-pinterest {
  background-color: #cb2027;
}

.share-buttons .share-gplus {
  background-color: #dd4b39;
}

@media screen and (min-width: 1320px) {
  #widget {
    position: absolute;
    top: 0;
    right: -270px;
  }
}

@media screen and (max-width: 480px) {
  .single-projects .projects .entry-header .logo {
    max-width: 100%;
    max-height: 80px;
  }

  .single-projects .projects .entry-header .entry-title {
    font-size: 2.5em;
  }

  .single-projects .projects .entry-header .author {
    font-size: 1.2em;
  }

  .single-projects .projects .entry-header .social-links li {
    font-size: 12px;
  }
}

/* Template Page User */
.page-template-page-user section {
  margin: 0;
}

#user-projects #user-status {
  max-width: 720px;
  margin-bottom: 1em;
}

#user-projects nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#user-projects nav ul li {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 1em 0;
}

#user-projects nav ul li a {
  display: block;
  width: 100%;
  padding: 3px;
  text-align: center;
}

#user-projects nav ul li a.step-complete {
  background-color: #0fbe52;
  border-color: #0fbe52;
  color: #fff;
}

/*
 * General Form Layout
 */
form {
  /* max-width: 720px; */
  margin: 0;
}

form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

form label {
  display: block;
  font-weight: 600;
  font-size: 1em;
  margin: 1em 0 .4em;
}

form .description {
  font-style: italic;
  color: #777;
}

form aside {
  position: absolute;
  margin: 0 -1.4em;
  padding-left: 720px;
  width: 100%;
}

form aside div {
  margin-left: 2.8em;
  margin-right: 1.4em;
  color: #333;
  background-color: #ffe5b7;
  padding: 1.4em;
  border-radius: 4px;
}

form span {
  font-style: italic;
  font-size: .8em;
  color: #777;
}

form ul {
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}

form input[type='text'],
form input[type='url'],
form input[type='email'],
form input[type='tel'],
form input[type='password'],
select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: .7em 0 !important;
  padding: .4em .5em;
  font-size: 1em;
  background-color: #f5f5f5;
  box-shadow: none;
  border: 2px solid #ddd;
  border-radius: 2px;
  outline: none;
}

form input[type='text']:hover,
form input[type='url']:hover,
form input[type='email']:hover,
form input[type='tel']:hover,
form input[type='password']:hover {
  border-color: #ccc;
}

form input[type='text']:focus,
form input[type='url']:focus,
form input[type='email']:focus,
form input[type='tel']:focus,
form input[type='password']:focus {
  border-color: #5b9dd9;
}

form input[type='text'][disabled] {
  background-color: transparent;
  border-color: #f5f5f5;
  color: #ccc;
}

form input[type='text'][disabled]:hover {
  border-color: #f5f5f5;
}

form textarea {
  width: 100% !important;
  background-color: #f5f5f5;
  box-shadow: none;
  border: 2px solid #ddd;
}

/* form select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: .6em 1em;
  margin-top: 0.2em;
  margin-bottom: 0;
  background-color: #ddd;
  outline: none;
  font-weight: 600;
  font-size: 0.9em;
  line-height: normal;
  color: #555;
}

form select:hover {
  background-color: #ccc;
} */

form .radio-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form .radio-list label {
  display: inline;
  font-weight: 400;
  margin-left: 12px;
}

form .logo-image {
  max-height: 90px;
  max-width: 240px;
  height: auto;
  width: auto;
}

form .form-submit {
  margin-bottom: 0;
}

/*
 * Image Uploader
 */
.image-uploader .show-if-value {
  display: none;
}

.image-uploader .hide-if-value {
  display: block;
}

.image-uploader.has-value .show-if-value {
  display: block;
}

.image-uploader.has-value .hide-if-value {
  display: none;
}

.clear_image_uploader {
  display: block;
  font-size: 14px;
}

/*
 * Notice
 */
.notice {
  background-color: #c9e4f7;
  color: #333;
  padding: 1.4em;
  margin-bottom: .5em;
  border-radius: 4px;
}

.notice p {
  margin: 0;
}

.notice.updated {
  background-color: #d3edd5;
}

.notice.trashed, .notice.review {
  background-color: #f8c9c9;
}

@media screen and (max-width: 480px) {
  #user-projects .projects-grid .projects .image-wrapper {
    display: block;
  }
}

/* ACF */
/*
 * ACF
 */
.acf-fields .hidden-by-conditional-logic {
  display: none !important;
}

.acf-hidden {
  display: none;
}

.acf-field {
  width: 100%;
}

.acf-field .description {
  font-style: italic;
  color: #777;
  margin-top: -0.4em;
  margin-bottom: 0.4em;
}

.acf-field .description a {
  color: #e73839;
}

.acf-field-checkbox .acf-checkbox-list li {
  display: inline-block;
  width: 50%;
}

.acf-field-checkbox label.checkbox,
.acf-field-checkbox .acf-checkbox-list label {
  display: inline;
  font-weight: 400;
}

.acf-field-checkbox label.checkbox input,
.acf-field-checkbox .acf-checkbox-list label input {
  margin-right: 12px;
}

.acf-radio-list label {
  display: inline;
  font-weight: 400;
}

.acf-radio-list label input[type="radio"] {
  margin-right: .5em;
}

/*
 * ACF Image Uploader
 */
.acf-image-uploader {
  position: relative;
}

.acf-image-uploader .show-if-value {
  display: none;
}

.acf-image-uploader .hide-if-value {
  display: block;
}

.acf-image-uploader.has-value .show-if-value {
  display: block;
}

.acf-image-uploader.has-value .hide-if-value {
  display: none;
}

.acf-image-uploader.acf-cf:before, .acf-image-uploader.acf-cf:after {
  content: "";
  display: block;
  line-height: 0;
}

.acf-image-uploader.acf-cf:after {
  clear: both;
}

.acf-image-uploader .view {
  position: relative;
}

.acf-image-uploader .view img {
  max-width: 100%;
  height: auto;
}

.acf-image-uploader .acf-soh .acf-soh-target {
  position: absolute;
  top: 5px;
  right: 5px;
  transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  visibility: hidden;
  opacity: 0;
}

.acf-image-uploader .acf-soh:hover .acf-soh-target {
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.acf-image-uploader .acf-icon {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #222;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  text-align: center;
}

.acf-image-uploader .acf-icon:before {
  display: inline-block;
}

.acf-image-uploader .acf-icon.-cancel:before {
  content: '\00d7';
}

.acf-field-57d534ec01758 img,
.acf-field-57d5342501757 img {
  max-width: 200px;
  max-height: 60px;
}

/*
 * ACF Editor
 */
.acf-editor-wrap {
  border: 2px solid #ddd;
  border-radius: 2px;
  -webkit-appearance: none;
  outline: none;
}

.wp-editor-container:hover {
  border-color: #ccc;
}

/*
 * ACF Errors
 */
.acf-required {
  color: #e73839;
}

.acf-error-message {
  display: none;
}

.acf-error input,
.acf-error select,
.acf-error .acf-editor-wrap {
  border: 2px solid #e73839 !important;
}

/*
 * ACF Custom Fields
 */
@media screen and (max-width: 480px) {
  .acf-field-checkbox .acf-checkbox-list li {
    width: 100%;
  }
}

/* Page */
/* Page ideas */
.page-id-111 .entry-content,
.page-id-240 .entry-content {
  max-width: 740px;
}

.page-id-111 .entry-content ul,
.page-id-240 .entry-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-id-111 .entry-content ul li,
.page-id-240 .entry-content ul li {
  position: relative;
  margin: .5em 0;
  padding: 1.4em;
  border: 1px solid #eee;
  background-color: #fff;
}

.page-id-111 .entry-content ul li ul li,
.page-id-240 .entry-content ul li ul li {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline;
  background-color: transparent;
}

.page-id-111 .entry-content ul li ul li:not(:last-of-type):after,
.page-id-240 .entry-content ul li ul li:not(:last-of-type):after {
  content: ', ';
}

.page-id-111 .entry-content ul li div,
.page-id-240 .entry-content ul li div {
  max-width: 100%;
}

.page-id-111 .entry-content ul li img,
.page-id-240 .entry-content ul li img {
  margin: -1.4em;
  margin-bottom: 0;
  max-width: calc(100% + 1.4em * 2);
  width: calc(100% + 1.4em * 2);
}

.page-id-111 .entry-content ul li .wp-caption-text,
.page-id-240 .entry-content ul li .wp-caption-text {
  font-size: .75em;
  font-style: italic;
  color: #777;
}

.page-id-111 .entry-content ul li br,
.page-id-240 .entry-content ul li br {
  display: none;
}

@media screen and (min-width: 900px) {
  /* Ideas */
  .page-id-111 .entry-content ul li,
  .page-id-240 .entry-content ul li {
    *zoom: 1;
  }

  .page-id-111 .entry-content ul li:before, .page-id-111 .entry-content ul li:after,
  .page-id-240 .entry-content ul li:before,
  .page-id-240 .entry-content ul li:after {
    content: ' ';
    display: table;
  }

  .page-id-111 .entry-content ul li:after,
  .page-id-240 .entry-content ul li:after {
    clear: both;
  }

  .page-id-111 .entry-content ul li .wp-caption,
  .page-id-111 .entry-content ul li img,
  .page-id-240 .entry-content ul li .wp-caption,
  .page-id-240 .entry-content ul li img {
    float: left;
    max-width: 240px;
    margin: 0;
    margin-right: 1.4em;
  }

  .page-id-111 .entry-content ul li .wp-caption img,
  .page-id-240 .entry-content ul li .wp-caption img {
    float: none;
  }

  .page-id-111 .entry-content ul li .wp-caption-text,
  .page-id-240 .entry-content ul li .wp-caption-text {
    max-width: 100%;
  }

  .page-id-111 .entry-content ul li h1, .page-id-111 .entry-content ul li h2, .page-id-111 .entry-content ul li h3, .page-id-111 .entry-content ul li h4, .page-id-111 .entry-content ul li h5, .page-id-111 .entry-content ul li h6,
  .page-id-240 .entry-content ul li h1,
  .page-id-240 .entry-content ul li h2,
  .page-id-240 .entry-content ul li h3,
  .page-id-240 .entry-content ul li h4,
  .page-id-240 .entry-content ul li h5,
  .page-id-240 .entry-content ul li h6 {
    margin-top: 0;
  }
}

/* GLOBAL */
ul#global-sites {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#global-sites li {
  display: inline-block;
  width: 20%;
  padding: .5em;
  text-align: center;
  vertical-align: bottom;
}

ul#global-sites li a {
  padding: .5em;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  color: #222;
  border-bottom: 0;
  display: block;
  transition: all .1s linear;
}

ul#global-sites li a:hover {
  padding: 0;
}

ul#global-sites li img {
  display: block;
  width: 100%;
}

ul#global-sites li .country-name {
  display: block;
  margin-top: .5em;
}

/*
 * Downloads
 */
ul.downloads {
  list-style-type: none;
  margin: 40px 0;
  padding: 0;
  font-size: 0;
}

ul.downloads li {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-bottom: 1em;
  padding: 0 1em;
}

ul.downloads li .sprite-gt-icon {
  float: left;
}

ul.downloads li > div {
  margin-left: 40px;
  padding-left: 1em;
}

ul.downloads li > div h3 {
  margin: 0;
  display: inline-block;
}

ul.downloads li > div .sprite {
  display: inline-block;
}

ul.downloads li .file-description {
  display: block;
  font-size: 13px;
}

#accordion .ui-accordion-header {
  outline: none;
  cursor: pointer;
  color: #666;
}

#accordion .ui-accordion-header .ui-accordion-header-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}

#accordion .ui-accordion-header .ui-accordion-header-icon:before {
  content: '+';
}

#accordion .ui-accordion-header.ui-accordion-header-active {
  color: #222;
}

#accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
  content: '\2013';
}

.actions-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .actions-grid {
    display: block;
  }
}

.wrapper {
  max-width: 640px;
  width: 50%;
  height: auto;
}

@media (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.action-intro {
  max-width: 720px;
  margin: 0 auto;
}

.actions-form {
  margin-top: 1rem;
}

.map-container {
  position: relative;
  max-width: 640px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.map {
  width: 100%;
  height: auto;
}

.pointers {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pointers li {
  position: absolute;
  cursor: pointer;
  left: 0%;
  top: 0%;
  font-size: .7rem;
  font-weight: 600;
  max-width: 7.5rem;
}

#lleida {
  left: 74%;
  top: 20%;
}

#tarragona {
  left: 71%;
  top: 31%;
}

#girona {
  left: 85%;
  top: 20%;
}

#barcelona {
  left: 78%;
  top: 25%;
}

#castellon {
  left: 67%;
  top: 41%;
}

#valencia {
  left: 62%;
  top: 50%;
}

#alicante {
  left: 64%;
  top: 60%;
}

#murcia {
  left: 55%;
  top: 65%;
}

#almeria {
  left: 53%;
  top: 73%;
}

#granada {
  left: 41%;
  top: 74%;
}

#malaga {
  left: 35%;
  top: 78%;
}

#cadiz {
  left: 27%;
  top: 80%;
}

#huelva {
  left: 17%;
  top: 68%;
}

#sevilla {
  left: 26%;
  top: 71%;
}

#cordoba {
  left: 31%;
  top: 65%;
}

#jaen {
  left: 42%;
  top: 64%;
}

#albacete {
  left: 51%;
  top: 56%;
}

#ciudad-real {
  left: 36%;
  top: 55%;
}

#badajoz {
  left: 21%;
  top: 57%;
}

#caceres {
  left: 22%;
  top: 45%;
}

#toledo {
  left: 36%;
  top: 45%;
}

#cuenca {
  left: 49%;
  top: 45%;
}

#teruel {
  left: 58%;
  top: 37%;
}

#guadalajara {
  left: 46%;
  top: 34%;
}

#madrid {
  left: 39%;
  top: 38%;
}

#avila {
  left: 32%;
  top: 37%;
}

#salamanca {
  left: 22%;
  top: 34%;
}

#zamora {
  left: 23%;
  top: 24%;
}

#valladolid {
  left: 32%;
  top: 26%;
}

#segovia {
  left: 37%;
  top: 31%;
}

#soria {
  left: 47%;
  top: 26%;
}

#zaragoza {
  left: 56%;
  top: 26%;
}

#huesca {
  left: 62%;
  top: 20%;
}

#navarra {
  left: 52%;
  top: 15%;
}

#la-rioja {
  left: 47%;
  top: 19%;
}

#burgos {
  left: 40%;
  top: 16%;
}

#palencia {
  left: 34%;
  top: 19%;
}

#leon {
  left: 26%;
  top: 15%;
}

#orense {
  left: 15%;
  top: 19%;
}

#pontevedra {
  left: 6%;
  top: 16%;
}

#a-coruna {
  left: 6%;
  top: 8%;
}

#lugo {
  left: 17%;
  top: 10%;
}

#asturias {
  left: 25%;
  top: 7%;
}

#cantabria {
  left: 35%;
  top: 9%;
}

#vizcaya {
  left: 44%;
  top: 5%;
}

#gipuzkoa {
  left: 53%;
  top: 8%;
}

#alava {
  left: 48%;
  top: 12%;
}

#baleares {
  left: 84%;
  top: 46%;
}

#santa-cruz-de-tenerife {
  left: 65%;
  top: 82%;
}

#las-palmas {
  left: 80%;
  top: 88%;
}

.enclave,
.isla,
.provincia {
  fill: #f0b137 !important;
}

.dot {
  display: inline-block;
  content: ' ';
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  border: 1px solid #777;
  background-color: #ccc;
  margin-right: .25rem;
}

.title {
  display: inline-block;
}

.actions {
  padding-left: 2rem;
  width: 420px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .actions {
    padding-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
}

.actions-list,
.actions-list__actions {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.actions-list__province {
  border-top: 2px solid #ffb93e;
  padding: .5rem 0;
  font-family: 'Lato',sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.actions-list__actions {
  display: none;
  cursor: default;
}

.action-list__item {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: .85rem;
  text-transform: none;
  margin: .5rem 0;
  background-color: #eee;
  padding: 1rem;
}

.action-list__item h2 {
  font-family: 'Lato',sans-serif;
  font-weight: 900;
  margin: 0 0 .4rem;
  font-size: 1.1rem;
  color: #ffb93e;
}

.action-list__item h3 {
  font-family: 'Lato',sans-serif;
  font-weight: normal;
  margin: 0 0 .4rem;
  font-size: .9rem;
}

.action-list__item p {
  margin: 0;
}

.action-list__item .action-location {
  font-style: italic;
  margin: .2rem 0;
}

.action-list__item a {
  display: inline-block;
  margin-top: .2rem;
  border-bottom: 1px solid #222;
  text-transform: uppercase;
  font-size: .8rem;
  text-decoration: none;
  margin-right: 1rem;
}

a.delete-action {
  color: #e73839;
  border-bottom-color: #e73839;
}

.res-assets__image img,
.res-assets__image-grid-frame img {
  background-color: #ddd;
}

.bg-yellow {
  background-color: #ffb93e;
  padding: 2rem;
}

@media (max-width: 475px) {
  .bg-yellow {
    padding: -4rem;
  }
}

.bg-black {
  background-color: #222;
  /* padding: 2rem; */
  color: #fff;
}

.center {
  text-align: center;
}

#newsletter {
  color: #333;
}

#newsletter h1, #newsletter h2 {
  margin: 0;
  line-height: 1;
}

#newsletter h1 {
  font-size: 4.5em;
}

@media (max-width: 475px) {
  #newsletter h1 {
    font-size: 2.5em;
  }
}

#newsletter h2 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

@media (max-width: 475px) {
  #newsletter h2 {
    font-size: 1.5em;
  }
}

.autocomplete {
  z-index: 10;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: .2rem;
  font-size: .9rem;
  overflow: auto;
}

.autocomplete div {
  padding: 0.25rem;
}

.autocomplete div:hover {
  background-color: #ffb93e;
}

.page-id-10585 .entry-title,
.page-id-10587 .entry-title {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.w-1\/3 {
  width: 33.33333%;
}

.mb-2 {
  margin-bottom: .5rem;
}

.-mx-3 {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.w-full {
  width: 100%;
}

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

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