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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Core style for every cell */
.gldp-default .core {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #222;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(98%, #dadada), color-stop(99%, #ffffff), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(98%, #dadada), color-stop(99%, #ffffff), to(#dadada));
  background: linear-gradient(to bottom, #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
}

/* Cell border */
.gldp-default .border {
  border: 0 !important;
}

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
  font-size: 16px !important;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  border: 0 !important;
}

/* Month/Year text */
.gldp-default .monyear span {
  margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
  color: #222;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
  color: #f00;
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
  color: #222;
  opacity: 0.15;
}

/* Days of the week */
.gldp-default .dow {
  color: #fff;
  font-weight: bold;
  cursor: wait !important;
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff0000 0%, #ffcccc 1%, #ff0000 2%, #aa0000 98%, #dd4444 99%, #880000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(1%, #dd4444), color-stop(2%, #ff0000), color-stop(98%, #aa0000), color-stop(99%, #ffcccc), color-stop(100%, #880000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffcccc 1%, #ff0000 2%, #aa0000 98%, #dd4444 99%, #880000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffcccc 1%, #ff0000 2%, #aa0000 98%, #dd4444 99%, #880000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffcccc 1%, #ff0000 2%, #aa0000 98%, #dd4444 99%, #880000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(1%, #ffcccc), color-stop(2%, #ff0000), color-stop(98%, #aa0000), color-stop(99%, #dd4444), to(#880000));
  background: linear-gradient(to bottom, #ff0000 0%, #ffcccc 1%, #ff0000 2%, #aa0000 98%, #dd4444 99%, #880000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#880000',GradientType=0 );
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
  color: #3858a8;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
  color: #666 !important;
}

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
  background: #fcfff4;
  background: -moz-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff4), color-stop(100%, #e9e9ce));
  background: -webkit-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfff4), to(#e9e9ce));
  background: linear-gradient(to bottom, #fcfff4 0%, #e9e9ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 );
}

/* Non-Selectable days */
.gldp-default .noday {
  color: #444;
  font-weight: normal;
  cursor: wait !important;
  background: #aaaaaa;
  background: -moz-linear-gradient(top, #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa), color-stop(98%, #8a8a8a), color-stop(99%, #aaaaaa), color-stop(100%, #8a8a8a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
  background: -o-linear-gradient(top, #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
  background: -ms-linear-gradient(top, #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), color-stop(98%, #8a8a8a), color-stop(99%, #aaaaaa), to(#8a8a8a));
  background: linear-gradient(to bottom, #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#8a8a8a',GradientType=0 );
}

/* Currently selected day */
.gldp-default .selected {
  color: #fff;
  font-weight: bold;
  border-color: #c00;
  background: #e8bf88;
  background: -moz-linear-gradient(top, #e8bf88 0%, #ffc19d 1%, #fd8642 2%, #ab2412 98%, #ef753f 99%, #ef753f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8bf88), color-stop(1%, #ffc19d), color-stop(2%, #fd8642), color-stop(98%, #ab2412), color-stop(99%, #ef753f), color-stop(100%, #ef753f));
  background: -webkit-linear-gradient(top, #e8bf88 0%, #ffc19d 1%, #fd8642 2%, #ab2412 98%, #ef753f 99%, #ef753f 100%);
  background: -o-linear-gradient(top, #e8bf88 0%, #ffc19d 1%, #fd8642 2%, #ab2412 98%, #ef753f 99%, #ef753f 100%);
  background: -ms-linear-gradient(top, #e8bf88 0%, #ffc19d 1%, #fd8642 2%, #ab2412 98%, #ef753f 99%, #ef753f 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e8bf88), color-stop(1%, #ffc19d), color-stop(2%, #fd8642), color-stop(98%, #ab2412), color-stop(99%, #ef753f), to(#ef753f));
  background: linear-gradient(to bottom, #e8bf88 0%, #ffc19d 1%, #fd8642 2%, #ab2412 98%, #ef753f 99%, #ef753f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8bf88', endColorstr='#ef753f',GradientType=0 );
}

/* Today */
.gldp-default .today {
  color: #fff;
  font-weight: bold;
  border-color: #00c;
  background: #88bfe8;
  background: -moz-linear-gradient(top, #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88bfe8), color-stop(1%, #9dc1ff), color-stop(2%, #4286fd), color-stop(98%, #0124ab), color-stop(99%, #3775ef), color-stop(100%, #3775ef));
  background: -webkit-linear-gradient(top, #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
  background: -o-linear-gradient(top, #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
  background: -ms-linear-gradient(top, #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#88bfe8), color-stop(1%, #9dc1ff), color-stop(2%, #4286fd), color-stop(98%, #0124ab), color-stop(99%, #3775ef), to(#3775ef));
  background: linear-gradient(to bottom, #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#3775ef',GradientType=0 );
}

/* Special */
.gldp-default .special {
  color: #fff;
  font-weight: bold;
  border-color: #0c0;
  background: #88e888;
  background: -moz-linear-gradient(top, #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88e888), color-stop(1%, #9dff9d), color-stop(2%, #42fd42), color-stop(98%, #01ab01), color-stop(99%, #37ef37), color-stop(100%, #37ef37));
  background: -webkit-linear-gradient(top, #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
  background: -o-linear-gradient(top, #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
  background: -ms-linear-gradient(top, #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#88e888), color-stop(1%, #9dff9d), color-stop(2%, #42fd42), color-stop(98%, #01ab01), color-stop(99%, #37ef37), to(#37ef37));
  background: linear-gradient(to bottom, #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88e888', endColorstr='#37ef37',GradientType=0 );
}

/* ==========================================================================
     Classes
     ========================================================================== */
.content-right > * {
  margin: 0 0 0 auto;
}

.relative {
  position: relative;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

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

@media screen and (max-width: 1023px) {
  .visible_mobile {
    display: block !important;
    visibility: visible !important;
    padding: 0;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before, .cf:after, .th_joomboos .article__body p:last-of-type:after {
  content: " ";
  display: table;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.cf:after, .th_joomboos .article__body p:last-of-type:after, .clearfix:after {
  clear: both;
}

.cf, .th_joomboos .article__body p:last-of-type:after, .clearfix {
  *zoom: 1;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.debug {
  outline: solid gold 1px;
}

.debug-background {
  background: rgba(255, 215, 0, 0.2) !important;
}

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

.error {
  color: #ed4b47;
}

/* HELPER KLASE */
/**************** Margins i Paddings ****************/
/* HELPER KLASE */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mv0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mv35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mv60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mv65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mh0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mh5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mh10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mh15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mh20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mh25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mh30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mh35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mh40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mh60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mh65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pv65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.ph0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.ph5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.ph10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.ph15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.ph20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.ph25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.ph30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.ph35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.ph40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.ph60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.ph65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

/*************** Links ***************/
a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

a:active, a:visited {
  outline: 0;
}

/**************************************************
    CORE SETTINGS
    **********************************************/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  color: #141414;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: #ffffff;
}

body.nav_is_open {
  overflow: hidden;
  position: fixed;
}

@media screen and (min-width: 1024px) {
  body {
    background: #fff;
  }
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
}

*:focus {
  outline: 0;
}

/**************************************************
    SITE WRAPPERS
    **********************************************/
.body_overlay {
  position: fixed;
  width: 1800px;
  height: 999px;
  z-index: 99;
  opacity: 0.5;
  top: -273px;
  left: 50%;
  margin: 0 -900px;
  background: url("../overlay_naslovnica.png");
}

.body_wrap {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-bottom: 0;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  .body_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
    overflow-x: visible;
  }
}

@media screen and (min-width: 1310px) {
  .body_wrap {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1310px) {
  body.article .body_wrap,
  body.comments_page .body_wrap,
  body.standalone_gallery .body_wrap,
  body.tags .body_wrap,
  body.search .body_wrap,
  body.user_profile .body_wrap,
  body.dynamic_form .body_wrap {
    padding: 0;
  }
}

body.flatpage--didomi .body_wrap {
  overflow-x: visible;
}

.body_inner_wrap {
  margin-top: 92px;
}

@media screen and (min-width: 1024px) {
  .body_inner_wrap {
    margin-top: 68px;
  }
}

@media screen and (min-width: 1310px) {
  .body_inner_wrap {
    margin-top: 88px;
  }
}

@media screen and (min-width: 1024px) {
  body.has_subnav .body_inner_wrap {
    margin-top: 92px;
  }
}

@media screen and (min-width: 1310px) {
  body.has_subnav .body_inner_wrap {
    margin-top: 114px;
  }
}

.content__wrap {
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .content__wrap {
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  }
}

@media screen and (min-width: 1024px) {
  body.section--special .content__wrap {
    background-color: transparent;
  }
}

/**************************************************
    FIXED SIDEBAR
    **********************************************/
.column_content {
  position: relative;
  z-index: 1;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 540px) and (min-width: 1024px) {
  .column_content {
    margin: 0 0 0 -320px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .column_content {
    margin: 0 0 0 -320px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_content {
    margin: 0 0 0 -254px;
  }
}

@media screen and (min-width: 1310px) {
  .column_content {
    margin: 0 0 0 -327px;
  }
}

@media screen and (min-width: 1024px) {
  .column_content {
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  body.article .column_content,
  body.comments_page .column_content,
  body.standalone_gallery .column_content,
  body.tags .column_content,
  body.search .column_content,
  body.user_profile .column_content,
  body.piece_page .column_content,
  body.dynamic_form .column_content {
    margin: 0 -320px 0 0;
    float: left;
  }
}

@media screen and (min-width: 1310px) {
  body.article .column_content,
  body.comments_page .column_content,
  body.standalone_gallery .column_content,
  body.tags .column_content,
  body.search .column_content,
  body.user_profile .column_content,
  body.piece_page .column_content,
  body.dynamic_form .column_content {
    margin: 0 -330px 0 0;
  }
}

body.youtuber_profile .column_content {
  margin: 0;
  float: none;
}

.column_content__inner {
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column_content__inner:before, .column_content__inner:after {
  content: "";
  display: table;
}

.column_content__inner:after {
  clear: both;
}

@media screen and (min-width: 540px) and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 0 0 320px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 0 0 320px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 0 0 254px;
  }
}

@media screen and (min-width: 1310px) {
  .column_content__inner {
    margin: 0 0 0 327px;
  }
}

@media screen and (min-width: 1024px) {
  body.article .column_content__inner,
  body.comments_page .column_content__inner,
  body.tags .column_content__inner,
  body.search .column_content__inner,
  body.user_profile .column_content__inner,
  body.piece_page .column_content__inner,
  body.dynamic_form .column_content__inner {
    margin: 0 320px 0 0;
  }
}

@media screen and (min-width: 1310px) {
  body.article .column_content__inner,
  body.comments_page .column_content__inner,
  body.tags .column_content__inner,
  body.search .column_content__inner,
  body.user_profile .column_content__inner,
  body.piece_page .column_content__inner,
  body.dynamic_form .column_content__inner {
    margin: 0 330px 0 0;
  }
}

.column_sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.column_sidebar:before, .column_sidebar:after {
  content: "";
  display: table;
}

.column_sidebar:after {
  clear: both;
}

@media screen and (min-width: 1024px) {
  .column_sidebar {
    width: 224px;
  }
}

@media screen and (min-width: 1310px) {
  .column_sidebar {
    width: 297px;
  }
}

@media screen and (min-width: 1024px) {
  .column_sidebar {
    float: left;
  }
}

@media screen and (min-width: 1024px) {
  body.article .column_sidebar,
  body.comments_page .column_sidebar,
  body.standalone_gallery .column_sidebar,
  body.tags .column_sidebar,
  body.search .column_sidebar,
  body.user_profile .column_sidebar,
  body.piece_page .column_sidebar,
  body.dynamic_form .column_sidebar {
    width: 300px;
    float: right;
  }
}

@media screen and (min-width: 1310px) {
  body.article .column_sidebar,
  body.comments_page .column_sidebar,
  body.standalone_gallery .column_sidebar,
  body.tags .column_sidebar,
  body.search .column_sidebar,
  body.user_profile .column_sidebar,
  body.piece_page .column_sidebar,
  body.dynamic_form .column_sidebar {
    width: 330px;
    padding: 0 0 0 30px;
  }
}

body.article .column_sidebar .dfp_banner,
body.comments_page .column_sidebar .dfp_banner,
body.standalone_gallery .column_sidebar .dfp_banner,
body.tags .column_sidebar .dfp_banner,
body.search .column_sidebar .dfp_banner,
body.user_profile .column_sidebar .dfp_banner,
body.piece_page .column_sidebar .dfp_banner,
body.dynamic_form .column_sidebar .dfp_banner {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  body.article .column_sidebar .dfp_banner,
  body.comments_page .column_sidebar .dfp_banner,
  body.standalone_gallery .column_sidebar .dfp_banner,
  body.tags .column_sidebar .dfp_banner,
  body.search .column_sidebar .dfp_banner,
  body.user_profile .column_sidebar .dfp_banner,
  body.piece_page .column_sidebar .dfp_banner,
  body.dynamic_form .column_sidebar .dfp_banner {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1310px) {
  body.comments_page .column_sidebar {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1024px) {
  body.comments_page .column_sidebar .dfp_banner {
    margin-top: 0;
  }
}

@media screen and (min-width: 1310px) {
  body.comments_page .column_sidebar .dfp_banner {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  body.piece_page .column_sidebar .dfp_banner,
  body.user_profile .column_sidebar .dfp_banner {
    margin-top: 0;
  }
}

body.search .column_sidebar .dfp_banner {
  margin-top: 40px;
}

.column_content_360 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_content_360 {
    margin: 0 -330px 0 0;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_content_360 {
    float: left;
  }
}

.column_content_360__inner {
  position: relative;
  margin: 0;
  padding: 0;
}

.column_content_360__inner:before, .column_content_360__inner:after {
  content: "";
  display: table;
}

.column_content_360__inner:after {
  clear: both;
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_content_360__inner {
    margin: 0 330px 0 0;
  }
}

@media screen and (min-width: 1310px) and (min-width: 1024px) {
  .column_content_360__inner {
    margin: 0 330px 0 0;
  }
}

@media screen and (min-width: 540px) {
  .column_content_360__inner {
    overflow: visible;
  }
}

body.schedule_page .column_content_360__inner {
  width: 100%;
  margin: 0;
}

.column_sidebar_360 {
  position: relative;
  float: none;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
}

.column_sidebar_360:before, .column_sidebar_360:after {
  content: "";
  display: table;
}

.column_sidebar_360:after {
  clear: both;
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_sidebar_360 {
    width: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .column_sidebar_360 {
    float: right;
    margin: 0;
  }
}

.main_snake_border {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .main_snake_border:after {
    position: absolute;
    content: '';
    top: -30px;
    background: #efede8;
    height: 1px;
    width: 100%;
  }
}

.main_snake_column {
  margin: 0 !important;
}

@media screen and (min-width: 1024px) {
  .main_snake_column {
    padding: 0 40px 0 0;
  }
}

.center_me {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 340px) {
  .center_me {
    margin: 20px 0;
  }
}

@media screen and (min-width: 540px) {
  .center_me {
    width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .center_me {
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#divAIO1, #divAIO2 {
  height: 0;
  overflow: hidden;
}

.alert__message:before, .gldp-default .prev-arrow::after, .gldp-default .next-arrow::after, .form__error:before, .custom_select:after, .radiobutton__icon:before, .checkbox__icon:before, .cal__nav [class^="icon-"], .cal__nav [class*=" icon-"], .ntfs__icon > span::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
@font-face {
    font-family: 'cora';
    src:url('../fonts/cora.eot?vbuozu');
    src:url('../fonts/cora.eot?vbuozu#iefix') format('embedded-opentype'),
        url('../fonts/cora.ttf?vbuozu') format('truetype'),
        url('../fonts/cora.woff?vbuozu') format('woff'),
        url('../fonts/cora.svg?vbuozu#cora') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?cgp2ro");
  src: url("../fonts/icomoon/icomoon.eot?cgp2ro#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2?cgp2ro") format("woff2"), url("../fonts/icomoon/icomoon.ttf?cgp2ro") format("truetype"), url("../fonts/icomoon/icomoon.woff?cgp2ro") format("woff"), url("../fonts/icomoon/icomoon.svg?cgp2ro#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-media-play:before {
  content: "\e92d";
}

.icon-lock:before {
  content: "\e92c";
}

.icon-pencil:before {
  content: "\e92b";
}

.icon-trash:before {
  content: "\e929";
}

.icon-exit:before {
  content: "\e928";
}

.icon-rocket:before {
  content: "\e927";
}

.icon-checkmark:before {
  content: "\e922";
}

.icon-flag:before {
  content: "\e91c";
}

.icon-pin:before {
  content: "\e91b";
}

.icon-home:before {
  content: "\e91a";
}

.icon-mail:before {
  content: "\e919";
}

.icon-align-justify:before {
  content: "\e900";
}

.icon-arrow-thin-left:before {
  content: "\e901";
}

.icon-camera:before {
  content: "\e902";
}

.icon-chevron-down:before {
  content: "\e903";
}

.icon-chevron-left:before {
  content: "\e904";
}

.icon-chevron-right:before {
  content: "\e905";
}

.icon-conversation:before {
  content: "\e906";
}

.icon-cross:before {
  content: "\e907";
}

.icon-forward:before {
  content: "\e908";
}

.icon-preview:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e90a";
}

.icon-thumbs-down:before {
  content: "\e90b";
}

.icon-thumbs-up:before {
  content: "\e90c";
}

.icon-user:before {
  content: "\e90d";
}

.icon-report_problem:before {
  content: "\e92e";
}

.icon-key:before {
  content: "\e92a";
}

.icon-emoticon:before {
  content: "\e925";
}

.icon-emoticon-sad:before {
  content: "\e926";
}

.icon-radiobox-blank:before {
  content: "\e923";
}

.icon-radiobox-marked:before {
  content: "\e924";
}

.icon-checkbox-blank-outline:before {
  content: "\e920";
}

.icon-checkbox-marked:before {
  content: "\e921";
}

.icon-calendar:before {
  content: "\e91e";
}

.icon-calendar-today:before {
  content: "\e91f";
}

.icon-close-circle:before {
  content: "\e91d";
}

.icon-facebook:before {
  content: "\e90e";
}

.icon-facebook-messenger:before {
  content: "\e90f";
}

.icon-google-plus:before {
  content: "\e910";
}

.icon-instagram:before {
  content: "\e911";
}

.icon-phone-in-talk:before {
  content: "\e912";
}

.icon-pinterest:before {
  content: "\e913";
}

.icon-thumb-up:before {
  content: "\e914";
}

.icon-tumblr:before {
  content: "\e915";
}

.icon-twitter:before {
  content: "\e916";
}

.icon-whatsapp:before {
  content: "\e917";
}

.icon-youtube-play:before {
  content: "\e918";
}

.input {
  background: none;
  border: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
}

.icon-lines {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
}

.icon-lines:before, .icon-lines:after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  left: 0;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.icon-lines:before {
  top: -5px;
}

.icon-lines:after {
  bottom: -5px;
}

.icon-lines.click {
  background: none;
}

.icon-lines.click:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}

.icon-lines.click:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.icon-down {
  position: relative;
  display: inline-block;
  width: 33%;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.table__header .icon-down {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .table__header .icon-down {
    width: 33%;
  }
}

.icon-down:before, .icon-down:after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #333;
  top: 25px;
  left: 0;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.language__flag .icon-down:before, .language__flag .icon-down:after {
  width: 8px;
}

.icon-down:before {
  left: auto;
  right: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-down:after {
  left: auto;
  right: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-down.click:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #9b9b9b;
}

.icon-down.click:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #9b9b9b;
}

@media screen and (min-width: 1024px) {
  .js_sticky,
  .js_sticky_offset {
    position: static;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    top: 89px;
  }
}

@media screen and (min-width: 1310px) {
  .js_sticky,
  .js_sticky_offset {
    top: 119px;
  }
}

.js_stickyDidomi {
  position: static;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  top: auto;
}

.relative {
  position: relative;
}

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

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

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

@-webkit-keyframes blob {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes blob {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* mixin for multiline */
/* ***********************************************
**********     OVO JE LG VARIJANTA     ***********
*********************************************** */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #e3e3e3;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

@media screen and (min-width: 360px) {
  .forum--thread_list .mfp-content,
  .forum--post_list .mfp-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
  }
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 0;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 354px;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: #ebebeb;
  position: absolute;
  width: 2px;
  right: 2px;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #9b9b9b;
  background: #9b9b9b;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/**************************************************
    UI ELEMENTS
    **********************************************/
.alert__message {
  position: relative;
  margin: 10px 0 20px;
  padding: 10px 10px 10px 50px;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #fff;
}

.alert__message:before {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 20px;
  font-size: 2rem;
}

.alert__message--success {
  background: #7eab1d;
}

.alert__message--success:before {
  content: "\ea10";
}

.alert__message--error {
  background: #f0371a;
}

.alert__message--error:before {
  content: "\ea07";
}

.alert__message--neutral {
  background: #dedede;
  color: #333;
}

.alert__message--neutral:before {
  color: #333;
  content: "\ea0c";
}

.alert__message--info {
  background: #dedede;
  color: #333;
}

.alert__message--info:before {
  color: #333;
  content: "\ea0c";
}

.alert__message--hide {
  display: none;
}

.alert__text {
  display: inline-block;
}

@keyframes rotateLoadIcon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateLoadIcon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  border: none;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.btn--small {
  height: 30px;
  padding: 0 10px;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
}

.btn--middle {
  height: 36px;
  padding: 0 16px;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1310px) {
  .btn--middle {
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.btn--silver {
  background-color: #edece4;
  color: #8f8989;
}

.btn--silver:hover {
  color: #e20068;
}

.btn--blue {
  background-color: #1fb4da;
  color: #fff;
}

.btn--blue:hover {
  background-color: #e20068;
}

.btn--yellow {
  background-color: #f9de32;
  color: #141414;
}

.btn--pink {
  background-color: #e20068;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.btn--pink:hover {
  background-color: #141414;
}

.btn--icon_right {
  position: relative;
  padding: 0 50px 0 20px;
  line-height: 42px;
  line-height: 4.2rem;
}

.btn--icon_right .icon {
  position: absolute;
  top: 0;
  right: 4px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}

.btn--icon_right.btn--small .icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  line-height: 3.6rem;
}

.btn--fb {
  position: relative;
  height: 36px;
  padding: 0 10px 0 30px;
  background-color: #3b5998;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
  color: #fff;
}

.btn--fb .icon {
  position: absolute;
  top: 0px;
  left: 0;
  width: 36px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  text-align: center;
}

.btn--gplus {
  position: relative;
  height: 36px;
  padding: 0 10px 0 30px;
  background-color: #dd4b39;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
  color: #fff;
}

.btn--gplus .icon {
  position: absolute;
  top: 0px;
  left: 0;
  width: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  text-align: center;
}

.btn--fb_login {
  padding: 0 15px 0 40px;
}

.btn--fb_login .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 3.6rem;
}

.btn--fb_login_profile .icon {
  line-height: 40px;
  line-height: 4rem;
}

@media screen and (min-width: 1024px) {
  .btn--fb_login, .btn--gplus_login {
    padding: 0 15px 0 40px;
    font: normal 900 100% "Nunito", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: 0.05em;
  }
}

.btn--fb_login .icon, .btn--gplus_login .icon {
  top: -1px;
}

.btn--fb_login span, .btn--gplus_login span {
  display: none;
}

@media screen and (min-width: 768px) {
  .btn--fb_login span, .btn--gplus_login span {
    display: inline-block;
  }
}

.btn--gplus_login {
  margin-left: 10px;
}

@media screen and (min-width: 1024px) {
  .btn--gplus_login {
    padding: 0 11px 0 30px;
  }
}

.btn--infinite_scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.btn--loadmore {
  display: block;
  height: 50px;
  background-color: #edece4;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.05em;
  color: #8f8989;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

@media screen and (min-width: 1310px) {
  .btn--loadmore {
    height: 56px;
    line-height: 56px;
    line-height: 5.6rem;
  }
}

.btn--loadmore span:first-of-type {
  display: block;
}

.btn--loadmore span:last-of-type {
  display: none;
}

.btn--loadmore.is_loading {
  background-color: #1fb4da;
  color: #fff;
}

.btn--loadmore.is_loading span:first-of-type {
  display: none;
}

.btn--loadmore.is_loading span:last-of-type {
  display: block;
}

.btn--ghost {
  position: relative;
  padding: 0 10px 0 40px;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 42px;
  line-height: 4.2rem;
  letter-spacing: 0em;
  color: #8f8989;
}

.btn--ghost:hover {
  color: rgba(143, 137, 137, 0.85);
}

.btn--ghost .icon {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 24px;
  height: 24px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.datapicker {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.datapicker__input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #e9e9e9;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
}

.datapicker__overlay {
  display: none;
  width: 311px;
  height: 310px;
}

.gldp-default {
  position: absolute;
  top: 40px !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  display: block;
  width: 311px !important;
  height: 310px !important;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 2;
}

.gldp-default .prev-arrow,
.gldp-default .next-arrow {
  position: relative;
  display: block;
  width: 100%;
  text-indent: -9999px;
}

.gldp-default .prev-arrow::after, .gldp-default .next-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: "\e924";
  line-height: 4rem !important;
  line-height: 40px !important;
  color: #292929;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
}

.gldp-default .next-arrow::after {
  content: "\e925";
}

.gldp-default .core.border.monyear {
  background: #fff;
  height: 40px !important;
  line-height: 4rem !important;
  line-height: 40px !important;
}

.gldp-default .core.border.monyear.title {
  color: #1e1e1e;
  font-size: 1.5rem !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.gldp-default .core.border.monyear::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #000;
}

.gldp-default .core.border {
  position: relative;
  color: #1e1e1e;
  height: 40px !important;
  line-height: 4rem !important;
  line-height: 40px !important;
  background: transparent;
}

.gldp-default .core.border.outday {
  color: #ccc !important;
}

.calendar--dark .gldp-default .core.border.outday {
  background: #f6f6f6;
}

.gldp-default .core.border.noday {
  color: #ccc;
}

.gldp-default .core.border.noday::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}

.calendar--dark .gldp-default .core.border.noday {
  background: #f6f6f6;
}

.gldp-default .core.border.mon::after, .gldp-default .core.border.tue::after, .gldp-default .core.border.wed::after, .gldp-default .core.border.thu::after, .gldp-default .core.border.fri::after, .gldp-default .core.border.sat::after, .gldp-default .core.border.sun::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}

.gldp-default .core.border.mon:hover, .gldp-default .core.border.tue:hover, .gldp-default .core.border.wed:hover, .gldp-default .core.border.thu:hover, .gldp-default .core.border.fri:hover, .gldp-default .core.border.sat:hover, .gldp-default .core.border.sun:hover {
  color: #1fb4da;
}

.calendar--dark .gldp-default .core.border.mon, .calendar--dark .gldp-default .core.border.tue, .calendar--dark .gldp-default .core.border.wed, .calendar--dark .gldp-default .core.border.thu, .calendar--dark .gldp-default .core.border.fri, .calendar--dark .gldp-default .core.border.sat, .calendar--dark .gldp-default .core.border.sun {
  background: #f6f6f6;
}

.calendar--dark .gldp-default .core.border.today {
  background: #f6f6f6;
}

.gldp-default .core.border.today::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}

.gldp-default .core.border.today::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}

.gldp-default .core.border.dow {
  text-transform: uppercase;
  color: #9c9c9c;
  background: #fff;
  height: 31px !important;
  line-height: 3rem !important;
  line-height: 30px !important;
  text-shadow: none !important;
}

.gldp-default .core.border.selected {
  position: relative;
  background: transparent;
  color: #fff;
  font-weight: 900;
  text-shadow: none !important;
}

.calendar--dark .gldp-default .core.border.selected {
  background: #f6f6f6;
}

.gldp-default .core.border.selected::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  display: block;
  background: #1197dd;
  opacity: 0.75;
  z-index: -1;
}

.gldp-default .core.border.selected::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.form.is_hidden {
  display: none;
  visibility: hidden;
}

.form__error {
  position: relative;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #f0371a;
  text-transform: uppercase;
  padding: 5px 0 5px 20px;
}

.form__error:before {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  content: "\ea07";
}

.form__row {
  position: relative;
  height: 96px;
  margin: 0;
  font-size: 0;
}

.form__row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

.form__type--date .form__row {
  float: left;
  width: 33.3333%;
  padding: 0 24px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1310px) {
  .form__row--search {
    height: 107px;
  }
}

.form__row--textarea {
  height: auto;
}

.modal--register .form__row {
  height: auto;
}

.checkbox_group .form__row,
.radiobutton_group .form__row {
  max-height: 96px;
  min-height: 64px;
  height: auto;
}

.modal--register .checkbox_group .form__row, .modal--register
.radiobutton_group .form__row {
  max-height: auto;
}

.form__type--date {
  margin: 0 -24px;
}

.form__type--date:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

.form__type--radio {
  margin: 0 -24px;
}

.form__type--radio:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

.form__type--radio .radio {
  float: left;
  width: 33.3333%;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form__type--radio .form__label {
  margin: 0 24px;
}

.form__label {
  display: block;
  padding: 0 12px;
  margin: 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #141414;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .form__label {
    padding: 0 12px;
  }
}

.form__label a {
  color: #64bd13;
}

.search__header .form__label {
  color: #fff;
}

.form__textfield, .form__textarea, .form__select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  background-color: #f4f4ef;
  border: 1px solid #dfded7;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #141414;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has_error .form__textfield, .has_error .form__textarea, .has_error .form__select {
  border: 1px solid #e20068;
}

.form__textfield::-ms-clear, .form__textarea::-ms-clear, .form__select::-ms-clear {
  display: none;
}

.form input:-webkit-autofill {
  background-color: #fff !important;
  background-image: none !important;
  color: #141414 !important;
}

.form__textfield, .form__textarea {
  display: block;
  vertical-align: middle;
  color: #141414;
}

.form__textfield::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8f8989;
}

.form__textfield::-moz-placeholder, .form__textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8f8989;
}

.form__textfield:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8f8989;
}

.form__textfield:-moz-placeholder, .form__textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8f8989;
}

.form__textfield:focus, .form__textarea:focus {
  color: #373737;
  background-color: #fff;
}

.form__textfield:disabled, .form__textarea:disabled {
  background-color: #f4f4ef;
  color: #8f8989;
}

.form__textfield.has_error, .form__textarea.has_error {
  border-color: #e20068 !important;
}

.form__textfield.has_error + .form__hint_wrap .form__input_hint, .form__textarea.has_error + .form__hint_wrap .form__input_hint {
  display: none !important;
}

.form__row--search .form__textfield, .form__row--search .form__textarea {
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .form__row--search .form__textfield, .form__row--search .form__textarea {
    height: 50px;
    padding: 0 11px;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0em;
  }
}

.form__textarea {
  resize: vertical;
}

body.dynamic_form .form__textarea {
  height: 100px;
}

.form__btn_wrap {
  position: relative;
  margin: 30px 0;
  text-align: center;
}

.form__hint_wrap {
  position: relative;
  min-height: 24px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  font: normal 400 100% "Nunito", sans-serif;
  text-align: left;
}

.form__textfield:focus + .form__hint_wrap,
.form__row.has_error + .form__hint_wrap,
.form__textfield.has_error + .form__hint_wrap,
.form__textarea:focus + .form__hint_wrap {
  visibility: visible;
}

.form__row.has_error + .form__hint_wrap .form__input_error,
.form__textfield.has_error + .form__hint_wrap .form__input_error {
  visibility: visible;
}

.form__success_msg {
  margin: 0 0 21px;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
}

.form__success_msg p {
  margin: 0;
}

.form__success_msg.is_hidden {
  display: none;
  visibility: hidden;
}

.form__input_hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 4px 12px;
  background-color: #fff;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  color: #1fb4da;
  z-index: 1;
  visibility: hidden;
}

.form__textfield:focus ~ .form__hint_wrap .form__input_hint,
.form__textarea:focus ~ .form__hint_wrap .form__input_hint {
  visibility: visible;
}

.form__row.has_error .form__input_hint {
  display: none;
  visibility: hidden;
}

.form__input_error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 4px 10px;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  color: #e20068;
  z-index: 2;
  visibility: hidden;
}

.modal--register .form__input_error {
  position: relative;
}

.form__input_error--relative {
  position: relative;
}

.form__input_error--visible,
.form__row.has_error .form__input_error {
  visibility: visible;
}

.form__input_icon {
  position: absolute;
  bottom: 24px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  color: #8f8989;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px !important;
  line-height: 4rem !important;
}

.form__textfield:focus ~ .form__input_icon {
  color: #373737;
}

.form__row--search .form__input_icon {
  background-color: #f63c29;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form__row--search .form__input_icon:hover {
  background-color: #c12112;
  cursor: pointer;
}

@media screen and (min-width: 1310px) {
  .form__row--search .form__input_icon {
    width: 50px;
    height: 50px;
  }
  .form__row--search .form__input_icon:before {
    line-height: 50px;
  }
}

.form__row--search .form__textfield:focus ~ .form__input_icon {
  color: #fff;
}

.form__input_icon {
  position: absolute;
  top: 32px;
  bottom: auto;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  line-height: 3.7rem;
  border: 0 none;
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  outline: 0 none;
  text-align: center;
  color: #8f8989;
}

.form__input_icon .icon {
  font-size: 2rem;
  position: relative;
  top: 10px;
}

.form__input_icon .not_editing {
  display: block;
}

.form__input_icon .is_editing {
  display: none;
}

.form__textfield.is_edited ~ .form__input_icon .not_editing, .form__textarea.is_edited ~ .form__input_icon .not_editing, .form__textfield:focus ~ .form__input_icon .not_editing, .form__textarea:focus ~ .form__input_icon .not_editing {
  display: none;
}

.form__textfield.is_edited ~ .form__input_icon .is_editing, .form__textarea.is_edited ~ .form__input_icon .is_editing, .form__textfield:focus ~ .form__input_icon .is_editing, .form__textarea:focus ~ .form__input_icon .is_editing {
  display: block;
}

.form__submit {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .form__submit {
    margin: 0;
  }
}

.select {
  font-size: 14px;
  font-size: 1.4rem;
}

.custom_select {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
  line-height: 40px;
  line-height: 4rem;
}

.custom_select:after {
  position: absolute;
  right: 14px;
  top: 2px;
  width: 10px;
  height: 40px;
  text-align: right;
  line-height: 40px;
  content: "\ea36";
  pointer-events: none;
  font-size: 8px;
  font-size: 0.8rem;
  color: #333;
}

.custom_select__input {
  position: relative;
  width: 100%;
  color: #333;
  height: 40px;
  border: 0;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  background: transparent;
}

@media screen and (min-width: 1024px) {
  .custom_select__input {
    display: none;
  }
}

.custom_select__part {
  overflow: hidden;
  max-height: 0;
}

@media screen and (min-width: 1024px) {
  .custom_select__part {
    display: block;
    padding: 0 52px 0 20px;
    max-height: 999px;
  }
}

.no-touch .custom_select__part:hover > .select__list,
.custom_select__part .select__list.is_visible {
  max-height: 999px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.no-touch .custom_select__part:hover > .select__list--scroll,
.custom_select__part .select__list--scroll.is_visible {
  max-height: 478px;
  overflow-y: scroll;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.custom_select__button {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}

.custom_select__list {
  display: none;
  position: absolute;
  left: -1px;
  top: 38px;
  padding: 0;
  margin: 0;
  max-height: 0;
  width: 100%;
  background: #f1f1f1;
  list-style: none;
  overflow: hidden;
  z-index: 9;
  border: 1px solid #e1e1e1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .custom_select__list {
    display: block;
  }
}

.custom_select__item {
  border-bottom: 1px solid #e1e1e1;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #333;
  padding: 10px 20px;
}

.custom_select__item:hover {
  background: #e9e9e9;
}

.radiobutton_group,
.checkbox_group {
  text-align: left;
}

.radiobutton_group .form__label,
.checkbox_group .form__label {
  line-height: 14px;
  line-height: 1.4rem;
}

.radiobutton_group__error_wrap,
.checkbox_group__error_wrap {
  position: relative;
  top: 24px;
  display: none;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.radiobutton_group.has_error .radiobutton_group__error_wrap,
.checkbox_group.has_error .radiobutton_group__error_wrap, .radiobutton_group.has_error
.checkbox_group__error_wrap,
.checkbox_group.has_error
.checkbox_group__error_wrap {
  display: block;
}

.radiobutton_group__error,
.checkbox_group__error {
  margin: 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  color: #e20068;
}

.checkbox_group {
  margin-top: 4px;
}

.checkbox_group.has_error {
  border-bottom: 1px solid #e20068;
}

.checkbox_group.has_error .checkbox__icon:before {
  color: #e20068;
}

.radiobutton,
.checkbox {
  display: inline-block;
  margin: 0;
}

.radiobutton:first-of-type,
.checkbox:first-of-type {
  margin-right: 40px;
}

.radiobutton__input,
.checkbox__input {
  display: none;
}

.radiobutton__label,
.checkbox__label {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  color: #020202;
}

.radiobutton__label:hover,
.checkbox__label:hover {
  color: #373737;
}

.radiobutton__input:checked + .radiobutton__label,
.checkbox__input:checked + .radiobutton__label, .radiobutton__input:checked +
.checkbox__label,
.checkbox__input:checked +
.checkbox__label {
  color: #373737;
}

.radiobutton__input:disabled + .radiobutton__label,
.checkbox__input:disabled + .radiobutton__label, .radiobutton__input:disabled +
.checkbox__label,
.checkbox__input:disabled +
.checkbox__label {
  color: #f4f4ef;
}

.radiobutton__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #a3a3a3;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 40px;
  line-height: 4rem;
}

.radiobutton__icon:before {
  content: "\e923";
}

.radiobutton__input:not(:disabled) + .radiobutton__label {
  cursor: pointer;
}

.radiobutton__input:checked + .radiobutton__label .radiobutton__icon {
  color: #141414;
}

.radiobutton__input:checked + .radiobutton__label .radiobutton__icon:before {
  content: "\e924";
}

.checkbox__icon {
  position: absolute;
  top: -2px;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #a3a3a3;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
}

.checkbox__icon:before {
  content: "\e920";
}

.has_error .checkbox__icon:before, .checkbox__icon:before.has_error {
  color: #e20068;
}

.has_error .checkbox__icon, .checkbox__icon.has_error {
  color: #e20068;
}

.checkbox .checkbox__txt {
  position: relative;
  top: 8px;
}

.checkbox__input:not(:disabled) + .checkbox__label {
  cursor: pointer;
}

.checkbox__input:checked + .checkbox__label .checkbox__icon {
  color: #141414;
}

.checkbox__input:checked + .checkbox__label .checkbox__icon:before {
  content: "\e921";
}

.fake_form_select__wrap {
  position: relative;
  z-index: 12;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}

@media screen and (max-width: 1023px) {
  .fake_form_select__wrap {
    border: none;
    background-clip: no-clip;
  }
}

@media screen and (min-width: 1024px) {
  .fake_form_select__wrap {
    width: 20%;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1310px) {
  .fake_form_select__wrap {
    width: 18%;
    margin: 13px 20px 0 0;
  }
}

.fake_form_select__title {
  display: block;
  padding: 0 0 0 12px;
  margin: 6px 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #373737;
  text-transform: uppercase;
}

.fake_form_select__title.is_hidden {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 1024px) {
  .fake_form_select__title.is_hidden {
    display: block;
  }
}

.fake_form_select__list_wrap {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #fff;
}

.fake_form_select__list_wrap:before, .fake_form_select__list_wrap:after {
  content: "";
  display: table;
}

.fake_form_select__list_wrap:after {
  clear: both;
}

.fake_form_select__btn {
  position: relative;
  display: block;
  padding: 0 0 0 14px;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #141414;
  z-index: 2;
}

.fake_form_select__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.fake_form_select__icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 4rem;
  line-height: 40px;
  z-index: 12;
  pointer-events: none;
  color: #8f8f8f;
}

.fake_form_select__list.is_visible + .fake_form_select__icon {
  display: none;
}

.fake_form_select__list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  z-index: 11;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}

.fake_form_select__list.is_visible {
  display: block;
}

.fake_form_select .thread__header_wrap .fake_form_select__list {
  top: -6px;
}

.fake_form_select__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 12px;
  margin: 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 3.6rem;
  cursor: pointer;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.fake_form_select__item:first-child {
  margin: 0;
}

.fake_form_select__item:hover {
  background-color: #edece4;
}

.fake_form_select__item a:hover {
  background: #8f8989;
}

.fake_form_select__box {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.fake_form_select__box.focusable:active, .fake_form_select__box.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.thread__header_wrap .fake_form_select__list {
  top: -6px;
}

.thread__header_wrap .fake_form_select__item {
  padding: 0 9px;
}

.modal {
  min-width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 540px) {
  .modal {
    width: 540px;
    margin: 0 auto;
  }
}

.modal__header {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  background-color: #f9de32;
}

@media screen and (min-width: 540px) {
  .modal__header {
    height: 80px;
  }
  .modal--change_avatar .modal__header {
    padding: 0;
  }
}

.modal__title {
  position: relative;
  z-index: 1;
  padding: 0 60px;
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #141414;
  text-transform: uppercase;
}

@media screen and (min-width: 360px) {
  .modal__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 540px) {
  .modal__title {
    line-height: 82px;
    line-height: 8.2rem;
  }
}

@media screen and (min-width: 768px) {
  .modal__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 82px;
    line-height: 8.2rem;
  }
}

.modal__text {
  margin: 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal__text {
    line-height: 30px;
    line-height: 3rem;
  }
}

.modal__close_btn {
  position: absolute;
  top: -1px;
  right: 10px;
  bottom: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
}

.modal__close_btn .icon {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
  text-align: center;
}

.modal__close_btn:hover .icon {
  color: rgba(20, 20, 20, 0.7);
}

@media screen and (min-width: 768px) {
  .modal__close_btn {
    right: 20px;
  }
}

@media screen and (min-width: 540px) {
  .modal--change_avatar .modal__close_btn {
    right: 10px;
  }
}

.modal__uvjeti {
  margin: 35px -5px 0 -5px;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0em;
  text-align: center;
}

.modal__uvjeti a {
  display: inline-block;
  color: #141414;
  line-height: 14px;
  line-height: 1.4rem;
  text-decoration: underline;
}

.modal__content {
  padding: 0 14px;
  margin: 21px 0 0;
}

@media screen and (min-width: 540px) {
  .modal__content {
    padding: 0 67px;
  }
}

@media screen and (min-width: 768px) {
  .modal__content {
    padding: 0 30px;
  }
}

@media screen and (min-width: 540px) {
  .modal__form {
    padding: 0 42px;
  }
}

@media screen and (min-width: 768px) {
  .modal__form {
    padding: 0 85px;
  }
}

.modal .form__textfield,
.modal .form__textarea {
  background-color: #fff;
}

.modal--login .modal__content {
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) {
  .modal--login .modal__content {
    margin: 32px 0 0;
  }
}

.modal--login .modal__btn_wrap {
  position: relative;
  text-align: center;
}

.modal--login .modal__btn_wrap--bottom {
  margin: 13px 0 0 0;
}

.modal--login .modal__btn_wrap--footer {
  margin: 17px 0 49px 0;
}

@media screen and (min-width: 540px) {
  .modal--login .modal__btn_wrap--footer {
    display: inline-block;
    margin: 26px 0 24px 0;
    float: right;
  }
}

.modal--login .modal__btn_wrap .btn--register {
  height: 29px;
  padding: 0 23px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .modal--login .modal__btn_wrap .btn--register {
    padding: 0 16px;
  }
}

.modal--login .modal__form {
  margin: 26px 0 0 0;
}

@media screen and (min-width: 768px) {
  .modal--login .modal__form {
    padding: 0 48px;
    margin: 23px 0 0;
  }
}

.modal--login .form__row--error {
  height: auto;
  margin: -24px 0 13px;
}

.modal--login .modal__footer {
  position: relative;
  padding: 0 14px;
  margin: 33px 0 0 0;
}

@media screen and (min-width: 540px) {
  .modal--login .modal__footer {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .modal--login .modal__footer {
    margin: 39px 0 0;
  }
}

.modal--login .modal__footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  display: block;
  width: auto;
  height: 1px;
  background-color: #e3e3e3;
}

@media screen and (min-width: 540px) {
  .modal--login .modal__footer:before {
    left: 30px;
    right: 30px;
  }
}

.modal--login .modal__footer_links {
  position: relative;
  padding: 16px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 540px) {
  .modal--login .modal__footer_links {
    padding: 16px 0 18px 0;
    float: left;
    text-align: left;
  }
}

.modal--login .modal__footer_links .modal__link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  color: #141414;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .modal--login .modal__footer_links .modal__link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.modal--register .modal__content {
  margin: 20px 0 0;
}

.modal--register .modal__form {
  margin: 26px 0 0 0;
}

@media screen and (min-width: 768px) {
  .modal--register .modal__form {
    margin: 22px 0 0;
  }
}

.modal--register .checkbox:first-of-type {
  margin-right: 0;
}

.modal--register .checkbox__label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}

.modal--register .checkbox__label a {
  text-decoration: underline;
  color: #141414;
}

.modal--register .checkbox_group .form__row {
  height: auto;
  min-height: 0;
}

.modal--register .checkbox_group .form__row--checkbox {
  padding-bottom: 4px;
}

.modal--register .modal__btn_wrap {
  position: relative;
  margin: 28px 0 49px 0;
  text-align: center;
}

.modal--register .modal__footer {
  position: relative;
  padding: 0 14px;
  margin: 40px 0 0 0;
}

@media screen and (min-width: 540px) {
  .modal--register .modal__footer {
    padding: 0 30px;
  }
}

.modal--register .modal__footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  display: block;
  width: auto;
  height: 1px;
  background-color: #edece4;
}

@media screen and (min-width: 540px) {
  .modal--register .modal__footer:before {
    left: 30px;
    right: 30px;
  }
}

.modal--register .modal__footer_links {
  position: relative;
  padding: 16px 0;
  text-align: center;
}

.modal--register .modal__footer_links .modal__link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #141414;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .modal--register .modal__footer_links .modal__link {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0em;
  }
}

.modal--register.modal--register_confirm .modal__content {
  display: inline-block;
  margin: 20px 0;
}

.modal--register.modal--register_confirm .modal__footer {
  margin: 31px 0 0;
}

@media screen and (min-width: 768px) {
  .modal--register.modal--register_confirm .modal__footer {
    margin: 29px 0 0;
  }
}

.modal--register.modal--send_again .modal__content {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
}

.modal--register.modal--set_pass .modal__form {
  margin: 32px 0 0;
}

@media screen and (min-width: 768px) {
  .modal--register.modal--set_pass .modal__form {
    margin: 23px 0 0;
  }
}

.modal--register.modal--set_pass .modal__btn_wrap {
  margin: 13px 0 49px 0;
}

.modal--register.modal--set_pass .btn--confirm_pass .icon {
  line-height: 41px;
  line-height: 4.1rem;
}

.modal--register.modal--change_pass .modal__btn_wrap {
  margin: 13px 0 49px 0;
}

.modal--register.modal--dob .radiobutton {
  margin: 12px 0 0;
}

.modal--register.modal--dob .radiobutton:first-of-type {
  margin-right: 40px;
}

.modal--register.modal--dob .modal__form {
  margin: 24px 0 0;
}

@media screen and (min-width: 768px) {
  .modal--register.modal--dob .modal__form {
    margin: 22px 0 0;
  }
}

.modal--register.modal--dob .modal__btn_wrap {
  margin: 4px 0 49px;
}

.modal--register.modal--dob .radiobutton_group {
  margin: 9px 0 0;
}

.modal--register.modal--register_fb .modal__btn_wrap {
  margin: 11px 0 40px 0;
}

.modal--reset .modal__content {
  margin: 13px 0 0;
}

@media screen and (min-width: 768px) {
  .modal--reset .modal__content {
    margin: 18px 0 0;
  }
}

.modal--reset .modal__form {
  margin: 32px 0 0 0;
}

@media screen and (min-width: 768px) {
  .modal--reset .modal__form {
    margin: 23px 0 0;
  }
}

.modal--reset .modal__form .form__row {
  height: auto;
}

.modal--reset .modal__btn_wrap {
  position: relative;
  margin: 6px 0 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal--reset .modal__btn_wrap {
    margin: 16px 0 40px;
  }
}

.modal--reset .modal__footer {
  position: relative;
  padding: 0 14px;
  margin: 40px 0 0 0;
}

@media screen and (min-width: 540px) {
  .modal--reset .modal__footer {
    padding: 0 30px;
  }
}

.modal--reset .modal__footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  display: block;
  width: auto;
  height: 1px;
  background-color: #edece4;
}

@media screen and (min-width: 540px) {
  .modal--reset .modal__footer:before {
    left: 30px;
    right: 30px;
  }
}

.modal--reset .modal__footer_links {
  position: relative;
  padding: 16px 0;
  text-align: center;
}

.modal--reset .modal__footer_links .modal__link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #141414;
  text-decoration: underline;
}

.modal--reset.modal--reset_done .modal__content {
  margin: 19px 0 20px 0;
}

@media screen and (min-width: 768px) {
  .modal--reset.modal--reset_done .modal__content {
    padding: 0 35px;
  }
}

.modal--reset.modal--reset_email .modal__content {
  margin: 19px 0 40px;
}

.modal--reset.modal--reset_email .modal__form {
  margin: 26px 0 0;
}

.modal--reset.modal--reset_email .modal__btn_wrap {
  margin: 6px 0 0;
}

@media screen and (min-width: 768px) {
  .modal--reset.modal--reset_email .modal__btn_wrap {
    margin: 16px 0 0;
  }
}

.modal--delete .modal__content {
  margin: 19px 0 0;
}

@media screen and (min-width: 1024px) {
  .modal--delete .modal__content {
    margin: 17px 0 0;
  }
}

.modal--delete__text {
  margin: 0;
}

.modal--delete .modal__form {
  margin: 22px 0 0 0;
}

.modal--delete .modal__form .form__row {
  height: auto;
}

.modal--delete .modal__btn_wrap {
  position: relative;
  margin: 16px 0 40px;
  text-align: center;
}

.modal--delete .modal__footer {
  position: relative;
  padding: 0 14px;
  margin: 40px 0 0 0;
}

@media screen and (min-width: 540px) {
  .modal--delete .modal__footer {
    padding: 0 30px;
  }
}

.modal--delete .modal__footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  display: block;
  width: auto;
  height: 1px;
  background-color: #edece4;
}

@media screen and (min-width: 540px) {
  .modal--delete .modal__footer:before {
    left: 30px;
    right: 30px;
  }
}

.modal--change_avatar {
  max-width: 360px;
}

.modal--change_avatar .modal__content {
  position: relative;
  min-height: 100px;
  padding: 0 14px;
  margin: 0;
}

.modal--change_avatar .modal__form {
  padding: 0;
}

.modal--change_avatar .modal__btn_wrap {
  position: relative;
  margin: 32px 0 0;
  text-align: center;
}

.modal--change_avatar .modal__avatar_preview.hidden + .modal__btn_wrap {
  display: none;
}

.modal--change_avatar .modal__footer {
  position: relative;
  padding: 0 14px;
  margin: 31px 0 0 0;
}

@media screen and (min-width: 540px) {
  .modal--change_avatar .modal__footer {
    padding: 0 30px;
  }
}

.modal--change_avatar .modal__footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: auto;
  height: 1px;
  background-color: #edece4;
}

.modal--change_avatar .modal__footer_links {
  position: relative;
  padding: 14px 0 18px;
  text-align: center;
}

.modal--change_avatar .modal__footer_links .modal__footer_text {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #141414;
}

.modal--change_avatar .modal__avatar_preview {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
}

.modal--change_avatar .modal__avatar_figure {
  position: relative;
  display: block;
  height: 130px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}

.modal--change_avatar .modal__avatar_figure img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal--change_avatar .modal__loader_image {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  margin: auto;
  color: #e20068;
}

.modal--login_fb_error .modal__content {
  margin: 0;
}

.modal--login_fb_error .modal__text {
  margin-top: 20px;
}

.modal--login_fb_error .modal__text a {
  text-decoration: underline;
  color: #141414;
}

.modal--login_fb_error .modal__btn_wrap {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
}

.modal--login_fb_error .modal__text + .modal__btn_wrap {
  margin-top: 44px;
}

.modal--contact .modal__header {
  height: auto;
  padding: 19px 0 17px;
}

@media screen and (min-width: 540px) {
  .modal--contact .modal__header {
    padding: 0;
  }
}

.modal--contact .modal__title {
  padding: 0 60px;
  line-height: 23px;
  line-height: 2.3rem;
}

@media screen and (min-width: 540px) {
  .modal--contact .modal__title {
    line-height: 82px;
    line-height: 8.2rem;
  }
}

.modal--contact .modal__content {
  margin: 20px 0 0;
}

.modal--contact .modal__btn_wrap {
  position: relative;
  margin: 27px 0 49px 0;
  text-align: center;
}

.modal--contact .form {
  margin: 33px 0 0;
}

@media screen and (min-width: 768px) {
  .modal--contact .form {
    margin: 24px 0 0;
  }
}

.modal--contact .form.is_hidden {
  display: none;
  visibility: hidden;
}

.modal--contact .form__row--textarea {
  height: auto;
  margin: 5px 0 0;
}

.modal--contact .form__row--textarea .form__label {
  line-height: 23px;
  line-height: 2.3rem;
}

.modal--contact .form__textarea {
  height: 100px;
  margin: 5px 0 0;
  resize: vertical;
}

.modal--contact .form__btn_wrap {
  position: relative;
  margin: 30px 0;
  text-align: center;
}

.pagination {
  position: relative;
  display: block;
  padding: 10px 0;
  margin: 18px -14px 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  background-color: #f4f4ef;
}

@media screen and (min-width: 1024px) {
  .pagination {
    padding: 14px 0;
    margin: 30px 0 60px 0;
  }
}

.pagination__item {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: #373737;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .pagination__item {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.pagination__item--empty {
  pointer-events: none;
}

.pagination__item--first, .pagination__item--last {
  display: none;
}

@media screen and (min-width: 768px) {
  .pagination__item--first, .pagination__item--last {
    display: inline-block;
  }
}

.pagination__item--next, .pagination__item--prev {
  background: none;
  border: none;
  margin: 0;
  width: auto;
}

.pagination__item--next:hover, .pagination__item--prev:hover {
  border: none;
  color: #414142;
}

.pagination__item--next:hover::before, .pagination__item--prev:hover::before {
  display: none;
}

.pagination__item--next .pagination__link, .pagination__item--prev .pagination__link {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .pagination__item--next .pagination__link, .pagination__item--prev .pagination__link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.pagination__item--next {
  float: right;
  margin: 0 1px 0 0;
}

@media screen and (min-width: 540px) {
  .pagination__item--next {
    margin: 0 19px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .pagination__item--next {
    margin: 0 11px 0;
  }
}

@media screen and (min-width: 1310px) {
  .pagination__item--next {
    margin: 0 16px 0 0;
  }
  .pagination__item--next .pagination__icon {
    margin: 0 4px 0 14px;
  }
}

.pagination__item--prev {
  float: left;
  margin: 0 0 0 1px;
}

@media screen and (min-width: 540px) {
  .pagination__item--prev {
    margin: 0 0 0 19px;
  }
}

@media screen and (min-width: 540px) {
  .pagination__item--prev {
    margin: 0 0 0 11px;
  }
}

@media screen and (min-width: 1310px) {
  .pagination__item--prev {
    margin: 0 0 0 16px;
  }
  .pagination__item--prev .pagination__icon {
    margin: 0 14px 0 4px;
  }
}

.pagination__item--active {
  border-radius: 50%;
  background-color: #e20068;
}

.pagination__item--active .pagination__link {
  color: #fff;
}

.pagination__item--active .pagination__link:hover {
  color: #fff;
}

.pagination__icon {
  position: relative;
  top: -1px;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
}

.pagination__link {
  position: relative;
  display: block;
  height: 30px;
  z-index: 2;
  color: #141414;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
}

.pagination__link:hover {
  color: #1fb4da;
}

@media screen and (min-width: 1024px) {
  .pagination__link {
    height: 32px;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.pagination__link span {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pagination__link span {
    position: relative;
    top: 1px;
    display: inline-block;
  }
}

.pagination__item--disabled .pagination__link {
  color: #969696;
}

.cal {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  font: normal 400 100% "Source Sans Pro", sans-serif;
}

.cal__header {
  position: relative;
  display: block;
  height: 42px;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

.cal__header:before, .cal__header:after {
  content: "";
  display: table;
}

.cal__header:after {
  clear: both;
}

.cal__nav {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.cal__nav--left {
  float: left;
}

.cal__nav--right {
  float: right;
}

.cal__nav [class^="icon-"], .cal__nav [class*=" icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px !important;
  line-height: 4.2rem !important;
  text-align: center;
  color: #fff;
}

.cal__date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font: Arial;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 42px;
  line-height: 4.2rem;
  cursor: default;
  text-transform: uppercase;
}

.cal__days {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.cal__days:before, .cal__days:after {
  content: "";
  display: table;
}

.cal__days:after {
  clear: both;
}

.cal__day {
  position: relative;
  display: block;
  float: left;
  width: 14.28500%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}

.cal__table {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px;
  background: #f6f6f6;
}

.cal__row {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d4d4d4;
}

.cal__row:before, .cal__row:after {
  content: "";
  display: table;
}

.cal__row:after {
  clear: both;
}

.cal__row:first-child {
  border-top: 0;
}

.cal__row > a {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 14.28500%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  text-transform: uppercase;
  text-align: center;
  color: #dfded7;
  cursor: default;
}

.cal__row > a.active:not(.today) {
  color: #373737;
  cursor: pointer;
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}

.cal__row > a.active:not(.today):hover {
  color: #373737;
}

.cal__row > a.off {
  color: #373737;
  cursor: default;
}

.cal__row > a.off:hover {
  color: #373737;
}

.cal__row > a.invis {
  text-indent: -9999px;
}

.cal__row > a.today {
  color: #fff;
}

.cal__row > a.today::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  margin-left: -16px;
  background: #373737;
  z-index: 1;
}

.cal__row > a > span {
  position: relative;
  top: -1px;
  z-index: 5;
}

/**************************************************
    MODULES
    **********************************************/
@media screen and (min-width: 1024px) {
  .flatpages {
    padding: 0 0 60px 0;
  }
}

.flatpages__content {
  word-break: break-word;
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .flatpages__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
}

.flatpages__content p {
  margin: 12px 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
}

.flatpages__content p a {
  position: relative;
  text-decoration: none;
  background-color: #f4f4ef;
  color: #141414;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.flatpages__content p a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1fb4da;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.flatpages__content p a:hover {
  background-color: transparent;
}

.flatpages__content p a:hover:after {
  background-color: #e20068;
}

@media screen and (min-width: 1024px) {
  .flatpages__content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.flatpages__content .flatpages__leadblock + p {
  margin: 22px 0 26px 0;
}

@media screen and (min-width: 1024px) {
  .flatpages__content .flatpages__leadblock + p {
    margin: 37px 0 3px 0;
  }
}

.flatpages__leadblock .flatpages__lead_text {
  margin: 23px 0 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: -0.01em;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .flatpages__leadblock .flatpages__lead_text {
    margin: 20px 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
    letter-spacing: -0.01em;
  }
}

.flatpages__leadblock .flatpages__lead_text a {
  background-color: transparent;
  border: none;
  color: #1fb4da;
}

.flatpages h2 {
  margin: 32px 0 18px 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #1e1e1e;
}

@media screen and (min-width: 1024px) {
  .flatpages h2 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.flatpages h3 {
  margin: 32px 0 18px 0;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .flatpages h3 {
    margin: 38px 0 18px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}

.flatpages .flatpage__impressum h3 {
  margin: 20px 0 18px 0;
}

@media screen and (min-width: 1024px) {
  .flatpages .flatpage__impressum h3 {
    margin: 25px 0 18px 0;
  }
}

.flatpages .flatpages__lead_text + h3 {
  margin: 21px 0 18px 0;
}

.flatpages li,
.flatpages ol {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
}

.flatpages li a,
.flatpages ol a {
  position: relative;
  text-decoration: none;
  background-color: #f4f4ef;
  color: #141414;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.flatpages li a:after,
.flatpages ol a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1fb4da;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.flatpages li a:hover,
.flatpages ol a:hover {
  background-color: transparent;
}

.flatpages li a:hover:after,
.flatpages ol a:hover:after {
  background-color: #e20068;
}

@media screen and (min-width: 1024px) {
  .flatpages li,
  .flatpages ol {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.flatpages ul, .flatpages ol {
  margin: 0;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .flatpages ul, .flatpages ol {
    padding: 0 0 0 22px;
  }
}

.flatpages ul p, .flatpages ol p {
  margin: 0;
}

.flatpages ul li,
.flatpages ol li {
  display: list-item;
  margin: 0;
  padding: 10px 10px 5px;
}

@media screen and (min-width: 1024px) {
  .flatpages ul li,
  .flatpages ol li {
    padding: 12px 20px 3px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .flatpages ul + p:not(.flatpages__lead_text),
  .flatpages ol + p:not(.flatpages__lead_text) {
    margin-top: 30px;
  }
}

.flatpages .table_wrap_small,
.flatpages .table_wrap_big {
  width: 100%;
  margin: 0 0 35px 0;
  overflow: hidden;
  overflow-x: auto;
}

.flatpages .table_wrap_small table,
.flatpages .table_wrap_big table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.flatpages .table_wrap_small tbody,
.flatpages .table_wrap_big tbody {
  border-color: #ccc;
}

.flatpages .table_wrap_small td, .flatpages .table_wrap_small th,
.flatpages .table_wrap_big td,
.flatpages .table_wrap_big th {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.flatpages .table_wrap_small a,
.flatpages .table_wrap_big a {
  position: relative;
  text-decoration: none;
  background-color: #f4f4ef;
  color: #141414;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.flatpages .table_wrap_small a::after,
.flatpages .table_wrap_big a::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1fb4da;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.flatpages .table_wrap_big table {
  width: 5200px;
}

.flatpages .table_wrap_big td, .flatpages .table_wrap_big th {
  width: 200px;
}

.flatpages .table_wrap_big td:first-child, .flatpages .table_wrap_big th:first-child {
  width: 460px;
}

.flatpages .table_wrap_big td:nth-child(2), .flatpages .table_wrap_big th:nth-child(2) {
  width: 180px;
}

.flatpages .table_wrap_big td:last-child, .flatpages .table_wrap_big th:last-child {
  width: 4200px;
}

.flatpages__sidebar {
  margin: 59px auto 20px;
}

@media screen and (min-width: 1024px) {
  .flatpages__sidebar {
    width: 330px;
    margin: 0 auto;
  }
}

.flatpages__image {
  width: 100%;
  height: 325px;
  margin: 30px auto 50px;
}

@media screen and (min-width: 1024px) {
  .flatpages__image {
    height: 550px;
    margin: 0 auto;
  }
}

.flatpages__image--500 {
  width: 186px;
  height: 253px;
  margin: 0 auto;
  background: url("../images/flatpages/500.svg") no-repeat center center/contain;
}

@media screen and (max-width: 1023px) {
  .flatpages__image--500 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .flatpages__image--500 {
    width: 256px;
    height: 349px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 1310px) {
  .flatpages__image--500 {
    margin-left: 110px;
  }
}

.flatpages__image--404 {
  width: 280px;
  height: 264px;
  margin: 0 auto;
  background: url("../images/flatpages/404.svg") no-repeat center center/contain;
}

@media screen and (max-width: 1023px) {
  .flatpages__image--404 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .flatpages__image--404 {
    width: 340px;
    height: 310px;
    margin: 139px 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .flatpages__image--404 {
    width: 395px;
    height: 376px;
    margin: 139px 0 0 55px;
  }
}

.didomi_preferences {
  word-break: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
  margin: 0 -12px;
  min-height: 74px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26), 0px -2px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26), 0px -2px 8px 0px rgba(0, 0, 0, 0.13);
  z-index: 10;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 540px) {
  .didomi_preferences {
    margin: 0 -27px;
  }
}

@media screen and (min-width: 1024px) {
  .didomi_preferences {
    margin: 0;
    padding: 0px 20px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.didomi_preferences.sticky {
  bottom: 0;
  top: auto;
}

.didomi_preferences--text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 13px;
}

@media screen and (min-width: 1024px) {
  .didomi_preferences--text {
    text-align: left;
    margin-bottom: 0;
  }
}

.didomi_preferences--button {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1197dd;
  color: white;
  text-align: center;
  padding: 0 14px;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  cursor: pointer;
}

#divAIO1, #divAIO2 {
  height: 0;
  overflow: hidden;
}

.dfp_banner {
  text-align: center;
}

.dfp_banner:before, .dfp_banner:after {
  content: "";
  display: table;
}

.dfp_banner:after {
  clear: both;
}

.dfp_banner > picture {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.dfp_banner > picture img {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.dfp_banner img {
  display: block;
  margin: 0 auto;
}

.home .fold_home__top_banner .dfp_banner--Leaderboard div[id$="__container__"],
.home .fold_home__top_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
  margin: 12px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$="__container__"],
  .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$="__container__"],
  .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 40px 0 0 0;
  }
}

.home .fold_home_a .dfp_banner--Halfpage div[id$="__container__"],
.home .fold_home_a .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 30px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .home .fold_home_a .dfp_banner--Halfpage div[id$="__container__"],
  .home .fold_home_a .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.home .fold_home_b .dfp_banner--Halfpage div[id$="__container__"],
.home .fold_home_b .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 31px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .home .fold_home_b .dfp_banner--Halfpage div[id$="__container__"],
  .home .fold_home_b .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.home .fold_home__extra_news .dfp_banner--Halfpage div[id$="__container__"],
.home .fold_home__extra_news .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 31px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .home .fold_home__extra_news .dfp_banner--Halfpage div[id$="__container__"],
  .home .fold_home__extra_news .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.home .fold_home__lazy_banner .dfp_banner {
  margin: 0 0 20px 0;
}

.home .fold_home__lazy_banner.fold_home__lazy_banner--block3_bottom .dfp_banner {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .home .fold_home__lazy_banner .dfp_banner {
    margin: 0;
  }
}

.section .fold_section__top_banner .dfp_banner--Leaderboard div[id$="__container__"],
.section .fold_section__top_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
  margin: 12px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$="__container__"],
  .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$="__container__"],
  .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 40px 0 0 0;
  }
}

.section .fold_section_a .dfp_banner--Halfpage div[id$="__container__"],
.section .fold_section_a .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 30px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .section .fold_section_a .dfp_banner--Halfpage div[id$="__container__"],
  .section .fold_section_a .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.section .fold_section_b .dfp_banner--Halfpage div[id$="__container__"],
.section .fold_section_b .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 31px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .section .fold_section_b .dfp_banner--Halfpage div[id$="__container__"],
  .section .fold_section_b .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.section .fold_section__extra_news .dfp_banner--Halfpage div[id$="__container__"],
.section .fold_section__extra_news .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 31px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .section .fold_section__extra_news .dfp_banner--Halfpage div[id$="__container__"],
  .section .fold_section__extra_news .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.section .fold_section__lazy_banner .dfp_banner {
  margin: 0 0 20px 0;
}

.section .fold_section_b__block_3 .fold_section__lazy_banner .dfp_banner {
  margin: 0 0 20px 0;
}

.section .fold_section_b__block_3 .column_content_360__inner .fold_section__lazy_banner:last-of-type {
  width: 100%;
  float: left;
}

.section .fold_section_b__block_3 .column_content_360__inner .fold_section__lazy_banner:last-of-type > div {
  margin: 20px 0 0;
}

@media screen and (min-width: 1024px) {
  .section .fold_section__lazy_banner .dfp_banner,
  .section .fold_section_b__block_3 .column_content_360__inner .fold_section__lazy_banner:last-of-type > div,
  .section .fold_section_b__block_3 .fold_section__lazy_banner .dfp_banner {
    margin: 0;
  }
}

.article .fold_article__top_banner .dfp_banner--Leaderboard > div:not(:empty) {
  margin: 12px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .article .fold_article__top_banner .dfp_banner--Leaderboard > div:not(:empty) {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_article__top_banner .dfp_banner--Leaderboard > div:not(:empty) {
    margin: 40px 0 0 0;
  }
}

.article .fold_article__article_body .dfp_banner--Halfpage div[id$="__container__"],
.article .fold_article__article_body .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .article .fold_article__article_body .dfp_banner--Halfpage div[id$="__container__"],
  .article .fold_article__article_body .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 12px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_article__article_body .dfp_banner--Halfpage div[id$="__container__"],
  .article .fold_article__article_body .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 4px 0 0 0;
  }
}

.article .fold_article__bellow_content .dfp_banner--Rectangle > div:not(:empty) {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .article .fold_article__bellow_content .dfp_banner--Rectangle > div:not(:empty) {
    margin: 41px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_article__bellow_content .dfp_banner--Rectangle > div:not(:empty) {
    margin: 50px 0 0 0;
  }
}

.article .fold_hp_repeat .dfp_banner--Halfpage div[id$="__container__"],
.article .fold_hp_repeat .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 30px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .article .fold_hp_repeat .dfp_banner--Halfpage div[id$="__container__"],
  .article .fold_hp_repeat .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.article .fold_extra_news .dfp_banner--Halfpage div[id$="__container__"],
.article .fold_extra_news .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 30px 0 9px 0;
}

@media screen and (min-width: 1024px) {
  .article .fold_extra_news .dfp_banner--Halfpage div[id$="__container__"],
  .article .fold_extra_news .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.article .fold_article__lazy_banner .dfp_banner {
  margin: 20px 0;
}

.article .fold_article__lazy_banner .dfp_banner div {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .article .fold_article__lazy_banner .dfp_banner {
    margin: 0;
  }
}

.standalone_gallery .dfp_banner--Halfpage div[id$="__container__"],
.standalone_gallery .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 0;
}

.comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$="__container__"],
.comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
  margin: 12px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$="__container__"],
  .comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$="__container__"],
  .comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 40px 0 0 0;
  }
}

.comments_page .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
.comments_page .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 40px 0 0;
}

@media screen and (min-width: 1024px) {
  .comments_page .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .comments_page .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.tags .fold_tags_body .dfp_banner--Halfpage div[id$="__container__"],
.tags .fold_tags_body .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 40px 0 30px;
}

@media screen and (min-width: 1024px) {
  .tags .fold_tags_body .dfp_banner--Halfpage div[id$="__container__"],
  .tags .fold_tags_body .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.tags .fold_tags__lazy_banner .dfp_banner {
  margin: 30px 0 0;
}

@media screen and (min-width: 1024px) {
  .tags .fold_tags__lazy_banner .dfp_banner {
    margin: 0;
  }
}

.search .dfp_banner--Halfpage div[id$="__container__"],
.search .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 40px 0;
}

.piece_page .dfp_banner--Leaderboard div[id$="__container__"],
.piece_page .dfp_banner--Leaderboard div[id$="_ad_container"] {
  margin: 20px 0;
}

@media screen and (min-width: 1024px) {
  .piece_page .dfp_banner--Leaderboard div[id$="__container__"],
  .piece_page .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .piece_page .dfp_banner--Leaderboard div[id$="__container__"],
  .piece_page .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 40px 0 0 0;
  }
}

.piece_page .dfp_banner--Halfpage div[id$="__container__"],
.piece_page .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 34px 0 0;
}

@media screen and (min-width: 1024px) {
  .piece_page .dfp_banner--Halfpage div[id$="__container__"],
  .piece_page .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

.user_profile .fold_profile_body .dfp_banner--Halfpage div[id$="__container__"],
.user_profile .fold_profile_body .dfp_banner--Halfpage div[id$="_ad_container"] {
  margin: 40px 0 0;
}

@media screen and (min-width: 1024px) {
  .user_profile .fold_profile_body .dfp_banner--Halfpage div[id$="__container__"],
  .user_profile .fold_profile_body .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0;
  }
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: -webkit-grab;
  cursor: grab;
}

.grabbing-cursor {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

.royalSlider {
  visibility: hidden;
}

.royalSlider .jwplayer {
  height: 100% !important;
}

.royalSlider .jwcontrols {
  z-index: 50;
}

.rsOverflow {
  height: 100% !important;
}

.rsSlide {
  overflow: visible;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.rsSlide .rsImg {
  height: 100%;
}

.rsNavItem {
  position: relative;
  float: none;
  display: inline-block;
  width: 70px;
  padding: 0 5px;
  margin: 0 !important;
  font-size: 0;
}

.rsNavItem:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  z-index: 0;
}

.rsNavItem:first-child:after {
  left: 0;
}

.rsNavItem:first-child {
  padding-left: 0;
}

.rsNavItem .rsTmb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.rsNavItem picture::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 20;
}

.rsNavItem img {
  position: relative;
  width: 100%;
  z-index: 20;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

.rsNavItem:hover .rsTmb__icon,
.rsNavItem:hover img, .rsNavItem.rsNavSelected .rsTmb__icon,
.rsNavItem.rsNavSelected img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.rsNavItem:hover:first-child:before, .rsNavItem.rsNavSelected:first-child:before {
  left: 0;
}

.rsThumbs {
  position: absolute;
  bottom: -94px;
  left: 0;
  padding: 0;
  width: 100%;
  display: none;
}

@media screen and (min-width: 1024px) {
  .rsThumbs {
    position: fixed;
    left: 0;
    padding-left: 10px;
    bottom: 10px;
    right: 0;
    display: block;
  }
}

@media screen and (min-width: 1290px) {
  .rsThumbs {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    padding: 10px 0;
    width: 950px;
  }
}

.rsThumbsContainer {
  position: relative;
  height: 100%;
  white-space: nowrap;
}

.rsVideoContainer {
  margin-left: 0 !important;
}

.rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
}

.rsPlayBtn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid #f4f4f4;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.rsPlayBtn:before {
  content: "\e92a";
  display: block;
  font-family: 'icomoon';
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 57px;
  line-height: 5.7rem;
}

.standalone_gallery {
  position: static;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .standalone_gallery .header_wrapper {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .standalone_gallery .header_wrapper .header__logo {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .standalone_gallery .header_wrapper {
    width: 100%;
    margin: 0;
    left: 0;
  }
}

.standalone_gallery .body_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .standalone_gallery .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1310px) {
  .standalone_gallery .container--content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1310px;
    height: 100%;
  }
}

.standalone_gallery .header__logo {
  float: left;
}

.standalone_gallery .column_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1310px) {
  .standalone_gallery .column_content {
    right: 330px;
  }
}

.standalone_gallery .column_content__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .standalone_gallery .column_content__inner {
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .standalone_gallery .column_content__inner {
    margin: 0 330px 0 0;
  }
}

.standalone_gallery .column_sidebar {
  display: none;
}

@media screen and (min-width: 1310px) {
  .standalone_gallery .column_sidebar {
    display: block;
    margin: 112px 0 0;
  }
}

.gallery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1260px;
  height: 100% !important;
  z-index: 1;
}

@media screen and (min-width: 1310px) {
  .gallery {
    max-width: 980px;
  }
}

.gallery__title {
  display: none;
}

@media screen and (min-width: 1024px) {
  .gallery__title {
    display: inline-block;
    position: absolute;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-height: 68px;
    overflow: hidden;
    padding: 0 342px 0 100px;
    margin: 0;
    float: left;
    font: normal 800 100% "Nunito", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 68px;
    line-height: 6.8rem;
    color: #141414;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

@media screen and (min-width: 1310px) {
  .gallery__title {
    max-height: 88px;
    padding: 0 300px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 88px;
    line-height: 8.8rem;
    letter-spacing: -0.035em;
  }
}

.gallery__close_btn {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  opacity: 1;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__close_btn {
    right: -8px;
    top: -8px;
  }
}

.gallery__close_btn .icon {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 56px;
  line-height: 5.6rem;
  color: #000;
  text-align: center;
}

.gallery__close_btn:active, .gallery__close_btn:hover, .gallery__close_btn:focus {
  top: 0;
}

@media screen and (min-width: 1024px) {
  .gallery__close_btn {
    top: 14px;
    right: 10px;
    width: 40px;
    height: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .gallery__close_btn .icon {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    line-height: 4rem;
  }
  .gallery__close_btn:active, .gallery__close_btn:hover, .gallery__close_btn:focus {
    top: 14px;
  }
}

@media screen and (min-width: 1310px) {
  .gallery__close_btn {
    top: 24px;
    right: 3px;
  }
  .gallery__close_btn:active, .gallery__close_btn:hover, .gallery__close_btn:focus {
    top: 24px;
  }
}

.gallery__social_wrap {
  position: fixed;
  bottom: 10px;
  left: 10px;
}

@media screen and (min-width: 1024px) {
  .gallery__social_wrap {
    position: absolute;
    top: 8px;
    right: 34px;
    bottom: auto;
    left: auto;
  }
}

@media screen and (min-width: 1310px) {
  .gallery__social_wrap {
    top: 12px;
  }
}

.gallery__social_wrap .social__btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 16px 0 0;
  border-radius: 50%;
  float: left;
  background-color: #e20068;
  cursor: pointer;
}

.gallery__social_wrap .social__btn:hover {
  background-color: #1fb4da;
}

.gallery__social_wrap .social__btn .icon {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  color: #fff;
}

.gallery__functions {
  position: fixed;
  right: 8px;
  bottom: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  height: 48px;
  padding: 4px 15px;
  margin: auto;
  @inclue border-box();
  z-index: 2;
  background-color: #141414;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__functions {
    top: 8px;
    right: 0;
    width: 28%;
    width: 100%;
    padding: 0;
    margin: auto;
    background-color: transparent;
    pointer-events: none;
  }
}

@media screen and (min-width: 1024px) {
  .gallery__functions {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 15px;
    height: 48px;
    width: 145px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1310px) {
  .gallery__functions {
    position: absolute;
    top: 660px;
    bottom: auto;
    right: 0;
  }
}

.gallery__paginator {
  float: left;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 0px;
  font-size: 0rem;
  line-height: 40px;
  line-height: 4rem;
  color: #fff;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__paginator {
    display: none;
  }
}

.gallery__paginator span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .gallery__paginator span {
    line-height: 48px;
    line-height: 4.8rem;
  }
}

.gallery__controls_wrap {
  width: 57px;
  height: 40px;
  float: right;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__controls_wrap {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 1024px) {
  .gallery__controls_wrap {
    height: 48px;
  }
}

.gallery__control_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
}

.gallery__control_btn--prev {
  float: left;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__control_btn--prev {
    position: absolute;
    top: 0;
    left: -2px;
    width: 40px;
    height: 40px;
    pointer-events: all;
  }
}

.gallery__control_btn--next {
  float: right;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__control_btn--next {
    position: absolute;
    top: 0;
    right: -2px;
    width: 40px;
    height: 40px;
    pointer-events: all;
  }
}

.gallery__control_btn .icon {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #fff;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__control_btn .icon {
    color: #141414;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .gallery__control_btn .icon {
    line-height: 48px;
    line-height: 4.8rem;
  }
}

.gallery__control_btn.is_hidden .icon {
  color: #8f8989;
}

.gallery__slider_wrap {
  position: absolute;
  top: 74px;
  bottom: 60px;
  left: 15px;
  right: 15px;
  margin: auto;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__slider_wrap {
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .gallery__slider_wrap {
    left: 30px;
    right: 30px;
  }
}

@media screen and (min-width: 1310px) {
  .gallery__slider_wrap {
    top: 112px;
    left: 0;
    right: 0;
  }
}

.gallery__caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 40px;
  padding: 11px 10px 10px 40px;
  background-color: #141414;
  text-align: left;
  font: normal 700 100% "Nunito", sans-serif;
  white-space: normal;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__caption {
    padding: 10px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .gallery__caption {
    line-height: 20px;
    line-height: 2rem;
    padding: 11px 10px 5px 40px;
  }
}

.gallery__caption .icon {
  position: absolute;
  top: 9px;
  left: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #f4f4ef;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__caption .icon {
    display: none;
  }
}

.gallery__photo_desc, .gallery__photo_author {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.025em;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .gallery__photo_desc, .gallery__photo_author {
    line-height: 20px;
    line-height: 2rem;
  }
}

.gallery__photo_author + .gallery__photo_desc {
  position: relative;
  padding: 0 0 0 20px;
}

.gallery__photo_author + .gallery__photo_desc:before {
  content: "-";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  line-height: 14px;
}

@media screen and (min-width: 1024px) {
  .gallery__photo_author + .gallery__photo_desc:before {
    line-height: 16px;
  }
}

.gallery__photo_author {
  text-transform: uppercase;
  color: #fff;
}

.gallery__slider {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  z-index: 1;
  width: auto;
  height: auto;
  padding: 0;
  margin: auto;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__slider {
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .gallery__slider {
    left: 0;
    right: 0;
    padding: 0 0 94px;
  }
}

@media screen and (min-width: 1310px) {
  .gallery__slider {
    bottom: auto;
    width: 950px;
    height: 634px;
  }
}

.gallery__slider_item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 0;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .gallery__slider_item {
    display: block;
  }
}

.gallery__slider_item .rsVideoContainer {
  margin-left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.gallery__slider_item small {
  font-size: 100%;
}

.gallery__slider_item img {
  margin-left: 0 !important;
}

.gallery__slider .rsThumbs {
  margin-left: -4px;
}

@media screen and (min-width: 1310px) {
  .gallery__slider .rsThumbs {
    width: 954px;
    margin-top: 10px;
  }
}

.gallery .rsThumbs {
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 1310px) {
  .gallery .rsThumbs {
    padding: 0;
  }
}

.main_tile {
  position: relative;
}

.main_tile__label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  margin: 0;
  padding: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .main_tile__label {
    height: 64px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    line-height: 6.6rem;
  }
}

.main_tile__label:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #141414;
}

.main_tile__label--flatpage {
  height: auto;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  color: #141414;
}

.main_tile__label--flatpage:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .main_tile__label--flatpage {
    font: normal 400 100% "Nunito", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0.05em;
    color: #8f8989;
    text-align: left;
  }
}

.main_tile__label--simple {
  height: auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
}

.main_tile__label--simple:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .main_tile__label--simple {
    height: 22px;
    letter-spacing: 0.05em;
  }
}

.main_tile__label--simple span {
  display: block;
}

@media screen and (min-width: 1024px) {
  .main_tile__label--simple span {
    display: inline-block;
  }
}

.header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: 56px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 540px) {
  .header_wrapper {
    left: 50%;
    width: 540px;
    margin-left: -270px;
  }
}

@media screen and (min-width: 1024px) {
  .header_wrapper {
    left: 0;
    width: 100%;
    height: 68px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1310px) {
  .header_wrapper {
    height: 88px;
  }
}

.header_wrapper__back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.header_wrapper__subback {
  display: none;
  position: absolute;
  top: 56px;
  width: 100%;
  height: 36px;
  background-color: #1fb4da;
}

@media screen and (min-width: 1024px) {
  .has_subnav .header_wrapper__subback {
    display: block;
  }
}

@media screen and (min-width: 1310px) {
  .header_wrapper__subback {
    top: 78px;
  }
}

.forum .header_wrapper__subback {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header_wrapper__search {
    margin: 0 -5px;
    background: #1fb4da;
  }
}

@media screen and (min-width: 1310px) {
  .header_wrapper__search {
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .header_wrapper .container {
    max-width: 1280px;
  }
}

.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 6px 0 0 0;
  z-index: 100;
  height: 56px;
}

@media screen and (min-width: 1024px) {
  .header {
    padding: 0;
    height: 68px;
  }
}

@media screen and (min-width: 1310px) {
  .header {
    height: 88px;
  }
}

.header__logo {
  position: relative;
  z-index: 10;
  top: 13px;
  left: 12px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 30;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 0.3s, left 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.3s linear 0.3s, left 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -o-transition: opacity 0.3s linear 0.3s, left 0.25s ease-out, transform 0.25s ease-out;
  transition: opacity 0.3s linear 0.3s, left 0.25s ease-out, transform 0.25s ease-out;
  transition: opacity 0.3s linear 0.3s, left 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

@media screen and (min-width: 1024px) {
  .header__logo {
    top: 12px;
    left: 1px;
  }
}

@media screen and (min-width: 1310px) {
  .header__logo {
    left: 0;
  }
}

@media screen and (max-width: 1023px) {
  body.has_navigation .header__logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1023px) {
  body.has_subnavigation .header__logo {
    opacity: 0;
    z-index: -1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.header__logo_heading {
  position: relative;
  display: block;
  padding: 0;
  font-size: 0;
}

.header__logo_img {
  width: auto;
  margin: 0;
  padding: 0;
}

.header__logo_img--big {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header__logo_img--big {
    display: block;
    width: 91px;
  }
}

@media screen and (min-width: 1310px) {
  .header__logo_img--big {
    width: 133px;
  }
}

.header__logo_img--small {
  display: block;
  width: 154px;
  height: 18px;
}

@media screen and (min-width: 1024px) {
  .header__logo_img--small {
    display: none;
    height: auto;
  }
}

@media screen and (min-width: 1310px) {
  .header__logo_img--small {
    display: none;
  }
}

.header__menu {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 50;
  width: 44px;
  height: 44px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .header__menu {
    top: 10px;
    right: -9px;
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width: 1310px) {
  .header__menu {
    top: 20px;
    right: 20px;
  }
}

.header__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 44px;
  height: 44px;
  color: #141414;
  z-index: 50;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.header__icon:hover {
  color: #1fb4da;
}

@media screen and (min-width: 1024px) {
  .header__icon {
    top: -1px;
    width: 48px;
    height: 48px;
  }
}

.header__icon .icon {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 4.4rem;
  -webkit-transition: opacity 0.12s ease-in-out;
  -moz-transition: opacity 0.12s ease-in-out;
  -o-transition: opacity 0.12s ease-in-out;
  transition: opacity 0.12s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .header__icon .icon {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .header__icon .icon {
    top: 1px;
  }
}

.header__icon .icon--menu {
  opacity: 1;
}

.header__icon .icon--close {
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .has_navigation .header__icon .icon--menu {
    opacity: 0;
  }
  .has_navigation .header__icon .icon--close {
    opacity: 1;
  }
}

.header__icon--user > img {
  width: 80px;
}

.header__user {
  position: absolute;
  top: 5px;
  right: 44px;
  z-index: 50;
  height: 44px;
  width: 44px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media screen and (max-width: 1023px) {
  .has_navigation .header__user {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media screen and (min-width: 1024px) {
  .header__user {
    top: 10px;
    right: 45px;
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width: 1310px) {
  .header__user {
    top: 20px;
    right: 74px;
  }
}

.header__user .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 4.4rem;
  color: #141414;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.header__user .icon:hover {
  color: #1fb4da;
}

@media screen and (min-width: 1024px) {
  .header__user .icon {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .header__user .icon {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.header__avatar {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 50;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.header__avatar_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  overflow: hidden;
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
}

@media screen and (min-width: 1310px) {
  .header__avatar_img {
    width: 34px;
    height: 34px;
  }
}

.header__avatar_img--authenticated {
  background: #fff;
}

.header__avatar_img img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .header__user:hover .header__avatar {
    opacity: 0.85;
  }
}

.header__search {
  position: absolute;
  top: 5px;
  right: 88px;
  left: auto;
  z-index: 50;
  height: 44px;
  width: 44px;
  -webkit-transition: all 0.25s ease-out, color 0.15s;
  -o-transition: all 0.25s ease-out, color 0.15s;
  transition: all 0.25s ease-out, color 0.15s;
}

@media screen and (max-width: 1023px) {
  .has_navigation .header__search {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media screen and (min-width: 1024px) {
  .header__search {
    display: block;
    top: 10px;
    right: 103px;
    width: 48px;
    height: 48px;
    padding: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1310px) {
  .header__search {
    top: 20px;
    right: 132px;
  }
}

.header__search .icon {
  display: block;
  color: #141414;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 4.4rem;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.header__search .icon:hover {
  color: #1fb4da;
}

@media screen and (min-width: 1024px) {
  .header__search .icon {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .header__search .icon {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.toggle__count {
  position: absolute;
  top: 0;
  right: -4px;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  background: #e20068;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 175ms ease-out 100ms;
  -o-transition: all 175ms ease-out 100ms;
  transition: all 175ms ease-out 100ms;
  overflow: hidden;
  z-index: 51;
}

.toggle__count_correction {
  position: relative;
  top: 0;
  left: 0px;
}

.toggle__count--authenticated {
  bottom: 4px;
  left: 23px;
}

@media screen and (min-width: 1024px) {
  .toggle__count--authenticated {
    bottom: 10px;
    left: 45px;
  }
}

.cookie_notice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 510;
  width: 100%;
  padding: 21px 30px 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff;
  background: #1fb4da;
  -webkit-box-shadow: 0px -3px 3px 0px rgba(55, 55, 55, 0.1);
  box-shadow: 0px -3px 3px 0px rgba(55, 55, 55, 0.1);
  text-align: center;
}

@media screen and (min-width: 540px) {
  .cookie_notice {
    width: 540px;
  }
}

@media screen and (min-width: 1024px) {
  .cookie_notice {
    width: 1024px;
    padding: 19px 200px 22px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-align: left;
  }
}

@media screen and (min-width: 1310px) {
  .cookie_notice {
    width: 1280px;
    padding-right: 350px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(55, 55, 55, 0.22);
    box-shadow: 0px 3px 6px 0px rgba(55, 55, 55, 0.22);
  }
}

.cookie_notice strong {
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .cookie_notice strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.cookie_notice a {
  cursor: pointer;
  color: #fff;
}

.cookie_notice__text {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .cookie_notice__text {
    margin: 0;
  }
}

.cookie_notice .btn {
  margin: 23px 0 0;
}

@media screen and (min-width: 1024px) {
  .cookie_notice .btn {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
  }
}

.footer {
  width: 100%;
  height: 12px;
  margin: 40px 0 0;
  background-color: #141414;
}

@media screen and (min-width: 1024px) {
  .footer {
    display: none;
    visibility: hidden;
  }
}

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

.leadblock__wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .leadblock__wrap {
    width: auto;
    height: auto;
    padding: 0;
    margin: 30px 0px 0;
  }
}

@media screen and (min-width: 1310px) {
  .leadblock__wrap {
    margin: 40px 0px 0;
  }
}

.leadblock__data {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.06), 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.06), 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

.leadblock__background {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

.leadblock__background img {
  width: 100%;
  height: auto;
}

.leadblock__background:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background-image: -moz-linear-gradient(-90deg, rgba(61, 61, 61, 0) 44%, #3d3d3d 68%);
  background-image: -webkit-linear-gradient(-90deg, rgba(61, 61, 61, 0) 44%, #3d3d3d 68%);
  background-image: -ms-linear-gradient(-90deg, rgba(61, 61, 61, 0) 44%, #3d3d3d 68%);
  mix-blend-mode: multiply;
}

.leadblock__text_wrap {
  padding: 0 30px;
  margin: 21px 0 5px 0;
  float: left;
}

@media screen and (min-width: 1024px) {
  .leadblock__text_wrap {
    padding: 0 30px 0 15px;
    margin: 16px 15px 92px 0;
    border-left: 1px solid #fff;
  }
}

.leadblock__data_wrap {
  height: 100%;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .leadblock__data_wrap {
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .leadblock__data_wrap {
    padding: 0 15px;
  }
}

.leadblock__inner {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.leadblock__data {
  position: relative;
  z-index: 2;
  text-align: center;
}

.leadblock__title_wrap {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
}

.leadblock__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
  padding: 35px 12px 10px 32px;
  background-color: #141414;
  border: 4px solid #f9de32;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f9de32;
  text-transform: uppercase;
  -webkit-transform: translate(-21px, -38px) rotate(-4deg);
  -ms-transform: translate(-21px, -38px) rotate(-4deg);
  transform: translate(-21px, -38px) rotate(-4deg);
}

@media screen and (min-width: 1310px) {
  .leadblock__label {
    padding: 35px 20px 9px 32px;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-transform: translate(-14px, -42px) rotate(-4deg);
    -ms-transform: translate(-14px, -42px) rotate(-4deg);
    transform: translate(-14px, -42px) rotate(-4deg);
  }
}

.leadblock__title {
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 0 12px;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
}

@media screen and (min-width: 540px) {
  .leadblock__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    line-height: 3.3rem;
    letter-spacing: -0.01em;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .leadblock__title {
    position: relative;
    padding: 0;
    padding: 0;
    margin: 17px auto 23px auto;
    max-width: 60%;
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}

@media screen and (min-width: 1310px) {
  .leadblock__title {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 56px;
    line-height: 5.6rem;
    margin: 17px auto 30px auto;
  }
}

.leadblock__title span {
  display: inline;
  padding: 0 14px;
  color: #141414;
  background-color: white;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (min-width: 1024px) {
  .leadblock__title span {
    padding: 0 8px;
  }
}

@media screen and (min-width: 1310px) {
  .leadblock__title span {
    padding: 0 20px;
  }
}

.leadblock__sponsor {
  position: relative;
  margin: 21px auto 15px auto;
  padding: 16px 0;
  background-color: #fff;
  width: 112px;
}

@media screen and (min-width: 1024px) {
  .leadblock__sponsor {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .leadblock__sponsor {
    padding: 20px 0;
    width: 137px;
  }
}

.leadblock__sponsor--desktop {
  display: block;
}

@media screen and (max-width: 1023px) {
  .leadblock__sponsor--desktop {
    display: none;
  }
}

.leadblock__sponsor--mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .leadblock__sponsor--mobile {
    display: block;
  }
}

.leadblock__sponsor_link {
  display: block;
  text-align: center;
}

.leadblock__sponsor_label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #141414;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.025em;
  color: #f9de32;
  text-transform: uppercase;
  text-align: center;
  padding: 0 4px;
  width: 87px;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.leadblock__sponsor_figure {
  width: 80px;
  height: 45px;
  margin: 0px auto;
  display: block;
}

@media screen and (min-width: 1310px) {
  .leadblock__sponsor_figure {
    width: 96px;
    height: 54px;
    margin: 0px auto;
  }
}

.leadblock__sponsor_figure img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 100%;
  max-height: 100%;
}

body.tags .body_inner_wrap {
  margin-top: 96px;
}

body.tags .main_tile__label {
  height: auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  body.tags .main_tile__label {
    text-align: left;
  }
}

body.tags .main_tile__label:before {
  display: none;
}

body.tags .main_tile__label span {
  color: #e20068;
}

body.tags .main_tile__label h1 {
  display: inline-block;
  height: auto;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #e20068;
  font-weight: 900;
}

body.tags .main_tile__content {
  margin: 27px 0 0;
}

@media screen and (min-width: 1024px) {
  body.tags .main_tile__content {
    margin: 30px 0 0;
  }
}

/* Refactoring komentara */
.single_comment--th_joomboos .single_comment__user_link {
  display: inline;
}

.single_comment--th_joomboos .single_comment__user_figure {
  width: 40px;
  height: 40px;
  margin: 0 12px 0 0;
  border-radius: 50%;
  float: left;
}

@media screen and (min-width: 1024px) {
  .single_comment--th_joomboos .single_comment__user_figure {
    width: 52px;
    height: 52px;
    margin: 0 24px 0 0;
  }
}

.single_comment--th_joomboos .single_comment__user_figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.single_comment--th_joomboos .single_comment__user_name {
  display: inline-block;
  margin: 0 12px 0 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #1fb4da;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

@media screen and (min-width: 1024px) {
  .single_comment--th_joomboos .single_comment__user_name {
    margin: 2px 16px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.single_comment--th_joomboos .single_comment__user_link:hover .single_comment__user_name {
  color: #e20068;
}

.single_comment--th_joomboos .single_comment__time {
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8f8989;
}

@media screen and (min-width: 1024px) {
  .single_comment--th_joomboos .single_comment__time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.single_comment--th_joomboos .single_comment__content_wrap {
  padding: 0 0 0 52px;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .single_comment--th_joomboos .single_comment__content_wrap {
    padding: 0 0 0 75px;
    margin: 0;
  }
}

.single_comment--th_joomboos .single_comment__content {
  margin: 3px 0 0 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}

@media screen and (min-width: 1024px) {
  .single_comment--th_joomboos .single_comment__content {
    margin: 5px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.single_comment--th_joomboos .single_comment__content span {
  display: inline;
}

.single_comment--th_joomboos .single_comment__show_more {
  display: inline;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .single_comment--th_joomboos .single_comment__show_more {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.single_comment.single_comment--admin .single_comment__user_figure {
  position: relative;
}

.single_comment.single_comment--admin .single_comment__user_figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #e20068;
}

.single_comment.single_comment--admin .single_comment__user_name {
  color: #e20068;
}

.single_comment.single_comment--self .single_comment__user_figure {
  position: relative;
}

.single_comment.single_comment--self .single_comment__user_figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #1fb4da;
}

.single_comment.single_comment--self .single_comment__user_name {
  color: #1fb4da;
}

.paginacija_anchor {
  display: block;
  height: 0;
  opacity: 0;
  position: relative;
  top: -140px;
  width: 100%;
}

.thread_teaser--th_joomboos {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 47px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos {
    padding: 0 20px;
    margin: 52px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .thread_teaser--th_joomboos {
    padding: 0 22px 0 27px;
    margin: 54px 0 0 0;
  }
}

.thread_teaser--th_joomboos .thread_teaser__label {
  margin: 0;
  float: left;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos .thread_teaser__label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.thread_teaser--th_joomboos .btn--read_all {
  padding: 0 17px;
  float: right;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos .btn--read_all {
    padding: 0 17px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1310px) {
  .thread_teaser--th_joomboos .btn--read_all {
    margin: 0 8px 0 0;
  }
}

.thread_teaser--th_joomboos .thread_teaser__comments_wrap {
  clear: both;
  margin: 5px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos .thread_teaser__comments_wrap {
    margin: 3px 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .thread_teaser--th_joomboos .thread_teaser__comments_wrap {
    margin: 7px 0 0;
  }
}

.thread_teaser--th_joomboos .thread_teaser__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.thread_teaser--th_joomboos .thread_teaser__list_item {
  margin: 14px 0 0 0;
  padding: 16px 0 0 0;
  border-top: 1px solid #edece4;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos .thread_teaser__list_item {
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
  }
}

.thread_teaser--th_joomboos .thread_teaser__list_item:first-child {
  margin: 0;
  padding: 16px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos .thread_teaser__list_item:first-child {
    padding: 24px 0 0 0;
    border: none;
  }
}

@media screen and (min-width: 1310px) {
  .thread_teaser--th_joomboos .thread_teaser__list_item:first-child {
    padding: 20px 0 0 0;
  }
}

.thread_teaser--th_joomboos.is_authenticated.has_posts {
  margin: 47px 0 25px;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.is_authenticated.has_posts {
    margin: 52px 0 5px;
  }
}

@media screen and (min-width: 1310px) {
  .thread_teaser--th_joomboos.is_authenticated.has_posts {
    margin: 54px 0 0;
  }
}

.thread_teaser--th_joomboos.is_authenticated.has_posts .thread_teaser__btn_wrap {
  padding: 0 0 0 49px;
  margin: 31px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.is_authenticated.has_posts .thread_teaser__btn_wrap {
    padding: 0 0 0 75px;
    margin: 33px 0 0 0;
  }
}

.thread_teaser--th_joomboos.is_authenticated.has_posts .thread_teaser__btn_wrap .btn--comment {
  height: 36px;
  padding: 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.is_authenticated.has_posts .thread_teaser__btn_wrap .btn--comment {
    height: 40px;
    padding: 0 19px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.thread_teaser--th_joomboos.not_authenticated.has_posts {
  margin: 47px 0 25px 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.has_posts {
    margin: 47px 0 5px;
  }
}

@media screen and (min-width: 1310px) {
  .thread_teaser--th_joomboos.not_authenticated.has_posts {
    margin: 47px 0 0;
  }
}

.thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__info {
  padding: 30px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #edece4;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__info {
    padding: 0;
    margin: 63px 0 0 0;
    border: none;
  }
}

.thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__login_title {
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__login_title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 62px;
    line-height: 6.2rem;
    letter-spacing: -0.01em;
  }
}

.thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__login_text {
  margin: 4px 0 0 0;
  display: block;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__login_text {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap {
  margin: 23px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap {
    margin: 30px 0 0 0;
  }
}

.thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn {
  margin: 0 12px 0 0;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn:hover {
  opacity: 0.85;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn {
    margin: 0 16px 0 0;
  }
}

.thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn:last-child {
  margin: 0;
}

.thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--yellow {
  height: 36px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--yellow {
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--fb, .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--gplus {
    height: 40px;
    padding: 0 20px 0 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
  .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--fb .icon, .thread_teaser--th_joomboos.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--gplus .icon {
    top: 0;
    width: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.thread_teaser--th_joomboos.is_authenticated.no_posts {
  margin: 47px 0 30px 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.is_authenticated.no_posts {
    margin: 47px 0 10px;
  }
}

@media screen and (min-width: 1310px) {
  .thread_teaser--th_joomboos.is_authenticated.no_posts {
    margin: 47px 0 0;
  }
}

.thread_teaser--th_joomboos.is_authenticated.no_posts .thread_teaser__btn_wrap {
  margin: 23px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.is_authenticated.no_posts .thread_teaser__btn_wrap {
    margin: 31px 0 0 0;
  }
}

.thread_teaser--th_joomboos.is_authenticated.no_posts .thread_teaser__btn_wrap .btn--comment {
  height: 36px;
  padding: 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.is_authenticated.no_posts .thread_teaser__btn_wrap .btn--comment {
    height: 40px;
    padding: 0 19px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.thread_teaser--th_joomboos.is_authenticated.no_posts .thread_teaser__message {
  padding: 0 10px;
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.025em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.is_authenticated.no_posts .thread_teaser__message {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: -0.01em;
  }
}

.thread_teaser--th_joomboos.not_authenticated.no_posts {
  margin: 47px 0 30px;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.no_posts {
    margin: 47px 0 10px;
  }
}

@media screen and (min-width: 1310px) {
  .thread_teaser--th_joomboos.not_authenticated.no_posts {
    margin: 47px 0 0;
  }
}

.thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__info {
  margin: 15px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__info {
    padding: 0;
    margin: 63px 0 0 0;
    border: none;
  }
}

.thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__login_title {
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__login_title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 62px;
    line-height: 6.2rem;
    letter-spacing: -0.01em;
  }
}

.thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__login_text {
  margin: 4px 0 0 0;
  display: block;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__login_text {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap {
  margin: 23px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap {
    margin: 30px 0 0 0;
  }
}

.thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap .btn {
  margin: 0 12px 0 0;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap .btn {
    margin: 0 16px 0 0;
  }
}

.thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap .btn:last-child {
  margin: 0;
}

.thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--yellow {
  height: 36px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--yellow {
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1024px) {
  .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--fb, .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--gplus {
    height: 40px;
    padding: 0 20px 0 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
  .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--fb .icon, .thread_teaser--th_joomboos.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--gplus .icon {
    width: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.thread--th_joomboos .thread__header_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  margin: 25px 0 0 0;
  padding: 7px 0 8px 0;
  border-top: 1px solid #edece4;
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread--th_joomboos .thread__header_wrap {
    position: relative;
    padding: 8px 18px 8px 18px;
    border: none;
  }
  .thread--th_joomboos .thread__header_wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 18px;
    left: 18px;
    height: 1px;
    background-color: #edece4;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__header_wrap {
    margin: 38px 0 0 0;
    border: none;
  }
}

.thread--th_joomboos .thread__post_count {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__post_count {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.thread--th_joomboos .thread__content {
  margin: 1px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__content {
    margin: 13px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .thread--th_joomboos .thread__content {
    position: relative;
  }
}

.thread--th_joomboos .thread__show_answers {
  display: none;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__show_answers {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 10px 0 20px;
    float: right;
    font: normal 800 100% "Nunito", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
  }
  .thread--th_joomboos .thread__show_answers:hover {
    color: #1fb4da;
  }
  .thread--th_joomboos .thread__show_answers:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #edece4;
  }
}

.thread--th_joomboos .thread__postbox_warning {
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  right: -100%;
  display: inline-block;
  min-width: 200px;
  padding: 20px;
  background-color: #f9de32;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.thread--th_joomboos .thread__postbox_warning.is_open {
  right: 0;
}

.thread--th_joomboos .thread__postbox_warning p {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #141414;
}

.thread--th_joomboos .thread__postbox_warning i {
  position: relative;
  top: 6px;
  margin: 0 10px 0 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #141414;
}

.thread--th_joomboos .fake_form_select__wrap {
  width: 140px;
  height: 32px;
  float: right;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .fake_form_select__wrap {
    margin: 0;
    height: 36px;
  }
}

.thread--th_joomboos .fake_form_select__list_wrap {
  height: 32px;
  padding: 0;
}

.thread--th_joomboos .fake_form_select__list {
  border-radius: 0;
}

.thread--th_joomboos .fake_form_select__item {
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.thread--th_joomboos .fake_form_select__item:hover, .thread--th_joomboos .fake_form_select__item.is_active {
  background-color: #f4f4ef;
  color: #141414;
}

.thread--th_joomboos .fake_form_select__icon {
  width: 32px;
  height: 32px;
}

.thread--th_joomboos .fake_form_select__icon .icon {
  width: 32px;
  height: 32px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #141414;
}

.thread--th_joomboos .fake_form_select__btn {
  width: 100%;
  padding: 0;
  margin: 0 55px 0 0;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .fake_form_select__btn {
    margin: 0 68px 0 0;
    font: normal 800 100% "Nunito", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: 0em;
  }
}

.thread--th_joomboos .single_comment__content_wrap {
  position: relative;
  padding: 0 0 0 41px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .single_comment__content_wrap {
    padding: 0 0 0 76px;
  }
}

.thread--th_joomboos .single_comment__content {
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 0 -41px;
  padding: 0 10px 0 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .single_comment__content {
    clear: none;
    padding: 0 35px 0 0;
    margin: 5px 0 0 0;
  }
}

.thread--th_joomboos .single_comment__interaction {
  margin: 13px 0 4px -41px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .single_comment__interaction {
    margin: 23px 0 24px 0;
  }
}

@media screen and (max-width: 1023px) {
  .thread--th_joomboos .single_comment__interaction .btn--reply {
    height: auto;
    padding: 0;
    margin: 0 12px 0 0;
    font: normal 400 100% "Nunito", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    color: #8f8989;
    background-color: transparent;
    text-transform: none;
  }
}

.thread--th_joomboos .single_comment__toggle_reply {
  font-size: 14px;
  font-size: 1.4rem;
  color: #1fb4da;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .single_comment__toggle_reply {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 0;
    font: normal 800 100% "Nunito", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
    color: #141414;
    text-transform: uppercase;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
  }
  .thread--th_joomboos .single_comment__toggle_reply:hover {
    color: #1fb4da;
  }
}

.thread--th_joomboos .single_comment__toggle_reply .icon {
  display: none;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .single_comment__toggle_reply .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .btn--reply + .single_comment__toggle_reply {
    margin: 0 0 0 30px;
  }
}

.thread--th_joomboos .single_comment__flag {
  position: absolute;
  top: 0;
  right: 0;
  color: #8f8989;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.thread--th_joomboos .single_comment__flag:hover {
  color: #e20068;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .single_comment__flag {
    display: inline;
    position: relative;
  }
}

.thread--th_joomboos .single_comment__flag.btn--invert {
  color: #e20068;
}

.thread--th_joomboos .single_comment__flag .icon {
  font-size: 16px;
  font-size: 1.6rem;
}

.thread--th_joomboos .single_comment__upvote,
.thread--th_joomboos .single_comment__downvote {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 33px;
  color: #8f8989;
  text-align: center;
}

.thread--th_joomboos .single_comment__upvote:after,
.thread--th_joomboos .single_comment__downvote:after {
  content: " ";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 3px;
}

.thread--th_joomboos .single_comment__upvote .icon,
.thread--th_joomboos .single_comment__downvote .icon {
  display: inline-block;
  width: 24px;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.thread--th_joomboos .single_comment__upvote span,
.thread--th_joomboos .single_comment__downvote span {
  display: inline-block;
  width: 17px;
  float: right;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.thread--th_joomboos .single_comment__upvote {
  margin: 0 8px 0 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .single_comment__upvote {
    margin: 0 6px 0 0;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
  }
  .thread--th_joomboos .single_comment__upvote:hover {
    color: #1fb4da;
  }
}

.thread--th_joomboos .single_comment__upvote.btn--invert i, .thread--th_joomboos .single_comment__upvote.btn--invert span {
  color: #1fb4da;
}

.thread--th_joomboos .single_comment__rating.is_positive .single_comment__upvote {
  position: relative;
}

.thread--th_joomboos .single_comment__rating.is_positive .single_comment__upvote i, .thread--th_joomboos .single_comment__rating.is_positive .single_comment__upvote span {
  color: #1fb4da;
}

.thread--th_joomboos .single_comment__rating.is_positive .single_comment__upvote.btn--invert:after {
  background-color: #1fb4da;
}

.thread--th_joomboos .single_comment__rating.is_positive .single_comment__downvote.btn--invert {
  position: relative;
}

.thread--th_joomboos .single_comment__rating.is_positive .single_comment__downvote.btn--invert:after {
  background-color: #8f8989;
}

.thread--th_joomboos .single_comment__rating.is_positive .single_comment__downvote.btn--invert i, .thread--th_joomboos .single_comment__rating.is_positive .single_comment__downvote.btn--invert span {
  color: #8f8989;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .single_comment__downvote {
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
  }
  .thread--th_joomboos .single_comment__downvote:hover {
    color: #e20068;
  }
}

.thread--th_joomboos .single_comment__downvote.btn--invert i, .thread--th_joomboos .single_comment__downvote.btn--invert span {
  color: #e20068;
}

.thread--th_joomboos .single_comment__rating.is_negative .single_comment__downvote {
  position: relative;
}

.thread--th_joomboos .single_comment__rating.is_negative .single_comment__downvote i, .thread--th_joomboos .single_comment__rating.is_negative .single_comment__downvote span {
  color: #e20068;
}

.thread--th_joomboos .single_comment__rating.is_negative .single_comment__downvote.btn--invert:after {
  background-color: #e20068;
}

.thread--th_joomboos .single_comment__rating.is_negative .single_comment__upvote.btn--invert {
  position: relative;
}

.thread--th_joomboos .single_comment__rating.is_negative .single_comment__upvote.btn--invert:after {
  background-color: #8f8989;
}

.thread--th_joomboos .single_comment__rating.is_negative .single_comment__upvote.btn--invert i, .thread--th_joomboos .single_comment__rating.is_negative .single_comment__upvote.btn--invert span {
  color: #8f8989;
}

.thread--th_joomboos .thread__pagination_separator {
  height: 1px;
  background-color: #edece4;
}

.thread--th_joomboos .pagination__wrap--upper {
  margin: 0 -12px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .pagination__wrap--upper {
    margin: 0 3px;
  }
}

.thread--th_joomboos .pagination__wrap--upper .pagination {
  margin: 0;
  padding: 9px 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .pagination__wrap--upper .pagination {
    padding: 14px 0;
  }
}

.thread--th_joomboos .pagination__wrap--lower {
  margin: 10px -12px 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .pagination__wrap--lower {
    margin: 10px 0 0 0;
  }
}

.thread--th_joomboos .pagination__wrap--lower .pagination {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .pagination__wrap .pagination {
    border-radius: 0;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .pagination__wrap .pagination__item--next .pagination__link,
  .thread--th_joomboos .pagination__wrap .pagination__item--prev .pagination__link {
    letter-spacing: 0em;
  }
}

.thread--th_joomboos .thread__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread--th_joomboos .thread__list {
    padding: 0 18px;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__list {
    margin: 5px 0 0 0;
  }
}

.thread--th_joomboos .thread__list .single_comment__time {
  display: block;
  margin: 1px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__list .single_comment__time {
    display: inline;
  }
}

.thread--th_joomboos .thread__list .single_comment__rating {
  display: inline-block;
  margin: 1px -6px 0 0;
  float: right;
  height: 33px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__list .single_comment__rating {
    position: relative;
    margin: 4px -6px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__list .single_comment__rating_inner_wrap {
    display: inline;
  }
}

.thread--th_joomboos .thread__sublist {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  padding: 0 24px;
  margin: 0 -12px 0 -12px;
  overflow: hidden;
  background-color: #f4f4ef;
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread--th_joomboos .thread__sublist {
    margin: 0 -30px;
    padding: 0 42px;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__sublist {
    padding: 0;
    margin: 0 -22px 0 -22px;
  }
}

.thread--th_joomboos .thread__sublist.is_visible {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.thread--th_joomboos .thread__sublist .single_comment__user_figure {
  width: 28px;
  height: 28px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__sublist .single_comment__user_figure {
    width: 52px;
    height: 52px;
  }
}

.thread--th_joomboos .thread__sublist .single_comment__user_name {
  position: relative;
  margin: -6px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__sublist .single_comment__user_name {
    margin: 2px 0 0 0;
  }
}

.thread--th_joomboos .thread__sublist .single_comment__time {
  margin: -2px 0 0 0;
}

.thread--th_joomboos .thread__sublist .single_comment__content {
  margin: 7px 0 0 -41px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__sublist .single_comment__content {
    margin: 5px 0 0 0;
  }
}

.thread--th_joomboos .thread__sublist .single_comment__interaction {
  margin: 12px 0 0 -41px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__sublist .single_comment__interaction {
    margin: 28px 0 0 0;
  }
}

.thread--th_joomboos .thread__sublist .single_comment__rating {
  display: inline-block;
  margin: 0 0 0 -3px;
  float: left;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__sublist .single_comment__rating {
    float: right;
    margin: 0 15px 0 0;
  }
}

.thread--th_joomboos .thread__item {
  position: relative;
  padding: 16px 0 0 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__item {
    padding: 24px 22px 0 25px;
    margin: 0;
  }
}

.thread--th_joomboos .thread__item:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #edece4;
}

.thread--th_joomboos .thread__item:last-child:after {
  display: none;
}

.thread--th_joomboos .thread__item .single_comment__flag {
  top: 6px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__item .single_comment__flag {
    top: 0;
    float: left;
    margin: 0 17px 0 0;
  }
}

.thread--th_joomboos .thread__item--reply {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0 4px 0;
  margin: 0;
  border: none;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__item--reply {
    padding: 24px 0 22px 99px;
    margin: 0;
  }
}

.thread--th_joomboos .thread__item--reply:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: -24px;
  right: -24px;
  height: 1px;
  background-color: #dfded7;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__item--reply:after {
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.thread--th_joomboos .thread__item--reply .single_comment__flag {
  top: -1px;
  right: -12px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__item--reply .single_comment__flag {
    top: 0;
    right: 0;
    margin: 0 18px 0 0;
  }
}

.thread--th_joomboos .thread__item .thread__new_comment {
  margin: 0;
}

.thread--th_joomboos .thread__item .thread__reply_user {
  margin: -4px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__item .thread__reply_user {
    margin: 4px 0 0 0;
  }
}

.thread--th_joomboos .thread__item .thread__reply_counter {
  margin: -3px 0 13px 0;
}

.thread--th_joomboos .thread__reply_wrap {
  padding: 16px 12px 14px 12px;
  margin: 0 -12px;
  background-color: rgba(249, 222, 50, 0.3);
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread--th_joomboos .thread__reply_wrap {
    margin: 0 -30px;
    padding: 18px 30px 14px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__reply_wrap {
    padding: 25px 12px 14px 99px;
    margin: 0 -22px;
  }
}

.thread--th_joomboos .thread__profile_figure {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  float: left;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__profile_figure {
    width: 52px;
    height: 52px;
  }
}

.thread--th_joomboos .thread__profile_figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.thread--th_joomboos .thread__profile_figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #1fb4da;
}

.thread--th_joomboos .thread__reply_content {
  padding: 0 0 0 39px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__reply_content {
    padding: 0 0 0 77px;
  }
}

.thread--th_joomboos .thread__reply_content .btn--reply {
  float: right;
}

.thread--th_joomboos .thread__reply_content .btn--reply.btn--r {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.thread--th_joomboos .thread__reply_content .btn--reply.btn--r:hover {
  background-color: #1fb4da;
}

.thread--th_joomboos .thread__reply_counter {
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8f8989;
}

.thread--th_joomboos .thread__reply_user {
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #1fb4da;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__reply_user {
    margin: 4px 0 0 0;
  }
}

.thread--th_joomboos .thread__reply_form {
  margin: 10px 0 0 -39px;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__reply_form {
    margin: 10px 0 0 0;
  }
}

.thread--th_joomboos .thread__reply_form_item {
  margin: 10px 0 0 0;
}

.thread--th_joomboos .thread__reply_footer {
  margin: 12px 0 0 0;
}

.thread--th_joomboos .thread__reply_textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px;
  border: 1px solid #dfded7;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  resize: vertical;
}

.thread--th_joomboos .thread__reply_textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8f8989;
}

.thread--th_joomboos .thread__reply_textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8f8989;
}

.thread--th_joomboos .thread__reply_textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8f8989;
}

.thread--th_joomboos .thread__reply_textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8f8989;
}

.thread--th_joomboos .thread__rules_link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #8f8989;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.thread--th_joomboos .thread__rules_link:hover {
  color: #1fb4da;
}

.thread--th_joomboos .thread__cancel_btn {
  display: none;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__cancel_btn {
    display: inline-block;
    float: right;
    margin: 0 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    color: #8f8989;
    cursor: pointer;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
  }
  .thread--th_joomboos .thread__cancel_btn:hover {
    color: #1fb4da;
  }
}

.thread--th_joomboos .thread__new_comment {
  margin: 20px 0 0 0;
}

.thread--th_joomboos .thread__new_comment .thread__profile_figure {
  width: 40px;
  height: 40px;
}

.thread--th_joomboos .thread__new_comment .thread__reply_content {
  padding: 0 0 0 51px;
}

.thread--th_joomboos .thread__new_comment .thread__reply_form {
  margin: -4px 0 0 -51px;
}

.thread--th_joomboos .thread__new_comment .thread__reply_textarea {
  min-height: 96px;
}

.thread--th_joomboos .thread__new_comment .thread__reply_form_item {
  margin: 22px 0 0 0;
}

@media screen and (min-width: 540px) {
  .thread--th_joomboos .thread__new_comment .thread__reply_wrap {
    padding: 18px 12px 14px 12px;
    margin: 0 -12px;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__new_comment .thread__reply_wrap {
    margin: 0;
  }
}

.thread--th_joomboos.comments_page--post .thread__new_comment {
  margin: 0;
}

.thread--th_joomboos .thread__info {
  margin: 34px 0 0 0;
}

@media screen and (min-width: 540px) {
  .thread--th_joomboos .thread__info {
    padding: 0 18px;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__info {
    padding: 0 0 0 20px;
    margin: 63px 0 0 0;
    border: none;
  }
}

@media screen and (min-width: 1310px) {
  .thread--th_joomboos .thread__info {
    margin: 78px 0 0 0;
    padding: 0 85px 0 80px;
  }
}

.thread--th_joomboos .thread__login_title {
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__login_title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 62px;
    line-height: 6.2rem;
    letter-spacing: -0.01em;
  }
}

.thread--th_joomboos .thread__login_text {
  margin: 4px 0 0 0;
  display: block;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__login_text {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.thread--th_joomboos .thread__btn_wrap {
  margin: 23px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__btn_wrap {
    margin: 30px 0 0 0;
  }
}

.thread--th_joomboos .thread__btn_wrap .btn {
  margin: 0 12px 0 0;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__btn_wrap .btn {
    margin: 0 16px 0 0;
  }
}

.thread--th_joomboos .thread__btn_wrap .btn:last-child {
  margin: 0;
}

.thread--th_joomboos .thread__btn_wrap .btn--yellow {
  height: 36px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__btn_wrap .btn--yellow {
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1024px) {
  .thread--th_joomboos .thread__btn_wrap .btn--fb, .thread--th_joomboos .thread__btn_wrap .btn--gplus {
    height: 40px;
    padding: 0 20px 0 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
  .thread--th_joomboos .thread__btn_wrap .btn--fb .icon, .thread--th_joomboos .thread__btn_wrap .btn--gplus .icon {
    width: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.author_infobox {
  position: relative;
  padding: 27px 0 30px 0;
  margin: 28px 0 0 0;
  border-top: 1px solid #edece4;
  border-bottom: 1px solid #edece4;
}

@media screen and (min-width: 1024px) {
  .author_infobox {
    padding: 0 34px 38px 34px;
    margin: 75px 0 0 0;
    border: none;
  }
}

@media screen and (min-width: 1310px) {
  .author_infobox {
    padding: 0 50px 38px 50px;
  }
}

.author_infobox__figure {
  width: 50px;
  height: 50px;
  margin: 3px 0 0 0;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.14);
}

@media screen and (min-width: 1024px) {
  .author_infobox__figure {
    width: 72px;
    height: 72px;
  }
}

.author_infobox__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.author_infobox__data {
  padding: 0 0 0 68px;
  margin: -3px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .author_infobox__data {
    padding: 0 0 0 93px;
    margin: -8px 0 0 0;
  }
}

.author_infobox__name {
  padding: 0;
  margin: 18px 0 0 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .author_infobox__name {
    margin: 13px 0 0 0;
    display: inline-block;
  }
}

.author_infobox__social {
  display: inline-block;
  height: 30px;
  margin: 22px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .author_infobox__social {
    position: absolute;
    top: 3px;
    right: 42px;
    padding: 0 7px;
    margin: 0 0 0 18px;
  }
}

.author_infobox__social span {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #8f8989;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .author_infobox__social span {
    display: none;
  }
}

.author_infobox__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border-radius: 50%;
  text-align: center;
}

.author_infobox__link--facebook {
  background-color: #3b5998;
  margin: 0 0 0 20px;
}

.author_infobox__link--youtube {
  background-color: #cd201f;
}

.author_infobox__link--instagram {
  background: -o-linear-gradient(225deg, #1400c8, #b900b4 28%, #d73085 56%, #e9703f 71%, #fedb7f);
  background: linear-gradient(-135deg, #1400c8, #b900b4 28%, #d73085 56%, #e9703f 71%, #fedb7f);
}

.author_infobox__link .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
}

.author_infobox__lead {
  margin: 25px 0 0 0;
  clear: both;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #373737;
}

@media screen and (min-width: 1024px) {
  .author_infobox__lead {
    clear: none;
    padding: 0 0 0 93px;
    margin: 7px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__background--mob {
    display: none;
    visibility: hidden;
  }
}

.youtuber_profile .youtuber__background--desk {
  display: none;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__background--desk {
    display: block;
  }
}

.youtuber_profile .youtuber__background img {
  display: block;
  width: 100%;
  height: auto;
}

.youtuber_profile .youtuber__default_background {
  background-image: url("../images/profile/youtuber_default.svg");
}

.youtuber_profile .youtuber__default_background--mob {
  height: 179px;
  background-size: 545px 552px;
  background-position: -24px -90px;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__default_background--mob {
    display: none;
    visibility: hidden;
  }
}

.youtuber_profile .youtuber__default_background--desk {
  display: none;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__default_background--desk {
    display: block;
    height: 165px;
    background-size: 1601px 1607px;
    background-position: -98px -359px;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__default_background--desk {
    height: 213px;
  }
}

.youtuber_profile .youtuber__default_background img {
  display: block;
  width: 100%;
  height: auto;
}

.youtuber_profile .youtuber__header {
  position: relative;
}

.youtuber_profile .youtuber__figure {
  position: relative;
  display: block;
  width: 92px;
  height: 92px;
  margin: -48px auto 0;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__figure {
    position: absolute;
    top: 36px;
    left: 31px;
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__figure {
    top: 46px;
    left: 41px;
    width: 120px;
    height: 120px;
  }
}

.youtuber_profile .youtuber__figure:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-shadow: -1px 3px 9px 1px rgba(123, 123, 123, 0.23);
  box-shadow: -1px 3px 9px 1px rgba(123, 123, 123, 0.23);
}

.youtuber_profile .youtuber__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.youtuber_profile .youtuber__name {
  margin: 13px 0 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__name {
    display: inline-block;
    margin: 21px 0 0 21px;
    text-align: left;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__name {
    margin: 24px 0 0 28px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.youtuber_profile .youtuber__email {
  margin: 3px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #8f8989;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__email {
    display: inline-block;
    margin: 3px 0 0 37px;
    text-align: left;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__email {
    margin: 3px 0 0 26px;
  }
}

.youtuber_profile .youtuber__subscribe_wrap {
  position: relative;
  margin: 14px 0 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__subscribe_wrap {
    display: inline-block;
    margin: 23px 0 0;
    float: right;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__subscribe_wrap {
    margin: 32px 0 0;
  }
}

.youtuber_profile .youtuber__youtube_widget {
  padding: 0 0 87px;
  margin: 35px 0 0;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__youtube_widget {
    padding: 0 317px 0 0;
    margin: 17px 0 0;
    background-color: #141414;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__youtube_widget {
    padding: 0 413px 0 0;
    margin: 23px 0 0;
  }
}

.youtuber_profile .youtuber__youtube_widget:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #141414;
  z-index: 30;
}

.youtuber_profile .youtuber__youtube_widget:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 31;
  background: url("../images/profile/youtube_logo.svg") no-repeat center/162px 68px;
  opacity: 0.2;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__youtube_widget:after {
    background-size: 220px 93px;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__youtube_widget:after {
    background-size: 310px 130px;
  }
}

.youtuber_profile .youtuber__youtube_widget.is_loaded:after, .youtuber_profile .youtuber__youtube_widget.is_loaded:before {
  display: none;
}

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

.youtuber_profile .youtuber__widget_label {
  position: relative;
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__widget_label {
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: 10;
    display: inline-block;
    padding: 13px 11px 0 18px;
    background-color: #f9de32;
    border: 4px solid #141414;
    font: italic 900 100% "Nunito", sans-serif;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    letter-spacing: 0em;
    -webkit-transform: rotate(-5.5deg);
    -ms-transform: rotate(-5.5deg);
    transform: rotate(-5.5deg);
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__widget_label {
    padding: 18px 20px 5px 24px;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-transform: rotate(-4.8deg);
    -ms-transform: rotate(-4.8deg);
    transform: rotate(-4.8deg);
  }
}

.youtuber_profile .youtuber__widget_label:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #141414;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__widget_label:before {
    display: none;
  }
}

.youtuber_profile .youtuber__description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  margin: 33px 0 0;
  font: italic 700 100% "Nunito", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: hidden;
}

.youtuber_profile .youtuber__description--full_width {
  width: 100%;
}

.youtuber_profile .youtuber__description--full_width.all_widgets_on {
  width: auto;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__description {
    position: relative;
    min-height: 300px;
    padding: 5px 58px;
    margin-top: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: 0em;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  }
  .youtuber_profile .youtuber__description--full_width {
    margin: 45px auto 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 0;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 34px;
    line-height: 3.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .youtuber_profile .youtuber__description--full_width.all_widgets_on {
    min-height: 300px;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    margin-top: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__description {
    padding: 89px 100px;
    margin-top: 53px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    line-height: 4rem;
  }
  .youtuber_profile .youtuber__description--full_width {
    margin: 57px auto 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
  .youtuber_profile .youtuber__description--full_width.all_widgets_on {
    margin-top: 53px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__description span {
    position: relative;
    top: 50%;
    display: block;
    padding: 30px 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .youtuber_profile .youtuber__description span:after, .youtuber_profile .youtuber__description span:before {
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    width: 110px;
    height: 4px;
    margin: 0 auto;
    background-color: #edece4;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .youtuber_profile .youtuber__description span:after, .youtuber_profile .youtuber__description span:before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__description span:before {
    top: 0;
  }
  .youtuber_profile .youtuber__description span:after {
    bottom: 0;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__description span {
    top: 50%;
    padding: 48px 0;
  }
}

.youtuber_profile .youtuber__description .youtuber__widget_label {
  display: none;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__description .youtuber__widget_label {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__description--full_width span {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    width: 530px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__description--full_width span {
    width: 688px;
    padding: 40px 0 38px 0;
  }
}

.youtuber_profile .youtuber__description--full_width .youtuber__widget_label {
  display: none;
}

.youtuber_profile .youtuber__instagram_widget {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 32px 0 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__instagram_widget {
    padding: 67px 56px;
    margin-top: 34px;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__instagram_widget {
    padding: 88px 77px 90px;
    margin-top: 53px;
  }
}

.youtuber_profile .youtuber__instagram_widget iframe {
  margin: 1px 1px !important;
}

.youtuber_profile .youtuber__facebook_widget {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 39px 0 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__facebook_widget {
    padding: 67px 44px;
    margin-top: 34px;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__facebook_widget {
    padding: 89px 77px;
    margin-top: 53px;
  }
}

.youtuber_profile .youtuber__tiktok_widget {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  margin-top: 39px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__tiktok_widget {
    padding: 67px 56px;
    margin-top: 34px;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__tiktok_widget {
    padding: 88px 77px 90px;
    margin-top: 53px;
  }
}

.youtuber_profile .youtuber__tiktok_widget .tiktok-embed {
  margin: 0 auto;
}

.youtuber_profile .youtuber__tiktok_widget iframe {
  margin: 1px 1px 1px 0 !important;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .youtuber__description--full_width.all_widgets_on,
  .youtuber_profile .youtuber__description--full_width + .youtuber__instagram_widget,
  .youtuber_profile .youtuber__description--full_width ~ .youtuber__facebook_widget,
  .youtuber_profile .youtuber__description--full_width ~ .youtuber__tiktok_widget {
    margin-top: 46px;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .youtuber__description--full_width.all_widgets_on,
  .youtuber_profile .youtuber__description--full_width + .youtuber__instagram_widget,
  .youtuber_profile .youtuber__description--full_width ~ .youtuber__facebook_widget,
  .youtuber_profile .youtuber__description--full_width ~ .youtuber__tiktok_widget {
    margin-top: 64px;
  }
}

.youtuber_profile .royalSlider {
  position: relative;
  width: 100%;
  visibility: visible;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .royalSlider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.youtuber_profile .rsNav.rsThumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 77px;
}

.youtuber_profile .rsNav.rsThumbs.rsHidden {
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .rsNav.rsThumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 317px;
    height: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .rsNav.rsThumbs {
    width: 413px;
  }
}

.youtuber_profile .rsNav .rsNavItem.rsThumb {
  width: 104px;
  height: 77px;
  padding: 0;
  margin: 0 0 0 12px !important;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .rsNav .rsNavItem.rsThumb {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 94px;
    margin: 0 !important;
    padding: 17px 30px 21px;
    background: #141414;
    -webkit-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .youtuber_profile .rsNav .rsNavItem.rsThumb:before {
    content: " ";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: auto;
    left: 20px;
    height: 1px;
    background-color: rgba(143, 137, 137, 0.3);
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .rsNav .rsNavItem.rsThumb {
    min-height: 110px;
    padding: 21px 50px 27px;
  }
  .youtuber_profile .rsNav .rsNavItem.rsThumb:before {
    right: 30px;
    left: 30px;
  }
}

.youtuber_profile .rsNav .rsNavItem.rsThumb:first-child {
  margin: 0 !important;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .rsNav .rsNavItem.rsThumb.rsNavSelected {
    background-color: #2d2b2b;
  }
  .youtuber_profile .rsNav .rsNavItem.rsThumb.rsNavSelected:before {
    opacity: 0;
  }
  .youtuber_profile .rsNav .rsNavItem.rsThumb.rsNavSelected + .rsNavItem.rsThumb:before {
    opacity: 0;
  }
}

.youtuber_profile .rsThumbsContainer {
  white-space: normal;
}

@media screen and (max-width: 1023px) {
  .youtuber_profile .rsThumbsContainer {
    height: auto !important;
    white-space: nowrap;
    overflow: scroll;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

.youtuber_profile .rsBtnCenterer {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .rsBtnCenterer {
    width: 80px;
    height: 80px;
  }
}

.youtuber_profile .rsPlayBtn {
  width: 50px;
  height: 50px;
  margin: 0;
  border: none;
  background-color: #f9de32;
}

.youtuber_profile .rsPlayBtn:before {
  content: "\e92d";
  position: relative;
  top: -1px;
  left: 3px;
  line-height: 50px;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .rsPlayBtn {
    width: 80px;
    height: 80px;
  }
  .youtuber_profile .rsPlayBtn:before {
    line-height: 80px;
  }
}

.youtuber_profile .rsThumb span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #8f8989;
}

@media screen and (max-width: 1023px) {
  .youtuber_profile .rsThumb span {
    display: none;
  }
}

.youtuber_profile .rsThumb h5 {
  max-height: 36px;
  margin: 3px 0 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.025em;
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .youtuber_profile .rsThumb h5 {
    display: none;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .rsThumb h5 {
    max-height: 42px;
    margin: 1px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
}

.youtuber_profile .rsThumb img {
  display: block;
  width: 104px;
  height: 77px;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .rsThumb img {
    display: none;
    visibility: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .youtuber__widgets .widget_child:nth-child(odd) {
    margin-right: 30px;
  }
}

.youtuber__widgets .widget_child.youtuber__description--full_width {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .youtuber__widgets .widget_child.youtuber__description--full_width ~ .widget_child:nth-child(2) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .youtuber__widgets .widget_child.youtuber__description--full_width ~ .widget_child:nth-child(odd) {
    margin-right: 0;
  }
}

.poll {
  padding: 20px;
}

.poll .alert__message {
  margin: 10px 0;
}

.poll__title {
  padding: 0;
  margin: 0;
}

.poll__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.poll__item {
  padding: 0 0 0 40px;
  margin: 10px 0 20px;
}

.poll__item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

.poll__item--answered {
  padding: 0 40px 0 0;
  margin: 10px 0;
}

.poll__answer_title {
  padding: 2px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.poll__answer_count {
  float: right;
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 10px;
}

.poll__answer_perc {
  float: right;
}

.poll__bar {
  position: relative;
  background: #dedede;
  margin: 5px 0;
}

.poll__progressbar {
  height: 14px;
  background: #333;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.poll__submit {
  position: absolute;
  left: -40px;
  top: -9px;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.poll__submit:hover {
  background: #464646;
  color: #333;
}

.poll__percentage {
  position: absolute;
  width: 32px;
  right: -40px;
  top: -5px;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: right;
}

.vote__icon {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.vote__icon.marked {
  color: #333 !important;
}

.vote__icon.empty {
  color: #ccc;
}

.top_navigation {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 265px;
  z-index: 13;
}

@media screen and (min-width: 1024px) {
  .top_navigation {
    left: 67px;
    width: 819px;
    padding: 0;
    margin: auto;
    width: 100%;
    left: 0;
  }
}

.top_navigation .main_nav {
  position: relative;
  z-index: 200;
  display: inline-block;
  height: 68px;
  background-color: #fff;
  left: 115px;
  font-size: 0;
  -webkit-transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .top_navigation .main_nav {
    position: fixed;
    top: 0;
    left: 50%;
    display: none;
    width: 0;
    height: 100%;
    margin-left: 50%;
    padding: 106px 0;
    z-index: 170;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .top_navigation .main_nav:after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    -webkit-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
  }
  .top_navigation .main_nav:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
}

@media screen and (max-width: 1023px) and (min-width: 540px) {
  .top_navigation .main_nav {
    left: 50%;
    width: 0;
    margin-left: 270px;
  }
}

@media screen and (max-width: 1023px) {
  .has_navigation .top_navigation .main_nav {
    width: 100%;
    margin-left: -50%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 540px) {
  .has_navigation .top_navigation .main_nav {
    left: 50%;
    width: 540px;
    margin-left: -270px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .has_navigation .top_navigation .main_nav {
    width: 100%;
    margin-left: -50%;
  }
}

@media screen and (min-width: 1310px) {
  .top_navigation .main_nav {
    height: 88px;
    left: 164px;
  }
}

.top_navigation .main_nav__btn {
  padding: 10px 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__subnav_wrap {
    display: none;
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 36px;
    text-align: center;
    z-index: 200;
  }
}

.top_navigation .main_nav__list {
  position: relative;
  z-index: 10;
  padding: 0;
  margin-top: 15px;
  list-style-type: none;
}

@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__list {
    display: table;
    height: 68px;
    margin: 0;
  }
}

.top_navigation .main_nav__item {
  position: relative;
  display: block;
  margin: 14px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item {
    position: static;
    display: table-cell;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__item {
    padding: 0 27px;
  }
}

.top_navigation .main_nav__item:first-child {
  margin: 0;
}

.top_navigation .main_nav__link {
  display: block;
  height: 40px;
  line-height: 40px;
  line-height: 4rem;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 68px;
    line-height: 68px;
    line-height: 6.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__link {
    height: 88px;
    line-height: 88px;
    line-height: 8.8rem;
  }
}

.top_navigation .main_nav__span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 54px;
  line-height: 5.4rem;
  letter-spacing: 0.05em;
  color: #141414;
  text-transform: uppercase;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  -webkit-transition: font-size 0.15s ease-in-out;
  -o-transition: font-size 0.15s ease-in-out;
  transition: font-size 0.15s ease-in-out;
}

.top_navigation .main_nav__span--main {
  -webkit-transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .top_navigation .main_nav__span--main {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__span {
    line-height: 15px;
    line-height: 1.5rem;
    line-height: 68px;
    line-height: 6.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 88px;
    line-height: 8.8rem;
  }
}

.top_navigation .main_nav__link:hover .main_nav__span,
.top_navigation .main_nav__link.is_active .main_nav__span {
  color: #1fb4da;
}

.mobile_nav {
  position: fixed;
  top: 56px;
  right: -100%;
  bottom: 0;
  left: 100%;
  z-index: 210;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  overflow: hidden;
}

@media screen and (min-width: 540px) {
  .mobile_nav {
    right: auto;
    left: 50%;
    width: 0;
    margin-left: 270px;
  }
}

@media screen and (min-width: 1024px) {
  .mobile_nav {
    top: 0;
    right: -50%;
    left: auto;
    width: 320px;
    margin: 0;
    -webkit-box-shadow: -3px 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 2px 7px rgba(0, 0, 0, 0.1);
    overflow-y: hidden;
  }
}

.mobile_nav .nano {
  height: 100%;
}

.mobile_nav__inner_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.has_navigation .mobile_nav {
  left: 0;
  right: 0;
}

@media screen and (min-width: 540px) {
  .has_navigation .mobile_nav {
    right: auto;
    left: 50%;
    width: 540px;
    margin-left: -270px;
  }
}

@media screen and (min-width: 1024px) {
  .has_navigation .mobile_nav {
    right: 0;
    left: auto;
    width: 320px;
    margin: 0;
  }
}

.mobile_nav__close_btn {
  position: absolute;
  top: 6px;
  right: 11px;
  z-index: 1;
  width: 44px;
  height: 44px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .mobile_nav__close_btn {
    display: none;
    visibility: hidden;
  }
}

.mobile_nav__close_btn .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 4.4rem;
  color: #141414;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.mobile_nav__close_btn .icon:hover {
  color: #1fb4da;
}

.mobile_nav .main_nav {
  margin: 65px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .mobile_nav .main_nav {
    margin: 49px 0 0 0;
  }
}

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

.mobile_nav .main_nav__span {
  display: block;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 54px;
  line-height: 5.4rem;
  letter-spacing: 0.05em;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.mobile_nav .main_nav__span:hover {
  color: #1fb4da;
}

.mobile_nav__partners {
  margin: 13px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .mobile_nav__partners {
    margin: 49px 0 0 0;
  }
}

.mobile_nav__copyright_wrap {
  max-width: 260px;
  margin: 9px auto;
}

.mobile_nav__copyright {
  position: relative;
  text-align: center;
  margin: 2px 0 0 0;
  border-top: 1px solid rgba(143, 137, 137, 0.3);
  font: normal 400 100% "Nunito", sans-serif;
  color: #8f8989;
}

.mobile_nav__copyright p {
  margin: 0 0 13px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 3rem;
}

.mobile_nav__copyright p img {
  position: relative;
  top: 15px;
  display: inline-block;
  width: 47px;
  margin-left: 15px;
}

.mobile_nav__copyright span {
  margin: 12px 0 0 13px;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
  line-height: 4rem;
}

.mobile_nav__copyright a {
  display: inline-block;
  width: 180px;
  height: 60px;
  margin: 2px 0 0 0;
  float: right;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.mobile_nav__copyright a:hover {
  opacity: 0.85;
}

.mobile_nav__copyright a img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile_nav__copyright div {
  clear: both;
}

.mobile_nav__social_menu {
  position: absolute;
  left: 0;
  z-index: 200;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  float: left;
  background-color: #f9de32;
  color: #373737;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.has_navigation .mobile_nav__social_menu {
  display: block;
}

.mobile_nav__social_menu > span {
  display: inline-block;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 52px;
  line-height: 5.2rem;
  letter-spacing: 0.05em;
  color: #141414;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .mobile_nav__social_menu {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}

.mobile_nav__social_menu_wrap {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  float: right;
}

.mobile_nav__social_icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 3px 0 0;
}

.mobile_nav__social_icon--desk {
  display: none;
}

@media screen and (min-width: 1024px) {
  .mobile_nav__social_icon--desk {
    display: inline-block;
  }
}

.mobile_nav__social_icon--mob {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .mobile_nav__social_icon--mob {
    display: none;
  }
}

.mobile_nav__social_icon .icon {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: center;
  color: #141414;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.mobile_nav__social_icon .icon-facebook:hover {
  color: #3b5998;
}

.mobile_nav__social_icon .icon-youtube-play:hover {
  color: #cd201f;
}

.mobile_nav__social_icon .icon-instagram:hover {
  color: #c13584;
}

.partner_nav__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  -webkit-box-shadow: 0 0 2px rgba(20, 20, 20, 0.3);
  box-shadow: 0 0 2px rgba(20, 20, 20, 0.3);
  text-align: center;
  overflow: hidden;
}

.partner_nav__checkbox:checked + .partner_nav__wrap {
  height: 100%;
}

.partner_nav__checkbox {
  display: none;
  visibility: hidden;
}

.partner_nav__label {
  position: relative;
  padding: 0 27px 0 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 52px;
  line-height: 5.2rem;
  letter-spacing: 0.05em;
  color: #141414;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.partner_nav__label:before, .partner_nav__label:after {
  content: " ";
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #141414;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.partner_nav__label:hover {
  color: #1fb4da;
}

.partner_nav__label:hover:before, .partner_nav__label:hover:after {
  background-color: #1fb4da;
}

.partner_nav__label:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.partner_nav__checkbox:checked + .partner_nav__wrap .partner_nav__label {
  color: #1fb4da;
}

.partner_nav__checkbox:checked + .partner_nav__wrap .partner_nav__label:before, .partner_nav__checkbox:checked + .partner_nav__wrap .partner_nav__label:after {
  background-color: #1fb4da;
}

.partner_nav__checkbox:checked + .partner_nav__wrap .partner_nav__label:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.partner_nav__checkbox:checked + .partner_nav__wrap .partner_nav__label:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.partner_nav__list_wrap {
  background-color: #1fb4da;
  margin: -2px 0 0;
}

.partner_nav__list {
  max-width: 360px;
  margin: 0 auto;
  padding: 28px 40px;
  list-style-type: none;
  text-align: left;
}

.partner_nav__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}

.partner_nav__item:nth-child(even) {
  float: right;
}

.partner_nav__link {
  clear: both;
  float: left;
}

.partner_nav__span {
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.partner_nav__span:hover {
  color: rgba(255, 255, 255, 0.85);
}

.info_nav__list {
  max-width: 360px;
  margin: 0 auto;
  padding: 16px 40px 14px;
  list-style-type: none;
}

@media screen and (min-width: 1024px) {
  .info_nav__list {
    padding: 35px 40px;
  }
}

.info_nav__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
}

.info_nav__item:nth-child(even) {
  float: right;
}

.info_nav__link {
  clear: both;
  float: left;
}

.info_nav__span {
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 37px;
  line-height: 3.7rem;
  color: #141414;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.info_nav__span:hover {
  color: #1fb4da;
}

.reaction_nav {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  height: 41px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .reaction_nav {
    position: relative;
    top: auto;
    left: 21px;
    width: auto;
    height: auto;
    margin: 8px 192px 0 0;
    float: right;
    background-color: transparent;
  }
}

@media screen and (min-width: 1310px) {
  .reaction_nav {
    left: auto;
    margin: 14px 212px 0 0;
  }
}

.reaction_nav__wrap {
  height: 36px;
  background-color: #f9de32;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
}

.reaction_nav__wrap.is_visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 1024px) {
  .reaction_nav__wrap {
    height: auto;
    background-color: transparent;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

.reaction_nav__link {
  display: block;
}

.reaction_nav__item {
  width: 25%;
  height: 36px;
  float: left;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .reaction_nav__item {
    width: 52px;
    height: 52px;
    margin: 0 0 0 8px;
    border-radius: 50%;
    background-color: #f9de32;
    -webkit-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
}

@media screen and (min-width: 1310px) {
  .reaction_nav__item {
    width: 60px;
    height: 60px;
    margin: 0 0 0 14px;
  }
}

.reaction_nav__item:hover {
  background-color: rgba(249, 222, 50, 0.4);
}

.reaction_nav__item:first-child {
  margin: 0;
}

.reaction_nav__span {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .reaction_nav__span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 52px;
    line-height: 5.2rem;
  }
}

@media screen and (min-width: 1310px) {
  .reaction_nav__span {
    line-height: 60px;
    line-height: 6rem;
  }
}

.main_nav__link.is_active ~ .sub_nav--toggle + .main_nav__subnav_wrap {
  display: block;
}

@media screen and (min-width: 1024px) {
  .forum .main_nav__link.is_active ~ .sub_nav--toggle + .main_nav__subnav_wrap {
    display: none;
  }
}

.main_nav__link.is_active ~ .sub_nav--toggle + .main_nav__subnav_wrap .main_nav__list--sub {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .forum .main_nav__link.is_active ~ .sub_nav--toggle + .main_nav__subnav_wrap .main_nav__list--sub {
    display: none;
  }
}

.sub_nav {
  text-align: center;
}

.sub_nav.main_nav__list {
  position: relative;
  display: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: 36px;
  font-size: 0;
  list-style-type: none;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .sub_nav.main_nav__list {
    position: fixed;
    top: 0px;
    left: 100%;
    display: block;
    margin: 0;
    width: 100%;
    height: calc(100% - 82px);
    z-index: 180;
    background: #1fb4da;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .sub_nav.main_nav__list.is_opened {
    left: 0%;
  }
}

@media screen and (min-width: 1024px) {
  .sub_nav.main_nav__list {
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .sub_nav.main_nav__list:hover {
    color: #1087b0;
  }
}

.sub_nav .main_nav__item {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .sub_nav .main_nav__item {
    color: inherit;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.sub_nav .main_nav__item:nth-child(1) .main_nav__link:before,
.sub_nav .main_nav__item:nth-child(2) .main_nav__link:before {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sub_nav .main_nav__item {
    display: block;
    text-align: center;
  }
}

.sub_nav .main_nav__item--section {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sub_nav .main_nav__item--section {
    display: block;
    margin: 7px 40px 16px 40px;
  }
  .sub_nav .main_nav__item--section .main_nav__span {
    color: #007fab;
  }
  .sub_nav .main_nav__item--section .main_nav__span:hover {
    color: #007fab !important;
  }
  .main_nav__item--zdravlje .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--zdravlje .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
  .main_nav__item--dijeta .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--dijeta .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
  .main_nav__item--hrana .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--hrana .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
  .main_nav__item--psiha-i-seks .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--psiha-i-seks .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
  .main_nav__item--psiha_i_seks .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--psiha_i_seks .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
  .main_nav__item--ljepota-i-relax .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--ljepota-i-relax .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
  .main_nav__item--ljepota_i_relax .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--ljepota_i_relax .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
  .main_nav__item--fitness .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--fitness .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
  .main_nav__item--green-i-bio .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--green-i-bio .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
  .main_nav__item--green_i_bio .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--green_i_bio .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "";
  }
}

.sub_nav .main_nav__item--last {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sub_nav .main_nav__item--last {
    display: block;
    margin-top: 7px;
  }
  .main_nav__item--zdravlje .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--dijeta .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--hrana .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--psiha-i-seks .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--psiha_i_seks .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--ljepota-i-relax .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--ljepota_i_relax .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--fitness .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--green-i-bio .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--green_i_bio .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
}

@media screen and (min-width: 1024px) {
  .sub_nav .main_nav__item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    border-radius: 50%;
    background-color: #1087b0;
  }
}

@media screen and (min-width: 1024px) {
  .sub_nav .main_nav__item:nth-child(2):before {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sub_nav .main_nav__item:hover .main_nav__link .main_nav__span {
    color: #fff;
  }
}

.sub_nav .main_nav__link {
  display: block;
  height: 54px;
  color: inherit;
  text-decoration: none;
  border: none;
}

@media screen and (min-width: 1024px) {
  .sub_nav .main_nav__link {
    padding: 0 22px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .sub_nav .main_nav__link.is_active, .sub_nav .main_nav__link:hover {
    color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .sub_nav .main_nav__link {
    height: 36px;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .sub_nav .main_nav__link {
    line-height: 40px;
    line-height: 4rem;
    height: 40px;
  }
  .sub_nav .main_nav__link:before {
    display: none;
  }
}

.sub_nav .main_nav__span {
  display: inline-block;
  margin: 0;
  padding: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 54px;
  line-height: 5.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #141414;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.sub_nav .main_nav__span--sub {
  -webkit-transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .sub_nav .main_nav__span--sub {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
  }
}

.sub_nav .main_nav__item--last .main_nav__span {
  color: #007fab;
}

.sub_nav.has_active .main_nav__item .main_nav__span {
  color: #007fab;
}

.sub_nav.has_active .main_nav__item .main_nav__link.is_active .main_nav__span,
.sub_nav.has_active .main_nav__item .main_nav__link:hover .main_nav__span {
  color: #fff;
}

.section_navigation {
  height: 0;
}

@media screen and (min-width: 1310px) {
  .section_navigation {
    height: 40px;
  }
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(1) .main_nav__span--main {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(2) .main_nav__span--main {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(3) .main_nav__span--main {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(4) .main_nav__span--main {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(5) .main_nav__span--main {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(6) .main_nav__span--main {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(7) .main_nav__span--main {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(8) .main_nav__span--main {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(9) .main_nav__span--main {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(10) .main_nav__span--main {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(1) .main_nav__span--sub {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(2) .main_nav__span--sub {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(3) .main_nav__span--sub {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(4) .main_nav__span--sub {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(5) .main_nav__span--sub {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(6) .main_nav__span--sub {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(7) .main_nav__span--sub {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(8) .main_nav__span--sub {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(9) .main_nav__span--sub {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(10) .main_nav__span--sub {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(11) .main_nav__span--sub {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(12) .main_nav__span--sub {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(13) .main_nav__span--sub {
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(14) .main_nav__span--sub {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sub_nav.is_opened .main_nav__item--sub:nth-child(15) .main_nav__span--sub {
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
  transition-delay: 0.95s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tt-dropdown-menu {
  background: #fff;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
}

.tt-suggestion {
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #333;
  text-transform: uppercase;
  padding: 0 20px;
}

.tt-suggestion:hover {
  background: #e9e9e9;
}

.article__header {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.article__header i {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  vertical-align: middle;
}

.article__header_views {
  float: right;
}

.article__date {
  position: relative;
  display: none;
}

@media screen and (min-width: 1024px) {
  .article__date {
    display: inline-block;
  }
}

.article__header_date {
  display: block;
  float: right;
}

@media screen and (min-width: 1024px) {
  .article__header_date {
    display: none;
  }
}

.article__header_back {
  height: 48px;
  margin: 0 -12px 0 -12px;
  background-color: #f4f4ef;
  text-align: center;
}

.article__header_back--mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  .article__header_back--mobile {
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .article__header_back--mobile {
    display: none;
  }
}

.article__header_back--mobile span {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #141414;
}

.article__header_back--desktop {
  display: none;
}

@media screen and (min-width: 1310px) {
  .article__header_back--desktop {
    position: absolute;
    top: 5px;
    left: -78px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0;
    background-color: #1fb4da;
    -webkit-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .article__header_back--desktop:hover {
    background-color: #e20068;
  }
  .article__header_back--desktop span {
    display: block;
    margin: 10px 0 0 0;
    font: normal 400 100% "Nunito", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    color: #8f8989;
  }
}

.article__header_back a {
  display: inline-block;
}

.article__header_back .icon {
  position: relative;
  left: -6px;
  top: 4px;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #141414;
}

@media screen and (min-width: 1310px) {
  .article__header_back .icon {
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    line-height: 50px;
    line-height: 5rem;
    color: #fff;
    text-align: center;
  }
}

.article__leadtext {
  position: relative;
}

.article__figure_more {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.article__figure_more i {
  vertical-align: middle;
  margin: 0 5px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

.article__figure_more .active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.article__figure_more:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.article__figure_caption {
  position: relative;
  display: inline-block;
  word-break: break-all;
}

.article__figure_caption i {
  display: none;
  position: absolute;
  margin: 0;
  vertical-align: middle;
  display: block;
}

.article__figure_caption--author {
  text-transform: uppercase;
}

.article__body img {
  width: 100%;
  height: auto;
}

.article__body iframe {
  max-width: 100%;
  width: 100%;
}

.article__body .fold_article__lazy_banner iframe {
  width: auto;
}

.article__body blockquote {
  text-align: center;
  position: relative;
}

.article__body table {
  width: 100% !important;
  border-color: #8f8f8f;
  border: none;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #373737;
  text-align: center;
}

.article__body table td {
  padding: 5px;
}

.article__body table th {
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.article__video {
  position: relative;
}

.article__video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.article__video > .ar_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.article__video iframe {
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 100%;
}

.article__tag_name {
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.article__tag_name:last-child {
  margin-right: 0;
}

.article__column_data {
  display: inline-block;
  margin: 10px 0;
}

.article__column_author {
  float: left;
}

.article__column_author_image {
  float: left;
  width: 64px;
  height: 64px;
}

.article__imagine_placeholder {
  margin: 38px 0 35px 0;
}

@media screen and (min-width: 1024px) {
  .article__imagine_placeholder {
    margin: 39px -34px 34px -34px;
  }
}

@media screen and (min-width: 1310px) {
  .article__imagine_placeholder {
    margin: 49px -50px 46px -50px;
  }
}

.article__in_gallery {
  position: relative;
  display: block;
  margin: 0 -14px;
  padding: 0;
}

@media screen and (min-width: 540px) {
  .article__in_gallery {
    margin: 0 -30px;
  }
}

@media screen and (min-width: 1024px) {
  .article__in_gallery {
    margin: 0 -34px;
  }
}

@media screen and (min-width: 1310px) {
  .article__in_gallery {
    margin: 0 -50px;
  }
}

.article__in_gallery_link {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 !important;
  text-decoration: none !important;
  background: transparent !important;
}

.article__in_gallery_link picture {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.article__in_gallery_link picture::after {
  content: '';
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.article__in_gallery_link picture img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.article__in_gallery_link::after {
  display: none;
}

.article__in_gallery_controllers {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: block;
  height: 48px;
  margin: 0;
  padding: 0;
  background: #1e1e1e;
  color: #fff;
  overflow: hidden;
}

.article__in_gallery_controllers:before, .article__in_gallery_controllers:after {
  content: "";
  display: table;
}

.article__in_gallery_controllers:after {
  clear: both;
}

.article__in_gallery_paginator {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0 10px 0 13px;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 49px;
  line-height: 4.9rem;
}

.article__in_gallery_nav {
  position: relative;
  float: left;
  display: block;
  width: 38px;
  height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.article__in_gallery_nav--prev {
  opacity: 0.5;
}

.article__in_gallery_nav .icon {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  font-size: 20px;
  font-size: 2rem;
  line-height: 49px;
  line-height: 4.9rem;
}

.article__in_gallery_description {
  position: relative;
  display: block;
  margin: 0;
  padding: 11px 14px 0 44px;
  font: normal 700 100% "Nunito", sans-serif !important;
  font-size: 13px !important;
  line-height: 18px !important;
  letter-spacing: 0em;
  color: #a3a3a3;
}

@media screen and (min-width: 540px) {
  .article__in_gallery_description {
    padding: 11px 14px 0 60px;
  }
}

@media screen and (min-width: 1024px) {
  .article__in_gallery_description {
    padding: 15px 14px 0 30px;
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

.article__in_gallery_description .icon {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 50px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #a3a3a3;
}

@media screen and (min-width: 540px) {
  .article__in_gallery_description .icon {
    left: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .article__in_gallery_description .icon {
    top: 12px;
    left: -14px;
  }
}

@media screen and (min-width: 1024px) {
  div.table__tablet {
    display: table;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  div.table__tablet .table__cell {
    display: table-cell;
    vertical-align: middle;
  }
}

div.table--center {
  vertical-align: middle;
}

div.table__cell--left {
  text-align: left;
}

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

.th_joomboos .article__body .ck_image_in_article .image_wrapper:before, .th_joomboos .article__figure:before, .article_gallery__figure:before, .related_article__photo_wrap:before {
  content: '';
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.th_joomboos .article__body .ck_image_in_article .image_wrapper:before, .ck_image_in_article .th_joomboos .article__figure:before, .th_joomboos .ck_image_in_article .article__figure:before, .ck_image_in_article .article_gallery__figure:before, .ck_image_in_article .related_article__photo_wrap:before {
  bottom: 4px;
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .th_joomboos.article__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.th_joomboos .article__header {
  font: normal 400 100% "Nunito", sans-serif;
  color: #373737;
  line-height: 14px;
  line-height: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__header {
    position: relative;
    padding: 0 0 6px 0;
  }
  .th_joomboos .article__header:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #edece4;
  }
}

.th_joomboos .article__header_breadcrumbs {
  width: 50%;
  display: inline-block;
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__header_breadcrumbs {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 1023px) {
  .th_joomboos .article__header_breadcrumbs {
    display: none;
  }
}

.th_joomboos .article__header_breadcrumbs i.icon--linear {
  vertical-align: initial;
  line-height: 27px;
  line-height: 2.7rem;
}

.th_joomboos .article__header_breadcrumb {
  display: inline-block;
  height: 27px;
  float: left;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.th_joomboos .article__header_breadcrumb:first-child {
  margin: -1px 0 0 2px;
  font-size: 20px;
  font-size: 2rem;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__header_breadcrumb:first-child {
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.th_joomboos .article__header_breadcrumb:last-child {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #1fb4da;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 0 41px;
  line-height: 38px;
  line-height: 3.8rem;
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__header_breadcrumb:last-child {
    margin: -2px 0 0 41px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.th_joomboos .article__header_breadcrumb:last-child:before, .th_joomboos .article__header_breadcrumb:last-child:after {
  content: " ";
  position: absolute;
  top: 16px;
  width: 4px;
  height: 4px;
  background-color: #b8b8b8;
  border-radius: 50%;
}

.th_joomboos .article__header_breadcrumb:last-child:before {
  left: -19px;
}

.th_joomboos .article__header_breadcrumb:last-child:after {
  left: -26px;
}

.th_joomboos .article__header_breadcrumb:hover {
  color: #e20068;
}

.th_joomboos .article__header_views {
  position: relative;
  padding: 0 0 0 27px;
  float: left;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f8989;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__header_views {
    padding: 0 0 0 30px;
    float: right;
    line-height: 37px;
    line-height: 3.7rem;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__header_views {
    padding: 0 2px 0 30px;
  }
}

.th_joomboos .article__header_views strong {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #141414;
}

.th_joomboos .article__header_views i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__header_views i {
    line-height: 35px;
    line-height: 3.5rem;
  }
}

.th_joomboos .article__header_date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f8989;
}

.th_joomboos .article__date {
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.025em;
  color: #8f8989;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__date {
    position: relative;
    margin: 0 0 0 27px;
  }
  .th_joomboos .article__date:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #edece4;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__date {
    margin: 0 0 0 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .th_joomboos .article__date:before {
    left: -21px;
  }
}

.th_joomboos .article__title {
  padding: 0;
  margin: 15px 0 0 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 34px;
  line-height: 3.4rem;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__title {
    margin: 29px 0 0 0;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 56px;
    line-height: 5.6rem;
    letter-spacing: -0.025em;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__title {
    margin: 34px 0 0 0;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 62px;
    line-height: 6.2rem;
    letter-spacing: -0.01em;
  }
}

.th_joomboos .article__author {
  position: relative;
  display: inline-block;
  margin: 11px 0 0 0;
  font: normal 400 100% "Nunito", sans-serif;
  color: #8f8989;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__author {
    margin: 16px 0 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.025em;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__author {
    margin: 19px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.th_joomboos .article__author .icon {
  display: none;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__author .icon {
    position: absolute;
    top: -4px;
    left: 3px;
    display: block;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__author .icon {
    top: -2px;
    left: 1px;
  }
}

.th_joomboos .article__author--link {
  display: inline-block;
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  color: #1fb4da;
}

.th_joomboos .article__author--link:hover {
  color: #df5a97;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__author--link {
    margin: 0 0 0 4px;
    letter-spacing: 0em;
  }
}

.th_joomboos .article__share_box {
  margin: 16px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__share_box {
    margin: 22px 0 0 2px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__share_box {
    margin: 24px 0 0 0;
  }
}

.th_joomboos .article__share_btn_wrap {
  float: left;
  margin: 0 10px 0 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__share_btn_wrap {
    margin: 0 20px 0 0;
  }
}

.th_joomboos .article__share_btn_wrap--youtube {
  display: none;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__share_btn_wrap--youtube {
    margin: 2px 20px 0 0;
    display: inline-block;
  }
}

.th_joomboos .article__share_btn {
  display: inline-block;
  float: left;
}

.th_joomboos .article__share_btn--instagram {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  padding: 0 11px 0 34px;
  border: 1px solid rgba(191, 191, 191, 0.5);
  border-radius: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), color-stop(67%, #fff));
  background: -o-linear-gradient(bottom, #f4f4f4, #fff 67%);
  background: linear-gradient(to top, #f4f4f4, #fff 67%);
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
  color: #141414;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.th_joomboos .article__share_btn--instagram:hover {
  color: rgba(20, 20, 20, 0.85);
}

.th_joomboos .article__share_btn--instagram img {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.th_joomboos .article__share_btn--instagram .icon {
  position: relative;
  top: 50%;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  color: #c13584;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.th_joomboos .article__share_btn--instagram span {
  display: none;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__share_btn--instagram span {
    display: inline-block;
  }
}

.th_joomboos .article__share_btn--viber {
  position: relative;
  height: 28px;
  padding: 0 11px 0 29px;
  border-radius: 3px;
  background-color: #675ca8;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  color: #fff;
}

.th_joomboos .article__share_btn--viber:hover {
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__share_btn--viber {
    padding: 0 11px 0 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.th_joomboos .article__share_btn--viber span {
  display: none;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__share_btn--viber span {
    display: inline-block;
  }
}

.th_joomboos .article__share_btn--viber .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__share_btn--viber .icon {
    left: 3px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.th_joomboos .article__body {
  clear: both;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body {
    padding: 25px 34px 0 34px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body {
    padding: 15px 50px 0 50px;
  }
}

.th_joomboos .article__body h2:first-child {
  margin: 28px 0 0 0;
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body h2:first-child {
    margin: -2px 0 0 0;
  }
}

.th_joomboos .article__body p {
  margin: 14px 0;
  font: normal 400 100% "Nunito", sans-serif;
  color: #141414;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}

.th_joomboos .article__body p strong, .th_joomboos .article__body p b {
  font: normal 700 100% "Nunito", sans-serif;
}

.th_joomboos .article__body p em, .th_joomboos .article__body p i:not([class*="icon"]) {
  font: italic 400 100% "Nunito", sans-serif;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body p {
    margin: 20px 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body p {
    margin: 17px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.th_joomboos .article__body p:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body .article__content > p:first-child + .responsive_inline_container {
    margin-top: 48px;
  }
}

.th_joomboos .article__body h1 {
  margin: 34px 0 0 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.th_joomboos .article__body h2, .th_joomboos .article__body h3, .th_joomboos .article__body h4, .th_joomboos .article__body h5, .th_joomboos .article__body h6 {
  margin: 34px 0 0 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body h2, .th_joomboos .article__body h3, .th_joomboos .article__body h4, .th_joomboos .article__body h5, .th_joomboos .article__body h6 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.th_joomboos .article__body hr + h2:not(:first-of-type) {
  padding: 0;
  margin: -2px 0 0 0;
}

.th_joomboos .article__body h1 + p,
.th_joomboos .article__body h2 + p,
.th_joomboos .article__body h3 + p,
.th_joomboos .article__body h4 + p,
.th_joomboos .article__body h5 + p,
.th_joomboos .article__body h6 + p {
  margin: 14px 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body h1 + p,
  .th_joomboos .article__body h2 + p,
  .th_joomboos .article__body h3 + p,
  .th_joomboos .article__body h4 + p,
  .th_joomboos .article__body h5 + p,
  .th_joomboos .article__body h6 + p {
    margin: 18px 0;
  }
}

.th_joomboos .article__body h3 {
  color: #373737 !important;
  font: normal 400 100% "Nunito", sans-serif;
  font-style: normal !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    margin: 27px 0 10px 0;
  }
}

.th_joomboos .article__body h3 + p {
  margin-top: 0;
}

.th_joomboos .article__body a {
  position: relative;
  background-color: #f4f4ef;
  color: #141414;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.th_joomboos .article__body a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1fb4da;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.th_joomboos .article__body a:hover {
  background-color: transparent;
}

.th_joomboos .article__body a:hover:after {
  background-color: #e20068;
}

.th_joomboos .article__body ol, .th_joomboos .article__body ul {
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  color: #373737;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body ol, .th_joomboos .article__body ul {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.01em;
  }
}

.th_joomboos .article__body ul {
  list-style: none;
}

.th_joomboos .article__body ul li {
  position: relative;
  padding-left: 31px;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body ul li {
    padding-left: 41px;
  }
}

.th_joomboos .article__body ul li:before {
  content: '\2022';
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body ul li:before {
    top: -2px;
    left: 9px;
  }
}

.th_joomboos .article__body ol {
  list-style: none;
}

.th_joomboos .article__body ol li {
  counter-increment: item;
  position: relative;
  padding-left: 31px;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body ol li {
    padding-left: 41px;
  }
}

.th_joomboos .article__body ol li:before {
  content: counter(item) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  font: normal 700 100% "Nunito", sans-serif;
}

.th_joomboos .article__body ol, .th_joomboos .article__body ul {
  margin: 20px 0 8px 0;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body ol, .th_joomboos .article__body ul {
    margin: 20px 0;
  }
}

.th_joomboos .article__body ol li:not(:last-of-type),
.th_joomboos .article__body ul li:not(:last-of-type) {
  padding-bottom: 21px;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body ol li:not(:last-of-type),
  .th_joomboos .article__body ul li:not(:last-of-type) {
    padding-bottom: 18px;
  }
}

.th_joomboos .article__body hr {
  background-color: #8f8f8f;
  height: 1px;
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 41px 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body hr {
    margin: 50px 0;
  }
}

.th_joomboos .article__body .ck_image_in_article {
  padding: 9px 0 7px 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body .ck_image_in_article {
    padding: 20px 0 5px 0;
  }
}

.th_joomboos .article__body .ck_image_in_article--full {
  display: block;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body .ck_image_in_article--left50 {
    margin: 0 29px 20px 0;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body .ck_image_in_article--left50 {
    width: 48%;
    margin: 0 39px 20px 0;
  }
}

.th_joomboos .article__body .ck_image_in_article .image_wrapper {
  position: relative;
}

.th_joomboos .article__body .ck_image_in_article .image_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.th_joomboos .article__body .ck_image_in_article .article__figure_caption {
  position: relative;
  top: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  padding: 0 0 0 27px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body .ck_image_in_article .article__figure_caption {
    top: 10px;
    padding: 0 0 0 28px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body .ck_image_in_article .article__figure_caption {
    top: 7px;
  }
}

.th_joomboos .article__body .ck_image_in_article .article__figure_caption i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #8f8989;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body .ck_image_in_article .article__figure_caption i {
    top: 1px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body .ck_image_in_article .article__figure_caption i {
    top: 0;
  }
}

.th_joomboos .article__body .ck_image_in_article .article__figure_caption--author, .th_joomboos .article__body .ck_image_in_article .article__figure_caption--description {
  position: relative;
  display: inline-block;
  float: left;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #8f8989;
}

.th_joomboos .article__body .ck_image_in_article .article__figure_caption--author {
  text-transform: uppercase;
}

.th_joomboos .article__body .ck_image_in_article .article__figure_caption--author + .article__figure_caption--description {
  margin: 0 0 0 5px;
}

.th_joomboos .article__body .ck_image_in_article--left50 + span {
  display: none;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body .ck_image_in_article--left50 + span {
    display: block;
    height: 1px;
    margin-bottom: -8px;
  }
}

.th_joomboos .article__body div[id*="container_video_embed"] {
  width: auto;
  margin: 5px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body div[id*="container_video_embed"] {
    margin: 0 -34px 11px -34px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body div[id*="container_video_embed"] {
    margin: 0 -51px 11px -51px;
  }
}

@media screen and (max-width: 1023px) {
  .th_joomboos .article__body iframe.instagram-media {
    max-width: 482px !important;
  }
}

.th_joomboos .article__body .article-yt-video-container {
  margin: 5px 0 0 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body .article-yt-video-container {
    margin: 0 -34px 47px -34px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body .article-yt-video-container {
    margin: 0 -51px 47px -51px;
  }
}

.th_joomboos .article__body .article-yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.th_joomboos .article__body blockquote {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 33px 25px;
  margin: 14px 0 1px 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body blockquote {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 31px 0 14px 0;
    padding: 39px 35px 40px 35px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body blockquote {
    margin: 30px 0 14px 0;
    padding: 39px 40px 40px 40px;
  }
}

.th_joomboos .article__body blockquote:before, .th_joomboos .article__body blockquote:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 110px;
  height: 4px;
  margin: auto;
  background-color: #edece4;
}

.th_joomboos .article__body blockquote:before {
  top: 9px;
}

.th_joomboos .article__body blockquote:after {
  bottom: 6px;
}

.th_joomboos .article__body blockquote p {
  padding: 0;
  margin: 0;
  font: italic 700 100% "Nunito", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.025em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body blockquote p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-align: center;
  }
}

.th_joomboos .article__body .article__leadtext {
  margin: 6px 0 0;
}

.th_joomboos .article__body .article__leadtext p {
  margin: 0;
  font: italic 400 100% "Nunito", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body .article__leadtext p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
    text-align: left;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body .article__leadtext p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

.th_joomboos .article__body .article__content {
  margin: 23px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__body .article__content {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__body .article__content {
    margin: 27px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__figure {
    overflow: hidden;
  }
}

.th_joomboos .article__figure img {
  position: relative;
  width: 100%;
  height: auto;
}

.th_joomboos .article__figure_img {
  display: block;
  width: 100%;
  height: auto;
}

.th_joomboos .article__figure_more {
  right: 0;
  bottom: 0;
  height: 35px;
  padding: 0 50px;
  border-radius: 10px 0 0 0;
  background-color: #8f8989;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}

.th_joomboos .article__figure_more i {
  position: absolute;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
}

.th_joomboos .article__figure_more i:first-of-type {
  left: 0;
}

.th_joomboos .article__figure_more i:last-of-type {
  right: 0;
}

.th_joomboos .article__figure_more .active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.th_joomboos .article__figure_more:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.th_joomboos .article__figure_counter {
  position: relative;
  vertical-align: middle;
  font: normal 400 100% "Nunito", sans-serif;
  color: #786c54;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
}

.th_joomboos .article__figure_counter:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 51px;
  height: 51px;
  margin: auto;
  background-color: #8f8989;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.th_joomboos .article__tag {
  margin-top: 33px;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__tag {
    margin-top: 41px;
    text-align: center;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__tag {
    margin-top: 60px;
  }
}

.th_joomboos .article__tag a {
  position: relative;
  padding: 0 8px;
  margin: 0 5px 3px 0;
  background: #1fb4da;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.th_joomboos .article__tag a:hover {
  background-color: #e20068;
}

.th_joomboos .article__tag a span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.th_joomboos .article__tag a:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  width: auto;
  margin: auto;
  border-radius: 20px;
  background-color: #1fb4da;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__tag a {
    margin-right: 15px;
    margin-bottom: 17px;
  }
}

.th_joomboos .article__tag a:last-of-type {
  margin-right: 0;
}

.th_joomboos .article__sponsor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 61px;
  margin: 21px -12px 30px -12px;
  padding: 10px 0;
  border-top: 1px solid #edece4;
  border-bottom: 1px solid #edece4;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__sponsor {
    margin: 26px 19px 0 0;
    border: none;
    float: right;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__sponsor {
    margin: 39px 28px 0 0;
  }
}

.th_joomboos .article__sponsor_link {
  display: block;
  width: 162px;
  height: 40px;
  margin: 0 auto;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.th_joomboos .article__sponsor_link:hover {
  opacity: 0.85;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__sponsor_link {
    width: 200px;
  }
}

.th_joomboos .article__sponsor_figure {
  position: relative;
  display: block;
  height: 40px;
}

.th_joomboos .article__sponsor_figure figcaption {
  display: inline-block;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
  line-height: 4rem;
  color: #8f8989;
  text-transform: uppercase;
  text-align-last: auto;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__sponsor_figure figcaption {
    line-height: 60px;
    line-height: 6rem;
  }
}

.th_joomboos .article__sponsor_figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 40px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__sponsor_figure img {
    width: 106px;
    height: 60px;
  }
}

.th_joomboos .article__reactions_wrap {
  position: relative;
  margin: 36px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__reactions_wrap {
    padding: 0 46px;
    margin: 37px -12px 0;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__reactions_wrap {
    padding: 0 50px;
    margin: 25px 0 0 0;
  }
}

.th_joomboos .article__reactions_wrap:before {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 50%;
  height: 4px;
  margin-right: 128px;
  background: -o-linear-gradient(right, transparent 0px, #1fb4da 0px, #edece4 10px);
  background: linear-gradient(to left, transparent 0px, #1fb4da 0px, #edece4 10px);
  border-radius: 3px;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__reactions_wrap:before {
    left: 46px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__reactions_wrap:before {
    left: 50px;
    background: -o-linear-gradient(right, transparent 0px, #1fb4da 3px, #edece4 10px);
    background: linear-gradient(to left, transparent 0px, #1fb4da 3px, #edece4 10px);
  }
}

.th_joomboos .article__reactions_wrap:after {
  content: " ";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 50%;
  height: 4px;
  margin-left: 128px;
  background: -o-linear-gradient(left, transparent 0px, #1fb4da 0px, #edece4 10px);
  background: linear-gradient(to right, transparent 0px, #1fb4da 0px, #edece4 10px);
  border-radius: 3px;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__reactions_wrap:after {
    right: 46px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__reactions_wrap:after {
    right: 50px;
    background: -o-linear-gradient(left, transparent 0px, #1fb4da 3px, #edece4 10px);
    background: linear-gradient(to right, transparent 0px, #1fb4da 3px, #edece4 10px);
  }
}

.th_joomboos .article__reactions_wrap .reaction__wrap {
  width: 260px;
  margin: 22px auto 0;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__reactions_wrap .reaction__wrap {
    width: 268px;
    margin: 4px auto 0;
  }
}

body.user_not_authenticated .th_joomboos .article__reactions_wrap .reaction__wrap_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
  height: 40px;
}

@media screen and (min-width: 1024px) {
  body.user_not_authenticated .th_joomboos .article__reactions_wrap .reaction__wrap_overlay {
    height: 52px;
  }
}

.th_joomboos .article__reactions_wrap .reaction__chart {
  width: 260px;
  margin: 66px 0 0 0;
  float: none;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__reactions_wrap .reaction__chart {
    width: 260px;
    margin: 78px auto 0;
    left: -1px;
  }
}

.th_joomboos .article__reactions_wrap .reaction__btn {
  margin: 0 0 0 32px;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__reactions_wrap .reaction__btn {
    width: 52px;
    height: 52px;
    margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__reactions_wrap .reaction__btn span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 52px;
    line-height: 5.2rem;
  }
}

.th_joomboos .article__reactions_wrap .reaction__btn:first-child {
  margin: 0 0 0 2px;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__reactions_wrap .reaction__btn:first-child {
    margin: 0;
  }
}

.th_joomboos .article__reactions_label {
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__reactions_label {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    line-height: 70px;
    line-height: 7rem;
    letter-spacing: 0.05em;
  }
  .th_joomboos .article__reactions_label:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background-color: #edece4;
    border-radius: 3px;
  }
}

.th_joomboos .article__comments {
  position: relative;
  padding: 0 12px;
  background: #8f8989;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__comments {
    padding: 20px;
    border-radius: 10px;
  }
}

.th_joomboos .article__comments--title_wrap {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__comments--title_wrap {
    text-align: center;
    padding: 0 33px;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos .article__comments--title_wrap {
    padding: 0 20px 0 51px;
  }
}

.article .th_joomboos .article__comments--title_wrap span {
  float: left;
}

@media screen and (min-width: 1024px) {
  .article .th_joomboos .article__comments--title_wrap {
    padding: 0 21px 0 33px;
    margin: 55px 0 16px;
  }
}

@media screen and (min-width: 1310px) {
  .article .th_joomboos .article__comments--title_wrap {
    padding: 0 21px 0 48px;
    margin: 67px 0 16px;
  }
}

.article .th_joomboos .article__comments--title_wrap .btn--read_all {
  float: right;
}

.th_joomboos .article__comments--title {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 29px;
  line-height: 2.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .th_joomboos .article__comments--title {
    display: block;
    float: left;
    text-align: left;
  }
}

.th_joomboos .article__comments--title.has_posts {
  display: block;
  margin: 4px 0 0;
}

@media screen and (min-width: 1024px) {
  .article .th_joomboos .article__comments--title.has_posts {
    margin: 6px 0 0;
  }
}

.article_gallery {
  position: relative;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .article_gallery {
    margin: 17px -1px 0 2px;
  }
}

@media screen and (min-width: 1310px) {
  .article_gallery {
    margin: 27px 0 0 0;
  }
}

@media screen and (max-width: 539px) {
  .article_gallery {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .article_gallery {
    margin-left: -28px;
    margin-right: -28px;
  }
}

.article_gallery__link {
  display: block;
  position: relative;
}

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

@media screen and (min-width: 1024px) {
  .article_gallery__figure {
    overflow: hidden;
  }
}

.article_gallery__figure img {
  width: 100%;
}

.article_gallery--thumbs + .th_joomboos.social_share--article_top {
  margin: 30px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .article_gallery--thumbs + .th_joomboos.social_share--article_top {
    margin: 50px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .article_gallery--thumbs + .th_joomboos.social_share--article_top {
    margin: 60px 0 0 0;
  }
}

.article_gallery__data {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  padding: 0 0 0 40px;
}

@media screen and (min-width: 1024px) {
  .article_gallery__data {
    padding: 7px 0 0 30px;
  }
}

@media screen and (min-width: 1310px) {
  .article_gallery__data {
    height: 15px;
  }
}

.article_gallery__data--full {
  height: 35px;
}

.article_gallery:not(.article_gallery--thumbs) .article_gallery__data--full {
  margin-bottom: 10px;
}

.article_gallery__data .icon {
  position: absolute;
  top: 1px;
  left: 12px;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 31px;
  line-height: 3.1rem;
  color: #8f8989;
}

@media screen and (min-width: 1024px) {
  .article_gallery__data .icon {
    top: 7px;
    left: 1px;
  }
}

.article_gallery__author {
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #8f8989;
  text-transform: uppercase;
}

.article_gallery__description {
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #8f8989;
}

.article_gallery__author + .article_gallery__description {
  margin-left: 5px;
}

.article_gallery__thumbs {
  height: 80px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .article_gallery__thumbs {
    margin-top: 14px;
  }
}

@media screen and (min-width: 1310px) {
  .article_gallery__thumbs {
    position: relative;
  }
}

.article_gallery__thumbs_wrap {
  height: 110px;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.article_gallery__thumbnail {
  display: inline-block;
  height: 80px;
  margin: 0 0 0 7px;
}

@media screen and (min-width: 1310px) {
  .article_gallery__thumbnail {
    margin: 0 0 0 13px;
  }
}

.article_gallery__thumbnail:first-child {
  margin: 0;
}

.article_gallery__thumbnail picture {
  position: relative;
  display: block;
  height: 80px;
}

.article_gallery__thumbnail picture:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.article_gallery__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.article_gallery__thumbnail:hover img {
  opacity: 0.85;
}

.article_gallery__controls {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 1310px) {
  .article_gallery__controls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 78px;
    height: 48px;
    margin: auto;
    background-color: #141414;
    visibility: visible;
  }
  .article_gallery__controls .icon {
    display: block;
    width: 50%;
    float: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 4.8rem;
    text-align: center;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
  }
  .article_gallery__controls .icon:first-child {
    color: #8f8989;
  }
  .article_gallery__controls .icon:last-child {
    color: #fff;
  }
  .article_gallery__controls .icon:last-child:hover {
    opacity: 0.85;
  }
}

.rspIFrame__container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.3%;
}

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

.related_article {
  display: inline-block;
  margin: 19px 0 10px 0;
}

@media screen and (min-width: 1024px) {
  .related_article {
    margin-top: 21px;
    margin-bottom: -3px;
  }
}

@media screen and (min-width: 1310px) {
  .related_article {
    margin-top: 22px;
    margin-bottom: -3px;
  }
}

.related_article__link {
  position: relative;
  display: block;
  padding: 35px 0 0 0 !important;
  background-color: transparent !important;
}

@media screen and (min-width: 1024px) {
  .related_article__link {
    padding: 0 !important;
  }
}

.related_article__link:after {
  display: none;
}

.related_article__link:hover {
  background-color: transparent;
  color: #373737;
}

.related_article__photo_wrap {
  position: relative;
  display: block;
  width: 130px;
  height: 73px;
  float: left;
}

@media screen and (min-width: 1024px) {
  .related_article__photo_wrap {
    width: 220px;
    height: 122px;
  }
}

.related_article__photo_wrap a {
  display: block;
}

.related_article__photo_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.related_article__data_wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 0 0 139px;
}

@media screen and (min-width: 1024px) {
  .related_article__data_wrap {
    padding: 1px 0 0 248px;
  }
}

@media screen and (min-width: 1310px) {
  .related_article__data_wrap {
    padding: 1px 0 0 250px;
  }
}

.related_article__overtitle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
  background-color: #f9de32;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
  color: #020202 !important;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .related_article__overtitle {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0 15px;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .related_article__overtitle:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background-color: #141414;
  }
}

@media screen and (min-width: 1310px) {
  .related_article__overtitle {
    padding: 0 14px;
  }
}

.related_article__overtitle a {
  color: #020202 !important;
}

.related_article__overtitle a:hover {
  background-color: transparent;
  color: #373737;
}

.related_article__lead_text {
  width: 100%;
  margin: 2px 0 0 0;
  float: left;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.025em;
  color: #141414;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 66px;
  overflow: hidden;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

@media screen and (min-width: 1024px) {
  .related_article__lead_text {
    max-height: 60px;
    margin: 18px 0 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
    -webkit-line-clamp: 2;
  }
}

@media screen and (min-width: 1310px) {
  .related_article__lead_text {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem;
    letter-spacing: -0.025em;
  }
}

.related_article:hover .related_article__lead_text {
  color: rgba(20, 20, 20, 0.85);
}

.ck_image_in_article--left10 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--left10 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 10%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--left10 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 10%;
  }
}

.ck_image_in_article--left10 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--left10 span {
    padding-right: 0;
  }
}

.ck_image_in_article--left10 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article--left25 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--left25 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 25%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--left25 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 25%;
  }
}

.ck_image_in_article--left25 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--left25 span {
    padding-right: 0;
  }
}

.ck_image_in_article--left25 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article--left50 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--left50 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 50%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--left50 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 50%;
  }
}

.ck_image_in_article--left50 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--left50 span {
    padding-right: 0;
  }
}

.ck_image_in_article--left50 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article--left75 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--left75 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 75%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--left75 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 75%;
  }
}

.ck_image_in_article--left75 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--left75 span {
    padding-right: 0;
  }
}

.ck_image_in_article--left75 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article--right10 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--right10 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 10%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--right10 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 10%;
  }
}

.ck_image_in_article--right10 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--right10 span {
    padding-right: 0;
  }
}

.ck_image_in_article--right10 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article--right25 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--right25 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 25%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--right25 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 25%;
  }
}

.ck_image_in_article--right25 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--right25 span {
    padding-right: 0;
  }
}

.ck_image_in_article--right25 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article--right50 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--right50 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 50%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--right50 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 50%;
  }
}

.ck_image_in_article--right50 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--right50 span {
    padding-right: 0;
  }
}

.ck_image_in_article--right50 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article--right75 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--right75 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 75%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--right75 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 75%;
  }
}

.ck_image_in_article--right75 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--right75 span {
    padding-right: 0;
  }
}

.ck_image_in_article--right75 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article--full100 {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--full100 {
    top: 11px;
    margin: 0 29px 20px;
    margin-full: -34px;
    width: 100%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--full100 {
    top: 11px;
    margin: 0 57px 5px;
    margin-full: -50px;
    width: 100%;
  }
}

.ck_image_in_article--full100 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--full100 span {
    padding-right: 0;
  }
}

.ck_image_in_article--full100 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article--none100 {
  position: relative;
  float: none;
  margin: 0 0 20px;
  margin-none: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--none100 {
    top: 11px;
    margin: 0 29px 20px;
    margin-none: -34px;
    width: 100%;
  }
}

@media screen and (min-width: 1310px) {
  .ck_image_in_article--none100 {
    top: 11px;
    margin: 0 57px 5px;
    margin-none: -50px;
    width: 100%;
  }
}

.ck_image_in_article--none100 span {
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .ck_image_in_article--none100 span {
    padding-right: 0;
  }
}

.ck_image_in_article--none100 span.article__figure_caption-author {
  word-break: none;
}

.ck_image_in_article img {
  max-width: 100%;
}

.section__noresults_title {
  position: relative;
  margin: 52px 0 0 0;
  padding: 40px 0 0 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .section__noresults_title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin: 70px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .section__noresults_title {
    margin: 84px 0 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}

.section__noresults_text {
  padding: 0 30px;
  margin: 10px 0 -66px 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .section__noresults_text {
    padding: 0 40px;
    margin: 10px 0 -76px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .section__noresults_text {
    margin: 10px 0 -22px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.section__noresults_text a {
  position: relative;
  text-decoration: none;
  background-color: #f4f4ef;
  color: #141414;
}

.section__noresults_text a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1fb4da;
}

/****************** Start SEARCH ******************/
.search .main_tile {
  margin: 37px 0 0;
}

@media screen and (min-width: 540px) {
  .search .main_tile {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1024px) {
  .search .main_tile {
    padding: 0;
    margin: 0;
  }
}

.search .main_tile__label {
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.search .main_tile__label:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .search .main_tile__label {
    margin: 75px auto 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}

.search .main_tile__label--results {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .search .main_tile__label--results {
    margin: 47px 0 0;
    text-align: left;
  }
}

.search .main_tile__label--results span {
  color: #e20068;
}

.search__background {
  width: 296px;
  height: 255px;
  margin: 0 auto;
  background: url("../images/sections/search.svg") no-repeat center center/100%;
}

@media screen and (min-width: 1024px) {
  .search__background {
    width: 488px;
    height: 488px;
    margin: 14px auto;
  }
}

@media screen and (min-width: 1024px) {
  .search__header_wrapper {
    margin: 0 -20px;
    background-color: #1fb4da;
  }
}

@media screen and (min-width: 1310px) {
  .search__header_wrapper {
    margin: 0;
  }
}

.search__header {
  padding: 53px 12px 24px;
  margin: -36px 0 0;
  background-color: #1fb4da;
}

@media screen and (min-width: 540px) {
  .search__header {
    padding: 64px 30px 24px;
  }
}

@media screen and (min-width: 1024px) {
  .search__header {
    padding: 27px 15px 35px;
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .search__header {
    padding: 16px 218px 35px;
  }
}

.search__submit_btn {
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #e20068;
  border: none;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.search__submit_btn:hover {
  background-color: #141414;
}

.search__submit_btn .icon {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
}

@media screen and (min-width: 1024px) {
  .search__submit_btn {
    width: 50px;
    height: 50px;
  }
  .search__submit_btn .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    line-height: 5rem;
  }
}

.search__form .form__row {
  height: 76px;
}

@media screen and (min-width: 1024px) {
  .search__form .form__row {
    height: 83px;
  }
}

@media screen and (min-width: 1310px) {
  .search__form .form__row--search {
    height: 83px;
  }
}

.search__form .form__textfield {
  border: none;
  border-radius: 0;
}

.search__form_label {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .search__form_label {
    padding: 0 12px;
  }
}

.search__filters {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 12px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .search__filters {
    margin: 18px 0 0 0;
    padding: 0 153px 0 0;
  }
}

.search__filters_label {
  margin: 0;
  padding: 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 33px;
  line-height: 3.3rem;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .search__filters_label {
    padding: 0 12px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1024px) {
  .search__dropdowns_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px 0 0;
    float: left;
  }
}

.search .fake_form_select__wrap {
  width: 100%;
  margin: 16px 0 0 0;
}

.search .fake_form_select__wrap:first-of-type {
  margin: 0;
  z-index: 3;
}

.search .fake_form_select__wrap:last-of-type {
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .search .fake_form_select__wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
  }
  .search .fake_form_select__wrap:first-of-type {
    padding: 0 10px 0 0;
  }
  .search .fake_form_select__wrap:last-of-type {
    padding: 0 0 0 10px;
  }
}

@media screen and (min-width: 1024px) {
  .search__calendar {
    position: relative;
  }
}

.search__calendars_wrap {
  position: relative;
  margin: 16px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .search__calendars_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px 0 0;
    margin: 0;
    float: left;
  }
}

.search__single_calendar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}

.search__single_calendar:first-child {
  padding: 0 8px 0 0;
}

.search__single_calendar:last-child {
  padding: 0 0 0 8px;
}

@media screen and (min-width: 1024px) {
  .search__single_calendar:first-child {
    padding: 0 10px 0 0;
  }
  .search__single_calendar:last-child {
    padding: 0 0 0 10px;
  }
}

.search__calendar_wrap {
  position: relative;
}

.search__calendar_label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 4px 0 11px;
  background-color: #fff;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  color: #8f8f8f;
  z-index: 1;
  pointer-events: none;
}

.search__calendar_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 37px;
  background-color: #fff;
  border: none;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 41px;
  line-height: 4.1rem;
  letter-spacing: 0.01em;
  caret-color: transparent;
}

.search__calendar_input--display {
  position: absolute;
  top: 0;
  left: 32px;
  right: 40px;
  width: auto;
  padding: 0;
  pointer-events: none;
}

.search__calendar_input--display:not(:empty) {
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .search__calendar_input:hover {
    cursor: pointer;
  }
}

.search__calendar_input::-webkit-inner-spin-button, .search__calendar_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.search__calendar_input + .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #8f8989;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.search__form_calendar_overlay {
  position: absolute;
  top: 48px !important;
  left: 53px !important;
  right: auto !important;
  bottom: auto !important;
  display: none;
  width: 311px !important;
  height: 310px !important;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.search__controls {
  position: relative;
  margin: 24px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .search__controls {
    float: right;
    margin: -40px 0 0 0;
  }
}

.search__controls .btn--search {
  float: right;
  padding: 0 19px;
}

@media screen and (min-width: 1024px) {
  .search__controls .btn--search {
    width: 153px;
    padding: 0 37px;
  }
}

.search__controls .btn--clear_filters {
  position: relative;
  height: 40px;
  padding: 0 10px 0 28px;
  margin: 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  color: #fff;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.search__controls .btn--clear_filters:hover {
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 360px) {
  .search__controls .btn--clear_filters {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1024px) {
  .search__controls .btn--clear_filters {
    position: absolute;
    right: 180px;
    bottom: 40px;
    margin: 0;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1310px) {
  .search__controls .btn--clear_filters {
    right: 153px;
    bottom: 36px;
  }
}

.search__controls .btn--clear_filters .icon {
  position: absolute;
  top: 7px;
  left: -3px;
  font-size: 24px;
  font-size: 2.4rem;
}

.search__results {
  margin: 24px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .search__results {
    margin: 3px 0 0 0;
  }
}

.search__results .card--02:first-child {
  margin: 24px 0 0;
}

@media screen and (min-width: 1024px) {
  .search__results .card--02:first-child {
    margin: 3px 0 0;
  }
}

.search .gldp-default {
  position: absolute;
  top: 60px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  display: block;
  width: 311px !important;
  height: 305px !important;
  margin: auto;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 101;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .search__form_calendar_inner_wrap--start .search .gldp-default {
    left: 0 !important;
    right: auto !important;
  }
}

@media screen and (min-width: 1024px) {
  .search__form_calendar_inner_wrap--end .search .gldp-default {
    right: 0 !important;
    left: auto !important;
  }
}

.search .gldp-default .core.border.monyear.title {
  background-color: #e20068;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
}

.search .gldp-default .monyear span {
  margin: 0 2px;
}

.search .gldp-default .core.border.monyear::after {
  background: #fff;
}

.search .gldp-default .core.border.dow {
  background-color: #fff;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  color: #8f8989;
  border: none;
}

.search .gldp-default .core.border:not(.dow) {
  background-color: rgba(223, 222, 215, 0.55);
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #141414;
}

.search .gldp-default .core.border:not(.dow).selected {
  color: #fff;
}

.search .gldp-default .core.border:not(.dow).selected:before {
  width: 30px;
  margin: auto;
  border-radius: 50%;
  background-color: #e20068;
}

.search .gldp-default .core.border.noday,
.search .gldp-default .core.border.outday {
  color: #8f8989 !important;
}

.search .gldp-default .core.border.noday {
  cursor: not-allowed !important;
}

.search .gldp-default .prev-arrow,
.search .gldp-default .next-arrow {
  background-color: #e20068;
  font-size: 20px;
  font-size: 2rem;
}

.search .gldp-default .prev-arrow:after,
.search .gldp-default .next-arrow:after {
  color: #fff;
}

.search .gldp-default .prev-arrow:after {
  content: "\e904";
}

.search .gldp-default .next-arrow:after {
  content: "\e905";
}

.search .pagination {
  margin: 40px -12px 0;
}

@media screen and (min-width: 540px) {
  .search .pagination {
    margin: 40px -30px 0;
  }
}

@media screen and (min-width: 1024px) {
  .search .pagination {
    margin: 70px 0px 0;
  }
}

.search .pagination__icon {
  margin: 0;
}

/****************** End SEARCH ******************/
@media screen and (min-width: 1024px) {
  .topnews_widget {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1310px) {
  .topnews_widget {
    padding: 0;
  }
}

@media screen and (min-width: 1310px) {
  .topnews_widget .main_tile__label {
    margin: -5px 0 22px 0;
  }
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .recommend_widget {
    padding: 0 16px;
  }
}

.recommend_widget .main_tile__label {
  padding-bottom: 5px;
}

.topgifts_widget {
  padding: 0 12px;
  margin: 66px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .topgifts_widget {
    padding: 0;
  }
}

@media screen and (min-width: 1310px) {
  .topgifts_widget {
    margin: 90px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .topgifts_widget .main_tile__label {
    height: 48px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

@media screen and (min-width: 1310px) {
  .topgifts_widget .main_tile__label {
    height: 64px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    line-height: 6.6rem;
  }
}

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

.topgifts_widget__item {
  margin: 12px 0 0 0;
}

.topgifts_widget__item:first-child {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .topgifts_widget__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin: 16px 0 0 0;
  }
  .topgifts_widget__item:nth-child(1), .topgifts_widget__item:nth-child(2) {
    margin: 0;
  }
  .topgifts_widget__item:nth-child(odd) {
    padding: 0 8px 0 0;
  }
  .topgifts_widget__item:nth-child(even) {
    padding: 0 0 0 8px;
  }
}

@media screen and (min-width: 1310px) {
  .topgifts_widget__item {
    margin: 30px 0 0 0;
  }
  .topgifts_widget__item:nth-child(1), .topgifts_widget__item:nth-child(2) {
    margin: 0;
  }
  .topgifts_widget__item:nth-child(odd) {
    padding: 0 15px 0 0;
  }
  .topgifts_widget__item:nth-child(even) {
    padding: 0 0 0 15px;
  }
}

.topgifts_widget__item_wrap {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
}

.topgifts_widget__item_figure {
  width: 120px;
  float: right;
}

@media screen and (min-width: 1024px) {
  .topgifts_widget__item_figure {
    width: 100%;
    float: none;
  }
}

.topgifts_widget__item_figure img {
  display: block;
  width: 100%;
  height: auto;
}

.topgifts_widget__item_data {
  padding: 8px 144px 0 8px;
}

@media screen and (min-width: 1024px) {
  .topgifts_widget__item_data {
    padding: 8px 8px 16px 8px;
  }
}

@media screen and (min-width: 1310px) {
  .topgifts_widget__item_data {
    padding: 13px 16px 14px 16px;
  }
}

.topgifts_widget__item_link {
  display: block;
  color: #141414;
}

.topgifts_widget__item_label {
  padding: 0 4px;
  background-color: #f9de32;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.topgifts_widget__item_name {
  max-height: 72px;
  margin: 6px 0 0 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 1024px) {
  .topgifts_widget__item_name {
    height: 54px;
    max-height: 54px;
    -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 1310px) {
  .topgifts_widget__item_name {
    height: 44px;
    max-height: 44px;
    margin: 7px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    -webkit-line-clamp: 2;
  }
}

.topgifts_widget__item_link:hover .topgifts_widget__item_name {
  color: rgba(20, 20, 20, 0.85);
}

.tv_widget {
  position: relative;
  margin: 12px 0 56px 0;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .tv_widget {
    margin: 0;
  }
}

.tv_widget__inner_wrap {
  position: relative;
  z-index: 1;
  padding: 15px 0 11px 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1024px) {
  .tv_widget__inner_wrap {
    padding: 15px 0 0 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -1px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -1px 10px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (min-width: 1310px) {
  .tv_widget__inner_wrap {
    padding: 19px 0 0 0;
  }
}

.tv_widget__label {
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1310px) {
  .tv_widget__label {
    font-size: 20px;
    font-size: 2rem;
  }
}

.tv_widget__list {
  margin: 14px 0 0 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1024px) {
  .tv_widget__list {
    padding: 0 0 4px 0;
    white-space: normal;
    overflow-x: auto;
  }
}

@media screen and (min-width: 1310px) {
  .tv_widget__list {
    padding: 0 0 13px 0;
    margin: 18px 0 0 0;
  }
}

.tv_widget__list_item {
  display: inline-block;
  padding: 8px 19px 8px 8px;
  margin: 0 8px 0 0;
  background-color: #f4f4ef;
  border: 1px solid #dfded7;
}

@media screen and (min-width: 1024px) {
  .tv_widget__list_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 8px 8px 17px;
    background-color: #fff;
    border: none;
  }
  .tv_widget__list_item:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    height: 1px;
    background-color: #edece4;
  }
}

@media screen and (min-width: 1024px) and (max-height: 1000px) {
  .tv_widget__list_item:nth-child(7) {
    display: none;
  }
  .tv_widget__list_item:nth-child(6) {
    margin: 0;
  }
  .tv_widget__list_item:nth-child(6):after {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-height: 768px) {
  .tv_widget__list_item:nth-child(7), .tv_widget__list_item:nth-child(6), .tv_widget__list_item:nth-child(5) {
    display: none;
  }
  .tv_widget__list_item:nth-child(4) {
    margin: 0;
  }
  .tv_widget__list_item:nth-child(4):after {
    display: none;
  }
}

@media screen and (min-width: 1310px) {
  .tv_widget__list_item {
    padding: 17px 8px 24px 16px;
  }
  .tv_widget__list_item:after {
    left: 16px;
    right: 16px;
  }
}

.tv_widget__list_item:first-child {
  margin: 0 8px 0 12px;
}

.tv_widget__list_item:last-child {
  margin: 0 12px 0 0;
}

@media screen and (min-width: 1024px) {
  .tv_widget__list_item:last-child {
    margin: 0;
  }
  .tv_widget__list_item:last-child:after {
    display: none;
  }
}

.tv_widget__youtuber_figure {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  float: left;
}

@media screen and (min-width: 1024px) {
  .tv_widget__youtuber_figure {
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width: 1310px) {
  .tv_widget__youtuber_figure {
    width: 56px;
    height: 56px;
  }
}

.tv_widget__youtuber_figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.tv_widget__youtuber_name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 60px;
  margin: 6px 0 0 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #1fb4da;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

@media screen and (min-width: 1024px) {
  .tv_widget__youtuber_name {
    padding: 0 0 0 59px;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .tv_widget__youtuber_name {
    padding: 0 0 0 71px;
    margin: 5px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.tv_widget__youtuber_link:hover .tv_widget__youtuber_name {
  color: #e20068;
}

.tv_widget__youtuber_showtime {
  padding: 0 0 0 60px;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #141414;
  text-transform: lowercase;
}

@media screen and (min-width: 1024px) {
  .tv_widget__youtuber_showtime {
    padding: 3px 0 0 59px;
  }
}

@media screen and (min-width: 1310px) {
  .tv_widget__youtuber_showtime {
    padding: 0 0 0 71px;
    margin: 8px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}

.tv_widget__btn_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 12px;
}

@media screen and (min-width: 1024px) {
  .tv_widget__btn_wrap {
    padding: 0 8px;
  }
}

@media screen and (min-width: 1310px) {
  .tv_widget__btn_wrap {
    padding: 0 16px;
  }
}

.tv_widget .btn {
  display: block;
}

.schedule_page .youtuber__list {
  padding: 0 0 30px;
  margin: 0;
  list-style-type: none;
}

@media screen and (min-width: 1024px) {
  .schedule_page .youtuber__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 21px 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .youtuber__list {
    margin: 26px 0 0;
  }
}

.schedule_page .youtuber__list_item {
  padding: 20px 20px 21px;
  margin: 12px 0 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 1024px) {
  .schedule_page .youtuber__list_item {
    position: relative;
    padding: 19px 20px 59px;
    margin: 30px 0 0 30px;
    -ms-flex-preferred-size: calc(33% - 60px);
    flex-basis: calc(33% - 60px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #edece4;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .youtuber__list_item {
    padding: 23px 20px 76px;
  }
}

.schedule_page .youtuber__list_item:first-child {
  margin: 0 !important;
}

@media screen and (min-width: 1024px) {
  .schedule_page .youtuber__list_item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .schedule_page .youtuber__list_item:nth-child(3n+1) {
    margin: 0;
    margin-top: 30px;
  }
}

.schedule_page .youtuber__link {
  display: block;
}

.schedule_page .youtuber__figure {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  float: left;
}

@media screen and (min-width: 1024px) {
  .schedule_page .youtuber__figure {
    width: 96px;
    height: 96px;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .youtuber__figure {
    width: 160px;
    height: 160px;
  }
}

.schedule_page .youtuber__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.schedule_page .youtuber__figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

.schedule_page .youtuber__name {
  padding: 5px 0 0 84px;
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  color: #1fb4da;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

@media screen and (min-width: 1024px) {
  .schedule_page .youtuber__name {
    padding: 0;
    margin: 10px 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .youtuber__name {
    margin: 16px 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.schedule_page .youtuber__link:hover .youtuber__name {
  color: #e20068;
}

.schedule_page .youtuber__subscribe_wrap {
  padding: 0 0 0 84px;
  margin: 10px 0 0;
}

@media screen and (min-width: 1024px) {
  .schedule_page .youtuber__subscribe_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 11px 0 5px;
    margin: 0;
    background-color: #f4f4ef;
    text-align: center;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .youtuber__subscribe_wrap {
    padding: 18px 0 14px;
  }
}

.follow_widget {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
}

.follow_widget__label {
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 45px;
  line-height: 4.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1310px) {
  .follow_widget__label {
    height: 62px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 65px;
    line-height: 6.5rem;
  }
}

.follow_widget__link_wrap {
  width: 100%;
  height: 64px;
  border-top: 1px solid #edece4;
}

.follow_widget__link {
  position: relative;
  display: block;
  width: 25%;
  height: 100%;
  float: left;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}

.follow_widget__link:not(:first-child):before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 1px;
  background-color: #edece4;
}

.follow_widget__link .icon {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.follow_widget__link--youtube {
  color: #cd201f;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.follow_widget__link--youtube:hover {
  color: rgba(205, 32, 31, 0.85);
}

.follow_widget__link--facebook {
  color: #3b5998;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.follow_widget__link--facebook:hover {
  color: rgba(59, 89, 152, 0.85);
}

.follow_widget__link--instagram {
  color: #c13584;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.follow_widget__link--instagram:hover {
  color: rgba(193, 53, 132, 0.85);
}

.follow_widget__link--viber {
  color: #675ca8;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.follow_widget__link--viber:hover {
  color: rgba(103, 92, 168, 0.85);
}

.youtube_subscribe {
  position: fixed;
  bottom: -40px;
  left: 12px;
  right: 12px;
  height: 40px;
  width: auto;
  margin: auto;
  text-align: center;
  z-index: 100;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
  overflow: hidden;
}

.youtube_subscribe.is_visible {
  bottom: 0;
}

@media screen and (min-width: 540px) {
  .youtube_subscribe {
    left: 30px;
    right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .youtube_subscribe {
    display: none;
    visibility: hidden;
  }
}

.youtube_subscribe__inner_wrap {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  border-radius: 10px 10px 0 0;
  background-color: #cd201f;
}

.youtube_subscribe a {
  position: relative;
  padding: 0 0 0 34px;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 41px;
  line-height: 4.1rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
}

.youtube_subscribe a .icon {
  position: absolute;
  top: -1px;
  left: -8px;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}

.invitation_widget {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin: 0 0 30px;
  overflow: hidden;
}

@media screen and (min-width: 1310px) {
  .invitation_widget {
    padding-bottom: 56.2%;
    margin: 0 0 50px;
  }
}

.invitation_widget__text_wrap {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.invitation_widget__title {
  position: relative;
  margin: 0;
  padding: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.005em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 3px 0 0 #000, 3px 0 0 #000, 0 3px 0 #000, 0 3px 0 #000;
}

@media screen and (min-width: 1024px) {
  .invitation_widget__title {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

@media screen and (min-width: 1310px) {
  .invitation_widget__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 50px;
    font-size: 5rem;
    line-height: 55px;
    line-height: 5.5rem;
  }
}

.invitation_widget__description {
  position: relative;
  z-index: 1;
  margin: 13px 0 0 0;
  padding: 0;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 2px 0 0 #000, -2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000;
}

@media screen and (min-width: 1024px) {
  .invitation_widget__description {
    margin: 16px 0 0 0;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

@media screen and (min-width: 1310px) {
  .invitation_widget__description {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

.invitation_widget__description br:first-child {
  display: inline-block;
}

@media screen and (min-width: 1310px) {
  .invitation_widget__description br:first-child {
    display: none;
  }
}

.invitation_widget__description br:last-child {
  display: none;
}

@media screen and (min-width: 1310px) {
  .invitation_widget__description br:last-child {
    display: inline-block;
  }
}

.invitation_widget svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.invitation_widget svg:nth-of-type(1) {
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1310px) {
  .invitation_widget svg:nth-of-type(1) {
    display: none;
  }
}

.invitation_widget svg:nth-of-type(2) {
  display: none;
}

@media screen and (min-width: 1310px) {
  .invitation_widget svg:nth-of-type(2) {
    display: block;
  }
}

.invitation_widget text {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 36px;
}

.invitation_widget text tspan {
  display: block;
  width: 100%;
}

.invitation_widget__overlay_link {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.invitation_widget__overlay_link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.print_widget {
  padding: 0 12px;
  margin: 66px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .print_widget {
    padding: 0;
  }
}

@media screen and (min-width: 1310px) {
  .print_widget {
    margin: 90px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .print_widget .main_tile__label {
    height: 48px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

@media screen and (min-width: 1310px) {
  .print_widget .main_tile__label {
    height: 64px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    line-height: 6.6rem;
  }
}

.print_widget__figure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
}

@media screen and (min-width: 1024px) {
  .print_widget__figure {
    width: 150px;
    padding: 0;
    float: left;
  }
}

@media screen and (min-width: 1310px) {
  .print_widget__figure {
    width: 200px;
  }
}

.print_widget__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.print_widget__link {
  display: block;
  color: #141414;
}

.print_widget__inner_wrap {
  position: relative;
  z-index: 2;
  padding: 0 0 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1024px) {
  .print_widget__inner_wrap {
    padding: 0;
  }
}

.print_widget__data {
  padding: 0 8px;
}

@media screen and (min-width: 1024px) {
  .print_widget__data {
    padding: 16px 16px 16px 166px;
  }
}

@media screen and (min-width: 1310px) {
  .print_widget__data {
    padding: 24px 24px 24px 224px;
  }
}

.print_widget__piece_label {
  padding: 0 4px;
  margin: 1px 0 0 0;
  background-color: #f9de32;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.print_widget__piece_title {
  max-height: 36px;
  margin: 5px 0 0 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 1024px) {
  .print_widget__piece_title {
    margin: 11px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
    max-height: 88px;
    -webkit-line-clamp: 4;
  }
}

@media screen and (min-width: 1310px) {
  .print_widget__piece_title {
    max-height: 108px;
    margin: 16px 0 0 0;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
    -webkit-line-clamp: 3;
  }
}

.print_widget__link:hover .print_widget__piece_title {
  color: rgba(20, 20, 20, 0.85);
}

.print_widget__fake_btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background-color: #1fb4da;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .print_widget__fake_btn {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .print_edition {
    margin: 17px 0 0;
  }
}

.print_edition__inner_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 24px 0 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .print_edition__inner_wrap {
    margin: 36px 0 0;
  }
}

.print_edition__inner_wrap:first-child {
  margin: 0;
}

.print_edition__previous_editions .print_edition__inner_wrap {
  position: relative;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .print_edition__previous_editions .print_edition__inner_wrap {
    display: inline-block;
    width: 48%;
    float: left;
  }
}

.print_edition__previous_editions .print_edition__inner_wrap + .print_edition__inner_wrap {
  margin: 25px 0 0;
}

@media screen and (min-width: 1024px) {
  .print_edition__previous_editions .print_edition__inner_wrap + .print_edition__inner_wrap {
    margin: 0 0 0 23px;
  }
}

.print_edition__image {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
}

.print_edition__image img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
}

@media screen and (min-width: 1310px) {
  .print_edition__image {
    padding: 20px;
  }
  .print_edition__image img {
    max-width: 400px;
  }
  .print_edition__previous_editions .print_edition__image {
    padding: 10px;
  }
  .print_edition__previous_editions .print_edition__image img {
    max-width: 280px;
  }
}

.print_edition__controls_wrap {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .print_edition__controls_wrap {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1310px) {
  .print_edition__controls_wrap {
    padding: 0 163px;
  }
}

.print_edition__controls {
  position: absolute;
  top: -77px;
  right: -16px;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 280px;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .print_edition__controls {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 54px 0 0;
    float: right;
    width: 80px;
  }
}

.print_edition__nav {
  height: 48px;
  float: right;
  background-color: #141414;
}

.print_edition__nav_link {
  width: 39px;
  height: 48px;
}

.print_edition__nav_link:first-child {
  float: left;
}

.print_edition__nav_link:last-child {
  float: right;
}

.print_edition__nav_link .icon {
  display: inline-block;
  width: 39px;
  height: 48px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 4.8rem;
  color: #fff;
  text-align: center;
}

.print_edition__nav_link--disabled .icon {
  opacity: 0.65;
}

.print_edition__thread_teaser {
  clear: both;
  margin: 27px 0 0;
}

@media screen and (min-width: 540px) {
  .print_edition__thread_teaser {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1024px) {
  .print_edition__thread_teaser {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 17px 0 0;
    margin: 9px 0 0;
  }
  .print_edition__thread_teaser:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #141414;
  }
}

.print_edition__thread_teaser .thread_teaser {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .print_edition__thread_teaser .thread_teaser {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .print_edition__thread_teaser .btn--read_all {
    margin: 0;
  }
}

.print_edition__previous_editions {
  margin: 10px 0 0 0;
}

@media screen and (min-width: 540px) {
  .print_edition__previous_editions {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1024px) {
  .print_edition__previous_editions {
    margin: 55px 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .print_edition__previous_editions {
    padding: 0 163px;
  }
}

.print_edition__wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .print_edition__wrap {
    white-space: nowrap;
  }
}

.funzone {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .funzone {
    display: none;
  }
}

.funzone--joomboos {
  bottom: 40px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.funzone__wrap {
  position: fixed;
  bottom: 13px;
  right: 13px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff200;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  z-index: 101;
}

.funzone--joomboos .funzone__wrap {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
}

.funzone__img {
  position: relative;
  display: block;
  margin: 9px;
}

.funzone__image {
  position: absolute;
  width: 40px;
  height: auto;
  left: 36px;
  top: 25px;
}

.funzone--joomboos .funzone__image {
  position: relative;
  left: auto;
  top: auto;
  width: 50px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.users {
  padding: 20px 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.users:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

.users__title {
  padding: 0 0 10px;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.users__separator {
  margin: 0 -20px;
  padding: 0 0 20px;
}

.users__avatar_help {
  background: #333;
}

.users__list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

@media screen and (min-width: 1310px) {
  .user_profile .content__wrap {
    margin: 12px auto 0;
  }
}

.user_profile .main_tile__label {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) and (max-width: 1310px) {
  .profile__left_sidebar {
    margin-right: -10px;
  }
}

.profile__tab {
  position: relative;
  display: block;
  padding: 0;
  font-size: 0;
}

@media screen and (min-width: 1024px) {
  .profile__tab {
    display: none;
  }
}

.profile__tab_btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 50%;
  height: 41;
  background: #1fb4da;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 41px;
  line-height: 4.1rem;
  color: #141414;
  text-transform: uppercase;
  text-align: center;
}

.profile__tab_btn.is_active {
  color: #fff;
}

.profile__section {
  position: relative;
  display: none;
  padding: 0;
  margin: 18px 0 0;
}

@media screen and (min-width: 1024px) {
  .profile__section {
    display: block;
    margin: 0 0 30px 0;
  }
}

@media screen and (min-width: 1310px) {
  .profile__section {
    margin: 0 0 90px 0;
  }
}

.profile__section.is_active {
  display: block;
}

.profile__section--profile_view {
  margin: 37px 0 20px;
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .profile__section--profile_view {
    padding: 0 60px;
  }
}

@media screen and (min-width: 1024px) {
  .profile__section--profile_view {
    margin: 26px 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .profile__section--my_content {
    margin: 0 0 30px 0;
  }
}

.profile__section--public {
  display: block;
  margin: 37px 0 20px;
}

@media screen and (min-width: 1024px) {
  .profile__section--public {
    margin: 26px 0 20px;
  }
}

.profile__section_inner {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .profile__section_inner {
    margin: 0 0 40px 0;
  }
}

.profile__sidebox {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

.profile__sidebox:before, .profile__sidebox:after {
  content: "";
  display: table;
}

.profile__sidebox:after {
  clear: both;
}

@media screen and (min-width: 540px) {
  .profile__sidebox {
    padding: 0 80px;
  }
}

@media screen and (min-width: 1024px) {
  .profile__sidebox {
    padding: 0;
  }
}

.profile__sidebox--avatar {
  padding: 0;
  margin: 0;
}

.profile__sidebox--avatar .btn--ghost {
  margin: 6px 0 13px;
}

.profile__sidebox--basic_info {
  padding: 0;
  margin: 58px 0 0;
}

.profile__sidebox--personal_info {
  padding: 0;
  margin: 73px 0 0;
}

.profile__sidebox--social {
  padding: 0;
  margin: 74px 0 36px;
}

@media screen and (min-width: 1024px) {
  .profile__sidebox--social {
    margin: 69px 0 36px;
  }
}

.profile__sidebox--social .btn--fb_login {
  margin: 25px 0 0;
}

@media screen and (min-width: 1310px) {
  .profile__sidebox--social .btn--fb_login {
    display: block;
    padding: 0;
  }
  .profile__sidebox--social .btn--fb_login .icon {
    display: none;
  }
}

.profile__sidebox--social .btn--fb_login span {
  display: none;
}

@media screen and (min-width: 1310px) {
  .profile__sidebox--social .btn--fb_login span {
    display: inline-block;
  }
}

.profile__sidebox--social .btn--ghost .icon {
  font-size: 20px;
  font-size: 2rem;
}

.profile__sidebox_avatar {
  position: relative;
  display: block;
  margin: 35px 0 0;
  padding: 0 0 18px 0;
  border-bottom: 1px solid #edece4;
}

.profile__sidebox_figure_wrap {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  margin: 35px auto 0;
  background: #eabfad;
  border-radius: 100%;
  overflow: hidden;
}

.profile__sidebox_figure_wrap::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.12);
}

.profile__sidebox_figure {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.profile__sidebox_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.profile__sidebox_avatar_change {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(226, 0, 104, 0.4);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100%;
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}

.profile__sidebox_avatar_change .icon {
  position: relative;
  display: block;
  margin: 40px 0 8px;
  font-size: 20px;
  font-size: 2rem;
}

.profile__sidebox_avatar_name {
  position: relative;
  display: block;
  margin: 21px 0 0;
  padding: 0 10px;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: 0.05em;
  color: #1fb4da;
  text-align: center;
}

.profile__sidebox_list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile__sidebox_list:before, .profile__sidebox_list:after {
  content: "";
  display: table;
}

.profile__sidebox_list:after {
  clear: both;
}

.profile__sidebox--basic_info .profile__sidebox_list,
.profile__sidebox--personal_info .profile__sidebox_list {
  margin: 19px 0 0;
}

.profile__sidebox_list .form__row {
  height: 97px;
}

.profile__sidebox_list_item {
  position: relative;
  margin: 0;
  padding: 0;
}

.profile__sidebox_list_item--radiobutton {
  padding: 5px 0 0 0;
}

.profile__sidebox_list_item--radiobutton .form__label {
  padding: 0 11px;
}

.profile__sidebox_list_item--radiobutton .radiobutton {
  margin: 13px 0 0;
}

.profile__sidebox_list_item--radiobutton .radiobutton:first-of-type {
  margin: 13px 38px 0 0;
}

.profile__sidebox_list_item .form__input_icon {
  line-height: 37px !important;
  line-height: 3.7rem !important;
}

.profile__list {
  position: relative;
  display: none;
  margin: 0;
  padding: 8px 0 0;
  list-style-type: none;
}

.profile__list.is_active {
  display: block;
}

@media screen and (min-width: 540px) {
  .profile__list {
    padding: 10px 16px 0;
  }
}

@media screen and (min-width: 1024px) {
  .profile__list {
    margin: 25px 0 0 0;
    padding: 0 19px;
  }
}

.profile__list_tab {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 0;
}

@media screen and (min-width: 1024px) {
  .profile__list_tab {
    height: 58px;
  }
}

.profile__list_tab_btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  height: 41px;
  margin: 0;
  padding: 4px 0;
  border: 1px solid #e0e0e0;
  border-top: none;
  background-color: #edece4;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 37px;
  line-height: 3.7rem;
  text-transform: uppercase;
  color: #8f8989;
  text-align: center;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

@media screen and (min-width: 1024px) {
  .profile__list_tab_btn {
    height: 72px;
    font: normal 900 100% "Nunito", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    line-height: 6.6rem;
    letter-spacing: 0.05em;
    border: none;
  }
}

.profile__list_tab_btn.is_active {
  border: 1px solid #e0e0e0;
  border-bottom: none;
  background-color: #fff;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .profile__list_tab_btn.is_active {
    border: none;
    background-color: #f9de32;
  }
}

.profile__list_tab--public .profile__list_tab_btn.is_active {
  width: 100%;
  background-color: #edece4;
  border: none;
}

.profile__sidebox_footer {
  position: relative;
  height: 49px;
  margin: 10px 0 0;
  padding: 0;
  border-top: 1px solid #e3e3e3;
}

.profile__sidebox_footer .btn {
  margin-top: 9px;
}

.profile__sidebox--basic_info .profile__sidebox_footer {
  margin: 4px 0 0 0;
}

.profile__sidebox--basic_info .profile__sidebox_footer .btn {
  margin-top: 10px;
}

.profile__sidebox--social .profile__sidebox_footer {
  margin: 30px 0 0 0;
}

.profile__sidebox--social .profile__sidebox_footer .btn {
  margin-top: 11px;
}

.act {
  position: relative;
  display: block;
  margin: 0;
  padding: 17px 0 31px;
}

@media screen and (min-width: 1024px) {
  .act {
    padding: 18px 0 24px;
  }
}

.act:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #edece4;
}

@media screen and (min-width: 1024px) {
  .act:after {
    left: -19px;
    right: -19px;
  }
}

.act:last-child:after {
  display: none;
}

.act--load_more {
  position: relative;
  padding: 3px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .act--load_more {
    padding: 14px 0 0 0;
  }
}

.act--load_more:before {
  content: " ";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .act--load_more:before {
    left: -20px;
    right: -20px;
    width: auto;
  }
}

.act__header {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.act__header:before, .act__header:after {
  content: "";
  display: table;
}

.act__header:after {
  clear: both;
}

.act__figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: auto;
}

.act__figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

@media screen and (min-width: 1024px) {
  .act__figure {
    top: 10px;
    bottom: auto;
  }
}

.act__figure a {
  display: block;
}

.act__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.act__figure + .act__title,
.act__figure ~ .act__time {
  padding-left: 70px;
}

.act__user {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1a1a1a;
}

.act__title {
  position: relative;
  display: block;
  margin: 6px 0 0;
  padding: 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .act__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.act__title span,
.act--notification .act__title {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .act__title span,
  .act--notification .act__title {
    color: #141414;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .act__title span,
  .act--notification .act__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.act__user_link {
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  color: #1fb4da;
}

@media screen and (min-width: 1024px) {
  .act__user_link {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.act__time {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f8989;
}

@media screen and (min-width: 1024px) {
  .act__time {
    display: none;
  }
}

.act__time--footer {
  display: none;
  top: 0;
  float: right;
  margin: 0 0 0 29px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .act__time--footer {
    display: inline-block;
  }
}

@media screen and (min-width: 1310px) {
  .act__time--footer {
    float: left;
  }
}

.act__main {
  position: relative;
  margin: 6px 0 0;
  padding: 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #141414;
}

@media screen and (min-width: 1024px) {
  .act__main {
    margin: 3px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.act__main a {
  display: block;
  color: inherit;
}

@media screen and (min-width: 1024px) {
  .act__main--narrow {
    padding: 0 0 0 70px;
  }
}

.act__footer {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.act__footer:before, .act__footer:after {
  content: "";
  display: table;
}

.act__footer:after {
  clear: both;
}

.act__footer > *:first-child {
  margin-left: 0;
  top: 0;
}

@media screen and (min-width: 1310px) {
  .act__footer {
    margin: 11px 0 5px;
  }
}

.act__footer--button {
  margin: 15px 0 0;
}

@media screen and (min-width: 1024px) {
  .act__footer--button {
    margin: 13px 0 0;
  }
}

.act__footer--button .btn--all_comments {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  padding: 0 12px;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1024px) {
  .act__footer--button .btn--all_comments {
    float: left;
  }
}

.modal__content #profile_avatar_image {
  max-width: 100%;
}

.prijava__separator {
  position: relative;
  top: -16px;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  font: italic 400 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.04em;
  color: #636363;
  text-align: center;
}

.ntfs {
  display: none;
  opacity: 0;
  position: fixed;
  top: 56px;
  right: 20px;
  z-index: 400;
  width: 360px;
  margin-left: 185px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  -webkit-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotateX(-30deg);
  transform: rotateX(-30deg);
}

@media screen and (max-width: 400px) {
  .ntfs {
    left: 0;
    width: 100%;
    right: auto;
    margin: 0;
  }
}

.ntfs.header--small {
  top: 70px;
}

@media screen and (min-width: 540px) {
  .ntfs {
    left: 50%;
    right: auto;
    margin-left: -110px;
  }
}

@media screen and (min-width: 1024px) {
  .ntfs {
    top: 68px;
    margin-left: 132px;
  }
}

@media screen and (min-width: 1310px) {
  .ntfs {
    top: 88px;
    margin-left: 270px;
  }
}

.ntfs.is_opened {
  display: block;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: 0.3s ntfs_open;
  animation: 0.3s ntfs_open;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@-webkit-keyframes ntfs_open {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes ntfs_open {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-ms-keyframes ntfs_open {
  .ntfs 0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  .ntfs 80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  .ntfs 100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes ntfs_open {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.ntfs__flyout {
  -webkit-perspective: 500px;
  /* Chrome, Safari, Opera */
  perspective: 500px;
  -webkit-perspective-origin: 70% 50%;
  perspective-origin: 70% 50%;
  position: relative;
  z-index: 200;
}

.ntfs__header {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 14px;
  margin: 0;
  background: #fff;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 21px 21px -21px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 21px 21px -21px rgba(0, 0, 0, 0.08);
}

.ntfs__header:before, .ntfs__header:after {
  content: "";
  display: table;
}

.ntfs__header:after {
  clear: both;
}

.ntfs__header--unlogged {
  padding: 20px 6px;
}

@media screen and (min-width: 360px) {
  .ntfs__header--unlogged {
    padding: 20px 14px;
  }
}

.ntfs__header--above_nano {
  padding: 9px 0;
  border-top: 1px solid #edece4;
  margin: 0 10px;
  text-align: right;
}

.ntfs__header--above_nano span {
  float: left;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #8f8989;
  text-transform: uppercase;
}

.ntfs__header--above_nano .ntfs__header_link {
  top: 0;
  float: right;
  height: auto;
  margin: 0;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  text-transform: none;
  color: #8f8989;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.ntfs__header--above_nano .ntfs__header_link:hover {
  color: #1fb4da;
}

.ntfs__header .btn {
  height: 36px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  float: left;
  margin: 0 0 0 6px;
}

.ntfs__header .btn .icon {
  top: -1px;
}

.ntfs__header .btn:first-child {
  padding: 0 10px;
  margin: 0;
}

@media screen and (min-width: 360px) {
  .ntfs__header .btn {
    margin: 0 0 0 14px;
  }
}

.ntfs__header_figure_wrap {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 18px 0 0;
  padding: 0;
  overflow: hidden;
}

.ntfs__header_figure {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}

.ntfs__header_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.ntfs__header_name {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  height: 27px;
  margin: 1px 0 0 0;
  padding: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.025em;
  color: #1fb4da;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: default;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.ntfs__header:hover .ntfs__header_name {
  color: #e20068;
}

.ntfs__header_link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 2px;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19px;
  line-height: 1.9rem;
  text-decoration: none;
  color: #8f8989;
  text-transform: uppercase;
}

.ntfs__header_link--block {
  position: relative;
  font: Arial;
  display: block;
  height: 30px;
  padding: 0 14px;
  z-index: 10;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.06em;
}

.ntfs__header_link--block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 1px;
  background-color: #edece4;
}

.ntfs__header_link--block > span {
  font: Arial;
  text-transform: none;
  color: #373737;
  float: right;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  text-decoration: underline;
}

.ntfs__cards {
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 14px;
  font-size: 0;
}

.ntfs__card {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: 0 0 0 5px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #fff;
}

.ntfs__card--yellow.is_active {
  top: 0;
  background: #feda10;
  border: 1px solid #dfbf0e;
}

.ntfs__card--red.is_active {
  top: 0;
  background: #fd3425;
  border: 1px solid #d62518;
}

.ntfs__header_close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto 0;
  color: #373737;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .ntfs__header_close:hover {
    color: #575757;
  }
}

.ntfs__header_close .icon {
  position: absolute;
  top: 0;
  right: 7px;
}

@media screen and (min-width: 360px) {
  .ntfs__header_close .icon {
    right: 11px;
  }
}

@media screen and (min-width: 360px) {
  .ntfs__header_link + .ntfs__header_close .icon {
    top: 3px;
  }
}

.ntfs__content {
  position: relative;
  margin: 0;
  padding: 0;
}

.ntfs__content.nano {
  height: 351px;
}

.ntfs__list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ntfs__list_item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #edece4;
}

.ntfs__list_item:before, .ntfs__list_item:after {
  content: "";
  display: table;
}

.ntfs__list_item:after {
  clear: both;
}

.ntfs__list_item:first-child {
  border-top: 1px solid #edece4;
}

.ntfs__link {
  position: relative;
  display: block;
  min-height: 50px;
  margin: 0;
  padding: 14px;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background: #f4f4ef;
}

.ntfs__link:hover {
  background: rgba(249, 222, 50, 0.28);
}

.ntfs__link--seen {
  background: #fff;
}

.ntfs__link--admin::after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  display: block;
  width: 3px;
  background: #d21d1e;
}

.ntfs__figure_wrap {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 6px 18px 0 6px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
  overflow: hidden;
}

.ntfs__figure {
  position: relative;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 13px 0 0;
  float: left;
}

.ntfs__figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

.ntfs__figure--banned {
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  background: #eb0000;
}

.ntfs__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ntfs__text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -3px;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #373737;
}

.ntfs__text strong {
  font: normal 700 100% "Nunito", sans-serif;
  margin-right: 10px;
}

.ntfs__text strong:empty {
  display: none;
}

.ntfs__title {
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #373737;
}

.ntfs__text_content {
  margin: 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #373737;
}

.ntfs__time {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 3px;
  display: block;
  height: 10px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 10px;
  line-height: 1rem;
  color: #8f8989;
  text-transform: uppercase;
}

.ntfs__icon {
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: block;
}

.ntfs__icon > span {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  line-height: 1.6rem;
}

.ntfs__icon > span::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1197dd;
  text-align: center;
}

.ntfs__link--seen .ntfs__icon > span::after {
  color: #9c9c9c;
}

.ntfs__icon--reply > span::after {
  content: "\f265";
}

.ntfs__icon--message > span::after {
  content: "\e907";
}

.ntfs__icon--follow > span::after {
  content: "\f277";
}

.ntfs__icon--ban > span::after {
  content: "\f119";
  color: #eb0000;
}

.ntfs__icon--eye > span::after {
  content: "\f15c";
}

.ntfs__icon--redcard > span {
  position: relative;
  right: 2px;
  display: block;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 1px solid #d62518;
  border-radius: 2px;
  background: #fd3425;
}

.ntfs__icon--redcard > span ::after {
  display: none;
}

.ntfs__icon--yellowcard > span {
  position: relative;
  right: 2px;
  display: block;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 1px solid #dfbf0e;
  border-radius: 2px;
  background: #feda10;
}

.ntfs__icon--yellowcard > span ::after {
  display: none;
}

svg#logo-def {
  width: 100%;
}

svg#logo-def path {
  fill: none;
  stroke: #8F8989;
  stroke-width: 3.69;
  stroke-linecap: square;
  stroke-miterlimit: 3;
}

.animation_wrap {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 90%;
  max-width: 418px;
  margin: 0 auto;
}

.animation_wrap.is_hidden {
  display: none;
}

html.no-smil .animation_wrap {
  bottom: 0;
  -webkit-animation-name: toggleVisibility;
  animation-name: toggleVisibility;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes DrawLine {
  0% {
    stroke-dashoffset: 320;
  }
  60% {
    stroke-dashOffset: 0;
  }
  80%, 100% {
    stroke-dashoffset: 320;
  }
}

@keyframes DrawLine {
  0% {
    stroke-dashoffset: 320;
  }
  60% {
    stroke-dashOffset: 0;
  }
  80%, 100% {
    stroke-dashoffset: 320;
  }
}

@-webkit-keyframes toggleVisibility {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes toggleVisibility {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}

html.smil .animate_draw {
  opacity: 0.6;
  fill-opacity: 0;
  -webkit-animation-name: DrawLine;
  animation-name: DrawLine;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  stroke-dashArray: 300;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.fold_home__most_read,
.fold_section__most_read,
.fold_article__most_read,
.fold_schedule__most_read {
  display: none;
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .fold_home__most_read,
  .fold_section__most_read,
  .fold_article__most_read,
  .fold_schedule__most_read {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 12px 14px;
    margin: 0 -20px;
    background-color: #f4f4ef;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 1310px) {
  .fold_home__most_read,
  .fold_section__most_read,
  .fold_article__most_read,
  .fold_schedule__most_read {
    padding: 12px 9px;
    margin: 0 -15px;
  }
}

.fold_home__most_read .content__most_read,
.fold_section__most_read .content__most_read,
.fold_article__most_read .content__most_read,
.fold_schedule__most_read .content__most_read {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1310px) {
  .fold_article__most_read {
    margin: 0;
  }
}

.home .content__wrap {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 1024px) {
  .home .animation_wrap {
    left: -73px;
  }
}

@media screen and (min-width: 1310px) {
  .home .animation_wrap {
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .home .fold_home_a {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home_a {
    margin: 40px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .home .fold_home_a .tv_widget__list_item:first-child {
    padding: 0 0 21px 0;
    margin: 0 0 4px 0;
    border: none;
  }
  .home .fold_home_a .tv_widget__list_item:first-child:after {
    height: 4px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home_a .tv_widget__list_item:first-child {
    padding: 0 0 29px 0;
    margin: 0 0 7px 0;
  }
}

@media screen and (min-width: 1024px) {
  .home .fold_home_a .tv_widget__list_item:first-child .tv_widget__youtuber_figure {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home_a .tv_widget__list_item:first-child .tv_widget__youtuber_figure {
    width: 160px;
    height: 160px;
  }
}

@media screen and (min-width: 1024px) {
  .home .fold_home_a .tv_widget__list_item:first-child .tv_widget__youtuber_name {
    width: 100%;
    padding: 0;
    margin: 13px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home_a .tv_widget__list_item:first-child .tv_widget__youtuber_name {
    margin: 22px 0 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .home .fold_home_a .tv_widget__list_item:first-child .tv_widget__youtuber_showtime {
    padding: 0;
    margin: 9px 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home_a .tv_widget__list_item:first-child .tv_widget__youtuber_showtime {
    margin: 11px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .home .fold_home_a .column_sidebar {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home_a .column_sidebar {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .home .fold_home__special_widget + .fold_home_a {
    margin-top: -410px;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home__special_widget + .fold_home_a {
    margin-top: -536px;
  }
}

@media screen and (min-width: 1024px) {
  .home .fold_home__special_widget + .fold_home_a .column_content {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home__special_widget + .fold_home_a .column_content {
    margin-top: 40px;
  }
}

.home .fold_home__special_widget {
  margin-top: 30px;
}

@media screen and (min-width: 1310px) {
  .home .fold_home__special_widget {
    margin-top: 50px;
  }
}

.home .fold_home__top_banner + .fold_home__special_widget {
  margin-top: 11px;
}

@media screen and (min-width: 1024px) {
  .home .fold_home__top_banner + .fold_home__special_widget {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home__top_banner + .fold_home__special_widget {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .home .fold_home__special_widget + .fold_home_b {
    margin-top: -410px;
  }
}

@media screen and (min-width: 1310px) {
  .home .fold_home__special_widget + .fold_home_b {
    margin-top: -540px;
  }
}

.home .fold_home__special_widget + .fold_home_b .fold_home_b__block_1 {
  margin-top: 30px;
}

@media screen and (min-width: 1310px) {
  .home .fold_home__special_widget + .fold_home_b .fold_home_b__block_1 {
    margin-top: 50px;
  }
}

.home .fold_home_b {
  position: relative;
  margin-top: 30px;
}

@media screen and (min-width: 1310px) {
  .home .fold_home_b {
    margin-top: 50px;
  }
}

.home .fold_home_b__block_1 {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .home .fold_home_b__block_1 {
    margin-top: 0;
  }
}

.home .fold_home_b__block_2 {
  margin-top: 30px;
}

@media screen and (min-width: 1310px) {
  .home .fold_home_b__block_2 {
    margin-top: 50px;
  }
}

.home .fold_home_b__block_3 {
  margin-top: 30px;
}

@media screen and (min-width: 1310px) {
  .home .fold_home_b__block_3 {
    margin-top: 50px;
  }
}

.home .fold_home__extra_news {
  position: relative;
  padding: 0 0 122px 0;
}

@media screen and (min-width: 1024px) {
  .home .fold_home__extra_news {
    padding: 0 0 150px 0;
  }
}

.home .fold_home__extra_news .column_content__inner {
  margin-top: 31px;
}

@media screen and (min-width: 1024px) {
  .home .social_share__label .icon-expand {
    line-height: 38px;
    line-height: 3.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .home .social_share__label .icon-expand {
    line-height: 50px;
    line-height: 5rem;
  }
}

.section .content__wrap {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 1024px) {
  .section .animation_wrap {
    left: -73px;
  }
}

@media screen and (min-width: 1310px) {
  .section .animation_wrap {
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .section .fold_section_a {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .section .fold_section_a {
    margin: 40px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .section .fold_section_a .tv_widget {
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .section .fold_section_a .tv_widget__list_item:first-child {
    padding: 0 0 21px 0;
    margin: 0 0 4px 0;
    border: none;
  }
  .section .fold_section_a .tv_widget__list_item:first-child:after {
    height: 4px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 1310px) {
  .section .fold_section_a .tv_widget__list_item:first-child {
    padding: 0 0 29px 0;
    margin: 0 0 7px 0;
  }
}

@media screen and (min-width: 1024px) {
  .section .fold_section_a .tv_widget__list_item:first-child .tv_widget__youtuber_figure {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (min-width: 1310px) {
  .section .fold_section_a .tv_widget__list_item:first-child .tv_widget__youtuber_figure {
    width: 160px;
    height: 160px;
  }
}

@media screen and (min-width: 1024px) {
  .section .fold_section_a .tv_widget__list_item:first-child .tv_widget__youtuber_name {
    width: 100%;
    padding: 0;
    margin: 13px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

@media screen and (min-width: 1310px) {
  .section .fold_section_a .tv_widget__list_item:first-child .tv_widget__youtuber_name {
    margin: 22px 0 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .section .fold_section_a .tv_widget__list_item:first-child .tv_widget__youtuber_showtime {
    padding: 0;
    margin: 9px 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 1310px) {
  .section .fold_section_a .tv_widget__list_item:first-child .tv_widget__youtuber_showtime {
    margin: 11px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .section .fold_section_a .column_sidebar_360 {
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .section .fold_section_a .column_sidebar_360 {
    margin: 0;
  }
}

.section .fold_section_b {
  position: relative;
  margin-top: 33px;
}

.section .fold_section_b__block_1 {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .section .fold_section_b__block_1 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1310px) {
  .section .fold_section_b__block_1 {
    margin-top: 0;
  }
}

.section .fold_section_b__block_2 {
  margin-top: 30px;
}

@media screen and (min-width: 1310px) {
  .section .fold_section_b__block_2 {
    margin-top: 50px;
  }
}

.section .fold_section_b__block_3 {
  margin-top: 30px;
}

@media screen and (min-width: 1310px) {
  .section .fold_section_b__block_3 {
    margin-top: 50px;
  }
}

.section .fold_section_extra {
  position: relative;
  padding: 0 0 122px 0;
}

@media screen and (min-width: 1024px) {
  .section .fold_section_extra {
    padding: 0 0 150px 0;
  }
}

.section .fold_section_extra .column_content__inner {
  margin-top: 31px;
}

@media screen and (min-width: 1024px) {
  .section .social_share__label .icon-expand {
    line-height: 38px;
    line-height: 3.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .section .social_share__label .icon-expand {
    line-height: 50px;
    line-height: 5rem;
  }
}

.article .animation_wrap {
  position: absolute;
  bottom: -80px;
}

@media screen and (min-width: 1024px) {
  .article .animation_wrap {
    bottom: -100px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 {
    margin: 0 0 70px 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01:nth-of-type(4) {
    margin: 0 0 40px 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__overtitle {
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-transform: translate(-18px, -25px) rotate(-4deg);
    -ms-transform: translate(-18px, -25px) rotate(-4deg);
    transform: translate(-18px, -25px) rotate(-4deg);
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__title {
    max-height: 88px;
    margin: 29px 0 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__data_wrap {
    padding: 0 24px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__share_wrap {
    padding: 0 20px;
    margin: 23px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .reaction__wrap {
    padding: 0 24px 0 0;
    margin: 27px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .reaction__wrap svg {
    width: 232px;
    margin: 22px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .reaction__wrap svg.reaction__chart--mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .reaction__wrap svg.reaction__chart--desktop {
    position: relative;
    left: 6px;
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .reaction__btn {
    width: 52px;
    height: 52px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .reaction__btn span {
    line-height: 52px;
    line-height: 5.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__comments_wrap:before {
    left: 24px;
    right: 24px;
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 226px, #1fb4da 226px, #edece4 236px);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 226px, #1fb4da 226px, #edece4 236px);
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__comments_label .icon {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__comments_label span {
    top: -3px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__comments_label span span {
    display: inline-block;
    top: 0;
    left: 0;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__comments_inner_wrap {
    padding: 20px 6px 0 6px;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__single_comment:first-child {
    margin: 4px 0 37px 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__single_comment:not(:first-child) {
    margin: 50px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__single_comment:not(:first-child):before {
    top: -25px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__single_comment:last-child:not(:first-child) {
    margin: 50px 0 37px 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__user_figure {
    width: 52px;
    height: 52px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__comment_data_wrap {
    padding: 2px 0 0 76px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__user_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__comment_content {
    max-height: 48px;
    margin: 5px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    -webkit-line-clamp: 2;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .card__comments_btn_wrap {
    left: auto;
    display: inline-block;
    width: 330px;
  }
}

.article .card--01 .btn--comment {
  width: 100%;
  display: block;
  padding: 0 24px;
}

@media screen and (min-width: 1024px) {
  .article .card--01 .btn--comment {
    width: 149px;
    padding: 0 20px;
    float: right;
  }
}

.article .card--01 .btn.btn--read_all {
  width: calc(50% - 4px);
  padding: 0 11px;
  float: left;
}

@media screen and (min-width: 1024px) {
  .article .card--01 .btn.btn--read_all {
    width: 168px;
    padding: 0 20px;
  }
}

.article .card--01 .btn.btn--read_all + .btn--comment {
  width: calc(50% - 4px);
  float: right;
}

@media screen and (min-width: 1024px) {
  .article .card--01 .btn.btn--read_all + .btn--comment {
    width: 149px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .social_share__inner_wrap {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 input:checked + .social_share__inner_wrap {
    width: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .social_share__label {
    width: 52px;
    height: 52px;
  }
}

@media screen and (min-width: 1024px) {
  .article .card--01 .social_share__btn {
    width: 40px;
    height: 40px;
    margin: 6px 0 0 8px;
  }
}

.article .topgifts_widget {
  margin: 31px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .article .topgifts_widget {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .article .topgifts_widget {
    margin: 50px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .article .topgifts_widget .main_tile__label {
    height: 64px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 66px;
    line-height: 6.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .article .topgifts_widget__item {
    margin: 30px 0 0 0;
  }
  .article .topgifts_widget__item:nth-child(1), .article .topgifts_widget__item:nth-child(2) {
    margin: 0;
  }
  .article .topgifts_widget__item:nth-child(odd) {
    padding: 0 15px 0 0;
  }
  .article .topgifts_widget__item:nth-child(even) {
    padding: 0 0 0 15px;
  }
}

@media screen and (min-width: 1024px) {
  .article .topgifts_widget__item_data {
    padding: 13px 16px 14px 16px;
  }
}

@media screen and (min-width: 1024px) {
  .article .topgifts_widget__item_name {
    height: 44px;
    max-height: 44px;
    margin: 7px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    -webkit-line-clamp: 2;
  }
}

.article .fold_article__article_body {
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .article .fold_article__article_body {
    margin-top: 18px;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_article__article_body {
    margin-top: 36px;
  }
}

@media screen and (min-width: 1024px) {
  .article .fold_article__thread_teaser {
    padding: 0 14px;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_article__thread_teaser {
    padding: 0 80px;
  }
}

.article .fold_article__more_from_section {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .article .fold_article__more_from_section {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_article__more_from_section {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .article .fold_article__more_from_section .main_tile {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_article__more_from_section .main_tile {
    padding: 0 80px;
  }
}

.article .fold_hp_repeat {
  position: relative;
  margin: 20px 0 0;
}

@media screen and (min-width: 1024px) {
  .article .fold_hp_repeat {
    margin: 40px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_hp_repeat {
    margin: 50px 0 0 0;
  }
}

.article .fold_hp_repeat [class*="fold_hp_repeat__block"] {
  margin: 0 -12px;
}

@media screen and (min-width: 1024px) {
  .article .fold_hp_repeat [class*="fold_hp_repeat__block"] {
    padding: 0 20px;
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_hp_repeat [class*="fold_hp_repeat__block"] {
    padding: 0 66px;
  }
}

.article .fold_hp_repeat__block_2 {
  margin-top: 30px !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
}

@media screen and (min-width: 1024px) {
  .article .fold_hp_repeat__block_2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_hp_repeat__block_2 {
    margin-top: 50px !important;
  }
}

.article .fold_hp_repeat__block_3 {
  margin-top: 21px !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
}

@media screen and (min-width: 1024px) {
  .article .fold_hp_repeat__block_3 {
    margin-top: 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_hp_repeat__block_3 {
    margin-top: 50px !important;
  }
}

.article .fold_extra_news {
  margin: 21px 0 0;
  padding: 0 0 122px 0;
}

@media screen and (min-width: 1024px) {
  .article .fold_extra_news {
    padding: 0 0 150px 0;
    margin: 30px 0 0 0;
  }
}

.article .fold_extra_news [class*="fold_extra_news__block"] {
  margin: 21px -12px 0 -12px;
}

@media screen and (min-width: 1024px) {
  .article .fold_extra_news [class*="fold_extra_news__block"] {
    padding: 0 20px;
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_extra_news [class*="fold_extra_news__block"] {
    padding: 0 80px;
  }
}

.article .fold_extra_news__block_1 {
  margin: 0 -12px !important;
}

@media screen and (min-width: 1024px) {
  .article .fold_extra_news .column_sidebar {
    margin-top: 30px;
  }
}

.article .fold_article__tes_widget iframe,
.article .fold_article__recommender iframe {
  margin: 0 auto -3px auto;
}

@media screen and (min-width: 1024px) {
  .article .fold_article__tes_widget iframe,
  .article .fold_article__recommender iframe {
    display: block;
    width: 624px;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_article__tes_widget iframe,
  .article .fold_article__recommender iframe {
    width: 631px;
  }
}

.article .fold_article__recommender {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .article .fold_article__recommender iframe {
    margin-top: -5px;
  }
}

@media screen and (min-width: 1310px) {
  .article .fold_article__recommender iframe {
    margin-top: -20px;
  }
}

.comments_page .fold_comments__content {
  margin: 12px 0 0;
}

@media screen and (min-width: 1024px) {
  .comments_page .fold_comments__content {
    margin: 24px 0 120px 0;
  }
}

@media screen and (min-width: 1310px) {
  .comments_page .fold_comments__content {
    margin: 17px 0 120px 0;
  }
}

.comments_page .fold_comments__comments_body {
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .comments_page .fold_comments__comments_body {
    margin-top: 18px;
  }
}

@media screen and (min-width: 1310px) {
  .comments_page .fold_comments__comments_body {
    margin-top: 36px;
  }
}

@media screen and (min-width: 1024px) {
  .comments_page .column_sidebar {
    margin: 24px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .comments_page .column_sidebar {
    margin: 49px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .comments_page .thread--th_joomboos {
    margin-left: 67px;
  }
}

.tags .fold_tags_body {
  padding: 36px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .tags .fold_tags_body {
    padding: 39px 0 80px;
  }
}

.tags .fold_tags_body .pagination {
  margin: 40px -12px 0;
}

@media screen and (min-width: 1024px) {
  .tags .fold_tags_body .pagination {
    margin: 70px 0 0;
  }
}

.tags .fold_tags_body .pagination--reactions .pagination__item {
  display: none;
}

.tags .fold_tags_body .pagination--reactions .pagination__item--next, .tags .fold_tags_body .pagination--reactions .pagination__item--prev {
  display: inline-block;
}

.tags .fold_tags_body .pagination--reactions .pagination__item:nth-child(2) {
  display: inline-block;
}

.tags .fold_tags_body .pagination--reactions .pagination__item--empty:nth-child(3) {
  display: inline-block;
}

.tags .fold_tags_body .pagination--reactions .pagination__item:nth-child(7) {
  display: inline-block;
}

.tags .fold_tags_body .pagination--reactions .pagination__item:nth-last-child(2) {
  display: inline-block;
}

.tags .fold_tags_body .pagination--reactions .pagination__item--empty:nth-last-child(3) {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .search .fold_search_results {
    margin: 0 0 70px;
  }
}

.piece_page .fold_print__body {
  padding: 17px 0 30px;
}

@media screen and (min-width: 1024px) {
  .piece_page .fold_print__body {
    padding: 39px 0 83px;
  }
}

.flatpage .fold_flatpage_body {
  padding: 37px 0 0;
}

@media screen and (min-width: 1024px) {
  .flatpage .fold_flatpage_body {
    padding: 117px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .user_profile .fold_profile_body {
    padding: 31px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .user_profile .fold_profile_body .main_tile__label {
    margin: 0;
  }
}

.user_profile .btn--fb_login {
  height: 40px;
  line-height: 40px;
  line-height: 4rem;
}

@media screen and (min-width: 1024px) {
  .user_profile .btn--loadmore {
    margin-left: -19px;
    margin-right: -19px;
  }
}

.user_profile .profile__sidebox_list_item--radiobutton .radiobutton {
  height: 40px;
}

.user_profile .profile__sidebox_list_item--radiobutton .radiobutton:first-of-type {
  margin: 13px 77px 0 0;
}

.user_profile .profile__sidebox_list_item--radiobutton .radiobutton__type {
  position: absolute;
  top: -4px;
}

.user_profile .profile__sidebox--social {
  margin: 68px 0 36px;
}

@media screen and (min-width: 1024px) {
  .user_profile .profile__sidebox--social {
    margin: 64px 0 36px;
  }
}

@media screen and (min-width: 1024px) {
  .schedule_page .footer {
    display: block;
    visibility: visible;
  }
}

@media screen and (min-width: 1024px) {
  .schedule_page .fold_schedule {
    margin: 28px 0 70px;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .fold_schedule {
    margin: 69px 0 90px;
  }
}

.schedule_page .tv_widget {
  position: relative;
  margin: 1px 0 0;
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__inner_wrap {
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__label {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 35px 10px 8px 24px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    background-color: #f9de32;
    border: 4px solid #141414;
    -webkit-transform: translate(-18px, -25px) rotate(-5deg);
    -ms-transform: translate(-18px, -25px) rotate(-5deg);
    transform: translate(-18px, -25px) rotate(-5deg);
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .tv_widget__label {
    padding: 35px 21px 10px 31px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.schedule_page .tv_widget__list {
  padding: 41px 0 0 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__list {
    padding: 60px 0 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .tv_widget__list {
    padding: 55px 0 0;
  }
}

.schedule_page .tv_widget__list_item {
  position: relative;
  padding: 0;
  margin: 0 12px 0 0;
  border: none;
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__list_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 13px 0 0;
    padding: 8px 8px 17px;
    float: left;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .tv_widget__list_item {
    padding: 17px 16px 24px;
    margin: 17px 0 0;
  }
}

.schedule_page .tv_widget__list_item:first-child {
  margin: 0 12px 0 12px;
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__list_item:first-child {
    margin: 0;
  }
}

.schedule_page .tv_widget__list_item:last-child {
  margin: 0 12px 0 0;
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__list_item:last-child {
    margin: 13px 0 0;
  }
  .schedule_page .tv_widget__list_item:last-child:after {
    display: none;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .tv_widget__list_item:last-child {
    margin: 17px 0 0;
  }
}

.schedule_page .tv_widget__date {
  position: absolute;
  top: -26px;
  left: 0;
  display: inline-block;
  padding: 1px 5px 0;
  margin: 0;
  background-color: #f9de32;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__date {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    font: normal 900 100% "Nunito", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.05em;
    background-color: transparent;
    text-align: center;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .tv_widget__date {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__youtuber_showtime {
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .tv_widget__youtuber_showtime {
    margin: 8px 0 0;
  }
}

.schedule_page .tv_widget__youtuber_link {
  display: inline-block;
  padding: 8px 24px 8px 8px;
  background-color: #f4f4ef;
  border: 1px solid #dfded7;
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__youtuber_link {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 35px 0 0;
    border: none;
    background-color: transparent;
  }
  .schedule_page .tv_widget__youtuber_link:before {
    content: " ";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 5px;
    background-color: #edece4;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .tv_widget__youtuber_link {
    margin: 44px 0 0;
  }
  .schedule_page .tv_widget__youtuber_link:before {
    top: -28px;
    left: 7px;
    right: 7px;
  }
}

.schedule_page .tv_widget__youtuber_link + .tv_widget__youtuber_link {
  margin: 0 0 0 12px;
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget__youtuber_link + .tv_widget__youtuber_link {
    margin: 15px 0 0;
  }
  .schedule_page .tv_widget__youtuber_link + .tv_widget__youtuber_link:before {
    top: -8px;
    height: 1px;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .tv_widget__youtuber_link + .tv_widget__youtuber_link {
    margin: 32px 0 0;
  }
  .schedule_page .tv_widget__youtuber_link + .tv_widget__youtuber_link:before {
    top: -17px;
  }
}

.schedule_page .tv_widget .tv_widget__youtuber:last-child {
  margin: 0 12px 0 0;
}

@media screen and (min-width: 1024px) {
  .schedule_page .tv_widget .tv_widget__youtuber:last-child {
    margin: 0;
  }
}

.schedule_page .main_tile {
  padding: 0 12px;
  margin: 30px 0 0;
}

@media screen and (min-width: 540px) {
  .schedule_page .main_tile {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .schedule_page .main_tile {
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1310px) {
  .schedule_page .main_tile {
    margin: 5px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .schedule_page .main_tile__label {
    height: 60px;
    line-height: 60px;
    line-height: 6rem;
  }
  .schedule_page .main_tile__label:before {
    display: none;
  }
}

.youtuber_profile .fold_youtuber_body {
  padding: 0 0 50px;
}

@media screen and (min-width: 1024px) {
  .youtuber_profile .fold_youtuber_body {
    padding: 20px 0 80px;
  }
}

@media screen and (min-width: 1310px) {
  .youtuber_profile .fold_youtuber_body {
    padding: 40px 0 100px;
  }
}

.card {
  position: relative;
}

.card [class^="card__"] {
  margin: 0;
  padding: 0;
}

.card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.card__overtitle {
  font: italic 900 100% "Nunito", sans-serif;
  text-transform: uppercase;
}

.card__title {
  font: normal 800 100% "Nunito", sans-serif;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.card:hover .card__title {
  color: rgba(20, 20, 20, 0.85);
}

.card__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.card__figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
}

.card--01 {
  position: relative;
  margin: 0 0 56px 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1024px) {
  .card--01 {
    margin: 0 0 56px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -2px 10px rgba(0, 0, 0, 0.08);
  }
  .article .card--01 {
    margin: 0 0 70px 0;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 {
    margin: 0 0 70px 0;
  }
}

.card--01:nth-of-type(4) {
  margin: 0 0 35px 0;
}

@media screen and (min-width: 1024px) {
  .card--01:nth-of-type(4) {
    margin: 0 0 35px 0;
  }
}

@media screen and (min-width: 1310px) {
  .card--01:nth-of-type(4) {
    margin: 0 0 40px 0;
  }
}

.card--01 .card__photo_wrap {
  position: relative;
  overflow: hidden;
}

.card--01 .card__overtitle {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 35px 12px 10px 31px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f9de32;
  border: 4px solid #141414;
  -webkit-transform: translate(-24px, -26px) rotate(-4deg);
  -ms-transform: translate(-24px, -26px) rotate(-4deg);
  transform: translate(-24px, -26px) rotate(-4deg);
}

@media screen and (min-width: 1310px) {
  .card--01 .card__overtitle {
    padding: 35px 21px 10px 31px;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-transform: translate(-18px, -25px) rotate(-4deg);
    -ms-transform: translate(-18px, -25px) rotate(-4deg);
    transform: translate(-18px, -25px) rotate(-4deg);
  }
}

.card--01 .card__title {
  max-height: 44px;
  margin: 15px 0 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 1024px) {
  .card--01 .card__title {
    margin: 18px 0 0 0;
    max-height: 55px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: -0.01em;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .card__title {
    max-height: 86px;
    margin: 29px 0 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}

.card--01 .card__data_wrap {
  padding: 0 12px;
}

@media screen and (min-width: 1024px) {
  .card--01 .card__data_wrap {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .card__data_wrap {
    padding: 0 24px;
  }
}

.card--01 .card__share_wrap {
  position: relative;
  z-index: 2;
  width: 48px;
  padding: 0 8px;
  margin: 15px 0 0 0;
  float: left;
  overflow: visible;
}

@media screen and (min-width: 1024px) {
  .card--01 .card__share_wrap {
    padding: 0 12px;
    margin: 14px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .card__share_wrap {
    padding: 0 20px;
    margin: 24px 0 0 0;
  }
}

.card--01 .social_share__inner_wrap {
  padding: 4px;
}

.card--01 .social_share__btn {
  color: #fff;
}

.card--01 .reaction__wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 12px 0 0;
  margin: 19px 0 0 0;
  float: right;
}

@media screen and (min-width: 1024px) {
  .card--01 .reaction__wrap {
    padding: 0 16px 0 0;
    margin: 18px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .reaction__wrap {
    padding: 0 24px 0 0;
    margin: 28px 0 0 0;
  }
}

.card--01 .reaction__wrap svg {
  width: 184px;
  margin: 12px 0 0 0;
}

@media screen and (min-width: 1310px) {
  .card--01 .reaction__wrap svg {
    width: 232px;
    margin: 22px 0 0 0;
  }
}

.card--01 .reaction__wrap svg text {
  display: none;
}

body.user_not_authenticated .card--01 .reaction__wrap_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
  height: 40px;
}

@media screen and (min-width: 1310px) {
  body.user_not_authenticated .card--01 .reaction__wrap_overlay {
    height: 52px;
  }
}

.card--01 .card__comments_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 12px;
  clear: both;
}

@media screen and (min-width: 1024px) {
  .card--01 .card__comments_wrap {
    padding: 0 18px;
  }
}

.card--01 .card__comments_wrap:before {
  content: " ";
  position: absolute;
  top: -2px;
  left: 12px;
  right: 12px;
  height: 4px;
  height: 4px;
  border-radius: 30px;
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 184px, #1fb4da 184px, #edece4 194px);
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 184px, #1fb4da 184px, #edece4 194px);
}

@media screen and (min-width: 1024px) {
  .card--01 .card__comments_wrap:before {
    left: 16px;
    right: 16px;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .card__comments_wrap:before {
    left: 24px;
    right: 24px;
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 226px, #1fb4da 226px, #edece4 236px);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 226px, #1fb4da 226px, #edece4 236px);
  }
}

.card--01 .card__comments_label {
  position: relative;
  top: -25px;
  padding: 0 0 3px 0;
  margin: 0 0 -25px 0;
}

.card--01 .card__comments_label .icon {
  font-size: 20px;
  font-size: 2rem;
  color: #141414;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__comments_label .icon {
    display: none;
  }
}

.card--01 .card__comments_label span {
  position: relative;
  top: -4px;
  left: 7px;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__comments_label span {
    top: -3px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card--01 .card__comments_label span span {
  display: none;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__comments_label span span {
    display: inline-block;
    top: 0;
    left: 0;
    text-transform: uppercase;
  }
}

.card--01 .card__comments_inner_wrap {
  padding: 16px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .card--01 .card__comments_inner_wrap {
    margin: 0 -2px;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .card__comments_inner_wrap {
    padding: 20px 6px 0 6px;
    margin: 0;
  }
}

.card--01 .card__single_comment:first-child {
  margin: 0 0 19px 0;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__single_comment:first-child {
    margin: 4px 0 37px 0;
  }
}

.card--01 .card__single_comment:not(:first-child) {
  position: relative;
  margin: 31px 0 0 0;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__single_comment:not(:first-child) {
    margin: 50px 0 0 0;
  }
}

.card--01 .card__single_comment:not(:first-child):before {
  content: " ";
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #edece4;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__single_comment:not(:first-child):before {
    top: -25px;
  }
}

.card--01 .card__single_comment:last-child:not(:first-child) {
  margin: 31px 0 19px 0;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__single_comment:last-child:not(:first-child) {
    margin: 50px 0 37px 0;
  }
}

.card--01 .card__user_figure {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  background-color: silver;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__user_figure {
    width: 52px;
    height: 52px;
  }
}

.card--01 .card__user_figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.card--01 .card__comment_data_wrap {
  position: relative;
  padding: 0 0 0 52px;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__comment_data_wrap {
    padding: 2px 0 0 76px;
  }
}

.card--01 .card__comment_checkbox {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.card--01 .card__comment_label {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0 0 40px;
  font: normal 700 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white 30%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 30%);
}

.card--01 .card__post_header {
  position: relative;
}

.card--01 .card__user_name {
  margin: 0;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #1fb4da;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

@media screen and (min-width: 1024px) {
  .card--01 .card__user_name {
    display: inline-block;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .card__user_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card--01 .card__user_link:hover .card__user_name {
  color: #e20068;
}

.card--01 .card__post_time {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #8f8989;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__post_time {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.card--01 .card__post_time:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -40px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, right top, left top, color-stop(80%, #fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #fff 80%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #fff 80%, rgba(255, 255, 255, 0));
}

.card--01 .card__comment_content {
  max-height: 60px;
  margin: 3px 0 0 0;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 1310px) {
  .card--01 .card__comment_content {
    max-height: 48px;
    margin: 5px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    -webkit-line-clamp: 2;
  }
}

.card--01 .card__comment_checkbox:checked ~ .card__comment_content {
  max-height: none;
  -webkit-line-clamp: 1000;
}

.card--01 .card__comment_checkbox:checked ~ .card__comment_label {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.card--01 .card__comments_btn_wrap {
  position: absolute;
  top: 100%;
  left: 12px;
  right: 12px;
  text-align: center;
}

.card--01 .card__comments_btn_wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1024px) {
  .card--01 .card__comments_btn_wrap {
    left: 16px;
    right: 23px;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .card__comments_btn_wrap {
    width: 330px;
    left: auto;
    display: inline-block;
  }
}

.card--01 .btn--comment {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 24px;
}

@media screen and (min-width: 1024px) {
  .card--01 .btn--comment {
    padding: 0 42px;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .btn--comment {
    width: 149px;
    padding: 0 20px;
    float: right;
  }
}

.card--01 .btn.btn--read_all {
  width: calc(50% - 4px);
  float: left;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .card--01 .btn.btn--read_all {
    width: 180px;
    width: calc(50% - 4px);
    padding: 0;
  }
}

@media screen and (min-width: 1310px) {
  .card--01 .btn.btn--read_all {
    width: 168px;
    padding: 0;
  }
}

.card--01 .btn.btn--read_all + .btn--comment {
  width: calc(50% - 4px);
  float: right;
}

@media screen and (min-width: 1310px) {
  .card--01 .btn.btn--read_all + .btn--comment {
    width: 149px;
  }
}

.card--01 .btn--middle {
  height: 40px;
  line-height: 40px;
  line-height: 4rem;
}

.card--01 .btn--middle.btn--comment {
  height: 36px;
  line-height: 36px;
  line-height: 3.6rem;
}

@media screen and (min-width: 1024px) {
  .card--01 .btn--middle.btn--comment {
    height: 40px;
    line-height: 40px;
    line-height: 4rem;
  }
}

.card--02 {
  position: relative;
  margin: 30px 0 0;
}

@media screen and (min-width: 1024px) {
  .card--02 {
    margin: 50px 0 0;
  }
}

.card--02:first-child {
  margin: 24px 0 0;
}

@media screen and (min-width: 1024px) {
  .card--02:first-child {
    margin: 44px 0 0;
  }
}

.card--02 .card__photo_wrap {
  position: relative;
  width: 122px;
  float: left;
}

@media screen and (min-width: 1024px) {
  .card--02 .card__photo_wrap {
    width: 220px;
    height: 147px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1310px) {
  .card--02 .card__photo_wrap {
    width: 290px;
    height: 193px;
  }
}

.card--02 .card__overtitle {
  position: absolute;
  top: 2px;
  left: 100%;
  max-height: 16px;
  padding: 0 4px;
  margin: 0 0 0 16px;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  background-color: #f9de32;
  color: #141414;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

@media screen and (min-width: 1024px) {
  .card--02 .card__overtitle {
    top: 0;
    left: 0;
    display: inline-block;
    padding: 35px 10px 10px 31px;
    margin: 0;
    font-size: 17px;
    font-size: 1.7rem;
    background-color: #f9de32;
    border: 4px solid #141414;
    -webkit-transform: translate(-24px, -26px) rotate(-4deg);
    -ms-transform: translate(-24px, -26px) rotate(-4deg);
    transform: translate(-24px, -26px) rotate(-4deg);
  }
}

@media screen and (min-width: 1310px) {
  .card--02 .card__overtitle {
    -webkit-transform: translate(-18px, -25px) rotate(-4deg);
    -ms-transform: translate(-18px, -25px) rotate(-4deg);
    transform: translate(-18px, -25px) rotate(-4deg);
  }
}

.card--02 .card__data_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 138px;
  margin: 24px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .card--02 .card__data_wrap {
    position: absolute;
    top: 50%;
    padding: 0 0 0 248px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1310px) {
  .card--02 .card__data_wrap {
    padding: 0 0 0 337px;
  }
}

.card--02 .card__title {
  max-height: 54px;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 1024px) {
  .card--02 .card__title {
    max-height: 64px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: -0.01em;
    -webkit-line-clamp: 2;
  }
}

@media screen and (min-width: 1310px) {
  .card--02 .card__title {
    max-height: 76px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

.card--02 .card__lead_text {
  display: none;
}

@media screen and (min-width: 1024px) {
  .card--02 .card__lead_text {
    display: block;
    max-height: 52px;
    margin: 11px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}

.card--most_read {
  display: none;
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .card--most_read {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: calc(20% - 10px);
    padding: 0;
    float: left;
    visibility: visible;
    opacity: 1;
    background-color: #f4f4ef;
  }
}

.card--most_read .card__data_wrap {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  margin: -24px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 1310px) {
  .card--most_read .card__data_wrap {
    padding: 0 16px;
    margin: -34px 0 0 0;
  }
}

.card--most_read .card__data_inner_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 8px 7px 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
}

.card--most_read .card__overtitle {
  display: inline-block;
  height: 16px;
  padding: 0 4px;
  background-color: #f9de32;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.025em;
  overflow: hidden;
}

.card--most_read .card__title {
  max-height: 32px;
  height: 32px;
  margin: 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.card--moreinsection {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .card--moreinsection {
    margin: 30px 0 0 0;
  }
}

.first .card--moreinsection {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .second .card--moreinsection {
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .main_tile__content div:nth-of-type(odd) .card--moreinsection {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .main_tile__content div:nth-of-type(even) .card--moreinsection {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 15px;
  }
}

.card--moreinsection .card__link {
  position: relative;
  display: block;
}

.card--moreinsection .card__link:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 -1px 10px rgba(0, 0, 0, 0.08);
}

.card--moreinsection .card__figure {
  width: 100%;
  padding: 0;
  margin: 0;
}

.card--moreinsection .card__data_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 16px 14px 16px;
}

@media screen and (min-width: 1024px) {
  .card--moreinsection .card__data_wrap {
    padding: 13px 16px;
  }
}

.card--moreinsection .card__overtitle {
  display: inline-block;
  height: 16px;
  padding: 0 4px;
  background-color: #f9de32;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.025em;
}

.card--moreinsection .card__title {
  max-height: 44px;
  margin: 6px 0 0 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0em;
  -webkit-line-clamp: 2;
}

.container_specials {
  background: #333;
}

.container_multimedia {
  background: #333;
}

.container_multimedia .card__title {
  color: #fff;
}

.container_latest {
  background: #ffef99;
}

.special_widget {
  padding: 0 0 41px 0;
}

@media screen and (min-width: 1024px) {
  .special_widget {
    padding: 0 0 11px 0;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget {
    padding: 0 0 21px 0;
  }
}

.special_widget__inner_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 17px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.06), 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.06), 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1024px) {
  .special_widget__inner_wrap {
    height: 410px;
    padding: 0 16px 16px 16px;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget__inner_wrap {
    height: 536px;
    padding: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .special_widget__top {
    position: relative;
  }
}

.special_widget__background img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .special_widget__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.special_widget__background:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background-image: -moz-linear-gradient(-90deg, rgba(61, 61, 61, 0) 44%, #3d3d3d 68%);
  background-image: -webkit-linear-gradient(-90deg, rgba(61, 61, 61, 0) 44%, #3d3d3d 68%);
  background-image: -ms-linear-gradient(-90deg, rgba(61, 61, 61, 0) 44%, #3d3d3d 68%);
  mix-blend-mode: multiply;
}

.special_widget__title {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  max-height: 84px;
  margin: 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  padding: 0 12px;
}

@media screen and (min-width: 540px) {
  .special_widget__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .special_widget__title {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 96px;
    margin: 87px 0 0 0;
    padding: 0 130px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget__title {
    max-height: 132px;
    margin: 85px 0 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}

.special_widget__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 35px 12px 10px 32px;
  background-color: #141414;
  border: 4px solid #f9de32;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f9de32;
  text-transform: uppercase;
  -webkit-transform: translate(-21px, -38px) rotate(-4deg);
  -ms-transform: translate(-21px, -38px) rotate(-4deg);
  transform: translate(-21px, -38px) rotate(-4deg);
}

@media screen and (min-width: 1310px) {
  .special_widget__label {
    padding: 35px 20px 9px 32px;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-transform: translate(-14px, -42px) rotate(-4deg);
    -ms-transform: translate(-14px, -42px) rotate(-4deg);
    transform: translate(-14px, -42px) rotate(-4deg);
  }
}

.special_widget__btn {
  position: relative;
  z-index: 1;
  display: block;
  height: 36px;
  margin: 0 12px 42px 12px;
  background-color: #f9de32;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #141414;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.special_widget__btn:hover {
  background-color: #141414;
  color: #f9de32;
}

@media screen and (min-width: 1024px) {
  .special_widget__btn {
    margin: 0 16px 42px 16px;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget__btn {
    height: 40px;
    padding: 0 20px;
    margin: 0 25px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.special_widget__sponsor {
  position: relative;
  margin-top: 9px;
}

@media screen and (min-width: 1024px) {
  .special_widget__sponsor {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0;
    width: 112px;
    padding: 16px 0;
    background-color: #fff;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget__sponsor {
    padding: 20px 0;
    width: 137px;
  }
}

.special_widget__sponsor--desktop {
  display: block;
}

@media screen and (max-width: 1023px) {
  .special_widget__sponsor--desktop {
    display: none;
  }
}

.special_widget__sponsor--mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .special_widget__sponsor--mobile {
    display: block;
  }
}

.special_widget__sponsor_link {
  display: block;
  text-align: center;
}

.special_widget__sponsor_label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #141414;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.025em;
  color: #f9de32;
  text-transform: uppercase;
  text-align: center;
  padding: 0 4px;
  width: 87px;
  height: 16px;
}

@media screen and (min-width: 1024px) {
  .special_widget__sponsor_label {
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.special_widget__sponsor_figure {
  width: 80px;
  height: 45px;
  margin: 10px auto 0 auto;
  display: block;
}

@media screen and (min-width: 1024px) {
  .special_widget__sponsor_figure {
    width: 80px;
    height: 45px;
    margin: 0px auto;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget__sponsor_figure {
    width: 96px;
    height: 54px;
    margin: 0px auto;
  }
}

.special_widget__sponsor_figure img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 100%;
  max-height: 100%;
}

.special_widget__article_list {
  position: relative;
  list-style-type: none;
  margin: 11px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .special_widget__article_list {
    margin: 9px -8px 0 -8px;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget__article_list {
    margin: 14px -12px 0 -12px;
  }
}

.special_widget__article {
  text-align: center;
  background-color: white;
  padding: 9px 10px 11px 10px;
}

@media screen and (min-width: 540px) {
  .special_widget__article {
    padding: 9px 72px 11px 72px;
  }
}

@media screen and (min-width: 1024px) {
  .special_widget__article {
    float: left;
    margin: 0 8px;
    padding: 8px 10px 8px 10px;
    width: 222px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 104px;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget__article {
    margin: 0 12px;
    padding: 8px 10px 11px 10px;
    width: 286px;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget__article:nth-of-type(2) {
    width: 285px;
  }
}

.special_widget__article_overtitle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 16px;
  max-height: 16px;
  padding: 0 4px;
  margin: 0;
  background-color: #f9de32;
  font: italic 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.025em;
  color: #141414;
  text-transform: uppercase;
  overflow: hidden;
}

.special_widget__article_title {
  padding: 0;
  max-height: 36px;
  margin: 1px 0 0 0;
  font: normal 800 100% "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #141414;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 1024px) {
  .special_widget__article_title {
    max-height: 54px;
    -webkit-line-clamp: 3;
    margin: -1px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .special_widget__article_title {
    margin: -2px 0 0 0;
    max-height: 66px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

.special_widget__article_link:hover .special_widget__article_title {
  color: rgba(20, 20, 20, 0.85);
}

.newsletter {
  position: relative;
  height: 512px;
  background: url("../images/newsletter.jpg") no-repeat center 80px/cover;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .newsletter {
    height: 441px;
    border-radius: 10px;
  }
}

@media screen and (min-width: 1310px) {
  .newsletter {
    height: 539px;
  }
}

.newsletter:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(250, 243, 229, 0.85);
}

.newsletter:after {
  content: " ";
  position: absolute;
  top: -149px;
  left: 50%;
  width: 185%;
  height: 348px;
  margin: auto;
  border-radius: 50%;
  background-color: #1fb4da;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .newsletter:after {
    top: -182px;
    width: 573px;
  }
}

@media screen and (min-width: 1310px) {
  .newsletter:after {
    top: -114px;
  }
}

.newsletter__title {
  position: relative;
  z-index: 1;
  width: 180px;
  padding: 0;
  margin: 38px auto 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .newsletter__title {
    margin: 30px auto 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

@media screen and (min-width: 1310px) {
  .newsletter__title {
    width: 220px;
    margin: 60px auto 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}

.newsletter__text {
  padding: 0 8px;
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  color: #373737;
}

@media screen and (min-width: 1024px) {
  .newsletter__text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

@media screen and (min-width: 1310px) {
  .newsletter__text {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}

.newsletter__form {
  position: relative;
  z-index: 1;
  margin: 74px 0 0 0;
  padding: 0 59px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (min-width: 1024px) {
  .newsletter__form {
    margin: 58px 0 0 0;
    padding: 0px 28px;
  }
}

@media screen and (min-width: 1310px) {
  .newsletter__form {
    margin: 78px 0 0 0;
  }
}

.newsletter__form.is_hidden {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.newsletter .form__row {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .newsletter .form__row {
    margin: 12px 0 0 0;
  }
}

@media screen and (min-width: 1310px) {
  .newsletter .form__row {
    margin: 20px 0 0 0;
  }
}

.newsletter__confirmation {
  position: absolute;
  top: 265px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  color: #373737;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .newsletter__confirmation {
    top: 245px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

@media screen and (min-width: 1310px) {
  .newsletter__confirmation {
    top: 330px;
  }
}

.newsletter__confirmation.is_hidden {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.333333333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

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

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

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: -o-linear-gradient(bottom, #fff 88%, #73859f 100%);
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: -o-linear-gradient(top, #fff 88%, #73859f 100%);
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

/**
 * videojs.ads.css
 */
/* Ad playback */
.vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
  pointer-events: none;
}

.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background-color: #ffe400;
}

/* Ad loading */
.vjs-ad-playing.vjs-ad-loading .vjs-loading-spinner {
  display: block;
}

.preroll-skip-button, .advertisement-box, .remaining-time {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
  padding: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-right: none;
}

.advertisement-box {
  right: auto;
  left: 0;
  font-style: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-left: none;
}

.preroll-skip-button.enabled {
  cursor: pointer;
  color: #fff;
}

.preroll-skip-button.enabled:hover {
  cursor: pointer;
  background: #333;
}

.preroll-blocker {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ima-ad-container {
  top: 0em;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

/* Move overlay if user fast-clicks play button. */
.video-js.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

/* Move overlay when controls are active. */
.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
  margin-top: 0em;
}

.video-js.vjs-paused .bumpable-ima-ad-container,
.video-js.vjs-playing:hover .bumpable-ima-ad-container,
.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

.ima-controls-div {
  bottom: 0em;
  height: 1.4em;
  position: absolute;
  overflow: hidden;
  display: none;
  opacity: 1;
  background-color: rgba(7, 20, 30, 0.7);
  background: -moz-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(7, 20, 30, 0.7)), color-stop(100%, rgba(7, 20, 30, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 20, 30, 0.7)), to(rgba(7, 20, 30, 0)));
  background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007141E', endColorstr='#07141E',GradientType=0 );
  /* IE6-9 */
}

.ima-controls-div.ima-controls-div-showing {
  height: 3.7em;
}

.ima-countdown-div {
  height: 1em;
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #000;
  cursor: default;
}

.ima-seek-bar-div {
  top: 1.2em;
  height: 0.3em;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}

.ima-progress-div {
  width: 0em;
  height: 0.3em;
  background-color: #ECC546;
}

.ima-play-pause-div, .ima-mute-div, .ima-slider-div, .ima-fullscreen-div {
  width: 2.33em;
  height: 1.33em;
  top: 0.733em;
  left: 0em;
  position: absolute;
  color: #CCCCCC;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  font-family: VideoJS;
  cursor: pointer;
}

.ima-mute-div {
  left: auto;
  right: 5.667em;
}

.ima-slider-div {
  left: auto;
  right: 2.33em;
  width: 3.33em;
  height: 0.667em;
  top: 1.33em;
  background-color: #555555;
}

.ima-slider-level-div {
  width: 100%;
  height: 0.667em;
  background-color: #ECC546;
}

.ima-fullscreen-div {
  left: auto;
  right: 0em;
}

.ima-playing:before {
  content: "\00f103";
}

.ima-paused:before {
  content: "\00f101";
}

.ima-playing:hover:before, .ima-paused:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-muted:before {
  content: "\00f107";
}

.ima-muted:before {
  content: "\00f104";
}

.ima-non-muted:hover:before, .ima-muted:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-fullscreen:before {
  content: "\00f108";
}

.ima-fullscreen:before {
  content: "\00f109";
}

.ima-non-fullscreen:hover:before, .ima-fullscreen:hover:before {
  text-shadow: 0 0 1em #fff;
}

/**
 * videojs-share
 * @version 3.0.0
 * @copyright 2018 Mikhail Khazov <mkhazov.work@gmail.com>
 * @license MIT
 */
.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-modal-dialog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.75));
}

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:before {
  content: '×';
  font-size: 20px;
  line-height: 15px;
}

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:hover {
  opacity: 1;
}

.video-js .vjs-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.video-js .vjs-share__top, .video-js .vjs-share__middle, .video-js .vjs-share__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-share__top, .video-js .vjs-share__middle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-js .vjs-share__middle {
  padding: 0 25px;
}

.video-js .vjs-share__title {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 22px;
  color: #fff;
}

.video-js .vjs-share__subtitle {
  width: 100%;
  margin: 0 auto 12px;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}

.video-js .vjs-share__short-link-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.video-js .vjs-share__short-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
}

.video-js .vjs-share__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 11px;
  border: 0;
  color: #fff;
  background-color: #2e2e2e;
  background-size: 18px 19px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-transition: width 0.3s ease-out, padding 0.3s ease-out;
  -o-transition: width 0.3s ease-out, padding 0.3s ease-out;
  transition: width 0.3s ease-out, padding 0.3s ease-out;
}

.video-js .vjs-share__btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.video-js .vjs-share__btn span {
  position: relative;
  padding-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.video-js .vjs-share__btn:hover {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 40px;
  background-image: none;
}

.video-js .vjs-share__btn:hover span {
  opacity: 1;
}

.video-js .vjs-share__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out;
  -o-transition: width 0.3s ease-out, height 0.3s ease-out;
  transition: width 0.3s ease-out, height 0.3s ease-out;
}

.video-js .vjs-share__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 8px;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  -o-transition: transform 0.3s ease-out, filter 0.2s ease-out;
  transition: transform 0.3s ease-out, filter 0.2s ease-out;
  transition: transform 0.3s ease-out, filter 0.2s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  border: none;
  outline: none;
}

.video-js .vjs-share__social:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.video-js .vjs-share__social svg {
  overflow: visible;
  max-height: 24px;
}

.video-js .vjs-share__social_vk {
  background-color: #5d7294;
}

.video-js .vjs-share__social_ok {
  background-color: #ed7c20;
}

.video-js .vjs-share__social_mail {
  background-color: #134785;
}

.video-js .vjs-share__social_tw {
  background-color: #76aaeb;
}

.video-js .vjs-share__social_reddit {
  background-color: #ff4500;
}

.video-js .vjs-share__social_fbFeed {
  background-color: #475995;
}

.video-js .vjs-share__social_messenger {
  background-color: #0084ff;
}

.video-js .vjs-share__social_gp {
  background-color: #d53f35;
}

.video-js .vjs-share__social_linkedin {
  background-color: #0077b5;
}

.video-js .vjs-share__social_viber {
  background-color: #766db5;
}

.video-js .vjs-share__social_telegram {
  background-color: #4bb0e2;
}

.video-js .vjs-share__social_whatsapp {
  background-color: #78c870;
}

.video-js .vjs-share__bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-height: 220px) {
  .video-js .vjs-share .hidden-xs {
    display: none;
  }
}

@media (max-height: 350px) {
  .video-js .vjs-share .hidden-sm {
    display: none;
  }
}

@media (min-height: 400px) {
  .video-js .vjs-share__title {
    margin-bottom: 15px;
  }
  .video-js .vjs-share__short-link-wrapper {
    margin-bottom: 30px;
  }
}

@media (min-width: 320px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 5px;
    top: 10px;
  }
}

@media (min-width: 660px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 20px;
    top: 20px;
  }
  .video-js .vjs-share__social {
    width: 40px;
    height: 40px;
  }
}

.article__video_wrap .video-js {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25%;
}

.video-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.uploaded_video .video-js {
  height: 100% !important;
}

.video-js:hover .vjs-big-play-button {
  background-color: rgba(43, 51, 63, 0);
}

.video-js .vjs-close-button {
  background-image: url("/static/images/videojs/close.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  right: 12px !important;
  top: 12px !important;
}

.video-js .vjs-close-button:before {
  display: none;
}

.video-js .vjs-close-button .vjs-icon-placeholder {
  display: none !important;
}

.video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-image: url("/static/images/videojs/play.png");
  background-repeat: no-repeat;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  background-size: 44px;
  font-size: 0;
  z-index: 10000;
}

@media screen and (min-width: 768px) {
  .video-js .vjs-big-play-button {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }
}

.video-js .vjs-share .vjs-share__social {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.video-js .vjs-share .vjs-share__social_fbFeed {
  background-color: #3b5998;
}

.video-js .vjs-share .vjs-share__social_fbFeed:hover {
  background-color: #334c82;
}

.video-js .vjs-share .vjs-share__social_messenger {
  background-color: #3486f7;
}

.video-js .vjs-share .vjs-share__social_messenger:hover {
  background-color: #2071e0;
}

.video-js .vjs-share .vjs-share__social_viber {
  background-color: #665CAC;
}

.video-js .vjs-share .vjs-share__social_viber:hover {
  background-color: #59267c;
}

.video-js .vjs-share .vjs-share__social_tw {
  background-color: #4099ff;
}

.video-js .vjs-share .vjs-share__social_tw:hover {
  background-color: #3783d9;
}

.video-js .vjs-share .vjs-share__social_mail, .video-js .vjs-share .vjs-share__social_email {
  background-color: #b8b8b8;
  background-image: url("/static/images/videojs/email.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.video-js .vjs-share .vjs-share__social_mail svg, .video-js .vjs-share .vjs-share__social_email svg {
  display: none;
}

.video-js .vjs-share .vjs-share__social_mail:hover, .video-js .vjs-share .vjs-share__social_email:hover {
  background-color: #a8a8a8;
}

.gallery__slider_item .video {
  height: 0;
  padding-bottom: 56.25%;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}

.video video .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  background-image: url("/static/images/videojs/play.png");
  background-repeat: no-repeat;
  border: none;
  background-color: none;
  border-radius: 50%;
  font-size: 0;
}

.gallery__slider_item .vjs-big-play-button {
  display: none;
}

.gallery__slider_item .vjs-has-started.vjs-playing .vjs-control-bar {
  opacity: 1 !important;
}

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.social_share input[type="checkbox"] {
  display: none;
}

.social_share__inner_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 48px;
  width: 48px;
  padding: 4px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  white-space: nowrap;
}

@media screen and (min-width: 1310px) {
  .social_share__inner_wrap {
    width: 60px;
    height: 60px;
  }
}

.social_share input:checked + .social_share__inner_wrap {
  width: 262px;
  background-color: #edece4;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1310px) {
  .social_share input:checked + .social_share__inner_wrap {
    width: 260px;
  }
}

.social_share__label {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  background-color: #1fb4da;
  float: left;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

@media screen and (min-width: 1310px) {
  .social_share__label {
    width: 52px;
    height: 52px;
  }
}

.social_share__label:hover {
  background-color: #e20068;
}

.social_share__label .icon-expand {
  position: relative;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
}

.social_share__label .icon-expand:before {
  content: "\e908";
}

@media screen and (min-width: 1024px) {
  .social_share__label .icon-expand {
    line-height: 48px;
    line-height: 4.8rem;
  }
}

@media screen and (min-width: 1310px) {
  .social_share__label .icon-expand {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

.social_share input:checked + .social_share__inner_wrap .social_share__label {
  background-color: #edece4;
  color: #8f8989;
}

.social_share input:checked + .social_share__inner_wrap .social_share__label .icon-expand:before {
  content: "\e907";
}

.social_share__btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 2px 0 0 6px;
  border-radius: 50%;
  background-color: #fff;
  float: left;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.social_share__btn:hover {
  opacity: 0.85;
}

@media screen and (min-width: 1310px) {
  .social_share__btn {
    width: 40px;
    height: 40px;
    margin: 6px 0 0 8px;
  }
}

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

.social_share__btn--messenger {
  background-color: #0084ff;
}

@media screen and (min-width: 1310px) {
  .social_share__btn--messenger {
    display: none;
  }
}

.social_share__btn--viber {
  background-color: #675ca8;
}

.social_share__btn--whatsapp {
  background-color: #25d366;
}

.social_share__btn--email {
  background-color: #e20068;
}

.social_share__btn .icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.social_share input:checked + .social_share__inner_wrap .social_share__btn:nth-child(2) {
  -webkit-animation: bubble 0.19s linear 0.1s forwards;
  animation: bubble 0.19s linear 0.1s forwards;
}

.social_share input:checked + .social_share__inner_wrap .social_share__btn:nth-child(3) {
  -webkit-animation: bubble 0.19s linear 0.16s forwards;
  animation: bubble 0.19s linear 0.16s forwards;
}

.social_share input:checked + .social_share__inner_wrap .social_share__btn:nth-child(4) {
  -webkit-animation: bubble 0.19s linear 0.24s forwards;
  animation: bubble 0.19s linear 0.24s forwards;
}

.social_share input:checked + .social_share__inner_wrap .social_share__btn:nth-child(5) {
  -webkit-animation: bubble 0.19s linear 0.32s forwards;
  animation: bubble 0.19s linear 0.32s forwards;
}

.social_share input:checked + .social_share__inner_wrap .social_share__btn:nth-child(6) {
  -webkit-animation: bubble 0.19s linear 0.4s forwards;
  animation: bubble 0.19s linear 0.4s forwards;
}

.th_joomboos.social_share--article_bottom {
  position: relative;
  margin: 22px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .th_joomboos.social_share--article_bottom {
    margin: 18px 0 0 0;
  }
}

.th_joomboos.social_share--article_top {
  position: relative;
  margin: 20px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .th_joomboos.social_share--article_top {
    margin: 45px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  body.article--promo .th_joomboos.social_share--article_top {
    width: auto;
    float: left;
    margin: 45px 0 0 35px;
  }
}

@media screen and (min-width: 1310px) {
  body.article--promo .th_joomboos.social_share--article_top {
    margin: 59px 0 0 52px;
  }
}

.th_joomboos.social_share--standalone_gallery {
  position: fixed;
  bottom: 8px;
  left: 4px;
  text-align: center;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .th_joomboos.social_share--standalone_gallery {
    top: 8px;
    bottom: auto;
  }
}

@media screen and (min-width: 1024px) {
  .th_joomboos.social_share--standalone_gallery {
    position: absolute;
    top: 14px;
    right: 63px;
    bottom: auto;
    left: auto;
  }
}

@media screen and (min-width: 1310px) {
  .th_joomboos.social_share--standalone_gallery {
    top: 24px;
    right: 66px;
  }
}

.th_joomboos.social_share--print {
  position: relative;
  margin: 26px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .th_joomboos.social_share--print {
    width: auto;
    margin: 58px 0 0 0;
    float: left;
    text-align: left;
  }
}

.social_share--article_bottom,
.social_share--article_top,
.social_share--print {
  width: 100%;
}

.social_share--article_bottom .social_share__inner_wrap,
.social_share--article_top .social_share__inner_wrap,
.social_share--print .social_share__inner_wrap {
  width: auto;
  padding: 0;
  border-radius: 0;
}

@media screen and (min-width: 1024px) {
  .social_share--article_bottom .social_share__inner_wrap,
  .social_share--article_top .social_share__inner_wrap,
  .social_share--print .social_share__inner_wrap {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .social_share--article_top body.article--promo .social_share--article_bottom .social_share__inner_wrap, .social_share--article_top body.article--promo
  .social_share--article_top .social_share__inner_wrap, .social_share--article_top body.article--promo
  .social_share--print .social_share__inner_wrap {
    text-align: left;
  }
}

.social_share--article_bottom .social_share__label,
.social_share--article_top .social_share__label,
.social_share--print .social_share__label {
  display: none;
}

.social_share--article_bottom .social_share__btn,
.social_share--article_top .social_share__btn,
.social_share--print .social_share__btn {
  color: #fff !important;
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 1024px) {
  .social_share--article_bottom .social_share__btn,
  .social_share--article_top .social_share__btn,
  .social_share--print .social_share__btn {
    float: none;
    margin: 0 0 0 12px;
  }
}

.social_share--article_bottom .social_share__btn--facebook,
.social_share--article_top .social_share__btn--facebook,
.social_share--print .social_share__btn--facebook {
  margin: 0;
  -webkit-animation: bubble 0.19s linear 0.1s forwards;
  animation: bubble 0.19s linear 0.1s forwards;
}

.social_share--article_bottom .social_share__btn--messenger,
.social_share--article_top .social_share__btn--messenger,
.social_share--print .social_share__btn--messenger {
  -webkit-animation: bubble 0.19s linear 0.16s forwards;
  animation: bubble 0.19s linear 0.16s forwards;
}

@media screen and (min-width: 1310px) {
  .social_share--article_bottom .social_share__btn--messenger,
  .social_share--article_top .social_share__btn--messenger,
  .social_share--print .social_share__btn--messenger {
    display: none;
  }
}

.social_share--article_bottom .social_share__btn--viber,
.social_share--article_top .social_share__btn--viber,
.social_share--print .social_share__btn--viber {
  -webkit-animation: bubble 0.19s linear 0.32s forwards;
  animation: bubble 0.19s linear 0.32s forwards;
}

.social_share--article_bottom .social_share__btn--whatsapp,
.social_share--article_top .social_share__btn--whatsapp,
.social_share--print .social_share__btn--whatsapp {
  -webkit-animation: bubble 0.19s linear 0.4s forwards;
  animation: bubble 0.19s linear 0.4s forwards;
}

.social_share--article_bottom .social_share__btn--email,
.social_share--article_top .social_share__btn--email,
.social_share--print .social_share__btn--email {
  -webkit-animation: bubble 0.19s linear 0.48s forwards;
  animation: bubble 0.19s linear 0.48s forwards;
}

.social_share--standalone_gallery {
  height: 48px;
}

@media screen and (min-width: 1024px) {
  .social_share--standalone_gallery {
    width: auto;
  }
  .social_share--standalone_gallery .social_share__inner_wrap {
    width: auto;
    padding: 0;
    border-radius: 0;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .social_share--standalone_gallery .social_share__inner_wrap {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .social_share--standalone_gallery .social_share__label {
    display: none;
  }
  .social_share--standalone_gallery .social_share__btn {
    color: #fff !important;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .social_share--standalone_gallery .social_share__btn {
    float: none;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1310px) {
  .social_share--standalone_gallery .social_share__btn {
    margin: 0 0 0 12px;
  }
}

@media screen and (min-width: 1024px) {
  .social_share--standalone_gallery .social_share__btn--facebook {
    margin: 0;
    -webkit-animation: bubble 0.19s linear 0.1s forwards;
    animation: bubble 0.19s linear 0.1s forwards;
  }
  .social_share--standalone_gallery .social_share__btn--messenger {
    -webkit-animation: bubble 0.19s linear 0.16s forwards;
    animation: bubble 0.19s linear 0.16s forwards;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1310px) {
  .social_share--standalone_gallery .social_share__btn--messenger {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .social_share--standalone_gallery .social_share__btn--viber {
    -webkit-animation: bubble 0.19s linear 0.32s forwards;
    animation: bubble 0.19s linear 0.32s forwards;
  }
  .social_share--standalone_gallery .social_share__btn--whatsapp {
    -webkit-animation: bubble 0.19s linear 0.4s forwards;
    animation: bubble 0.19s linear 0.4s forwards;
  }
  .social_share--standalone_gallery .social_share__btn--email {
    -webkit-animation: bubble 0.19s linear 0.48s forwards;
    animation: bubble 0.19s linear 0.48s forwards;
  }
}

.social_share--standalone_gallery .social_share__inner_wrap {
  height: 48px;
}

.social_share--standalone_gallery input:checked + .social_share__inner_wrap {
  width: 260px;
}

.social_share--print .social_share__btn {
  margin: 0 0 0 21px;
}

@media screen and (min-width: 1024px) {
  .social_share--print .social_share__btn {
    margin: 0 0 0 13px;
  }
}

.social_share--print .social_share__btn:first-of-type {
  margin: 0;
}

.reaction__wrap {
  position: relative;
}

.reaction__wrap_overlay {
  display: none;
}

.reaction__chart {
  height: 32px;
  margin-top: 24px;
  overflow: visible;
  clear: both;
  float: left;
  overflow: visible !important;
}

.reaction__chart--mobile {
  display: block;
}

@media screen and (min-width: 1310px) {
  .reaction__chart--mobile {
    display: none;
  }
}

.reaction__chart--desktop {
  display: none;
}

@media screen and (min-width: 1310px) {
  .reaction__chart--desktop {
    position: relative;
    left: 6px;
    display: block;
  }
}

.reaction__chart text {
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-anchor: middle;
}

.reaction__chart path, .reaction__chart line {
  position: relative;
  stroke: #1fb4da;
  stroke-width: 4px;
  fill: none;
  stroke-linecap: round;
  overflow: visible;
}

.reaction__btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 8px;
  border-radius: 50%;
  float: left;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (min-width: 1310px) {
  .reaction__btn {
    width: 52px;
    height: 52px;
  }
}

.reaction__btn:first-child {
  margin: 0;
}

.reaction__btn:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(249, 222, 50, 0.4);
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

@media screen and (min-width: 1024px) {
  .reaction__btn:hover:before {
    background-color: #f9de32;
  }
}

.reaction__btn span {
  display: block;
  height: 100%;
  font: normal 900 100% "Nunito", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
  opacity: 0.8;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
}

@media screen and (min-width: 1310px) {
  .reaction__btn span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 52px;
    line-height: 5.2rem;
  }
}

.reaction__btn span:last-child {
  opacity: 0;
}

.reaction__btn.is_active span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.reaction__btn.is_active span:first-child {
  opacity: 0;
}

.reaction__btn.is_active span:last-child {
  opacity: 1;
}

.reaction__btn.is_clicked:before {
  background-color: #f9de32;
}

.styleguide {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .styleguide {
    padding: 20px 70px;
  }
}

.styleguide .column_sidebar--full {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.styleguide__title {
  text-transform: uppercase;
  margin: 20px 0;
  padding: 0;
}

.styleguide__separator {
  float: left;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}

.styleguide .select {
  border: 1px solid #ccc;
}

.styleguide__btn_wrap {
  position: relative;
  padding: 15px;
  text-align: center;
}

.styleguide__btn_wrap--blue {
  background-color: #40bdea;
}

.styleguide__btn_wrap--pink {
  background-color: #f067a6;
}

.styleguide .button {
  display: table;
  margin: 10px 0;
}

.styleguide__menu {
  width: 100%;
  height: 40px;
  background-color: #edece4;
}

.styleguide__list {
  display: table;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.styleguide__list_item {
  display: table-cell;
  font: normal 400 100% "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .styleguide__list_item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.styleguide__list_link {
  display: block;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.styleguide__list_link:hover {
  background-color: #e7e6db;
}

.styleguide__checkbox:checked + .styleguide__list_link {
  background-color: #e7e6db;
}

.styleguide__section {
  display: none;
  visibility: hidden;
}

.styleguide__radio_select:checked + .styleguide__section {
  display: block;
  visibility: visible;
}

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