/* Modules & Variables */
/* Layout */
/* Media Queries */
/* Color Scheme */
/*$footer-bg:            #082120;*/
/* Typography */
/*$secondary-font:       Meta Serif Pro, $primary-font;*/
/* Shortcuts */
/*$font2:                $secondary-font-family;*/
/* filter: sepia(1) hue-rotate(115deg) saturate(1.5); */
.unslider-nav ol, .content-w-sidebar .sidebar .nav, .bullets, ol.numbers, .option-list, .partner-list, .large-social-media-box ul, .media-download ul, .main-nav ul, .sub-nav ul, .page-footer .nav ul, .post-share-compact ul, .post-meta .publishing-details ul, .what-we-do .menu ul, .how-we-work-list, .team ul, .contact-info-box ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.content-w-sidebar .sidebar .nav a, .donation-section a, .partner-list a, .donation-slider .action .other-amount span, .donation-slider .action .bank-transfer a, .media-download a, .page-header .donation, .donation-fixed, .main-nav li a, .sub-nav ul a, .page-footer .social-media a, .page-footer .nav a, .post-share-compact a, .post-share .twitter, .post-meta .author a, .other-articles a, .act-columns a, .section-halves a.half, .section-channels #yottie_1 a, .yottie-popup a, .cta-donate-under-video a, .section-rls-table .dataTables_paginate a, .what-we-do .menu a, .campaign-list .item {
  border: none;
  text-decoration: none;
}
.popup-close, .menu-switcher {
  display: inline-block;
  background: none;
  border: none;
}
.content-section.w-bg .feature-list h3:before, .donation-box-horizontal .amount-list span:before, .content-filter .filter:before, .boxed-list .img:after, .boxed-list .wrap:after, .page-header h1 a:after, .main-nav li a:before, .page-footer .social-media a:before, .other-articles:before, .hero-about:before, .hero-act:before, .hero-campaign:before, .hero-normal:before, .what-we-do-2 .backgrounds-wrap .bg-items:after, .team a:before, .campaign-list .item:before, .campaign-list .item:after, .resources .img:after, .map-bg .locations .item:before, .map-bg .locations .tooltip:before, .map-bg .locations .tooltip:after, .map-bg:after, .take-action-steps .item:before, .take-action-steps .content:before, .take-action-steps .content:after {
  content: "";
  display: block;
  position: absolute;
}
.hidden-mobile {}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
.hidden-gt-mobile {}
@media (min-width: 768px) {
  .hidden-gt-mobile {
    display: none;
  }
}
.hidden-gt-tablet-large {}
@media (min-width: 1025px) {
  .hidden-gt-tablet-large {
    display: none;
  }
}
.hidden-lt-tablet-large {}
@media (max-width: 1023px) {
  .hidden-lt-tablet-large {
    display: none;
  }
}
@keyframes floating {
  from {
    transform: translateY(-3px);
  }
  to {
    transform: translateY(3px);
  }
}

/* Vendor */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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: 700;
}
/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;/* 1 */
  box-sizing: content-box;/* 2 */
}
/**
 * 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: 700;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
    url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
    url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
    url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: 400;
  font-style: normal;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;/* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  transform: translate3d(0,0,0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 5px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
@keyframes Coolgradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
/* Styling;
 */
.noUi-background {
  background: #4cc0b5;/*background: linear-gradient(to right, $t, #fff);*//*background: linear-gradient(to right, color(#fff a(0)), #fff);*/
  background: linear-gradient(to right, rgba(76, 192, 181, 0.5), #fff);/*box-shadow: inset 0 1px 1px #f0f0f0;*/
}
.noUi-background.sliding {
  background: linear-gradient(90deg, #ff0062, #ffff00, #00ff00, #00ffff, #0000ff);
  background-size: 1000% 1000%;
  animation: Coolgradient 2s linear infinite;
}
.noUi-connect {
  background: #3FB8AF;/*box-shadow: inset 0 0 3px rgba(51,51,51,0.45);*/
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 10em;/*border: 1px solid #D3D3D3;*//*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {/*border: 1px solid #D9D9D9;*//*border-radius: 3px;*/
  background: #FFF;
  cursor: pointer;
  border-radius: 50%;/*box-shadow: inset 0 0 1px #FFF,*//*inset 0 1px 7px #EBEBEB,*//*0 3px 6px -3px #BBB;*/
}
.noUi-handle:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: #4cc0b5;
  border-radius: 50%;
}
.noUi-handle:after {
  content: "";
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  position: absolute;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF,
        inset 0 1px 7px #DDD,
        0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
/*.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}*/
/*.noUi-handle:after {
  left: 17px;
}*/
/*.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}*/
/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel>li {
  float: left;
}
.unslider-vertical>ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 9;
}
.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}
.unslider {
  overflow: visible;
}
.unslider > div {
  overflow: visible !important;
}
.unslider-fade .unslider-wrap {
  padding: 61.8% 0 0;
}
.unslider img {
  width: 100%;
}
.unslider-arrow {
  display: none;
}
.unslider-nav {
  text-align: center;
}
.unslider-nav ol {
  margin: 0;
}
.unslider-nav li {
  display: inline-block;
  width: 7px;
  height: 7px;
  position: relative;
  font-size: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.unslider-nav li + li {
  margin-left: 10px;
}
.unslider-nav li:before {
  content: "";
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  position: absolute;
}
.unslider-nav .unslider-active {
  background: #4cc0b5;/*&:before {
      content: "";
      position: absolute 0;
      background: $t2;
      border-radius: 50%;
    }*/
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {/* Safari 4+, Chrome *//* Chrome 10+, Safari 5.1+, iOS 5+ *//* Firefox 3.6-15 *//* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {/* Safari 4+, Chrome *//* Chrome 10+, Safari 5.1+, iOS 5+ *//* Firefox 3.6-15 *//* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {/* Safari 4+, Chrome *//* Chrome 10+, Safari 5.1+, iOS 5+ *//* Firefox 3.6-15 *//* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {/* Safari 4+, Chrome *//* Chrome 10+, Safari 5.1+, iOS 5+ *//* Firefox 3.6-15 *//* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));/* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Elfsight (c) elfsight.com */
.yottie {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.yottie, .yottie div, .yottie ul, .yottie li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  display: block;
}
.yottie img {
  display: block;
  max-width: none;
  min-width: auto;
  max-height: none;
  min-height: auto;
}
.yottie a {
  text-decoration: none;
}
.yottie span {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.yottie-icon {
  font: 400 100%/1 'Iconsfont';
}
.yottie-icon, .yottie-icon + * {
  display: inline-block;
  vertical-align: middle;
}
.yottie {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
.yottie {
  font-family: 'Roboto', Arail, sans-serif;
}
.yottie a {
  transition: all 0.2s ease;
}
.yottie .adsbygoogle {
  display: inline-block;
}
@font-face {
  font-family: 'Iconsfont';
  src: url(data:application/vnd.ms-fontobject;base64,MAcAAIwGAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAszyaFAAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxID5wAAALwAAABgY21hcBlVzo4AAAEcAAAAVGdhc3AAAAAQAAABcAAAAAhnbHlmIoGCyAAAAXgAAAKwaGVhZAgMgTwAAAQoAAAANmhoZWEHlwPLAAAEYAAAACRobXR4HgABgQAABIQAAAAobG9jYQLmAkgAAASsAAAAFm1heHAADgA5AAAExAAAACBuYW1lmUoJ+wAABOQAAAGGcG9zdAADAAAAAAZsAAAAIAADA7cBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOcGA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABAA4AAAACgAIAAIAAgABACDnBv/9//8AAAAAACDnAf/9//8AAf/jGQMAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAcgAyA44DTgAMABoAAAEyNjU0JiMiBhUUFjMVIg4CHQEhNTQuAiMCAEdjY0dHZGRHMol8VwMcV3yJMgH5ZEdGZGRGR2RyGTJKMo6OMkoyGQAAAAMAVQAVA6sDawAJABoAHgAAEyMRFBYzITUhESUhIgYVERQWMyEyNjURNCYjARENAatWMiQCVf2rAqr+ACMyMiMCACQyMiT+qwEA/wACwP2rJDJWAlWrMiT+ACMyMiMCACQy/eoBgMDAAAAAAAMAKwCAA9UDAAAUACkANgAAASIOAgceAzMyPgI3LgMjESIuAjU0PgIzMh4CFRQOAiMRIgYVFBYzMjY1NCYjAgBQknpeGxteepJQUJJ6XhsbXnqSUCxOOiEhOk4sLE46ISE6Tiw1S0s1NUtLNQMAL1V2RkZ2VS8vVXZGRnZVL/3rITpOLCxOOiEhOk4sLE46IQFVSzU1S0s1NUsAAAEAOf/AA8cDTgAOAAABNCYjISIGFREUFjMhFxEDx1pR/chMX288AhzHAqRIYlpQ/nFRWasC5AAAAgAr/+sD1QNAAB0AIgAAASEiBgcDDgEdAxQWMyEPARQWHwEBPgE1ETQmIzMRMxEjAoD+gBsqCoADAzIjAQ0oAgsILQEaCw0yI6uqqgNAHRf+0wcQCFEBAyQyww0NGAksARkLHxIBqyMy/gACAAAAAAIAKwBAA9UDlQAEACIAADczESMRATQmIyE/ATQmLwEBDgEVERQWMyEyNjcTPgE9AyuqqgOqMiP+8ygCCwgt/ucMDTIjAYAbKgqAAwNAAgD+AAHVJDLDDQ0YCSz+5wsfEv5VIzIdFwEtBxAIUQEDAAABAAAAAAAAFJo8s18PPPUACwQAAAAAANKMnnUAAAAA0oyedQAA/8AD1QOVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAPVAAEAAAAAAAAAAAAAAAAAAAAKBAAAAAAAAAAAAAAAAgAAAAQAAHIEAABVBAAAKwQAADkEAAArBAAAKwAAAAAACgAUAB4ASAB+AMwA6AEgAVgAAAABAAAACgA3AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==);
  src: url(data:application/vnd.ms-fontobject;base64,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) format('embedded-opentype'), url(data:application/x-font-ttf;base64,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) format('truetype'), url(data:application/font-woff;base64,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) format('woff'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlNzAxOyIgZ2x5cGgtbmFtZT0ic3Vic2NyaWJlcnMiIGQ9Ik01MTIgNTA0Ljg4OWM5NC40MzYgMCAxNzAuMDk4IDc2LjIzMSAxNzAuMDk4IDE3MC42NjdzLTc1LjY2MiAxNzAuNjY3LTE3MC4wOTggMTcwLjY2N2MtOTQuNDM2IDAtMTcwLjY2Ny03Ni4yMzEtMTcwLjY2Ny0xNzAuNjY3czc2LjIzMS0xNzAuNjY3IDE3MC42NjctMTcwLjY2N3pNNTEyIDM5MS4xMTFjLTEzMi41NTEgMC0zOTguMjIyLTY2LjU2LTM5OC4yMjItMTk5LjExMXYtMTQyLjIyMmg3OTYuNDQ0djE0Mi4yMjJjMCAxMzIuNTUxLTI2NS42NzEgMTk5LjExMS0zOTguMjIyIDE5OS4xMTF6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTcwMjsiIGdseXBoLW5hbWU9InZpZGVvcyIgZD0iTTE3MC42NjcgNzA0aC04NS4zMzN2LTU5Ny4zMzNjMC00Ni45MzMgMzguNC04NS4zMzMgODUuMzMzLTg1LjMzM2g1OTcuMzMzdjg1LjMzM2gtNTk3LjMzM3Y1OTcuMzMzek04NTMuMzMzIDg3NC42NjdoLTUxMmMtNDYuOTMzIDAtODUuMzMzLTM4LjQtODUuMzMzLTg1LjMzM3YtNTEyYzAtNDYuOTMzIDM4LjQtODUuMzMzIDg1LjMzMy04NS4zMzNoNTEyYzQ2LjkzMyAwIDg1LjMzMyAzOC40IDg1LjMzMyA4NS4zMzN2NTEyYzAgNDYuOTMzLTM4LjQgODUuMzMzLTg1LjMzMyA4NS4zMzN6TTUxMiAzNDEuMzMzdjM4NGwyNTYtMTkyLTI1Ni0xOTJ6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTcwMzsiIGdseXBoLW5hbWU9InZpZXdzIiBkPSJNNTEyIDc2OGMtMjEzLjMzMyAwLTM5NS41Mi0xMzIuNjkzLTQ2OS4zMzMtMzIwIDczLjgxMy0xODcuMzA3IDI1Ni0zMjAgNDY5LjMzMy0zMjBzMzk1LjUyIDEzMi42OTMgNDY5LjMzMyAzMjBjLTczLjgxMyAxODcuMzA3LTI1NiAzMjAtNDY5LjMzMyAzMjB6TTUxMiAyMzQuNjY3Yy0xMTcuNzYgMC0yMTMuMzMzIDk1LjU3My0yMTMuMzMzIDIxMy4zMzNzOTUuNTczIDIxMy4zMzMgMjEzLjMzMyAyMTMuMzMzIDIxMy4zMzMtOTUuNTczIDIxMy4zMzMtMjEzLjMzMy05NS41NzMtMjEzLjMzMy0yMTMuMzMzLTIxMy4zMzN6TTUxMiA1NzZjLTcwLjgyNyAwLTEyOC01Ny4xNzMtMTI4LTEyOHM1Ny4xNzMtMTI4IDEyOC0xMjggMTI4IDU3LjE3MyAxMjggMTI4LTU3LjE3MyAxMjgtMTI4IDEyOHoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlNzA0OyIgZ2x5cGgtbmFtZT0iY29tbWVudHMiIGQ9Ik05NjcuMTExIDY3NS41NTZjMCA5Ni4wMjgtNjIuODA1IDE3MC42NjctMTcwLjY2NyAxNzAuNjY3aC01NjguODg5Yy0xMDAuNzUgMC0xNzAuNjY3LTY0LTE3MC42NjctMTcwLjY2N3YtMzk4LjIyMmMwLTEwOS4wNTYgOTEuMjUtMTcwLjY2NyAxNzAuNjY3LTE3MC42NjdoNTQwLjQ0NGwxOTkuMTExLTE3MC42Njd2NzM5LjU1NnoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlNzA1OyIgZ2x5cGgtbmFtZT0ibGlrZXMiIGQ9Ik02NDAgODMyaC0zODRjLTM1LjQxMyAwLTY1LjcwNy0yMS4zMzMtNzguNTA3LTUyLjA1M2wtMTI4Ljg1My0zMDAuOGMtMy44NC05LjgxMy01Ljk3My0yMC4wNTMtNS45NzMtMzEuMTQ3di04MS40OTNsMC40MjctMC40MjctMC40MjctMy40MTNjMC00Ni45MzMgMzguNC04NS4zMzMgODUuMzMzLTg1LjMzM2gyNjkuMjI3bC00MC41MzMtMTk0Ljk4Ny0xLjI4LTEzLjY1M2MwLTE3LjQ5MyA3LjI1My0zMy43MDcgMTguNzczLTQ1LjIyN2w0NS4yMjctNDQuOCAyODEuMTczIDI4MS4xNzNjMTUuMzYgMTUuMzYgMjQuNzQ3IDM2LjY5MyAyNC43NDcgNjAuMTZ2NDI2LjY2N2MwIDQ2LjkzMy0zOC40IDg1LjMzMy04NS4zMzMgODUuMzMzek04MTAuNjY3IDgzMnYtNTEyaDE3MC42Njd2NTEyaC0xNzAuNjY3eiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU3MDY7IiBnbHlwaC1uYW1lPSJkaXNsaWtlcyIgZD0iTTQyLjY2NyA2NGgxNzAuNjY3djUxMmgtMTcwLjY2N3YtNTEyek05ODEuMzMzIDUzMy4zMzNjMCA0Ni45MzMtMzguNCA4NS4zMzMtODUuMzMzIDg1LjMzM2gtMjY5LjIyN2w0MC41MzMgMTk0Ljk4NyAxLjI4IDEzLjY1M2MwIDE3LjQ5My03LjI1MyAzMy43MDctMTguNzczIDQ1LjIyN2wtNDUuMjI3IDQ0LjgtMjgwLjc0Ny0yODEuMTczYy0xNS43ODctMTUuMzYtMjUuMTczLTM2LjY5My0yNS4xNzMtNjAuMTZ2LTQyNi42NjdjMC00Ni45MzMgMzguNC04NS4zMzMgODUuMzMzLTg1LjMzM2gzODRjMzUuNDEzIDAgNjUuNzA3IDIxLjMzMyA3OC41MDcgNTIuMDUzbDEyOC44NTMgMzAwLjhjMy44NCA5LjgxMyA1Ljk3MyAyMC4wNTMgNS45NzMgMzEuMTQ3djgxLjQ5M2wtMC40MjcgMC40MjcgMC40MjcgMy40MTN6IiAvPgo8L2ZvbnQ+PC9kZWZzPjwvc3ZnPg==) format('svg');
  font-weight: 400;
  font-style: normal;
}
.yottie-icon-subscribers::before {
  content: '\e701';
}
.yottie-icon-video::before {
  content: '\e702';
}
.yottie-icon-views::before {
  content: '\e703';
}
.yottie-icon-comments::before {
  content: '\e704';
}
.yottie-icon-likes::before {
  content: '\e706';
}
.yottie-icon-dislikes::before {
  content: '\e705';
}
.yottie-widget {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.yottie-spinner {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.yottie-spinner::before {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255,255,255,0.6);
  border-radius: 50% 50%;
  animation: yottie-spinner 1.2s infinite;
  content: '';
}
@keyframes yottie-spinner {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.yottie-widget-header {
  display: none !important;
  position: relative;
  min-width: 280px;
}
.yottie-widget-header::before, .yottie-widget-header::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
.yottie-widget-header.yottie-visible {
  display: block !important;
}
.yottie-widget-header-logo {
  display: block;
  position: absolute;
  z-index: 3;
  width: 100px;
  height: 100px;
  background: #fff;
}
.yottie-widget-header-logo img {
  width: 100px;
  height: 100px;
}
.yottie-widget-header-channel {
  position: absolute;
  z-index: 3;
}
.yottie-widget-header-channel-inner {
  display: table-cell !important;
  vertical-align: middle;
}
.yottie-widget-header-channel-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-size: 24px;
}
.yottie-widget-header-channel-title + .yottie-widget-header-channel-caption {
  margin-top: 8px;
}
.yottie-widget-header-channel-caption {
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 1.6;
  font-size: 13px;
  -webkit-line-clamp: 2;
  max-height: 41.6px;
}
.yottie-widget-header-properties {
  position: absolute;
  z-index: 3;
  line-height: 1;
  font-size: 14px;
}
span.yottie-widget-header-properties-item {
  margin-left: 28px;
}
span.yottie-widget-header-properties-item:first-child {
  margin-left: 0;
}
.yottie-widget-header-properties .yottie-icon {
  font-size: 120%;
}
.yottie-widget-header-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
}
.yottie-widget-header-banner {
  z-index: 1;
  position: absolute;
  background-position: center center;
}
.yottie-widget-header-subscribe {
  position: absolute;
  z-index: 3;
}
.yottie-widget-header-classic {
  height: 275px;
  text-align: left;
  color: #333;
}
.yottie-widget-header-classic .yottie-widget-header-logo {
  top: 0;
  left: 22px;
}
.yottie-widget-header-classic .yottie-widget-header-channel {
  left: 22px;
  bottom: 0;
  right: 280px;
  height: 100px;
}
.yottie-widget-header-classic .yottie-widget-header-channel-inner {
  width: 100%;
  height: 100px;
}
.yottie-widget-header-classic .yottie-widget-header-subscribe {
  right: 22px;
  bottom: 15px;
}
.yottie-widget-header-classic .yottie-widget-header-properties {
  right: 22px;
  bottom: 62px;
}
.yottie-widget-header-classic .yottie-widget-header-overlay {
  display: none;
}
.yottie-widget-header-classic .yottie-widget-header-banner {
  top: 0;
  left: 0;
  right: 0;
  height: 175px;
  background-size: 100% auto;
}
.yottie-widget-header-brandingless.yottie-widget-header-classic {
  height: 100px;
}
.yottie-mw-1056 .yottie-widget-header-classic .yottie-widget-header-banner {
  background-size: auto 100%;
}
.yottie-mw-780 .yottie-widget-header-classic {
  height: 245px;
}
.yottie-mw-780 .yottie-widget-header-classic .yottie-widget-header-banner {
  height: 145px;
}
.yottie-mw-780 .yottie-widget-header-classic span.yottie-widget-header-properties-item {
  margin-left: 10px;
}
.yottie-mw-780 .yottie-widget-header-classic span.yottie-widget-header-properties-item:first-child {
  margin-left: 0;
}
.yottie-mw-640 .yottie-widget-header-classic {
  height: auto;
  padding: 0 22px;
}
.yottie-mw-640 .yottie-widget-header-classic .yottie-widget-header-banner {
  position: relative;
  margin: 0 -22px;
}
.yottie-mw-640 .yottie-widget-header-classic .yottie-widget-header-logo + .yottie-widget-header-channel {
  margin-top: 120px;
}
.yottie-mw-640 .yottie-widget-header-classic .yottie-widget-header-channel {
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
}
.yottie-mw-640 .yottie-widget-header-classic .yottie-widget-header-properties {
  position: relative;
  right: auto;
  bottom: auto;
}
.yottie-mw-640 .yottie-widget-header-classic .yottie-widget-header-subscribe {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 20px 0 10px;
}
.yottie-widget-header-minimal {
  height: 100px;
  color: #fff;
  text-align: left;
}
.yottie-widget-header-minimal .yottie-widget-header-logo {
  top: 0;
  left: 0;
}
.yottie-widget-header-minimal .yottie-widget-header-logo ~ .yottie-widget-header-channel {
  left: 122px;
}
.yottie-widget-header-minimal .yottie-widget-header-channel {
  top: 0;
  right: 300px;
  left: 22px;
}
.yottie-widget-header-minimal .yottie-widget-header-channel-inner {
  height: 100px;
}
.yottie-widget-header-minimal .yottie-widget-header-properties {
  top: 18px;
  right: 22px;
}
.yottie-widget-header-minimal .yottie-widget-header-banner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.yottie-widget-header-minimal .yottie-widget-header-subscribe {
  right: 22px;
  bottom: 15px;
}
.yottie-mw-640 .yottie-widget-header-minimal {
  padding: 0 18px;
}
.yottie-mw-640 .yottie-widget-header-minimal .yottie-widget-header-logo ~ .yottie-widget-header-channel {
  margin-left: 100px;
}
.yottie-mw-640 .yottie-widget-header-minimal .yottie-widget-header-channel {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin-top: 13px;
}
.yottie-mw-640 .yottie-widget-header-minimal .yottie-widget-header-channel-inner {
  height: 47px;
}
.yottie-mw-640 .yottie-widget-header-minimal .yottie-widget-header-channel-caption {
  line-height: 1.2;
  font-size: 12px;
  -webkit-line-clamp: 1;
  max-height: 14.399999999999999px;
}
.yottie-mw-640 .yottie-widget-header-minimal .yottie-widget-header-properties {
  position: relative;
  top: auto;
  right: auto;
  float: left;
  margin-top: 11px;
  font-size: 12px;
}
.yottie-mw-640 .yottie-widget-header-minimal .yottie-widget-header-properties-item {
  margin-left: 8px;
}
.yottie-mw-640 .yottie-widget-header-minimal .yottie-widget-header-properties-item:first-child {
  margin-left: 0;
}
.yottie-mw-640 .yottie-widget-header-minimal .yottie-widget-header-logo ~ .yottie-widget-header-properties {
  margin-left: 100px;
}
.yottie-mw-640 .yottie-widget-header-minimal .yottie-widget-header-subscribe {
  position: relative;
  right: auto;
  bottom: auto;
  float: right;
  margin-top: 5px;
}
.yottie-mw-460 .yottie-widget-header-minimal .yottie-widget-header-properties {
  display: none;
}
.yottie-mw-460 .yottie-widget-header-minimal .yottie-widget-header-subscribe {
  float: left;
}
.yottie-mw-460 .yottie-widget-header-minimal .yottie-widget-header-logo ~ .yottie-widget-header-subscribe {
  margin-left: 100px;
}
.yottie-widget-header-accent {
  height: 222px;
  color: #fff;
}
.yottie-widget-header-accent .yottie-widget-header-logo {
  overflow: hidden;
  top: 10px;
  left: 50%;
  margin-left: -50px;
  border-radius: 50% 50%;
}
.yottie-widget-header-accent .yottie-widget-header-channel {
  top: 120px;
  right: 150px;
  left: 150px;
  text-align: center;
}
.yottie-widget-header-accent .yottie-widget-header-channel-inner {
  width: 1%;
  height: 96px;
}
.yottie-widget-header-accent .yottie-widget-header-channel-caption {
  text-align: center;
}
.yottie-widget-header-accent .yottie-widget-header-properties {
  top: 22px;
  left: 26px;
}
.yottie-widget-header-accent .yottie-widget-header-banner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% auto;
}
.yottie-widget-header-accent .yottie-widget-header-subscribe {
  top: 24px;
  right: 26px;
}
.yottie-widget-header-brandingless.yottie-widget-header-accent {
  height: 150px;
}
.yottie-widget-header-brandingless.yottie-widget-header-accent .yottie-widget-header-channel {
  top: 30px;
}
.yottie-mw-1354 .yottie-widget-header-accent .yottie-widget-header-banner {
  background-size: auto 100%;
}
.yottie-mw-640 .yottie-widget-header-accent .yottie-widget-header-channel {
  left: 22px;
  right: 22px;
}
.yottie-mw-640 .yottie-widget-header-accent .yottie-widget-header-channel-inner {
  height: 47px;
}
.yottie-mw-640 .yottie-widget-header-accent .yottie-widget-header-channel-caption {
  line-height: 1.2;
  font-size: 12px;
  -webkit-line-clamp: 1;
  max-height: 14.399999999999999px;
}
.yottie-mw-640 .yottie-widget-header-accent .yottie-widget-header-properties {
  top: auto;
  bottom: 20px;
}
.yottie-mw-640 .yottie-widget-header-accent .yottie-widget-header-properties-item {
  margin-left: 10px;
}
.yottie-mw-640 .yottie-widget-header-accent .yottie-widget-header-properties-item:first-child {
  margin-left: 0;
}
.yottie-mw-640 .yottie-widget-header-accent .yottie-widget-header-subscribe {
  top: auto;
  bottom: 12px;
}
.yottie-mw-410 .yottie-widget-header-accent .yottie-widget-header-properties {
  bottom: 46px;
  left: 50%;
  white-space: nowrap;
  font-size: 12px;
  transform: translateX(-50%);
}
.yottie-mw-410 .yottie-widget-header-accent .yottie-widget-header-subscribe {
  right: auto;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.yottie-widget-nav {
  position: relative;
  overflow: hidden;
}
.yottie-widget-nav::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 3px;
  content: '';
}
.yottie-widget-nav.yottie-disabled {
  display: none;
}
.yottie-widget-nav-inner {
  height: 58px;
}
.yottie-widget-nav-list {
  position: relative;
  z-index: 2;
  transition: all 0.1s ease;
}
.yottie-widget-nav-list::before, .yottie-widget-nav-list::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
ul.yottie-widget-nav-list {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 10px 17px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
li.yottie-widget-nav-list-item {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
li.yottie-widget-nav-list-item::after {
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 10px;
  height: 3px;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
}
li.yottie-widget-nav-list-item.yottie-active::after, li.yottie-widget-nav-list-item:hover::after, li.yottie-widget-nav-list-item:focus::after {
  right: 0;
  left: 0;
  opacity: 1;
}
li.yottie-widget-nav-list-item a {
  display: block;
  padding: 18px 16px 26px;
  outline: none !important;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  transition: color 0.3s ease;
}
li.yottie-widget-nav-list-item.yottie-active a {
  font-weight: 500;
}
.yottie-widget-nav-control {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 10px;
  width: 35px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.yottie-widget-nav-control::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
}
.yottie-widget-nav-control span {
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.yottie-widget-nav-control span::before, .yottie-widget-nav-control span::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 7px;
  transition: all 0.3s ease;
}
.yottie-widget-nav-control-left {
  left: 0;
}
.yottie-widget-nav-control-left::before {
  left: 0;
}
.yottie-widget-nav-control-left span {
  left: 17px;
}
.yottie-widget-nav-control-left span::before, .yottie-widget-nav-control-left span::after {
  left: 0;
}
.yottie-widget-nav-control-left span::before {
  transform-origin: 0 110%;
  transform: rotate(-45deg);
}
.yottie-widget-nav-control-left span::after {
  transform-origin: 0 -10%;
  transform: rotate(45deg);
}
.yottie-widget-nav-control-right {
  right: 0;
}
.yottie-widget-nav-control-right::before {
  right: 0;
}
.yottie-widget-nav-control-right span {
  right: 17px;
}
.yottie-widget-nav-control-right span::before, .yottie-widget-nav-control-right span::after {
  right: 0;
}
.yottie-widget-nav-control-right span::before {
  transform-origin: 100% 110%;
  transform: rotate(45deg);
}
.yottie-widget-nav-control-right span::after {
  transform-origin: 100% -10%;
  transform: rotate(-45deg);
}
.yottie-widget-nav-control:active.yottie-widget-nav-control-left span {
  transform: translateY(-50%) scaleY(0.8) translateX(-30%);
}
.yottie-widget-nav-control:active.yottie-widget-nav-control-right span {
  transform: translateY(-50%) scaleY(0.8) translateX(30%);
}
.yottie-widget-nav-control-disabled {
  visibility: hidden;
  opacity: 0;
}
.yottie-widget-feed-ads {
  text-align: center;
}
.yottie-widget-feed-ads .adsbygoogle {
  margin: 10px 0;
}
div.yottie-widget-feed-section {
  display: none;
  position: relative;
  min-height: 150px;
}
div.yottie-widget-feed-section.yottie-active {
  display: block;
}
div.yottie-widget-feed-section-scrollbar {
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 10px;
  left: 10px;
  height: 3px;
  border-radius: 0;
}
div.yottie-widget-feed-section-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}
div.yottie-widget-feed-section-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  height: 43px;
  width: 43px;
  margin-top: -21px;
  border-radius: 50% 50%;
  transition: all 0.2s ease;
  cursor: pointer;
}
div.yottie-widget-feed-section-arrow:active {
  transform: scale(0.9);
}
div.yottie-widget-feed-section-arrow::before {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 8px;
  left: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50% 50%;
  opacity: 0;
  transform-origin: 14px 14px;
  transition: all 0.4s ease;
  animation: yottie-arrow-orbit-loader 0.8s linear 0s infinite;
  content: '';
}
div.yottie-widget-feed-section-arrow.swiper-button-disabled {
  opacity: 0;
  transform: scale(0.2);
  transition: all 0.1s ease;
}
div.yottie-widget-feed-section-arrow.swiper-button-disabled.yottie-widget-feed-section-arrow-has-next {
  opacity: 1;
  transform: scale(1);
}
div.yottie-widget-feed-section-arrow.swiper-button-disabled.yottie-widget-feed-section-arrow-has-next::before {
  visibility: visible;
  opacity: 1;
}
div.yottie-widget-feed-section-arrow span {
  display: block;
  position: relative;
  width: 8px;
  height: 15px;
  margin: 14px 18px;
}
div.yottie-widget-feed-section-arrow span::before, div.yottie-widget-feed-section-arrow span::after {
  position: absolute;
  top: 6px;
  width: 10px;
  height: 2px;
  transition: background 0.2s ease, width 0.2s ease;
  content: '';
}
div.yottie-widget-feed-section-arrow-prev span::before {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
div.yottie-widget-feed-section-arrow-prev span::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 0 0%;
}
div.yottie-widget-feed-section-arrow-next span::before {
  right: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
div.yottie-widget-feed-section-arrow-next span::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: 100% 0%;
}
div.yottie-widget-feed-section-arrow-prev {
  left: 2px;
}
div.yottie-widget-feed-section-arrow-next {
  right: 2px;
}
div.yottie-widget-feed-section-vertical .yottie-widget-feed-section-scrollbar {
  top: 10px;
  left: auto;
  width: 3px;
  height: auto;
}
div.yottie-widget-feed-section-vertical .yottie-widget-feed-section-arrow-prev {
  top: 0;
  left: 50%;
  margin-top: 0;
  margin-left: -21px;
  transform: rotate(90deg);
}
div.yottie-widget-feed-section-vertical .yottie-widget-feed-section-arrow-prev:active {
  transform: rotate(90deg) scale(0.9);
}
div.yottie-widget-feed-section-vertical .yottie-widget-feed-section-arrow-prev.swiper-button-disabled {
  opacity: 0;
  transform: rotate(90deg) scale(0.2);
}
div.yottie-widget-feed-section-vertical .yottie-widget-feed-section-arrow-next {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  margin-top: 0;
  margin-left: -21px;
  transform: rotate(90deg);
}
div.yottie-widget-feed-section-vertical .yottie-widget-feed-section-arrow-next:active {
  transform: rotate(90deg) scale(0.9);
}
div.yottie-widget-feed-section-vertical .yottie-widget-feed-section-arrow-next.swiper-button-disabled {
  opacity: 0;
  transform: rotate(90deg) scale(0.2);
}
div.yottie-widget-feed-section-vertical .yottie-widget-feed-section-arrow-next.swiper-button-disabled.yottie-widget-feed-section-arrow-has-next {
  opacity: 1;
  transform: rotate(90deg) scale(1);
}
div.yottie-widget-feed-section-loader {
  position: absolute;
  visibility: hidden;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0,0,0,0.6);
  transition: all 0.4s ease;
}
div.yottie-widget-feed-section-loader.yottie-visible {
  visibility: visible;
  opacity: 1;
}
.yottie-widget-feed .swiper-wrapper {
  display: -ms-flexbox !important;
  display: flex !important;
}
.yottie-widget-feed .swiper-container, .yottie-widget-feed .swiper-slide {
  box-sizing: border-box;
}
.yottie-widget-feed .swiper-container.swiper-slide-visible, .yottie-widget-feed .swiper-slide.swiper-slide-visible {
  z-index: 4;
}
@keyframes yottie-arrow-orbit-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.yottie-widget-video {
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.yottie-widget-video-player {
  display: block;
  position: absolute;
  z-index: 4;
}
.yottie-widget-video-preview {
  display: block;
  position: relative;
  z-index: 1;
}
.yottie-widget-video-preview-thumbnail {
  display: block;
  overflow: hidden;
}
.yottie-widget-video-preview-thumbnail img {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
span.yottie-widget-video-preview-marker {
  display: block;
  position: absolute;
  padding: 5px 7px 6px;
  border-radius: 2px;
  background: rgba(0,0,0,0.7);
  line-height: 1;
  font-size: 11px;
  transition: all 0.3s ease;
}
span.yottie-widget-video-preview-marker-hd {
  top: 4px;
  left: 4px;
}
span.yottie-widget-video-preview-marker-duration {
  right: 4px;
  bottom: 4px;
}
.yottie-mw-130 span.yottie-widget-video-preview-marker {
  display: none;
}
span.yottie-widget-video-preview-play {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent rgba(255,255,255,0.5);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease;
}
.yottie-widget-video:hover span.yottie-widget-video-preview-play {
  border-color: transparent transparent transparent rgba(255,255,255,0.8);
}
.yottie-mw-180 span.yottie-widget-video-preview-play {
  border-width: 15px 0 15px 20px;
}
.yottie-widget-video-info {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
div.yottie-widget-video-info {
  padding: 16px 16px 14px;
}
.yottie-widget-video-info-title {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-size: 16px;
}
div.yottie-widget-video-info-passed-time {
  margin-top: 3px;
  line-height: 1;
  font-size: 11px;
}
div.yottie-widget-video-info-caption {
  display: -webkit-box !important;
  overflow: hidden;
  margin-top: 10px;
  word-wrap: break-word;
  text-overflow: ellipsis;
  line-height: 1.4;
  font-size: 14px;
  -webkit-line-clamp: 3;
  height: 58.8px;
}
div.yottie-widget-video-info-properties {
  margin-top: 12px;
}
div.yottie-widget-video-info-properties-inner {
  display: table;
  font-size: 12px;
}
.yottie-widget-video-info-properties-item {
  display: table-cell;
  width: 1%;
  text-align: center;
}
.yottie-widget-video-info-properties-item .yottie-icon {
  font-size: 120%;
}
.yottie-widget-video-info-properties-item:first-child {
  text-align: left;
}
.yottie-widget-video-info-properties-item:last-child {
  text-align: right;
}
div.yottie-widget-video-overlay {
  position: absolute;
  display: none;
  visibility: hidden;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s ease;
  background: rgba(0,0,0,0.8);
}
.yottie-widget-video-cinema {
  transform-style: preserve-3d;
  perspective: 900px;
}
.yottie-widget-video-cinema * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.yottie-widget-video-cinema:hover .yottie-widget-video-preview-play {
  opacity: 0.6;
}
.yottie-widget-video-cinema:hover .yottie-widget-video-preview-marker {
  opacity: 0.6;
}
.yottie-widget-video-cinema div.yottie-widget-video-overlay {
  display: block;
  transition-delay: 0.05s;
}
.yottie-widget-video-cinema:hover .yottie-widget-video-overlay {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.yottie-widget-video-cinema .yottie-widget-video-info {
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.yottie-widget-video-cinema .yottie-widget-video-info-title {
  display: block;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
}
.yottie-widget-video-cinema .yottie-widget-video-info-passed-time {
  margin-top: 8px;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
}
.yottie-widget-video-cinema .yottie-widget-video-info-caption {
  position: absolute;
  top: 60px;
  right: 16px;
  left: 16px;
  bottom: 42px;
  width: inherit;
  margin-top: 0;
  opacity: 0;
  transform: translateY(2px);
  transition: all 0.3s ease;
}
.yottie-widget-video-cinema .yottie-widget-video-info-caption-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.yottie-widget-video-cinema .yottie-widget-video-info-properties {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  opacity: 0;
  transform: translateY(2px);
  transition: all 0.3s ease;
}
.yottie-widget-video-cinema:hover .yottie-widget-video-info {
  visibility: visible;
}
.yottie-widget-video-cinema:hover .yottie-widget-video-info-title {
  opacity: 1;
  transition-delay: 0.05s;
}
.yottie-widget-video-cinema:hover .yottie-widget-video-info-passed-time {
  opacity: 1;
  transition-delay: 0.12s;
}
.yottie-widget-video-cinema:hover .yottie-widget-video-info-caption {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.1s;
}
.yottie-widget-video-cinema:hover .yottie-widget-video-info-properties {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.yottie-widget-video-cinema.yottie-mw-280 .yottie-widget-video-info-caption {
  line-height: 1.4;
  font-size: 12px;
  -webkit-line-clamp: 2;
  height: 33.599999999999994px;
}
.yottie-widget-video-cinema.yottie-mw-280 .yottie-widget-video-info-title {
  font-size: 14px;
}
.yottie-widget-video-cinema.yottie-mw-280 .yottie-widget-video-info-passed-time {
  font-size: 10px;
}
.yottie-widget-video-cinema.yottie-mw-280 .yottie-widget-video-info-properties {
  bottom: 10px;
}
.yottie-widget-video-cinema.yottie-mw-280 .yottie-widget-video-info-properties-inner {
  font-size: 10px;
}
.yottie-widget-video-cinema.yottie-mw-280 .yottie-widget-video-info-properties-inner .yottie-icon + * {
  margin-left: 0 !important;
}
.yottie-widget-video-cinema.yottie-mw-230 .yottie-widget-video-info-caption {
  top: 55px;
  line-height: 1.4;
  font-size: 12px;
  -webkit-line-clamp: 1;
  height: 16.799999999999997px;
}
.yottie-widget-video-cinema.yottie-mw-180 .yottie-widget-video-overlay {
  display: none;
}
.yottie-widget-video-cinema.yottie-mw-180 .yottie-widget-video-info-title {
  display: none;
}
.yottie-widget-video-cinema.yottie-mw-180 .yottie-widget-video-info-passed-time {
  display: none;
}
.yottie-widget-video-cinema.yottie-mw-180 div.yottie-widget-video-info-caption {
  display: none !important;
}
.yottie-widget-video-cinema.yottie-mw-180 .yottie-widget-video-info-properties {
  display: none;
}
.yottie-widget-video-horizontal::before, .yottie-widget-video-horizontal::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
.yottie-widget-video-horizontal .yottie-widget-video-preview, .yottie-widget-video-horizontal .yottie-widget-video-info {
  float: left;
  width: 50%;
}
.yottie-widget-video-horizontal .yottie-widget-video-info {
  height: 100%;
}
.yottie-widget-video-horizontal .yottie-widget-video-info-properties {
  position: absolute;
  right: 16px;
  bottom: 12px;
  left: 16px;
}
.yottie-widget-video-horizontal.yottie-mw-560 .yottie-widget-video-info-caption {
  line-height: 1.4;
  font-size: 12px;
  -webkit-line-clamp: 3;
  height: 50.39999999999999px;
}
.yottie-widget-video-horizontal.yottie-mw-560 .yottie-widget-video-info-title {
  font-size: 14px;
}
.yottie-widget-video-horizontal.yottie-mw-560 .yottie-widget-video-info-passed-time {
  font-size: 10px;
}
.yottie-widget-video-horizontal.yottie-mw-560 .yottie-widget-video-info-properties {
  bottom: 10px;
}
.yottie-widget-video-horizontal.yottie-mw-560 .yottie-widget-video-info-properties-inner {
  font-size: 10px;
}
.yottie-widget-video-horizontal.yottie-mw-560 .yottie-widget-video-info-properties-inner .yottie-icon + * {
  margin-left: 0 !important;
}
.yottie-widget-video-horizontal.yottie-mw-490 .yottie-widget-video-info-caption {
  line-height: 1.4;
  font-size: 12px;
  -webkit-line-clamp: 2;
  height: 33.599999999999994px;
}
.yottie-widget-video-horizontal.yottie-mw-440 .yottie-widget-video-info-caption {
  line-height: 1.4;
  font-size: 12px;
  -webkit-line-clamp: 1;
  height: 16.799999999999997px;
}
.yottie-widget-video-horizontal.yottie-mw-370 .yottie-widget-video-preview {
  float: none;
  width: auto;
}
.yottie-widget-video-horizontal.yottie-mw-370 .yottie-widget-video-info {
  display: none;
}
.yottie-widget-video-classic.yottie-mw-230 div.yottie-widget-video-info {
  padding: 12px 12px 10px;
}
.yottie-widget-video-classic.yottie-mw-230 .yottie-widget-video-info-title {
  font-size: 14px;
}
.yottie-widget-video-classic.yottie-mw-230 .yottie-widget-video-info-passed-time {
  font-size: 10px;
}
.yottie-widget-video-classic.yottie-mw-230 .yottie-widget-video-info-caption {
  margin-bottom: 22px;
  line-height: 1.4;
  font-size: 12px;
  -webkit-line-clamp: 3;
  height: 50.39999999999999px;
}
.yottie-widget-video-classic.yottie-mw-230 .yottie-widget-video-info-properties {
  bottom: 10px;
}
.yottie-widget-video-classic.yottie-mw-230 .yottie-widget-video-info-properties-inner {
  font-size: 10px;
}
.yottie-widget-video-classic.yottie-mw-230 .yottie-widget-video-info-properties-inner .yottie-icon + * {
  margin-left: 0 !important;
}
.yottie-widget-video-classic.yottie-mw-180 div.yottie-widget-video-info {
  padding: 8px 8px;
}
.yottie-widget-video-classic.yottie-mw-180 .yottie-widget-video-info-title {
  font-size: 10px;
}
.yottie-widget-video-classic.yottie-mw-180 div.yottie-widget-video-info-caption {
  display: none !important;
}
.yottie-widget-video-classic.yottie-mw-180 .yottie-widget-video-info-properties {
  display: none;
}
.yottie-error {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.yottie-error.yottie-visible {
  display: block !important;
}
.yottie-error-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
div.yottie-error-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 22px;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  font-size: 12px;
  color: #232323;
}
div.yottie-error-content-title {
  font-weight: 700;
  line-height: 1.6;
}
.yottie-popup {
  position: fixed;
  visibility: hidden;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.yottie-popup a {
  color: #1a89de;
  transition: all 0.2s ease;
}
.yottie-popup a:hover {
  color: #2fa5ff;
}
.yottie-popup.yottie-popup-show {
  visibility: visible;
}
.yottie-popup .yottie-popup-overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  transition: 0.25s ease;
}
.yottie-popup-show.yottie-popup .yottie-popup-overlay {
  visibility: visible;
  opacity: 1;
}
.yottie-popup .yottie-popup-wrapper {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 0;
}
@media only screen and (max-width: 854px) {
  .yottie-popup .yottie-popup-wrapper {
    padding-bottom: 0;
  }
}
.yottie-popup .yottie-popup-loader {
  position: absolute;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background: #000;
}
.yottie-popup .yottie-popup-loader .yottie-spinner {
  visibility: hidden;
  transition: all 0.4s ease;
}
.yottie-popup-loading.yottie-popup .yottie-popup-loader .yottie-spinner {
  visibility: visible;
}
.yottie-popup .yottie-popup-inner {
  position: relative;
  visibility: hidden;
  box-sizing: border-box;
  left: 50%;
  width: 854px;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%) scale(0.9);
  transform-origin: center 0;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 854px) {
  .yottie-popup .yottie-popup-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .yottie-popup .yottie-popup-inner {
    box-shadow: 0 -3px 35px rgba(0,0,0,0.4);
  }
}
.yottie-popup-show.yottie-popup .yottie-popup-inner {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition: all 0.35s ease;
}
.yottie-popup .yottie-popup-control-close {
  position: absolute;
  z-index: 12;
  width: 36px;
  height: 36px;
  top: -12px;
  right: -36px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.yottie-popup .yottie-popup-control-close::before, .yottie-popup .yottie-popup-control-close::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  border-radius: 10px;
  background: #a0a0a0;
  transition: all 0.3s ease;
  transform-origin: 50% 50%;
  content: '';
}
.yottie-popup .yottie-popup-control-close::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.yottie-popup .yottie-popup-control-close::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.yottie-popup .yottie-popup-control-close:hover::before, .yottie-popup .yottie-popup-control-close:hover::after {
  background: #dcdcdc;
}
.yottie-popup .yottie-popup-control-close:active {
  transform: scale(0.8);
}
@media only screen and (max-width: 936px) {
  .yottie-popup .yottie-popup-control-close {
    top: -43px;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .yottie-popup .yottie-popup-control-close {
    top: -50px;
    right: 0;
    left: 0;
    width: auto;
    height: 50px;
    background: rgba(255,255,255,0);
  }
  .yottie-popup .yottie-popup-control-close::before, .yottie-popup .yottie-popup-control-close::after {
    background: #dcdcdc;
  }
}
.yottie-popup .yottie-popup-control-arrow {
  position: absolute;
  z-index: 10;
  top: 20px;
  bottom: 20px;
  width: 100px;
  cursor: pointer;
}
.yottie-popup .yottie-popup-control-arrow-previous span, .yottie-popup .yottie-popup-control-arrow-next span {
  display: block;
  position: absolute;
  width: 43px;
  height: 63px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.yottie-popup .yottie-popup-control-arrow-previous span::after, .yottie-popup .yottie-popup-control-arrow-next span::after, .yottie-popup .yottie-popup-control-arrow-previous span::before, .yottie-popup .yottie-popup-control-arrow-next span::before {
  display: block;
  position: absolute;
  width: 43px;
  height: 2px;
  top: 20px;
  border-radius: 10px 0 0 10px;
  transition: all 0.3s ease;
  content: '';
  background: #656565;
}
.yottie-popup .yottie-popup-control-arrow-previous {
  left: 0;
}
.yottie-popup .yottie-popup-control-arrow-previous span {
  left: 24px;
}
.yottie-popup .yottie-popup-control-arrow-previous span::before {
  transform-origin: 0% 110%;
  transform: rotate(-45deg);
}
.yottie-popup .yottie-popup-control-arrow-previous span::after {
  transform-origin: 0% -10%;
  transform: rotate(45deg);
}
.yottie-popup .yottie-popup-control-arrow-next {
  right: 0;
}
.yottie-popup .yottie-popup-control-arrow-next span {
  right: 24px;
}
.yottie-popup .yottie-popup-control-arrow-next span::before {
  transform-origin: 100% 110%;
  transform: rotate(45deg);
}
.yottie-popup .yottie-popup-control-arrow-next span::after {
  transform-origin: 100% -10%;
  transform: rotate(-45deg);
}
.yottie-popup .yottie-popup-video {
  box-sizing: border-box;
}
.yottie-popup .yottie-popup-video-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.yottie-popup .yottie-popup-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yottie-popup .yottie-popup-video-content {
  padding: 25px 30px;
}
.yottie-popup .yottie-popup-video-content-ads {
  text-align: center;
}
.yottie-popup .yottie-popup-video-content-ads .adsbygoogle {
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .yottie-popup .yottie-popup-video-content {
    padding: 15px 20px;
  }
}
.yottie-popup .yottie-popup-video-title {
  line-height: 30px;
  font-size: 26px;
  margin-bottom: 20px;
  color: #222;
}
.yottie-popup .yottie-popup-video-info-meta::before, .yottie-popup .yottie-popup-video-info-meta::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
.yottie-popup .yottie-popup-video-channel {
  float: left;
  max-width: 50%;
}
.yottie-popup .yottie-popup-video-channel-logo {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 14px;
}
.yottie-popup .yottie-popup-video-channel-logo img {
  width: 48px;
  height: 48px;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.yottie-popup .yottie-popup-video-channel-logo:hover img {
  opacity: 0.9;
}
.yottie-popup .yottie-popup-video-channel-info {
  line-height: 1;
  float: left;
}
.yottie-popup .yottie-popup-video-channel-name {
  display: block;
  position: relative;
  top: -1px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yottie-popup .yottie-popup-video-channel-name:hover {
  color: #2fa5ff;
}
.yottie-popup .yottie-popup-video-channel-subscribe {
  margin-top: 9px;
}
.yottie-popup .yottie-popup-video-properties {
  float: right;
  text-align: right;
  min-width: 110px;
  max-width: 50%;
}
.yottie-popup .yottie-popup-video-properties-views {
  line-height: 20px;
  font-size: 21px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
}
.yottie-popup .yottie-popup-video-properties-rating-ratio {
  height: 2px;
  background: #cfcfcf;
  margin: 5px 0;
}
.yottie-popup .yottie-popup-video-properties-rating-ratio span {
  display: block;
  height: 100%;
  background: #2fa5ff;
}
.yottie-popup .yottie-popup-video-properties-rating-counters {
  margin-top: 5px;
}
.yottie-popup .yottie-popup-video-properties-rating-counters-like, .yottie-popup .yottie-popup-video-properties-rating-counters-dislike {
  display: inline-block;
}
.yottie-popup .yottie-popup-video-properties-rating-counters-like span, .yottie-popup .yottie-popup-video-properties-rating-counters-dislike span {
  font-weight: 500;
  font-size: 12px;
  color: #909090;
}
.yottie-popup .yottie-popup-video-properties-rating-counters-dislike {
  margin-left: 25px;
}
.yottie-popup .yottie-popup-video-date {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  margin-bottom: 3px;
}
.yottie-popup .yottie-popup-video-info-main {
  line-height: 18px;
  font-size: 13px;
  margin-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 12px;
  color: #222;
}
.yottie-popup .yottie-popup-video-description {
  overflow: hidden;
  max-height: 54px;
}
.yottie-popup .yottie-popup-video-description-more {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  padding: 7px 0;
  margin-bottom: -7px;
  color: #666;
  transition: 0.2s ease;
}
.yottie-popup .yottie-popup-video-description-more:hover {
  color: #222;
}
.yottie-popup .yottie-popup-video-description-show-full {
  overflow: auto;
  max-height: none;
}
.yottie-popup .yottie-popup-video-comments {
  margin-top: 10px;
  padding-top: 25px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.yottie-popup .yottie-popup-video-comments-item {
  margin-bottom: 30px;
}
.yottie-popup .yottie-popup-video-comments-item::before, .yottie-popup .yottie-popup-video-comments-item::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
.yottie-popup .yottie-popup-video-comments-item:last-child {
  margin-bottom: 0;
}
.yottie-popup .yottie-popup-video-comments-item-profile-image {
  float: left;
}
.yottie-popup .yottie-popup-video-comments-item-profile-image img {
  width: 48px;
  height: 48px;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.yottie-popup .yottie-popup-video-comments-item-profile-image:hover img {
  opacity: 0.9;
}
.yottie-popup .yottie-popup-video-comments-item-info {
  margin-left: 61px;
}
.yottie-popup .yottie-popup-video-comments-item-header {
  position: relative;
  top: -3px;
  line-height: 1;
}
.yottie-popup .yottie-popup-video-comments-item-name {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 13px;
}
.yottie-popup .yottie-popup-video-comments-item-name a {
  color: #222;
}
.yottie-popup .yottie-popup-video-comments-item-name a:hover {
  color: #2fa5ff;
}
.yottie-popup .yottie-popup-video-comments-item-passed-time {
  font-size: 11px;
  color: #737373;
  display: inline-block;
}
.yottie-popup .yottie-popup-video-comments-item-likes {
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #b4b4b4;
}
.yottie-popup .yottie-popup-video-comments-item-text {
  line-height: 18px;
  font-size: 13px;
  color: #222;
  margin-top: 1px;
}
/* Elfsight (c) elfsight.com */
@font-face {
  font-family: 'Iconsfont';
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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) format('embedded-opentype'), url(data:application/x-font-ttf;base64,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) format('truetype'), url(data:application/font-woff;base64,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) format('woff'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlNjAwOyIgZ2x5cGgtbmFtZT0iaWNvbi1jb21tZW50IiBkPSJNNTEyIDQyLjY2N2MzMi43NjggMCA2NC42NCAyLjk0NCA5NS42OCA4LjA2NGwyMjQuMzItMTM2LjA2NHYyMjYuNjI0YzExNi45MjggODIuMTEyIDE5MiAyMDggMTkyIDM0OS4zNzYgMCAyNDcuNDI0LTIyOS4yNDggNDQ4LTUxMiA0NDhzLTUxMi0yMDAuNTc2LTUxMi00NDhjMC0yNDcuNDI0IDIyOS4yNDgtNDQ4IDUxMi00NDh6TTUxMiA4NzQuNjY3YzI0Ny40MjQgMCA0NDgtMTcxLjkwNCA0NDgtMzg0IDAtMTMwLjExMi03NS43MTItMjQ0LjkyOC0xOTEuMjMyLTMxNC4zNjhsMi4wNDgtMTQ4LjQxNi0xNTAuNjU2IDkwLjU2Yy0zNC42ODgtNy40MjQtNzAuNzg0LTExLjc3Ni0xMDguMTYtMTEuNzc2LTI0Ny40MjQgMC00NDggMTcxLjkwNC00NDggMzg0czIwMC41NzYgMzg0IDQ0OCAzODR6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTYwMTsiIGdseXBoLW5hbWU9Imljb24tbGlrZSIgZD0iTTk1OS4xNjggNDI1LjQ1MWwtMzk4LjcyLTQ3NS4wMDhjLTQ0LjY3Mi00Ny4wNDAtNTMuMDU2LTQ3LjA0MC05Ny43MjggMGwtMzk3Ljg4OCA0NzUuMDA4Yy0zMy45MiA1MC45NDQtNjQuODMyIDEwNS4wODgtNjQuODMyIDE4MC4zNTIgMCAxNDAuMjI0IDEwNS43OTIgMjY4Ljg2NCAyNTYgMjY4Ljg2NCAxMDYuNjI0IDAgMTkwLjU5Mi01OC4zMDQgMjU2LTEyNy40ODggNjguNjA4IDY1LjE1MiAxNDkuMzc2IDEyNy40ODggMjU2IDEyNy40ODggMTUwLjIwOCAwIDI1Ni0xMjguNjQgMjU2LTI2OC44NjQgMC03NS4yNjQtMjQuOTYtMTI5LjQ3Mi02NC44MzItMTgwLjM1MnpNODk2IDQzOC42OTljNDkuNjY0IDYyLjI3MiA2NCAxMDguMzUyIDY0IDE2Ny4xMDQgMCAxMDkuNTY4LTgxLjUzNiAyMDkuMDg4LTE5MiAyMDkuMDg4LTkzLjMxMiAwLTIwMC41NzYtOTYuNjQtMjU2LTE2NS42OTYtNTYuODk2IDcxLjYxNi0xNjIuNjg4IDE2Ni41MjgtMjU2IDE2NS43Ni0xMTMuNDcyLTAuOTYtMTkyLTk5LjU4NC0xOTItMjA5LjE1MiAwLTU4Ljc1MiAxOC4wNDgtMTAxLjY5NiA2NC0xNjUuMjQ4bDM4NC00NTguMTc2IDM4NCA0NTYuMzJ6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTYwMjsiIGdseXBoLW5hbWU9Imljb24tcGxhY2VtYXJrIiBob3Jpei1hZHYteD0iNzY4IiBkPSJNMzg0LTg1LjMzM2MtNjMuODcyLTAuMzItMzg0IDQ3OS40MjQtMzg0IDY0MCAwIDIxMi4wOTYgMTcxLjkwNCAzODQgMzg0IDM4NHMzODQtMTcxLjkwNCAzODQtMzg0YzAtMTU4LjQtMzIxLjE1Mi02NDAuMzItMzg0LTY0MHpNMzg0IDg3NC42NjdjLTE3Ni43MDQgMC0zMjAtMTQzLjI5Ni0zMjAtMzIwIDAtMTMzLjgyNCAyNjYuODE2LTU0NC4yNTYgMzIwLTU0NCA1Mi4zNTItMC4yNTYgMzIwIDQxMS45NjggMzIwIDU0NCAwIDE3Ni43MDQtMTQzLjI5NiAzMjAtMzIwIDMyMHpNMzg0IDM5NC42NjdjLTg4LjM4NCAwLTE2MCA3MS42MTYtMTYwIDE2MHM3MS42MTYgMTYwIDE2MCAxNjAgMTYwLTcxLjYxNiAxNjAtMTYwLTcxLjYxNi0xNjAtMTYwLTE2MHpNMzg0IDY1MC42NjdjLTUyLjk5MiAwLTk2LTQzLjAwOC05Ni05NiAwLTUzLjA1NiA0My4wMDgtOTYgOTYtOTZzOTYgNDMuMDA4IDk2IDk2LTQzLjAwOCA5Ni05NiA5NnoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlODAwOyIgZ2x5cGgtbmFtZT0iaWNvbi1wbGF5IiBkPSJNNjQgNDIuNjY3YzAtMzUuMDA4IDI5LjUwNC02NCA2NC02NCAyMS41MDQgMCA0My4wMDggMTQuNTI4IDY0IDI0bDcyMC41MTIgMzYwYzE3LjQ3MiA4LjUxMiA0Ny40ODggMjUuOTg0IDQ3LjQ4OCA2NHMtMzAuMDE2IDU1LjQ4OC00Ny40ODggNjRsLTcyMC41MTIgMzYwYy0yMC45OTIgOS40NzItNDIuNDk2IDI0LTY0IDI0LTM0LjQ5NiAwLTY0LTI4Ljk5Mi02NC02NHYtNzY4eiIgLz4KPC9mb250PjwvZGVmcz48L3N2Zz4=) format('svg');
  font-weight: 400;
  font-style: normal;
}
.instashow-icon {
  font-family: 'Iconsfont';
  font-size: 160%;
}
.instashow-iconspan {
  padding: 2px;
}
.instashow-icon, .instashow-icon + * {
  display: inline-block;
  vertical-align: middle;
}
.instashow-icon + * {
  margin-left: 0.4em;
}
.instashow-icon-comment::before {
  content: '\e600';
}
.instashow-icon-like::before {
  content: '\e601';
}
.instashow-icon-placemark::before {
  content: '\e602';
}
.instashow-spinner {
  display: block;
  position: relative;
}
.instashow-spinner::before {
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 12px solid #ddd;
  border-radius: 50% 50%;
  box-shadow: 0 0 30px rgba(255,255,255,0.3);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  content: '';
}
.instashow-show .instashow-spinner::before {
  display: block;
  animation: instashow-spinner 1.5s infinite;
}
@keyframes instashow-spinner {
  0% {
    border-width: initital;
    opacity: 1;
    transform: scale(0);
  }
  100% {
    border-width: 1px;
    opacity: 0;
    transform: scale(1);
  }
}
.instashow {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
.instashow a {
  text-decoration: none;
  color: #2196f3;
  transition: all 0.3s ease;
}
.instashow a:hover {
  color: #444;
}
.instashow, .instashow div, .instashow span, .instashow img, .instashow p, .instashow figure, .instashow ul, .instashow li, .instashow a {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.instashow, .instashow div, .instashow img, .instashow p, .instashow figure, .instashow ul {
  display: block;
}
.instashow a {
  text-decoration: none;
}
.instashow img {
  max-width: none;
  max-height: none;
}
.instashow-gallery-media {
  display: none;
  box-sizing: border-box;
  float: left;
  transform-style: preserve-3d;
  perspective: 900px;
}
.instashow-gallery-view-active .instashow-gallery-media, .instashow-gallery-view-active-prev .instashow-gallery-media, .instashow-gallery-view-active-next .instashow-gallery-media {
  display: block;
}
.instashow-gallery-media-link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.instashow-gallery-media-video .instashow-gallery-media-link::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  font: 400 200%/1 'Iconsfont';
  color: rgba(255,255,255,0.7);
  transition: all 0.3s ease;
  content: '\e800';
}
.instashow-gallery-media-video:hover .instashow-gallery-media-link::before {
  opacity: 0.3;
}
.instashow-gallery-media-cover {
  display: block;
  position: absolute;
  visibility: hidden;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.instashow-gallery-media-link:hover .instashow-gallery-media-cover {
  visibility: visible;
  opacity: 1;
}
.instashow-gallery-media-link:hover .instashow-gallery-media-cover ~ .instashow-gallery-media-image {
  transform: scaleX(1.1) scaleY(1.1) translateZ(0);
}
.instashow-gallery-media-counter {
  display: block;
  position: absolute;
  visibility: hidden;
  z-index: 3;
  box-sizing: border-box;
  top: 50%;
  right: 0;
  left: 0;
  opacity: 0;
  transform: translateY(0%) scale(0.8);
  font-size: 200%;
  text-align: center;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
span.instashow-gallery-media-counter {
  padding: 3px;
}
.instashow-gallery-media-link:hover .instashow-gallery-media-counter {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.instashow-gallery-media-counter .instashow-icon {
  font-size: 160%;
}
.instashow-gallery-media-counter em {
  font-style: normal;
}
.instashow-gallery-media-image {
  display: block;
  position: relative;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scaleX(1) scaleY(1) translateZ(0);
  transition: all 0.4s ease;
}
.instashow-gallery-media-loaded .instashow-gallery-media-image {
  visibility: visible;
  opacity: 1;
}
.instashow-gallery-media-image img {
  display: block;
  position: relative;
  min-width: auto !important;
  min-height: auto !important;
  max-width: none !important;
  max-height: none !important;
}
.instashow-gallery-media-square .instashow-gallery-media-image img {
  width: 100% !important;
  height: 100% !important;
}
.instashow-gallery-media-portrait .instashow-gallery-media-image img {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.instashow-gallery-media-album .instashow-gallery-media-image img {
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.instashow-gallery-media-info {
  display: block;
  position: absolute;
  visibility: hidden;
  z-index: 3;
  width: 80%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-40%);
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.instashow-gallery-media-info-no-description {
  transform: translateX(-50%) translateY(0%);
  font-size: 120%;
}
.instashow-gallery-media-link:hover .instashow-gallery-media-info {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-47%);
}
.instashow-gallery-media-info-counter {
  line-height: 1;
}
.instashow-gallery-media-info-counter + .instashow-gallery-media-info-counter {
  margin-left: 16%;
}
.instashow-gallery-media-info-counter em {
  font-style: normal;
}
.instashow-gallery-media-info-counter ~ .instashow-gallery-media-info-description {
  margin-top: 12%;
}
.instashow-gallery-media-info-description {
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.instashow-gallery-media-info-cropped::after {
  display: block;
  line-height: 1;
  letter-spacing: 2px;
  content: '...';
}
.instashow-gallery-loader {
  position: absolute;
  z-index: 12;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0,0,0,0.3);
  transition: all 0.2s ease;
}
.instashow-gallery-loader.instashow-show {
  visibility: visible;
  opacity: 1;
}
.instashow-gallery-loader .instashow-spinner {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.instashow-gallery-control-arrow {
  position: absolute;
  z-index: 10;
  width: 74px;
  height: 74px;
  top: 50%;
  border-radius: 50% 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.instashow-gallery-control-arrow-disabled {
  visibility: hidden;
  opacity: 0;
}
.instashow-gallery-control-arrow::before, .instashow-gallery-control-arrow::after {
  display: block;
  position: absolute;
  height: 2px;
  width: 12px;
  transition: all 0.3s ease;
  content: '';
}
.instashow-gallery-control-arrow-previous {
  left: 0;
  transform: translate3d(-50%, -50%, 0);
}
.instashow-gallery-control-arrow-previous::before, .instashow-gallery-control-arrow-previous::after {
  top: 37px;
  right: 16px;
  border-radius: 0 10px 10px 0;
}
.instashow-gallery-control-arrow-previous::before {
  transform-origin: 0 110%;
  transform: rotate(-45deg);
}
.instashow-gallery-control-arrow-previous::after {
  transform-origin: 0 -10%;
  transform: rotate(45deg);
}
.instashow-gallery-control-arrow-previous:active {
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
.instashow-gallery-control-arrow-next {
  right: 0;
  transform: translate3d(50%, -50%, 0);
}
.instashow-gallery-control-arrow-next::before, .instashow-gallery-control-arrow-next::after {
  top: 37px;
  left: 16px;
  border-radius: 10px 0 0 10px;
}
.instashow-gallery-control-arrow-next::before {
  transform-origin: 100% 110%;
  transform: rotate(45deg);
}
.instashow-gallery-control-arrow-next::after {
  transform-origin: 100% -10%;
  transform: rotate(-45deg);
}
.instashow-gallery-control-arrow-next:active {
  transform: translate3d(50%, -50%, 0) scale(0.9);
}
.instashow-gallery-vertical .instashow-gallery-control-arrow {
  right: auto;
  left: 50%;
}
.instashow-gallery-vertical .instashow-gallery-control-arrow-previous {
  top: 0;
  transform: rotate(90deg) translate3d(-50%, 50%, 0);
}
.instashow-gallery-vertical .instashow-gallery-control-arrow-previous:active {
  transform: rotate(90deg) translate3d(-50%, 50%, 0) scale(0.9);
}
.instashow-gallery-vertical .instashow-gallery-control-arrow-next {
  top: auto;
  bottom: 0;
  transform: rotate(90deg) translate3d(50%, 50%, 0);
}
.instashow-gallery-vertical .instashow-gallery-control-arrow-next:active {
  transform: rotate(90deg) translate3d(50%, 50%, 0) scale(0.9);
}
.instashow-gallery-control-scroll {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  opacity: 0;
  background: rgba(0,0,0,0.35);
  transition: all 0.3s ease;
}
.instashow-gallery-vertical .instashow-gallery-control-scroll {
  width: 3px;
  top: 6px;
  right: 6px;
  bottom: 6px;
}
.instashow-gallery-horizontal .instashow-gallery-control-scroll {
  height: 3px;
  right: 6px;
  bottom: 6px;
  left: 6px;
}
.instashow-gallery:hover .instashow-gallery-control-scroll {
  visibility: visible;
  opacity: 1;
}
.instashow-gallery-control-scroll-slider {
  position: absolute;
  background: #000;
  transition: all 0.4s ease;
}
.instashow-gallery-vertical .instashow-gallery-control-scroll-slider {
  width: 100%;
}
.instashow-gallery-horizontal .instashow-gallery-control-scroll-slider {
  height: 100%;
}
.instashow-gallery {
  position: relative;
  overflow: hidden;
}
.instashow-gallery-wrapper {
  overflow: hidden;
}
.instashow-gallery-container {
  transition: all 0s linear;
}
.instashow-gallery-container::before, .instashow-gallery-container::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
.instashow-gallery-view {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
.instashow-gallery-view::before, .instashow-gallery-view::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
.instashow-gallery-fade .instashow-gallery-view {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.instashow-gallery-fade .instashow-gallery-view-active {
  visibility: visible;
  pointer-events: all;
}
.instashow-gallery-slide .instashow-gallery-view {
  float: left;
  pointer-events: none;
}
.instashow-gallery-slide .instashow-gallery-view-active, .instashow-gallery-slide .instashow-gallery-view-active-prev, .instashow-gallery-slide .instashow-gallery-view-active-next {
  pointer-events: all;
}
.instashow-popup-twilight {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}
.instashow-show .instashow-popup-twilight {
  visibility: visible;
  opacity: 1;
}
.instashow-popup-media {
  position: relative;
  overflow: hidden;
  width: 640px;
  border-radius: 4px;
  background: #fff;
}
.instashow-popup-media::before, .instashow-popup-media::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
.instashow-popup-media-has-comments {
  width: 1040px;
  height: 640px;
}
.instashow-popup-media-picture {
  position: relative;
  overflow: hidden;
  width: 640px;
  min-height: 200px;
}
.instashow-popup-media-has-comments figure.instashow-popup-media-picture {
  border-right: 1px solid rgba(0,0,0,0.08);
}
.instashow-popup-media-has-comments .instashow-popup-media-picture {
  height: 640px;
  float: left;
}
.instashow-popup-media-picture-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.instashow-popup-media-picture-loaded .instashow-popup-media-picture-loader {
  display: none;
}
.instashow-popup-media-picture-loader .instashow-spinner {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.instashow-popup-media-picture img {
  display: block;
}
.instashow-popup-media-album .instashow-popup-media-picture img {
  width: 100%;
}
.instashow-popup-media-square .instashow-popup-media-picture img {
  width: 100%;
}
.instashow-popup-media-has-comments .instashow-popup-media-picture img {
  position: absolute;
}
.instashow-popup-media-has-comments.instashow-popup-media-square .instashow-popup-media-picture img {
  width: 100%;
  height: 100%;
}
.instashow-popup-media-has-comments.instashow-popup-media-portrait .instashow-popup-media-picture img {
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.instashow-popup-media-has-comments.instashow-popup-media-album .instashow-popup-media-picture img {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.instashow-popup-media-video {
  position: relative;
  cursor: pointer;
}
.instashow-popup-media-video video {
  width: 100%;
  height: 100%;
}
.instashow-popup-media-video::before {
  display: block;
  position: absolute;
  visibility: visible;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  transform: translateX(-50%) translateY(-50%);
  font: 400 64px/1 'Iconsfont';
  transition: all 0.3s ease;
  content: '\e800';
}
.instashow-playing .instashow-popup-media-video::before {
  visibility: visible;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(2);
}
div.instashow-popup-media-info {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.instashow-popup-media-has-comments .instashow-popup-media-info {
  float: left;
  width: 399px;
}
.instashow-popup-media-info-origin::before, .instashow-popup-media-info-origin::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
.instashow-popup-media-info-author {
  display: block;
  float: left;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
}
span.instashow-popup-media-info-author-picture {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50% 50%;
}
span.instashow-popup-media-info-author-picture img {
  display: block;
  width: 100%;
  height: 100%;
}
span.instashow-popup-media-info-author-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
a.instashow-popup-media-info-original {
  display: block;
  float: right;
  margin-top: 8px;
  padding: 5px 8px 6px;
  border: 1px solid #2196f3;
  border-radius: 4px;
  line-height: 1;
  font-size: 12px;
}
.instashow-popup-media-info-meta {
  line-height: 1;
}
.instashow-popup-media-info-meta::before, .instashow-popup-media-info-meta::after {
  display: table;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  content: '';
}
.instashow-popup-media-info-origin + div.instashow-popup-media-info-meta {
  margin-top: 12px;
}
.instashow-popup-media-info-properties {
  float: left;
  width: 80%;
  white-space: nowrap;
}
.instashow-popup-media-info-properties-item {
  display: inline-block;
  font-size: 12px;
}
.instashow-popup-media-info-properties-item + .instashow-popup-media-info-properties-item {
  margin-left: 20px;
}
.instashow-popup-media-info-properties-item em {
  font-style: normal;
}
.instashow-popup-media-info-properties-item-location {
  width: 60%;
}
.instashow-popup-media-info-properties-item-location em {
  overflow: hidden;
  max-width: 90%;
  text-overflow: ellipsis;
}
.instashow-popup-media-info-passed-time {
  float: right;
  width: 20%;
  text-align: right;
  line-height: 1.68;
  font-size: 12px;
}
.instashow-popup-media-info-content {
  word-break: break-all;
}
div + div.instashow-popup-media-info-content {
  margin: 12px -15px 0;
  padding: 12px 15px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.instashow-popup-media-has-comments .instashow-popup-media-info-content {
  overflow: auto;
  height: 530px;
}
.instashow-popup-media-info-description, p.instashow-popup-media-info-comments-item {
  line-height: 1.45;
  font-size: 12px;
}
div.instashow-popup-media-info-comments-item {
  margin: 12px 0;
  font-size: 12px;
}
.instashow-popup-media-appearing {
  position: absolute;
  top: 36px;
  left: 100px;
}
.instashow-popup-media-previous, .instashow-popup-media-next {
  opacity: 0;
  z-index: 1;
}
@media only screen and (min-width: 1840px) {
  .instashow-popup-media-hr {
    width: 840px;
    height: 840px;
  }
  .instashow-popup-media-hr.instashow-popup-media-has-comments {
    width: 1240px;
  }
  .instashow-popup-media-hr .instashow-popup-media-picture {
    width: 840px;
    height: 840px;
  }
}
@media only screen and (max-width: 1280px) {
  .instashow-popup-media {
    width: 430px;
  }
  .instashow-popup-media-has-comments {
    width: 740px;
    height: 430px;
  }
  .instashow-popup-media-picture {
    width: 430px;
  }
  .instashow-popup-media-picture img {
    width: 100%;
  }
  .instashow-popup-media-has-comments .instashow-popup-media-picture img {
    width: auto;
  }
  .instashow-popup-media-has-comments .instashow-popup-media-picture {
    height: 430px;
  }
  .instashow-popup-media-has-comments div.instashow-popup-media-info {
    width: 309px;
  }
  .instashow-popup-media-has-comments .instashow-popup-media-info-properties-item + .instashow-popup-media-info-properties-item {
    margin-left: 12px;
  }
  .instashow-popup-media-has-comments .instashow-popup-media-info-properties-item-location {
    width: 40%;
  }
  .instashow-popup-media-has-comments .instashow-popup-media-info-content {
    height: 320px;
  }
}
@media only screen and (max-width: 1024px) {
  .instashow-popup-media {
    width: auto;
  }
  .instashow-popup-media-has-comments {
    width: auto;
    height: auto;
  }
  .instashow-popup-media-picture {
    width: 100%;
    height: auto !important;
    border-right: none !important;
  }
  .instashow-popup-media-picture img {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    top: auto !important;
    transform: none !important;
  }
  .instashow-popup-media-has-comments div.instashow-popup-media-info {
    width: 100%;
  }
  .instashow-popup-media-info-properties-item-location {
    width: 60% !important;
  }
  .instashow-popup-media-has-comments .instashow-popup-media-info-content {
    height: auto;
  }
  .instashow-popup-media-appearing {
    position: absolute;
    top: 36px;
    right: 100px;
    left: 100px;
  }
}
@media only screen and (max-width: 780px) {
  .instashow-popup-media-appearing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  span.instashow-popup-media-info-properties-item-location {
    display: block;
    margin-top: 12px;
    margin-left: 0 !important;
    width: auto !important;
  }
}
.instashow-popup-control-close {
  position: absolute;
  z-index: 12;
  width: 32px;
  height: 36px;
  top: 0px;
  right: 68px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.instashow-popup-control-close::before, .instashow-popup-control-close::after {
  display: block;
  position: absolute;
  width: 18px;
  height: 3px;
  top: 7px;
  left: 10px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease;
  content: '';
}
.instashow-popup-control-close::before {
  transform-origin: 0 50%;
  transform: rotate(45deg);
}
.instashow-popup-control-close::after {
  transform-origin: 100% 50%;
  transform: translateX(-5px) rotate(-45deg);
}
.instashow-popup-control-close:active {
  transform: scale(0.8);
}
@media only screen and (max-width: 1024px) {
  .instashow-popup-control-close {
    right: auto;
    width: 35px;
    height: 35px;
    top: 48px;
    left: 115px;
    border-radius: 50% 50%;
  }
  .instashow-popup-control-close::before, .instashow-popup-control-close::after {
    top: 11px;
    left: 12px;
    width: 16px;
    height: 2px;
  }
  .instashow-popup-control-close::after {
    transform: translateX(-5px) rotate(-45deg);
  }
}
@media only screen and (max-width: 780px) {
  .instashow-popup-control-close {
    top: 15px;
    left: 15px;
  }
}
.instashow-popup-control-arrow {
  position: absolute;
  z-index: 10;
  top: 20px;
  bottom: 20px;
  width: 100px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: scale(1);
  transition: all 0.2s ease;
}
.instashow-popup-control-arrow.instashow-disabled {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.85);
}
.instashow-popup-control-arrow span {
  display: block;
  position: absolute;
  width: 20px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.instashow-popup-control-arrow span::before, .instashow-popup-control-arrow span::after {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  top: 20px;
  transition: all 0.3s ease;
  content: '';
}
.instashow-popup-control-arrow-previous {
  left: 0;
}
.instashow-popup-control-arrow-previous span {
  left: 24px;
}
.instashow-popup-control-arrow-previous span::before, .instashow-popup-control-arrow-previous span::after {
  border-radius: 0 10px 10px 0;
}
.instashow-popup-control-arrow-previous span::before {
  transform-origin: 0 110%;
  transform: rotate(-45deg);
}
.instashow-popup-control-arrow-previous span::after {
  transform-origin: 0 -10%;
  transform: rotate(45deg);
}
.instashow-popup-control-arrow-next {
  right: 0;
}
.instashow-popup-control-arrow-next span {
  right: 24px;
}
.instashow-popup-control-arrow-next span::before, .instashow-popup-control-arrow-next span::after {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.instashow-popup-control-arrow-next span::before {
  transform-origin: 100% 110%;
  transform: rotate(45deg);
}
.instashow-popup-control-arrow-next span::after {
  transform-origin: 100% -10%;
  transform: rotate(-45deg);
}
.instashow-popup-control-arrow:hover span {
  transform: translateY(-50%) scaleY(0.85);
}
.instashow-popup-control-arrow:active.instashow-popup-control-arrow-previous span {
  transform: translateY(-50%) scaleY(0.8) translateX(-30%);
}
.instashow-popup-control-arrow:active.instashow-popup-control-arrow-next span {
  transform: translateY(-50%) scaleY(0.8) translateX(30%);
}
@media only screen and (max-width: 780px) {
  .instashow-popup-control-arrow {
    display: none !important;
  }
}
.instashow-popup {
  position: fixed;
  visibility: hidden;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
}
.instashow-popup.instashow-show {
  visibility: visible;
}
.instashow-popup-wrapper {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.instashow-popup-container {
  display: inline-block;
  position: relative;
  visibility: hidden;
  box-sizing: border-box;
  left: 50%;
  padding: 36px 100px;
  opacity: 0;
  transform: translateX(-50%) scale(0.9);
  transition: all 0.25s ease;
}
.instashow-show div.instashow-popup-container {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition: all 0.35s ease;
}
@media only screen and (max-width: 780px) {
  div.instashow-popup-container {
    padding: 0;
  }
}
.instashow-gallery .instashow-error {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
}
div.instashow-error-panel {
  padding: 26px 27px 27px 92px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAA1CAYAAAGW4ZPmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0OEZFOTU2NjA1QzExRTU5QzgxRjY4QzgzQTJFQjQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ0OEZFOTU3NjA1QzExRTU5QzgxRjY4QzgzQTJFQjQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDQ4RkU5NTQ2MDVDMTFFNTlDODFGNjhDODNBMkVCNDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDQ4RkU5NTU2MDVDMTFFNTlDODFGNjhDODNBMkVCNDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5wtTv1AAAGNElEQVR42mK8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) no-repeat 20px 20px;
  line-height: 1.4;
  font-size: 13px;
}
.instashow-gallery div.instashow-error-panel {
  position: absolute;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 4px;
}
.instashow-error-title {
  font-weight: 700;
}
div.instashow-error-caption {
  margin-top: 3px;
}

/* Assets */
/*@mixin font-face "Raleway wf", Raleway-ExtraLight, 200;
@mixin font-face "Raleway wf", Raleway-Light, 300;
@mixin font-face "Raleway wf", Raleway-LightItalic, 300, italic;
@mixin font-face "Raleway wf", Raleway-Regular;
@mixin font-face "Raleway wf", Raleway-Italic, 400, italic;
@mixin font-face "Raleway wf", Raleway-Medium, 500;
@mixin font-face "Raleway wf", Raleway-MediumItalic, 500, italic;
@mixin font-face "Raleway wf", Raleway-SemiBold, 600;
@mixin font-face "Raleway wf", Raleway-SemiBoldItalic, 600, italic;
@mixin font-face "Raleway wf", Raleway-Bold, 700;
@mixin font-face "Raleway wf", Raleway-BoldItalic, 700, italic;
@mixin font-face "Raleway wf", Raleway-ExtraBold, 800;*/
/*@mixin font-face "Meta Serif Pro", MetaSerifPro-BookItalic, 400, italic;*/
/*@mixin font-face "Meta Serif Pro", MetaSerifPro-MediumiItalic, 500, italic;*/
/*@import "partials/icons";*/

/* Partials */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  padding: 190px 0 0;
}
body.no-pt {
  padding-top: 0;
}
@media (max-width: 1023px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 80px;
  }
}
.no-mb {
  margin-bottom: 0;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
.container.small {
  max-width: 780px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.page-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
}
/*padding: 0;*/
.page-content > .box-lightgray:first-child {
  margin-top: -60px;
}
@media (max-width: 1023px) {
  .page-content > .box-lightgray:first-child {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .page-content > .box-lightgray:first-child {
    margin-top: -30px;
  }
}
.columns {}
@media (min-width: 768px) {
  .columns:after {
    content: '';
    display: table;
    clear: both;
  }
  .columns {
    margin: 0 -60px;
  }
  .columns > div {
    width: 50%;
    padding: 0 60px;
    float: left;
  }
  .columns.columns-3 > div {
    width: 33.33%;
  }
  .columns.unequal > div {
    width: 40%;
  }
  .columns.unequal > div + div {
    width: 60%;
  }
  .columns.unequal-2 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .columns.unequal-2 > div {
    width: 65%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .columns.unequal-2 > div + div {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .columns {}
}
@media (max-width: 767px) {
  .columns > div + div {
    margin-top: 30px;
  }
  .columns.unequal-2 {
    margin-bottom: 30px;
  }
  .columns.unequal-2 > div + div {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .columns {}
  .columns.unequal-2 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .columns.unequal-2 > div {
    width: 65%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .columns.unequal-2 > div + div {
    width: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .columns {
    margin: 0 -30px;
  }
  .columns > div {
    padding: 0 30px;
  }
}
.flex-columns {}
@media (min-width: 768px) {
  .flex-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .flex-columns > div {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (70px - 70px * 1/2));
  }
  .flex-columns > div:nth-child(1n) {
    margin-right: 70px;
    margin-left: 0;
  }
  .flex-columns > div:last-child {
    margin-right: 0;
  }
  .flex-columns > div:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.content-medium {
  max-width: 720px;
}
.content-medium.center {
  margin-left: auto;
  margin-right: auto;
}
.content-x-medium {
  max-width: 550px;
}
.content-x-medium.center {
  margin-left: auto;
  margin-right: auto;
}
.content-w-sidebar:after {
  content: '';
  display: table;
  clear: both;
}
.content-w-sidebar .sidebar {
  width: 250px;
  padding: 0 50px 0 0;
  float: left;
}
.content-w-sidebar .sidebar .nav {
  margin-right: -50px;
}
.content-w-sidebar .sidebar .nav li {
  border-bottom: 1px solid rgb(214, 220, 219);
}
.content-w-sidebar .sidebar .nav li + li {}
.content-w-sidebar .sidebar .nav a {
  display: block;
  padding: 17px 0;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.content-w-sidebar .sidebar .nav a:hover {
  color: rgb(23, 186, 170);
}
.content-w-sidebar .sidebar .nav .active a {
  margin-right: -1px;
  border-right: 1px solid #fff;
  color: rgb(23, 186, 170);
}
.content-w-sidebar .content-main {
  margin-left: 250px;
  padding: 0 0 0 50px;
  border-left: 1px solid rgb(214, 220, 219);
}
.content-w-sidebar .content-section {}
.content-w-sidebar .content-section:last-child {
  padding-bottom: 0;
}
.content-w-sidebar .content-section.w-border {
  margin-left: -50px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .content-w-sidebar .sidebar {
    width: 210px;
  }
  .content-w-sidebar .content-main {
    margin-left: 210px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .content-w-sidebar .sidebar {
    width: auto;
    float: none;
  }
  .content-w-sidebar .content-main {
    margin-top: 50px;
    margin-left: 0;
    padding: 0;
    border: none;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.m-lrauto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
html {
  font-size: 19px;
}
@media (max-width: 1023px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
body, input, textarea, select {
  font: 1rem Raleway,Helvetica,Arial,sans-serif;
  line-height: 1.6;
  color: rgb(12, 54, 50);
  text-rendering: optimizeLegibility;/*@mixin font-smoothing;*/
}
::-moz-selection {
  color: #fff;
  background-color: #4cc0b5;
}
::selection {
  color: #fff;
  background-color: #4cc0b5;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote {
  margin: 0 0 30px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border: none;
}
h1 {/*color: #000;*/
}
h2 {}
h2.medium {
  font-size: 24px;
}
h2.medium-mb {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  h2 {}
  h2.medium {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h2 {}
  h2, h2.medium {
    font-size: 19px;
  }
}
.h2 {
  font-size: 27px;
}
h3 {
  margin: 0 0 15px;
  font-size: 1em;
}
h4, .h4 {
  margin: 0;
  font-size: 1em;
}
p.no-mb {
  margin-bottom: 0;
}
strong, b {
  font-weight: 600;
  color: #000;
}
em, i {
  font-weight: 500;
}
.heading {
  font-size: 38px;
  color: #000;
}
.subheading {/*display: none;*/
  font-weight: 400;
  color: rgb(117, 138, 136);
}
.heading + .subheading {
  margin-top: -15px;
}
.section-heading, .section-channels .channels-header h1 {
  margin: 0 0 50px;/*text-transform: uppercase;*/
  font-weight: 300;
  font-size: 32px;
  font-family: Raleway,Helvetica,Arial,sans-serif;/*letter-spacing: .05em;*/
  color: #666;
}
/*color: $turquoise*/
.section-heading span, .section-channels .channels-header h1 span {
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: 2px solid rgb(23, 186, 170);
}
/*color: #000;*/
.section-heading .context-link, .section-channels .channels-header h1 .context-link {/*display: none;*/
  float: right;/*text-transform: uppercase;*/
}
.section-heading .context-link.button, .section-channels .channels-header h1 .context-link.button {/*position: relative;*/
  top: 5px;
  color: rgba(117, 138, 136, 0.7);/*color: color($text-color a(.5));*/
}
@media (max-width: 1023px) {
  .section-heading, .section-channels .channels-header h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-heading, .section-channels .channels-header h1 {
    font-size: 24px;
  }
  .section-heading span, .section-channels .channels-header h1 span {
    padding: 0;
    border: none;
  }
}
.lead {
  margin: 0 0 60px;
  font-weight: 500;
  font-size: 23px;
}
@media (max-width: 767px) {
  .lead {
    margin-bottom: 45px;
    font-size: 19px;
  }
}
.subtitle {/*max-width: 800px;*//*font-weight: 300;*/
  color: #666;
}
/*// .small-heading {
//   text-transform: uppercase;
//   font-weight: 700;
//   font-size: 15px;
//   letter-spacing: .12em;
//   // color: color($text-color a(.5));
// }*/
.small-text {
  font-size: 15px;
}
.small-text a {
  border: none;/*color: $t2;*/
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.turquoise {
  color: rgb(23, 186, 170);
}
.quote {
  max-width: 720px;
  margin: 65px auto;
  position: relative;
  font-style: italic;
  font-weight: 300;
  font-size: 23px;
  color: rgb(117, 138, 136);
}
.quote p {
  margin: 0;
}
.quote .author {
  display: inline-block;
  opacity: .75;
  margin: 0 0 0 20px;
  font-style: normal;/*font-weight: 400;*/
  font-size: .85em;
}
/*color: color($text-color a(.7));*/
.quote .author strong {
  font-weight: 500;
}
.quote .author.block {
  display: block;
  margin-top: 10px;
  margin-left: 0;
}
.section-quote.light .quote {}
.section-quote.light .quote:before {
  opacity: 1;
  color: rgb(23, 186, 170);
}
.section-quote.dark .quote {
  margin-top: 20px;
}
.section-quote.dark .quote .author {
  color: rgba(255, 255, 255, 0.5);
}
.section-quote.dark .quote .author strong {
  color: #fff;
}
.section-quote.dark .quote:before {
  opacity: .5;
  color: #fff;
}
.quote:before {
  content: "„";
  opacity: .25;
  position: absolute;
  top: -43px;
  left: -50px;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
  color: rgb(117, 138, 136);
}
.quote.large {
  font-size: 26px;
}
@media (max-width: 1023px) {
  .quote {
    max-width: 600px;
  }
  .quote.large {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .quote {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .quote.large {
    font-size: 18px;
  }
}
hr {
  height: 1px;
  margin: 60px 0;
  border: none;
  background: rgba(214, 220, 219, 0.5);
}
hr.invisible {
  visibility: hidden;
}
hr.medium {
  margin: 45px 0;
}
hr.small {
  margin: 30px 0;
}
hr.x-small {
  margin: 20px 0;
}
@media (max-width: 767px) {
  hr {
    margin: 40px 0;
  }
  hr.x-small {
    margin: 15px 0;
  }
  hr.small {
    margin: 20px 0;
  }
}
a {
  border-bottom: 1px solid rgb(180, 203, 199);
  text-decoration: underline;
  text-decoration: none;
  color: currentColor;
}
a:hover {
  border-color: rgb(23, 186, 170);
  color: rgb(36, 158, 146);/*color: $t2;*/
}
a, button, .button {
  transition: .1s;
  outline: none;
}
.button {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  background: none;
  border: 2px solid rgb(23, 186, 170);
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 38px;
  letter-spacing: .12em;
  cursor: pointer;
  color: rgb(23, 186, 170);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button:hover {
  background: rgb(23, 186, 170);
  color: #fff;
}
.button.mt {
  margin-top: 15px;
}
.button.compact {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .button {}
  .button.large {
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 60px;
  }
}
.button.wider {
  padding-left: 40px;
  padding-right: 40px;
}
.button.gray {
  border-color: rgb(172, 185, 183);
  color: rgb(131, 149, 148);
}
.button.gray:hover {
  background: rgb(172, 185, 183);
  color: #fff;
}
.button.orange {
  border-color: transparent;
  color: #fff;
  background-color: #da7e56;
}
.button.orange:hover {
  background: rgb(239, 119, 67);
}
.button.white {
  background: #fff;
  border-color: #fff;
  color: rgb(23, 186, 170);
}
.button.plain {
  padding: 0;
  border-color: transparent;
}
.button.plain i {
  margin-left: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  font-size: 22px;
}
.button.plain:hover {
  background: none;
  color: rgb(36, 158, 146);
}
.button.full-bg {
  background: rgb(23, 186, 170);
  color: #fff;
}
.button.full-bg:hover {
  background: rgb(20, 163, 149);
  border-color: rgb(20, 163, 149);/*color: #fff;*/
}
.button.hidden {
  display: none;
}
@media (max-width: 767px) {
  .button {/*width: 100%;*/
  }
}
.button-container {/*text-align: center;*/
}
.button-container.mt {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .button-container {}
  .button-container.w-button-right {
    position: relative;
  }
  .button-container.w-button-right .button {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .button-container {}
  .button-container.w-button-right {
    position: relative;
  }
  .button-container.w-button-right .button {
    margin-top: 30px;
  }
}
.button-morex {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .2em;
  color: #4cc0b5;
}
.video-cta {
  display: inline-block;
  padding: 0 0 0 55px;
  position: relative;
  border: none;
  color: #4cc0b5;
  transition: .15s;
}
.video-cta .play {
  width: 32px;
  height: 32px;
  top: 2px;
  left: 0;
  position: absolute;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: .15s;
}
.video-cta .play .icon {
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35%;
}
.video-cta strong, .video-cta span {
  display: block;
  color: inherit;
}
.video-cta strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .12em;
  color: #fff;
}
.video-cta span {
  font-weight: 500;
}
.video-cta:hover {
  color: #4cc0b5;
}
.video-cta:hover .play {
  background: #4cc0b5;
  color: #000;
}
.button-container.horizontal .button {
  margin-right: 10px;
}
a[href^="bitcoin"] {
  word-break: break-all;
}
.donation-section a {
  display: inline-block;
  padding: 5px 22px;
  background: #ed8133;/*background: color($t s(-0%) a(.12));*/
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
}
.donation-section a .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 12px;
  color: #fff;
  top: -1px;
  position: relative;
  transition: .15s;
}
.donation-section a:hover {
  background: rgb(216, 101, 19);
  color: #fff;
}
.donation-section a:hover .icon {
  color: #fff;
}
.donation-section a.highlighted {
  background: rgb(240, 129, 81);
  color: #fff;
}
.donation-section a.highlighted .icon {
  color: #fff;
}
.donation-section a.highlighted:hover {/*background: color($t2 l(-3%));*/
  background: rgb(248, 101, 37);
}
img, svg {
  max-width: 100%;
  vertical-align: middle;
}
img.border {
  border: 1px solid #ddd;
}
svg {
  fill: currentColor;
}
figure {
  margin: 0;
}
figure img {
  display: block;
}
figcaption, .wp-caption-text {
  display: block;
  margin: 10px 0 0;
  font-style: italic;
  font-size: 16px;
  color: rgba(12, 54, 50, 0.6);/*color: $gray;*/
}
@media (max-width: 767px) {
  figcaption, .wp-caption-text {
    font-size: 14px;
  }
}
.image-full, img.size-full, img.size-large {
  display: block;
  margin: 70px 0;
}
.image-full img, img.size-full img, img.size-large img {
  width: 100%;
}
.wp-caption .image-full, .wp-caption img.size-full, .wp-caption img.size-large {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .image-full, img.size-full, img.size-large {
    min-width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 40px -20px;
  }
}
img.aligncenter {
  width: auto !important;
  height: auto !important;
}
@media (max-width: 767px) {
  img.aligncenter {
    min-width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}
img.size-full {
  width: 100% !important;
}
.image-left, .image-right, .wp-caption.alignleft, .wp-caption.alignright, img.alignleft, img.alighright {
  width: auto !important;
  height: auto !important;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 40px;
  clear: both;
}
.image-left.medium, .image-right.medium, .wp-caption.alignleft.medium, .wp-caption.alignright.medium, img.alignleft.medium, img.alighright.medium {
  max-width: 400px;
}
@media (max-width: 767px) {
  .image-left, .image-right, .wp-caption.alignleft, .wp-caption.alignright, img.alignleft, img.alighright {}
  .image-left, .image-left.medium, .image-right, .image-right.medium, .wp-caption.alignleft, .wp-caption.alignleft.medium, .wp-caption.alignright, .wp-caption.alignright.medium, img.alignleft, img.alignleft.medium, img.alighright, img.alighright.medium {
    min-width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}
.image-left, .wp-caption.alignleft, img.alignleft {
  margin-right: 40px;
  float: left;
}
@media (max-width: 767px) {
  .image-left, .wp-caption.alignleft, img.alignleft {
    margin-right: 0;
    float: none;
  }
}
.image-right, .wp-caption.alignright, img.alignright {
  margin-left: 40px;
  float: right;
}
@media (max-width: 767px) {
  .image-right, .wp-caption.alignright, img.alignright {
    margin-left: 0;
    float: none;
  }
}
img[class*="wp-image"] {
  height: auto !important;
}
.section-bg {
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.section-bg.parallax {
  bottom: -400px;
  transform: translateY(-400px);
}
.touch .section-bg.parallax {
  bottom: 0;
  transform: none;
}
.bg-fit {
  overflow: hidden;
  position: absolute;
}
.bg-fit img {
  width: 100%;
  pointer-events: none;
}
.image-wall {
  overflow: hidden;
  position: relative;
}
/*border-top: 10px solid #fff;*/
.image-wall img {
  display: block;
  width: 20%;
  float: left;
}
.image-wall + .container {
  margin-top: 70px;
}
.container + .image-wall {
  margin-top: 50px;
}
.image-wall.items-3 img {
  width: 33.33333%;
}
.image-wall.items-5 img {
  width: 20%;
}
.image-wall.items-10 img {
  width: 10%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-control, .select {
  padding: 8px 20px;
  background: none;
  border: 1px solid rgb(214, 220, 219);
  border-radius: 2px;
  outline: none;/*text: 600;*/
  color: #000;
  transition: .1s;
}
.form-control:-ms-input-placeholder, .select:-ms-input-placeholder {
  color: #aaa;
}
.form-control::placeholder, .select::placeholder {
  color: #aaa;
}
.form-control.full, .select.full {
  width: 100%;
}
.form-control.parsley-error, .select.parsley-error {
  border-color: #f00;
}
input[type=search] {
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
}
.select-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}
.form-row.focus .select-wrap {}
.form-row.focus .select-wrap:before {
  background: linear-gradient(to left, rgb(250, 253, 253) 40%, rgba(250, 253, 253, 0));
}
.select-wrap:before {
  content: "";
  width: 50px;
  background: linear-gradient(to left, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0));
  top: 1px;
  right: 20px;
  bottom: 1px;
  position: absolute;/*outline: 1px solid red;*/
  pointer-events: none;
}
.select-wrap:after {
  content: "";
  width: 12px;
  height: 12px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-down.svg) center center / 12px no-repeat;/*outline: 1px solid red;*/
  pointer-events: none;
}
.parsley-errors-list {
  display: none;
}
.form {
  background: #fff;
}
.form .field-label {
  display: block;
  width: 35%;
  height: 56px;
  padding: 12px 0 0 20px;
  float: left;
  cursor: text;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(12, 54, 50, 0.7);
}
.form .form-control, .form .select-wrap {
  width: 65%;
}
.form .form-control, .form select {
  padding: 12px 20px;
  border-color: transparent;
}
.form .select-wrap select {
  width: 100%;
}
.form .form-row {}
.form .form-row:not(.action) {/*outline: 1px solid red;*/
  overflow: hidden;
  border: 1px solid rgb(214, 220, 219);
}
.form .form-row:not(.action) + .form-row:not(.action) {
  margin-top: -1px;
}
.form .form-row:not(.action):first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.form .form-row:not(.action):last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.form .form-row:not(.action).focus {
  position: relative;
  background: rgba(76, 192, 181, 0.03);
  border-color: rgb(23, 186, 170);/*border-width: 2px;*//*box-shadow: inset 0 0 15px color($t a(.07));*/
}
.form .form-row.action {
  margin-top: 20px;
}
.form .form-row.parsley-error {}
.form .form-row.parsley-error, .form .form-row.parsley-error.focus {
  position: relative;
  background: rgba(255, 0, 0, 0.025);
  border-color: #f00;
}
@media (max-width: 767px) {
  .form .field-label {
    height: auto;
    width: auto;
    float: none;
  }
  .form .form-control, .form select, .form .select-wrap {
    width: 100%;
  }
}
.form-info {
  margin-top: 30px;
  margin-bottom: 25px;
  color: rgba(12, 54, 50, 0.5);
  font-size: 12px;
}
@media (max-width: 767px) {
  .form-info {
    margin-bottom: 0;
  }
}
.no-events {
  pointer-events: none;
}
.bullets li {
  padding-left: 25px;
  position: relative;
}
.bullets li + li {/*margin-top: 20px;*/
}
.bullets li:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 13px;
  left: 0;
  position: absolute;
  background: #4cc0b5;
  border-radius: 50%;
}
ol.numbers {
  counter-reset: list;
}
ol.numbers li {
  padding: 0 0 0 50px;
  position: relative;
}
/*font-weight: 600;*/
ol.numbers li + li {
  margin-top: 10px;
}
ol.numbers li:before {
  counter-increment: list;
  content: counter(list);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px solid #4cc0b5;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
  line-height: 28px;
  color: rgb(23, 186, 170);
}
dl:after {
  content: '';
  display: table;
  clear: both;
}
dt:after {
  content: '';
  display: table;
  clear: both;
}
dt {
  width: 120px;
  padding-top: 7px;
  float: left;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .05em;
}
dt ~ dt, dd ~ dd {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgb(214, 220, 219);
}
dt ~ dt {
  padding-top: 32px;
}
dd + dd {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
dd {
  margin: 0 0 0 120px;
}
.option-list {
  margin: 20px 0;
  padding: 0 20px;
}
.option-list li {
  padding: 0 0 0 30px;
  position: relative;
}
.option-list li + li {
  margin-top: 20px;
}
.option-list input {
  top: 7px;
  left: 0;
  position: absolute;
}
.partner-list {
  margin-right: -30px;
  margin-left: -30px;
  font-size: 0;
}
.partner-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
.partner-list img {
  max-width: 200px;
}
.press-list .items:after {
  content: '';
  display: table;
  clear: both;
}
.press-list .items {
  margin: 0 -25px 0;
  padding: 10px 0 0;
}
.press-list .item {
  width: 50%;
  margin: 0 0 60px;
  padding: 0 25px;
  float: left;
}
.press-list .item + .item:nth-child(2n) {
  clear: both;
}
.press-list .item:first-child {
  width: 100%;
}
.press-list .item:first-child h1 {
  font-size: 24px;
}
.press-list .date {
  margin: 0 0 8px;
  position: relative;
  font-size: 18px;
  line-height: 1;/*font-family: $font5;*/
  color: rgba(117, 138, 136, 0.75);
}
.press-list .date i {
  margin-right: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-size: 16px;
}
.press-list h1 {
  margin: 0;
  font-size: 20px;
}
.press-list h1 a {
  padding: 3px 0 4px;
}
.press-list .button-container {
  margin-top: 20px;
}
.content-section {
  padding: 90px 0;
}
.content-section .section-heading + h2 {
  margin-top: -14px;
  margin-bottom: 32px;
}
.content-main > .content-section {}
.content-main > .content-section:first-child {
  padding-top: 0;
}
.content-section.w-bg {
  overflow: hidden;
  margin: 90px 0;
  padding-bottom: 70px;
  position: relative;
  background: rgb(11, 30, 28);
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
/*@mixin font-smoothing;*/
.content-section.w-bg .section-bg .bg-fit {
  opacity: .2;
}
.content-section.w-bg .container {
  position: relative;
}
.content-section.w-bg .section-heading {
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 32px;
  color: inherit;
}
.content-section.w-bg .section-heading span {
  border-color: transparent;
}
.content-section.w-bg .subtitle {
  margin: -50px 0 90px;
}
.content-section.w-bg .feature-list .subtitle {
  margin: -70px auto 80px;
  text-align: center;
}
.content-section.w-bg .feature-list h3 {
  display: inline-block;
  margin: 0 0 20px 40px;
  padding: 3px 15px;
  position: relative;
  background: rgb(23, 186, 170);
  font-weight: 600;
  font-size: 24px;
  color: inherit;
}
.content-section.w-bg .feature-list h3:before {/*content: "1.";*/
  width: 39px;
  height: 39px;/*background: #ada;*/
  background: rgba(23, 186, 170, 0.15);
  border: solid #4cc0b5;
  border-width: 1px 0 1px 1px;
  top: 0;
  left: -39px;
  text-align: center;/*font-style: italic;*/
  font-weight: 400;
  font-size: 16px;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.8);
}
.content-section.w-bg .feature-list div:first-child > h3:nth-of-type(1):before {
  content: "1.";
}
.content-section.w-bg .feature-list div:first-child > h3:nth-of-type(2):before {
  content: "3.";
}
.content-section.w-bg .feature-list div:first-child > h3:nth-of-type(3):before {
  content: "5.";
}
.content-section.w-bg .feature-list div:last-child  > h3:nth-of-type(1):before {
  content: "2.";
}
.content-section.w-bg .feature-list div:last-child  > h3:nth-of-type(2):before {
  content: "4.";
}
.content-section.w-bg .feature-list div:last-child  > h3:nth-of-type(3):before {
  content: "6.";
}
.content-section.w-bg p + h3 {
  margin-top: 15px;
}
.content-section.w-bg p {/*opacity: .8;*/
  color: rgba(255, 255, 255, 0.8);
}
.content-section.w-bg.light {/*background: $light-t;*/
  background: none;
  text-shadow: none;
}
.content-section.w-bg.light .section-bg .bg-fit {
  opacity: .2;
}
.content-section.w-bg.light .section-bg:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.content-section.w-bg.light p {
  color: rgb(12, 54, 50);
}
.content-section.w-bg.opaque .section-bg .bg-fit {
  opacity: 1;
}
.content-section.w-content-image .container:after {
  content: '';
  display: table;
  clear: both;
}
.content-section.w-content-image .section-heading {/*text-align: center;*/
}
.content-section.w-content-image .content-image {
  max-width: 500px;
  float: left;
  margin: 0 80px 0 0;
}
.content-section.w-content-image.content-image-right .content-image {
  float: right;
  margin-left: 80px;
  margin-right: 0;
}
.content-section.light-t {
  background: #f3f6f6;
}
.content-section.center {
  text-align: center;
}
.content-section.w-border {
  border-top: 1px solid rgb(214, 220, 219);
}
.content-section.no-pt {
  padding-top: 0;
}
.content-section.no-pb {
  padding-bottom: 0;
}
.content-section:last-child:not(.w-bg):not(.section-newsletter) {
  padding-bottom: 0;
}
@media (max-width: 1169px) {
  .content-section {}
  .content-section.w-content-image .content-image {
    width: calc(50% - 30px);
    margin-right: 40px;
    margin-bottom: 50px;
  }
  .content-section.w-content-image.content-image-right .content-image {
    margin-left: 40px;
  }
}
@media (max-width: 1023px) {
  .content-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .content-section.w-bg {
    margin: 55px 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .content-section {
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .content-section.w-bg {
    margin: 35px 0;
  }
  .content-section.w-bg .feature-list h3 {
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 20px;
  }
  .content-section.w-content-image .section-heading {
    margin-bottom: 30px;
  }
  .content-section.w-content-image .content-image, .content-section.w-content-image.content-image-right .content-image {
    width: auto;
    margin: 0 0 30px;
    float: none;
  }
}
.content-section-2 {
  padding: 90px 0;
}
.content-section-2 header {
  margin: 0 0 50px;
  text-align: center;
}
.content-section-2 .subheading {/*font-size: 35px;*//*font-weight: 600;*/
}
.content-section-2 .section-heading + .subheading {
  margin-top: -20px;
}
.quote-slider .bg-fit {
  visibility: hidden;
  opacity: 0;/*transition: .3s;*/
}
.quote-slider .bg-fit.active {
  visibility: visible;
  opacity: 1;
}
.quote-slider .quotes {
  min-height: 221px;
  position: relative;
}
.quote-slider .quotes .quote {
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  transition: .3s;
}
.quote-slider .quotes .quote.active {
  visibility: visible;
  opacity: 1;
}
.quote-slider .nav {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 0;
}
.quote-slider .nav .item {
  display: inline-block;
  opacity: .5;
  width: 60px;
  height: 60px;/*overflow: hidden;*/
  position: relative;
  border: none;
  border-radius: 50%;/*filter: grayscale(1);*/
  transition: .3s;
}
.quote-slider .nav .item + .item {
  margin-left: 30px;
}
.quote-slider .nav .item:before {
  content: "";
  opacity: 0;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
}
.quote-slider .nav img {
  display: block;
  border-radius: 50%;
}
.quote-slider .nav .item:hover {
  opacity: 1;/*filter: grayscale(0);*/
}
.quote-slider .nav .active {
  opacity: 1;/*filter: grayscale(0);*/
}
.quote-slider .nav .active:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .quote-slider .quotes {
    min-height: 360px;
  }
  .quote-slider .nav {
    margin-bottom: 25px;
  }
}
.donation-box-horizontal {
  overflow: hidden;
  height: 60px;
  margin: 0 auto;
  padding: 0 30px;
  //padding-left: 110px;
  position: relative;
  background: rgba(76, 192, 181, 0.07);
  border: 1px solid rgba(23, 186, 170, 0.5);
  border-radius: 3px;
  line-height: 60px;
  color: rgb(20, 163, 149);
  z-index: 0;
}
.donation-box-horizontal h1 {
  display: inline-block;
  margin: 0;
  position: relative;
  font-style: italic;
  font-weight: 400;
  font-size: 19px;/*font-family: $secondary-font;*//*letter-spacing: .05em;*/
  color: inherit;
}
.donation-box-horizontal .chicks {
  display: inline-block;
  width: 42px;
  margin: 0 20px 0 27px;
  position: relative;
  top: 3px;
  font-size: 0;
  color: rgba(17, 141, 128, 0.3);
}
.donation-box-horizontal .chicks .icon {
  width: 16px;
  height: 16px;
  margin: 0 -4px 0 0;
  vertical-align: baseline;
}
.donation-box-horizontal .chicks .icon:nth-child(1) {
  width: 10.56px;
  height: 10.56px;
}
.donation-box-horizontal .chicks .icon:nth-child(2) {
  width: 16px;
  height: 16px;
}
.donation-box-horizontal .chicks .icon:nth-child(3) {
  width: 24px;
  height: 24px;
}
.donation-box-horizontal .wrap {
  display: inline-block;
}
.donation-box-horizontal .amount-list {
  display: inline-block;
  height: 40px;
  position: relative;
  top: -3px;
  //border: 1px solid rgba(23, 186, 170, 0.3);
  font-size: 0;
  line-height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.donation-box-horizontal .amount-list span {
  display: inline-block;
  height: 100%;
  padding: 0 12px;
  position: relative;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
}
.donation-box-horizontal .amount-list span + span {
  //border-left-width: 1px;
}
.donation-box-horizontal .amount-list span:before {
  opacity: 0;
  height: 2px;
  right: 50%;
  bottom: 6px;
  left: 50%;
  background: rgb(23, 186, 170);
  transition: .25s;
}
.donation-box-horizontal .amount-list span.other {
  outline: 0;
  min-width: 50px;
  text-align: center;
}
.donation-box-horizontal .amount-list span.other br {
  display: none;
}
.donation-box-horizontal .amount-list span.active {}
.donation-box-horizontal .amount-list span.active:before {
  opacity: 1;
  right: 12px;
  left: 12px;
}
.donation-box-horizontal .amount-list span:hover {}
.donation-box-horizontal .amount-list span:hover:before {
  opacity: 1 !important;
  right: 12px !important;
  left: 12px !important;
}
.donation-box-horizontal .amount-list:hover span:before {
  opacity: 0;
  right: 50%;
  left: 50%;
}
.donation-box-horizontal .button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.blog-post .donation-box-horizontal {
  margin: 0 -40px 30px;
  padding-right: 20px;
  padding-left: 20px;
}
.blog-post .donation-box-horizontal .chicks {
  margin-left: 17px;
}
@media (max-width: 767px) {
  .blog-post .donation-box-horizontal .chicks {
    margin-left: auto;
  }
}
@media (max-width: 819px) {
  .blog-post .donation-box-horizontal {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 779px) {
  .blog-post .donation-box-horizontal {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .donation-box-horizontal {
    height: auto;
    padding: 15px 20px 10px;
    overflow: visible;
    text-align: center;
  }
  .donation-box-horizontal .chicks {
    display: block;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .donation-box-horizontal .wrap {
    display: block;
    margin-top: -10px;
    margin-bottom: -15px;
  }
  .donation-box-horizontal .amount-list {
    top: -15px;
  }
  .donation-box-horizontal .button {
    position: static;
    transform: translateY(-10px);
  }
}
.donation-slider {
  max-width: 416px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.donation-slider .slider {
  margin: 0 0 40px;
}
.donation-slider .slider.waiting .val {
  animation: floating .7s linear infinite alternate;
}
.donation-slider .label {
  top: -5px;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1;
}
.donation-slider .label.min {
  left: -20px;
  transform: translateX(-100%);
}
.donation-slider .label.max {
  right: -20px;
  transform: translateX(100%);
}
.donation-slider .val {
  width: 90px;
  height: 40px;
  top: -60px;
  left: 50%;
  position: absolute;
  margin-left: -45px;
  background: #fff;
  border-radius: 9em;
  color: rgb(23, 186, 170);
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
}
.donation-slider .val:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 7.5px 7.5px 0;
  bottom: -7px;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
  border-top-color: #fff;
}
.donation-slider .action {
  margin: 0 -30px;
  font-size: 0;
}
.donation-slider .action .channel, .donation-slider .action .button-container {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.donation-slider .action .other-amount {
  margin: 40px 0 15px 0;
  padding: 0 10px;
  font-weight: 500;
  text-align: center;
  font-size: 17px;
}
.donation-slider .action .other-amount span {
  display: inline-block;
  min-width: 20px;
  color: #fff;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  transition: color .15s;
}
.donation-slider .action .other-amount span br {
  display: none;
}
.donation-slider .action .other-amount span.focus {
  font-weight: 300;
  font-size: 50px;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
  color: #da7e56;
}
.donation-slider .action .other-amount span.focus:hover {
  color: #da7e56;
}
.donation-slider .action .other-amount span:hover {
  color: #4cc0b5;
}
.donation-slider .action .bank-transfer {
  max-width: 416px;
  margin: 5px auto 0;
  padding: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 500;
  text-align: center;
  font-size: 17px;
}
.donation-slider .action .channel {
  margin: 0 20px 0 0;
}
.donation-slider .action .channel label {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}
.donation-slider .action .channel label + label {
  margin-left: 5px;
}
.donation-slider .action .channel label:hover span {
  border: 1px solid rgba(76, 192, 181, 0.3);
}
.donation-slider .action .channel input {
  display: none;
}
.donation-slider .action .channel input:checked + span {
  background-color: rgba(76, 192, 181, 0.2);
  border: 1px solid rgba(76, 192, 181, 0.3);/*font-weight: 600;*/
}
.donation-slider .action .channel span {
  display: inline-block;
  width: 90px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  vertical-align: top;
  font-size: 0;/*transition: .1s;*/
}
.donation-slider .action .channel .credit_card span {
  background: url(../images/brands/credit_card_white.png) no-repeat center center;
  background-size: 60%;
}
.donation-slider .action .channel .credit_card.dark span {
  background: url(../images/brands/credit_card.png) no-repeat center center;
  background-size: 60%;
}
.donation-slider .action .channel .credit_card.orange span {
  background: url(../images/brands/credit_card_orange.png) no-repeat center center;
  background-size: 60%;
}
.donation-slider .action .channel .paysera span {
  background: url(../images/brands/Paysera_logotype_internet_white.png) no-repeat center center;
  background-size: 85%;
}
.donation-slider .action .channel .paysera.dark span {
  background: url(../images/brands/Paysera_logotype_internet.png) no-repeat center center;
  background-size: 85%;
}
.donation-slider .action .channel .paysera.orange span {
  background: url(../images/brands/Paysera_logotype_internet_orange.png) no-repeat center center;
  background-size: 85%;
}
.donation-slider .action .channel .paypal span {
  background: url(../images/brands/logo-paypal-white.svg) no-repeat center center;
  background-size: 85%;
}
.donation-slider .action .channel .paypal.dark span {
  background: url(../images/brands/logo-paypal.svg) no-repeat center center;
  background-size: 85%;
}
.donation-slider .action .channel .paypal.orange span {
  background: url(../images/brands/logo-paypal-orange.svg) no-repeat center center;
  background-size: 85%;
}
@media (max-width: 767px) {
  .donation-slider .button {
    margin-top: 20px;
  }
}
.donation-slider-inline .hero-donation {
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.35);
  padding: 40px 0 50px;
  color: #000;
}
.donation-slider-inline .hero-donation .action .other-amount span {
  color: rgb(23, 186, 170) !important;
}
.donation-slider-inline .hero-donation .channel span {
  opacity: 0.8;
}
.donation-slider-inline .hero-donation .local-scroll {
  color: rgb(12, 54, 50);
}
.donation-slider-inline .hero-donation .donation-slider div.label {
  color: rgb(23, 186, 170, 0.6) !important;
}
.donation-slider-inline .hero-donation .donation-slider .val {
  border: 1px solid rgb(23, 186, 170);
}
.donation-slider-inline .hero-donation .donation-slider .val::before {
  content: none;
}
.donation-slider-inline .hero-donation::before {
  background: none;
}
.donation-slider-inline .inner {
  padding-top: 5px !important;
}
.donation-iframe {
  margin-top: 95px;
}
.donation-iframe iframe {
  min-height: 600px;
  height: 70vh;
  width: 100%;
}
.large-social-media-box {
  max-width: 1120px;
  margin: 60px auto 0;
}
.large-social-media-box ul {
  margin: 0;
  font-size: 0;
}
.large-social-media-box li {
  display: inline-block;
  margin: 0 10px;
}
.large-social-media-box a {
  display: block;
  width: 150px;
  height: 150px;
  position: relative;/*border: 2px dashed $border-color;*/
  border: none;/*border: 2px solid transparent;*/
  border-radius: 50%;/*outline: 1px solid red;*/
  font-size: 45px;
  line-height: 150px;
  color: rgb(117, 138, 136);
  transition: none;
}
.large-social-media-box a:before {
  opacity: 0;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  transition: .25s;
}
.large-social-media-box a:before {
  content: "";
  background: #fff;
  border: 2px solid #4cc0b5;
  border-radius: 50%;
  transform: scale(0);
}
.large-social-media-box .icon {
  width: 45px;
  height: 45px;
}
.large-social-media-box .icon-plus {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: rgb(23, 186, 170);
  transition: .25s;
}
.large-social-media-box .icon-instagram {
  width: 42px;
  height: 42px;
}
.large-social-media-box h3 {
  opacity: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -28px;
  left: 0;
  font-weight: 700;
  font-size: 12px;
  color: rgba(12, 54, 50, 0.5);
  transition: .25s;
  pointer-events: none;
}
.large-social-media-box a:hover:before, .large-social-media-box a:hover .icon-plus, .large-social-media-box a:hover h3 {
  opacity: 1;
}
.large-social-media-box a:hover:before, .large-social-media-box a:hover h3 {
  transform: none;
}
.large-social-media-box.medium li {
  margin: 0 20px;
}
.large-social-media-box.medium a {
  width: 100px;
  height: 100px;
  font-size: 35px;
  line-height: 100px;
}
@media (max-width: 1023px) {
  .large-social-media-box {}
  .large-social-media-box.medium a {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .large-social-media-box.medium .icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .large-social-media-box {}
  .large-social-media-box.medium li {
    margin: 0 10px;
  }
  .large-social-media-box.medium a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .large-social-media-box.medium .icon {
    width: 20px;
    height: 20px;
  }
}
.content-filter:after {
  content: '';
  display: table;
  clear: both;
}
.content-filter {
  margin: -51px 0 50px;
}
.content-filter .filter {
  width: 50%;
  height: 50px;
  padding: 0 50px;
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid rgb(214, 220, 219);
  border-top-color: rgba(214, 220, 219, 0.5);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 50px;
  color: rgb(117, 138, 136);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: .15s;
}
.content-filter .filter:before {
  top: 21px;
  right: 20px;
  border: 5px solid transparent;
  border-top-color: rgb(117, 138, 136);
}
.content-filter .filter:first-child {
  border-radius: 3px 0 0 3px;
}
.content-filter .filter:last-child {
  width: calc(50% + 1px);
  margin-left: -1px;
  border-left-color: rgba(214, 220, 219, 0.5);
  border-radius: 0 3px 3px 0;
}
.content-filter .filter:only-child {
  border-left-color: rgb(214, 220, 219);
  border-radius: 0 0 3px 3px;
}
.content-filter .filter.search {
  cursor: text;
}
.content-filter .filter.search:before {
  display: none;
}
.content-filter .filter:not(.search):hover {
  border-bottom-width: 2px;
  border-bottom-color: rgb(23, 186, 170);
}
.content-filter .filter:not(.search):hover:before {
  border-top-color: rgb(23, 186, 170);
}
.content-filter i {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 16px;
}
.content-filter .value {
  position: absolute;
  top: 0;
  right: 50px;
  color: rgb(23, 186, 170);/*color: color($t l(-15%) s(+15%));*/
}
.content-filter.standalone .filter {
  border-top-color: rgb(214, 220, 219);
}
.boxed-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.boxed-list article {/*lost-column: 1/3 3 10px;
    margin: * * 10px;*//*padding: 0 5px;*//*vertical-align: top;*//*font-size: $font-size;*/
}
.boxed-list > a, .boxed-list .item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/3 - (10px - 10px * 1/3));
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  border: 1px solid rgb(214, 220, 219);
  border-radius: 2px;/*border-radius: 3px;*/
  text-decoration: none;
}
.boxed-list > a:nth-child(1n), .boxed-list .item:nth-child(1n) {/*border-radius: 3px;*/
  margin-right: 10px;
  margin-left: 0;
}
.boxed-list > a:last-child, .boxed-list .item:last-child {/*border-radius: 3px;*/
  margin-right: 0;
}
.boxed-list > a:nth-child(3n), .boxed-list .item:nth-child(3n) {/*border-radius: 3px;*/
  margin-right: 0;
  margin-left: auto;
}
.boxed-list > a:hover, .boxed-list .item:hover {
  color: inherit;
}
.boxed-list .img {
  overflow: hidden;
  margin: -1px -1px 0;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.boxed-list .img:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0;
}
.boxed-list .img-inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;/*outline: 1px solid red;*/
}
.boxed-list img {/*border-radius: 3px 3px 0 0;*/
  vertical-align: middle;
  transition: .25s;
}
.boxed-list .content-wrap {
  position: relative;
}
.boxed-list .content {
  max-height: 190px;
  overflow: hidden;
  margin: 0 -1px 60px;
  padding: 30px 30px 20px;
  position: relative;
  background: #fff;
  border: solid rgb(214, 220, 219);
  border-width: 0 1px;/*border-radius: 0 0 3px 3px;*/
  transition: .25s;/*outline: 1px solid red;*/
}
.boxed-list .wrap {/*max-height: 155px;*/
  overflow: hidden;/*margin: 0;*//*position: relative;*//*outline: 1px solid red;*/
}
.boxed-list .wrap:after {
  height: 100px;/*top: 0;*/
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));/*background: color(#f00 a(.1));*//*outline: 2px solid blue;*/
}
.boxed-list h1 {
  margin: 0 0 2px;
  font-size: 22px;
  line-height: 1.25;
}
.boxed-list h2 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
}
.boxed-list h2 i {
  margin-right: 4px;
  font-size: 16px;
  color: rgb(117, 138, 136);
}
.boxed-list .date {
  min-width: 50px;
  height: 50px;
  padding: 5px 12px 0;
  position: absolute;
  top: -49px;
  right: -1px;
  background: #fff;
  border-radius: 2px 0 0 0;
  border-right: 1px solid rgb(214, 220, 219);
  text-align: center;/*font-size: 0;*/
  line-height: 1;
  color: rgb(23, 186, 170);
  transition: .25s;
}
.boxed-list .date span {
  display: block;
}
.boxed-list .date .day {
  margin: 0 0 6px;
  font-weight: 600;
}
.boxed-list .date .month {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.boxed-list .details {
  margin: 23px 0 0;
  font-size: 16px;
  color: rgb(117, 138, 136);
}
.boxed-list p {
  margin: 0;
}
.boxed-list .post-date {
  margin: 0;
  right: 30px;
  bottom: 30px;
  left: 30px;
  position: absolute;/*text-align: center;*/
  font-size: 13px;
  line-height: 1;/*font-family: $font5;*/
  color: rgba(117, 138, 136, 0.75);
  transition: .25s;
}
.boxed-list .post-date i {
  margin-right: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-size: 16px;
}
.boxed-list .more {
  opacity: 0;
  height: 40px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(to bottom, rgba(76, 192, 181, 0) 0%, rgba(76, 192, 181, 0.1) 100%);/*border: 1px solid $t;*//*border-top: 1px solid $border-color;*//*border-radius: 0 0 3px 3px;*/
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: .12em;
  color: rgb(23, 186, 170);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .25s;
}
.boxed-list .large {}
.device-no-touch .boxed-list a:hover .img img, .device-no-touch .boxed-list .item:hover .img img {
  margin-top: -15px;
}
.device-no-touch .boxed-list a:hover .content, .device-no-touch .boxed-list a:hover .post-date, .device-no-touch .boxed-list a:hover .date, .device-no-touch .boxed-list .item:hover .content, .device-no-touch .boxed-list .item:hover .post-date, .device-no-touch .boxed-list .item:hover .date {
  transform: translateY(-30px);
}
.device-no-touch .boxed-list a:hover .more, .device-no-touch .boxed-list .item:hover .more {
  opacity: 1;
}
.device-no-touch .boxed-list .large:hover .post-date {
  transform: translateY(0);
}
.boxed-list:not(.vendor-list) .img {
  padding: 61.68% 0 0;
}
.boxed-list:not(.vendor-list) .img img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.boxed-list:not(.vendor-list) .large {}
@media (min-width: 1024px) {
  .boxed-list:not(.vendor-list) .large .img {
    width: 50%;
    padding: 30.84% 0 0;
    margin-right: 0;
    float: left;
  }
}
@media (max-width: 1023px) {
  .boxed-list:not(.vendor-list) .large {}
}
@media (min-width: 1024px) {
  .boxed-list .large {
    width: 100%;
  }
  .boxed-list .large .content {
    width: 50%;
    min-height: 332px;/* tmp */
    padding: 38px 40px 30px;/*margin-left: 0;*/
    margin-bottom: 0;
    margin-top: -1px;
    float: left;
    border-width: 1px 0 0 1px;
    border-left-color: rgba(0, 0, 0, 0.15);/*border-radius: 0 3px 3px 0;*/
  }
  .boxed-list .large .wrap {
    max-height: 130px;
    position: relative;/*outline: 1px solid red;*/
  }
  .boxed-list .large .details {
    margin-top: 25px;
  }
  .boxed-list .large h1 {
    font-size: 28px;
  }
  .boxed-list .large .post-date {
    margin-top: 25px;
    left: 40px;
    bottom: 40px;
  }
  .boxed-list .large .more {
    left: 50%;
    left: calc(50% - 32px);
  }
}
@media (min-width: 1024px) {
  .device-no-touch .boxed-list .large:hover .img img {
    margin-top: 0;
    margin-left: -15px;
  }
  .device-no-touch .boxed-list .large:hover .content {
    transform: translateX(-30px);
  }
}
/*flex-flow: row wrap;*/
.boxed-list.vendor-list .item {/*position: static;*//*background: none;*//*border: none;*//*border-radius: 0;*/
}
/*display: flex;*/
.boxed-list.vendor-list article {/*width: 50%;*//*width: calc((100% - 30px * 3) / 3);*//*margin: 0 15px 30px;*//*padding: 0;*//*position: relative;*//*background: #fff;*//*border: 1px solid $border-color;*//*border-radius: 3px;*/
}
.boxed-list.vendor-list .img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 170px;/*border: none;*/
}
/*text-align: center;*/
.boxed-list.vendor-list .img img {/*size: auto;*//*object-fit: none;*/
}
/*padding-left: 30px;*/
.boxed-list.vendor-list .img img {
  border-radius: 0;
}
.boxed-list.vendor-list .img:after {
  display: none;
}
.boxed-list.vendor-list .content {
  padding-top: 0;
  max-height: none;
}
.boxed-list.vendor-list .details p:first-child strong {/*font-weight: 600;*/
  color: inherit;
}
.boxed-list.vendor-list .details a {
  display: inline;
  background: none;
  border: none;
}
.boxed-list.vendor-list .more-info {
  margin-top: 20px;
}
.boxed-list.vendor-list .more-info strong {
  display: block;
}
.boxed-list.vendor-list .more {/*.icon-link {
        margin-right: 8px;
        top: 1px;
        font-size: 1.25em;
      }*//*.icon-facebook {
        top: -2px;
      }*/
}
.boxed-list.vendor-list .more a {
  display: block;
  width: 50%;
  float: left;
  background: none;
  border: none;
}
.boxed-list.vendor-list .more a:hover {
  color: rgb(17, 141, 128);
}
.boxed-list.vendor-list .more .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  margin-right: 8px;
}
.boxed-list.vendor-list .more .icon-facebook {
  width: 13px;
  height: 13px;
}
.boxed-list.vendor-list .item:hover .img img {
  transform: translateY(-15px);
}
.boxed-list.vendor-list .item:hover .content {
  transform: translateY(-30px);
}
.boxed-list.vendor-list .item:hover .more {
  opacity: 1;
}
.boxed-list.event-list .content {
  margin-bottom: 22px;
}
@media (max-width: 1119px) {
  .boxed-list .large {}
}
@media (max-width: 1023px) {
  .boxed-list > a, .boxed-list .item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (10px - 10px * 1/2));
  }
  .boxed-list > a:nth-child(1n), .boxed-list .item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .boxed-list > a:last-child, .boxed-list .item:last-child {
    margin-right: 0;
  }
  .boxed-list > a:nth-child(2n), .boxed-list .item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
  .boxed-list .large {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
  }
  .boxed-list .large:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .boxed-list .large:last-child {
    margin-right: 0;
  }
  .boxed-list .large:nth-child(undefinedn) {
    margin-right: 0;
    margin-left: auto;
  }
  .boxed-list .large .post-date {
    bottom: 20px;
  }
  .boxed-list .large .content {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .boxed-list .wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .boxed-list > a, .boxed-list .item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
  }
  .boxed-list > a:nth-child(1n), .boxed-list .item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .boxed-list > a:last-child, .boxed-list .item:last-child {
    margin-right: 0;
  }
  .boxed-list > a:nth-child(undefinedn), .boxed-list .item:nth-child(undefinedn) {
    margin-right: 0;
    margin-left: auto;
  }
  .boxed-list .content {
    padding: 20px 20px 10px;
  }
  .boxed-list h1 {
    font-size: 19px;
  }
  .boxed-list .post-date {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 1119px) and (min-width: 1024px) {
  .boxed-list .large .content {
    min-height: calc((100vw - 40px) / 2 / 1.618 - 1px);
  }
  .boxed-list .large .wrap {
    max-height: 110px;
  }
}
.vegeguze-list h1 {
  margin-bottom: 60px;
  //color: #4cc0b5;
  //text-decoration: underline;
  letter-spacing: 2px;
}
.vegeguze-list h3 {
  font-size: 1.17em;
}
.vegeguze-list a:hover h3 {
  color: rgb(23, 186, 170);
}
.vegeguze-list .alternating-rows {
  margin-bottom: 80px;
}
.vegeguze-list .img {
  display: inline-block;
  float: left;
  width: 45%;
}
.vegeguze-list .content {
  display: inline-block;
  float: right;
  padding-left: 2%;
  padding-top: 10px;
  width: 53%;
}
.vegeguze-list .alternating-rows-odd .img {
  float: right;
  padding-left: 2%;
}
.vegeguze-list .alternating-rows-odd .content {
  float: left;
  padding-left: 0;
}
.media-download {
  margin-top: 55px;
}
.media-download ul:after {
  content: '';
  display: table;
  clear: both;
}
.media-download ul {
  margin: 0 -20px;
}
.media-download li {
  width: 33.33%;
  margin: 0 0 20px;
  padding: 0 20px;
  float: left;
}
.media-download li:nth-child(3n+1) {
  clear: both;
}
.media-download li:nth-child(n+4) .img {
  min-height: 90px;
}
.media-download a {
  display: block;
  padding: 20px 0;
  position: relative;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: rgb(117, 138, 136);
}
.media-download a:before, .media-download a:after {
  content: "Pobierz";
  display: block;
  opacity: 0;
  right: 0;
  bottom: 42px;
  left: 0;
  position: absolute;
  transition: .15s;
}
.media-download a:after {
  content: "\e688";
  bottom: 10px;
  font-size: 22px;
  font-family: Pe-icon-7-stroke;
  color: rgb(23, 186, 170);
}
.media-download .img {
  min-height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.media-download p {
  margin: 0;
  transition: .15s;
}
.media-download p strong {
  font-weight: 600;
  display: block;
  color: inherit;
}
.media-download a:hover {
  background: #f3f6f6;
  color: rgb(117, 138, 136);
}
.media-download a:hover p {
  opacity: 0;
}
.media-download a:hover:before, .media-download a:hover:after {
  opacity: 1;
}
.bottom-bar {
  height: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  background: #fff;
  background: linear-gradient(110deg, rgb(217, 249, 245), rgb(253, 217, 230));/*border-top: 1px solid $t;*//*box-shadow: 0 -10px 30px color($footer-bg a(.05));*/
  line-height: 76px;
  text-align: center;
  transform: translateY(100%);
  transition: bottom .25s;
}
.bottom-bar img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.bottom-bar p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.bottom-bar p small {
  margin-left: 5px;
  font-weight: 500;
  font-size: 18px;
}
.bottom-bar p strong {
  font-family: Arial, sans-serif;
  color: #f30056;
}
.bottom-bar .button {
  vertical-align: middle;
  margin-left: 70px;
  background: #f30056;
  border-color: transparent;/*position: absolute;*//*right: 30px;*//*top: center;*/
}
.bottom-bar .button:hover {
  background: rgb(219, 0, 77);
  border-color: transparent;
}
.bottom-bar.pinned {
  bottom: -80px;
}
@media (max-width: 1023px) {
  .bottom-bar p {
    font-size: 17px;
  }
  .bottom-bar p small {
    font-size: 15px;
  }
  .bottom-bar .button {
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .bottom-bar {
    height: 50px;
    padding: 8px 0 0;
    padding-left: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .bottom-bar img {
    display: none;
  }
  .bottom-bar p {
    font-size: 12px;
  }
  .bottom-bar p small {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
  .bottom-bar .button {
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    font-size: 10px;
    line-height: 50px;
  }
  .bottom-bar.pinned {
    bottom: -50px;
  }
}
.popup-special--dzialamy {
  width: 640px;
  height: 215px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 51;
  background: #fff;
  background: linear-gradient(110deg, rgb(217, 249, 245), rgb(253, 217, 230));
  border: 1px solid #4cc0b5;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 50px rgba(12, 54, 50, 0.2);
  transform: translateY(300px);
}
.popup-special--dzialamy .content {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 50px 0;
}
.popup-special--dzialamy h1 {
  margin: 0;
  font-size: 30px;/*outline: 1px solid blue;*/
}
.popup-special--dzialamy .fox {
  width: 200px;
  top: 20px;
  right: 20px;
  position: absolute;
}
.popup-special--dzialamy .button {
  padding-right: 30px;
  padding-left: 30px;
  vertical-align: middle;/*background: #fff;*/
  background: rgb(23, 186, 170);
  color: #fff;
}
.popup-special--dzialamy .button:hover {
  background: rgb(20, 163, 149);
  border-color: rgb(20, 163, 149);
}
.popup-special--dzialamy .link-close {/*display: inline-block;*/
  margin: 0 0 0 20px;
  padding-right: 0;
  padding-left: 0;
  background: none;
  vertical-align: middle;
  color: rgb(23, 186, 170);
}
.popup-special--dzialamy .link-close:hover {
  background: none;
  border-color: transparent;
  color: rgb(17, 141, 128);
}
.popup-special--dzialamy .popup-close {
  display: none;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  border: 1px solid #4cc0b5;/*background: $t;*//*color: #fff;*/
}
.popup-special--dzialamy.tmore {
  height: 245px;
}
.popup-special--dzialamy.tmore .fox {
  top: 35px;
  right: 30px;
}
.popup-special--dzialamy.tmore2 {
  width: 760px;
  height: 250px;
}
.popup-special--dzialamy.tmore2 p {
  max-width: 490px;
}
.popup-special--dzialamy.tmore2 .fox {
  top: 35px;
  right: 30px;
}
.popup-special--dzialamy.tmore3 {
  width: 760px;
  height: 280px;
}
.popup-special--dzialamy.tmore3 p {
  max-width: 490px;
}
.popup-special--dzialamy.tmore3 .fox {
  top: 35px;
  right: 30px;
}
@media (max-width: 767px) {
  .popup-special--dzialamy {
    height: 165px;
  }
  .popup-special--dzialamy .content {
    padding: 25px 20px 0;
  }
  .popup-special--dzialamy h1 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .popup-special--dzialamy p {
    margin-bottom: 15px;
  }
  .popup-special--dzialamy .popup-close {
    right: 0;
  }
  .popup-special--dzialamy.tmore, .popup-special--dzialamy.tmore2 {
    height: 190px;
  }
  .popup-special--dzialamy.tmore3 {
    height: 210px;
  }
}
.popup-special--domek {
  width: 640px;
  height: 440px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 51;
  background: url(../images/content/popup-domek.jpg) center top / contain no-repeat #7f6e62;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translateY(490px);
}
.popup-special--domek .content {
  display: block;
  padding-top: 280px;
  text-align: center;
  color: #fff;
}
.popup-special--domek h1 {
  font-size: 24px;
  color: inherit;
  transform: rotate(-.5deg);
}
.popup-special--domek p {
  display: inline-block;
  padding: 5px 10px;
  font-size: 17px;
  background: #4cc0b5;
  transform: rotate(-.5deg);
}
.popup-special--domek .cta {
  top: 205px;
  left: 218px;
  position: absolute;
  color: rgb(23, 186, 170);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  letter-spacing: .12em;
  transform: rotate(-.5deg);
}
.popup-special--domek .popup-close {
  position: absolute;
  top: -6px;
  right: -6px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-special--domek {
    display: none;
  }
}
body.popup-visible {
  overflow: hidden;
}
.popup, .popup-overlay {
  visibility: hidden;
  opacity: 0;
  transition: .35s;
}
.popup.visible, .popup-overlay.visible {
  visibility: visible;
  opacity: 1;
}
.popup-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 50;/*background: radial-gradient(color($t l(-45%) s(+90%)), color($t l(-35%) s(+90%)), color($t l(+10%) s(-10%)), color($t l(-25%) s(+20%)));*//*background-size: 250%;*/
  background: linear-gradient(45deg, rgb(0, 66, 60), rgb(207, 242, 239));/*background: linear-gradient(45deg, color($t l(-40%) s(+0%)), color($t l(+35%) s(-10%)));*//*background: color($t l(-30%) s(-20%));*//*background: $light-t;*/
}
.popup-overlay:before {
  content: "";
  opacity: .02;/*opacity: 0;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../images/content/farm-animals.jpg) no-repeat center center;
  background-size: cover;
}
.popup-overlay.visible {
  opacity: 1;
}
.popup {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  overflow: auto;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 51;
}
.popup .select-control {
  width: 100%;
  text-align: center;
}
.popup .select-control .current-option {
  border: 1px solid #fff;
}
.popup .select-control .options {
  text-align: center;
}
.popup .select-control.selected .current-option {
  border: none;
}
@media (max-width: 767px) {
  .popup {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.popup-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  max-width: 800px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 20px;/*text-align: center;*/
}
@media (max-width: 767px) {
  .popup-wrap {
    padding: 0 10px;
  }
}
.popup-inner {
  width: 100%;
  margin: auto;
  padding: 50px 50px 20px;
  position: relative;
  background: #fff;
  border-radius: 3px;
}
/*box-shadow: 0 0 50px color($t l(-35%) a(.1));*/
.popup-inner > :last-child {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .popup-inner {
    padding: 30px 20px 10px;
  }
}
.popup-header {
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}
.popup-header h1 {/*text: 28px;*/
}
.popup-header .subtitle {
  margin-top: -30px;/*text: 22px;*/
  color: rgba(12, 54, 50, 0.5);
}
.popup-header h2 {
  margin-top: -30px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .popup-header {
    margin-bottom: 30px;
  }
  .popup-header h2 {
    font-size: 19px;
  }
}
.popup-content {
  position: relative;
  z-index: 1;
}
.popup-close {
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  position: fixed;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #4cc0b5;
  transition: .15s;
}
.popup-close .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.popup-close:hover {
  background: rgb(23, 186, 170);
  color: #fff;
}
.popup-close:active {
  transform: scale(.9);
}
#popup-newsletter .messages > div {
  display: none;
}
#popup-join .popup-content:after {
  content: '';
  display: table;
  clear: both;
}
#popup-join .parts {
  overflow: hidden;
}
#popup-join .part-1 {
  width: 65%;
  float: left;
}
#popup-join .part-2 {
  width: 35%;
  padding-left: 50px;
  float: left;
  text-align: center;
}
#popup-join .action {/*text-align: right;*/
}
@media (max-width: 767px) {
  #popup-join .part-1 {
    width: auto;
    float: none;
  }
  #popup-join .part-2 {
    display: none;
  }
}
#popup-resource-locked .popup-wrap {
  max-width: 600px;
}
#popup-resource-locked .messages > div {
  display: none;
}
#popup-resource-locked .download-ready {
  display: none;
  padding-top: 20px;
  border-top: 1px solid rgb(214, 220, 219);
}
.youtube-embed-wrap {
  max-width: 100%;
  margin-bottom: 15px;
}
.youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-tooltip-on-dark {
  background-color: rgba(255, 255, 255, 1);
  z-index: 10;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 2px;
}
.box-lightgray {
  padding: 70px 0 90px;
  background: #f3f6f6;
  border: solid rgb(214, 220, 219);
  border-width: 1px 0;
}
div + .box-lightgray {
  margin-top: 50px;
}
.box-lightgray + div {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .box-lightgray {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.box-stats {
  padding: 40px 40px;
  background: rgba(76, 192, 181, 0.1);/*border: 1px solid $border-color;*/
  text-align: center;
  color: rgb(117, 138, 136);
}
.box-stats p {
  margin: 0;
  line-height: 1;
}
.box-stats .number {
  display: block;
  margin: 10px 0 25px;
  font-size: 70px;
  font-weight: 200;
  line-height: 1;
  color: #4cc0b5;
}
.box-stats a {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  position: relative;
  top: -2px;
  border: 1px solid rgba(117, 138, 136, 0.35);
  border-radius: 2px;
  font-weight: 500;
  font-size: .65em;
  text-decoration: none;
}
.box-stats a:hover {
  border-color: rgba(117, 138, 136, 0.7);
  color: rgb(49, 58, 57);
}
@media (max-width: 1023px) {
  .box-stats .number {
    font-size: 50px;
  }
}
.text-boxed {
  border: 3px solid rgb(23, 186, 170);
  border-radius: 5px;
  padding: 4px 7px;
}
.text-highlighted {
  color: rgb(23, 186, 170);
}
.big-quote {
  text-align: center;
}
.big-quote > p {
  max-width: 75%;
  margin: 0 auto;
  font-style: italic;/*font-weight: 300;*/
  font-size: 32px;
}
.big-quote > p strong {
  font-weight: 700;
  color: rgb(23, 186, 170);
}
.big-quote footer {
  margin: 12px 0 0;
  font-size: 16px;
  color: rgb(117, 138, 136);
}
.big-quote footer p {
  margin: 0;
}
@media (max-width: 1023px) {
  .big-quote > p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .big-quote > p {
    max-width: none;
    font-size: 20px;
  }
}
.heading-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 0 30px;
  border: 2px solid #4cc0b5;
  border-radius: 50%;
  font-weight: 300;
  font-size: 20px;
  line-height: 50px;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
  color: rgba(12, 54, 50, 0.5);
  color: #4cc0b5;
}
.content-section + .section-quote {
  margin-top: 0;
}
.section-quote .quote {
  margin-top: 0;
  margin-bottom: 10px;
}
.semi-footer {
  margin-top: 100px;
  margin-bottom: -110px;
}
.box-lightgray + .semi-footer {
  margin-top: -1px;
}
.box-lightgray + .semi-footer .newsletter-box {
  background: #f3f6f6;/*border-top-color: $light-t;*/
}
.section-quote + .semi-footer {
  margin-top: -50px;
}
.newsletter-box {
  padding: 80px 0;
}
.newsletter-box .container:after {
  content: '';
  display: table;
  clear: both;
}
.newsletter-box .text {
  width: 45%;
  float: left;
}
.newsletter-box h1 {
  margin-bottom: 20px;/*font-weight: 600;*/
  font-size: 25px;
}
.newsletter-box h1 span {
  display: block;
  font-weight: 500;
}
.newsletter-box p {
  margin: 0;
}
.newsletter-box p strong {
  padding: 0 3px;
  border-radius: 2px;
  font-weight: inherit;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
  font-family: monospace;/*background: $light-t;*//*border: 1px solid $border-color;*//*font-size: 15px;*//*color: #fff;*/
  color: rgb(94, 110, 109);
}
.newsletter-box form {
  width: 55%;
  margin: 67px 0 0;
  float: left;
  position: relative;
  font-size: 0;
}
.newsletter-box .form-control {
  display: inline-block;
  width: 50%;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid rgb(214, 220, 219);
  transition: border .1s, width .35s;
}
.newsletter-box .form-control:focus {
  position: relative;
  border-color: rgb(23, 186, 170);
}
.newsletter-box .form-control:first-of-type {
  width: calc(40% + 1px);
  margin-right: -1px;
  border-radius: 2px 0 0 2px;
}
.newsletter-box .form-control:last-of-type {
  width: 60%;
  border-radius: 0 2px 2px 0;
}
.newsletter-box .button {
  position: absolute;
  top: 4px;
  right: 5px;/*background: $t2;*//*color: #fff;*/
}
.newsletter-box.email-expanded .form-control {}
.newsletter-box.email-expanded .form-control:first-of-type {
  width: 25%;
}
.newsletter-box.email-expanded .form-control:last-of-type {
  width: 75%;
}
.feature-list i {
  display: block;
  margin: 0 0 45px;
  font-size: 100px;
  color: rgb(117, 138, 136);
  color: rgba(12, 54, 50, 0.3);
}
.section-newsletter {
  margin-top: 90px;
  padding-bottom: 100px;
  position: relative;
  background: rgb(12, 54, 50);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-newsletter .content-medium {
  max-width: 600px;
}
.section-newsletter h1 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 30px;
}
.section-newsletter .subtitle {
  color: rgb(255, 255, 255);
  font-weight: 400;
}
.section-newsletter .newsletter-box {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
  padding: 0;
}
.section-newsletter .newsletter-box form {
  width: 100%;
  margin: 0;
}
.section-newsletter .newsletter-box .form-control {
  width: 50%;
  background: rgba(76, 192, 181, 0.1);/*border-color: #fff;*/
  border-color: rgba(76, 192, 181, 0.5);
  font-weight: 600;
  color: #fff;
}
.section-newsletter .newsletter-box .form-control:first-of-type {
  width: calc((100% - 170px) / 2);
  border-right-color: transparent;
}
.section-newsletter .newsletter-box .form-control:last-of-type {
  width: calc((100% - 170px) / 2 + 170px);
}
.section-newsletter .newsletter-box .form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  background-color: 400;
}
.section-newsletter .newsletter-box .form-control::placeholder {
  font-weight: 400;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  background-color: 400;
}
.section-newsletter .newsletter-box .form-control:focus {
  border-color: #fff;
  background: rgba(76, 192, 181, 0.35);
}
.section-newsletter .newsletter-box .form-control:focus:-ms-input-placeholder {
  opacity: .8;
}
.section-newsletter .newsletter-box .form-control:focus::placeholder {
  opacity: .8;
}
.section-newsletter .newsletter-box .form-control.parsley-error {
  border-color: #f00;
}
.section-newsletter .newsletter-box .button {
  height: 48px;
  top: 0;
  right: 0;
  position: absolute;
  background: #fff;
  border-radius: 0 2px 2px 0;
  border-color: transparent;
  color: rgb(23, 186, 170);
  line-height: 48px;
}
.section-newsletter .newsletter-box .button:hover {
  background: #4cc0b5;
  color: #fff;
}
.section-blog + .section-newsletter {
  margin-top: 0;
}
.box-lightgray + .section-newsletter {
  margin-top: -1px;
}
.content-section.w-bg.light.section-quote + .section-newsletter {
  margin-top: -60px;
}
.section-newsletter:before {
  content: "";
  opacity: .07;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: center center / cover no-repeat;
}
@media (max-width: 1023px) {
  .section-newsletter {
    margin-top: 50px;
    padding-bottom: 85px;
  }
  .content-section.w-bg.light.section-quote + .section-newsletter {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-newsletter {/*margin-top: 55px;*/
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .section-newsletter h1 {
    font-size: 22px;
  }
  .section-newsletter .newsletter-box .form-control {}
  .section-newsletter .newsletter-box .form-control:first-of-type, .section-newsletter .newsletter-box .form-control:last-of-type {
    width: 50%;
  }
  .section-newsletter .newsletter-box .button {
    width: 100%;
    margin-top: 10px;
    position: static;
    border-radius: 2px;
  }
}
.section-popup-newsletter {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 310px;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  font-size: 17px;
  box-shadow: 1px 0 24px -5px rgba(53, 128, 118, 0.3);
  z-index: 10;
}
.section-popup-newsletter p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}
.section-popup-newsletter input, .section-popup-newsletter button {
  width: 100%;
}
.section-popup-newsletter input {
  border: 1px solid rgba(82, 126, 120, 0.1);
  font-size: 16px;
  padding-left: 12px;
}
.section-popup-newsletter input:-ms-input-placeholder {
  color: #000;
}
.section-popup-newsletter input::placeholder {
  color: #000;
}
.section-popup-newsletter button {
  margin-top: 5px;
  font-size: 14px;
}
.section-popup-newsletter .close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #000;
  opacity: 0.35;
  cursor: pointer;
  border-bottom: 0;
  transition: opacity 0.5s;
  font-size: 40px;
  line-height: 23px;
}
.section-popup-newsletter .close:hover {
  opacity: 0.75;
}
.progress-circle {
  width: 170px;
  height: 170px;/*overflow: hidden;*/
  margin: 0 auto;
  position: relative;
  background: #fff;
  border: 1px solid rgb(214, 220, 219);
  border-radius: 50%;
}
.progress-circle .shape {
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.progress-circle .shape svg {
  width: 90px;
  height: 90px;
  bottom: 35px;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);/*filter: grayscale(1);*/
  fill: currentColor;
}
.progress-circle .shape-1 {
  opacity: .35;
  color: rgb(214, 220, 219);
}
.progress-circle .shape-2 {
  display: none;
  height: 36%;
  overflow: hidden;/*background: color($t a(.09));*//*border: 1px 0 0 solid $border-color;*/
  color: #4cc0b5;
}
.progress-circle .border {/*opacity: .8;*/
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  position: absolute;
}
.progress-label {
  margin: 28px 0 0;
  text-align: center;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
  color: rgba(12, 54, 50, 0.4);
  font-size: 17px;
}
.membership-form .form {
  display: none;
}
.membership-form .form.active {
  display: block;
}
.side-box {
  padding: 30px 30px 1px;/*background: color($t a(.1));*/
  background: #fff;
  border: 1px solid rgb(214, 220, 219);
  border-radius: 3px;
}
.side-box + .side-box {
  margin-top: 20px;
}
.nav-pages:after {
  content: '';
  display: table;
  clear: both;
}
.nav-pages {
  margin-top: 30px;
  margin-bottom: 10px;
}
.nav-pages .prev {
  float: left;
}
.nav-pages .next {
  float: right;
}
@media (max-width: 767px) {
  .nav-pages .prev {
    display: none;
  }
}
.section-popup-crowdfunding__wrapper {
  display: none;
}
.section-popup-crowdfunding__bg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(150, 150, 150, 0.8);
  z-index: 100;
}
.section-popup-crowdfunding__bg-wrapper a {
  border-bottom: 0;
}
.section-popup-crowdfunding__bg-wrapper .section-popup-crowdfunding {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-popup-crowdfunding__bg-wrapper .section-popup-crowdfunding .close {
  position: absolute;
  right: 12px;
  top: 7px;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  font-size: 40px;
  line-height: 25px;
}
.section-popup-crowdfunding__bg-wrapper .section-popup-crowdfunding .close:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .section-popup-crowdfunding__bg-wrapper .section-popup-crowdfunding {
    top: 30%;
    left: 30%;
    transform: translate(-20%, -20%);
  }
}
@media (max-width: 499px) {
  .section-popup-crowdfunding__bg-wrapper .section-popup-crowdfunding {
    top: 10%;
    left: 10%;
    transform: translate(-5%, 0%);
  }
}
.message-warning {
  padding: 20px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.section-no-mt {
  margin-top: 0;
}
.page-header {
  padding: 40px 0 20px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  transition: .35s;
  transition-property: background, box-shadow, transform;
  background-color: #fff;
}
.page-header .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.page-header h1 {
  display: inline;
  margin: 0;
}
.page-header h1 a {
  display: block;
  width: 80px;
  height: 38px;
  position: absolute;
  bottom: -3px;
  left: 30px;
  z-index: 5;
  border: none;
}
.page-header h1 a:after {
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../images/logo_200_w.png) no-repeat;
  background-size: 80px 38px;
}
.en .page-header h1 a:after {
  background-image: url(../images/logo-opencages-light.svg);
}
.page-header .logo {
  display: block;
}
.page-header .donation {
  display: inline-block;
  height: 30px;
  margin: 0 0 0 12px;
  padding: 0 12px;
  background: rgba(102, 169, 162, 0.09);/*background: color($t s(-0%) a(.12));*/
  border-radius: 2px;
  color: rgb(28, 105, 97);
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
}
.page-header .donation .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  color: rgb(23, 186, 170);
  top: -1px;
  position: relative;
  transition: .15s;
}
.page-header .donation:hover {
  background: rgb(23, 186, 170);
  color: #fff;
}
.page-header .donation:hover .icon {
  color: #fff;
}
.page-header .donation.highlighted {
  background: rgb(240, 129, 81);
  color: #fff;
}
.page-header .donation.highlighted .icon {
  color: #fff;
}
.page-header .donation.highlighted:hover {/*background: color($t2 l(-3%));*/
  background: rgb(248, 101, 37);
}
.page-header:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  transition: background .35s;
}
.page-header.on-dark {}
.page-header.on-dark:not(.menu-visible):not(.fixed) h1 a:after {
  //visibility: visible;
}
.page-header.on-dark:not(.menu-visible):not(.fixed) .logo {
  //visibility: hidden;
}
.page-header.on-dark:not(.menu-visible):not(.fixed) .main-nav a {
  //color: #fff;
}
.page-header.on-dark:not(.menu-visible):not(.fixed) a.donation {
  background: rgba(114, 157, 152, 0.2);
}
.page-header.on-dark:not(.menu-visible):not(.fixed) a.donation:hover {
  background: rgb(23, 186, 170);
}
.page-header.on-dark.fixed .donation {
  background: rgba(102, 169, 162, 0.09);
  color: rgb(28, 105, 97);
}
.page-header.on-dark.fixed .donation:hover {
  background: rgb(23, 186, 170);
  color: #fff;
}
.page-header:hover .sub-nav a {
  color: #000;
}
.page-header:hover .sub-nav a:hover {
  color: rgb(23, 186, 170);
}
.page-header.fixed {
  position: fixed;
  padding-top: 20px;/*box-shadow: 0 1px 0 color(#000 a(.17));*/
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
}
.page-header.fixed h1 a:after {
  visibility: hidden;
}
.page-header.fixed .logo {
  visibility: visible;
}
.page-header.fixed .main-nav li a {
  color: #000;
}
.page-header.fixed .main-nav li.jeden-procent a {
  color: #ed8133;
}
.page-header.fixed .main-nav li.jeden-procent a:hover {
  color: rgb(230, 107, 20);
}
.page-header.fixed .sub-nav {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
}
.page-header.fixed .sub-nav.hidden {
  box-shadow: none;
  transition: opacity .35s, transform .35s, background .35s, box-shadow .35s .25s;
}
.page-header.fixed:before {
  background: rgba(255, 255, 255, 0.97);
}
.page-header.unpinned {
  transform: translateY(-101%);
}
.page-header.unpinned + .donation-fixed {
  visibility: visible;
  opacity: 1;
}
.page-header.scrolled-top .sub-nav {
  opacity: 1;
  transform: none;
}
.page-header.scrolled-top .sub-nav.hidden {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
  transition: .35s;
}
@media (max-width: 1023px) {
  .page-header h1 a {
    width: 60px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .page-header h1 a:after {
    background-size: 60px 29px;
  }
  .page-header, .page-header.fixed {
    height: 60px;
    padding: 0;
    position: fixed;/*box-shadow: 0 1px 0 color(#000 a(.17));*//*box-shadow: 0 1px 0 color(#000 a(.13));*/
  }
  .page-header:before, .page-header.fixed:before {/*background: color(#fff a(.97));*/
  }
  .page-header.fixed {}
}
@media (max-width: 767px) {
  .page-header h1 a {/*width: 54px;*//*height: 24px;*/
  }
  .page-header, .page-header.fixed {
    height: 50px;
  }
}
.donation-fixed {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  height: 30px;
  margin: 0 0 0 12px;
  padding: 0 12px;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9;
  background: rgba(255, 255, 255, 0.85);
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 0 0 2px 2px;
  color: rgb(28, 105, 97);
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
}
.donation-fixed .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  color: rgb(23, 186, 170);
  top: -1px;
  position: relative;
  transition: .15s;
}
.donation-fixed:hover {
  background: rgb(23, 186, 170);
  border-color: transparent;
  color: #fff;
}
.donation-fixed:hover .icon {
  color: #fff;
}
@media (max-width: 1023px) {
  .donation-fixed {
    display: none;
  }
}
.main-nav {
  text-align: right;
}
.main-nav ul {
  display: inline-block;
  margin: 0;
  font-size: 0;
  line-height: 1;
}
.main-nav li {
  display: inline;
}
.main-nav li a {
  display: inline-block;
  padding: 10px 12px;
  position: relative;/*text-transform: uppercase;*/
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;/*letter-spacing: .05em;*/
  color: #000;
  transition: color .15s, padding .5s;
}
.main-nav li a:before {
  right: 50%;
  bottom: 3px;
  left: 50%;
  height: 2px;
  background: #4cc0b5;
  transition: .25s;
}
.main-nav li a:hover {
  color: rgb(23, 186, 170);
}
.main-nav .active a, .main-nav li a:hover {}
.main-nav .active a:before, .main-nav li a:hover:before {
  right: 12px;
  left: 12px;
}
.main-nav .jeden-procent {
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.main-nav .jeden-procent a {
  display: inline-block;
  padding: 0;
  position: relative;
  top: -3px;
  vertical-align: middle;
  font-size: 0;
  color: #ed8133;
}
.main-nav .jeden-procent a:before {
  display: none;
}
.main-nav .jeden-procent a:hover {
  color: rgb(230, 107, 20);
}
.main-nav .jeden-procent .icon {
  width: 30px;
  height: 20px;
}
.main-nav .language a {
  opacity: .4;
  font-weight: 400;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
  font-size: 13px;
}
.main-nav .language a:before {
  display: none;
}
.main-nav .language a:hover {
  opacity: .7;
}
@media (max-width: 1023px) {
  .main-nav {
    display: none;
    padding: 15px 0 27px;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.13), 0 3px 70px rgba(0, 0, 0, 0.15);
    text-align: center;
  }
  .main-nav li {
    display: block;
  }
  .main-nav .donation {
    margin-top: 15px;
  }
  .menu-switcher.active + .main-nav {/*visibility: visible;*//*opacity: 1;*/
  }
  .main-nav .jeden-procent {
    margin-left: 0;
    margin-top: 10px;
  }
}
.sub-nav {
  height: 44px;
  padding: 0 0 30px;
  position: absolute;
  right: 0;
  bottom: -44px;
  left: 0;/*border-top: 1px solid color(#000 a(.17));*/
  line-height: 1;
  text-align: right;
  transition: .35s;
}
.sub-nav ul {
  margin: 0 -12px;
  font-size: 0;
}
.sub-nav ul li {
  display: inline;
}
.sub-nav ul a {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  color: rgb(153, 153, 153);
}
.sub-nav ul li + li a {
  border-left: 1px solid rgb(214, 220, 219);
}
.sub-nav.hidden {/*opacity: 0;*/
  transform: translateY(-44px);
}
.menu-switcher {
  top: 10px;
  right: 20px;
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  color: #000;
}
.menu-switcher .icon {
  width: 20px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  transition: .15s;
}
.menu-switcher .icon-x {
  opacity: 0;
}
.on-dark .menu-switcher {
  color: #fff;
}
.on-dark .menu-switcher.active {
  color: #000;
}
.fixed .menu-switcher {
  color: #000;
}
.menu-switcher.active .icon-hamburger {
  opacity: 0;
}
.menu-switcher.active .icon-x {
  opacity: 1;
}
@media (min-width: 1024px) {
  .menu-switcher {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-switcher {
    top: 5px;
  }
}
.page-footer {
  padding: 80px 0 70px;
  position: relative;
  background: #fff;
  color: rgb(109, 134, 132);
  z-index: 0;
}
.page-footer a {
  text-decoration: none;
}
.page-footer .container {/*max-width: $postContainer-width;*/
  position: relative;
}
.page-footer .logo {/*opacity: .5;*/
  width: 30px;
  position: absolute;
  top: 7px;
  left: 20px;
}
.page-footer p, .page-footer ul {
  margin: 0;
}
.page-footer .contact-info {
  margin: 0 0 0 50px;
  font-size: 12px;
  color: inherit;
  display: inline-block;
}
.page-footer .contact-info .button {
  height: 24px;
  padding: 0 12px;
  margin-top: 12px;
  margin-left: -12px;/*background: $t;*/
  background: rgba(255, 255, 255, 0.1);
  border-width: 0;
  border-radius: 2px;
  font-size: 10px;
  line-height: 24px;/*color: $footer-bg;*/
  color: inherit;
}
.page-footer .contact-info .button:hover {
  background: #4cc0b5;
  color: #fff;
}
.page-footer .social-media {
  font-size: 0;
  color: inherit;
}
.page-footer .social-media .links {
  position: relative;
  top: -3px;
  font-size: 0;
}
.page-footer .social-media a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 20px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;/*outline: 1px solid red;*/
  color: rgba(12, 54, 50, 0.5);
}
.page-footer .social-media a:first-of-type {
  margin: 0;
}
.page-footer .social-media a:before {
  width: 100%;
  height: 100%;
  background: #4cc0b5;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .1s;
}
.page-footer .social-media a:hover .icon {
  fill: #fff;
}
.page-footer .social-media a:hover:before {
  transform: scale(1);
}
.page-footer .social-media .icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.page-footer .social-media .icon-instagram {
  width: 14px;
  height: 14px;
}
.page-footer .nav ul {
  margin: 0;
  font-size: 0;
}
.page-footer .nav li {
  display: inline-block;
  margin-right: 20px;
}
.page-footer .nav li:last-of-type {
  margin-right: 0;
}
.page-footer .nav a {
  display: inline-block;
  padding: 5px 0;
  font-size: 12px;
  color: inherit;
}
.page-footer .nav a:hover {
  color: #4cc0b5;
}
.page-footer .like-btn {
  opacity: .85;/*filter: grayscale(.8);*/
  transition: .15s;
}
.page-footer .like-btn:hover {
  filter: none;
  opacity: 1;
}
.page-footer .page-footer-left, .page-footer .page-footer-right {
  display: inline-block;
}
.page-footer .page-footer-right {
  float: right;
  text-align: right;
}
.page-footer .page-footer-right .like-btn, .page-footer .page-footer-right .social-media {
  display: inline-block;
}
.page-footer .page-footer-right .like-btn {
  position: relative;
  top: 7px;
  right: 18px;
}
@media (max-width: 1023px) {
  .page-footer {
    padding-top: 80px;
    padding-bottom: 75px;
    text-align: center;
  }
  .page-footer .logo {
    width: 20px;
    position: static;
  }
  .page-footer .contact-info {
    margin: 20px 0 30px;
  }
  .page-footer .contact-info .button {
    width: auto;
  }
  .page-footer .social-media {
    position: static;
  }
  .page-footer .social-media a {}
  .page-footer .social-media a:first-child {
    margin-left: 0;
  }
  .page-footer .nav {
    margin: 10px 0 20px;
    position: static;
  }
  .page-footer .like-btn {
    position: static;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-footer {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .page-footer .page-footer-left, .page-footer .page-footer-right {
    display: block;
    float: none;
    text-align: center;
  }
  .page-footer .logo {
    width: 30px;
    position: static;
    display: block;
    margin: 0 auto;
    transform: translateX(-6px);
  }
  .page-footer .contact-info {
    display: inline-block;
    margin-bottom: 20px;
  }
  .page-footer .contact-info .button {
    margin-top: 5px;
  }
}
.blog-post-disabled {
  opacity: 0.2;
}
.blog-post-disabled:hover {
  opacity: 0.5;
}
.blog-post .container {
  position: relative;
}
.post-container {
  max-width: 720px;
  margin: 0 auto;
}
.post-content h2 {
  margin: 65px 0 10px;
  font-weight: 600;
  font-size: 27px;
}
.post-content h2 + ol.numbers {
  margin-top: 30px;
}
.post-content .size-large + h2, .post-content .size-full + h2 {
  margin-top: 90px;
}
.post-content img.alignleft + h2 {
  margin-top: 0;
}
.post-content iframe {
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .post-content h2 {
    margin-top: 45px;
    font-size: 21px;
  }
  .post-content .size-large + h2, .post-content .size-full + h2 {
    margin-top: 40px;
    margin-top: 40px;
  }
}
.post-title {
  margin: 0 0 55px;
  font-size: 42px;/*line-height: 1.3;*/
}
@media (max-width: 1023px) {
  .post-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .post-title {
    margin-bottom: 35px;
    font-size: 24px;
  }
}
.footnotes {
  margin-top: 60px;
  font-weight: 500;
  font-size: 13px;
  color: rgba(12, 54, 50, 0.5);
}
.footnotes a {
  border-color: rgba(180, 203, 199, 0.75);
}
.footnotes a:hover {
  border-color: rgb(23, 186, 170);
}
.post-share-compact {
  position: absolute;
  top: 10px;
  right: 5px;
}
.post-share-compact li {}
.post-share-compact a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 42px;
  color: rgba(12, 54, 50, 0.2);
}
.post-share-compact .icon {
  width: 16px;
  height: 16px;
}
.post-share-compact .icon-facebook {
  width: 18px;
  height: 18px;
}
.post-share-compact .facebook:hover {
  color: #3b5998;
}
.post-share-compact .twitter:hover {
  color: #4099ff;
}
@media (max-width: 1159px) {
  .post-share-compact {
    right: 25px;
  }
}
@media (max-width: 1023px) {
  .post-share-compact {
    display: none;
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(.8);
  }
  100% {
    transform: scale(1);
  }
}
.post-share {
  margin: 100px 0 30px;
  padding: 0 0 30px;
  position: relative;
  border-bottom: 1px solid rgba(214, 220, 219, 0.5);
}
/*text-align: center;*/
.post-share p {
  margin: 0;
}
.post-share .button {
  overflow: hidden;
  padding: 0 20px 0 50px;
  border-width: 1px;
  border-color: rgb(214, 220, 219);
  border-color: rgba(59, 89, 152, 0.5);
  font-size: 11px;
  line-height: 40px;/*color: #999;*/
  color: rgba(59, 89, 152, 0.7);
}
.post-share .button i {
  position: absolute;
  top: 10px;
  left: 18px;
  font-size: 16px;
  color: rgba(59, 89, 152, 0.7);
  transition: .25s;
}
.post-share .button .icon {
  width: 16px;
  height: 16px;
  top: 10px;
  left: 18px;
  position: absolute;
  transition: .25s;
}
.post-share .button .icon-heart {
  top: 12px;
  fill: rgb(23, 186, 170);
  transform: translateY(40px);
}
.post-share .button .icon-heart use {
  transform-origin: 50% 50%;
  animation: beat 1s ease 0s infinite normal;
}
.post-share .button:hover {
  background: rgba(59, 89, 152, 0.03);
  border-color: rgba(59, 89, 152, 0.6);
  color: rgba(59, 89, 152, 0.8);
}
.post-share .button:hover .icon-facebook {
  transform: translateY(-40px);
}
.post-share .button:hover .icon-heart {
  transform: translateY(0);
}
.post-share .twitter {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  color: rgba(12, 54, 50, 0.2);
}
.post-share .twitter .icon {
  width: 16px;
  height: 16px;
}
.post-share .twitter:hover {
  color: #4099ff;
}
@media (max-width: 767px) {
  .post-share {
    margin: 50px 0 30px;/*padding: 0 0 20px;*/
  }
}
.post-meta {
  font-size: 16px;
}
.post-meta .author {
  margin: 0 0 6px;
  padding: 0 0 0 107px;
  position: relative;
}
.post-meta .author img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
.post-meta .author h2 {
  margin: 0 0 3px;
  font-weight: 600;
  font-size: 18px;
}
.post-meta .author p {
  margin: 0;
}
.post-meta .publishing-details {
  font-size: 13px;
  color: rgb(117, 138, 136);
  color: rgba(12, 54, 50, 0.5);
}
.post-meta .publishing-details p {
  display: inline;
}
.post-meta .publishing-details ul {
  display: inline;
}
.post-meta .publishing-details li {
  display: inline-block;
}
.post-meta .publishing-details a {
  border-color: rgba(180, 203, 199, 0.75);
  pointer-events: none;
}
.post-meta .publishing-details a:hover {
  border-color: rgb(23, 186, 170);
}
.post-meta .author + .publishing-details {
  padding-left: 107px;
}
@media (max-width: 767px) {
  .post-meta {
    font-size: 14px;
  }
  .post-meta .author {
    padding-left: 0;
  }
  .post-meta .author img {
    display: block;
    margin: 0 auto 20px;
    position: static;
  }
  .post-meta .author + .publishing-details {
    margin-top: 10px;
    padding-left: 0;
  }
}
.other-articles {
  margin: 90px 0;
  padding: 50px 0;
  position: relative;
  border: solid rgba(214, 220, 219, 0.5);
  border-width: 1px 0;
}
/*border: 1px solid $border-color;*/
.other-articles .items:after {
  content: '';
  display: table;
  clear: both;
}
.other-articles .item {
  width: 50%;
  float: left;
}
.other-articles .item:nth-child(odd) {/*text-align: right;*/
}
.other-articles .item:nth-child(even) {/*border-left: 1px solid $border-color;*/
  text-align: right;
}
.other-articles p {/*display: inline-block;*/
  margin: 0 0 5px;
  font-size: 13px;
  color: rgba(12, 54, 50, 0.5);
}
.other-articles p i {
  font-size: 22px;
  vertical-align: middle;
}
.other-articles h2 {
  display: inline-block;
  max-width: 270px;
  margin: 0;
  font-size: 22px;
}
.other-articles a {
  padding: 3px 0;
}
.other-articles:before {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  background: rgba(214, 220, 219, 0.5);
}
@media (max-width: 767px) {
  .other-articles {
    margin: 40px 0;
    padding: 40px 0 30px;
  }
  .other-articles .item {
    width: 100%;
    float: none;
  }/*border: none;*/
  .other-articles .item + .item {
    margin-top: 20px;
  }
  .other-articles .item:nth-child(even) {
    display: none;/*text-align: left;*/
  }
  .other-articles h2 {
    font-size: 19px;
  }
  .other-articles:before {
    display: none;
  }
}
.post-comments {
  margin: 90px -8px 0;
}
@media (max-width: 767px) {
  .post-comments {
    margin-top: 50px;
  }
}
.post-content blockquote {
  background: #f0f0f0;
  border-left: 1px solid #e3e3e3;
  clear: both;
  color: #333333;
  font-style: italic;
  margin: 0 0 20px;
  padding: 15px;
}
.post-content blockquote p {
  margin-bottom: 10px;
}
.post-content blockquote p:last-of-type {
  margin-bottom: 0;
}
.blog-image-caption {
  font-size: 16px;
  font-style: italic;
  top: -25px;
  position: relative;
}
.post-content table td {
  padding: 3px 8px;
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
}
.hero {
  height: 500px;
  overflow: hidden;
  margin: 0 0 60px;
  padding: 180px 0 80px;
  position: relative;
  background: #ddd;
  background: #f3f6f6;
  background: linear-gradient(-45deg, #fff, #f3f6f6);
  border-bottom: 1px solid rgb(214, 220, 219);
}
/*
  .wrap {
    display: table;
    size: 100%;
  }

  .inner {
    display: table-cell;
    padding: 100px 0 0;
    vertical-align: middle;
  }
  */
.hero .container {
  position: relative;
}
.hero .category {
  margin: 0 0 -5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .2em;
  color: #666;
}
.hero .category:after {
  content: " /";
  color: #4cc0b5;
}
.hero h1 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 50px;
  color: #000;
}
.hero .subtitle {
  margin: 0;
}
.hero.v2 {
  margin-bottom: -1px;
  background: none;
  border: none;
}
.hero.dark {/*height: 500px;*//*background: color($t l(-45%));*/
  background: none;
  border: none;
}
/*color: #fff;*/
.hero.dark .bg {
  opacity: .07;
}
.hero.dark .category {/*display: none;*/
}
.hero.dark h1 {/*display: none;*//*font-weight: 700;*/
  color: #000;
}
.hero.dark .subtitle {/*display: none;*//*font-weight: 500;*/
}
.hero-act-2 {/*margin-top: -86+30px;*//*margin-bottom: 0;*/
  background: rgb(15, 26, 25);
  border: none;
  color: #fff;
}
.hero-act-2 .bg {/*display: none;*/
  opacity: .15;
}
.hero-act-2 h1 {/*font-weight: 600;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.hero-act-2 .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-about {
  height: 100vh;
  max-height: 900px;
  position: relative;/*background: #fff;*/
  background: rgb(12, 54, 50);
  box-shadow: 0 1px 0 rgb(214, 220, 219);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero-about .wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-about .inner {
  display: table-cell;
  padding-top: 116px;
  padding-bottom: 0;
  vertical-align: middle;
}
.hero-about .container {/*background: #ada;*/
}
.hero-about h1 {
  margin: 0 0 50px;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.4;
  font-family: Raleway,Helvetica,Arial,sans-serif;
  color: #fff;
}
.hero-about h1 em {
  font: inherit;
  color: rgb(23, 186, 170);
}
.hero-about p {
  margin: 0 0 15px;/*font-weight: 300;*/
  font-size: 24px;/*color: #666;*//*color: #000;*/
}
.hero-about + .image-wall {/*margin-top: -20px;*/
}
.hero-about:before {
  opacity: .2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/content/4.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .hero-about h1 {
    font-size: 48px;
  }
  .hero-about .subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .hero-about {
    text-align: center;
  }
  .hero-about .inner {
    padding-top: 20px;
  }
  .hero-about h1 {
    font-size: 22px;
  }
  .hero-about .subtitle {
    font-size: 16px;
  }
  .hero-about .subtitle br {
    display: none;
  }
}
.hero-act {
  height: 100vh;/*height: 700px;*/
  max-height: 900px;
  overflow: hidden;/*margin: 0 0 80px;*/
  position: relative;
  background: #082120;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hero-act .bg {/*top: 0 !important;*/
}
.hero-act .wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-act .inner {
  display: table-cell;
  vertical-align: middle;
}
.hero-act h1 {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 55px;
  color: inherit;
}
.hero-act .subtitle {
  margin-bottom: 0;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.hero-act .scroll-indicator {
  margin: 20px 0 -70px;
  font-size: 40px;
}
.hero-act:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(8, 33, 32, 0.5) 0%, rgb(8, 33, 32) 100%);
}
@media (max-width: 1023px) {
  .hero-act h1 {
    font-size: 48px;
  }
  .hero-act .subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .hero-act {
    text-align: center;
  }
  .hero-act h1 {
    font-size: 22px;
  }
  .hero-act .subtitle {
    font-size: 16px;
  }
  .hero-act .subtitle br {
    display: none;
  }
}
.hero-campaign {
  height: 100vh;
  max-height: 900px;
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero-campaign .wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-campaign .inner {
  display: table-cell;
  padding-top: 50px;
  vertical-align: middle;
}
.hero-campaign .logo {
  text-align: center;
  margin-left: -90px;
}
.hero-campaign .logo img {
  display: block;
  width: 300px;
  margin: 0 auto 30px;
}
.hero-campaign h1 {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 55px;
  color: inherit;
}
.hero-campaign .subtitle {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;/*color: color(#000 a(.8));*/
  color: #000;
}
.hero-campaign:before {
  opacity: .1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;/*background: url(http://unsplash.it/1600/500/?image=674) no-repeat center center;*/
  background: no-repeat center center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .hero-campaign {
    max-height: 600px;
    margin-bottom: 0;
  }
  .hero-campaign .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-campaign .inner {
    padding-top: 20px;
  }
  .hero-campaign .logo img {
    margin-bottom: 30px;
  }
  .hero-campaign .subtitle {
    font-size: 16px;
  }
  .hero-campaign .subtitle br {
    display: none;
  }
}
.hero-roslinniejemy {/*background: #082120;*//*color: #fff;*/
  background: rgb(12, 54, 50);
}
.hero-roslinniejemy .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-roslinniejemy:before {
  opacity: .2;
  background-image: url(../images/content/26.jpg);
}
@media (max-width: 767px) {
  .hero-roslinniejemy .logo img {
    width: 90%;
  }
}
.hero-jotz {
  background: rgb(12, 54, 50);
  color: #fff;
}
.hero-jotz .logo img {
  width: 200px;
}
.hero-jotz .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-jotz:before {
  opacity: .3;
  background-image: url(../images/content/27.jpg);
}
@media (max-width: 767px) {
  .hero-jotz .logo img {
    width: 200px;
  }
}
.hero-weganizmteraz {/*background: #082120;*/
  background: rgb(12, 54, 50);
  color: #fff;
}
.hero-weganizmteraz .logo img {
  width: 450px;
}
.hero-weganizmteraz .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-weganizmteraz:before {
  opacity: .2;
  background-image: url(../images/content/cow.jpg);
}
@media (max-width: 767px) {
  .hero-weganizmteraz .logo img {
    width: 220px;
  }
}
.hero-healthy-eating {/*background: #082120;*/
  background: rgb(12, 54, 50);
  color: #fff;
}
.hero-healthy-eating .logo img {
  width: 600px;
}
.hero-healthy-eating .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-healthy-eating:before {
  opacity: .2;
  background-image: url(../images/content/healthy-eating.jpg);
}
@media (max-width: 767px) {
  .hero-healthy-eating .logo img {
    width: 220px;
  }
}
.hero-tattoos {/*background: #082120;*/
  background: rgb(12, 54, 50);
  color: #fff;
}
.hero-tattoos .logo img {
  width: 229.5px;
}
.hero-tattoos .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-tattoos:before {
  opacity: .015;
  background-image: url(../images/content/kampanie/tzf.jpg);
}
@media (max-width: 767px) {
  .hero-tattoos .logo img {
    width: 220px;
  }
}
.hero-stop-the-trucks {/*background: #082120;*/
  background: rgb(12, 54, 50);
  color: #fff;
}
.hero-stop-the-trucks .logo img {
  width: 738px;
}
.hero-stop-the-trucks .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-stop-the-trucks:before {/*opacity: .015;*/
  background-image: url(../images/content/kampanie/stop-the-trucks/bg.jpg);
}
@media (max-width: 767px) {
  .hero-stop-the-trucks .logo img {/*width: 220px;*/
  }
}
.hero-cenafutra {/*background: #082120;*/
  background: rgb(12, 54, 50);
  color: #fff;
}
.hero-cenafutra .logo img {
  width: 180px;
}
.hero-cenafutra .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-cenafutra:before {
  opacity: .25;
  background-image: url(../images/content/kampanie/antyfutro.jpg);
}
.hero-jsm {
  background: #082120;
  background: rgb(12, 54, 50);
  color: #fff;
}
.hero-jsm .logo img {
  width: 300px;
}
.hero-jsm .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-jsm:before {
  opacity: .25;
  background-image: url(../images/content/kampanie/jsm.jpg);/*background-image: url(../images/content/kampanie/wenyama.jpg);*/
}
@media (max-width: 1023px) {
  .hero-jsm .logo img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .hero-jsm .logo img {
    width: 140px;
  }
}
.hero-ffr {/*background: #082120;*/
  background: rgb(12, 54, 50);
  color: #fff;
}
.hero-ffr .logo img {
  width: 200px;
}
.hero-ffr .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.hero-ffr:before {
  opacity: .2;
  background-image: url(../images/content/kampanie/bg-fur-free-retailer.jpg);
}
@media (max-width: 1023px) {
  .hero-ffr .logo img {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .hero-ffr .logo img {
    width: 120px;
  }
}
.hero-normal {
  height: 100vh;
  max-height: 900px;
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero-normal .wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-normal .inner {
  display: table-cell;
  padding-top: 50px;
  vertical-align: middle;
}
.hero-normal .logo {
  text-align: center;
}
.hero-normal .logo img {
  display: block;
  width: 600px;
  margin: 0 auto 50px;
}
.hero-normal h1 {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 55px;
  color: inherit;
}
.hero-normal .subtitle {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;/*color: color(#000 a(.8));*/
  color: #000;
}
.hero-normal:before {
  opacity: .1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;/*background: url(http://unsplash.it/1600/500/?image=674) no-repeat center center;*/
  background: no-repeat center center;
  background-size: cover;
}
.hero-normal.dark {/*background: #082120;*/
  background: rgb(12, 54, 50);
  color: #fff;
}
.hero-normal.dark .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1023px) {
  .hero-normal h1 {
    font-size: 48px;
  }
  .hero-normal .subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .hero-normal {
    text-align: center;
  }
  .hero-normal h1 {
    font-size: 22px;
  }
  .hero-normal .subtitle {
    font-size: 16px;
  }
  .hero-normal .subtitle br {
    display: none;
  }
}
.hero-volunteer {}
.hero-volunteer:before {
  opacity: .15;
  background-image: url(../images/content/28.jpg);
}
.hero-residents {}
.hero-residents:before {
  opacity: .15;
  background-image: url(../images/content/mieszkancy.jpg);
}
.hero-membership {}
.hero-membership:before {
  opacity: .15;
  background-image: url(../images/content/chick.jpg);
}
.hero-donation .donation-slider {
  margin-top: 120px;
}
.hero-donation:before {
  opacity: .3;
}
.hero-donation-thank-you {
  margin-bottom: 0;
}
.hero-donation-thank-you:before {
  opacity: .22;
  background-image: url(../images/content/happy-fox.jpg);
}
@media (max-width: 767px) {
  .hero-donation-thank-you br {
    display: block !important;
  }
}
.standard-input {
  background: rgba(76, 192, 181, 0.1);
  border: 1px solid rgba(76, 192, 181, 0.5);
  font-weight: 400;
  color: #fff;
  border-radius: 2px;
  outline: none;
  padding: 9px 15px;
  display: inline-block;
  width: 100%;
}
.standard-input:-ms-input-placeholder {
  color: #fff;
}
.standard-input::placeholder {
  color: #fff;
}
.standard-input.parsley-error {
  border: 1px dashed rgb(192, 76, 76);
}
.standard-submit {
  background: #db8047;
  border: 0;
  color: #fff;
  border-radius: 2px;
  outline: none;
  padding: 15px 15px 13px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.standard-submit:hover {
  background: #c2703d;
}
.standard-submit-arrow {
  top: -2px;
  position: relative;
  font-size: 1.5em;
  line-height: 0;
}
.homepage {
  padding-bottom: 990px;
}
.homepage .page-footer .social-media {/*display: none;*/
}
.make-a-change {
  height: 100vh;
  max-height: 70vw;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.make-a-change .images {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.make-a-change .images:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;/*background: linear-gradient(color(#fff a(.95)) 10%, color(#fff a(0)) 40%, color(#fff a(.9)) 83%, color(#fff a(1)));*//*background: linear-gradient(color(#fff a(.95)) 90px, color(#fff a(0)) 250px, color(#fff a(0)) calc(100% - 250px), color(#fff a(.9)) calc(100% - 90px), color(#fff a(1)));*/
  pointer-events: none;
}
.make-a-change .img {
  position: absolute;
  background: top center / cover no-repeat;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
}
.make-a-change .img.a {/*background-image: url(../images/content/make-a-change/a.jpg);*//*transition: filter 2s;*/
}
.make-a-change .img.b {/*background-image: url(../images/content/make-a-change/b.jpg?1);*/
  clip: rect(0, 0vw, 100vh, 0);
}
.make-a-change .text {
  padding: 20px 0 30px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
.make-a-change .text p {
  margin: 0;
}
.make-a-change .text strong {/*font-weight: inherit;*/
  color: rgb(23, 186, 170);
}
@media (max-width: 1023px) {
  .make-a-change {
    margin: 0 0 30px;
  }
  .make-a-change .text {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .make-a-change {
    height: 72.9166667vw;
    margin: 0 0 -1px;
    max-height: none;
  }
  .make-a-change .images {}
  .make-a-change .images:before {
    background: linear-gradient(rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 0) calc(100% - 150px), rgba(255, 255, 255, 0.9) 85%, rgba(255, 255, 255, 0.9) 100%);
  }
  .make-a-change .text {/*display: none;*/
    bottom: 5px;
    font-size: 19px;
    padding: 8px;
  }
  .make-a-change .text p {
    padding: 0 8px;
  }
}
@media (max-width: 369px) {
  .make-a-change .images {}
  .make-a-change .images:before {
    background: linear-gradient(rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0) 150px);
  }
  .make-a-change .text {
    display: none;
  }
}
@media (max-width: 768px) {
  .make-a-change {
    display: none;
  }
}
.make-a-change-old {
  height: 100vh;
  max-height: 900px;
  position: relative;
}
.make-a-change-old .items {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.make-a-change-old .item {
  width: 25%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*transition: width 1s;*/
.make-a-change-old .item .img {
  opacity: .4;
  top: 0;
  right: -2px;
  bottom: 0;
  left: -2px;
  position: absolute;
  background: center center / cover no-repeat;
  transition: .5s;
}
.make-a-change-old .item .img:nth-child(1) {
  filter: grayscale(1);
}
.make-a-change-old .item .img:nth-child(2) {
  opacity: 0;/*y: 20px;*/
  filter: grayscale(1);
}
.make-a-change-old .item .img:nth-child(3) {
  opacity: 0;
  top: -10px;
  transform: translateY(10px);
  transition: opacity .5s, transform 1s;
}
.make-a-change-old .item:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;/*background: linear-gradient(color(#fff a(.8)) 10%, color(#fff a(.5)), color(#fff a(1)));*/
  background: linear-gradient(rgba(255, 255, 255, 0.95) 15%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.9) 80%, rgb(255, 255, 255));
  pointer-events: none;
}
.make-a-change-old .item:nth-child(3) .img:nth-child(1), .make-a-change-old .item:nth-child(3) .img:nth-child(2) {
  background-image: url(../images/content/make-a-change/1a.jpg);
}
.make-a-change-old .item:nth-child(3) .img:nth-child(3) {
  background-image: url(../images/content/make-a-change/1b.jpg);
}
.make-a-change-old .item:nth-child(2) .img:nth-child(1), .make-a-change-old .item:nth-child(2) .img:nth-child(2) {
  background-image: url(../images/content/make-a-change/2a.jpg);
}
.make-a-change-old .item:nth-child(2) .img:nth-child(3) {
  background-image: url(../images/content/make-a-change/2b.jpg);
}
.make-a-change-old .item:nth-child(1) .img:nth-child(1), .make-a-change-old .item:nth-child(1) .img:nth-child(2) {
  background-image: url(../images/content/make-a-change/3a.jpg);
}
.make-a-change-old .item:nth-child(1) .img:nth-child(3) {
  background-image: url(../images/content/make-a-change/3b.jpg);
}
.make-a-change-old .item:nth-child(4) .img:nth-child(1), .make-a-change-old .item:nth-child(4) .img:nth-child(2) {
  background-image: url(../images/content/make-a-change/4a.jpg);
}
.make-a-change-old .item:nth-child(4) .img:nth-child(3) {
  background-image: url(../images/content/make-a-change/4b.jpg);
}
.make-a-change-old .item:hover .img:nth-child(2) {
  opacity: 1;/*opacity: 1;*//*y: 0;*/
}
.make-a-change-old .item.selected {
  cursor: default;
}
.make-a-change-old .item.selected .img:nth-child(3) {
  opacity: 1;
  transform: none;
}
.make-a-change-old .item.selected:before {}
.make-a-change-old .text {
  padding: 0 0 50px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
}
.make-a-change-old .text p {
  margin: 0;
}
.make-a-change-old .text strong {/*font-weight: inherit;*/
  color: rgb(23, 186, 170);
}
.primary-campaign {/*min-height: 700px;*/
  padding: 90px 0 70px;
  background: #000 url(../images/content/primary-action/bg-lisy-jenoty.jpg) center center / cover no-repeat;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.primary-campaign .content {
  width: 51%;
}
.primary-campaign .section-heading {
  color: rgba(255, 255, 255, 0.7);
}
.primary-campaign h2 {
  margin: 0 0 50px;
  font-weight: 600;
  font-size: 27px;/*font-family: $primary-font;*/
  line-height: 1.6;
  color: inherit;
}
.primary-campaign h2 strong {
  font-weight: inherit;
  color: #4cc0b5;
}
.primary-campaign .video-button-container {
  margin: 40px 0;
}
@media (max-width: 1023px) {
  .primary-campaign {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .primary-campaign {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .primary-campaign .content {
    width: auto;
  }
  .primary-campaign br {
    display: none;
  }
  .primary-campaign .section-heading {
    margin-bottom: 25px;
  }
  .primary-campaign h2 {
    margin-bottom: 25px;
    font-size: 19px;
  }
  .primary-campaign .video-button-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section-social-action .secondary-action {
  margin: 0 0 10px;
  text-align: left;
}
.section-social-action .secondary-action > div {}
.section-social-action .secondary-action > div:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-social-action .secondary-action .img {
  display: block;
  position: relative;
}
/*&:before {
        content: "";
        position: absolute 0;
        background: color($t2 l(-30%) a(.2));
      }*/
.section-social-action .secondary-action .img img {
  display: block;
}
.section-social-action .secondary-action .img i {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);/*background: color(#fff a(.3));*/
  background: rgb(11, 30, 28);/*border: 4px solid currentColor;*/
  border-radius: 50%;/*box-shadow: 0 0 35px color(#000 a(.1));*/
  color: #fff;
  transition: .15s;
}
/*&:before {
          content: "";
          position: absolute 0;
          border: 4px solid currentColor;
          border-radius: 50%;
          transition: .25s;
        }*/
.section-social-action .secondary-action .img i .icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 34%;/*transition: .25s;*/
}
.section-social-action .secondary-action .img:hover {
  color: #fff;
}
.section-social-action .secondary-action .img:hover i {
  background: #fff;
  border-color: transparent;/*color: color($t2 l(-30%));*/
  color: rgb(11, 30, 28);
}
.section-social-action .secondary-action .img:hover i .icon {/*color: $t2;*/
}
.section-social-action .secondary-action .img:hover i:before {
  border-width: 35px;
}
.section-social-action .secondary-action h3 {
  margin: -17px 0 30px;
  color: rgb(117, 138, 136);
  font-weight: 400;
  font-size: 20px;
}
.section-social-action .secondary-action p:last-child {/*margin-top: 35px;*/
  margin-bottom: 0;
}
.act-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 90px 0 -10px;
  text-align: left;
}
.act-columns .item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
  padding-left: 110px;
  position: relative;
  font-size: 17px;
}
.act-columns .item:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.act-columns .item:last-child {
  margin-right: 0;
}
.act-columns .item:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
.act-columns a {
  display: block;
}
.act-columns a:hover {
  color: rgb(12, 54, 50);
}
.act-columns .icon-wrap {
  width: 80px;
  height: 80px;
  border: 1px solid rgb(23, 186, 170);
  border-radius: 50%;
  top: 4px;
  left: 0;
  position: absolute;
  color: rgb(23, 186, 170);
  font-size: 30px;/*transition: .5s;*/
}
.act-columns .icon-wrap:before {
  content: "";
  opacity: 0;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  position: absolute;
  background: #4cc0b5;
  border-radius: 50%;
  transition: .25s;
}
.act-columns h3 {
  margin: 0 0 10px;
  font-size: 19px;
}
.act-columns p {
  margin: 0 0 10px;/*text: $gray;*/
}
.act-columns i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.act-columns .more {
  opacity: 0;
  transform: translateY(5px);
  color: rgb(23, 186, 170);
  font-weight: 500;
  transition: .25s;
}
.act-columns .item:hover .icon-wrap {/*background: color($t a(.1));*//*background: $t;*//*color: #fff;*/
}
.act-columns .item:hover .icon-wrap:before {
  opacity: .2;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  position: absolute;
}
.act-columns .item:hover .more {
  opacity: 1;
  transform: none;
}
.act-columns .item:hover .more span {}
@media (max-width: 1023px) {
  .act-columns {
    margin-top: 50px;
  }
  .act-columns .item {
    padding-left: 0;
  }
  .act-columns .icon-wrap {
    margin-bottom: 30px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  .act-columns {
    text-align: center;
  }
  .act-columns .item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
    margin: 0 0 30px;
  }
  .act-columns .item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .act-columns .item:last-child {
    margin-right: 0;
  }
  .act-columns .item:nth-child(undefinedn) {
    margin-right: 0;
    margin-left: auto;
  }
  .act-columns .icon-wrap {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    font-size: 24px;
  }
  .act-columns .more {
    display: none;
  }
}
.section-blog .button-container, .section-ebooks .button-container {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.section-blog .button-container .button, .section-ebooks .button-container .button {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  background: rgb(223, 231, 231);
  border-color: transparent;
  border-radius: 0;
}
.section-blog .button-container .button:hover, .section-ebooks .button-container .button:hover {
  background: rgb(172, 185, 183);
  color: #fff;
}
@keyframes bg-move {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -69.23077vw;
  }
}
.section-join-us {
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.section-join-us .bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  animation: bg-move 30s linear infinite;
}
.section-join-us i {
  opacity: .05;
  left: calc(50% - 140px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 250px;
  line-height: 1;
}
.section-join-us .content {
  position: relative;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-join-us h1 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 30px;
}
.section-join-us .section-heading {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.7);
}
.section-join-us p {
  margin: 0;
  color: #fff;
}
.section-join-us .button-container {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-join-us .button {
  background: #fff;
  border-color: transparent;
  color: rgb(23, 186, 170);
}
.section-join-us .button:hover {
  border-color: transparent;
  color: #fff;
  background-color: #4cc0b5;
}
.content-section.w-bg.light.section-quote ~ .section-join-us {
  margin-top: -60px;
}
.homepage .section-join-us {
  margin-top: 0;
}
.section-blog + .section-newsletter + .section-join-us {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .section-join-us h1 {
    font-size: 24px;
  }
  .content-section.w-bg.light.section-quote ~ .section-join-us {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-join-us {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
  }
  .section-join-us .button-container {
    position: static;
    margin-top: 60px;
  }
}
.section-ebooks .subtitle {
  margin: -20px 0 90px;/*color: color($text-color a(.7));*//*color: $gray;*//*font-weight: 300;*/
}
.section-ebooks .flex-columns > div {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (100px - 100px * 1/2));/*outline: 1px solid red;*/
}
.section-ebooks .flex-columns > div:nth-child(1n) {/*outline: 1px solid red;*/
  margin-right: 100px;
  margin-left: 0;
}
.section-ebooks .flex-columns > div:last-child {/*outline: 1px solid red;*/
  margin-right: 0;
}
.section-ebooks .flex-columns > div:nth-child(2n) {/*outline: 1px solid red;*/
  margin-right: 0;
  margin-left: auto;
}
.section-ebooks .flex-columns p {
  color: rgb(117, 138, 136);
  font-size: 17px;
}
.section-ebooks .flex-columns p:last-child {
  margin-bottom: 0;
}
.section-ebooks .img {
  width: 220px;
  margin: 0 40px 0 0;
  float: left;
  position: relative;/*width: 400px;*//*min-height: 400px;*/
  position: relative;
}
.section-ebooks .img .wrap {
  display: block;
}
.section-ebooks .img .wrap:before {
  content: "";
  top: 5px;
  right: -5px;
  bottom: 5px;
  left: 3px;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px 0 0 2px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.01), 0 10px 20px rgba(0, 0, 0, 0.1);
}
.section-ebooks .img img {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 2px 0 0 2px;
}
.section-ebooks .img:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;/*background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(211, 211, 211, 0.05) 5%, rgba(255, 255, 255, 0.07) 5%, rgba(255, 255, 255, 0.05) 9%, color(#fff a(.0)) 100%);*/
  border-radius: 2px 0 0 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.19);
  pointer-events: none;
}
.section-ebooks .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 312px;/*outline: 1px solid red;*/
}
.section-ebooks h2 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.25;
}
.section-ebooks .button-container {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section-ebooks .subtitle {
    margin-bottom: 50px;
  }
  .section-ebooks .img {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section-ebooks .flex-columns > div {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
  }
  .section-ebooks .flex-columns > div:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .section-ebooks .flex-columns > div:last-child {
    margin-right: 0;
  }
  .section-ebooks .flex-columns > div:nth-child(undefinedn) {
    margin-right: 0;
    margin-left: auto;
  }
  .section-ebooks .flex-columns > div + div {
    margin-top: 40px;
  }
  .section-ebooks h2 {
    font-size: 19px;
  }
}
.section-halves {
  margin: 20px 0 90px;
}
/*border: 1px 0 solid $border-color;*/
.section-halves .half {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 1/2);/*height: 300px;*/
  padding: 50px 50px 0;
  float: left;/*outline: 1px solid red;*/
}
.section-halves .half:nth-child(1n) {/*height: 300px;*//*outline: 1px solid red;*/
  margin-right: 0;
  margin-left: 0;
}
.section-halves .half:last-child {/*height: 300px;*//*outline: 1px solid red;*/
  margin-right: 0;
}
.section-halves .half:nth-child(2n) {/*height: 300px;*//*outline: 1px solid red;*/
  margin-right: 0;
  margin-left: auto;
}
/*background: $light-t;*/
.section-halves .half:first-child .content {
  float: right;
}
/*background: #c0e9e8;*/
.section-halves .half:last-child {/*border: 0 0 0 1px solid color($border-color a(.5));*/
}
/*overflow: hidden;*/
.section-halves a.half {
  display: block;
}
.section-halves a.half:hover {
  color: rgb(12, 54, 50);
}
.section-halves .content {
  width: 490px;
  max-width: 100%;
  position: relative;/*outline: 1px solid red;*/
}
.section-halves .biuletyn {/*background: #000;*/
}
/*color: #fff;*/
.section-halves .biuletyn .img {
  display: block;
  width: 150px;
  right: 0;
  bottom: 0;
  position: absolute;/*top: center;*/
}
.section-halves a.dobre-dary {
  position: relative;/*background: url(../images/content/dd-piggy.png) calc(100% - 15px) bottom no-repeat #ddf6f5;*//*border: 1px 1px 1px 0 solid color($t a(.4));*//*border-radius: 0 2px 2px 0;*/
}
/*background-color: color($t a(.25));*/
.section-halves a.dobre-dary .bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;/*background: url(../images/content/dd-piggy.png) calc(100% - 15px) bottom no-repeat, #ddf6f5;*/
  background: url(../images/content/dd-piggy.png) calc(100% - 15px) bottom no-repeat, linear-gradient(45deg, rgba(76, 192, 181, 0), rgba(76, 192, 181, 0.3));
}
.section-halves a.dobre-dary:before {
  opacity: 0;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(45deg, rgba(76, 192, 181, 0), rgba(76, 192, 181, 0.3));
  transition: .15s;
}
.section-halves a.dobre-dary:hover {/*background-color: color(#ddf6f5 l(-7%) s(+0%));*//*background-color: color($t a(.35));*/
}
.section-halves a.dobre-dary:hover:before {
  opacity: 1;
}
.section-halves .section-heading {
  margin: 0 0 30px;
}
.section-halves p {
  max-width: 260px;/*outline: 1px solid red;*/
  color: rgb(117, 138, 136);
  font-size: 17px;
}
.section-halves p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1159px) {
  .section-halves .half {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .section-halves {
    margin-bottom: 60px;
  }
  .section-halves .half {/*lost-column: 1;*/
  }
  .section-halves p {
    max-width: 200px;
  }
  .section-halves a.dobre-dary .bg {
    background-size: 40%, cover;
  }
  .section-halves .biuletyn .img {
    width: 100px;/*position: static;*//*margin: 0 0 30px;*/
  }
}
@media (max-width: 767px) {
  .section-halves {
    margin-bottom: 40px;
  }
  .section-halves .half {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    float: none !important;
  }
  .section-halves .half:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .section-halves .half:last-child {
    margin-right: 0;
  }
  .section-halves .half:nth-child(undefinedn) {
    margin-right: 0;
    margin-left: auto;
  }
  .section-halves .half + .half {
    margin-top: 20px;
  }
  .section-halves .dobre-dary {
    padding-bottom: 40px;
  }
  .section-halves .biuletyn .img {
    bottom: 10px;
  }
  .section-halves .content {
    float: none !important;
  }
}
.hero-donation.section {
  height: 600px;
  margin: 0;
}
.hero-donation.section .inner {
  padding: 0;
}
.hero-donation.section h1 {
  font-size: 30px;
}
.hero-donation.section .subtitle {
  margin-top: -15px;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
}
.hero-donation.section .donation-slider {
  margin-top: 130px;
}
@media (max-width: 1023px) {
  .hero-donation.section h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero-donation.section {
    height: 480px;
  }
  .hero-donation.section h1 {
    font-size: 21px;
  }
  .hero-donation.section .subtitle {
    font-size: 16px;
  }
  .hero-donation.section .donation-slider {
    margin-top: 90px;
  }
}
@keyframes logos {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-brands {
  margin: 0 0 75px;
  padding: 30px 0 0;
  position: relative;
}
/*outline: 1px solid red;*/
.section-brands .container {
  height: 118px;
  position: relative;
}
.section-brands .group {
  max-width: 800px;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.section-brands .group:first-child {
  animation: logos 10s infinite linear;
}
.section-brands .group:last-child {
  opacity: 0;
  animation: logos 10s infinite linear 5s;
}
.section-brands p {
  margin: 0 0 20px;
  color: rgba(12, 54, 50, 0.5);
  text-align: center;
  font-size: 15px;
}
@media (max-width: 1023px) {
  .section-brands {
    margin-bottom: 50px;
  }
  .section-brands .group {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .section-brands {
    margin-bottom: 10px;
  }
  .section-brands .group {
    max-width: calc(100% - 40px);
  }
}
@keyframes channels {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.section-channels {/*height: 600px;*/
  overflow: hidden;/*padding: 80px 0;*//*padding: 0;*/
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;/*background: color($gray blend(#fff 100%));*//*background: color($t a(1) l(-35%) s(+15%));*//*outline: 1px solid red;*//*background: $orange;*/
  background: radial-gradient(rgb(0, 41, 37), rgb(0, 92, 83), rgb(125, 197, 189), rgb(23, 120, 110));/*background: linear-gradient(45deg, color($t l(-25%)), $t 30%, #fff);*//*background: linear-gradient(45deg, $t, color($t2 l(+40%)), #fff, $t, $orange);*/
  background-size: 250%;
}
/*background: linear-gradient(15deg, $t2 50%, color($orange l(-10%) s(+5%)) 80%);*/
.section-channels .yottie-widget-video, .section-channels .instashow-gallery-media {
  opacity: .07;
}
/*background: linear-gradient(45deg, $t2 30%, #fff 80%);*/
.section-channels .channels-header {
  padding: 80px 0 0;
  text-align: center;
}
.section-channels .channels-header h1 {
  margin: 0;/*text: 400 30px 1;*/
  color: #fff;
}
/*background: $t;*/
.section-channels .large-social-media-box {/*text-align: center;*/
  margin-top: 20px;
  margin-bottom: 50px;
}
.section-channels .large-social-media-box a {
  color: #fff;
}
.section-channels .large-social-media-box a:before {
  border: none;
}
.section-channels .large-social-media-box .icon-plus {
  color: #4cc0b5;
}
.section-channels .large-social-media-box h3 {
  color: #fff;
  font-weight: 500;
}
/*animation: channels 20s ease infinite;*/
.section-channels .instashow-gallery-media {
  transition: opacity .25s;
}
.section-channels .instashow-gallery-media:hover {
  opacity: 1;
}
.section-channels #instaShowGallery_1 .instashow-gallery-control-arrow {
  background: transparent;
  width: 43px;
  height: 43px;
}
.section-channels #instaShowGallery_1 .instashow-gallery-control-arrow-previous {
  left: 24px;
}
.section-channels #instaShowGallery_1 .instashow-gallery-control-arrow-next {
  right: 24px;
}
.section-channels #instaShowGallery_1 .instashow-gallery-control-arrow::before, .section-channels #instaShowGallery_1 .instashow-gallery-control-arrow::after {
  top: 22px;
  left: 14px;
  background: #fff;
}
.section-channels #instaShowGallery_1 .instashow-gallery-control-arrow::before, .section-channels #instaShowGallery_1 .instashow-gallery-control-arrow::after {
  background: #fff;
}
.section-channels #instaShowGallery_1 .instashow-gallery-control-arrow:hover::before, .section-channels #instaShowGallery_1 .instashow-gallery-control-arrow:hover::after {
  background: rgb(23, 186, 170);
}
.section-channels #yottie_1 .yottie-widget-video {/*margin: * -1px -2px * !important;*/
  background: transparent;/*opacity: .2;*/
  transition: opacity .25s;
}
.section-channels #yottie_1 .yottie-widget-video .yottie-widget-video-preview-play {
  opacity: 0;
}
.section-channels #yottie_1 .yottie-widget-video:hover {
  opacity: 1;
}
.section-channels #yottie_1 .yottie-widget-video:hover .yottie-widget-video-preview-play {
  opacity: 1;
}
.section-channels #yottie_1 .yottie-widget-feed-section-arrow {/*background: color($t a(.2));*/
  background: none;
}
.section-channels #yottie_1 .yottie-widget-feed-section-arrow:hover {
  background: #fff;
}
.section-channels #yottie_1 .yottie-widget-feed-section-arrow span::before, .section-channels #yottie_1 .yottie-widget-feed-section-arrow span::after, .section-channels #yottie_1 .yottie-widget-feed-section-arrow::before {
  background: #fff;
}
.section-channels #yottie_1 .yottie-widget-feed-section-arrow:hover span::before, .section-channels #yottie_1 .yottie-widget-feed-section-arrow:hover span::after, .section-channels #yottie_1 .yottie-widget-feed-section-arrow:hover::before {
  background: rgb(23, 186, 170);
}
.section-channels:before {
  content: "";
  opacity: .015;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .section-channels .channels-header {
    padding-top: 50px;
  }
}
.hero-img-copyright {
  position: absolute;
  bottom: 25px;
  right: 45px;
  z-index: 10;
  font-size: 14px;
  font-weight: 500;
}
.hero-img-copyright a {
  border: 0;
}
@media (max-width: 767px) {
  .hero-img-copyright {
    bottom: 8px;
    right: 15px;
    font-size: 12px;
    font-weight: 300;
  }
}
.landing-page {
  padding-top: 150px;
}
/*.page-footer,*/
.landing-page [data-footer-cta] {
  display: none !important;
}
/*.page-header,*/
.landing-page .video-container {
  margin-bottom: 100px;
}
.landing-page .hero-donation {
  height: 700px;
  margin-top: 90px;
}
.landing-page .share {
  margin-top: 60px;/*margin-bottom: 100px;*/
}
.landing-page .share-title {
  margin: 0 0 -30px;
}
.landing-page .large-social-media-box a {
  text-align: center;
}
.landing-page .large-social-media-box a:before {
  opacity: 1;
  transform: none;
}
.landing-page .large-social-media-box .icon {
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 1;
  color: rgb(23, 186, 170);
}
.landing-page .large-social-media-box .icon-plus {
  display: none !important;
}
.landing-page .large-social-media-box a:before, .landing-page .large-social-media-box .icon {
  transition: .15s;
}
.landing-page .large-social-media-box a:hover .icon {
  color: #fff;
}
.landing-page .large-social-media-box a:hover:before {
  background: #4cc0b5;
}
@media (min-width: 1024px) {
  .landing-page .hero-donation h1 {
    font-size: 55px;
  }
  .landing-page .hero-donation .subtitle {
    font-size: 24px;
    opacity: .7;
  }
}
[class*="abtest-"] {
  display: none;
}
.landing-2-months .video-container {
  margin-bottom: 20px;
}
.landing-2-months .photos:after {
  content: '';
  display: table;
  clear: both;
}
.landing-2-months .photos > div {
  width: calc((100% - 20px) / 2);
  float: left;
}
.landing-2-months .photos > div + div {
  float: right;
}
.landing-2-months .photos img {
  display: block;
}
.landing-2-months .photos img + img {
  margin-top: 20px;
}
.cta-donate-under-video {
  margin: 0 0 60px;
  text-align: center;
}
.cta-donate-under-video a {
  display: inline-block;
  padding: 6px 15px 4px;
  background: rgba(76, 192, 181, 0.1);
  border: 1px solid #4cc0b5;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .12em;
  color: #666;
}
.cta-donate-under-video a:hover {
  background: rgb(23, 186, 170);
  border-color: rgb(23, 186, 170);
  color: #fff;
}
.landing-donation .content-section.light-t {
  padding-top: 190px;
}
.landing-donation .content-section.light-t img {
  max-width: 250px;
  margin-left: 10px;
  border-radius: 50%;
  float: right;
}
.landing-donation .form {
  margin-top: 80px;
  background: #f3f6f6;
}
.landing-donation .thank-you-message {
  display: none;
}
@media (max-width: 1023px) {
  .landing-donation .content-section.light-t {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .landing-donation .content-section.light-t {
    padding-top: 80px;
  }
}
.landing-donation.form-sent .form-wrap {
  display: none;
}
.page-privacy-policy ol {
  counter-reset: item;
  text-align: left;
  margin-bottom: 0;
}
.page-privacy-policy ol > li {
  counter-increment: item;
}
.page-privacy-policy ol ol > li {
  display: block;
}
.page-privacy-policy ol ol > li:before {
  content: counters(item, ".") ". ";
  margin-left: -20px;
}
.partnership-intro {
  position: relative;
}
.partnership-intro .more {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -7px;
}
.rsl-switcher-info {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .12em;
  color: rgba(12, 54, 50, 0.5);
}
@media (max-width: 767px) {
  .rsl-switcher-info {
    display: none;
  }
}
.rsl-switcher-wrap {
  height: 117px;
  margin: 0 0 60px;
  position: relative;/*outline: 1px solid red;*/
}
@media (max-width: 767px) {
  .rsl-switcher-wrap {
    display: none;
  }
}
.rsl-switcher:after {
  content: '';
  display: table;
  clear: both;
}
.rsl-switcher {
  max-width: 1080px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.97);
  transition: transform .35s;
}
.rsl-switcher .item {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  border: 1px solid rgb(214, 220, 219);
  border-width: 1px 0 1px 1px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 22px;
  transition: .15s;
  transition-property: border-color;
}
.rsl-switcher .item + .item {
  border-width: 1px 1px 1px 0;
}
.rsl-switcher .item:before {
  content: "";
  opacity: 0;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  position: absolute;
  z-index: 1;
  border: 5px solid rgb(23, 186, 170);
  border-radius: 3px;/*transition: opacity .1s;*/
}
.rsl-switcher .item:hover {
  border-color: rgb(23, 186, 170);
  color: #000;
}
.rsl-switcher .item.active {
  background: rgba(76, 192, 181, 0.05);
  color: #000;
}
.rsl-switcher .item.active:before {
  opacity: 1;
}
.rsl-switcher .wrap {
  width: 100%;
  max-width: 539px;
  padding: 40px 50px;
  position: relative;
}
.rsl-switcher .item:first-child .wrap {
  float: right;
}
.rsl-switcher img {
  width: 50px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.rsl-switcher.fixed {
  max-width: none;
  position: fixed;
  top: 73px;
}
/*outline: 1px solid red;*/
.rsl-switcher.fixed .item {
  border-width: 0 0 1px;/*border-color: color(#000 a(.17));*/
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
}
.rsl-switcher.fixed .item:before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  position: absolute;
  border-width: 3px;
}
.rsl-switcher.fixed .wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.rsl-switcher.fixed img {
  width: 30px;
  height: 30px;
}
.page-header.unpinned ~ .page-content .rsl-switcher.fixed, .page-header.unpinned ~ .page-wrap .rsl-switcher.fixed {
  transform: translateY(-74px);
}
@media (max-width: 1099px) {
  .rsl-switcher {}
  .rsl-switcher:not(.fixed) {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .rsl-switcher .item {
    font-size: 18px;
  }
  .rsl-switcher .wrap {
    padding-left: 130px;
  }
  .rsl-switcher img {
    left: 40px;
  }
  .rsl-switcher.fixed {
    top: 60px;
  }
}
.rsl-intro {/*padding-top: 100px;*/
  padding-bottom: 100px;
}
.rsl-intro .image-right {
  margin-top: -20px;
}
@media (max-width: 1023px) {
  .rsl-intro {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .rsl-intro {
    padding-bottom: 0;
  }
}
.rsl-customer {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .rsl-customer {
    padding-top: 30px;
  }
}
.rsl-intro-2 {
  padding-top: 120px;
}
@media (max-width: 1023px) {
  .rsl-intro-2 {
    padding-top: 70px;
  }
  .rsl-intro-2 .image-right {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .rsl-intro-2 {
    padding-top: 40px;
  }
}
.section-rls-table {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;/*background: $light-t;*//*background: color($t l(-47%) s(+0%));*/
  background: rgb(7, 33, 31);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-rls-table .bg-map {
  opacity: .1;
  top: 0;
  right: 0;
  bottom: -20px;
  left: 0;
  position: absolute;
  pointer-events: none;/*background: #000;*//*filter: blur(3px);*/
}
.section-rls-table .container {
  position: relative;
}
.section-rls-table .section-heading {
  color: rgba(255, 255, 255, 0.7);
}
.section-rls-table .dataTables_length {
  display: none;
}
.section-rls-table table {
  width: 100%;/*background: color($t a(.1));*/
}
.section-rls-table th, .section-rls-table td {
  padding: 3px 0;
  font-weight: 500;
  font-size: 17px;
}
.section-rls-table th {
  text-align: left;
  font-weight: 600;
  font-size: 19px;
  outline: 0;
  cursor: pointer;
}
.section-rls-table td {/*border-bottom: 1px solid color(#fff a(.1));*/
}
.section-rls-table label {
  display: block;
  margin: -20px 0 60px;
  font-size: 0;
}
.section-rls-table input[type="search"] {
  display: block;
  width: 500px !important;
  max-width: 100%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 20px;
  background: rgba(76, 192, 181, 0.1);/*border-color: #fff;*/
  border: 1px solid rgba(76, 192, 181, 0.5) !important;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
  outline: 0;
}
.section-rls-table input[type="search"]:first-of-type {
  width: calc((100% - 170px) / 2);
  border-right-color: transparent;
}
.section-rls-table input[type="search"]:last-of-type {
  width: calc((100% - 170px) / 2 + 170px);
}
.section-rls-table input[type="search"]:-ms-input-placeholder {
  font-weight: 400;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  background-color: 400;
}
.section-rls-table input[type="search"]::placeholder {
  font-weight: 400;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  background-color: 400;
}
.section-rls-table input[type="search"]:focus {
  border-color: #fff !important;
  background: rgba(76, 192, 181, 0.3);
}
.section-rls-table input[type="search"]:focus:-ms-input-placeholder {
  opacity: .8;
}
.section-rls-table input[type="search"]:focus::placeholder {
  opacity: .8;
}
.section-rls-table .dataTables_paginate {
  margin: 20px 0 0 -5px;
}
.section-rls-table .dataTables_paginate a {
  opacity: .7;/*margin: 0 5px;*/
  padding: 5px 5px;
  cursor: pointer;
  font-size: 17px;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;/*color: $t;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-rls-table .dataTables_paginate a:hover {
  opacity: 1;
  color: #fff;
}
.section-rls-table .dataTables_filter {
  text-align: center;
}
@media (max-width: 1023px) {
  .section-rls-table {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-rls-table {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .section-rls-table table {
    width: 100% !important;
  }
  .section-rls-table tr, .section-rls-table td {
    display: block;
  }
  .section-rls-table td {/*text: 14px;*/
  }
  .section-rls-table th {
    display: none;
  }
  .section-rls-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section-rls-table tbody tr + tr td {}
  .section-rls-table tbody td:nth-child(1) {
    padding-top: 10px;
  }
  .section-rls-table tbody td:nth-child(3) {
    padding-bottom: 10px;
  }
  .section-rls-table .dataTables_paginate {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
/*margin-bottom: 40px;*/
.section-rls-map .section-heading span {/*border: none;*//*outline: 1px solid red;*/
}
.section-rls-map .content-filter {
  margin: 0 0 20px;
}
.rsl-map {
  height: 500px;
  overflow: hidden;
  background: #f3f6f6;
}
.rsl-map .wrap {
  height: 100%;
}
.rsl-restaurants-wrap, .box-lightgray + .rsl-restaurants-wrap {
  overflow: hidden;
  margin-top: 0;
  position: relative;/*&:before {
    content: "";
    position: absolute 0;
    background: url(../images/content/24.jpg) no-repeat center bottom;
    background-size: cover;
  }

  &:after {
    content: "";
    position: absolute 0;
    background: linear-gradient(to bottom, color(#fff a(.93)), color(#fff a(1)));
  }

  > * {
    position: relative;
    z-index: 1;
  }*/
}
.rsl-quote {
  padding-top: 30px;
  padding-bottom: 50px;
}
.rsl-why {
  margin-top: 130px;
  padding: 50px 0 50px;
  border-top: 1px solid rgb(214, 220, 219);
  text-align: center;
}
.rsl-why p {
  margin-bottom: 0;/*font-weight: 500;*/
}
@media (max-width: 1023px) {
  .rsl-why {
    margin-top: 55px;
  }
}
.content-section.rsl-reasons {
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 90px;
}
@media (max-width: 1023px) {
  .content-section.rsl-reasons {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.rls-reasons-2 {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .rls-reasons-2 .section-heading {
    text-align: left;
  }
}
.rsl-cta {
  padding-top: 30px;
}
.rsl-blog {/*margin-bottom: -2px;*//*padding: 100px 0 70px;*//*position: relative;*//*z-index: 1;*/
  border-bottom: 1px solid rgb(214, 220, 219);/*border-bottom: 1px solid red;*//*background: linear-gradient(to bottom, $light-t, #fff);*//*border-bottom: none;*/
}
.rsl-wall {/*margin-top: 00px;*/
}
/*margin-bottom: -10px;*/
.rsl-wall .hashtag {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .12em;
  color: rgba(12, 54, 50, 0.5);
}
.rsl-wall .hashtag strong {
  font-weight: inherit;
  color: rgb(23, 186, 170);
}
.rsl-customer-join {
  padding: 20px 0 100px;
}
@media (max-width: 1023px) {
  .rsl-customer-join {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .rsl-customer-join {
    padding-bottom: 50px;
  }
}
.rsl-customer-join-box {
  padding: 50px 80px 30px;
  border: 1px solid rgb(214, 220, 219);
  border-radius: 3px;
}
.rsl-customer-join-box.small {
  padding: 40px 50px 50px;
}
@media (max-width: 767px) {
  .rsl-customer-join-box {
    padding: 20px 20px 5px;
  }
  .rsl-customer-join-box.small {
    padding: 20px 20px 15px;
  }
}
.wt-intro {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .wt-intro .image-right {
    margin-top: -60px;
  }
}
.section-campaigns-act {
  padding-bottom: 0;
}
.section-campaigns-act hr {
  margin-top: 100px;
  margin-bottom: 0;
}
.section-donation-horizontal {
  margin: 100px 0 0;
}
.section-donation-horizontal > h1 {
  margin: 0 0 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .05em;
}
.section-donation-horizontal > h1 br {/*display: none;*/
}
.section-donation-horizontal .thank-you {
  margin: 20px 0 0;
  color: rgb(117, 138, 136);
  font-style: italic;
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-donation-horizontal {
    margin-top: 70px;
  }
  .section-donation-horizontal .thank-you {
    text-align: center;
  }
}
.section-resource-about {
  padding: 100px 0 0;
}
.section-act-cta {
  padding-top: 50px;
  text-align: center;
}
.section-act-cta .section-heading, .section-act-cta p:not(.button-container) {
  margin-bottom: 30px;
}
.section-join-volunteering .intro {/*display: none;*/
}
.volunteering-form {
  display: none;
}
.volunteering-form .info {/*max-width: 600px;*/
  margin: 0 auto 20px;
  text-align: center;
}
.volunteering-form iframe {
  display: block;
  width: 100%;
  height: 1320px;
  margin: 0 auto;
}
.fluid-color-form div input[type="checkbox"] {
  width: auto;
}
.fluid-color-form .form-row > input, .fluid-color-form .form-row > textarea {
  border-left: 1px solid;
  border-left-color: rgba(214, 220, 219, 0.25) !important;
  float: left;
  overflow: hidden;
}
.fluid-color-form .radio-buttons-list {
  padding: 5px 5px 8px 3px;
  width: 65%;
}
.fluid-color-form .radio-buttons-list input {
  padding: 0 7px;
  border: 1px solid rgb(23, 186, 170);
  border-radius: 3px;
}
.fluid-color-form label small {
  display: block;
  opacity: 0.8;
  font-size: 70%;
}
.storify {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.section-members-join {/*margin: 0;*/
  position: relative;
}
.section-members-join .mosaic {
  margin: 0 0 30px;
  padding: 38.4615385% 0 0;
  position: relative;
  background: url(../images/content/members-mosaic.jpg) center center / cover no-repeat;
}
.section-members-join .mosaic:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.section-members-join .you {
  display: block;
  width: 275px;
  margin: 0 auto;
  right: 0;
  bottom: 20px;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .section-members-join .you {
    display: none;
  }
}
.member-onboarding .page-wrap {
  background: none;
}
.member-onboarding .container {
  position: relative;
  z-index: 1;
}
.member-onboarding:before, .member-onboarding:after {
  content: "";/*display: none;*/
  height: 38.4615385vw;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  border-radius: 3px 3px 0 0;
}
.member-onboarding:before {
  opacity: .3;
  background: url(../images/content/members-mosaic.jpg) center center / cover no-repeat;
}
.member-onboarding:after {
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.section-blog {}
@media (max-width: 1023px) {
  .section-blog .boxed-list > a {}
  .section-blog .boxed-list > a:nth-child(3) {
    display: none;
  }
}
.form-gotuj-dalej .part-message {
  display: none;
}
.error404 {
  padding: 0;
  background: url(../images/content/bg-404.jpg) center center / cover no-repeat;
  color: #fff;
}
.error404 .logo {
  width: 80px;
  height: 38px;
  top: 49px;
  position: absolute;
  left: calc((100% - 1080px) / 2);
}
.error404 .container {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.error404 h1 {
  color: inherit;
}
.error404 h1 + p {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.error404 .page-wrap {
  background: none;
}
.error404 .page-header, .error404 .page-footer, .error404 .page-content section {
  display: none;
}
.error404 p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1119px) {
  .error404 .logo {
    left: 30px;
  }
}
.donation-jeden-procent {
  padding-left: 100px;
  position: relative;
}
.donation-jeden-procent .icon {
  width: 60px;
  height: 40px;
  top: 5px;
  left: 0;
  position: absolute;
  color: #ed8133;
}
.donation-jeden-procent a {
  top: 11px;
  position: relative;
  text-decoration: underline;
}
.section-1percent {
  position: relative;
  background: rgb(243, 142, 92);/*background: #f2814a;*/
  color: #fff;
  text-align: center;
}
.section-1percent .bg {
  opacity: .5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../images/content/bg-1percent.jpg) center center / cover no-repeat;
}
.section-1percent .container {
  position: relative;
}
.section-1percent h1 {/*margin: * * 20px;*/
  font-size: 30px;
  color: inherit;
}
.section-1percent h1 span {
  display: block;
  font-weight: 300;
}
.section-1percent .subtitle {
  margin-bottom: 40px;
  color: inherit;
}
.section-1percent .button {}
.section-1percent .button:hover {
  background: rgb(23, 186, 170);
  border-color: rgb(23, 186, 170);
  color: #fff;
}
.section-1percent .icon-1procent {
  width: 40px;
  height: 26px;
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .section-1percent h1 {
    font-size: 24px;
  }
}
.page-2percent-content {
  padding-top: 100px;
}
.page-2percent-content p {
  text-align: left;
}
.page-privacy-policy {
  padding-top: 100px;
}
iframe {
  border: 0 !important;
}
.section-periodic-donation .quote {
  margin-top: 120px;
  margin-bottom: 0;
}
.section-periodic-donation .quote-fw {
  max-width: 100%;
}
.section-periodic-donation .author {
  color: rgb(23, 186, 170);
}
.page-kaip-paremti-tuscius-narvus {
  padding-top: 140px;
}
.page-kaip-paremti-tuscius-narvus .section-public-info {
  padding-top: 10px;
}
.page-kaip-paremti-tuscius-narvus .section-public-info .container {
  padding: 0;
}
@media (max-width: 1023px) {
  .page-kaip-paremti-tuscius-narvus {
    padding-top: 65px;
  }
}
.page-about {
  padding-top: 0;
}
.section-about-us {/*.image {
    opacity: .2;
    width: 200px;
    margin: 110px 0 0;
    float: right;
  }*/
}
@media (max-width: 1023px) {
  .section-about-us {
    padding-bottom: 40px;
  }
}
.section-about-mission {
  padding: 100px 0 0;
  background: #070508;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-about-mission .image {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.section-about-mission .section-heading {
  color: rgba(255, 255, 255, 0.7);
}
.section-about-mission .about-subheading {
  margin-bottom: -100px;
  position: relative;
  font-weight: 600;
  font-size: 27px;
  font-family: Raleway,Helvetica,Arial,sans-serif;
  line-height: 1.6;
  color: inherit;
}
.section-about-mission .about-subheading strong {/*font-weight: 700;*/
  color: #4cc0b5;
}
.section-about-mission strong {
  font-weight: 700;
  color: inherit;/*color: $t;*/
}
@media (max-width: 1023px) {
  .section-about-mission {
    padding: 50px 0 30px;
  }
  .section-about-mission .about-subheading {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .section-about-mission {
    padding: 50px 0 30px;
  }
  .section-about-mission .about-subheading {
    font-size: 21px;
  }
}
.section-how-we-work {
  padding-top: 110px;
  padding-bottom: 0;
}
.section-how-we-work h2 {
  margin: 0 0 50px;/*text-align: center;*/
  font-weight: 700;
  font-size: 29px;
  font-family: Raleway,Helvetica,Arial,sans-serif;
  line-height: 1.6;
  color: #000;
}
.section-how-we-work h2 strong {
  font-weight: inherit;/*color: $turquoise;*/
}
.section-how-we-work .count {
  display: inline-block;
  display: none;
  width: 1.5em;
  height: 1.5em;
  font-weight: 300;
  font-size: .6em;
  background: #4cc0b5;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.section-how-we-work .button-container {
  margin: 0;
  padding-top: 60px;
}
@media (max-width: 1023px) {
  .section-how-we-work {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-how-we-work {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.what-we-do:after {
  content: '';
  display: table;
  clear: both;
}
.what-we-do {
  margin: 70px 0 3500px;
}
.what-we-do, .what-we-do .wrap {
  height: calc(100vh - 74px);
  overflow: hidden;/*max-height: 900px;*/
  background: #fff;
}
.what-we-do .wrap {
  position: relative;
  z-index: 3;
}
.what-we-do .menu li, .what-we-do .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.what-we-do .menu {
  width: 100px;
  height: 100%;
  float: left;
}
.what-we-do .menu .position-indicator {
  width: 100%;
  height: 14.28571%;
  top: 0;
  left: 0;
  position: absolute;/*top: calc(100% / 7 * 6);*/
  background: rgb(201, 236, 233);
}
.what-we-do .menu ul {
  height: 100%;
  margin: 0;
}
.what-we-do .menu li {
  display: block;
  height: 14.28571%;
}
.what-we-do .menu a {
  display: block;
  height: 100%;
  position: relative;/*background: color(#fff a(.9));*//*background: #fff;*/
  cursor: pointer;
  transition: none;
}
.what-we-do .menu span {
  display: none;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  position: absolute;
  background: #4cc0b5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
}
.what-we-do .menu i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: rgb(23, 186, 170);
  font-size: 50px;
  font-size: 40px;
  transition: .5s;
}
.what-we-do .menu .pe-7s-camera {
  font-size: 38px;
}
.what-we-do .menu .pe-7s-news-paper {
  font-size: 35px;
}
.what-we-do .menu .pe-7s-note2 {
  font-size: 35px;
}
/*background: color(#fff a(.9));*/
.what-we-do .menu a:hover i {
  color: #000;
}
.what-we-do .menu .active a {/*background: linear-gradient(to right, color($t a(1)), color($t a(.8)));*//*background: $t;*/
}
/*background: color(#fff blend($t 30%));*/
.what-we-do .menu .active a span {/*background: none;*/
}
/*background: color($t a(.3));*/
.what-we-do .menu .active a i {/*color: #fff;*/
  color: #000;
}
.what-we-do .content {
  width: calc(100% - 100px);
  height: 100%;
  float: left;
  position: relative;
  background: #000;
}
.what-we-do .item {
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;/*transition: .25s;*/
}
.what-we-do .item:before {
  content: "";
  top: 35%;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.what-we-do .item.active {
  visibility: visible;
  opacity: 1;
}
.what-we-do .inner {
  right: 50px;
  bottom: 50px;
  left: 50px;
  position: absolute;
}
.what-we-do h1, .what-we-do p {
  max-width: 720px;
}
.what-we-do h1 {/*display: none;*/
  margin: 0 0 10px;
  font-size: 30px;
  color: inherit;
}
.what-we-do h1 strong {
  font-weight: inherit;/*color: $t2;*/
  color: inherit;
}
.what-we-do p {
  margin: 0;
}
.what-we-do p + p {
  margin-top: 20px;
}
.what-we-do .filmy {
  background-image: url(../images/content/co-robimy/filmy-3.jpg);
}
.what-we-do .postepowania {
  background-image: url(../images/content/co-robimy/postepowania.jpg);
}
.what-we-do .raporty {
  background-image: url(../images/content/co-robimy/starter.jpg);
}
.what-we-do .lobbing {
  background-image: url(../images/content/co-robimy/lobbing.jpg);
}
.what-we-do .stoiska {
  background-image: url(../images/content/co-robimy/cpv.jpg);
}
.what-we-do .uczymy {
  background-image: url(../images/content/co-robimy/gotujemy.jpg);
}
.what-we-do .roslinniejemy {
  background-image: url(../images/content/co-robimy/roslinniejemy.jpg);
}
.what-we-do.fixed .wrap {
  top: 74px;
  right: 0;
  left: 0;
  position: fixed;
}
@media (max-width: 1023px) {
  .what-we-do {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .what-we-do {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .what-we-do, .what-we-do .wrap {
    height: auto;
    overflow: visible;
  }
  .what-we-do .menu {
    display: none;
  }
  .what-we-do .content {
    width: auto;
    height: auto;
    float: none;
  }
  .what-we-do .item {
    height: 100vw;
    visibility: visible;
    opacity: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
  }
  .what-we-do .inner {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .what-we-do h1 {
    font-size: 19px;
  }
  .what-we-do p {
    display: none;
  }
}
.how-we-work-list:after {
  content: '';
  display: table;
  clear: both;
}
.how-we-work-list {
  margin: 0 0 40px;
  border: solid rgb(214, 220, 219);
  border-width: 0 0 1px;
  text-align: center;
}
.how-we-work-list li {
  width: 25%;
  padding: 35px 30px;
  float: left;
  border: solid rgb(214, 220, 219);
  border-width: 1px 0 0 1px;
}
.how-we-work-list li:nth-child(4n+1) {/*padding-left: 0;*/
  margin-left: 0;
  clear: both;
  border-left-width: 0;
}
.how-we-work-list li:nth-child(4n) {/*padding-right: 0;*/
  border-right-width: 0;
}
.how-we-work-list li:nth-child(-n+4) {/*border-top-width: 0;*/
}
.how-we-work-list span {
  display: inline-block;
  max-width: 250px;
  min-height: 200px;
}
.how-we-work-list strong {
  display: block;
}
.how-we-work-list i {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 60px;
  color: #4cc0b5;
}
@media (max-width: 1024px) {
  .how-we-work-list span {
    min-height: 260px;
  }
}
@media (max-width: 1023px) {
  .how-we-work-list span {
    min-height: 276px;
  }
}
@media (max-width: 767px) {
  .how-we-work-list li {
    width: 100%;
    padding: 25px 20px;
  }
  .how-we-work-list span {
    min-height: 0;
  }
  .how-we-work-list i {
    font-size: 40px;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.what-we-do-2 {
  margin: 150px 0 0;
  position: relative;
}
.what-we-do-2 .backgrounds-wrap {
  width: 500px;
  height: 500px;
  margin-top: -250px;
  margin-left: -250px;
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 50%;
}
.what-we-do-2 .backgrounds-wrap > .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  fill: #4cc0b5;
}
.what-we-do-2 .backgrounds-wrap .bg-items {
  display: none;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
}
.what-we-do-2 .backgrounds-wrap .bg-items:after {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  position: absolute;
  border-radius: 50%;
}
.what-we-do-2 .backgrounds-wrap .bg-item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
/*background: #000;*/
.what-we-do-2 .backgrounds-wrap .bg-item i {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 70px;/*color: #fff;*/
  color: rgb(23, 186, 170);/*text-shadow: 0 2px 15px color(#000 a(.2));*/
}
.what-we-do-2 .backgrounds-wrap .bg {/*opacity: .3;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: no-repeat center center;
  background-size: cover;
}
.what-we-do-2 .backgrounds-wrap .border-helper {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
}
.what-we-do-2 .items {
  text-align: center;
  font-size: 0;/*transform:rotate(-30deg);*/
  animation: rotating 120s linear infinite;
}
.what-we-do-2 .item {
  display: inline-block;
  width: 250px;
  height: 288.675px;
  margin: 0 30px;
  margin-top: -21.675px;
  margin-bottom: -21.675px;
  position: relative;/*outline: 1px solid red;*//*transform: rotate(10deg);*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  animation: rotating 120s linear infinite reverse;
}
.what-we-do-2 .item.middle {/*visibility: hidden;*/
}
.what-we-do-2 .wrap {
  width: 250px;
  height: 288.675px;
  overflow: hidden;
  transform: rotate(120deg);
}
.what-we-do-2 .inner-1, .what-we-do-2 .inner-2 {
  width: 100%;
  height: 100%;
  transform: rotate(-60deg);
}
.what-we-do-2 .inner-1 {
  overflow: hidden;
}
.what-we-do-2 .inner-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  cursor: pointer;
}
/*display: none;*/
.what-we-do-2 .borders div {
  width: 250px;
  height: 144.3375px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border: solid rgb(214, 220, 219);
  border-width: 0 1px;
  transition: .15s;
}
.what-we-do-2 .borders div:nth-child(2) {
  transform: rotate(-60deg);
}
.what-we-do-2 .borders div:nth-child(3) {
  transform: rotate(60deg);
}
.what-we-do-2 .content {
  padding: 0 20px;
  font-size: 18px;
}
.what-we-do-2 .content p {
  margin: 0;
  transition: .15s;
}
.what-we-do-2 .content strong {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: inherit;
}
.what-we-do-2 .content i {
  display: none;
}
/*visibility: hidden;*/
.what-we-do-2 .middle .inner-2 {
  cursor: default;
}
.what-we-do-2 .middle .borders {
  display: none;
}
.what-we-do-2 .middle .icon-chick {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #4cc0b5;
}
.what-we-do-2 .middle .bg-items {
  visibility: hidden;
  opacity: 0;
  transition: .15s;
}
.what-we-do-2 .middle .bg-items .bg-item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.what-we-do-2 .middle .bg-items .bg-item div {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: no-repeat center center;
  background-size: cover;
}
.what-we-do-2 .middle .bg-items .bg-item i {
  color: #fff;
}
.what-we-do-2 .inner-2:hover .borders div {
  border-width: 0 3px;
  border-color: #4cc0b5;
}
/*
    .backgrounds-wrap {
      display: block;

      > i {
        display: none;
      }

      .bg-items {
        display: block;
      }
    }
    */
.what-we-do-2:hover .middle .icon-chick {/*visibility: hidden;*//*opacity: 0;*/
}
.what-we-do-2:hover .middle .bg-items {
  visibility: visible;
  opacity: 1;
}
.section-team {
  padding: 110px 0 0;
  position: relative;
}
.section-team h1 span {
  position: relative;
  z-index: 2;
}
.team {/*overflow: hidden;*/
  margin: 50px 0 80px;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.team ul:after {
  content: '';
  display: table;
  clear: both;
}
.team ul {
  margin: 0;
}
.team li {
  width: 12.5%;
  margin: 0 0 -1px;
  padding: 0;
  float: left;
}
.team a {
  display: block;
  padding: 100% 0 0;
  position: relative;
  background: rgba(12, 54, 50, 0.5);/*border-radius: 50%;*/
  transition: none;
}
.team a:before {
  visibility: hidden;
  opacity: 0;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  position: absolute;
  bottom: -80px;
  border: 10px solid #fff;
  border-bottom-width: 80px;/*border-radius: 3px;*/
  box-shadow: 0 0 0 1px rgba(37, 106, 99, 0.2), 0 0 15px rgba(17, 49, 46, 0.1);
}
.team .wrap {
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.team img {
  display: block;
  position: relative;
  z-index: 1;
  opacity: .5;
  filter: sepia(1) hue-rotate(115deg) saturate(1.5);/*transition: .25s;*/
}
.team .caption {
  visibility: hidden;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  z-index: 3;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  color: #000;
}
.team .caption h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 14px;
  font-family: Raleway,Helvetica,Arial,sans-serif;
  white-space: nowrap;
}
.team .caption .role {
  max-height: 19px*2;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
}
.team li:nth-child(8n+1) a:before {
  transform: translateX(10px);
}
.team li:nth-child(8n+1) a:hover {
  transform: translateX(10px);
}
.team li:nth-child(8n+1) a:hover:before {
  transform: none;
}
.team li:nth-child(8n) a:before {
  transform: translateX(-10px);
}
.team li:nth-child(8n) a:hover {
  transform: translateX(-10px);
}
.team li:nth-child(8n) a:hover:before {
  transform: none;
}
.team a:hover {
  z-index: 2;
}
.team a:hover img {
  opacity: 1;
  filter: grayscale(0);
}
.team a:hover .caption {
  visibility: visible;
  opacity: 1;
}
.team a:hover:before {
  visibility: visible;
  opacity: 1;
}
.team-hexagons .items {
  margin-left: -3px;
  margin-right: -3px;
  margin-left: -140px;
  margin-right: -140px;/*text-align: center;*/
  font-size: 0;
}
.team-hexagons .item {
  display: inline-block;
  width: 150px;
  height: 173.205px;
  margin: 0 3px;
  margin-top: -39.205px;/*margin-bottom: calc(- ($hexagonHeight - $hexagonWidth) + 17px);*/
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.team-hexagons .item:nth-child(1), .team-hexagons .item:nth-child(112) {
  margin-left: 81px;
}
.team-hexagons .wrap {
  width: 150px;
  height: 173.205px;
  overflow: hidden;
  transform: rotate(120deg);
}
.team-hexagons .inner-1, .team-hexagons .inner-2 {
  width: 100%;
  height: 100%;
  transform: rotate(-60deg);
}
.team-hexagons .inner-1 {
  overflow: hidden;
}
.team-hexagons .inner-2 {
  background: no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.section-public-info {
  padding-bottom: 0;
}
.campaign-list {/*max-width: 1400px;*/
  margin: 0 auto 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.campaign-list .item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (10px - 10px * 1/2));
  overflow: hidden;
  position: relative;/*background: $light-t;*//*background: color($t l(-42%));*/
  background: rgb(12, 54, 50);
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);/*transition: .15s;*/
  color: #fff;
}
.campaign-list .item:nth-child(1n) {/*background: $light-t;*//*background: color($t l(-42%));*//*transition: .15s;*/
  margin-right: 10px;
  margin-left: 0;
}
.campaign-list .item:last-child {/*background: $light-t;*//*background: color($t l(-42%));*//*transition: .15s;*/
  margin-right: 0;
}
.campaign-list .item:nth-child(2n) {/*background: $light-t;*//*background: color($t l(-42%));*//*transition: .15s;*/
  margin-right: 0;
  margin-left: auto;
}
.campaign-list .item:before, .campaign-list .item:after {
  transform: translate(20px, 20px);
  transition: .15s;
}
.campaign-list .item:before {/*opacity: 0;*/
  right: -1px;
  bottom: 0;
  border: 20px solid;
  border-color: transparent #fff #fff transparent;
}
.campaign-list .item:after {
  content: "\e684";
  opacity: 0;
  right: -6px;
  bottom: -6px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  font-family: "Pe-icon-7-stroke";
  transform: translate(20px, 20px) rotate(45deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(23, 186, 170);
}
.campaign-list .item:nth-child(2n+1) .wrap {
  float: right;
}
.campaign-list .item:nth-child(n+3) {
  margin-top: 10px;
}
.campaign-list .bg {
  opacity: .25;
  transition: .15s;
}
.campaign-list .wrap {/*width: $container-width / 2;*/
  padding: 60px 40px;
  position: relative;
}
.campaign-list .category, .campaign-list .more {
  margin: 0;/*text-align: right;*/
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .2em;
  color: inherit;
}
.campaign-list h1:not(.section-heading) {
  display: inline-block;
  margin: 20px 0;/*margin-left: -20px;*/
  padding: 0 20px;
  position: relative;
  background: rgb(23, 186, 170);
  font-weight: 600;
  font-size: 35px;
  color: inherit;
  transition: .15s;
}
.campaign-list h1:not(.section-heading) span {
  position: relative;
}
.campaign-list p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.campaign-list .more span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);/*transition: .15s;*/
}
.campaign-list article.plain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 360px;/*hack*/
  padding-top: 30px;
  background: none;
  text-align: center;
  color: rgb(12, 54, 50);
  text-shadow: none;
}
.campaign-list article.plain .section-heading {
  margin-bottom: 30px;
}
.device-no-touch .campaign-list .item:hover {
  background: rgb(23, 186, 170);
  text-shadow: none;
}
.device-no-touch .campaign-list .item:hover .bg {
  opacity: 0;
}
.device-no-touch .campaign-list .item:hover h1 {
  padding-left: 0;/*background: #fff;*//*color: $t2;*/
}
.device-no-touch .campaign-list .item:hover .more span {
  border-color: rgba(255, 255, 255, 0.75);
}
.device-no-touch .campaign-list .item:hover:before {
  transform: none;
}
.device-no-touch .campaign-list .item:hover:after {
  opacity: 1;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .campaign-list .wrap {
    padding: 15px 20px 35px;
    float: none !important;
  }
  .campaign-list h1:not(.section-heading) {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .campaign-list {
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .campaign-list .item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
    margin: 0;
  }
  .campaign-list .item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .campaign-list .item:last-child {
    margin-right: 0;
  }
  .campaign-list .item:nth-child(undefinedn) {
    margin-right: 0;
    margin-left: auto;
  }
  .campaign-list .item + .item {
    margin-top: 10px;
  }
  .campaign-list h1:not(.section-heading) {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
  }
}
.augalybe-recommendation-form, .augalybe-registration-form, .augalybe-enquiry-form {
  display: none;
}
.augalybe-recommendation-form .inner-wrap, .augalybe-registration-form .inner-wrap, .augalybe-enquiry-form .inner-wrap {
  //border: 1px solid rgba(23, 186, 170, 0.2);
  //border-radius: 3px;
  //padding: 10px;
  padding: 10px 0;
  margin: 5px 0 10px;
  display: inline-block;
}
.augalybe-recommendation-form table td:first-of-type, .augalybe-registration-form table td:first-of-type, .augalybe-enquiry-form table td:first-of-type {
  padding: 5px 20px 5px 0;
}
.augalybe-recommendation-form input, .augalybe-registration-form input, .augalybe-enquiry-form input {
  border: 1px solid rgb(23, 186, 170);
  border-radius: 3px;
}
.augalybe-recommendation-form input[type="text"], .augalybe-registration-form input[type="text"], .augalybe-enquiry-form input[type="text"] {
  padding: 5px 10px 6px;
  font-size: 0.8rem;
  min-width: 235px;
}
.augalybe-recommendation-form .text-highlighted, .augalybe-registration-form .text-highlighted, .augalybe-enquiry-form .text-highlighted {
  margin-bottom: 10px;
  margin-top: 10px;
}
.augalybe-recommendation-form textarea, .augalybe-registration-form textarea, .augalybe-enquiry-form textarea {
  border: 1px solid rgb(23, 186, 170);
  border-radius: 3px;
  width: 100%;
  resize: none;
}
/* FFA campaign page. */
.ffa-brands {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ffa-brands-categories {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.ffa-brand-category {
  text-align: center;
  border: 2px solid rgb(23, 186, 170);
  border-radius: 3px;
  -ms-flex: 1;
      flex: 1;
  margin: 0 0.3%;
}
.ffa-brand-category:hover {
  background-color: rgba(23, 186, 170, 0.1);
}
.ffa-brand-category__active {
  background-color: rgba(23, 186, 170, 0.05);
}
.ffa-brand-info {
  display: none;
}
.ffa-brand-info:first-of-type {
  display: block;
}
.ffabrand {
  float: left;
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-top: 20%;
}
.ffabrand .ffabrand__logo {
  padding: 0 10%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ffabrand .ffabrand__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  //margin-top: 50%;
  //transform: translateY(-50%);
  vertical-align: middle;
}
.ffabrand .ffabrand__logo a {
  border-bottom: 0;
}
.ffabrand .ffabrand__title {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.9);
}
.ffabrand .ffabrand__title a {
  color: #000;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-65%);
}
.ffabrand .h {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media (min-width: 800px) {
  .ffabrand:hover .ffabrand__title {
    display: block;
  }
}
.content-for-designers h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 16px;
}
.content-for-designers li {
  padding-left: 10px;
}
.how-to-support-contact-form {
  display: block !important;
  margin: 0 auto;
  width: 65%;
}
.how-to-support-contact-form > div, .how-to-support-contact-form input {
  width: 100%;
}
.how-to-support-contact-form > div td:first-of-type, .how-to-support-contact-form input td:first-of-type {
  width: 20%;
  text-align: right;
}
.how-to-support-contact-form table {
  width: 100%;
}
.how-to-support-contact-form h2 {
  text-align: center;
}
.parama-ext-link {
  text-align: center;
}
.parama-ext-link a {
  position: relative;
  text-decoration: none;
  border: 0;
  display: block;
  padding: 20px 0;
}
.parama-ext-link .the-link-img {
  width: 70%;
  position: relative;
}
.parama-ext-link .the-link-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(23, 186, 170);
  opacity: 0;
  transition: opacity 250ms;
}
.parama-ext-link .the-ext-icon {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 250ms;
}
.parama-ext-link:hover .the-link-overlay {
  opacity: 0.3;
}
.parama-ext-link:hover .the-ext-icon {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .how-to-support-contact-form {
    width: 90%;
  }
}
.ace-section {
  text-align: center;
  margin: 50px auto 0;
  max-width: 500px;
}
.ace-section .ace-section__text {
  margin-top: 20px;
}
.no-border {
  border: 0 !important;
}
.resources .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.resources .item {
  display: block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/2 - (10px - 10px * 1/2));
  margin: 0 0 10px;
  position: relative;
  border: 1px solid rgb(214, 220, 219);/*border-radius: 3px;*/
  color: rgb(12, 54, 50);
}
.resources .item:nth-child(1n) {/*border-radius: 3px;*/
  margin-right: 10px;
  margin-left: 0;
}
.resources .item:last-child {/*border-radius: 3px;*/
  margin-right: 0;
}
.resources .item:nth-child(2n) {/*border-radius: 3px;*/
  margin-right: 0;
  margin-left: auto;
}
.resources .item.small {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.99% * 1/3 - (10px - 10px * 1/3));
}
.resources .item.small:nth-child(1n) {
  margin-right: 10px;
  margin-left: 0;
}
.resources .item.small:last-child {
  margin-right: 0;
}
.resources .item.small:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
.resources .item.small .content {
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.resources .item.small h1 {
  font-size: 20px;
}
.resources .content {
  background: #fff;
  margin: 0 -1px;
  padding: 27px 40px 35px;
  border-width: 0 1px;
  border-style: solid;
  border-color: rgb(214, 220, 219);
  transition: transform .25s;
}
.resources .img {
  overflow: hidden;
  margin: -1px -1px 0;
  position: relative;
}
/*border-radius: 3px 3px 0 0;*/
.resources .img img {
  display: block;
  width: 100%;/*border-radius: 3px 3px 0 0;*/
  transition: transform .25s;
}
.resources .img:after {/*display: none;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0;
}
.resources .more {
  opacity: 0;
  height: 40px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  position: absolute;
  background: linear-gradient(to bottom, rgba(76, 192, 181, 0) 0%, rgba(76, 192, 181, 0.1) 100%);/*border: 1px solid $t;*//*border-top: 1px solid $border-color;*/
  border-radius: 0 0 3px 3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: .12em;
  color: rgb(23, 186, 170);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity .25s;
}
.resources h1 {
  margin: 0;
  font-size: 32px;
}
.resources h2 {
  margin: 2px 0 0;
  font-weight: 500;
  font-size: 22px;
  color: rgb(117, 138, 136);
}
.resources p {
  margin: 22px 0 0;
}
.device-no-touch .resources .item:hover .img img {
  transform: translateY(-15px);
}
.device-no-touch .resources .item:hover .content {
  transform: translateY(-30px);
}
.device-no-touch .resources .item:hover .more {
  opacity: 1;
}
@media (max-width: 1023px) {
  .resources .content {
    padding: 25px 20px 25px;
  }
  .resources h1 {
    font-size: 28px;
  }
  .resources h2 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .resources .item {}
  .resources .item, .resources .item.small {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
  }
  .resources .item:nth-child(1n), .resources .item.small:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .resources .item:last-child, .resources .item.small:last-child {
    margin-right: 0;
  }
  .resources .item:nth-child(undefinedn), .resources .item.small:nth-child(undefinedn) {
    margin-right: 0;
    margin-left: auto;
  }
  .resources h1 {
    font-size: 24px;
  }
  .resources h2 {/*text: 17px;*/
  }
}
.issue-list {
  position: relative;
}
.issue-list .item {
  margin: 0 0 60px;
  font-size: 0;
  position: relative;
}
.issue-list .item:last-child {
  margin-bottom: 10px;
}
.issue-list .img {
  display: inline-block;
  width: 400px;
  min-height: 400px;
  position: relative;
}
.issue-list .img .wrap {}
.issue-list .img .wrap:before {
  content: "";
  top: 5px;
  right: -5px;
  bottom: 5px;
  left: 3px;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px 0 0 2px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.01), 0 10px 20px rgba(0, 0, 0, 0.1);
}
.issue-list .img img {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 2px 0 0 2px;
}
.issue-list .img:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;/*background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(211, 211, 211, 0.05) 5%, rgba(255, 255, 255, 0.07) 5%, rgba(255, 255, 255, 0.05) 9%, color(#fff a(.0)) 100%);*/
  border-radius: 2px 0 0 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.issue-list .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 500px;
  position: absolute;
  font-size: 1rem;
}
.issue-list p {}
.issue-list p:last-child {
  margin: 0;
}
.issue-list .section-heading {
  margin: 0 0 25px;
  font-size: 22px;
}
.issue-list .section-heading span {
  padding-bottom: 3px;
}
.issue-list h1 {
  margin: 0 0 20px;
  font-size: 32px;
}
.issue-list .item.active {
  position: relative;
  z-index: 1;
}
.issue-list .item.active .img {/*opacity: 1;*/
}
.issue-list .lock-icon {
  display: inline-block;
  visibility: hidden;
  width: 30px;
  height: 40px;
  margin: 0 0 0 20px;
  position: relative;
  vertical-align: top;
}
.issue-list .lock-icon i {
  display: block;
  top: 8px;
  left: 0;
  position: absolute;
  vertical-align: middle;
  color: rgba(12, 54, 50, 0.3);
  font-size: 24px;
}
.issue-list .lock-icon .pe-7s-unlock {
  display: none;
}
.issue-list .button:hover + .lock-icon .pe-7s-lock {
  display: none;
}
.issue-list .button:hover + .lock-icon .pe-7s-unlock {
  display: inline-block;
}
.issue-list [data-locked] + .lock-icon {
  visibility: visible;
}
.issue-list.scroll-enabled .content {
  opacity: 0;
  padding: 60px 0 0;
  top: 0;
  right: calc((100% - 1080px) / 2);
  bottom: 0;
  left: calc((100% - 1080px) / 2 + 500px);
  position: fixed;
  transform: translateY(100px);
}
@media (max-width: 1259px) {
  .issue-list .content {
    left: 450px;
  }
}
@media (max-width: 1119px) {
  .issue-list {}
  .issue-list.scroll-enabled .content {
    right: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .issue-list .item:after {
    content: '';
    display: table;
    clear: both;
  }
  .issue-list .img {
    width: calc(50% - 40px);
    max-width: 400px;
    float: left;
  }
  .issue-list .content {
    display: block;
    width: 50%;
    margin-left: 40px;
    position: static;
    float: left;
  }
  .issue-list h1 {
    font-size: 24px;
  }
  .issue-list.scroll-enabled .content {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .issue-list .item {/*margin-bottom: 70px;*/
  }
  .issue-list .img, .issue-list .content {
    width: auto;
    max-width: none;
    margin: 0;
    float: none;
  }
  .issue-list .content {
    margin-top: 30px;
  }
  .issue-list .button {
    max-width: calc(100% - 50px);
  }
  .issue-list.scroll-enabled .content {
    display: block;
    padding: 0;
    opacity: 1;
    position: static;
    transform: none;
  }
}
.page-contact {
  padding-top: 0;/*min-height: 2000px;*/
}
.map-bg {
  height: 950px;
  padding: 190px 0 0;
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
/*border-bottom: 1px solid $border-color;*/
.map-bg .bg {
  position: absolute;
  top: 0;
  right: -300px;
  bottom: 0;
  left: 0;
  background: url(../images/map-big.png) -850px 0;
}
.map-bg .container {
  height: 100%;
  position: relative;
}
.map-bg .locations {
  margin-top: -20px;
  margin-left: -50px;
  position: absolute;
  top: 350px;
  left: 50%;
  cursor: default;
}
.map-bg .locations .item {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  position: absolute;
  background: #4cc0b5;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(37, 106, 99, 0.3), 0 0 7px rgba(37, 106, 99, 0.3);/*cursor: pointer;*/
  display: none;
}
.map-bg .locations .item:before {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  position: absolute;/*outline: 1px solid red;*/
  border-radius: 50%;
}
.map-bg .locations .gdansk {
  top: -131px;
  left: 213px;
}
.map-bg .locations .gdansk .tooltip {
  min-width: 78px;
}
.map-bg .locations .szczecin {
  top: -60px;
  left: 27px;
}
.map-bg .locations .szczecin .tooltip {
  min-width: 86px;
}
.map-bg .locations .bydgoszcz {
  top: -37px;
  left: 183px;
}
.map-bg .locations .bydgoszcz .tooltip {
  min-width: 98px;
}
.map-bg .locations .poznan {
  top: 17px;
  left: 135px;
}
.map-bg .locations .poznan .tooltip {
  min-width: 78px;
}
.map-bg .locations .warszawa {
  top: 30px;
  left: 321px;
}
.map-bg .locations .warszawa .tooltip {
  min-width: 98px;
}
.map-bg .locations .zielona-gora {
  top: 52px;
  left: 71px;
}
.map-bg .locations .zielona-gora .tooltip {
  min-width: 112px;
}
.map-bg .locations .lodz {
  top: 65px;
  left: 249px;
}
.map-bg .locations .lodz .tooltip {
  min-width: 62px;
}
.map-bg .locations .lublin {
  top: 103px;
  left: 391px;
}
.map-bg .locations .lublin .tooltip {
  min-width: 70px;
}
.map-bg .locations .wroclaw {
  top: 113px;
  left: 140px;
}
.map-bg .locations .wroclaw .tooltip {
  min-width: 88px;
}
.map-bg .locations .katowice {
  top: 173px;
  left: 229px;
}
.map-bg .locations .katowice .tooltip {
  min-width: 90px;
}
.map-bg .locations .krakow {
  top: 189px;
  left: 271px;
}
.map-bg .locations .krakow .tooltip {
  min-width: 80px;
}
.map-bg .locations .olsztyn {
  top: -90px;
  left: 290px;
}
.map-bg .locations .olsztyn .tooltip {
  min-width: 65px;
}
.map-bg .locations .opole {
  top: 142px;
  left: 183px;
}
.map-bg .locations .opole .tooltip {
  min-width: 70px;
}
.map-bg .locations .czestochowa {
  top: 130px;
  left: 235px;
}
.map-bg .locations .czestochowa .tooltip {/*min-width: 70px;*/
}
.map-bg .locations .tooltip {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  left: 4px;
  background: #fff;
  border: 1px solid rgba(37, 106, 99, 0.4);
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(37, 106, 99, 0.15);
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(.5) translateX(-50.0%);
  transform-origin: 0% 100%;
  transition: .15s;
}
.map-bg .locations .tooltip span {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 3px;
}
.map-bg .locations .tooltip:before, .map-bg .locations .tooltip:after {
  width: 12px;
  height: 12px;
  margin: 0 0 0 -6px;
  bottom: -6px;
  left: 50%;
  background: #fff;
  transform: rotate(45deg);
}
.map-bg .locations .tooltip:before {
  border: 1px solid rgba(37, 106, 99, 0.4);
  box-shadow: 0 2px 10px rgba(37, 106, 99, 0.15);
}
.map-bg .locations .tooltip:after {/*display: none;*/
  bottom: -4px;
}
.map-bg .locations i {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(76, 192, 181, 0.25);
  border: 1px solid rgba(76, 192, 181, 0.5);
  border-radius: 50%;
}
.map-bg .locations .item:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(-50.0%);
}
.map-bg:after {
  height: 300px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  .map-bg {
    height: auto;
    padding-top: 100px;
  }
  .map-bg .bg {
    display: none;
  }
  .map-bg .locations {
    display: none;
  }
  .map-bg:after {
    display: none;
  }
}
.contact-info-box {
  max-width: 400px;/*background: color(#fff a(.7));*//*border: 1px solid $border-color;*/
  border-radius: 5px;
}
.contact-info-box h2 {/*font-weight: 500;*/
}
.contact-info-box h3 {
  margin: 0;
  font-size: 14px;
}
.contact-info-box ul {/*margin: 40px 0;*//*text-transform: uppercase;*/
  font-size: 14px;
  font-weight: 700;
  font-family: Helvetica,Arial,Raleway,Helvetica,Arial,sans-serif;
}
.contact-info-box ul li {
  padding: 3px 0;
}
.contact-info-box ul i {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.contact-info-box .locations-info {/*display: none;*/
  margin: 35px 0 0;
  font-size: 13px;
  color: rgba(12, 54, 50, 0.7);
}
.contact-info-box a {
  border: none;
}
.contact-content {/*height: 2000px;*/
  margin: -190px 0 0;
  position: relative;
}
.contact-content h2 {/*text-align: center;*/
}
.contact-content .container {/*max-width: 720px + 40px;*/
}
.contact-content.waiting .button {
  pointer-events: none;
}
.contact-content.sent .contact-form, .contact-content.sent .subtitle {
  display: none;
}
.contact-content.sent .success-message {
  display: block;
}
@media (max-width: 767px) {
  .contact-content {
    margin-top: 80px;
  }
}
.contact-form textarea {
  height: 200px;
}
.contact-form .form-row:nth-child(4) {
  display: none;
}
.fight-along-form td {
  padding: 5px 20px 5px 0;
}
.fight-along-form td:nth-of-type(2) {
  width: 60%;
}
.fight-along-form input, .fight-along-form textarea {
  border: 1px solid rgb(23, 186, 170);
  border-radius: 3px;
  width: 100%;
  padding: 6px;
}
.fight-along-form input[type="radio"] {
  width: unset;
}
.fight-along-form textarea {
  resize: none;
}
.take-action-steps {
  padding: 0 0 100px;
  background: #082120;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.take-action-steps .items:after {
  content: '';
  display: table;
  clear: both;
}
.take-action-steps .items {
  position: relative;
  background: linear-gradient(-45deg, rgba(76, 192, 181, 0) 0%, rgba(76, 192, 181, 0.1) 100%);
}
.take-action-steps .item {
  display: block;
  width: 50%;
  position: relative;
  float: left;
  border: solid rgba(255, 255, 255, 0.15);
  border-width: 1px;
  cursor: pointer;
}
.take-action-steps .item + .item {
  float: right;
}
.take-action-steps .item:before {
  opacity: 0;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  position: absolute;
  border: 5px solid #fff;
  border-radius: 3px;
  transition: .15s;
}
.take-action-steps .item:first-child {
  border-right-width: 0;
}
.take-action-steps .item.join .content {
  min-height: 619px;
}
.take-action-steps .content {
  padding: 40px 40px 18px;
  position: relative;
  overflow: hidden;
}
.take-action-steps .content:before, .take-action-steps .content:after {
  transform: translate(20px, 20px);
  transition: .15s;
}
.take-action-steps .content:before {/*opacity: 0;*/
  right: -1px;
  bottom: -1px;
  border: 20px solid;
  border-color: transparent #fff #fff transparent;
}
.take-action-steps .content:after {
  content: "\e684";
  opacity: 0;
  right: -6px;
  bottom: -6px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  font-family: "Pe-icon-7-stroke";
  transform: translate(20px, 20px) rotate(45deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(23, 186, 170);
}
.take-action-steps strong {
  font-weight: 700;
  color: inherit;
}
.take-action-steps i {
  position: absolute;
  top: 37px;
  right: 40px;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.2);
}
.take-action-steps .pe-7s-id {
  font-size: 48px;
}
.take-action-steps .heading, .take-action-steps .subheading {/*padding-left: 80px;*/
}
.take-action-steps .heading {
  font-size: 32px;
  color: #4cc0b5;
}
.take-action-steps .subheading {
  margin: -20px 0 42px;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
}
.take-action-steps .subheading:last-child {
  margin-bottom: 30px;
}
.take-action-steps p {
  color: rgba(255, 255, 255, 0.7);
}
.take-action-steps .item:hover {
  background: rgb(23, 186, 170);
  z-index: 1;
  color: rgb(12, 54, 50);
}
.take-action-steps .item:hover .content {}
.take-action-steps .item:hover .content:before {
  transform: none;
}
.take-action-steps .item:hover .content:after {
  opacity: 1;
  transform: rotate(45deg);
}
.take-action-steps .item:hover i {
  color: #fff;
}
.take-action-steps .item:hover .heading {
  color: #fff;
}
.take-action-steps .item:hover p {
  color: #fff;
}
.take-action-steps .item:hover:before {
  opacity: 1;
}
.take-action-steps .join .info {
  margin: 78px 0 0;/*text-align: center;*//*text-transform: uppercase;*//*font-weight: 600;*//*font-size: 15px;*/
  line-height: 1;
}
/*letter-spacing: .12em;*/
.take-action-steps .join .info strong {
  display: block;
  padding: 7px 0 16px;
  font-weight: 600;
  font-size: 46px;/*font-family: $font5;*/
}
.section-quote .take-action-steps {
  margin-top: 70px;
}
.take-action-steps.light {
  padding: 0;
  background: none;/*color: $text-color;*/
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.take-action-steps.light .items {
  background: none;
}
.take-action-steps.light .item {
  border-color: rgb(214, 220, 219);
  border-color: rgba(0, 0, 0, 0.1);
}
.take-action-steps.light .item:before {
  border-color: #4cc0b5;
}
.take-action-steps.light .content {}
.take-action-steps.light .content:before {
  border-color: transparent #4cc0b5 #4cc0b5 transparent;
}
.take-action-steps.light .content:after {
  color: #fff;
}
.take-action-steps.light i {
  color: rgb(23, 186, 170);
}
.take-action-steps.light .heading {
  color: #000;
}
.take-action-steps.light .subheading {
  font-weight: 400;
  color: rgb(117, 138, 136);
}
.take-action-steps.light p {
  color: rgb(12, 54, 50);
}
.take-action-steps.light .item:hover {
  background: rgba(255, 255, 255, 0.9);
}
.take-action-steps.light .item:hover i {
  color: rgb(23, 186, 170);
}
.take-action-steps.light .item:hover .heading {
  color: #000;
}
.take-action-steps.light .item:hover p {
  color: rgb(12, 54, 50);
}
.take-action-steps.small .heading {
  font-size: 24px;
}
.take-action-steps.small .subheading {
  font-size: 19px;
}
@media (max-width: 1023px) {
  .take-action-steps .content {
    padding: 30px 30px 10px;
  }
  .take-action-steps .heading {
    font-size: 24px;
  }
  .take-action-steps .subheading {
    font-size: 20px;
  }
  .take-action-steps i {
    top: 27px;
    right: 20px;
    font-size: 32px;
  }
  .take-action-steps .item.join .content {
    min-height: 591px;
  }
  .section-quote .take-action-steps {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .take-action-steps {
    padding-bottom: 60px;
  }
  .take-action-steps .items {
    background: none;
  }
  .take-action-steps .item {
    width: auto;
    margin: 0;
    float: none !important;/*background: linear-gradient(-45deg, color($t a(0)) 0%, color($t a(.1)) 100%);*/
    background: rgba(76, 192, 181, 0.05);
    border-width: 1px !important;
  }
  .take-action-steps .item + .item {
    margin-top: 10px;
  }
  .take-action-steps .content {
    padding: 20px 20px 10px;
  }
  .take-action-steps .heading {
    font-size: 21px;
  }
  .take-action-steps .subheading {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .take-action-steps p {
    display: none;
  }
  .take-action-steps i {
    top: 22px;
    font-size: 24px;
  }
  .take-action-steps .item.join .content {
    min-height: 0;
  }
  .take-action-steps.small .heading {
    font-size: 21px;
  }
  .take-action-steps.small .subheading {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.section-more-help {
  padding-top: 90px;
  padding-bottom: 0;
  text-align: center;
}
.section-more-help h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .12em;
  color: rgba(12, 54, 50, 0.5);
}
.section-more-help + .content-section {/*padding-top: 0;*/
}
@media (max-width: 767px) {
  .section-more-help {
    padding-top: 50px;
  }
  .section-more-help h1 {
    font-size: 15px;
  }
}
.publication-download-email {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 38px;
  letter-spacing: .12em;
  color: rgb(23, 186, 170);
  float: left;
  outline-width: 0;
  border-radius: 3px 0 0 3px;
  max-width: 0;
  padding: 0;
  border: 0;
  transition: max-width 0.5s linear, padding 0.5s;
  background: #fff;
}
.publication-download-email:-ms-input-placeholder {
  opacity: 0.4;
}
.publication-download-email::placeholder {
  opacity: 0.4;
}
.publication-download-download {
  background-color: #fff;
}
.publication-download-download i {
  padding-left: 10px;
}
.publication-download-subscribe-wrapper {
  position: relative;
  opacity: 0;
  top: -34px;
  transition: all 0.5s;
  z-index: -1;
  left: 2px;
}
.styled-checkbox {
  position: relative;
  top: 4px;
}
.styled-checkbox + label {
  margin-left: 10px;
  font-size: 14px;
}
.styled-checkbox label {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #fff, 0 1px 3px rgba(0, 0, 0, 0.5);
}
.styled-checkbox label:after {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid rgb(23, 186, 170);
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.styled-checkbox label:hover::after {
  opacity: 0.5;
}
.styled-checkbox input[type=checkbox] {
  visibility: hidden;
}
.styled-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.publication-download-visible .publication-download-email {
  padding: 0 12px;
  border: 2px solid rgb(23, 186, 170);
  border-right-width: 0;
  max-width: 100%;
}
.publication-download-visible .publication-download-download {
  left: -2px;
  transition: all 1s;
}
.publication-download-visible .publication-download-subscribe-wrapper {
  opacity: 1;
  top: 0;
  z-index: 1;
}
.publication-download-submit-confirmation {
  color: rgb(23, 186, 170);
}
.issue-list p {
  margin-bottom: 10px;
}

html {
  background: #fff;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

[x-cloak] {
  display: none;
}
