@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_gastro.article--recepti blockquote:first-of-type p:last-of-type:after,
.th_gastro.article--recepti q:first-of-type p:last-of-type:after {
  content: " ";
  display: table; }

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

.cf:after, .th_gastro.article--recepti blockquote:first-of-type p:last-of-type:after,
.th_gastro.article--recepti q:first-of-type p:last-of-type:after, .clearfix:after {
  clear: both; }

.cf, .th_gastro.article--recepti blockquote:first-of-type p:last-of-type:after,
.th_gastro.article--recepti q:first-of-type 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 {
  color: #000; }

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

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

h1 {
  margin: 0;
  padding: 20px 0 0; }

h2 {
  margin: 0;
  padding: 15px 0 0; }

h3 {
  margin: 0;
  padding: 10px 0 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gxnx1l?bust=20161711");
  src: url("../fonts/icomoon.eot?gxnx1l#iefix?bust=20161711") format("embedded-opentype"), url("../fonts/icomoon.woff2?gxnx1l?bust=20161711") format("woff2"), url("../fonts/icomoon.ttf?gxnx1l?bust=20161711") format("truetype"), url("../fonts/icomoon.woff?gxnx1l?bust=20161711") format("woff"), url("../fonts/icomoon.svg?gxnx1l#icomoon?bust=20161711") 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-play:before {
  content: "\e92a"; }

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

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

.icon-camera-party-mode:before {
  content: "\e901"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-magnifier:before {
  content: "\e920"; }

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

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

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

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

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

.icon-arrow-up5:before {
  content: "\e926"; }

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

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

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

body {
  color: #020202;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: #ffffff;
  overflow-x: hidden; }
  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;
  top: 56px;
  margin-bottom: -50px; }
  @media screen and (min-width: 1024px) {
    .body_wrap {
      margin: 0;
      padding: 0 5px; }
      .has_subnav .body_wrap {
        top: 92px; } }
  @media screen and (min-width: 1310px) {
    .body_wrap {
      top: 80px;
      margin-bottom: -80px;
      padding: 0; }
      .has_subnav .body_wrap {
        top: 90px;
        margin-bottom: -90px; }
      body.section--special .body_wrap {
        top: 56px; } }
@media screen and (min-width: 1024px) {
  .body_wrap.error_page {
    min-height: calc(100vh - 55px);
  }
  .body_wrap.error_page .footer_wrapper {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 1310px) {
  .body_wrap.error_page {
    min-height: calc(100vh - 80px);
  }
  .body_wrap.error_page .footer_wrapper {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .row {
    margin: 0 -15px; } }

.container {
  margin: 0 auto; }
  @media screen and (min-width: 540px) {
    .container {
      max-width: 540px; } }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 1024px; } }
  @media screen and (min-width: 1310px) {
    .container {
      max-width: 1310px; } }

.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;
  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 -320px 0 0; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .column_content {
      margin: 0 -320px 0 0; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .column_content {
      margin: 0 -320px 0 0; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .column_content {
      margin: 0 -330px 0 0; } }
  @media screen and (min-width: 1024px) {
    .column_content {
      float: left; } }
  @media screen and (max-width: 1023px) {
    .section .column_content {
      margin: 0; } }
  @media screen and (min-width: 1024px) {
    .section .column_content {
      margin: 0 -320px 0 0; } }
  @media screen and (min-width: 1310px) {
    .section .column_content {
      margin: 0 -330px 0 0; } }
  @media screen and (min-width: 1024px) {
    .container--feed .column_content {
      margin: 0; } }
  @media screen and (min-width: 1310px) {
    .container--feed .column_content {
      margin: 0 -320px 0 0; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .container--sidebarsmall .column_content {
      margin: 0 -320px 0 0; } }
  @media screen and (min-width: 540px) and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      margin: 0 0 0 -320px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      margin: 0 0 0 -320px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      margin: 0 0 0 -320px; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      margin: 0 0 0 -330px; } }
  @media screen and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      float: right; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .container--sidebarsmall .container--sidebarleft .column_content {
      margin: 0 0 0 -320px; } }
  .column_content__inner {
    position: relative;
    padding: 0;
    *zoom: 1;
    -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 320px 0 0; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .column_content__inner {
        margin: 0 320px 0 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .column_content__inner {
        margin: 0 320px 0 0; } }
    @media screen and (min-width: 1310px) and (min-width: 1024px) {
      .column_content__inner {
        margin: 0 330px 0 0; } }
    @media screen and (min-width: 1310px) {
      .column_content__inner {
        padding: 0; } }
    @media screen and (max-width: 1023px) {
      .section .column_content__inner {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .section .column_content__inner {
        width: auto;
        margin: 0 320px 0 0; } }
    @media screen and (min-width: 1310px) {
      .section .column_content__inner {
        margin: 0 330px 0 0; } }
    @media screen and (min-width: 1024px) {
      .container--feed .column_content__inner {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .container--feed .column_content__inner {
        margin: 0 320px 0 0; } }
    @media screen and (min-width: 1310px) and (min-width: 1024px) {
      .container--sidebarsmall .column_content__inner {
        margin: 0 320px 0 0; } }
    @media screen and (min-width: 540px) and (min-width: 1024px) {
      .container--sidebarleft .column_content__inner {
        margin: 0 0 0 320px; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .container--sidebarleft .column_content__inner {
        margin: 0 0 0 320px; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .container--sidebarleft .column_content__inner {
        margin: 0 0 0 320px; } }
    @media screen and (min-width: 1310px) and (min-width: 1024px) {
      .container--sidebarleft .column_content__inner {
        margin: 0 0 0 330px; } }
    @media screen and (min-width: 1310px) and (min-width: 1024px) {
      .container--sidebarsmall .container--sidebarleft .column_content__inner {
        margin: 0 0 0 320px; } }

.column_sidebar {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1; }
  .column_sidebar:before, .column_sidebar:after {
    content: "";
    display: table; }
  .column_sidebar:after {
    clear: both; }
  @media screen and (min-width: 540px) and (min-width: 1024px) {
    .column_sidebar {
      width: 320px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .column_sidebar {
      width: 320px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .column_sidebar {
      width: 320px; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .column_sidebar {
      width: 330px; } }
  @media screen and (min-width: 1024px) {
    .column_sidebar {
      float: right; } }
  @media screen and (min-width: 1024px) {
    .column_sidebar {
      padding: 0 15px 0 5px; } }
  @media screen and (min-width: 1310px) {
    .column_sidebar {
      padding: 0 15px; } }
  @media screen and (max-width: 1023px) {
    .section .column_sidebar {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .section .column_sidebar {
      width: 320px; } }
  @media screen and (min-width: 1310px) {
    .section .column_sidebar {
      width: 330px; } }
  @media screen and (max-width: 1023px) {
    .section--special .column_sidebar {
      padding: 0 14px; } }
  @media screen and (min-width: 1310px) {
    .section--special .column_sidebar {
      padding: 0 14px 0 15px; } }
  .container--feed .column_sidebar {
    position: relative;
    z-index: 1; }
  @media screen and (min-width: 1024px) {
    .container--feed .column_sidebar {
      margin: 0;
      width: 100%; } }
  @media screen and (min-width: 1310px) {
    .container--feed .column_sidebar {
      width: 330px; } }
  @media screen and (min-width: 1024px) {
    .container--sidebarleft .column_sidebar {
      float: left; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .container--sidebarsmall .column_sidebar {
      width: 320px; } }
  @media screen and (min-width: 1024px) {
    body.tool_page .column_sidebar {
      padding-top: 170px; } }
  @media screen and (min-width: 1024px) {
    body.all_tools .column_sidebar {
      padding-top: 105px; } }

.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; } }

.noresult {
  padding: 0 0 20px; }
  .noresult__title {
    font: normal 400 100% "PT Serif", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0;
    padding: 0 0 20px; }
    @media screen and (min-width: 1024px) {
      .noresult__title {
        font-size: 40px;
        font-size: 4rem; } }
  .noresult__desc {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .noresult__desc {
        font-size: 18px;
        font-size: 1.8rem; } }
    .noresult__desc a {
      color: #333; }

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

@media screen and (min-width: 1310px) {
  .home--loadmorewrapcontainer {
    margin-bottom: -42px; } }

@media screen and (min-width: 1310px) {
  .home--loadmorewrap {
    margin: -78px 0 -10px; } }

#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, .article_list__item:before, .article_list__item: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; }

.icon--material {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem; }

.icon--linear {
  font-size: 20px;
  font-size: 2rem;
  line-height: 15px;
  line-height: 1.5rem; }

.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: 76px; } }

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

.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-wrap ~ * {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.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; }

.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 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  99%, 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotateLoadIcon {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  99%, 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.btn {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 9px 20px;
  font: normal 600 100% "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  -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; }
  .btn--small {
    padding: 5px 18px;
    font: normal 600 100% "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em; }
  .btn--large {
    padding: 14px 48px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 359px) {
      .btn--large {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media screen and (min-width: 768px) {
      .btn--large {
        padding: 14px 68px; } }
    @media screen and (min-width: 1310px) {
      .btn--large {
        padding: 17px 68px;
        font-size: 18px;
        font-size: 1.8rem; } }
  .btn--black {
    border: 1px solid #4f4f4f;
    background-color: #4f4f4f; }
    .btn--black:hover {
      background-color: transparent;
      color: #4f4f4f; }
  .btn--grey {
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    color: #020202; }
    .btn--grey:hover {
      border: 1px solid #f63c29;
      background-color: #f63c29;
      color: #fff; }
  .btn--red {
    border: 1px solid #f63c29;
    background-color: #f63c29; }
    .btn--red:hover {
      background-color: transparent;
      color: #f63c29;
      cursor: pointer; }
  .btn--white {
    border: 1px solid #fff;
    background-color: #fff;
    color: #f63c29; }
    .btn--white:hover {
      background-color: transparent;
      color: #fff; }
  .btn--fb {
    border: 1px solid #3b5998;
    background-color: #3b5998; }
    .btn--fb:hover {
      background-color: transparent;
      color: #3b5998; }
  .btn .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem;
    color: inherit;
    text-align: center; }
  .btn--icon_right {
    padding-right: 59px; }
    .btn--icon_right:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 39px;
      bottom: 0;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: #fff;
      opacity: 0.2;
      -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; }
    .btn--icon_right.btn--red:hover:after {
      background-color: #f63c29; }
    .btn--icon_right.btn--black:hover:after {
      background-color: #020202; }
    .btn--icon_right.btn--fb:hover:after {
      background-color: #3b5998; }
    .btn--icon_right .icon {
      top: -1px;
      right: -1px; }
  .btn--icon_left {
    padding-left: 59px; }
    .btn--icon_left:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 39px;
      bottom: 0;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: #fff;
      opacity: 0.2; }
    .btn--icon_left.btn--red:hover:before {
      background-color: #f63c29; }
    .btn--icon_left.btn--black:hover:before {
      background-color: #020202; }
    .btn--icon_left.btn--fb:hover:before {
      background-color: #3b5998; }
    .btn--icon_left .icon {
      left: -1px; }
  .btn--icon_center {
    padding-left: 28px; }
    @media screen and (min-width: 768px) {
      .btn--icon_center {
        padding-left: 48px; } }
    .btn--icon_center .icon {
      position: relative;
      top: 4px;
      bottom: auto;
      width: 24px;
      height: 24px;
      margin: -6px 10px -6px 0;
      float: none;
      display: inline-block;
      margin-right: 10px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 24px;
      line-height: 2.4rem; }
    .btn--icon_center.loading .icon {
      animation: rotateLoadIcon 2s linear infinite;
      -webkit-animation: rotateLoadIcon 2s linear infinite; }
  .btn--ghost {
    padding: 4px 10px;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    color: #4f4f4f; }
    .btn--ghost:hover {
      color: #f63c29; }
    .btn--ghost.btn--icon_left {
      padding-left: 40px; }
      .btn--ghost.btn--icon_left .icon {
        left: 10px;
        width: 20px;
        height: 20px;
        line-height: 18px;
        line-height: 1.8rem; }

.social__wrap {
  position: relative;
  text-align: center;
  height: 42px; }
  @media screen and (max-width: 1023px) {
    .social__wrap {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      text-align: center; } }

.social__btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .social__btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.social__btn--fb, .social__btn--tw {
  display: inline-block;
  margin-right: 17px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f63c29;
  position: relative; }
  .social__btn--fb:hover, .social__btn--tw:hover {
    border: 1px solid #c12112; }

.social__group {
  display: inline-block;
  margin-right: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  -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; }
  @media screen and (min-width: 1024px) {
    .social__group .social__btn--viber,
    .social__group .social__btn--whatsapp {
      display: none; } }
  .social__group label {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0; }
    .social__group label:before {
      display: block;
      content: '';
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      border: 1px solid #e0e0e0;
      -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; }
      .social__checkbox:checked ~ .social__group label:before {
        width: 178px; }
        @media screen and (min-width: 1024px) {
          .social__checkbox:checked ~ .social__group label:before {
            width: 100px; } }
    .social__group label i {
      position: absolute;
      top: 8px;
      left: 8px;
      -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; }
      .social__checkbox:checked ~ .social__group label i {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .social__group label:hover {
      cursor: pointer;
      color: #c12112; }
  .social__group .social__btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left; }
  .social__group:hover {
    cursor: pointer; }
  .social__group .btn__group {
    position: relative;
    z-index: 10;
    display: block;
    width: 0;
    height: 40px;
    margin-left: 40px;
    font-size: 0;
    line-height: 0px;
    line-height: 0rem;
    overflow: hidden;
    -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; }
    .social__checkbox:checked ~ .social__group .btn__group {
      width: 208px; }
      @media screen and (min-width: 1024px) {
        .social__checkbox:checked ~ .social__group .btn__group {
          width: 128px; } }
    @media screen and (min-width: 1024px) {
      .social__group .btn__group .social__btn--viber,
      .social__group .btn__group .social__btn--whatsapp {
        display: none; } }
  .social__checkbox:checked ~ .social__group {
    overflow: visible; }

.social__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden; }

.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: #f63c29; }
    .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__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: 97px;
  margin: 0 !important;
  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 28px 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; } }
  .checkbox_group .form__row,
  .radiobutton_group .form__row {
    max-height: 115px;
    min-height: 64px;
    height: auto; }

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

.form__type--radio {
  margin: 0 -28px; }
  .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 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form__type--radio .form__label {
    margin: 0 28px; }

.form__label {
  display: block;
  padding: 0 10px;
  margin: 0;
  font: normal 600 100% "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #4f4f4f;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (min-width: 1024px) {
    .form__label {
      padding: 0 12px; } }
  .form__label a {
    color: #64bd13; }

.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 11px;
  border: 1px solid #e0e0e0;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #020202; }
  .has_error .form__textfield, .has_error .form__textarea, .has_error .form__select {
    border: 1px solid #f63c29; }

.form__textfield, .form__textarea {
  display: block;
  vertical-align: middle;
  background-color: #f4f4f4;
  color: #020202; }
  .form__textfield::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a3a3a3; }
  .form__textfield::-moz-placeholder, .form__textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #a3a3a3; }
  .form__textfield:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #a3a3a3; }
  .form__textfield:-moz-placeholder, .form__textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #a3a3a3; }
  .form__textfield:focus, .form__textarea:focus {
    color: #020202; }
  .form__textfield:disabled, .form__textarea:disabled {
    background-color: #f4f4f4;
    color: #a3a3a3; }
  .form__textfield.has_error, .form__textarea.has_error {
    border-color: #f63c29 !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: 1310px) {
      .form__row--search .form__textfield, .form__row--search .form__textarea {
        height: 50px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 50px;
        line-height: 5rem; } }

.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% "Open Sans", 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__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% "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.02em;
  color: #64bd13;
  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__input_error {
  position: relative;
  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;
  background-color: #fff;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.02em;
  color: #f63c29;
  z-index: 2;
  visibility: hidden; }
  .form__input_error--relative {
    position: relative; }
  .modal--register .form__input_error {
    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: #a3a3a3;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px !important;
  line-height: 4rem !important; }
  .form__textfield:focus ~ .form__input_icon {
    color: #020202; }
  .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: #adadad; }
  .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 .radiobutton:first-of-type,
  .checkbox_group .radiobutton:first-of-type {
    margin-right: 33px; }
  .radiobutton_group__error_wrap,
  .checkbox_group__error_wrap {
    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% "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0.02em;
    color: #f63c29; }
    .radiobutton_group__error--border,
    .checkbox_group__error--border {
      margin: 12px -10px 0;
      padding: 3px 10px;
      border-top: 1px solid #f63c29; }

.radiobutton,
.checkbox {
  display: inline-block; }
  .radiobutton__input,
  .checkbox__input {
    display: none; }
  .radiobutton__label,
  .checkbox__label {
    position: relative;
    display: block;
    padding: 0 0 0 40px;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 4rem;
    color: #4f4f4f; }
    .radiobutton__label:hover,
    .checkbox__label:hover {
      color: #020202; }
    .radiobutton__label--small,
    .checkbox__label--small {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      line-height: 1.6rem;
      padding: 10px 0 0 0px; }
      .radiobutton__label--small.is-bellow,
      .checkbox__label--small.is-bellow {
        padding: 10px 0; }
  .radiobutton__input:checked + .radiobutton__label,
  .checkbox__input:checked + .radiobutton__label, .radiobutton__input:checked +
  .checkbox__label,
  .checkbox__input:checked +
  .checkbox__label {
    color: #020202; }
  .radiobutton__input:disabled + .radiobutton__label,
  .checkbox__input:disabled + .radiobutton__label, .radiobutton__input:disabled +
  .checkbox__label,
  .checkbox__input:disabled +
  .checkbox__label {
    color: #e0e0e0; }

.radiobutton__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: inherit; }
  .radiobutton__icon:before {
    content: "\e90b";
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px; }

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

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

.checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: inherit; }
  .checkbox__icon:before {
    content: "\e902";
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px; }
    .has_error .checkbox__icon:before, .checkbox__icon:before.has_error {
      color: #f63c29; }
  .has_error .checkbox__icon, .checkbox__icon.has_error {
    color: #f63c29; }

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

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

.checkbox__input:checked + .checkbox__label .checkbox__icon {
  display: block; }

.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 600 100% "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #020202;
  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;
  *zoom: 1;
  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 12px;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  cursor: pointer;
  color: #000;
  z-index: 2; }

.fake_form_select__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px; }
  .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 !important;
    line-height: 40px !important;
    z-index: 12;
    pointer-events: none;
    color: #a3a3a3; }

.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__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 12px;
  margin: 0;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  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; }
  .fake_form_select__item:first-child {
    margin: 0; }
  .fake_form_select__item:hover {
    background: #f2f2f2; }
  .fake_form_select__item a:hover {
    background: #a3a3a3; }

.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; }

.modal {
  min-width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 360px) {
    .modal--change_avatar {
      width: 100%;
      max-width: 360px; } }
  .modal--change_avatar .modal__avatar_preview + .btn--red {
    margin: 32px 0 5px 0; }
  @media screen and (min-width: 440px) {
    .modal {
      width: 400px;
      margin: 0 auto; } }
  @media screen and (min-width: 540px) {
    .modal {
      width: 540px;
      margin: 0 auto; } }
  .modal__header {
    position: relative;
    background-color: #f4f4f4; }
    @media screen and (min-width: 540px) {
      .modal__header {
        padding: 10px 0; } }
  .modal__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font: normal 300 100% "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
    letter-spacing: 0.075em;
    text-align: center;
    color: #020202;
    text-transform: uppercase; }
    .modal__title span {
      margin: 0 0 0 6px;
      color: #8f8f8f; }
      @media screen and (min-width: 540px) {
        .modal__title span {
          margin: 0 0 0 11px; } }
    @media screen and (min-width: 540px) {
      .modal__title {
        font-size: 22px;
        font-size: 2.2rem;
        letter-spacing: 0.1em; }
        .modal--change_avatar .modal__title {
          font-size: 20px;
          font-size: 2rem; } }
  .modal__close_btn {
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center; }
    .modal__close_btn .icon {
      font-size: 20px;
      font-size: 2rem;
      line-height: 40px;
      line-height: 4rem;
      text-align: center; }
    @media screen and (min-width: 540px) {
      .modal__close_btn {
        right: 21px; } }
  .modal__content {
    padding: 0 14px; }
    @media screen and (min-width: 540px) {
      .modal__content {
        padding: 0 30px; } }
    @media screen and (min-width: 540px) {
      .modal--login .modal__content {
        width: 310px;
        margin: 0 auto; } }
    .modal--change_avatar .modal__content {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 100px;
      padding: 30px 0 0;
      text-align: center; }
    .modal__content .btn--facebookconnect {
      width: 100%;
      padding: 9px 20px;
      margin: 32px 0 0 0;
      font-size: 15px;
      font-size: 1.5rem;
      text-align: center; }
  .modal__text {
    margin: 16px 0 0;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #1e1e1e; }
    .modal__text span {
      color: #f63c29; }
    .modal__text:first-child {
      margin: 19px 0 0; }
    .modal--reset .modal__text {
      text-align: center; }
    .modal--reset_finish .modal__text:first-child {
      margin: 13px 0;
      text-align: center; }
    .modal--register .modal__text {
      text-align: center; }
    .modal--delete .modal__text {
      text-align: center; }
    @media screen and (min-width: 540px) {
      .modal__text {
        font-size: 17px;
        font-size: 1.7rem; } }
  .modal--login .modal__btn_wrap,
  .modal--reset .modal__btn_wrap,
  .modal--register .modal__btn_wrap,
  .modal--delete .modal__btn_wrap {
    margin: 8px 0 0 0; }
    @media screen and (min-width: 540px) {
      .modal--login .modal__btn_wrap,
      .modal--reset .modal__btn_wrap,
      .modal--register .modal__btn_wrap,
      .modal--delete .modal__btn_wrap {
        margin: 16px 0 0 0; } }
    .modal--login .modal__btn_wrap--footer,
    .modal--reset .modal__btn_wrap--footer,
    .modal--register .modal__btn_wrap--footer,
    .modal--delete .modal__btn_wrap--footer {
      margin: 21px 0 0;
      text-align: center; }
      @media screen and (min-width: 540px) {
        .modal--login .modal__btn_wrap--footer,
        .modal--reset .modal__btn_wrap--footer,
        .modal--register .modal__btn_wrap--footer,
        .modal--delete .modal__btn_wrap--footer {
          float: right;
          width: 40%;
          margin: 0;
          text-align: right; } }
    .modal--login .modal__btn_wrap--ffooter,
    .modal--reset .modal__btn_wrap--ffooter,
    .modal--register .modal__btn_wrap--ffooter,
    .modal--delete .modal__btn_wrap--ffooter {
      text-align: center;
      margin: 20px 0 0; }
      @media screen and (min-width: 540px) {
        .modal--login .modal__btn_wrap--ffooter,
        .modal--reset .modal__btn_wrap--ffooter,
        .modal--register .modal__btn_wrap--ffooter,
        .modal--delete .modal__btn_wrap--ffooter {
          width: 40%;
          margin: 0;
          float: right;
          text-align: right; }
          .modal--login .modal__btn_wrap--ffooter .btn--silver,
          .modal--reset .modal__btn_wrap--ffooter .btn--silver,
          .modal--register .modal__btn_wrap--ffooter .btn--silver,
          .modal--delete .modal__btn_wrap--ffooter .btn--silver {
            vertical-align: top; } }
  .modal--reset_finish .modal__btn_wrap {
    margin: 8px 0; }
    @media screen and (min-width: 540px) {
      .modal--reset_finish .modal__btn_wrap {
        margin: 16px 0; } }
  .modal__form {
    margin: 22px 0 0 0; }
    .modal__form .form__row {
      height: auto; }
    .modal--reset .modal__form,
    .modal--register .modal__form,
    .modal--delete .modal__form {
      margin: 24px auto 40px; }
      @media screen and (min-width: 540px) {
        .modal--reset .modal__form,
        .modal--register .modal__form,
        .modal--delete .modal__form {
          width: 310px; } }
    .modal--change_avatar .modal__form {
      margin: 0;
      padding: 0 14px; }
    .modal__form .checkbox__label a {
      display: inline-block;
      line-height: 14px;
      line-height: 1.4rem;
      text-shadow: 2px 0 0 #fff, -2px 0 0 #fff; }
  .modal__footer {
    padding: 20px 0 20px 0;
    margin: 39px 14px 0 14px;
    border-top: 1px solid #e0e0e0; }
    .modal--reset .modal__footer {
      margin: 0 14px; }
      @media screen and (min-width: 540px) {
        .modal--reset .modal__footer {
          margin: 0 30px; } }
    .modal--change_avatar .modal__footer {
      margin: 26px 0 0 0;
      padding: 0; }
      @media screen and (min-width: 540px) {
        .modal--change_avatar .modal__footer {
          margin: 26px 16px 0 16px; } }
    @media screen and (min-width: 540px) {
      .modal__footer {
        margin: 39px 30px 0 30px; } }
  .modal__footer_links {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #4f4f4f; }
    @media screen and (min-width: 540px) {
      .modal__footer_links {
        display: inline-block;
        width: 60%;
        text-align: left; } }
    @media screen and (min-width: 540px) {
      .modal--register .modal__footer_links,
      .modal--reset .modal__footer_links {
        width: 100%;
        text-align: center; } }
    .modal--change_avatar .modal__footer_links {
      width: 100%; }
  .modal__link {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 0;
    border-bottom: 1px solid #020202;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #4f4f4f;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff; }
    .modal__link:first-child {
      margin: 0; }
  .modal__footer_text {
    margin: 12px 0 14px;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    color: #020202;
    text-align: center; }
  .modal--login_fb_error .modal__btn_wrap {
    margin: 33px 0 40px 0;
    text-align: center; }
  .modal__avatar_preview {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .modal__avatar_figure {
    position: relative;
    display: block;
    height: 130px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .modal__avatar_figure img {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      -o-object-fit: cover;
      object-fit: cover; }
  .modal__loader_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    margin: auto; }
  .modal .btn--icon {
    position: relative;
    padding: 0 60px 0 20px; }
    .modal .btn--icon .icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      font-size: 20px;
      font-size: 2rem; }
  .modal--register .modal .btn .icon {
    font-size: 24px;
    font-size: 2.4rem; }
  .modal--change_avatar .modal__avatar_preview + .modal .btn--yellow {
    margin: 30px 0 5px 0; }
  .modal .btn--icon_right .icon-checkmark {
    top: -2px; }
  .modal .checkbox__label a {
    border-bottom: 1px solid #020202; }

.pagination {
  position: relative;
  display: block;
  padding: 10px 0;
  margin: 30px -14px 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  background-color: #f4f4f4; }
  @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 700 100% "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0.01em;
    color: #020202;
    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: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.1em; }
    .pagination__item--next {
      float: right;
      margin: 0 3px 0 0; }
      @media screen and (min-width: 1310px) {
        .pagination__item--next {
          margin: 0 14px 0 0; }
          .pagination__item--next .pagination__icon {
            margin: 0 4px 0 14px; } }
    .pagination__item--prev {
      float: left;
      margin: 0 0 0 5px; }
      @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 {
      background-color: #f63c29; }
      .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: #1a1a1a;
    font: normal 700 100% "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0.01em;
    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; }
    .pagination__link:hover {
      color: #f63c29; }
    @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; }

@media screen and (min-width: 540px) {
  .search .pagination,
  .authors_page .pagination {
    margin: 37px -30px 0; } }

@media screen and (min-width: 1024px) {
  .search .pagination,
  .authors_page .pagination {
    margin: 37px 0; } }

@media screen and (min-width: 1310px) {
  .search .pagination,
  .authors_page .pagination {
    margin: 63px 0 90px; } }

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

@media screen and (min-width: 1024px) {
  .search .pagination__item--prev,
  .authors_page .pagination__item--prev {
    margin: 0 0 0 5px; } }

@media screen and (min-width: 1310px) {
  .search .pagination__item--prev,
  .authors_page .pagination__item--prev {
    margin: 0 0 0 16px; } }

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

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

@media screen and (min-width: 1310px) {
  .search .pagination__item--next,
  .authors_page .pagination__item--next {
    margin: 0 14px 0 0; } }

.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 700 100% "PT Serif", sans-serif; }
  .cal__header {
    position: relative;
    display: block;
    height: 42px;
    margin: 0;
    padding: 0;
    *zoom: 1;
    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: normal 400 100% "PT Serif", sans-serif;
    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;
    *zoom: 1; }
    .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;
    *zoom: 1;
    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: #e3e3e3;
      cursor: default; }
      .cal__row > a.active:not(.today) {
        color: #020202;
        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: #020202; }
      .cal__row > a.off {
        color: #020202;
        cursor: default; }
        .cal__row > a.off:hover {
          color: #020202; }
      .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: #020202;
          z-index: 1; }
      .cal__row > a > span {
        position: relative;
        top: -1px;
        z-index: 5; }

/**************************************************
    MODULES
    **********************************************/
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) {
    padding: 0 0 60px 0; } }

.flatpages:not(.flatpages--newsletter_zahvala) .main_tile {
  padding: 29px 0 22px;
  margin: 50px 0 0 0; }
  .flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label {
    padding: 0; }
  @media screen and (min-width: 768px) {
    .flatpages:not(.flatpages--newsletter_zahvala) .main_tile {
      padding: 30px 0 26px;
      margin: 69px 0 0 0; } }

.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content {
  word-break: break-word; }
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p {
    margin: 12px 0;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #1e1e1e; }
    .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p a {
      text-decoration: none;
      color: #f63c29; }
    @media screen and (min-width: 768px) {
      .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 31px;
        line-height: 3.1rem;
        letter-spacing: 0.025em; } }

.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__leadblock .flatpages__lead_text {
  font: normal 700 100% "PT Serif", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: -0.01em; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__leadblock .flatpages__lead_text {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 42px;
      line-height: 4.2rem; } }

.flatpages:not(.flatpages--newsletter_zahvala) h2 {
  margin: 32px 0 18px 0;
  font: normal 700 100% "PT Serif", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #1e1e1e; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) h2 {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 30px;
      line-height: 3rem; } }

.flatpages:not(.flatpages--newsletter_zahvala) h3 {
  margin: 32px 0 18px 0;
  font: normal 700 100% "PT Serif", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #1e1e1e; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) h3 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 26px;
      line-height: 2.6rem; } }

.flatpages:not(.flatpages--newsletter_zahvala) li,
.flatpages:not(.flatpages--newsletter_zahvala) ol {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #020202; }
  .flatpages:not(.flatpages--newsletter_zahvala) li a,
  .flatpages:not(.flatpages--newsletter_zahvala) ol a {
    text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) li,
    .flatpages:not(.flatpages--newsletter_zahvala) ol {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 31px;
      line-height: 3.1rem;
      letter-spacing: 0.025em; }
      .flatpages:not(.flatpages--newsletter_zahvala) li a,
      .flatpages:not(.flatpages--newsletter_zahvala) ol a {
        text-decoration: none;
        color: #f63c29; } }

.flatpages:not(.flatpages--newsletter_zahvala) ul, .flatpages:not(.flatpages--newsletter_zahvala) ol {
  margin: 0;
  padding: 0 20px; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) ul, .flatpages:not(.flatpages--newsletter_zahvala) ol {
      padding: 0 0 0 20px; } }
  .flatpages:not(.flatpages--newsletter_zahvala) ul p, .flatpages:not(.flatpages--newsletter_zahvala) ol p {
    margin: 0; }

.flatpages:not(.flatpages--newsletter_zahvala) ul li,
.flatpages:not(.flatpages--newsletter_zahvala) ol li {
  display: list-item;
  margin: 0;
  padding: 10px 10px 0; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) ul li,
    .flatpages:not(.flatpages--newsletter_zahvala) ol li {
      padding: 12px 20px 0; } }

@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ul + p:not(.flatpages__lead_text),
  .flatpages:not(.flatpages--newsletter_zahvala) ol + p:not(.flatpages__lead_text) {
    margin-top: 30px; } }

.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big {
  width: 100%;
  margin: 0 0 35px 0;
  overflow: hidden;
  overflow-x: auto; }
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small table,
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem; }
    @media screen and (min-width: 1024px) {
      .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small table,
      .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big table {
        font-size: 17px;
        font-size: 1.7rem; } }
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small tbody,
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big tbody {
    border-color: #ccc; }
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small td, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small th,
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td,
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small a,
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big a {
    text-decoration: none;
    color: #f63c29; }

.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big table {
  width: 5120px; }

.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th {
  width: 200px; }
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td:first-child, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th:first-child {
    width: 440px; }
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td:nth-child(2), .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th:nth-child(2) {
    width: 120px; }
  .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td:last-child, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th:last-child {
    width: 4200px; }

.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__sidebar {
  width: 330px;
  margin: 20px auto; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__sidebar {
      margin: 0 auto; } }

.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image {
  width: 100%;
  height: 325px;
  margin: 30px auto 50px; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image {
      height: 550px;
      margin: 0 auto; } }
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
    width: 200px;
    height: 300px;
    margin: 30px auto;
    background: url("../images/Error_500.svg") no-repeat center center/contain; }
    @media screen and (min-width: 1024px) {
      .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
        width: 360px;
        height: 360px; } }
    @media screen and (min-width: 1310px) {
      .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
        width: 100%;
        height: 550px; } }
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
    width: 200px;
    height: 186px;
    margin: 70px auto;
    background: url("../images/Error_404.svg") no-repeat center center/contain; }
    @media screen and (min-width: 1024px) {
      .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
        width: 260px;
        height: 550px; } }
    @media screen and (min-width: 1310px) {
      .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
        width: 100%; } }

.flatpages--newsletter_footer .content__wrap {
  -webkit-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 1023px) {
  .flatpages--newsletter_footer {
    background: #fff url(../images/ga-newsletter-bg.png) repeat-y center center; } }

@media screen and (min-width: 768px) {
  .flatpages--newsletter_footer .footer_wrapper {
    position: fixed;
    bottom: 0;
    width: 540px; } }

@media screen and (min-width: 1024px) {
  .flatpages--newsletter_footer .footer_wrapper {
    width: auto; } }

.flatpages--newsletter_zahvala {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 60px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .flatpages--newsletter_zahvala {
      padding-bottom: 525px; } }
  @media screen and (min-width: 1024px) {
    .flatpages--newsletter_zahvala {
      padding-bottom: 330px; } }
  @media screen and (min-width: 1310px) {
    .flatpages--newsletter_zahvala {
      padding-bottom: 260px; } }
  .flatpages--newsletter_zahvala .main_tile__label {
    margin-top: -6px;
    padding: 40px 0 0;
    color: #1a1a1a;
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: 0em;
    text-transform: inherit; }
    @media screen and (min-width: 1024px) {
      .flatpages--newsletter_zahvala .main_tile__label {
        margin-top: 10px;
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 56px;
        line-height: 5.6rem; } }
    @media screen and (min-width: 1310px) {
      .flatpages--newsletter_zahvala .main_tile__label {
        margin-top: 27px;
        font-size: 56px;
        font-size: 5.6rem;
        line-height: 60px;
        line-height: 6rem; } }
    .flatpages--newsletter_zahvala .main_tile__label:before {
      display: none; }
    .flatpages--newsletter_zahvala .main_tile__label span {
      display: block;
      color: #1a1a1a; }
  .flatpages--newsletter_zahvala .main_tile__buttons {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 18px; }
    .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(2) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(3) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    @media screen and (min-width: 540px) {
      .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media screen and (min-width: 1024px) {
      .flatpages--newsletter_zahvala .main_tile__buttons {
        margin-top: 31px; } }
    .flatpages--newsletter_zahvala .main_tile__buttons .btn {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      height: 40px; }
      .flatpages--newsletter_zahvala .main_tile__buttons .btn--red {
        margin-bottom: 15px; }
        @media screen and (min-width: 540px) {
          .flatpages--newsletter_zahvala .main_tile__buttons .btn--red {
            margin-bottom: 0; } }
      .flatpages--newsletter_zahvala .main_tile__buttons .btn--grey {
        margin-top: 15px; }
        @media screen and (min-width: 540px) {
          .flatpages--newsletter_zahvala .main_tile__buttons .btn--grey {
            margin: 0 20px 0 0; } }
  .flatpages--newsletter_zahvala p {
    margin-top: 10px;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em; }
    @media screen and (min-width: 1024px) {
      .flatpages--newsletter_zahvala p {
        margin-top: 16px;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 31px;
        line-height: 3.1rem; } }
    @media screen and (min-width: 1310px) {
      .flatpages--newsletter_zahvala p {
        margin-top: 29px; } }
  .flatpages--newsletter_zahvala .divider_line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    background: #e5e1e1;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media screen and (min-width: 540px) {
      .flatpages--newsletter_zahvala .divider_line {
        display: none; } }

.didomi_preferences {
  -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 -28px;
  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);
  font-family: normal 400 100% "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em; }
  @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: left;
    margin-bottom: 13px; }
    @media screen and (min-width: 1024px) {
      .didomi_preferences--text {
        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-family: normal 400 100% "Open Sans", 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;
  *zoom: 1;
  /*
    @at-root .article--column {
         .fold_article__bellow_content {
            .dfp_banner {
                &--Rectangle div[id$="__container__"],
                &--Rectangle div[id$="_ad_container"] {
                   margin: 0px 0 70px 0;

                    @include min-screen($lg) {
                        margin: 0 0 37px 0;
                    }

                    @include min-screen($xlg) {
                        margin: 0 0 60px 0;
                    }
                }
            }
        }
    } */ }
  .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"] {
    display: block;
    margin: 20px 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; } }
  .home .fold_home_a .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .home .fold_home_a .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    display: block;
    margin: 25px 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_a .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .home .fold_home_a .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 29px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_a .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .home .fold_home_a .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 31px 0 0 0; } }
  .home .fold_home_a .fold_home__lazy_banner {
    margin: 30px 0 0 0; }
  .home .fold_home__mid_banner .dfp_banner--Leaderboard div[id$="__container__"],
  .home .fold_home__mid_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: block;
    margin: 50px 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home__mid_banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home__mid_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 66px 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home__mid_banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home__mid_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 83px 0 0; } }
  .home .fold_home_b .dfp_banner--Halfpage div[id$="__container__"],
  .home .fold_home_b .dfp_banner--Halfpage div[id$="_ad_container"] {
    display: block;
    margin: 24px 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: 20px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_b .dfp_banner--Halfpage div[id$="__container__"],
      .home .fold_home_b .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 52px 0 0 0; } }
  .home .fold_home_b .fold_home__lazy_banner {
    margin: 30px 0 0 0; }
  .home .fold_home__bot_banner .dfp_banner--Leaderboard div[id$="__container__"],
  .home .fold_home__bot_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: block;
    margin: 50px 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home__bot_banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home__bot_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 66px 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home__bot_banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home__bot_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 91px 0 0; } }
  .home .fold_home_c .dfp_banner--Halfpage div[id$="__container__"],
  .home .fold_home_c .dfp_banner--Halfpage div[id$="_ad_container"] {
    display: block;
    margin: 0 0 30px 0; }
  .home .fold_home_c .fold_home__lazy_banner {
    margin: 30px 0 0 0; }
    .home .fold_home_c .fold_home__lazy_banner--bottom {
      margin: 0 0 30px 0; }
  .home .fold_home_feed .fold_home__lazy_banner {
    margin: 30px 0 0 0; }
  .home .column_widget {
    margin: 30px 0 30px 0; }
  .section .fold_section_a .dfp_banner--Leaderboard div[id$="__container__"],
  .section .fold_section_a .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: block;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_a .dfp_banner--Leaderboard div[id$="__container__"],
      .section .fold_section_a .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 0 0 30px 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a .dfp_banner--Leaderboard div[id$="__container__"],
      .section .fold_section_a .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 0 0 50px 0; } }
  .section .fold_section_a .dfp_banner--Halfpage div[id$="__container__"],
  .section .fold_section_a .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 24px 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: 30px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a .dfp_banner--Halfpage div[id$="__container__"],
      .section .fold_section_a .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 65px 0 0 0; } }
  .section .fold_section_a .fold_section__lazy_banner {
    margin: 30px 0 0 0; }
  .section .fold_section__mid_banner .dfp_banner--Leaderboard div[id$="__container__"],
  .section .fold_section__mid_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: block;
    margin: 30px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section__mid_banner .dfp_banner--Leaderboard div[id$="__container__"],
      .section .fold_section__mid_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 50px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section__mid_banner .dfp_banner--Leaderboard div[id$="__container__"],
      .section .fold_section__mid_banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 90px 0 0 0; } }
  .section .fold_section_b .dfp_banner--Halfpage div[id$="__container__"],
  .section .fold_section_b .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 24px 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_b .fold_section__lazy_banner {
    margin: 30px 0 0 0; }
  .section .fold_section_feed .fold_section__lazy_banner {
    margin: 30px 0 0 0; }
  .article .dfp_banner--Leaderboard div[id$="__container__"],
  .article .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 20px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .article .dfp_banner--Leaderboard div[id$="__container__"],
      .article .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 30px 0 20px 0; } }
    @media screen and (min-width: 1310px) {
      .article .dfp_banner--Leaderboard div[id$="__container__"],
      .article .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 38px 0px 13px 0; } }
  .article .dfp_banner--Halfpage div[id$="__container__"],
  .article .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 40px 0 0; }
    @media screen and (min-width: 1024px) {
      .article .dfp_banner--Halfpage div[id$="__container__"],
      .article .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 40px 0 0 0; } }
  .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="__container__"],
  .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="_ad_container"] {
    margin: 0px 0 70px 0; }
    @media screen and (min-width: 1024px) {
      .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="__container__"],
      .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="_ad_container"] {
        margin: 0 0 52px 0; } }
    @media screen and (min-width: 1310px) {
      .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="__container__"],
      .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="_ad_container"] {
        margin: 0 0 80px 0; } }
  .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="__container__"],
  .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 20px 0; }
    @media screen and (min-width: 1024px) {
      .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="__container__"],
      .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 40px 0; } }
    @media screen and (min-width: 1310px) {
      .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="__container__"],
      .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 0px 0 90px 0; } }
  .article .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .article .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0 0 50px 0; }
    @media screen and (min-width: 1024px) {
      .article .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .article .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0 0 60px 0; } }
  .article .fold_article__lazy_banner .dfp_banner {
    margin: 30px 0 0 0; }
    .article .fold_article__lazy_banner .dfp_banner iframe {
      width: auto; }
  .article .fold_article__lazy_banner--under_social .dfp_banner,
  .article .fold_article__related_articles .fold_section__lazy_banner .dfp_banner,
  .article .fold_article__lazy_banner .dfp_banner {
    margin: 0 0 32px  0; }
    @media screen and (min-width: 1024px) {
      .article .fold_article__lazy_banner--under_social .dfp_banner,
      .article .fold_article__related_articles .fold_section__lazy_banner .dfp_banner,
      .article .fold_article__lazy_banner .dfp_banner {
        margin: 0; } }
  .article .fold_forum__lazy_banner {
    margin: 0 0 30px 0; }
  .comments__page .dfp_banner--Leaderboard div[id$="__container__"],
  .comments__page .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 20px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .comments__page .dfp_banner--Leaderboard div[id$="__container__"],
      .comments__page .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 20px 0; } }
    @media screen and (min-width: 1310px) {
      .comments__page .dfp_banner--Leaderboard div[id$="__container__"],
      .comments__page .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 40px 0 24px 0; } }
  .comments__page .dfp_banner--Halfpage div[id$="__container__"],
  .comments__page .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 30px 0 30px 0; }
    @media screen and (min-width: 1024px) {
      .comments__page .dfp_banner--Halfpage div[id$="__container__"],
      .comments__page .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .section--special .dfp_banner--Leaderboard div[id$="__container__"],
  .section--special .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 20px 0 0 0; }
    @media screen and (min-width: 1310px) {
      .section--special .dfp_banner--Leaderboard div[id$="__container__"],
      .section--special .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 30px 0 0 0; } }
  .section--special .fold__special_b .dfp_banner--Leaderboard div[id$="__container__"],
  .section--special .fold__special_b .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 20px 0; }
    @media screen and (min-width: 1310px) {
      .section--special .fold__special_b .dfp_banner--Leaderboard div[id$="__container__"],
      .section--special .fold__special_b .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 40px 0 60px 0; } }
  .section--special .fold__special_b .fold_special__lazy_banner {
    margin: 30px 0 0 0; }
  .section--special .fold__special_a .dfp_banner--Halfpage div[id$="__container__"],
  .section--special .fold__special_a .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 24px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section--special .fold__special_a .dfp_banner--Halfpage div[id$="__container__"],
      .section--special .fold__special_a .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 30px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .section--special .fold__special_a .dfp_banner--Halfpage div[id$="__container__"],
      .section--special .fold__special_a .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 65px 0 0 0; } }
  .section--special .fold__special_a .fold_special__lazy_banner {
    margin: 30px 0 0 0; }
  .section--special .fold__special--1 .fold_special__lazy_banner {
    margin: 30px 0 30px 0; }
  .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: -9px 0 30px 0; }
    @media screen and (min-width: 1024px) {
      .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 12px 0 0 0; } }
  .piece_page .dfp_banner--Leaderboard div[id$="__container__"],
  .piece_page .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: inline-block;
    margin: 20px 0 0;
    text-align: center; }
    @media screen and (min-width: 1310px) {
      .piece_page .dfp_banner--Leaderboard div[id$="__container__"],
      .piece_page .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 30px 0 0; } }
  .piece_page .column_sidebar .dfp_banner {
    margin: 30px 0; }
    @media screen and (min-width: 1024px) {
      .piece_page .column_sidebar .dfp_banner {
        margin: 40px 0; } }
  .search .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .search .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 24px 0 30px; }
    @media screen and (min-width: 1024px) {
      .search .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .search .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .authors_page .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .authors_page .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 30px 0; }
    @media screen and (min-width: 1024px) {
      .authors_page .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .authors_page .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .authors_page .fold_authors_page .fold_author__lazy_banner {
    margin: 0 0 27px 0; }
  .authors_page .fold_keywords .fold_keywords__lazy_banner {
    margin: 0 0 27px 0; }
  .flatpages .flatpages__sidebar .dfp_banner {
    margin: 30px 0; }
    @media screen and (min-width: 1024px) {
      .flatpages .flatpages__sidebar .dfp_banner {
        margin: 0; } }
  .is_standalone_gallery {
    /*  .gallery__side {

           .dfp_banner--halfpage {
               margin: 0 auto;
           }
       } */ }
  .columns_page .dfp_banner--Halfpage div[id$="__container__"],
  .columns_page .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 30px 0 0; }
    @media screen and (min-width: 1024px) {
      .columns_page .dfp_banner--Halfpage div[id$="__container__"],
      .columns_page .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .section--special {
    /* .column_sidebar {
            .dfp_banner {
                &--Halfpage div[id$="__container__"],
                &--Halfpage div[id$="_ad_container"] {
                    margin:  0;

                    @include min-screen($lg) {
                        margin:  0;
                    }
                }
            }
        } */ }
    .section--special .fold_special__block_1 .dfp_banner--Leaderboard div[id$="__container__"],
    .section--special .fold_special__block_1 .dfp_banner--Leaderboard div[id$="_ad_container"] {
      margin: 20px 0; }
      @media screen and (min-width: 1024px) {
        .section--special .fold_special__block_1 .dfp_banner--Leaderboard div[id$="__container__"],
        .section--special .fold_special__block_1 .dfp_banner--Leaderboard div[id$="_ad_container"] {
          margin: 30px 0 0 0; } }
    .section--special .fold__special_b .dfp_banner--Leaderboard div[id$="__container__"],
    .section--special .fold__special_b .dfp_banner--Leaderboard div[id$="_ad_container"] {
      margin: 30px 0 10px 0; }
      @media screen and (min-width: 1024px) {
        .section--special .fold__special_b .dfp_banner--Leaderboard div[id$="__container__"],
        .section--special .fold__special_b .dfp_banner--Leaderboard div[id$="_ad_container"] {
          margin: 30px 0 50px 0; } }
  .weather_page .dfp_banner--Leaderboard div[id$="__container__"],
  .weather_page .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 20px 0 0px 0; }
    @media screen and (min-width: 1310px) {
      .weather_page .dfp_banner--Leaderboard div[id$="__container__"],
      .weather_page .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 40px 0 0px 0; } }
  .weather_page .dfp_banner--Halfpage div[id$="__container__"],
  .weather_page .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 0 0 30px 0; }
    @media screen and (min-width: 1024px) {
      .weather_page .dfp_banner--Halfpage div[id$="__container__"],
      .weather_page .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .comments__page .dfp_banner--Leaderboard {
    margin-bottom: 15px; }
  .comments__page .dfp_banner--Halfpage {
    margin: 20px 0 0; }
    @media screen and (min-width: 1024px) {
      .comments__page .dfp_banner--Halfpage {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .comments__page .dfp_banner--Halfpage {
        margin: 45px 0 0 0; } }
  .post__thread .dfp_banner--Leaderboard {
    margin-bottom: 15px; }
  .post__thread .dfp_banner--Halfpage {
    margin: 20px 0; }
    @media screen and (min-width: 1024px) {
      .post__thread .dfp_banner--Halfpage {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .post__thread .dfp_banner--Halfpage {
        margin: 45px 0 0 0; } }

.tes__lazy_banner {
  margin: 0 0 70px 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: 943px; } }

.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; }

@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: 100px 0 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: 61px;
        overflow: hidden;
        padding: 0 300px;
        margin: 0;
        float: left;
        font: normal 700 100% "PT Serif", sans-serif;
        font-size: 20px;
        font-size: 2rem;
        line-height: 61px;
        line-height: 6.1rem;
        color: #000;
        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 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 80px;
        line-height: 8rem; } }
  .gallery__close_btn {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    opacity: 1; }
    .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; }
    @media screen and (min-width: 1024px) {
      .gallery__close_btn {
        top: 8px;
        right: 0;
        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: 20px;
          font-size: 2rem;
          line-height: 40px;
          line-height: 4rem; } }
    @media screen and (min-width: 1310px) {
      .gallery__close_btn {
        top: 20px; }
        .gallery__close_btn:active, .gallery__close_btn:hover {
          top: 20px; } }
  .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: 19px; } }
    .gallery__social_wrap .social__btn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 0 23px 0 0;
      color: #f63c29; }
      .gallery__social_wrap .social__btn:first-child {
        margin: 0 18px 0 0; }
    .gallery__social_wrap .icon {
      display: block;
      line-height: 40px;
      line-height: 4rem;
      text-align: center; }
  .gallery__functions {
    position: fixed;
    right: 10px;
    bottom: 14px;
    width: 114px;
    height: 40px;
    padding: 0 15px;
    @inclue border-box();
    z-index: 2; }
    @media screen and (min-width: 1024px) {
      .gallery__functions {
        position: absolute;
        height: 48px;
        bottom: 15px; } }
    @media screen and (min-width: 1310px) {
      .gallery__functions {
        position: absolute;
        top: 650px;
        bottom: auto;
        right: 7px; } }
  .gallery__paginator {
    float: left;
    font: normal 600 100% "Open Sans", sans-serif;
    font-size: 0px;
    font-size: 0rem;
    line-height: 40px;
    line-height: 4rem;
    color: #000;
    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; }
    .gallery__paginator span {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 40px;
      line-height: 4rem; }
      @media screen and (min-width: 1024px) {
        .gallery__paginator span {
          line-height: 48px;
          line-height: 4.8rem; } }
  .gallery__controls_wrap {
    width: 68px;
    height: 40px;
    float: right; }
    @media screen and (min-width: 1024px) {
      .gallery__controls_wrap {
        height: 48px; } }
  .gallery__control_btn {
    display: inline-block;
    width: 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; }
    .gallery__control_btn--prev {
      float: left; }
    .gallery__control_btn--next {
      float: right; }
    .gallery__control_btn.is_hidden {
      opacity: 0.4; }
    .gallery__control_btn .icon {
      color: #000;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 40px;
      line-height: 4rem; }
      @media screen and (min-width: 1024px) {
        .gallery__control_btn .icon {
          line-height: 48px;
          line-height: 4.8rem; } }
  .gallery__slider_wrap {
    position: absolute;
    top: 74px;
    bottom: 60px;
    left: 15px;
    right: 15px;
    margin: auto; }
    @media screen and (min-width: 1024px) {
      .gallery__slider_wrap {
        left: 30px;
        right: 30px; } }
    @media screen and (min-width: 1310px) {
      .gallery__slider_wrap {
        top: 102px;
        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: 10px 15px 10px 50px;
    background-color: #020202;
    text-align: left;
    font: italic 400 100% "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.025em;
    white-space: normal;
    color: #f4f4f4; }
    .gallery__caption .icon {
      position: absolute;
      top: 7px;
      left: 14px;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 20px;
      line-height: 2rem;
      color: #f4f4f4; }
  .gallery__photo_desc {
    font: normal 400 100% "PT Serif", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em;
    color: #fff; }
  .gallery__photo_desc + .gallery__photo_author {
    position: relative;
    padding: 0 0 0 20px; }
    .gallery__photo_desc + .gallery__photo_author:before {
      content: "-";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 6px;
      line-height: 14px; }
  .gallery__photo_author {
    text-transform: uppercase; }
  .gallery__slider {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    z-index: 1;
    width: auto;
    height: auto;
    padding: 0 0 84px;
    margin: auto; }
    @media screen and (min-width: 1024px) {
      .gallery__slider {
        left: 0;
        right: 0; } }
    @media screen and (min-width: 1310px) {
      .gallery__slider {
        bottom: auto;
        width: 943px;
        height: 629px; } }
    .gallery__slider_item {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      font-size: 0; }
      .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: -3px; }
      @media screen and (min-width: 1310px) {
        .gallery__slider .rsThumbs {
          width: 947px;
          margin-top: 10px; } }
  .gallery .rsThumbs {
    position: absolute;
    bottom: 0; }
    @media screen and (min-width: 1310px) {
      .gallery .rsThumbs {
        padding: 0; } }

.main_tile {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main_tile__label_border, .main_tile__label_border--visible_mobile, .main_tile__label_border--left {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 1px;
    margin: auto;
    background-color: #f63c29; }
    .main_tile__label_border:before, .main_tile__label_border--visible_mobile:before, .main_tile__label_border--left:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 5px;
      height: 5px;
      margin: auto;
      background-color: #f63c29;
      border-radius: 50%; }
    .main_tile__label_border:after, .main_tile__label_border--visible_mobile:after, .main_tile__label_border--left:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 5px;
      height: 5px;
      margin: auto;
      background-color: #f63c29;
      border-radius: 50%; }
    .main_tile__label_border--visible_mobile {
      display: none; }
      @media screen and (max-width: 1023px) {
        .main_tile__label_border--visible_mobile {
          display: block; } }
  @media screen and (min-width: 1024px) {
    .main_tile__label_border--left {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      width: 1px;
      height: auto;
      background-color: #e0e0e0; }
      .main_tile__label_border--left:before, .main_tile__label_border--left:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        margin: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #e0e0e0;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%); }
      .main_tile__label_border--left:before {
        top: 0;
        bottom: auto; }
      .main_tile__label_border--left:after {
        top: auto;
        bottom: 0; } }
  @media screen and (max-width: 1023px) {
    .article__comments .main_tile__label_border--left {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .author__infobox .main_tile__label_border--left {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .fold_article__recommended_for_you .main_tile__label_border--left {
      display: none; } }
  .main_tile__label {
    padding-top: 29px;
    padding-bottom: 45px;
    font: normal 300 100% "Open Sans", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #1a1a1a;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .main_tile__label {
        padding-top: 30px;
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.025em; }
        .column_sidebar .main_tile__label {
          letter-spacing: 0.1em; } }
    .main_tile__label h1 {
      display: inline-block;
      margin: 0;
      padding: 0;
      font: normal 700 100% "Open Sans", sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.1em;
      color: #f63c29;
      text-align: center;
      text-transform: uppercase; }
    .main_tile--top_news .main_tile__label {
      padding: 36px 0 45px; }
      @media screen and (min-width: 1310px) {
        .main_tile--top_news .main_tile__label {
          margin: 36px 0 14px; } }
    .article .column_sidebar .main_tile__label {
      padding-bottom: 13px; }
      @media screen and (min-width: 1024px) {
        .article .column_sidebar .main_tile__label {
          padding-top: 29px;
          font-size: 22px;
          font-size: 2.2rem;
          letter-spacing: 0.1em; } }
    @media screen and (min-width: 1024px) {
      .article .column_sidebar .main_tile__label {
        padding-bottom: 0;
        margin-top: 7px; } }
    .section--special .main_tile__label {
      padding-bottom: 11px; }
    .main_tile__label--newsletter {
      padding: 29px 0 0; }

.header_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  height: 56px;
  margin: 0 0 8px 0;
  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;
      margin-left: 0;
      margin-bottom: 0;
      width: 100%; } }
  @media screen and (min-width: 1310px) {
    .header_wrapper {
      height: 78px;
      padding: 0; } }
  .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: #eaeaea; }
    @media screen and (min-width: 1024px) {
      .has_subnav .header_wrapper__subback {
        display: block; } }
  @media screen and (min-width: 1024px) {
    .header_wrapper__search {
      background: #f4f4f4; } }

.header {
  position: relative;
  padding: 0 5px;
  z-index: 100;
  height: 56px; }
  @media screen and (min-width: 1024px) {
    .header {
      padding: 0 10px; } }
  @media screen and (min-width: 1310px) {
    .header {
      height: 78px; } }
  .header__logo {
    position: relative;
    z-index: 10;
    left: 7px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 30;
    line-height: 56px;
    line-height: 5.6rem; }
    @media screen and (min-width: 1024px) {
      .header__logo {
        left: 10px; } }
    @media screen and (min-width: 1310px) {
      .header__logo {
        left: 5px;
        z-index: 20; } }
    .header__logo_heading {
      position: relative;
      display: block;
      margin: 0 0 0 2px;
      padding: 0;
      font-size: 0; }
      @media screen and (min-width: 540px) {
        .header__logo_heading {
          margin: 0; } }
      @media screen and (min-width: 1024px) {
        .header__logo_heading {
          margin: 1px 0 0 0; } }
      @media screen and (min-width: 1310px) {
        .header__logo_heading {
          margin: -2px 0 0 0; } }
    .header__logo_img {
      position: relative;
      width: auto;
      margin: 0;
      padding: 0; }
      .header__logo_img--big {
        display: block;
        width: auto;
        height: 52px; }
        @media screen and (min-width: 1310px) {
          .header__logo_img--big {
            height: 80px; } }
  @media screen and (min-width: 1024px) {
    .header__menu_utils {
      display: none; } }
  .header__icon {
    position: absolute;
    top: 18px;
    width: 20px;
    height: 20px;
    color: #020202;
    z-index: 200; }
    .has_subnavigation .header__icon {
      color: #fff; }
    .header__icon > .icon {
      font-size: 20px;
      font-size: 2rem; }
    .header__icon--back {
      left: 20px;
      display: none; }
      .has_subnavigation .header__icon--back {
        display: block; }
      @media screen and (min-width: 1310px) {
        .header__icon--back {
          left: 870px;
          top: 33px; } }
    .header__icon--menu {
      width: 56px;
      height: 56px;
      right: 0;
      top: 0;
      text-align: center; }
      @media screen and (min-width: 1310px) {
        .header__icon--menu {
          right: 15px; } }
      .header__icon--menu .icon--menu,
      .header__icon--menu .icon--close {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 56px;
        line-height: 5.6rem;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out; }
      .header__icon--menu .icon--menu {
        opacity: 1; }
      .header__icon--menu .icon--close {
        opacity: 0; }
      .has_navigation .header__icon--menu .icon--menu {
        opacity: 0; }
      .has_navigation .header__icon--menu .icon--close {
        opacity: 1; }
    .header__icon--user > img {
      width: 80px; }
    .header__icon--social {
      position: static;
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 0 5px 0 0;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 40px;
      line-height: 4rem;
      color: #f63c29; }
      .header__icon--social:last-of-type {
        margin: 0 4px 0 0; }
  .header__social_menu {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 200;
    width: 100%;
    text-align: center;
    color: #020202;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .has_navigation .header__social_menu {
      bottom: 9px; }
      @media screen and (min-width: 1024px) {
        .has_navigation .header__social_menu {
          display: none; } }
    .has_subnavigation .header__social_menu {
      color: #fff; }
    .header__social_menu > span {
      display: block;
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 3rem;
      margin-bottom: 3px; }
    @media screen and (min-width: 1310px) {
      .header__social_menu {
        display: none; } }
  .header__social_icon_wrap {
    display: inline-block;
    text-align: center;
    margin: 0 auto; }
  .header__search {
    position: absolute;
    right: 112px;
    left: auto;
    z-index: 50;
    height: 56px;
    width: 56px;
    font-size: 20px;
    font-size: 2rem;
    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;
    -webkit-transform: translateZ(0); }
    @media screen and (min-width: 1024px) {
      .header__search {
        display: block;
        top: 0;
        right: 86px;
        width: 56px;
        height: 56px;
        padding: 0;
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (min-width: 1310px) {
      .header__search {
        top: 12px;
        right: 95px; } }
    .header__search:hover .icon {
      color: #575757; }
    @media screen and (max-width: 1023px) {
      .has_navigation .header__search {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); } }

@-webkit-keyframes moveIn {
  0% {
    top: -50px; }
  99% {
    top: -50px; }
  100% {
    top: 0; } }

@keyframes moveIn {
  0% {
    top: -50px; }
  99% {
    top: -50px; }
  100% {
    top: 0; } }
    .header__search .icon {
      display: block;
      color: #020202;
      text-align: center; }
      .header__search .icon:before {
        line-height: 56px; }
  .header__user {
    position: absolute;
    right: 56px;
    z-index: 50;
    height: 56px;
    width: 56px;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header__user:hover .icon {
      color: #575757; }
    @media screen and (min-width: 1024px) {
      .header__user {
        right: 20px; } }
    @media screen and (min-width: 1310px) {
      .header__user {
        top: 12px;
        right: 29px; } }
  .header__avatar {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px auto 0 auto;
    border-radius: 50%;
    background-color: #f4f4f4;
    z-index: 50;
    -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; }
    @media screen and (max-width: 1023px) {
      .has_navigation .header__avatar {
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%); } }
    .header__avatar .icon {
      display: block;
      color: #4f4f4f;
      text-align: center;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 38px;
      line-height: 3.8rem; }
  .header__avatar_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 39px;
    height: 39px;
    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); }
    .header__avatar_img--authenticated {
      background: #fff; }
    .header__avatar_img img {
      display: block;
      width: 100%;
      height: auto; }

.toggle__count {
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  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;
  background: #f63c29;
  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: 50;
  width: 100%;
  padding: 14px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font: normal 300 100% "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #fff;
  background: #f63c29; }
  @media screen and (min-width: 540px) {
    .cookie_notice {
      width: 540px; } }
  @media screen and (min-width: 1024px) {
    .cookie_notice {
      width: 1024px;
      padding: 22px 201px 22px 154px;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 28px;
      line-height: 2.8rem;
      background: #f63c29 url("../images/cookie_policy.svg") no-repeat 40px 28px;
      background-size: 84px 50px; } }
  @media screen and (min-width: 1310px) {
    .cookie_notice {
      width: 1280px;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.13); } }
  .cookie_notice a {
    cursor: pointer; }
  .cookie_notice__text {
    margin: 0 0 14px;
    text-align: left; }
    .cookie_notice__text a {
      color: #fff;
      text-decoration: underline; }
    @media screen and (min-width: 1024px) {
      .cookie_notice__text {
        margin: 0; } }
  @media screen and (min-width: 1024px) {
    .cookie_notice .btn {
      position: absolute;
      top: 50%;
      right: 40px;
      -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      transform: translatey(-50%); } }

.footer {
  position: relative;
  z-index: 100;
  background-color: #020202; }
  .footer__flatpages {
    padding: 8px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .footer__flatpages {
        padding: 11px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .footer__flatpages {
        display: inline-block;
        padding: 26px 0 0 14px;
        float: left; } }
    .footer__flatpages .footer_nav__list {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      @media screen and (min-width: 1024px) {
        .footer__flatpages .footer_nav__list {
          position: relative;
          text-align: center; } }
    .footer__flatpages .footer_nav__item {
      font: normal 700 100% "Open Sans", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 40px;
      line-height: 4rem;
      letter-spacing: 0.05em;
      color: #fff;
      text-align: center;
      text-transform: uppercase; }
      .footer__flatpages .footer_nav__item a {
        color: inherit; }
      @media screen and (min-width: 1024px) {
        .footer__flatpages .footer_nav__item {
          position: relative;
          padding: 0 15px;
          font-size: 15px;
          font-size: 1.5rem;
          display: inline-block; }
          .footer__flatpages .footer_nav__item:before {
            content: " ";
            position: absolute;
            top: 1px;
            left: -3px;
            bottom: 0;
            width: 4px;
            height: 4px;
            margin: auto;
            border-radius: 50%;
            background-color: #f63c29; }
          .footer__flatpages .footer_nav__item:first-child:before {
            display: none; } }
      @media screen and (min-width: 1310px) {
        .footer__flatpages .footer_nav__item {
          padding: 0 14px;
          font-size: 16px;
          font-size: 1.6rem; } }
  .footer__social {
    position: relative;
    margin: 8px 0 0 0;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .footer__social {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .footer__social {
        margin: 35px 30px 0 0;
        float: right; } }
  @media screen and (min-width: 1024px) {
    .footer__social_inner_wrap {
      display: inline-block; } }
  .footer__social_label {
    margin: 0;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
    color: #fff; }
    @media screen and (min-width: 1024px) {
      .footer__social_label {
        float: left;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 40px;
        line-height: 4rem; } }
    @media screen and (min-width: 1310px) {
      .footer__social_label {
        margin-top: 6px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 24px;
        line-height: 2.4rem; } }
  .footer__social_icon_wrap {
    position: relative;
    display: inline-block;
    height: 40px;
    margin: 2px 0 0 0;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .footer__social_icon_wrap {
        margin: 0 25px 0 0;
        float: left; } }
    @media screen and (min-width: 1310px) {
      .footer__social_icon_wrap {
        margin: 6px 21px 0 0; } }
  .footer__social_link {
    width: 40px;
    height: 40px;
    margin: 0 4px;
    float: left; }
    .footer__social_link .icon {
      display: block;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 40px;
      line-height: 4rem;
      color: #f63c29;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
    .footer__social_link:hover .icon {
      color: #c12112; }
    @media screen and (min-width: 1024px) {
      .footer__social_link {
        margin: 0 0 0 8px; } }
    @media screen and (min-width: 1310px) {
      .footer__social_link {
        width: 24px;
        height: 24px;
        margin: 0 0 0 10px; }
        .footer__social_link .icon {
          line-height: 24px;
          line-height: 2.4rem; } }
  .footer__copy {
    margin: -4px 0 0 0;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 55px;
    line-height: 5.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 9px; }
    @media screen and (min-width: 1024px) {
      .footer__copy {
        float: left;
        margin: 0;
        height: 40px;
        line-height: 40px;
        line-height: 4rem; } }
    @media screen and (min-width: 1310px) {
      .footer__copy {
        font: normal 300 100% "Open Sans", sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 24px;
        line-height: 2.4rem; } }
  .footer__copy_img {
    position: relative;
    top: 15px;
    display: inline-block;
    width: 47px;
    height: 38px;
    margin: 0 0 0 16px;
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .footer__copy_img {
        top: 15px;
        margin: -15px 0 0 15px; } }
  .footer__partners {
    border-top: 1px solid rgba(163, 163, 163, 0.32);
    border-bottom: 1px solid rgba(163, 163, 163, 0.32); }
    @media screen and (min-width: 1024px) {
      .footer__partners {
        margin: 12px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .footer__partners {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
        padding: 0 30% 0 0;
        margin: 16px 0 0 0;
        border-bottom: none; } }
    .footer__partners .footer_nav {
      display: none; }
      .footer__partners .footer_nav.is_opened {
        display: block; }
      @media screen and (min-width: 1024px) {
        .footer__partners .footer_nav {
          display: block; } }
    .footer__partners .footer_nav__list {
      margin: 0;
      padding: 8px 0;
      list-style-type: none; }
      @media screen and (min-width: 1024px) {
        .footer__partners .footer_nav__list {
          position: relative;
          padding: 10px 20px;
          text-align: center; } }
      @media screen and (min-width: 1310px) {
        .footer__partners .footer_nav__list {
          text-align: left; } }
    .footer__partners .footer_nav__item {
      width: 50%;
      float: left;
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 40px;
      line-height: 4rem;
      color: #a3a3a3;
      text-align: center; }
      .footer__partners .footer_nav__item a {
        color: inherit; }
      @media screen and (min-width: 1024px) {
        .footer__partners .footer_nav__item {
          display: inline-block;
          width: auto;
          padding: 0 10px;
          float: none;
          line-height: 30px;
          line-height: 3rem; } }
  .footer__partners_label {
    margin: 0;
    font: normal 700 100% "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 55px;
    line-height: 5.5rem;
    letter-spacing: 0.1em;
    color: #a3a3a3;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .footer__partners_label {
        display: none; } }
  .footer__poweredby {
    position: relative;
    padding: 7px 20px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .footer__poweredby {
        padding: 9px 20px 0; } }
    @media screen and (min-width: 1310px) {
      .footer__poweredby {
        position: absolute;
        right: 21px;
        bottom: 5px;
        padding: 0; } }
  .footer__poweredby_inner_wrap {
    display: inline-block; }
  .footer__poweredby_text {
    position: relative;
    left: 8px;
    display: inline-block;
    margin: 0;
    float: left;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 60px;
    line-height: 6rem;
    color: #fff; }
    @media screen and (min-width: 1024px) {
      .footer__poweredby_text {
        left: 0; } }
  .footer__poweredby_link {
    display: inline-block; }
    .footer__poweredby_link:hover img {
      opacity: .8; }
  .footer__poweredby_logo {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: inline-block;
    width: 180px;
    height: 60px; }

.column_sidebar .topnews_widget {
  margin-bottom: 53px;
  /* .card__separator {

            margin-top: 27px;
            margin-bottom: 6px;

            @include min-screen($lg) {
                margin-top: 0px;
                margin-bottom: 0;
            }
        } */ }
  @media screen and (min-width: 1024px) {
    .column_sidebar .topnews_widget {
      margin-bottom: 47px; } }
  @media screen and (min-width: 1310px) {
    .column_sidebar .topnews_widget {
      margin-bottom: 60px; } }
  .section--special .column_sidebar .topnews_widget {
    margin-bottom: 0; }

@media screen and (min-width: 1310px) {
  .column_sidebar .fold_article__pr_articles {
    margin-bottom: 10px; } }

@media screen and (max-width: 1023px) {
  .article .column_sidebar {
    padding-left: 14px;
    padding-right: 14px; } }

@media screen and (max-width: 1023px) {
  .section--special .column_sidebar {
    margin-bottom: 0px; } }

@media screen and (min-width: 1024px) {
  .section--special .column_sidebar {
    margin-top: 30px;
    margin-bottom: 48px; } }

.column_sidebar__holder {
  height: 100%; }
  .column_sidebar__holder .sidebar.sticky {
    bottom: auto; }

.leadblock {
  position: relative;
  z-index: 11;
  font-size: 0; }
  .leadblock__wrap {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 480px; }
    @media screen and (min-width: 1024px) {
      .leadblock__wrap {
        margin: 0px -5px;
        height: 500px; } }
    @media screen and (min-width: 1310px) {
      .leadblock__wrap {
        margin: 25px 0 0 0;
        height: 600px; } }
  .leadblock__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .leadblock__background:after {
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      background-color: rgba(0, 0, 0, 0.5); }
  .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%; }
  .leadblock__data {
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 100px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .leadblock__data {
        max-width: 60%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 70px;
        max-width: 60%; } }
    @media screen and (min-width: 1310px) {
      .leadblock__data {
        margin-top: 100px; } }
  .leadblock__overtitle {
    display: inline-block;
    float: left;
    clear: both;
    margin: 0;
    padding: 0 14px;
    font: normal 400 100% "PT Serif", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    line-height: 2.5rem;
    letter-spacing: 0.1em;
    color: #020202; }
    @media screen and (min-width: 1024px) {
      .leadblock__overtitle {
        padding: 0 8px; } }
    @media screen and (min-width: 1310px) {
      .leadblock__overtitle {
        padding: 0 20px; } }
  .leadblock__title {
    clear: both;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 46px;
    line-height: 4.6rem;
    letter-spacing: -0.01em;
    color: white;
    padding-left: 14px;
    padding-right: 14px; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .leadblock__title {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 1023px) {
      .leadblock__title {
        text-align: center;
        margin-bottom: 50px; } }
    @media screen and (min-width: 1024px) {
      .leadblock__title {
        font-size: 50px;
        font-size: 5rem;
        line-height: 58px;
        line-height: 5.8rem;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 1310px) {
      .leadblock__title {
        font-size: 60px;
        font-size: 6rem;
        line-height: 68px;
        line-height: 6.8rem;
        letter-spacing: -0.01em;
        padding-right: 0;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); } }
    .leadblock__title span {
      display: inline;
      padding: 0 14px;
      color: #020202;
      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--wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media screen and (min-width: 1024px) {
      .leadblock_sponsor--wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px;
        margin-right: 19px;
        margin-left: auto; } }
  .leadblock_sponsor {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: white;
    width: 247px;
    height: 87px;
    padding: 8px 20px;
    font: normal 300 100% "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #020202; }
    @media screen and (min-width: 1024px) {
      .leadblock_sponsor {
        float: left;
        margin-left: 20px; } }
    .leadblock_sponsor--invis {
      opacity: 0;
      pointer-events: none; }
    .leadblock_sponsor__label {
      margin-right: 35px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 1024px) {
        .leadblock_sponsor__label {
          margin-right: 30px;
          font-size: 14px;
          font-size: 1.4rem; } }
    .leadblock_sponsor__sponsor {
      display: block;
      float: right; }
      .leadblock_sponsor__sponsor img {
        display: block;
        width: 80px;
        height: 67px; }

.container__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.weather_page {
  /*naslovi*/
  /*trenutno vrijeme*/
  /*ikone za vjetar i animacija*/
  /*tablica tjedna prognoza*/
  /* bioprognoza*/ }
  .weather_page .column_sidebar {
    margin: 20px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .weather_page .column_sidebar {
        margin: 50px 0 0 0; } }
  .weather_page .main_tile {
    margin-bottom: 12px; }
  @media screen and (min-width: 1024px) {
    .weather_page .weather_content {
      margin-bottom: 50px; } }
  .weather_page .weather_text,
  .weather_page .weather_bio,
  .weather_page .weather_week,
  .weather_page .weather_today {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    @media screen and (min-width: 1310px) {
      .weather_page .weather_text,
      .weather_page .weather_bio,
      .weather_page .weather_week,
      .weather_page .weather_today {
        width: 50%;
        float: left; } }
  @media screen and (min-width: 1024px) {
    .weather_page .weather_today,
    .weather_page .weather_bio {
      padding-right: 15px; } }
  @media screen and (min-width: 1024px) {
    .weather_page .weather_week,
    .weather_page .weather_text {
      padding-left: 15px; } }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .weather_page .weather_week,
    .weather_page .weather_bio,
    .weather_page .weather_text {
      padding-left: 16px;
      padding-right: 16px; } }
  .weather_page .main_tile__label {
    color: #020202;
    font: normal 300 100% "Open Sans", sans-serif;
    letter-spacing: 0.025em; }
    @media screen and (max-width: 1024px) {
      .weather_page .main_tile__label {
        padding: 22px 15px 0;
        margin: 0; } }
    .weather_page .main_tile__label span {
      display: none; }
      @media screen and (min-width: 1024px) {
        .weather_page .main_tile__label span {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 22px;
          line-height: 2.2rem;
          letter-spacing: 0.025em;
          display: inline-block;
          width: 60%;
          float: left; } }
      @media screen and (min-width: 1310px) {
        .weather_page .main_tile__label span {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 28px;
          line-height: 2.8rem;
          width: 50%;
          text-align: right;
          padding-right: 30px; } }
    .weather_page .main_tile__label--weather {
      display: block;
      width: 100%;
      margin: 0;
      padding: 15px 0;
      background-color: #f4f4f4;
      font: normal 300 100% "Open Sans", sans-serif;
      color: #020202;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 18px;
      line-height: 1.8rem;
      letter-spacing: 0.025em; }
      .weather_page .main_tile__label--weather:before {
        display: none; }
  .weather_page .weather_widget__select_wrap {
    display: inline-block;
    width: 235px;
    margin: 0px auto; }
    @media screen and (max-width: 1023px) {
      .weather_page .weather_widget__select_wrap {
        margin-top: 13px; } }
    @media screen and (min-width: 1024px) {
      .weather_page .weather_widget__select_wrap {
        position: absolute;
        left: 50%;
        top: 25px;
        margin-left: 22px; } }
    .weather_page .weather_widget__select_wrap select {
      -webkit-appearance: none;
      -webkit-border-radius: 0px;
      width: 100%;
      background-color: transparent; }
    .weather_page .weather_widget__select_wrap option {
      font: normal 400 100% "PT Serif", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      text-transform: none;
      padding: 5px 10px;
      text-transform: none; }
  .weather_page .weather_widget__label {
    color: #020202;
    width: 40px;
    height: 40px;
    z-index: -1; }
  .weather_page .weather_widget__select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    width: 220px;
    height: 40px;
    color: #020202;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.025em;
    /*  padding: 0px 40px 0px 6px; */
    border: 1px solid #e0e0e0;
    /* hide select arrow for IE */ }
    .weather_page .weather_widget__select:hover {
      cursor: pointer; }
    .weather_page .weather_widget__select::-ms-expand {
      display: none; }
  .weather_page .weather_widget__icon_figure {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 1309px) {
      .weather_page .weather_widget__icon_figure {
        position: absolute; } }
  .weather_page .weather_widget__icon_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    padding-right: 20px; }
    @media screen and (min-width: 1310px) {
      .weather_page .weather_widget__icon_wrap {
        float: left;
        position: relative;
        margin-top: 0;
        padding-right: 0;
        width: 260px;
        height: 260px; } }
    .weather_page .weather_widget__icon_wrap svg {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      width: 200px;
      height: 200px; }
      .weather_page .weather_widget__icon_wrap svg path {
        fill: #f63c29; }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_widget__icon_wrap svg {
          width: 100%;
          height: 100%; } }
  .weather_page .weather_today {
    font: normal 700 100% "PT Serif", sans-serif;
    color: #020202;
    padding-top: 59px;
    position: relative;
    padding-top: 13px; }
    @media screen and (min-width: 1310px) {
      .weather_page .weather_today {
        padding-top: 55px; } }
    .weather_page .weather_today__data {
      float: left; }
      @media screen and (max-width: 1309px) {
        .weather_page .weather_today__data {
          width: 50%;
          float: right; } }
    .weather_page .weather_today__now {
      font-size: 80px;
      font-size: 8rem;
      line-height: 80px;
      line-height: 8rem;
      letter-spacing: -0.03em;
      margin-bottom: 15px;
      font-variant-numeric: lining-nums;
      -webkit-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_today__now {
          margin-bottom: 11px; } }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_today__now small {
          margin-bottom: -5px; } }
    .weather_page .weather_today__later {
      font-size: 56px;
      font-size: 5.6rem;
      line-height: 56px;
      line-height: 5.6rem;
      letter-spacing: -0.01em;
      margin-bottom: 15px;
      font-variant-numeric: lining-nums;
      -webkit-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_today__later small {
          margin-bottom: -4px; } }
    .weather_page .weather_today__wind {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0em; }
      .weather_page .weather_today__wind .icon {
        font-size: 20px;
        font-size: 2rem; }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_today__wind small {
          margin-bottom: -10px; } }
    .weather_page .weather_today img.weather_today__icon {
      display: none; }
    .weather_page .weather_today small {
      display: block;
      font: normal 300 100% "Open Sans", sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.05em;
      color: #4f4f4f;
      text-transform: uppercase; }

@-webkit-keyframes j {
  0% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg); }
  50% {
    -webkit-transform: rotate(195deg);
    transform: rotate(195deg); }
  100% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg); } }

@keyframes j {
  0% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg); }
  50% {
    -webkit-transform: rotate(195deg);
    transform: rotate(195deg); }
  100% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg); } }

@-webkit-keyframes jz {
  0% {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg); }
  50% {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg); }
  100% {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg); } }

@keyframes jz {
  0% {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg); }
  50% {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg); }
  100% {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg); } }

@-webkit-keyframes z {
  0% {
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg); }
  50% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg); }
  100% {
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg); } }

@keyframes z {
  0% {
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg); }
  50% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg); }
  100% {
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg); } }

@-webkit-keyframes sz {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); } }

@keyframes sz {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); } }

@-webkit-keyframes s {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); } }

@keyframes s {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); } }

@-webkit-keyframes si {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  50% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }

@keyframes si {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  50% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }

@-webkit-keyframes i {
  0% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg); }
  50% {
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg); }
  100% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg); } }

@keyframes i {
  0% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg); }
  50% {
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg); }
  100% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg); } }

@-webkit-keyframes ji {
  0% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  50% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); } }

@keyframes ji {
  0% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  50% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); } }
  .weather_page .weather_today__wind_dir_ico {
    display: inline-block;
    height: 25px;
    position: relative;
    width: 25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .weather_page .weather_today__wind_dir_ico .icon {
      left: 0;
      position: absolute;
      left: 9px;
      /*left ne top zbog rotacije ikone*/ }
    .weather_page .weather_today__wind_dir_ico--n .icon {
      -webkit-animation: s 1.8s ease-in-out infinite;
      animation: s 1.8s ease-in-out infinite; }
    .weather_page .weather_today__wind_dir_ico--ne .icon {
      -webkit-animation: si 1.8s ease-in-out infinite;
      animation: si 1.8s ease-in-out infinite; }
    .weather_page .weather_today__wind_dir_ico--e .icon {
      -webkit-animation: i 1.8s ease-in-out infinite;
      animation: i 1.8s ease-in-out infinite; }
    .weather_page .weather_today__wind_dir_ico--se .icon {
      -webkit-animation: ji 1.8s ease-in-out infinite;
      animation: ji 1.8s ease-in-out infinite; }
    .weather_page .weather_today__wind_dir_ico--s .icon {
      -webkit-animation: j 1.8s ease-in-out infinite;
      animation: j 1.8s ease-in-out infinite; }
    .weather_page .weather_today__wind_dir_ico--sw .icon {
      -webkit-animation: jz 1.8s ease-in-out infinite;
      animation: jz 1.8s ease-in-out infinite; }
    .weather_page .weather_today__wind_dir_ico--w .icon {
      -webkit-animation: z 1.8s ease-in-out infinite;
      animation: z 1.8s ease-in-out infinite; }
    .weather_page .weather_today__wind_dir_ico--nw .icon {
      -webkit-animation: sz 1.8s ease-in-out infinite;
      animation: sz 1.8s ease-in-out infinite; }
  .weather_page .weather_week {
    margin-top: 40px;
    margin-bottom: 44px; }
    @media screen and (min-width: 1309px) {
      .weather_page .weather_week {
        margin-top: 0;
        margin-bottom: 0; } }
    .weather_page .weather_week__list {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .weather_page .weather_week__item {
      position: relative;
      padding: 0 0 0 8px;
      height: 48px;
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 48px;
      line-height: 4.8rem;
      letter-spacing: 0em; }
      @media screen and (min-width: 1024px) {
        .weather_page .weather_week__item {
          padding: 0 30px; } }
      .weather_page .weather_week__item:nth-of-tpye(odd) {
        background-color: white; }
      .weather_page .weather_week__item:nth-of-type(even) {
        background-color: #f4f4f4; }
    .weather_page .weather_week__day, .weather_page .weather_week__symbol, .weather_page .weather_week__day, .weather_page .weather_week__min, .weather_page .weather_week__max {
      display: inline-block;
      vertical-align: middle; }
    .weather_page .weather_week__day {
      width: 100px;
      font: normal 700 100% "PT Serif", sans-serif; }
      @media screen and (min-width: 1024px) {
        .weather_page .weather_week__day {
          width: 150px; } }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_week__day {
          width: 130px; } }
    .weather_page .weather_week__symbol {
      margin-right: 15px; }
      @media screen and (max-width: 1310px) {
        .weather_page .weather_week__symbol {
          position: absolute;
          left: 50%;
          -webkit-transform: translatex(-50%);
          -ms-transform: translatex(-50%);
          transform: translatex(-50%); } }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_week__symbol {
          margin-right: 40px;
          margin-left: 20px; } }
    .weather_page .weather_week__temperature {
      display: inline-block; }
      @media screen and (max-width: 1310px) {
        .weather_page .weather_week__temperature {
          float: right; } }
    .weather_page .weather_week__min, .weather_page .weather_week__max {
      position: relative;
      width: 66px;
      text-transform: uppercase;
      font: normal 700 100% "Open Sans", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 48px;
      line-height: 4.8rem;
      letter-spacing: 0.1em;
      color: #a3a3a3;
      font-variant-numeric: lining-nums;
      -webkit-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
      @media screen and (max-width: 1310px) {
        .weather_page .weather_week__min, .weather_page .weather_week__max {
          margin-top: 6px; } }
      @media screen and (max-width: 1310px) {
        .weather_page .weather_week__min, .weather_page .weather_week__max {
          float: left;
          width: 50px;
          text-align: center;
          line-height: 24px;
          line-height: 2.4rem; } }
      .weather_page .weather_week__min small, .weather_page .weather_week__max small {
        font: normal 300 100% "Open Sans", sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 1310px) {
          .weather_page .weather_week__min small, .weather_page .weather_week__max small {
            display: block; } }
    .weather_page .weather_week__min {
      margin-right: 21px; }
      @media screen and (min-width: 768px) {
        .weather_page .weather_week__min {
          margin-right: 57px; } }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_week__min {
          margin: 0 13px 0 0; } }
    .weather_page .weather_week__max {
      color: #020202; }
      .weather_page .weather_week__max small {
        color: #a3a3a3; }
  .weather_page .weather_bio,
  .weather_page .weather_text {
    margin-top: 44px; }
    @media screen and (min-width: 1024px) {
      .weather_page .weather_bio,
      .weather_page .weather_text {
        margin-top: 50px; } }
    .weather_page .weather_bio .main_tile__label,
    .weather_page .weather_text .main_tile__label {
      padding: 5px 0;
      vertical-align: middle;
      font: normal 300 100% "Open Sans", sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0em;
      background-color: #f4f4f4;
      color: #020202; }
      .weather_page .weather_bio .main_tile__label:before,
      .weather_page .weather_text .main_tile__label:before {
        display: none; }
      @media screen and (min-width: 1024px) {
        .weather_page .weather_bio .main_tile__label,
        .weather_page .weather_text .main_tile__label {
          padding: 15px 0;
          margin-bottom: 15px;
          line-height: 18px;
          line-height: 1.8rem;
          letter-spacing: 0.025em; } }
    .weather_page .weather_bio__desc,
    .weather_page .weather_text__desc {
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 31px;
      line-height: 3.1rem;
      letter-spacing: 0em;
      padding-top: 25px; }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_bio__desc,
        .weather_page .weather_text__desc {
          padding: 11px 30px 0 30px; } }
    .weather_page .weather_bio__powerby,
    .weather_page .weather_text__powerby {
      margin: 12px 0 30px 0; }
      @media screen and (min-width: 1024px) {
        .weather_page .weather_bio__powerby,
        .weather_page .weather_text__powerby {
          padding-left: 30px;
          text-align: center; } }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_bio__powerby,
        .weather_page .weather_text__powerby {
          text-align: left;
          margin: 11px 0 30px 0; } }
      .weather_page .weather_bio__powerby small,
      .weather_page .weather_text__powerby small {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-top: 43px;
        font: normal 400 100% "Open Sans", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2rem;
        letter-spacing: 0.05em;
        color: #a3a3a3;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) {
          .weather_page .weather_bio__powerby small,
          .weather_page .weather_text__powerby small {
            float: none;
            -webkit-transform: translatex(-50px);
            -ms-transform: translatex(-50px);
            transform: translatex(-50px); } }
        @media screen and (min-width: 1310px) {
          .weather_page .weather_bio__powerby small,
          .weather_page .weather_text__powerby small {
            float: left;
            -webkit-transform: translatex(0px);
            -ms-transform: translatex(0px);
            transform: translatex(0px); } }
      @media screen and (min-width: 1024px) {
        .weather_page .weather_bio__powerby img,
        .weather_page .weather_text__powerby img {
          -webkit-transform: translatex(-50px);
          -ms-transform: translatex(-50px);
          transform: translatex(-50px); } }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_bio__powerby img,
        .weather_page .weather_text__powerby img {
          -webkit-transform: translatex(0px);
          -ms-transform: translatex(0px);
          transform: translatex(0px); } }
      @media screen and (min-width: 1024px) and (max-width: 1309px) {
        .weather_page .weather_bio__powerby img,
        .weather_page .weather_text__powerby img {
          -webkit-transform: translate(-50px, 6px);
          -ms-transform: translate(-50px, 6px);
          transform: translate(-50px, 6px); } }
  .weather_page .weather_bio {
    position: relative; }
    .weather_page .weather_bio__ico {
      position: relative;
      float: left;
      display: block;
      width: 80px;
      height: 80px;
      margin-left: 30px;
      margin-right: 20px;
      margin-top: 16px;
      font-size: 80px;
      font-size: 8rem;
      line-height: 80px;
      line-height: 8rem; }
      @media screen and (max-width: 1310px) {
        .weather_page .weather_bio__ico {
          margin: 40px auto 0;
          float: none; } }
      .weather_page .weather_bio__ico .icon {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
        color: #4f4f4f; }
        @media screen and (max-width: 1024px) {
          .weather_page .weather_bio__ico .icon {
            right: 50%;
            -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%); } }

@media screen and (min-width: 540px) {
  body.authors_page .main_tile {
    padding: 0 16px;
    margin: 40px 0 0 0; } }

@media screen and (min-width: 1024px) {
  body.authors_page .main_tile {
    padding: 0; } }

body.authors_page .main_tile__label {
  padding: 2px 0 0;
  margin: 0 0 45px;
  text-align: left;
  font: normal 700 100% "Open Sans", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  color: #f63c29; }
  body.authors_page .main_tile__label span {
    font: normal 300 100% "Open Sans", sans-serif;
    color: #1a1a1a; }

body.authors_page .column_sidebar {
  margin: 0 0 30px 0; }
  @media screen and (min-width: 1024px) {
    body.authors_page .column_sidebar {
      margin: 40px 0 0 0;
      -webkit-flex: 1;
      -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1; } }

@media screen and (min-width: 1024px) {
  body.authors_page .container__height_wrap {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; } }

.funzone {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .funzone {
      display: none; } }
  .funzone__wrap {
    position: fixed;
    bottom: 13px;
    right: 13px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    -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--iseljavanje .funzone__wrap {
      background: transparent; }
  .funzone__img {
    position: relative;
    display: block;
    width: 56px;
    height: auto;
    margin: 0;
    padding: 0; }
    .funzone--gastro_star .funzone__img,
    .funzone--magic .funzone__img {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 3px; }
    .funzone--gastrozvijezda .funzone__img {
      width: 50px;
      margin: 3px auto; }
    .funzone__img img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }

.thread__list {
  list-style-type: none;
  margin: -1px 0 0;
  padding: 0; }

.thread__sublist {
  position: relative;
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding-top: 1;
  margin-top: -1px;
  background: transparent;
  -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .thread__sublist.is_visible {
    height: auto;
    opacity: 1;
    overflow: visible;
    /*  padding-top: 10px; */ }

.thread--thread__teaser {
  position: relative; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .thread--thread__teaser {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 1023px) {
    .thread--thread__teaser {
      padding-left: 0;
      padding-right: 0; } }
  .thread--thread__teaser .thread__separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin-bottom: 24px; }
    @media screen and (min-width: 1024px) {
      .thread--thread__teaser .thread__separator {
        display: none; } }
  .thread--thread__teaser .is_authenticated .thread__separator {
    display: none;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin-bottom: 24px; }
    @media screen and (min-width: 1024px) {
      .thread--thread__teaser .is_authenticated .thread__separator {
        display: block;
        width: 80px;
        margin-bottom: 20px; } }
  .thread--thread__teaser .thread__list .commbox--self:before, .thread--thread__teaser .thread__list .commbox--self:after {
    display: none; }

.thread--thread__teaser.th_gastro {
  /*
        .is_authenticated  {
            @include min-screen($lg) {
                padding-left: 70px;
            }
        }
        */ }
  .thread--thread__teaser.th_gastro .thread__message--title {
    display: block;
    padding-bottom: 15px;
    font: italic 700 100% "PT Serif", sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 29px;
    line-height: 2.9rem;
    letter-spacing: 0em; }
    @media screen and (min-width: 1024px) {
      .thread--thread__teaser.th_gastro .thread__message--title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 50px;
        line-height: 5rem; } }
  .thread--thread__teaser.th_gastro .no_posts {
    padding-top: 10px;
    padding-bottom: 10px; }
    .thread--thread__teaser.th_gastro .no_posts .thread__message--title {
      margin-top: -6px;
      padding-bottom: 15px;
      font: italic 700 100% "PT Serif", sans-serif;
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 29px;
      line-height: 2.9rem;
      letter-spacing: 0em; }
      @media screen and (min-width: 1024px) {
        .thread--thread__teaser.th_gastro .no_posts .thread__message--title {
          margin-top: -11px;
          padding-bottom: 1px;
          font-size: 30px;
          font-size: 3rem;
          line-height: 50px;
          line-height: 5rem; } }
    @media screen and (max-width: 1023px) {
      .thread--thread__teaser.th_gastro .no_posts .thread__message--content {
        margin-top: 5px;
        margin-bottom: 15px; } }
    @media screen and (min-width: 1024px) {
      .thread--thread__teaser.th_gastro .no_posts .thread__message--content {
        margin-top: 2px;
        padding-bottom: 14px;
        margin-bottom: 7px; } }
    .thread--thread__teaser.th_gastro .no_posts .thread__unlogged {
      padding-left: 0; }
  .thread--thread__teaser.th_gastro .thread__message {
    display: block;
    padding-bottom: 23px;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em; }
    @media screen and (min-width: 1024px) {
      .thread--thread__teaser.th_gastro .thread__message {
        padding-bottom: 31px;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 32px;
        line-height: 3.2rem; } }
  @media screen and (min-width: 1024px) {
    .thread--thread__teaser.th_gastro .thread__unlogged {
      padding-left: 70px; } }
  .thread--thread__teaser.th_gastro .thread__unlogged .btn--login {
    margin-right: 11px; }
    @media screen and (max-width: 1023px) {
      .thread--thread__teaser.th_gastro .thread__unlogged .btn--login {
        padding: 9px 15px; } }
    @media screen and (min-width: 1024px) {
      .thread--thread__teaser.th_gastro .thread__unlogged .btn--login {
        margin-right: 17px; } }
  @media screen and (max-width: 1023px) {
    .thread--thread__teaser.th_gastro .thread__unlogged .btn--fb {
      padding-left: 45px;
      padding-right: 15px; } }
  @media screen and (max-width: 1023px) {
    .thread--thread__teaser.th_gastro .thread__unlogged .btn--fb .icon {
      width: 30px; } }
  @media screen and (max-width: 1023px) {
    .thread--thread__teaser.th_gastro .thread__unlogged .btn--fb:before {
      left: 29px; } }
  @media screen and (max-width: 1023px) {
    .thread--thread__teaser.th_gastro .thread__unlogged .btn--fb span {
      display: none; } }

.thread--th_gastro .article__header {
  font: normal 400 100% "Open Sans", sans-serif;
  color: #020202;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 70px; }
  @media screen and (min-width: 1310px) {
    .thread--th_gastro .article__header {
      margin-top: 12px; } }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .thread--th_gastro .article__header {
      padding-left: 16px;
      padding-right: 16px; } }
  .thread--th_gastro .article__header_breadcrumbs {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 1310px) {
      .thread--th_gastro .article__header_breadcrumbs {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.1em; } }
    .thread--th_gastro .article__header_breadcrumbs i {
      vertical-align: top;
      margin-right: 12px; }
    @media screen and (max-width: 1023px) {
      .thread--th_gastro .article__header_breadcrumbs {
        display: none; } }
  .thread--th_gastro .article__header_breadcrumb {
    -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; }
    .thread--th_gastro .article__header_breadcrumb:not(:last-of-type):after {
      margin-right: 7px; }
      @media screen and (min-width: 1310px) {
        .thread--th_gastro .article__header_breadcrumb:not(:last-of-type):after {
          margin-right: 5px; } }
    .thread--th_gastro .article__header_breadcrumb:hover {
      color: #4f4f4f; }
  .thread--th_gastro .article__header_views {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .thread--th_gastro .article__header_views {
        float: left;
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: 0em; } }
    .thread--th_gastro .article__header_views i {
      position: relative;
      margin-right: 7px;
      top: -2px; }
  .thread--th_gastro .article__header_date {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase; }

.thread--th_gastro .article__date {
  color: #020202;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase; }

.thread--th_gastro .article__title {
  margin: 0;
  font: normal 700 100% "PT Serif", sans-serif;
  color: #020202;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 10px 0 17px 0; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .thread--th_gastro .article__title {
      padding-left: 16px;
      padding-right: 16px; } }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .article__title {
      padding: 21px 0 20px 0;
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 56px;
      line-height: 5.6rem; } }
  @media screen and (min-width: 1310px) {
    .thread--th_gastro .article__title {
      padding: 26px 0 22px 0;
      font-size: 56px;
      font-size: 5.6rem;
      line-height: 60px;
      line-height: 6rem; } }

.thread--th_gastro .article__author {
  display: inline-block;
  font: normal 400 100% "Open Sans", sans-serif;
  color: #020202;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .thread--th_gastro .article__author {
      padding-left: 16px;
      padding-right: 16px; } }
  .thread--th_gastro .article__author--link {
    margin-left: 5px;
    font: normal 700 100% "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0em;
    text-transform: none;
    -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; }
    @media screen and (max-width: 1023px) {
      .thread--th_gastro .article__author--link {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem; } }
    .thread--th_gastro .article__author--link:hover {
      color: #4f4f4f; }
  .thread--th_gastro .article__author:after {
    margin: 0px 12px 0 15px;
    display: none;
    visibility: hidden; }
    @media screen and (min-width: 1024px) {
      .thread--th_gastro .article__author:after {
        display: none; } }

.thread--th_gastro .article__header_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f4f4f4;
  text-align: center;
  padding: 13px 0; }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .article__header_back {
      left: 14px;
      right: 14px; } }
  @media screen and (min-width: 1310px) {
    .thread--th_gastro .article__header_back {
      padding: 0;
      background-color: transparent;
      top: auto;
      left: -64px;
      right: auto;
      bottom: -185px; } }
  .thread--th_gastro .article__header_back a {
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 1310px) {
    .thread--th_gastro .article__header_back:hover .icon_wrap {
      background-color: transparent;
      border: 1px solid #f63c29; } }
  .thread--th_gastro .article__header_back:hover i {
    color: #f63c29; }
  @media screen and (max-width: 1309px) {
    .thread--th_gastro .article__header_back:hover .hidden_desktop {
      color: #f63c29; } }
  .thread--th_gastro .article__header_back .icon_wrap {
    display: inline-block;
    position: relative;
    -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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1309px) {
      .thread--th_gastro .article__header_back .icon_wrap {
        top: 3px;
        margin-right: 18px; } }
    @media screen and (min-width: 1310px) {
      .thread--th_gastro .article__header_back .icon_wrap {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: white;
        background-color: #f63c29;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid transparent; } }
    @media screen and (min-width: 1310px) {
      .thread--th_gastro .article__header_back .icon_wrap i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  .thread--th_gastro .article__header_back .hidden_mobile {
    display: none; }
    @media screen and (min-width: 1310px) {
      .thread--th_gastro .article__header_back .hidden_mobile {
        padding-top: 6px;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2rem;
        letter-spacing: 0.06em;
        color: #020202;
        text-transform: uppercase; } }
  .thread--th_gastro .article__header_back .hidden_desktop {
    font: normal 700 100% "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media screen and (min-width: 1310px) {
      .thread--th_gastro .article__header_back .hidden_desktop {
        display: none; } }

.thread--th_gastro .comments__upper {
  padding-top: 27px; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .thread--th_gastro .comments__upper {
      padding-left: 16px;
      padding-right: 16px; } }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .comments__upper {
      padding-top: 36px;
      margin-bottom: 2px; } }
  .thread--th_gastro .comments__upper .main_label {
    float: none;
    padding-bottom: 14px;
    font: normal 300 100% "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #020202;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .thread--th_gastro .comments__upper .main_label {
        float: left;
        padding-bottom: 0;
        text-align: left;
        font-size: 22px;
        font-size: 2.2rem; } }
    .thread--th_gastro .comments__upper .main_label span {
      font: normal 800 100% "Open Sans", sans-serif;
      color: #f63c29; }
  .thread--th_gastro .comments__upper .comments__show_answers {
    font: normal 400 100% "Open Sans", sans-serif;
    position: absolute;
    right: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.06em; }

@media screen and (max-width: 1023px) {
  .thread--th_gastro .pagination__wrap--upper {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 9px; } }

@media screen and (min-width: 1024px) {
  .thread--th_gastro .pagination__wrap--upper .pagination {
    margin-bottom: 22px; } }

.thread--th_gastro .pagination__wrap .pagination {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .thread--th_gastro .pagination__wrap .pagination {
      margin: 0; } }

.thread--th_gastro .pagination__separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 20px;
  margin-bottom: 0px; }
  .pagination--lower .thread--th_gastro .pagination__separator {
    margin-bottom: 20px; }

.thread--th_gastro .pagination--lower .pagination__separator {
  margin-bottom: 60px; }

@media screen and (max-width: 1023px) {
  .thread--th_gastro .thread__list {
    margin-left: -14px;
    margin-right: -14px; } }

.thread--th_gastro .thread__list--thread > .thread__item {
  border-bottom: 1px solid #e0e0e0; }
  .thread--th_gastro .thread__list--thread > .thread__item--last {
    border: none; }

@media screen and (max-width: 1023px) {
  .thread--th_gastro .thread__list--thread .thread__sublist {
    margin-left: 0px;
    margin-right: 0px; } }

@media screen and (max-width: 1023px) {
  .thread--th_gastro .thread__list--thread .thread__sublist .thread__item {
    margin-left: -14px;
    margin-right: -14px; } }

.thread--th_gastro .thread__list--thread .thread__sublist .thread__item:last-of-type {
  border-bottom: 0px; }

.thread--th_gastro .thread__list--thread .onecomment__new_comment {
  border-top: 1px solid #e0e0e0; }

@media screen and (min-width: 1024px) {
  .thread--th_gastro .thread__list--thread .comments__item {
    margin-top: 40px; } }

.thread--th_gastro .thread__list--thread .comments__item .onecomment__new_comment {
  border-top: 0px; }

.thread--th_gastro .thread__item--self {
  background-color: #fff4e1; }
  .thread--th_gastro .thread__item--self .commbox__reply,
  .thread--th_gastro .thread__item--self .commbox__replies {
    background-color: white; }

.thread--th_gastro .thread__sublist {
  background-color: #f4f4f4;
  padding-top: 1px; }
  @media screen and (max-width: 1023px) {
    .thread--th_gastro .thread__sublist {
      margin-left: -14px;
      margin-right: -14px;
      padding-left: 14px;
      padding-right: 14px; } }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .thread__sublist .commbox__wrap {
      padding-left: 100px; } }
  .thread--th_gastro .thread__sublist .thread__item {
    border-bottom: 1px solid #e3e3e3; }
  @media screen and (max-width: 1023px) {
    .thread--th_gastro .thread__sublist .commbox__rating {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .thread--th_gastro .thread__sublist .commbox__rating .voting_span {
      position: relative;
      top: 5px;
      float: right; } }

.thread--th_gastro .commbox__wrap {
  padding-top: 22px;
  padding-bottom: 22px; }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .commbox__wrap {
      padding-top: 18px;
      padding-bottom: 30px;
      padding-left: 20px; } }

@media screen and (min-width: xlg) {
  .thread--th_gastro .commbox__avatar {
    margin-right: 30px; } }

.thread--th_gastro .commbox__content {
  padding-top: 2px; }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .commbox__content {
      padding-top: 4px; } }

.thread--th_gastro .commbox__interaction {
  margin-top: 24px; }

@media screen and (min-width: 1024px) {
  .thread--th_gastro .comments__content {
    margin-bottom: 90px; } }

.thread--th_gastro .comments__item--unlogged {
  padding: 34px 14px 40px 14px; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .thread--th_gastro .comments__item--unlogged {
      padding: 34px 30px 40px 30px; } }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .comments__item--unlogged {
      padding: 0 60px 60px 60px; } }
  @media screen and (min-width: 1310px) {
    .thread--th_gastro .comments__item--unlogged {
      padding: 22px 80px 0 80px; } }
  .thread--th_gastro .comments__item--unlogged .thread__message--title {
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 29px;
    line-height: 2.9rem;
    letter-spacing: 0em; }
    @media screen and (min-width: 1024px) {
      .thread--th_gastro .comments__item--unlogged .thread__message--title {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 50px;
        line-height: 5rem; } }
  .thread--th_gastro .comments__item--unlogged .thread__message--unlogged {
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em; }
    @media screen and (min-width: 1024px) {
      .thread--th_gastro .comments__item--unlogged .thread__message--unlogged {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 32px;
        line-height: 3.2rem;
        padding-bottom: 14px; } }
  @media screen and (max-width: 1023px) {
    .thread--th_gastro .comments__item--unlogged .thread__unlogged {
      padding-top: 9px; } }
  .thread--th_gastro .comments__item--unlogged .btn--login {
    margin-right: 11px; }
    @media screen and (max-width: 1023px) {
      .thread--th_gastro .comments__item--unlogged .btn--login {
        padding: 9px 15px; } }
    @media screen and (min-width: 1024px) {
      .thread--th_gastro .comments__item--unlogged .btn--login {
        margin-right: 17px; } }
  @media screen and (max-width: 1023px) {
    .thread--th_gastro .comments__item--unlogged .btn--fb {
      padding-left: 45px;
      padding-right: 15px; } }
  @media screen and (max-width: 1023px) {
    .thread--th_gastro .comments__item--unlogged .btn--fb .icon {
      width: 30px; } }
  @media screen and (max-width: 1023px) {
    .thread--th_gastro .comments__item--unlogged .btn--fb:before {
      left: 29px; } }
  @media screen and (max-width: 1023px) {
    .thread--th_gastro .comments__item--unlogged .btn--fb span {
      display: none; } }

.post__thread.thread--th_gastro {
  padding-top: 27px; }
  @media screen and (min-width: 1024px) {
    .post__thread.thread--th_gastro {
      padding-top: 36px; } }
  @media screen and (min-width: 1310px) {
    .post__thread.thread--th_gastro .article__header_back {
      bottom: -105px; } }

/* Refactoring komentara */
.commbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem; }
  .commbox__wrap {
    padding-bottom: 25px; }
  .commbox__avatar {
    float: left;
    margin-right: 10px; }
  .commbox__avatar_img,
  .commbox__avatar_img > img {
    display: block; }
  @media screen and (min-width: 1024px) {
    .commbox__content {
      overflow: hidden; } }
  .commbox__content--hidden {
    display: none; }
  .commbox__interaction {
    font-size: 0;
    position: relative; }
  .commbox__replies, .commbox__reply, .commbox__time, .commbox__flag {
    display: inline-block;
    margin-right: 10px; }
  .commbox__replies {
    margin-right: 10px; }
    @media screen and (min-width: 1024px) {
      .commbox__replies {
        margin-right: 20px; } }
    .post__thread .commbox__replies {
      display: none; }
  .commbox__time {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem; }
  .commbox__flag {
    position: relative;
    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; }
    @media screen and (min-width: 1024px) {
      .commbox__flag {
        margin-right: 10px; } }
  .commbox .voting_span {
    display: inline; }
  .commbox__rating {
    float: right;
    display: inline-block;
    -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; }
    @media screen and (max-width: 1024px) {
      .commbox__rating {
        font-size: 10px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 2rem;
        letter-spacing: 0.1em; } }
    .commbox__rating:after {
      clear: both; }
    .commbox__rating--positive {
      margin-right: 8px; }
      @media screen and (min-width: 1024px) {
        .commbox__rating--positive {
          margin-left: 10px;
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .commbox__rating--negative {
        margin-left: 10px; } }
    .commbox__rating .btn__value {
      font: normal 700 100% "Open Sans", sans-serif; }
      @media screen and (max-width: 1024px) {
        .commbox__rating .btn__value {
          margin-left: 0; } }
    .commbox__rating--invert {
      -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; }

.comments__upper {
  margin: 0; }
  .comments__upper .fake__form_select_wrap {
    position: relative;
    padding: 0;
    float: right; }
  .comments__upper .fake__form_select_box {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .comments__upper .fake__form_select_list {
    position: relative;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
    z-index: 11; }
    .comments__upper .fake__form_select_list.is_visible {
      display: block;
      position: absolute; }

/* TEMA */
.thread--th_gastro .comments__upper .comments__show_answers {
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 31px;
  line-height: 3.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #020202;
  right: 14px;
  padding-top: 4px; }

.thread--th_gastro .comments__upper .fake__form_select_wrap {
  margin-right: 0;
  position: relative;
  width: 45%;
  text-align: right;
  line-height: 32px;
  line-height: 3.2rem; }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .comments__upper .fake__form_select_wrap {
      text-align: right;
      padding: 0;
      margin-right: 16px;
      width: 33%; } }
  @media screen and (min-width: 1310px) {
    .thread--th_gastro .comments__upper .fake__form_select_wrap {
      margin-right: 26px; } }

.thread--th_gastro .comments__upper .fake__form_select {
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  @inlcude line-height(20);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #020202;
  padding-right: 35px;
  position: relative;
  top: -1px; }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .comments__upper .fake__form_select {
      top: 5px;
      padding-right: 62px;
      line-height: 28px;
      line-height: 2.8rem; } }
  .thread--th_gastro .comments__upper .fake__form_select li {
    padding: 0 10px;
    line-height: 36px;
    line-height: 3.6rem; }
    .thread--th_gastro .comments__upper .fake__form_select li:hover {
      background-color: #f4f4f4;
      cursor: pointer; }
  .thread--th_gastro .comments__upper .fake__form_select span:hover {
    cursor: pointer; }
  .thread--th_gastro .comments__upper .fake__form_select .icon {
    position: absolute;
    right: 0px;
    top: -1px;
    color: #a3a3a3; }
    @media screen and (min-width: 1024px) {
      .thread--th_gastro .comments__upper .fake__form_select .icon {
        top: 3px;
        right: 0;
        top: 0;
        color: #020202; } }

.thread--th_gastro .comments__upper .fake__form_select_list {
  text-align: left; }
  .thread--th_gastro .comments__upper .fake__form_select_list.is_visible {
    right: 0px;
    top: 0px;
    left: auto;
    background-color: white;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0; }
    @media screen and (min-width: 1024px) {
      .thread--th_gastro .comments__upper .fake__form_select_list.is_visible {
        width: 195px;
        right: -25px;
        top: -5px; } }

.thread--th_gastro .comments__upper .comments__show_answers {
  display: none;
  float: right; }
  @media screen and (min-width: 1024px) {
    .thread--th_gastro .comments__upper .comments__show_answers {
      display: inline-block; } }
  .thread--th_gastro .comments__upper .comments__show_answers:hover {
    color: #a3a3a3; }

@media screen and (max-width: 539px) {
  .commbox--th_gastro {
    padding-left: 14px;
    padding-right: 14px;
    width: auto; } }

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .commbox--th_gastro {
    padding-left: 30px;
    padding-right: 30px;
    width: auto; } }

@media screen and (max-width: 539px) {
  .thread--thread_teaser .commbox--th_gastro {
    padding-left: 0;
    padding-right: 0;
    width: auto; } }

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread--thread_teaser .commbox--th_gastro {
    padding-left: 0;
    padding-right: 0;
    width: auto; } }

.commbox--th_gastro .commbox .thread__sublist:after {
  display: none; }

.commbox--th_gastro .commbox .thread__sublist.commbox--self:after {
  display: block; }

.thread--thread_teaser .commbox--th_gastro .commbox__wrap {
  padding-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .thread--thread_teaser .commbox--th_gastro .commbox__wrap {
      padding-bottom: 38px; } }
  @media screen and (min-width: 1310px) {
    .thread--thread_teaser .commbox--th_gastro .commbox__wrap {
      padding-bottom: 35px; } }

.commbox--th_gastro .commbox__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 1px;
  margin-right: 19px; }
  @media screen and (min-width: 1024px) {
    .commbox--th_gastro .commbox__avatar {
      margin-right: 30px;
      margin-top: 11px; } }
  .thread--thread_teaser .commbox--th_gastro .commbox__avatar {
    margin-right: 20px; }
  .thread__sublist .commbox--th_gastro .commbox__avatar {
    width: 50px;
    height: 50px; }

.commbox--th_gastro .commbox__avatar_img_wrap {
  position: relative;
  display: block;
  overflow: normal; }

.commbox--th_gastro .commbox__avatar_img:before {
  border-radius: 50%; }

.commbox--th_gastro .commbox__avatar_img > img {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.commbox--th_gastro .commbox__user {
  font: normal 700 100% "PT Serif", sans-serif;
  color: #020202;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  -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; }
  .commbox--th_gastro .commbox__user:hover {
    color: #4f4f4f; }
  .thread--thread_teaser .commbox--th_gastro .commbox__user {
    margin-right: 25px; }

.commbox--th_gastro .commbox__content {
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #020202; }
  .commbox--th_gastro .commbox__content p {
    margin-top: 6px; }
    @media screen and (min-width: 1024px) {
      .commbox--th_gastro .commbox__content p {
        margin: 0;
        padding-top: 8px; } }
    @media screen and (min-width: 1310px) {
      .commbox--th_gastro .commbox__content p {
        padding-top: 9px;
        padding-right: 20px; } }

.commbox--th_gastro .commbox__more {
  font: normal 700 100% "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem; }

.commbox--th_gastro .commbox__interaction {
  margin-top: 24px; }
  @media screen and (max-width: 1023px) {
    .commbox--th_gastro .commbox__interaction {
      margin-top: 9px;
      padding-bottom: 8px; } }
  @media screen and (max-width: 1023px) {
    .thread__sublist .commbox--th_gastro .commbox__interaction {
      margin-top: 8px;
      padding-bottom: 8px; } }

.commbox--th_gastro .commbox__time {
  position: relative;
  top: 0px;
  display: block;
  font: normal 400 100% "Open Sans", sans-serif;
  color: #a3a3a3;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .commbox--th_gastro .commbox__time {
      display: inline-block;
      top: 8px;
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (min-width: 1310px) {
    .commbox--th_gastro .commbox__time {
      top: 4px; } }
  @media screen and (min-width: 1024px) {
    .commbox--th_gastro .commbox__time--top {
      float: right;
      padding: 0;
      margin-right: 18px; } }
  @media screen and (min-width: 1024px) {
    .thread--thread_teaser .commbox--th_gastro .commbox__time--top {
      float: none; } }

.commbox--th_gastro .commbox__rating {
  position: relative;
  top: 2px; }
  .commbox--th_gastro .commbox__rating .btn {
    height: auto; }
  .commbox--th_gastro .commbox__rating .btn__param,
  .commbox--th_gastro .commbox__rating .btn__value {
    position: relative;
    color: #020202;
    font: normal 700 100% "Open Sans", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em;
    -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; }
    @media screen and (min-width: 1024px) {
      .commbox--th_gastro .commbox__rating .btn__param,
      .commbox--th_gastro .commbox__rating .btn__value {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media screen and (min-width: 1024px) {
    .commbox--th_gastro .commbox__rating .btn__value {
      margin-left: 4px; } }
  .commbox--th_gastro .commbox__rating--positive .btn__value {
    color: #64bd13; }
  @media screen and (min-width: 1310px) {
    .commbox--th_gastro .commbox__rating--positive {
      margin-right: 15px; } }
  .commbox--th_gastro .commbox__rating--negative {
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .commbox--th_gastro .commbox__rating--negative {
        padding: 0 7px;
        margin-right: 14px; } }
    .commbox--th_gastro .commbox__rating--negative .btn__value {
      color: #f63c29; }
    .commbox--th_gastro .commbox__rating--negative.btn--invert:after {
      background-color: #f63c29; }
  .commbox--th_gastro .commbox__rating--positive {
    padding: 0;
    margin-right: 5px; }
    @media screen and (min-width: 1024px) {
      .commbox--th_gastro .commbox__rating--positive {
        padding: 0 7px; } }
    .commbox--th_gastro .commbox__rating--positive.btn--invert:after {
      background-color: #64bd13; }
  .commbox--th_gastro .commbox__rating .btn--invert:after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px; }
    @media screen and (min-width: 1024px) {
      .commbox--th_gastro .commbox__rating .btn--invert:after {
        left: 7px;
        right: 7px; } }
  .commbox--th_gastro .commbox__rating:hover .btn__param {
    color: #4f4f4f; }

.commbox--th_gastro .commbox__replies {
  background-color: #f4f4f4;
  color: #020202;
  height: auto;
  padding: 0px 7px;
  -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; }
  @media screen and (min-width: 1024px) {
    .commbox--th_gastro .commbox__replies {
      padding: 0px 10px; } }
  .commbox--th_gastro .commbox__replies .btn__value {
    margin-left: 9px; }
    @media screen and (min-width: 1024px) {
      .commbox--th_gastro .commbox__replies .btn__value {
        margin-left: 10px; } }
  .commbox--th_gastro .commbox__replies .icon {
    display: inline-block;
    float: left;
    position: relative;
    line-height: 32px;
    line-height: 3.2rem; }
  .commbox--th_gastro .commbox__replies span {
    font: normal 700 100% "Open Sans", sans-serif;
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 1024px) {
      .commbox--th_gastro .commbox__replies span {
        font-size: 12px;
        font-size: 1.2rem; } }
  .commbox--th_gastro .commbox__replies:hover, .commbox--th_gastro .commbox__replies.is_active {
    color: white;
    background-color: #f63c29; }

.commbox--th_gastro .commbox__reply {
  font: normal 700 100% "Open Sans", sans-serif;
  background-color: #f4f4f4;
  color: #020202; }
  .commbox--th_gastro .commbox__reply.btn--reply {
    height: auto;
    padding: 6px 7px;
    margin-right: 0px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 1024px) {
      .commbox--th_gastro .commbox__reply.btn--reply {
        padding: 6px 10px;
        font-size: 12px;
        font-size: 1.2rem; } }
    .commbox--th_gastro .commbox__reply.btn--reply span {
      color: #020202; }
    .commbox--th_gastro .commbox__reply.btn--reply:hover {
      background-color: #f63c29; }
      .commbox--th_gastro .commbox__reply.btn--reply:hover span {
        color: white; }

.commbox--th_gastro .commbox__flag {
  color: #c8c8c8;
  top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  -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; }
  @media screen and (min-width: 1024px) {
    .commbox--th_gastro .commbox__flag {
      margin-right: 10px;
      margin-left: 0; } }
  .commbox--th_gastro .commbox__flag .icon {
    position: relative; }
  .commbox--th_gastro .commbox__flag:hover {
    color: #f63c29; }
  .commbox--th_gastro .commbox__flag.btn--invert {
    color: #f63c29; }

.onecomment--th_gastro {
  position: relative;
  padding: 30px 0 45px; }
  @media screen and (min-width: 1024px) {
    .onecomment--th_gastro {
      padding: 30px 20px; } }
  .onecomment--th_gastro.onecomment__new_comment {
    background-color: #fff4e1;
    padding: 30px 14px; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .onecomment--th_gastro.onecomment__new_comment {
        padding: 30px; } }
    @media screen and (min-width: 1310px) {
      .onecomment--th_gastro.onecomment__new_comment {
        padding-left: 30px; } }
    .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      float: left; }
      @media screen and (max-width: 1023px) {
        .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar {
          position: absolute;
          left: 14px; } }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar {
          left: 30px; } }
      @media screen and (min-width: 1024px) {
        .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar {
          margin-right: 30px;
          margin-top: 11px; } }
      .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: block; }
      .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar figure {
        border-radius: 50%; }
        .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar figure:before {
          border-radius: 50%; }
    .onecomment--th_gastro.onecomment__new_comment .onecomment__content {
      display: block; }
      @media screen and (min-width: 1024px) {
        .onecomment--th_gastro.onecomment__new_comment .onecomment__content {
          margin-left: 0;
          padding-left: 70px; } }
      @media screen and (max-width: 1023px) {
        .onecomment--th_gastro.onecomment__new_comment .onecomment__content {
          padding-left: 0px; } }
    .onecomment--th_gastro.onecomment__new_comment .onecomment__username {
      margin-left: -6px; }
      @media screen and (max-width: 1023px) {
        .onecomment--th_gastro.onecomment__new_comment .onecomment__username {
          margin-left: 0;
          padding-left: 70px; } }
    .onecomment--th_gastro.onecomment__new_comment .onecomment__form {
      display: inline-block;
      width: 100%;
      margin-top: -35px; }
      @media screen and (max-width: 1023px) {
        .onecomment--th_gastro.onecomment__new_comment .onecomment__form {
          margin-left: 0px;
          margin-top: 0; } }
    .thread__item .onecomment--th_gastro.onecomment__new_comment {
      background-color: #f4f4f4; }
      .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar {
        opacity: 0;
        visibility: hidden;
        display: none; }
        @media screen and (max-width: 1023px) {
          .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar {
            display: none; } }
      .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__username {
        padding-left: 0; }
        @media screen and (min-width: 1024px) {
          .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__username {
            margin-left: 4px; } }
      .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__counter {
        right: 15px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding-left: 0; }
        @media screen and (max-width: 1023px) {
          .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__counter {
            display: inline-block;
            float: left;
            font-size: 11px;
            font-size: 1.1rem;
            position: absolute; } }
        @media screen and (min-width: 540px) and (max-width: 1023px) {
          .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__counter {
            right: 30px; } }
        @media screen and (min-width: 1024px) {
          .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__counter {
            right: 20px; } }
      @media screen and (min-width: 1024px) {
        .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__content {
          margin-left: 0; } }
      .thread__item .onecomment--th_gastro.onecomment__new_comment .onecomment__form {
        margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .onecomment--th_gastro .onecomment__content {
      margin-left: 80px; } }
  .onecomment--th_gastro .onecomment__username {
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem; }
    @media screen and (min-width: 1024px) {
      .onecomment--th_gastro .onecomment__username {
        margin-left: 3px; } }
    @media screen and (max-width: 1023px) {
      .onecomment--th_gastro .onecomment__username {
        width: 100%;
        float: left; } }
  .onecomment--th_gastro .onecomment__form_textarea {
    padding: 10px;
    margin: 20px 0px;
    min-height: 40px;
    line-height: 20px;
    line-height: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    width: 100%;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem; }
    @media screen and (min-width: 1024px) {
      .onecomment--th_gastro .onecomment__form_textarea {
        line-height: 26px;
        line-height: 2.6rem; } }
  .onecomment--th_gastro .onecomment__counter {
    color: #a3a3a3;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .onecomment--th_gastro .onecomment__counter {
        display: inline-block;
        float: left;
        padding-left: 70px;
        font-size: 11px;
        font-size: 1.1rem; } }
    @media screen and (min-width: 1024px) {
      .onecomment--th_gastro .onecomment__counter {
        right: 20px;
        position: absolute;
        right: 14px;
        top: 30px; } }
  .onecomment--th_gastro .onecomment__form_link {
    position: relative;
    top: 9px;
    font: normal 600 100% "Open Sans", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #020202; }
    @media screen and (min-width: 1024px) {
      .onecomment--th_gastro .onecomment__form_link {
        font-size: 12px;
        font-size: 1.2rem; } }
    .onecomment--th_gastro .onecomment__form_link:hover {
      color: #a3a3a3; }
  .onecomment--th_gastro .onecomment__form_link--cancel {
    float: right;
    margin-right: 20px; }
    @media screen and (max-width: 1024px) {
      .onecomment--th_gastro .onecomment__form_link--cancel {
        display: none; } }
    .onecomment--th_gastro .onecomment__form_link--cancel:hover {
      color: #a3a3a3; }
  .onecomment--th_gastro .onecomment__new_comment .onecomment__avatar {
    opacity: 0;
    visibility: hidden; }
  .onecomment--th_gastro .profile__figure_wrap,
  .onecomment--th_gastro .profile__figure {
    top: 0;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 50px;
    height: 50px;
    border-radius: 50%; }
  .onecomment--th_gastro .btn--reply {
    float: right;
    height: auto;
    padding: 6px 10px;
    font: normal 700 100% "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em; }

.paginacija_anchor {
  display: block;
  height: 0;
  opacity: 0;
  position: relative;
  top: -140px;
  width: 100%; }

.author__infobox {
  position: relative; }

.author__infobox_figure {
  display: inline-block;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .author__infobox_figure {
      float: left; } }

.author__infobox_img {
  position: absolute;
  left: 0px;
  bottom: 0px; }

.author__infobox_data {
  display: inline-block; }

.author__infobox_name {
  display: inline-block;
  position: relative;
  font: normal 300 100% "Open Sans", sans-serif;
  padding: 0;
  margin: 20px 0 0;
  text-transform: none; }

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

.author__social_wrap .social__btn,
.author__social_wrap i {
  width: 20px;
  height: 20px; }

.author__social_wrap .social__btn {
  margin: 4px 10px 0 0;
  float: none; }
  @media screen and (min-width: 1024px) {
    .author__social_wrap .social__btn {
      float: left; } }

.author__social_wrap .social__icon:before {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px; }

.author__infobox_lead {
  margin: 0;
  padding: 15px 0 0;
  overflow: hidden; }

.th_gastro .author__infobox {
  margin-bottom: 55px;
  margin-top: 48px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .author__infobox {
      margin-top: 34px;
      padding: 13px 34px 7px 34px; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .author__infobox {
      padding: 13px 51px 7px 51px; } }
  .th_gastro .author__infobox:hover .author__title {
    color: #4f4f4f; }

.th_gastro .author__infobox_figure {
  position: relative;
  width: 72px;
  height: 72px;
  margin-top: 2px; }
  @media screen and (max-width: 1023px) {
    .th_gastro .author__infobox_figure {
      position: absolute;
      left: 0; } }
  .th_gastro .author__infobox_figure:before {
    display: block;
    content: '';
    position: absolute;
    right: -4px;
    top: -43px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 57px;
    height: 40px;
    background-image: url("/static/img/kolumnisti/kolumnisti_kapa.svg");
    background-repeat: no-repeat; }
  .th_gastro .author__infobox_figure img {
    width: 72px;
    height: 72px;
    border-radius: 50%; }

.th_gastro .author__about {
  padding-left: 100px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .author__about {
      padding-left: 91px; } }

.th_gastro .author__title {
  padding: 0;
  font: normal 700 100% "PT Serif", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0em;
  color: #020202;
  -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; }

.th_gastro .author__description {
  margin-top: 11px;
  margin-bottom: 9px;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #020202; }

.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 {
      right: 0;
      width: 700px;
      padding: 0;
      margin: auto; } }
  .top_navigation .main_nav {
    z-index: 200;
    height: 56px;
    background-color: #fff;
    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: 56px;
        left: 50%;
        width: 0;
        margin-left: 50%;
        height: 120%;
        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:before {
          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); } }
  @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: 78px; } }
    .top_navigation .main_nav__btn {
      padding: 10px 0;
      text-align: center; }
    .top_navigation .main_nav__list {
      position: relative;
      z-index: 10;
      padding: 0;
      margin-top: 50px;
      list-style-type: none; }
      @media screen and (min-width: 1024px) {
        .top_navigation .main_nav__list {
          margin: 0;
          display: table;
          margin: 0 auto; } }
    .top_navigation .main_nav__item {
      position: relative;
      display: block;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .top_navigation .main_nav__item {
          display: table-cell;
          padding: 0 16px; }
          .top_navigation .main_nav__item:first-child {
            margin: 0; } }
      @media screen and (min-width: 1310px) {
        .top_navigation .main_nav__item {
          padding: 0 20px; } }
    .top_navigation .main_nav__link {
      display: block;
      height: 40px;
      line-height: 72px;
      line-height: 7.2rem;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
      color: #020202; }
      .top_navigation .main_nav__link .main_nav__item--zdravlje.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--zdravlje:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--dijeta.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--dijeta:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--hrana.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--hrana:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--psiha-i-seks.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--psiha-i-seks:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--psiha_i_seks.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--psiha_i_seks:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--ljepota-i-relax.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--ljepota-i-relax:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--ljepota_i_relax.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--ljepota_i_relax:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--fitness.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--fitness:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--green-i-bio.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--green-i-bio:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--green_i_bio.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--green_i_bio:hover .main_nav__link {
        text-decoration: none; }
      @media screen and (max-width: 1023px) {
        .top_navigation .main_nav__link {
          line-height: 50px;
          line-height: 5rem;
          height: 50px; } }
      .top_navigation .main_nav__link.is_active, .top_navigation .main_nav__link:hover {
        background-color: #f4f4f4;
        color: #f63c29; }
      @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: 56px;
          line-height: 56px;
          line-height: 5.6rem; }
          .top_navigation .main_nav__link.is_active, .top_navigation .main_nav__link:hover {
            background-color: transparent;
            color: #f63c29; } }
      @media screen and (min-width: 1310px) {
        .top_navigation .main_nav__link {
          height: 78px;
          line-height: 82px;
          line-height: 8.2rem; } }
    .top_navigation .main_nav__span {
      display: inline-block;
      padding: 0;
      font: normal 700 100% "Open Sans", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 50px;
      line-height: 5rem;
      text-transform: uppercase;
      color: inherit;
      letter-spacing: 0.05em;
      -webkit-transition: font-size 0.3s ease-in-out;
      -o-transition: font-size 0.3s ease-in-out;
      transition: font-size 0.3s ease-in-out; }
      @media screen and (min-width: 1024px) {
        .top_navigation .main_nav__span {
          line-height: 56px;
          line-height: 5.6rem;
          letter-spacing: 0.05em; } }
      @media screen and (min-width: 1310px) {
        .top_navigation .main_nav__span {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 82px;
          line-height: 8.2rem; } }
    @media screen and (min-width: 1024px) {
      .top_navigation .main_nav .sub_nav {
        display: none; } }
    .top_navigation .main_nav .sub_nav--toggle {
      display: none; }
      @media screen and (max-width: 1023px) {
        .top_navigation .main_nav .sub_nav--toggle {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 10;
          display: block;
          width: 100%;
          height: 100%; } }

.main_nav__link.is_active ~ .sub_nav--toggle ~ .main_nav__list--sub {
  display: block; }

.sub_nav {
  text-align: center; }
  .sub_nav.main_nav__list {
    position: absolute;
    left: 50%;
    bottom: -36px;
    width: 800px;
    padding: 0;
    margin: 0 0 0 -500px;
    z-index: 200;
    height: 36px;
    font-size: 0;
    list-style-type: none; }
    @media screen and (min-width: 1310px) {
      .sub_nav.main_nav__list {
        margin: 0 0 0 -450px; } }
    @media screen and (max-width: 1023px) {
      .sub_nav.main_nav__list {
        position: fixed;
        top: 0px;
        left: 50%;
        margin-left: 50%;
        width: 0;
        height: 120%;
        z-index: 180;
        background: #000;
        overflow: 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 {
          width: 100%;
          margin-left: -50%; } }
  .sub_nav .main_nav__item {
    position: relative;
    display: inline-block; }
    .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: 3px 40px;
          margin-bottom: 8px; }
          .sub_nav .main_nav__item--section .main_nav__span {
            color: #333; }
            .sub_nav .main_nav__item--section .main_nav__span:hover {
              color: #333 !important; }
            .sub_nav .main_nav__item--section .main_nav__span:before {
              position: absolute;
              left: -10px;
              top: 3px;
              width: 20px;
              font-size: 20px;
              font-size: 2rem;
              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;
              text-align: center;
              content: "\e91b";
              position: relative; }
            .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 (max-width: 1023px) {
      .sub_nav .main_nav__item--sub .main_nav__link {
        height: 50px;
        line-height: 50px;
        line-height: 5rem; } }
  .sub_nav .main_nav__link {
    display: block;
    height: 36px;
    line-height: 36px;
    line-height: 3.6rem;
    color: #939393;
    text-decoration: none;
    border: none; }
    @media screen and (min-width: 1310px) {
      .sub_nav .main_nav__link {
        height: 36px;
        line-height: 36px;
        line-height: 3.6rem; } }
    .sub_nav .main_nav__link:hover .main_nav__span.main_nav__span {
      color: #000; }
      @media screen and (max-width: 1023px) {
        .sub_nav .main_nav__link:hover .main_nav__span.main_nav__span {
          color: #fff; } }
    @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 20px;
    padding: 0;
    font: normal 400 100% "PT Serif", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-transform: uppercase;
    color: #939393;
    letter-spacing: 0.1em;
    -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:hover {
      color: #333; }
    @media screen and (max-width: 1023px) {
      .sub_nav .main_nav__span {
        padding: 0 10px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 50px;
        line-height: 5rem;
        text-transform: uppercase;
        letter-spacing: 0.07em;
        color: #fff; } }
  .sub_nav.has_active .main_nav__item .main_nav__span {
    color: #939393; }
  .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: #000; }

.section_navigation {
  height: 0; }
  @media screen and (min-width: 1310px) {
    .section_navigation {
      height: 40px; } }

.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__leadtext {
  position: relative; }

.article__gallery {
  position: relative; }
  .article__gallery_figure {
    display: block;
    width: 100%;
    height: auto; }
    .article__gallery_figure img {
      width: 100%; }

.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; }

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

.article__body img {
  width: 100%;
  height: auto; }

.article__body iframe {
  max-width: 100%;
  width: 100%; }
  .fold_article__lazy_banner .article__body iframe {
    width: auto; }

.article__body blockquote {
  text-align: center;
  position: relative; }

.article__body table {
  border: 0;
  width: 100% !important; }
  .article__body table td {
    padding: 5px; }

.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__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 img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }

.article__in_gallery_controllers {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #1e1e1e;
  color: #fff;
  *zoom: 1;
  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 400 100% "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 41px;
  line-height: 4.1rem; }

.article__in_gallery_nav {
  position: relative;
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  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: 41px;
    line-height: 4.1rem; }

.article__in_gallery_description {
  position: relative;
  display: block;
  margin: 0;
  padding: 11px 14px 0 44px;
  font: normal 400 100% "Open Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.025em;
  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 {
      font: italic 400 100% "Open Sans", sans-serif !important;
      padding: 15px 14px 0 30px;
      font-size: 14px !important;
      line-height: 20px !important; } }
  .article__in_gallery_description .icon {
    position: absolute;
    top: 6px;
    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; }

.thread--th_gastro .article__header_breadcrumb:not(:last-of-type):after, .thread--th_gastro .article__author:after, .th_gastro .article__header_breadcrumb:not(:last-of-type):after, .th_gastro .article__author:after {
  content: '\2215';
  display: inline-block;
  color: #e3e3e3; }

.commbox--th_gastro .commbox__avatar_img:before, .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar figure:before, .th_gastro .article__body .ck_image_in_article .image_wrapper:before, .th_gastro .article__gallery_figure:before, .th_gastro .article__figure:before, .related_article__photo_wrap:before, .card--08 .card__figure:before, .card--08a .card__figure:before, .card--08b .card__figure:before {
  content: '';
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -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);
  z-index: 1; }
  .ck_image_in_article .commbox--th_gastro .commbox__avatar_img:before, .commbox--th_gastro .ck_image_in_article .commbox__avatar_img:before, .ck_image_in_article .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar figure:before, .onecomment--th_gastro.onecomment__new_comment .onecomment__avatar .ck_image_in_article figure:before, .th_gastro .article__body .ck_image_in_article .image_wrapper:before, .ck_image_in_article .th_gastro .article__gallery_figure:before, .th_gastro .ck_image_in_article .article__gallery_figure:before, .ck_image_in_article .th_gastro .article__figure:before, .th_gastro .ck_image_in_article .article__figure:before, .ck_image_in_article .related_article__photo_wrap:before, .ck_image_in_article .card--08 .card__figure:before, .card--08 .ck_image_in_article .card__figure:before, .ck_image_in_article .card--08a .card__figure:before, .card--08a .ck_image_in_article .card__figure:before, .ck_image_in_article .card--08b .card__figure:before, .card--08b .ck_image_in_article .card__figure:before {
    bottom: 4px; }

@media screen and (min-width: 1024px) {
  .article .column_content {
    padding: 0px 5px; } }

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

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .th_gastro.article__wrap {
    padding-left: 16px;
    padding-right: 16px; } }

.th_gastro .article__header {
  font: normal 400 100% "Open Sans", sans-serif;
  color: #020202;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 18px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__header {
      margin-top: 4px; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .article__header {
      margin-top: -1px; } }
  .th_gastro .article__header_breadcrumbs {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    max-width: 83%;
    width: 83%;
    display: inline-block; }
    @media screen and (min-width: 1310px) {
      .th_gastro .article__header_breadcrumbs {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.1em; } }
    .th_gastro .article__header_breadcrumbs i {
      vertical-align: top; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__header_breadcrumbs {
        display: none; } }
  .th_gastro .article__header_breadcrumb {
    -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; }
    .th_gastro .article__header_breadcrumb:not(:last-of-type):after {
      margin-right: 7px;
      margin-left: 12px; }
      @media screen and (min-width: 1024px) {
        .th_gastro .article__header_breadcrumb:not(:last-of-type):after {
          margin-right: 5px; } }
    .th_gastro .article__header_breadcrumb:hover {
      color: #4f4f4f; }
    .th_gastro .article__header_breadcrumb--subsection {
      max-width: 320px;
      display: inline-block;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      top: 4px; }
  .th_gastro .article__header_views {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__header_views {
        float: left;
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: 0em; } }
    .th_gastro .article__header_views i {
      position: relative;
      margin-right: 7px;
      top: -1px; }
      @media screen and (min-width: 1024px) {
        .th_gastro .article__header_views i {
          top: -2px; } }
  .th_gastro .article__header_date {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase; }

.th_gastro .article__date {
  color: #020202;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase; }

.th_gastro .article__title {
  margin: 0;
  font: normal 700 100% "PT Serif", sans-serif;
  color: #020202;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 10px 0 17px 0; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__title {
      padding: 21px 0 20px 0;
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 56px;
      line-height: 5.6rem; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .article__title {
      padding: 26px 0 22px 0;
      font-size: 56px;
      font-size: 5.6rem;
      line-height: 60px;
      line-height: 6rem; } }

.th_gastro .article__author {
  display: inline-block;
  font: normal 400 100% "Open Sans", sans-serif;
  color: #020202;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase; }
  .th_gastro .article__author--link {
    margin-left: 5px;
    font: normal 700 100% "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0em;
    text-transform: none;
    -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; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__author--link {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem; } }
    .th_gastro .article__author--link:hover {
      color: #4f4f4f; }
  .th_gastro .article__author:after {
    margin: 0px 12px 0 14px; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__author:after {
        display: none; } }

.th_gastro .article__body {
  padding-top: 19px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__body {
      padding: 25px 34px 40px 34px; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .article__body {
      padding: 45px 51px 40px 51px; } }
  .th_gastro .article__body p {
    color: #020202;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em; }
    .th_gastro .article__body p strong, .th_gastro .article__body p b {
      font: normal 700 100% "Open Sans", sans-serif; }
    .th_gastro .article__body p em, .th_gastro .article__body p i {
      font: italic 400 100% "Open Sans", sans-serif; }
    .th_gastro .article__body p .icon--linear {
      font-size: 20px;
      font-size: 2rem;
      line-height: 15px;
      line-height: 1.5rem;
      font-weight: normal;
      font-style: normal; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__body p {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 31px;
        line-height: 3.1rem;
        margin: 27px 0; } }
    @media screen and (min-width: 1310px) {
      .th_gastro .article__body p {
        margin: 38px 0; } }
  .th_gastro .article__body h3 {
    color: #020202 !important;
    font: normal 400 100% "Open Sans", 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_gastro .article__body h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 31px;
        line-height: 3.1rem;
        margin: 27px 0 10px 0; } }
    .th_gastro .article__body h3 + p {
      margin-top: 0; }
  .th_gastro .article__body a {
    color: #f63c29; }
    .th_gastro .article__body a:hover {
      color: #c12112; }
  .th_gastro .article__body ol, .th_gastro .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: #020202; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__body ol, .th_gastro .article__body ul {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 31px;
        line-height: 3.1rem; } }
  .th_gastro .article__body ul {
    list-style: none; }
    .th_gastro .article__body ul li {
      position: relative;
      padding-left: 40px; }
      .th_gastro .article__body ul li:before {
        content: '\2022';
        font-size: 24px;
        font-size: 2.4rem;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0; }
  .th_gastro .article__body ol {
    list-style: none; }
    .th_gastro .article__body ol li {
      counter-increment: item;
      position: relative;
      padding-left: 40px; }
      .th_gastro .article__body ol li:before {
        content: counter(item) ".";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 4px;
        font: normal 700 100% "Open Sans", sans-serif; }
  .th_gastro .article__body ol, .th_gastro .article__body ul {
    margin: 20px 0 8px 0;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__body ol, .th_gastro .article__body ul {
        margin: 8px 0; } }
    .th_gastro .article__body ol li:not(:last-of-type),
    .th_gastro .article__body ul li:not(:last-of-type) {
      padding-bottom: 21px; }
      @media screen and (min-width: 1024px) {
        .th_gastro .article__body ol li:not(:last-of-type),
        .th_gastro .article__body ul li:not(:last-of-type) {
          padding-bottom: 15px; } }
    .th_gastro .article__body ol .ck_image_in_article--left50,
    .th_gastro .article__body ul .ck_image_in_article--left50 {
      margin: 20px 0 10px 0; }
      @media screen and (min-width: 1024px) {
        .th_gastro .article__body ol .ck_image_in_article--left50,
        .th_gastro .article__body ul .ck_image_in_article--left50 {
          margin: 20px -34px 26px -34px; } }
      @media screen and (max-width: 1309px) {
        .th_gastro .article__body ol .ck_image_in_article--left50,
        .th_gastro .article__body ul .ck_image_in_article--left50 {
          width: auto; } }
      @media screen and (min-width: 1310px) {
        .th_gastro .article__body ol .ck_image_in_article--left50,
        .th_gastro .article__body ul .ck_image_in_article--left50 {
          margin: 25px 58px 15px -51px; } }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__body ol .ck_image_in_article--full,
      .th_gastro .article__body ul .ck_image_in_article--full {
        margin: 20px 0px 11px 0px; } }
    @media screen and (min-width: 1310px) {
      .th_gastro .article__body ol .ck_image_in_article--full,
      .th_gastro .article__body ul .ck_image_in_article--full {
        margin: 30px 0px 11px 0px; } }
  .th_gastro .article__body hr {
    background-color: #e0e0e0;
    height: 1px;
    width: 100%;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 32px 0 14px 0; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__body hr {
        margin: 51px 0 18px 0; } }
  .th_gastro .article__body .ck_image_in_article--full {
    display: inline-block;
    margin: 16px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__body .ck_image_in_article--full {
        margin: 0 -34px 11px -34px; } }
    @media screen and (min-width: 1310px) {
      .th_gastro .article__body .ck_image_in_article--full {
        margin: 0 -51px 11px -51px; } }
    .th_gastro .article__body .ck_image_in_article--full .article__figure_caption {
      margin-left: 0; }
  @media screen and (min-width: 1310px) {
    .th_gastro .article__body .ck_image_in_article--left50 {
      margin: 0 58px 31px -51px; } }
  .th_gastro .article__body .ck_image_in_article--left50 .article__figure_caption {
    margin-left: 0; }
  .th_gastro .article__body .ck_image_in_article .image_wrapper {
    position: relative; }
  .th_gastro .article__body .ck_image_in_article .article__figure_caption {
    margin-top: 10px;
    padding-right: 0; }
  .th_gastro .article__body blockquote {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 24px;
    margin-top: 11px;
    background-image: url("/static/img/red_divider.svg");
    background-repeat: no-repeat;
    background-position: top center; }
    .th_gastro .article__body blockquote p {
      font: italic 400 100% "PT Serif", sans-serif;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 42px;
      line-height: 4.2rem;
      letter-spacing: -0.01em;
      padding: 0;
      margin: 0; }

.th_gastro .article__leadtext {
  color: #020202;
  font: italic 400 100% "PT Serif", sans-serif;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 31px;
  line-height: 3.1rem;
  letter-spacing: 0em; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__leadtext {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 17px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 36px;
      line-height: 3.6rem;
      letter-spacing: -0.01em; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .article__leadtext {
      margin-bottom: 46px;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 42px;
      line-height: 4.2rem; } }

@media screen and (min-width: 1024px) {
  .th_gastro .article__social.th_gastro_share_top {
    margin-bottom: 24px; } }

@media screen and (min-width: 1310px) {
  .th_gastro .article__social.th_gastro_share_top {
    margin-bottom: 32px; } }

.th_gastro .article__social.th_gastro_share_bottom {
  margin-top: 20px;
  margin-bottom: 58px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__social.th_gastro_share_bottom {
      margin-bottom: 0; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .article__social.th_gastro_share_bottom {
      margin-top: 25px; } }

.th_gastro .article__gallery {
  position: relative;
  margin-top: 19px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__gallery {
      margin-top: 24px; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .article__gallery {
      margin-top: 34px; } }
  @media screen and (max-width: 539px) {
    .th_gastro .article__gallery {
      margin-left: -14px;
      margin-right: -14px; } }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .th_gastro .article__gallery {
      margin-left: -30px;
      margin-right: -30px; } }

.th_gastro .article__gallery_link {
  display: block;
  position: relative; }

.th_gastro .article__figure img {
  position: relative;
  width: 100%;
  height: auto; }

.th_gastro .article__figure_more {
  right: 0;
  bottom: 0;
  height: 40px;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  padding: 10px 8px 10px 20px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__figure_more {
      padding: 15px 0;
      height: 50px;
      bottom: -52px;
      background-color: transparent; } }
  .th_gastro .article__figure_more i {
    vertical-align: middle;
    margin: 0; }
    .th_gastro .article__figure_more i:first-of-type {
      margin: 0 17px 0 3px; }
      @media screen and (min-width: 1024px) {
        .th_gastro .article__figure_more i:first-of-type {
          margin: 0 22px 0 21px; } }
  .th_gastro .article__figure_more .active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .th_gastro .article__figure_more:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

.th_gastro .article__figure_counter {
  vertical-align: middle;
  font: normal 600 100% "Open Sans", sans-serif;
  color: #020202;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em; }

.th_gastro .article__figure_caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #a3a3a3;
  font: italic 400 100% "Open Sans", sans-serif;
  margin-top: 14px;
  width: 100%;
  padding-right: 170px;
  line-height: 15px;
  line-height: 1.5rem; }
  @media screen and (max-width: 539px) {
    .th_gastro .article__figure_caption {
      margin-top: 10px;
      margin-left: 14px;
      padding-right: 14px;
      width: auto;
      max-width: 99%; } }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .th_gastro .article__figure_caption {
      margin-left: 30px; } }
  .th_gastro .article__figure_caption i {
    position: relative;
    float: left;
    margin-right: 10px; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__figure_caption i {
        top: -4px; } }
  .th_gastro .article__figure_caption--author, .th_gastro .article__figure_caption--description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.025em; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__figure_caption--author, .th_gastro .article__figure_caption--description {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 20px;
        line-height: 2rem; } }

.th_gastro .article__tag {
  text-align: center;
  font: normal 400 100% "Open Sans", sans-serif;
  color: #f63c29;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding-top: 26px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__tag {
      padding-top: 24px; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .article__tag {
      padding-top: 13px; } }
  .th_gastro .article__tag a {
    border: 1px solid #f63c29;
    padding: 3px 17px;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__tag a {
        margin-right: 17px;
        margin-bottom: 17px; } }
    .th_gastro .article__tag a:last-of-type {
      margin-right: 0; }
    .th_gastro .article__tag a:hover {
      color: #c12112;
      border: 1px solid #c12112; }

.th_gastro .article__rebranding {
  width: 100%;
  text-align: center;
  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;
  margin-bottom: 14px; }
  @media screen and (max-width: 1023px) {
    .th_gastro .article__rebranding {
      margin-bottom: 0;
      padding: 16px 0 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; } }
  .th_gastro .article__rebranding_text {
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #a3a3a3;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__rebranding_text {
        font: normal 700 100% "Open Sans", sans-serif;
        font-size: 14px;
        font-size: 1.4rem; } }
  .th_gastro .article__rebranding_img {
    display: block;
    width: 135px;
    height: auto;
    margin-top: -8px; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__rebranding_img {
        width: 144px;
        margin-top: 0;
        margin-left: 15px; } }

.th_gastro .article__interview h2 {
  padding: 0 0 1px 0;
  font: normal 700 100% "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  color: #020202; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__interview h2 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 31px;
      line-height: 3.1rem; } }
  .th_gastro .article__interview h2:not(:first-of-type) {
    padding-top: 13px; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__interview h2:not(:first-of-type) {
        padding-top: 30px; } }

.th_gastro .article__interview p {
  margin: 8px 0; }

.th_gastro .article__promo {
  padding-top: 13px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__promo {
      padding-top: 37px; } }
  .th_gastro .article__promo .social__wrap:first-of-type {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    margin-top: 8px; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__promo .social__wrap:first-of-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center; } }
  .th_gastro .article__promo .article__top {
    margin-bottom: 18px; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__promo .article__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -2px; } }
  .th_gastro .article__promo .article__rebranding {
    margin-top: 15px; }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__promo .article__rebranding {
        margin-top: 17px; } }
  .th_gastro .article__promo .article__sponsor {
    width: 200px;
    height: 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__promo .article__sponsor {
        width: 100%;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        height: 58px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 22px; } }
    .th_gastro .article__promo .article__sponsor--center {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media screen and (max-width: 1023px) {
        .th_gastro .article__promo .article__sponsor--center {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .th_gastro .article__promo .article__sponsor p {
      margin: 0; }
    .th_gastro .article__promo .article__sponsor--text {
      padding-right: 5px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #a3a3a3; }
    .th_gastro .article__promo .article__sponsor--link {
      width: 86px;
      height: 40px; }
      @media screen and (min-width: 1024px) {
        .th_gastro .article__promo .article__sponsor--link {
          width: 106px;
          height: 60px; } }
      .th_gastro .article__promo .article__sponsor--link img {
        width: auto;
        height: auto;
        max-width: 86px;
        max-height: 40px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 1024px) {
          .th_gastro .article__promo .article__sponsor--link img {
            max-width: 106px;
            max-height: 60px; } }

.th_gastro .fold_article__recommended_for_you {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .th_gastro .fold_article__recommended_for_you {
      margin-bottom: 67px; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .fold_article__recommended_for_you {
      margin-bottom: 78px; } }
  .th_gastro .fold_article__recommended_for_you .main_tile__content {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .th_gastro .fold_article__recommended_for_you .main_tile__content {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .th_gastro .fold_article__recommended_for_you .main_tile__title {
    font: normal 300 100% "Open Sans", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #1a1a1a;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .th_gastro .fold_article__recommended_for_you .main_tile__title {
        text-align: center;
        padding: 29px 0; } }
    @media screen and (min-width: 1024px) {
      .th_gastro .fold_article__recommended_for_you .main_tile__title {
        padding: 13px 34px 30px 34px; } }
    @media screen and (min-width: 1310px) {
      .th_gastro .fold_article__recommended_for_you .main_tile__title {
        padding: 7px 51px 30px 51px; } }
  .th_gastro .fold_article__recommended_for_you .card__separator--07a {
    margin: 1px 0 8px 0; }
    @media screen and (min-width: 1024px) {
      .th_gastro .fold_article__recommended_for_you .card__separator--07a {
        margin: 15px 0 5px 0; } }

@media screen and (min-width: 1024px) {
  .th_gastro.article--recepti .article__leadtext {
    margin-bottom: 39px; } }

@media screen and (min-width: 1024px) {
  .th_gastro.article--recepti p {
    margin: 18px 0; } }

.th_gastro.article--recepti blockquote:first-of-type,
.th_gastro.article--recepti q:first-of-type {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 0 31px 0;
  background-image: none;
  text-align: left; }
  @media screen and (min-width: 1024px) {
    .th_gastro.article--recepti blockquote:first-of-type,
    .th_gastro.article--recepti q:first-of-type {
      margin: 0 0 18px 0; } }
  .th_gastro.article--recepti blockquote:first-of-type p,
  .th_gastro.article--recepti q:first-of-type p {
    color: #020202;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em; }
    .th_gastro.article--recepti blockquote:first-of-type p strong, .th_gastro.article--recepti blockquote:first-of-type p b,
    .th_gastro.article--recepti q:first-of-type p strong,
    .th_gastro.article--recepti q:first-of-type p b {
      font: normal 700 100% "Open Sans", sans-serif; }
    .th_gastro.article--recepti blockquote:first-of-type p em, .th_gastro.article--recepti blockquote:first-of-type p i,
    .th_gastro.article--recepti q:first-of-type p em,
    .th_gastro.article--recepti q:first-of-type p i {
      font: italic 400 100% "Open Sans", sans-serif; }
    @media screen and (min-width: 1024px) {
      .th_gastro.article--recepti blockquote:first-of-type p,
      .th_gastro.article--recepti q:first-of-type p {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 31px;
        line-height: 3.1rem;
        margin: 27px 0; } }
    @media screen and (min-width: 1310px) {
      .th_gastro.article--recepti blockquote:first-of-type p,
      .th_gastro.article--recepti q:first-of-type p {
        margin: 38px 0; } }
    @media screen and (min-width: 1024px) {
      .th_gastro.article--recepti blockquote:first-of-type p:nth-of-type(1), .th_gastro.article--recepti blockquote:first-of-type p:nth-of-type(2), .th_gastro.article--recepti blockquote:first-of-type p:nth-of-type(3), .th_gastro.article--recepti blockquote:first-of-type p:nth-of-type(4),
      .th_gastro.article--recepti q:first-of-type p:nth-of-type(1),
      .th_gastro.article--recepti q:first-of-type p:nth-of-type(2),
      .th_gastro.article--recepti q:first-of-type p:nth-of-type(3),
      .th_gastro.article--recepti q:first-of-type p:nth-of-type(4) {
        width: 49%;
        display: inline-block;
        margin: 7px 0 8px 0; } }
  .th_gastro.article--recepti blockquote:first-of-type:before, .th_gastro.article--recepti blockquote:first-of-type:after,
  .th_gastro.article--recepti q:first-of-type:before,
  .th_gastro.article--recepti q:first-of-type:after {
    display: none; }

.th_gastro.article--recepti ul, .th_gastro.article--recepti ol {
  margin-bottom: 31px;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .th_gastro.article--recepti ul, .th_gastro.article--recepti ol {
      margin-bottom: 48px; } }

.th_gastro .article__comments {
  position: relative;
  margin-top: 25px;
  margin-bottom: 70px; }
  @media screen and (min-width: 1024px) {
    .th_gastro .article__comments {
      padding: 5px 34px 15px 34px;
      margin-top: 29px;
      margin-bottom: 85px; } }
  @media screen and (min-width: 1310px) {
    .th_gastro .article__comments {
      padding: 5px 81px 15px 51px; } }
  .th_gastro .article__comments--title_wrap {
    padding: 0 34px; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__comments--title_wrap {
        text-align: center; } }
    @media screen and (min-width: 1310px) {
      .th_gastro .article__comments--title_wrap {
        padding: 0 51px; } }
    .th_gastro .article__comments--title_wrap .btn--viewall {
      padding: 5px 10px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 1024px) {
        .th_gastro .article__comments--title_wrap .btn--viewall {
          padding: 5px 15px;
          float: right;
          margin-top: 1px; } }
      @media screen and (min-width: 1310px) {
        .th_gastro .article__comments--title_wrap .btn--viewall {
          margin-right: 30px; } }
      @media screen and (max-width: 1023px) {
        .th_gastro .article__comments--title_wrap .btn--viewall {
          border: 1px solid #f4f4f4;
          background-color: #f4f4f4;
          color: #020202; }
          .th_gastro .article__comments--title_wrap .btn--viewall:hover {
            border: 1px solid #f63c29;
            background-color: #f63c29;
            color: #fff; } }
  .th_gastro .article__comments--title {
    float: none;
    padding-bottom: 14px;
    font: normal 300 100% "Open Sans", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .th_gastro .article__comments--title {
        padding-top: 28px; } }
    @media screen and (min-width: 1024px) {
      .th_gastro .article__comments--title {
        float: left;
        padding-bottom: 0;
        text-align: left; } }
    .th_gastro .article__comments--title span {
      font: normal 800 100% "Open Sans", sans-serif;
      color: #f63c29; }

.article .main_tile--topgifts {
  margin-bottom: 60px; }
  .article .main_tile--topgifts .main_tile__label {
    padding-bottom: 0; }

.widgetWrap {
  position: relative;
  display: block;
  margin: 23px 0px;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .widgetWrap {
      margin: 0 0 17px; } }
  @media screen and (min-width: 1310px) {
    .widgetWrap {
      margin: 0 0 27px; } }

.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%; }

@media screen and (min-width: 1024px) {
  .container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.article__pr_content {
  margin: 10px auto; }
  @media screen and (min-width: 1024px) {
    .article__pr_content {
      margin: 15px auto 29px auto; } }
  .article__pr_content--link {
    display: block; }

.related_article {
  display: inline-block; }
  @media screen and (max-width: 1023px) {
    .related_article {
      margin-top: 11px;
      margin-bottom: -2px; } }
  .related_article a {
    padding: 0 !important;
    background-color: transparent; }
    .related_article a:hover {
      background-color: transparent;
      color: #020202; }
  @media screen and (min-width: 1024px) {
    .related_article {
      margin-top: 2px;
      margin-bottom: -10px; } }
  @media screen and (min-width: 1310px) {
    .related_article {
      margin-top: 1px;
      margin-bottom: -21px; } }
  .related_article__photo_wrap {
    position: relative;
    display: block;
    float: left; }
    .related_article__photo_wrap:before {
      border-radius: 50%; }
    .related_article__photo_wrap a {
      display: block; }
    .related_article__photo_wrap img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 50%; }
  .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 90px; }
    @media screen and (min-width: 1024px) {
      .related_article__data_wrap {
        padding: 7px 0 0 112px; } }
  .related_article__overtitle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font: normal 300 100% "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.24em;
    color: #4f4f4f !important;
    text-transform: uppercase;
    padding-bottom: 5px; }
    .related_article__overtitle a {
      color: #4f4f4f !important; }
      .related_article__overtitle a:hover {
        background-color: transparent;
        color: #020202; }
  .related_article__section {
    display: inline-block;
    float: left;
    font: normal 300 100% "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #020202;
    text-transform: uppercase; }
  .related_article__lead_text {
    font: normal 700 100% "PT Serif", sans-serif;
    width: 100%;
    padding-bottom: 7px;
    float: left;
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .related_article__lead_text {
        -webkit-line-clamp: 1;
        max-height: 27px;
        padding-bottom: 6px; } }
    .related_article__lead_text a {
      color: #020202 !important;
      padding: 0;
      display: block;
      -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; }
      .related_article__lead_text a:hover {
        color: #4f4f4f !important; }

.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 32px 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 32px 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 32px 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 32px 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 32px 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 32px 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 32px 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 32px 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 32px 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 32px 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%; }

@media screen and (min-width: 1310px) {
  .section--loadmorewrap {
    margin: -71px 0 -10px; } }

.section--special {
  /* .js_sticky {
            @include min-screen($lg) {
                top: 0;
            }

            @include min-screen($xlg) {
                top: 70px;
            }
        } */ }

.section__noresult_block {
  margin: 32px 0 50px 0; }
  @media screen and (min-width: 1024px) {
    .section__noresult_block {
      margin: 70px 0 79px; } }

.section__noresult_title {
  padding: 0;
  font: normal 700 100% "PT Serif", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  color: #020202; }
  @media screen and (min-width: 1024px) {
    .section__noresult_title {
      font-size: 42px;
      font-size: 4.2rem;
      line-height: 54px;
      line-height: 5.4rem; } }

.section__noresult_desc {
  margin: 13px 0 0 0;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem; }
  @media screen and (min-width: 1024px) {
    .section__noresult_desc {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 32px;
      line-height: 3.2rem; } }
  .section__noresult_desc a {
    color: #f63c29; }

.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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), 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: -ms-grid) or (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: -webkit-linear-gradient(bottom, #fff 88%, #73859f 100%);
  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: -webkit-linear-gradient(top, #fff 88%, #73859f 100%);
  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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.77), 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: 0px;
    font-size: 0rem; }

.gallery__slider_item .vjs-big-play-button {
  display: none; }

.gallery__slider_item .vjs-has-started.vjs-playing .vjs-control-bar {
  opacity: 1 !important; }

/****************** Start SEARCH ******************/
.search .column_sidebar {
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .search .column_sidebar {
      margin: 40px 0; } }

.search .main_tile {
  margin: 50px 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; } }

@media screen and (min-width: 1024px) {
  .search .main_tile__label_border, .search .main_tile__label_border--visible_mobile, .search .main_tile__label_border--left {
    display: none; } }

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

.search .main_tile__label {
  padding: 28px 0 46px;
  margin: 0;
  text-align: center;
  font: normal 700 100% "Open Sans", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  color: #f63c29; }
  .search .main_tile__label span {
    font: normal 300 100% "Open Sans", sans-serif;
    color: #1a1a1a; }
  @media screen and (min-width: 1024px) {
    .search .main_tile__label {
      text-align: left;
      padding: 42px 0 44px;
      margin: 0; } }
  .search .main_tile__label--center {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.025em;
    margin: 40px 0 0;
    padding: 27px 0 46px;
    text-align: center; }

.search .main_tile__background {
  max-width: 180px;
  height: 180px;
  margin: 10px auto 60px;
  background: url("../images/trazilica.svg") no-repeat center center/contain; }
  @media screen and (min-width: 1024px) {
    .search .main_tile__background {
      max-width: 280px;
      height: 280px;
      margin: 38px auto 174px; } }
  @media screen and (min-width: 1310px) {
    .search .main_tile__background {
      max-width: 356px;
      height: 372px; } }

.search__header {
  padding: 16px 14px 24px;
  background-color: #f4f4f4; }
  @media screen and (min-width: 540px) {
    .search__header {
      padding: 16px 30px 24px; } }
  @media screen and (min-width: 1024px) {
    .search__header {
      padding: 24px 15px 35px; } }
  @media screen and (min-width: 1310px) {
    .search__header {
      padding: 24px 233px 35px; } }

.search__submit_btn {
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #f63c29;
  border: none;
  padding: 0; }
  .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: 1310px) {
    .search__submit_btn {
      width: 50px;
      height: 50px; }
      .search__submit_btn .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        line-height: 5rem; } }

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

.search .form__textfield {
  border: none; }
  @media screen and (min-width: 1024px) {
    .search .form__textfield {
      border: 1px solid #e0e0e0; } }

.search__filters {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .search__filters {
      margin: 18px 0 0 0;
      padding: 0 135px 0 0; } }

.search__filters_label {
  margin: 0;
  padding: 0 12px;
  font: normal 600 100% "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: 0.05em;
  color: #4f4f4f;
  text-transform: uppercase; }

@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: 15px 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 12px;
  background-color: #fff;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  color: #a3a3a3;
  z-index: 1; }

.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 43px;
  background-color: #fff;
  border: none;
  font: normal 400 100% "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 41px;
  line-height: 4.1rem;
  letter-spacing: 0.025em; }
  @media screen and (min-width: 1024px) {
    .search__calendar_input:hover {
      cursor: pointer; } }
  .search__calendar_input--display {
    position: absolute;
    top: 0;
    left: 43px;
    right: 40px;
    width: auto;
    padding: 0;
    pointer-events: none; }
    .search__calendar_input--display:not(:empty) {
      z-index: 2; }

.search__calendar_input + .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #a3a3a3;
  font-size: 20px;
  font-size: 2rem;
  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--ghost {
    padding: 4px 5px 5px 26px;
    margin: 4px 0 0 0;
    font: normal 600 100% "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    cursor: pointer; }
    .search__controls .btn--ghost .icon {
      left: 0; }
    @media screen and (min-width: 1024px) {
      .search__controls .btn--ghost {
        position: absolute;
        right: 179px;
        bottom: 100%;
        padding-right: 5px;
        white-space: nowrap; } }
    @media screen and (min-width: 1310px) {
      .search__controls .btn--ghost {
        right: 142px; } }
  .search__controls .btn--red {
    float: right; }
    @media screen and (min-width: 1024px) {
      .search__controls .btn--red {
        padding: 9px 27px; } }

.search .gldp-default {
  position: absolute;
  top: 70px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  display: block;
  width: 311px !important;
  height: 305px !important;
  margin: auto;
  -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: transparent;
  z-index: 101; }
  @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: #020202;
    font: normal 700 100% "Open Sans", sans-serif;
    font-weight: 700 !important;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    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; }
  .search .gldp-default .core.border.dow {
    font: normal 600 100% "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #a3a3a3; }
  .search .gldp-default .core.border:not(.dow) {
    background-color: #020202;
    font: normal 700 100% "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #f4f4f4;
    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; }
    .search .gldp-default .core.border:not(.dow).selected:before {
      background-color: #f63c29;
      opacity: 1; }
  .search .gldp-default .prev-arrow,
  .search .gldp-default .next-arrow {
    background-color: #020202;
    font-size: 20px;
    font-size: 2rem; }
  .search .gldp-default .prev-arrow:after {
    content: "\e924";
    color: #a3a3a3; }
  .search .gldp-default .next-arrow:after {
    content: "\e925";
    color: #a3a3a3; }

/****************** End SEARCH ******************/
@media screen and (min-width: 1310px) {
  .topnews_widget {
    margin: -7px 0 13px 0; } }

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .topnews_widget {
    padding: 0 15px; } }

.top5_widget {
  margin: 44px 0 0 0; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .top5_widget {
      width: 80%;
      margin: 40px auto 0 auto; } }
  @media screen and (min-width: 1024px) {
    .top5_widget {
      margin: 0; } }
  @media screen and (min-width: 1310px) {
    .top5_widget {
      min-height: 709px; } }
  .top5_widget .main_tile__label {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 27px; }

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .recommend_widget {
    padding: 0 16px; } }

.recommend_widget .main_tile__label {
  padding-bottom: 5px; }

.column_widget {
  overflow: hidden;
  margin: 30px 0 0;
  position: relative;
  padding: 14px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 84px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 84px rgba(0, 0, 0, 0.14); }
  .column_widget [class*="gr-"] > [class^="col"] {
    margin-left: 0;
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .column_widget {
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin: 60px 0 0;
      padding: 8px 9px;
      border: 1px solid rgba(184, 184, 184, 0.54);
      -webkit-box-shadow: inset 0 0 84px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 0 84px rgba(0, 0, 0, 0.1); } }
  @media screen and (min-width: 1310px) {
    .column_widget {
      margin: 92px 0 0;
      padding: 15px 14px; } }
  .column_widget__frame {
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    border: 1px solid rgba(184, 184, 184, 0.54); }
    @media screen and (min-width: 1024px) {
      .column_widget__frame {
        top: 8px;
        right: 9px;
        bottom: 8px;
        left: 9px; } }
    @media screen and (min-width: 1310px) {
      .column_widget__frame {
        top: 15px;
        right: 14px;
        bottom: 15px;
        left: 14px; } }
  .column_widget__background_prim {
    clear: both;
    display: block;
    width: 250px;
    height: 88px;
    margin: 0 auto 42px;
    background: url("../images/kolumnisti_s2.svg") no-repeat left top/contain; }
    @media screen and (min-width: 1024px) {
      .column_widget__background_prim {
        position: absolute;
        left: 46%;
        bottom: 30px;
        width: 370px;
        height: 130px;
        margin: 0 0 0 -185px; } }
    @media screen and (min-width: 1310px) {
      .column_widget__background_prim {
        left: 50%;
        bottom: 52px; } }
  .column_widget__background_sec {
    display: none;
    width: 399px;
    height: 456px;
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    background: url("../images/kolumnisti_s1.svg") no-repeat left top/contain; }
    @media screen and (min-width: 1024px) {
      .column_widget__background_sec {
        display: block;
        top: 105px;
        right: 23px; } }
    @media screen and (min-width: 1310px) {
      .column_widget__background_sec {
        top: 106px;
        right: 27px; } }
  .column_widget__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    padding: 41px 19px 40px; }
    @media screen and (min-width: 1024px) {
      .column_widget__content {
        padding: 73px 40px 8px; } }
    @media screen and (min-width: 1310px) {
      .column_widget__content {
        height: 568px;
        padding: 74px 28px 50px 74px; } }
  .column_widget__label {
    margin: 0 0 14px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4f4f4f; }
    .column_widget__label_wrap {
      display: inline-block;
      padding: 55px 0 0;
      background: url("../images/kolumnisti_s3.svg") no-repeat center top;
      background-size: 62px 43px; }
    @media screen and (min-width: 1024px) {
      .column_widget__label {
        margin: -39px 0 21px -16px !important;
        text-align: left; }
        .column_widget__label_wrap {
          padding: 50px 0 0 16px;
          background-position: left top; } }
    @media screen and (min-width: 1310px) {
      .column_widget__label {
        margin: -30px 0 9px -16px !important; } }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .column_widget__block_wrap {
      width: 80%;
      margin: 0 auto !important; } }
  .column_widget__block {
    margin: 0 0 34px; }
    .column_widget__block:last-child {
      margin: 0; }
    .column_widget__block--big {
      margin: 0 0 35px; }
      @media screen and (min-width: 1024px) {
        .column_widget__block--big {
          margin: 0 0 41px; } }
      @media screen and (min-width: 1310px) {
        .column_widget__block--big {
          margin: 0 0 31px; } }
      .column_widget__block--big .column_widget__article_title {
        padding: 0;
        margin: 0 0 21px;
        text-align: center;
        font: normal 700 100% "PT Serif", sans-serif;
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 46px;
        line-height: 4.6rem;
        letter-spacing: -0.01em; }
        @media screen and (min-width: 1024px) {
          .column_widget__block--big .column_widget__article_title {
            padding: 0 20px 0 0;
            margin: 0 0 19px;
            text-align: left;
            font-size: 50px;
            font-size: 5rem;
            line-height: 58px;
            line-height: 5.8rem; } }
        @media screen and (min-width: 1310px) {
          .column_widget__block--big .column_widget__article_title {
            padding: 0 40px 0 0;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            max-height: 210px;
            margin: 0 0 18px;
            font-size: 60px;
            font-size: 6rem;
            line-height: 70px;
            line-height: 7rem; } }
      .column_widget__block--big .column_widget__author_figure {
        float: none;
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto 11px; }
        @media screen and (min-width: 1024px) {
          .column_widget__block--big .column_widget__author_figure {
            display: inline-block;
            vertical-align: middle;
            margin: 0 17px 0 0; } }
      .column_widget__block--big .column_widget__article_section {
        padding: 0;
        margin: 0;
        text-align: center; }
        @media screen and (min-width: 1024px) {
          .column_widget__block--big .column_widget__article_section {
            position: relative;
            top: 3px;
            display: inline-block;
            text-align: left; } }
      @media screen and (min-width: 1024px) {
        .column_widget__block--big .column_widget__author_name {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (min-width: 1024px) {
        .column_widget__block--big .column_widget__article_separator {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (min-width: 1024px) {
        .column_widget__block--big .column_widget__article_date {
          font-size: 14px;
          font-size: 1.4rem; } }
  .column_widget__btn_container {
    position: relative;
    z-index: 2;
    clear: both;
    padding: 11px 0 0;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .column_widget__btn_container {
        padding: 0;
        text-align: left; } }
  .column_widget__article_section {
    display: block;
    padding: 0 0 0 68px;
    margin: 8px 0 0; }
    @media screen and (min-width: 1310px) {
      .column_widget__article_section {
        padding: 0 0 0 92px; } }
  .column_widget__author_figure {
    overflow: hidden;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 3px 0 0;
    -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: 1310px) {
      .column_widget__author_figure {
        width: 72px;
        height: 72px; } }
  .column_widget__author_name {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #f63c29; }
  .column_widget__article_separator {
    margin: 0 4px;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #8f8f8f; }
    @media screen and (min-width: 1024px) {
      .column_widget__article_separator {
        margin: 0 6px; } }
  .column_widget__article_date {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #8f8f8f; }
  .column_widget__article_title {
    display: block;
    padding: 0 0 0 68px;
    font: italic 700 100% "PT Serif", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #020202; }
    @media screen and (min-width: 1024px) {
      .column_widget__article_title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem;
        letter-spacing: -0.01em; } }
    @media screen and (min-width: 1310px) {
      .column_widget__article_title {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 44px;
        padding: 0 0 0 20px;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 22px;
        line-height: 2.2rem;
        letter-spacing: 0em; } }

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .topgifts_widget {
    padding: 0 16px; } }

.weather_widget {
  padding: 0 14px 70px; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .weather_widget {
      width: 65%;
      padding: 0 30px 70px;
      margin: 0 auto; } }
  @media screen and (min-width: 1024px) {
    .weather_widget {
      padding: 0;
      margin: 48px 0 79px 0; } }
  @media screen and (min-width: 1310px) {
    .weather_widget {
      margin: 151px 0 11px 0; } }
  .weather_widget .main_tile__label {
    padding-top: 36px;
    padding-bottom: 24px; }
    @media screen and (min-width: 1024px) {
      .weather_widget .main_tile__label {
        padding-bottom: 40px; } }
  .weather_widget__select_wrap {
    display: inline-block;
    width: 234px;
    margin: 0px auto;
    position: relative;
    z-index: 2; }
    .weather_widget__select_wrap option {
      font: normal 700 100% "PT Serif", sans-serif;
      font-size: 20px;
      font-size: 2rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.025em;
      color: #020202;
      text-transform: none;
      padding: 5px 10px;
      text-transform: none; }
  .weather_widget__label {
    color: #020202;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    z-index: -1; }
    .weather_widget__label .icon {
      font-size: 20px;
      font-size: 2rem;
      line-height: 40px;
      line-height: 4rem;
      color: #a3a3a3; }
  .weather_widget__select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    width: 234px;
    height: 40px;
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.025em;
    color: #020202;
    padding: 0 40px 0 10px;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0px;
    /* hide select arrow for IE */ }
    .weather_widget__select:hover {
      cursor: pointer; }
    .weather_widget__select::-ms-expand {
      display: none; }
  .weather_widget__today {
    position: relative;
    padding: 0 0 32px 0; }
    @media screen and (min-width: 1024px) {
      .weather_widget__today {
        padding: 0 0 37px 0; } }
    @media screen and (min-width: 1310px) {
      .weather_widget__today {
        padding: 7px 0 36px 0; } }
    .weather_widget__today .weather_widget__icon_wrap {
      position: absolute;
      top: 0;
      bottom: 29px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      max-width: 200px;
      padding: 0 17px 0 0px; }
    .weather_widget__today .weather_widget__icon_figure {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .weather_widget__today .weather_widget__icon_figure img,
      .weather_widget__today .weather_widget__icon_figure svg {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: auto; }
      .weather_widget__today .weather_widget__icon_figure svg path {
        fill: #f63c29; }
    .weather_widget__today .weather_widget__data_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      padding: 0 0 0 12px;
      float: right; }
    .weather_widget__today .weather_widget__now p {
      margin: 1px 0 0 0;
      font: normal 700 100% "PT Serif", sans-serif;
      font-size: 40px;
      font-size: 4rem;
      line-height: 44px;
      line-height: 4.4rem;
      color: #020202; }
      @media screen and (min-width: 1310px) {
        .weather_widget__today .weather_widget__now p {
          margin: 2px 0 0 0; } }
    .weather_widget__today .weather_widget__now small {
      font: normal 300 100% "Open Sans", sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #4f4f4f; }
    .weather_widget__today .weather_widget__pressure,
    .weather_widget__today .weather_widget__humidity {
      margin: 5px 0 0 0; }
      @media screen and (min-width: 1310px) {
        .weather_widget__today .weather_widget__pressure,
        .weather_widget__today .weather_widget__humidity {
          margin: 4px 0 0 0; } }
      .weather_widget__today .weather_widget__pressure small,
      .weather_widget__today .weather_widget__humidity small {
        font: normal 300 100% "Open Sans", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 28px;
        line-height: 2.8rem;
        letter-spacing: 0.1em;
        color: #4f4f4f;
        text-transform: uppercase; }
      .weather_widget__today .weather_widget__pressure p,
      .weather_widget__today .weather_widget__humidity p {
        margin: 0;
        font: normal 700 100% "PT Serif", sans-serif;
        font-size: 20px;
        font-size: 2rem;
        line-height: 22px;
        line-height: 2.2rem;
        color: #020202; }
    .weather_widget__today .weather_widget__humidity {
      margin: 6px 0 0 0; }
      .weather_widget__today .weather_widget__humidity small {
        line-height: 26px;
        line-height: 2.6rem; }
  .weather_widget__separator {
    width: 235px;
    height: 1px;
    margin: 0 auto;
    background-color: #e0e0e0; }
  .weather_widget__later {
    position: relative;
    padding: 30px 0 40px 0; }
    @media screen and (min-width: 1024px) {
      .weather_widget__later {
        padding: 41px 0 57px 0; } }
    .weather_widget__later .weather_widget__icon_wrap {
      position: absolute;
      top: 0;
      bottom: 7px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      max-width: 200px;
      padding: 0 32px 0 40px; }
    .weather_widget__later .weather_widget__icon_figure {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .weather_widget__later .weather_widget__icon_figure img,
      .weather_widget__later .weather_widget__icon_figure svg {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: auto; }
      .weather_widget__later .weather_widget__icon_figure svg path {
        fill: #f63c29; }
    .weather_widget__later .weather_widget__data_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      padding: 0 0 0 12px;
      float: right; }
    .weather_widget__later .weather_widget__now p {
      margin: 0;
      font: normal 700 100% "PT Serif", sans-serif;
      font-size: 40px;
      font-size: 4rem;
      line-height: 44px;
      line-height: 4.4rem;
      color: #020202; }
    .weather_widget__later .weather_widget__now small {
      font: normal 300 100% "Open Sans", sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #4f4f4f; }
    .weather_widget__later .weather_widget__pressure,
    .weather_widget__later .weather_widget__humidity {
      margin: 8px 0 0 0; }
      .weather_widget__later .weather_widget__pressure small,
      .weather_widget__later .weather_widget__humidity small {
        font: normal 400 100% "PT Serif", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #e3e3e3; }
      .weather_widget__later .weather_widget__pressure p,
      .weather_widget__later .weather_widget__humidity p {
        margin: 2px 0 0 0;
        font: normal 400 100% "PT Serif", sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 20px;
        line-height: 2rem;
        color: #020202; }
    .weather_widget__later .weather_widget__humidity {
      margin: 14px 0 0 0; }
  .weather_widget .btn--red {
    padding: 9px 35px; }

.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; }

.user_profile .body_wrap {
  top: 56px;
  margin-bottom: -56px; }
  @media screen and (min-width: 1024px) {
    .user_profile .body_wrap {
      top: 76px;
      margin-bottom: -76px; } }
  @media screen and (min-width: 1200px) {
    .user_profile .body_wrap {
      top: 94px;
      margin-bottom: -94px; } }

@media screen and (min-width: 1310px) {
  .user_profile .content__wrap {
    margin: 12px auto 0; } }

@media screen and (min-width: 1024px) and (max-width: 1310px) {
  .profile__left_sidebar {
    margin-right: -10px; } }

.profile__tab {
  position: relative;
  display: block;
  margin: 0 0 17px;
  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: 48px;
  background: #f4f4f4;
  font: normal 800 100% "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.05em;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center; }
  .profile__tab_btn.is_active {
    color: #f63c29; }

.profile__section {
  position: relative;
  display: none;
  padding: 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: 12px 0 90px 0; } }
  .profile__section--public {
    display: block; }
  .profile__section.is_active {
    display: block; }

.profile__section_inner {
  position: relative;
  margin: 0 0 39px 0;
  padding: 0;
  background: #fff; }

.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;
  *zoom: 1; }
  .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 {
    margin: 12px 0 0 0; }
    .profile__sidebox--avatar .main_tile__label {
      padding-bottom: 25px; }
  .profile__sidebox--basic_info {
    margin: 45px 0 0 0; }
    .profile__sidebox--basic_info .main_tile__label {
      padding-bottom: 0; }
  .profile__sidebox--personal_info {
    margin: 56px 0 0 0; }
    .profile__sidebox--personal_info .main_tile__label {
      padding-bottom: 0; }
  .profile__sidebox--social {
    margin: 54px 0 55px 0; }
    .profile__sidebox--social .main_tile__label {
      padding-bottom: 25px; }
    .profile__sidebox--social .btn--fb {
      padding: 9px 46px; }

.profile__sidebox_avatar {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 31px 0;
  border-bottom: 1px solid #e0e0e0; }

.profile__sidebox_figure_wrap {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  padding: 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% "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(246, 60, 41, 0.5);
  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 4px;
    font-size: 24px;
    font-size: 2.4rem; }

.profile__sidebox_avatar_name {
  position: relative;
  display: block;
  margin: 25px 0 0;
  padding: 0 10px;
  font: normal 700 100% "PT Serif", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #020202;
  text-align: center; }

.profile__sidebox_avatar_button {
  position: relative;
  margin: 23px 0 13px; }
  .profile__sidebox--avatar .profile__sidebox_avatar_button {
    margin: 15px 0 13px; }

.profile__sidebox_list {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  *zoom: 1; }
  .profile__sidebox_list:before, .profile__sidebox_list:after {
    content: "";
    display: table; }
  .profile__sidebox_list:after {
    clear: both; }

.profile__sidebox_list_item {
  position: relative;
  margin: 0;
  padding: 0; }
  .profile__sidebox_list_item .form__input_icon {
    line-height: 37px !important;
    line-height: 3.7rem !important; }

.profile__list {
  position: relative;
  display: none;
  margin: 12px 0 0 0;
  padding: 0;
  list-style-type: none; }
  .profile__list.is_active {
    display: block; }
  .profile__list .btn--icon_center {
    margin: 30px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .profile__list .btn--icon_center {
        width: 100%;
        padding-left: 28px;
        padding-right: 48px;
        margin: 30px 0 0; } }
    @media screen and (min-width: 1310px) {
      .profile__list .btn--icon_center {
        margin: 50px 0 0; } }
  @media screen and (min-width: 540px) {
    .profile__list {
      padding: 0 16px; } }
  @media screen and (min-width: 1310px) {
    .profile__list {
      padding: 0;
      margin: 1px 0 0 0; } }

.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: 53px; } }
  @media screen and (min-width: 1310px) {
    .profile__list_tab {
      height: 83px; } }
  .profile__list_tab--public {
    margin: 30px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .profile__list_tab--public {
        height: 51px;
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .profile__list_tab--public {
        height: 83px; } }

.profile__list_tab_btn {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font: normal 800 100% "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a3a3a3;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .profile__list_tab_btn {
      height: 53px;
      line-height: 53px;
      line-height: 5.3rem; } }
  @media screen and (min-width: 1310px) {
    .profile__list_tab_btn {
      height: 83px;
      font: normal 300 100% "Open Sans", sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 83px;
      line-height: 8.3rem;
      letter-spacing: 0.1em; } }
  .profile__list_tab--public .profile__list_tab_btn {
    width: 100%;
    height: 51px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 61px;
    line-height: 6.1rem; }
  .profile__list_tab_btn:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0; }
  .profile__list_tab_btn.is_active {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #fff;
    color: #020202; }
    .profile__list_tab_btn.is_active:before {
      top: 0;
      bottom: auto; }

.profile__sidebox_footer {
  position: relative;
  height: 49px;
  margin: 10px 0 0;
  padding: 0;
  border-top: 1px solid #e0e0e0; }
  .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: 15px; }
  .profile__sidebox--social .profile__sidebox_footer {
    margin: 30px 0 0 0; }
    .profile__sidebox--social .profile__sidebox_footer .btn {
      margin-top: 15px; }

.act {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0 12px;
  border-bottom: 1px solid #e0e0e0;
  *zoom: 1; }
  .act:before, .act:after {
    content: "";
    display: table; }
  .act:after {
    clear: both; }
  @media screen and (min-width: 1310px) {
    .act {
      padding: 10px 19px 5px; } }
  .act:first-of-type {
    border-top: 0; }
  .act:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .act__header {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .act__header:before, .act__header:after {
      content: "";
      display: table; }
    .act__header:after {
      clear: both; }
  .act__figure {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    margin: 0 17px 0 0;
    padding: 0; }
    .act__figure img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .act__user {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font: normal 700 100% "PT Serif", 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% "PT Serif", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    color: #020202; }
    @media screen and (min-width: 1310px) {
      .act__title {
        margin: 16px 0 0; } }
    .act__title span {
      font: normal 700 100% "PT Serif", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 20px;
      line-height: 2rem;
      color: #020202; }
  .act__user_link {
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    color: #020202; }
  .act__time {
    position: relative;
    display: block;
    margin: 4px 0 0;
    padding: 0;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #a3a3a3;
    text-transform: uppercase; }
    @media screen and (min-width: 1310px) {
      .act__time {
        display: none; } }
    .act__time--footer {
      display: none;
      margin: 0;
      line-height: 32px;
      line-height: 3.2rem;
      overflow: hidden; }
      @media screen and (min-width: 1310px) {
        .act__time--footer {
          top: 12px;
          display: inline-block;
          margin: 0 0 0 29px;
          font-size: 12px;
          font-size: 1.2rem; } }
  .act__main {
    position: relative;
    margin: 6px 0 0;
    padding: 0;
    font: normal 400 100% "PT Serif", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 27px;
    line-height: 2.7rem;
    letter-spacing: 0.025em;
    color: #1a1a1a; }
    @media screen and (min-width: 1310px) {
      .act__main {
        margin: 7px 0 0; } }
    .act__main a {
      display: block;
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0em;
      color: #020202; }
  .act__footer {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    *zoom: 1;
    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 18px; }
      @media screen and (min-width: 1310px) {
        .act__footer--button {
          margin: 1px 0 18px; } }
      .act__footer--button .btn--small {
        padding: 5px; }
        @media screen and (min-width: 1310px) {
          .act__footer--button .btn--small {
            padding: 5px 11px; } }

.btn__facebookconnect {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  overflow: hidden;
  height: 32px;
  margin: 0;
  padding: 0 10px 0 42px;
  font: normal 400 100% "PT Serif", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  background-color: #1c8cda;
  text-transform: uppercase;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: center; }
  .btn__facebookconnect:hover {
    color: #333;
    background-color: #fed8c8; }
  .btn__facebookconnect .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    color: #fff;
    background-color: #1a1a1a; }
  .btn__facebookconnect > span {
    display: inline-block; }
    @media screen and (min-width: 1024px) and (max-width: 1310px) {
      .btn__facebookconnect > span {
        display: none; } }

.modal__content #profile_avatar_image {
  max-width: 100%; }

.btn--prijava {
  margin: 10px; }

.btn--facebook_prijava {
  margin: 10px; }

.prijava__separator {
  position: relative;
  top: -16px;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  font: italic 400 100% "Open Sans", 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 {
      margin-left: 132px; } }
  @media screen and (min-width: 1310px) {
    .ntfs {
      top: 78px;
      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;
    *zoom: 1;
    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: 19px 20px 19px 14px;
      border-bottom: 1px solid #e0e0e0; }
    .ntfs__header .btn {
      float: left;
      height: 32px;
      padding: 0 8px;
      line-height: 31px;
      line-height: 3.1rem; }
      .ntfs__header .btn--fb {
        display: inline-block;
        width: auto;
        padding: 0 10px 0 42px;
        margin: 0 0 0 20px; }
        .ntfs__header .btn--fb:before {
          left: 32px; }
      .ntfs__header .btn .icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 32px;
        line-height: 3.2rem; }
    .ntfs__header--above_nano {
      border-top: 1px solid #e3e3e3;
      padding: 9px 0;
      margin: 0 10px;
      text-align: right; }
      .ntfs__header--above_nano span {
        float: left;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 13px;
        line-height: 1.3rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #a3a3a3; }
      .ntfs__header--above_nano .ntfs__header_link {
        float: right;
        height: auto;
        margin: 0;
        border-bottom: 1px solid #4f4f4f;
        line-height: 12px;
        line-height: 1.2rem;
        text-transform: none;
        color: #4f4f4f;
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff; }
  .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: 30px;
    margin: 0;
    padding: 0;
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    color: #020202;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: default; }
  .ntfs__header_link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 11px;
    margin: 3px 0 0 0;
    padding: 0;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 11px;
    line-height: 1.1rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #a3a3a3;
    text-transform: uppercase;
    -webkit-transition: color 0.12s ease-in-out;
    -moz-transition: color 0.12s ease-in-out;
    -o-transition: color 0.12s ease-in-out;
    transition: color 0.12s ease-in-out; }
    .ntfs__header_link:hover {
      color: #333; }
    .ntfs__header_link--block {
      position: relative;
      font: normal 400 100% "PT Serif", sans-serif;
      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: #f4f4f4; }
      .ntfs__header_link--block > span {
        font: normal 400 100% "PT Serif", sans-serif;
        text-transform: none;
        color: #020202;
        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: 5px;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto 0;
    color: #020202;
    font-size: 20px;
    font-size: 2rem;
    line-height: 44px;
    line-height: 4.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; }
  .ntfs__content {
    position: relative;
    margin: 0;
    padding: 0; }
  .ntfs__list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .ntfs__list_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    *zoom: 1;
    border-bottom: 1px solid #f4f4f4; }
    .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 #f4f4f4; }
  .ntfs__link {
    position: relative;
    display: block;
    min-height: 50px;
    margin: 0;
    padding: 14px;
    text-decoration: none;
    -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;
    background: #f4f4f4; }
    .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__link:hover {
      background: #fff4e1; }
  .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;
    -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); }
    .ntfs__figure::after {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block; }
    .ntfs__figure--banned {
      font: normal 700 100% "Open Sans", 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: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    color: #020202; }
    .ntfs__text strong {
      font: normal 700 100% "Open Sans", sans-serif;
      margin-right: 10px; }
      .ntfs__text strong:empty {
        display: none; }
  .ntfs__title {
    margin: 0;
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    color: #020202; }
  .ntfs__text_content {
    margin: 0;
    font: normal 400 100% "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    color: #020202; }
  .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 400 100% "Open Sans", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 10px;
    line-height: 1rem;
    letter-spacing: 0.05em;
    color: #a3a3a3;
    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; }

.home .fold_home__top_banner + .fold_home__special_block {
  margin: 20px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home__top_banner + .fold_home__special_block {
      margin: 30px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home__top_banner + .fold_home__special_block {
      margin: 50px 0 0 0; } }

.home .fold_home_a {
  margin: 20px 0 0 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: 50px 0 0 0; } }
  .home .fold_home_a__block_1 .card--02, .home .fold_home_a__block_1 .card--02d, .home .fold_home_a__block_1 .card--02e {
    margin: 33px 0 0 0; }
    .home .fold_home_a__block_1 .card--02:nth-child(2), .home .fold_home_a__block_1 .card--02d:nth-child(2), .home .fold_home_a__block_1 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_a__block_1 .card--02, .home .fold_home_a__block_1 .card--02d, .home .fold_home_a__block_1 .card--02e {
        margin: 0; }
        .home .fold_home_a__block_1 .card--02:nth-child(2), .home .fold_home_a__block_1 .card--02d:nth-child(2), .home .fold_home_a__block_1 .card--02e:nth-child(2) {
          margin: 43px 0 0 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1310px) {
      .home .fold_home_a__block_1 .card--02:nth-child(2), .home .fold_home_a__block_1 .card--02d:nth-child(2), .home .fold_home_a__block_1 .card--02e:nth-child(2) {
        margin: 45px 0 0 0; } }
  .home .fold_home_a__block_2 {
    margin: 35px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_a__block_2 {
        margin: 58px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_a__block_2 {
        margin: 82px 0 0 0; } }
    .home .fold_home_a__block_2 .card--01, .home .fold_home_a__block_2 .card--01b {
      margin: 33px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .home .fold_home_a__block_2 .card--01, .home .fold_home_a__block_2 .card--01b {
          margin: 0; } }
    .home .fold_home_a__block_2 .card--02:nth-child(2), .home .fold_home_a__block_2 .card--02d:nth-child(2), .home .fold_home_a__block_2 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .home .fold_home_a__block_2 .card--02:nth-child(2), .home .fold_home_a__block_2 .card--02d:nth-child(2), .home .fold_home_a__block_2 .card--02e:nth-child(2) {
          margin: 42px 0 0 0; } }
      @media screen and (min-width: 1310px) {
        .home .fold_home_a__block_2 .card--02:nth-child(2), .home .fold_home_a__block_2 .card--02d:nth-child(2), .home .fold_home_a__block_2 .card--02e:nth-child(2) {
          margin: 45px 0 0 0; } }
  .home .fold_home_a__block_3 {
    margin: 33px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_a__block_3 {
        margin: 42px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_a__block_3 {
        margin: 44px 0 0 0; } }

.home .fold_home__extra_news .card--02b, .home .fold_home__extra_news .card--02e {
  margin: 33px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home__extra_news .card--02b, .home .fold_home__extra_news .card--02e {
      margin: 42px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home__extra_news .card--02b, .home .fold_home__extra_news .card--02e {
      margin: 44px 0 0 0; } }

.home .fold_home_b {
  margin: 50px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_b {
      margin: 66px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_b {
      margin: 83px 0 0 0; } }
  .home .fold_home_b__block_1 .card--02, .home .fold_home_b__block_1 .card--02d, .home .fold_home_b__block_1 .card--02e {
    margin: 33px 0 0 0; }
    .home .fold_home_b__block_1 .card--02:nth-child(2), .home .fold_home_b__block_1 .card--02d:nth-child(2), .home .fold_home_b__block_1 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_b__block_1 .card--02, .home .fold_home_b__block_1 .card--02d, .home .fold_home_b__block_1 .card--02e {
        margin: 0; }
        .home .fold_home_b__block_1 .card--02:nth-child(2), .home .fold_home_b__block_1 .card--02d:nth-child(2), .home .fold_home_b__block_1 .card--02e:nth-child(2) {
          margin: 42px 0 0 0; } }
  .home .fold_home_b__block_2 {
    margin: 35px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_b__block_2 {
        margin: 58px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_b__block_2 {
        margin: 82px 0 0 0; } }
    .home .fold_home_b__block_2 .card--01, .home .fold_home_b__block_2 .card--01b {
      margin: 33px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .home .fold_home_b__block_2 .card--01, .home .fold_home_b__block_2 .card--01b {
          margin: 0; } }
    .home .fold_home_b__block_2 .card--02:nth-child(2), .home .fold_home_b__block_2 .card--02d:nth-child(2), .home .fold_home_b__block_2 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .home .fold_home_b__block_2 .card--02:nth-child(2), .home .fold_home_b__block_2 .card--02d:nth-child(2), .home .fold_home_b__block_2 .card--02e:nth-child(2) {
          margin: 44px 0 0 0; } }
  .home .fold_home_b__block_3 {
    margin: 33px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_b__block_3 {
        margin: 42px 0 0 0; } }
  .home .fold_home_b .column_sidebar .main_tile--upcoming_events {
    margin: 44px 0 0 0; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .home .fold_home_b .column_sidebar .main_tile--upcoming_events {
        width: 80%;
        margin: 44px auto 0 auto; } }
    .home .fold_home_b .column_sidebar .main_tile--upcoming_events .main_tile__label {
      padding-bottom: 37px; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_b .column_sidebar .main_tile--upcoming_events {
        margin: 0; }
        .home .fold_home_b .column_sidebar .main_tile--upcoming_events .main_tile__label {
          padding-bottom: 35px; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_b .column_sidebar .main_tile--upcoming_events {
        min-height: 683px; } }

.home .fold_home__special_block {
  margin: 30px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home__special_block {
      margin: 51px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home__special_block {
      margin: 91px 0 0 0; } }

.home .fold_home__recommend_block {
  margin: 50px 0 0 0; }
  @media screen and (min-width: 1310px) {
    .home .fold_home__recommend_block {
      margin: 70px 0 0 0; } }

.home .fold_home_topgifts {
  margin: 50px 0 0 0; }
  @media screen and (min-width: 1310px) {
    .home .fold_home_topgifts {
      margin: 70px 0 0 0; } }
  .home .fold_home_topgifts .main_tile__label {
    padding-bottom: 5px; }

.home .fold_home_topgifts + .fold_home__special_block {
  margin: 50px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_topgifts + .fold_home__special_block {
      margin: 66px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_topgifts + .fold_home__special_block {
      margin: 84px 0 0 0; } }

.home .fold_home_c {
  margin: 50px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_c {
      margin: 66px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_c {
      margin: 91px 0 0 0; } }
  .home .fold_home_c__block_1 .card--02, .home .fold_home_c__block_1 .card--02d, .home .fold_home_c__block_1 .card--02e {
    margin: 33px 0 0 0; }
    .home .fold_home_c__block_1 .card--02:nth-child(2), .home .fold_home_c__block_1 .card--02d:nth-child(2), .home .fold_home_c__block_1 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_c__block_1 .card--02, .home .fold_home_c__block_1 .card--02d, .home .fold_home_c__block_1 .card--02e {
        margin: 0; }
        .home .fold_home_c__block_1 .card--02:nth-child(2), .home .fold_home_c__block_1 .card--02d:nth-child(2), .home .fold_home_c__block_1 .card--02e:nth-child(2) {
          margin: 43px 0 0 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1310px) {
      .home .fold_home_c__block_1 .card--02:nth-child(2), .home .fold_home_c__block_1 .card--02d:nth-child(2), .home .fold_home_c__block_1 .card--02e:nth-child(2) {
        margin: 45px 0 0 0; } }
  .home .fold_home_c__block_2 {
    margin: 35px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_c__block_2 {
        margin: 58px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_c__block_2 {
        margin: 82px 0 0 0; } }
    .home .fold_home_c__block_2 .card--01, .home .fold_home_c__block_2 .card--01b {
      margin: 33px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .home .fold_home_c__block_2 .card--01, .home .fold_home_c__block_2 .card--01b {
          margin: 0; } }
    .home .fold_home_c__block_2 .card--02:nth-child(2), .home .fold_home_c__block_2 .card--02d:nth-child(2), .home .fold_home_c__block_2 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .home .fold_home_c__block_2 .card--02:nth-child(2), .home .fold_home_c__block_2 .card--02d:nth-child(2), .home .fold_home_c__block_2 .card--02e:nth-child(2) {
          margin: 42px 0 0 0; } }
      @media screen and (min-width: 1310px) {
        .home .fold_home_c__block_2 .card--02:nth-child(2), .home .fold_home_c__block_2 .card--02d:nth-child(2), .home .fold_home_c__block_2 .card--02e:nth-child(2) {
          margin: 45px 0 0 0; } }
  .home .fold_home_c__block_3 {
    margin: 33px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_c__block_3 {
        margin: 42px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_c__block_3 {
        margin: 44px 0 0 0; } }
  .home .fold_home_c .column_sidebar .topnews_widget {
    padding: 0 14px;
    margin-top: 44px;
    margin-bottom: 24px; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .home .fold_home_c .column_sidebar .topnews_widget {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 1024px) {
      .home .fold_home_c .column_sidebar .topnews_widget {
        padding: 0;
        margin-top: 0;
        margin-bottom: 31px; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_c .column_sidebar .topnews_widget {
        margin-bottom: 57px;
        min-height: 680px; } }
    .home .fold_home_c .column_sidebar .topnews_widget .main_tile__label {
      padding: 29px 0 11px; }
      @media screen and (min-width: 1310px) {
        .home .fold_home_c .column_sidebar .topnews_widget .main_tile__label {
          margin: 1px 0 3px; } }
    .home .fold_home_c .column_sidebar .topnews_widget .card--07 .card__separator, .home .fold_home_c .column_sidebar .topnews_widget .card--07a .card__separator, .home .fold_home_c .column_sidebar .topnews_widget .card--07b .card__separator {
      margin: 0 0 5px 0; }
      @media screen and (min-width: 1024px) {
        .home .fold_home_c .column_sidebar .topnews_widget .card--07 .card__separator, .home .fold_home_c .column_sidebar .topnews_widget .card--07a .card__separator, .home .fold_home_c .column_sidebar .topnews_widget .card--07b .card__separator {
          margin: 0;
          margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .home .fold_home_c .column_sidebar .topnews_widget .card--07 .card__photo_wrap, .home .fold_home_c .column_sidebar .topnews_widget .card--07a .card__photo_wrap, .home .fold_home_c .column_sidebar .topnews_widget .card--07b .card__photo_wrap {
        margin: 2px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_c .column_sidebar .topnews_widget .card--07 .card__photo_wrap, .home .fold_home_c .column_sidebar .topnews_widget .card--07a .card__photo_wrap, .home .fold_home_c .column_sidebar .topnews_widget .card--07b .card__photo_wrap {
        top: 21px; } }

@media screen and (min-width: 1024px) {
  .home .fold_home_feed {
    margin: 20px 0 0 0; } }

@media screen and (min-width: 1310px) {
  .home .fold_home_feed {
    margin: 90px 0 0 0; } }

.home .fold_home_feed__block_1 .card--02, .home .fold_home_feed__block_1 .card--02d, .home .fold_home_feed__block_1 .card--02e {
  margin: 33px 0 0 0; }
  .home .fold_home_feed__block_1 .card--02:nth-child(2), .home .fold_home_feed__block_1 .card--02d:nth-child(2), .home .fold_home_feed__block_1 .card--02e:nth-child(2) {
    margin: 34px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_feed__block_1 .card--02, .home .fold_home_feed__block_1 .card--02d, .home .fold_home_feed__block_1 .card--02e {
      margin: 0; }
      .home .fold_home_feed__block_1 .card--02:nth-child(2), .home .fold_home_feed__block_1 .card--02d:nth-child(2), .home .fold_home_feed__block_1 .card--02e:nth-child(2) {
        margin: 43px 0 0 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1310px) {
      .home .fold_home_feed__block_1 .card--02:nth-child(2), .home .fold_home_feed__block_1 .card--02d:nth-child(2), .home .fold_home_feed__block_1 .card--02e:nth-child(2) {
        margin: 45px 0 0 0; } }

.home .fold_home_feed__block_2 {
  margin: 35px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_feed__block_2 {
      margin: 58px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_feed__block_2 {
      margin: 82px 0 0 0; } }
  .home .fold_home_feed__block_2 .card--01, .home .fold_home_feed__block_2 .card--01b {
    margin: 33px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_feed__block_2 .card--01, .home .fold_home_feed__block_2 .card--01b {
        margin: 0; } }
  .home .fold_home_feed__block_2 .card--02:nth-child(2), .home .fold_home_feed__block_2 .card--02d:nth-child(2), .home .fold_home_feed__block_2 .card--02e:nth-child(2) {
    margin: 34px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_feed__block_2 .card--02:nth-child(2), .home .fold_home_feed__block_2 .card--02d:nth-child(2), .home .fold_home_feed__block_2 .card--02e:nth-child(2) {
        margin: 42px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_feed__block_2 .card--02:nth-child(2), .home .fold_home_feed__block_2 .card--02d:nth-child(2), .home .fold_home_feed__block_2 .card--02e:nth-child(2) {
        margin: 45px 0 0 0; } }

.home .fold_home_feed__block_3 {
  margin: 33px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_feed__block_3 {
      margin: 42px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_feed__block_3 {
      margin: 44px 0 0 0; } }

.home .fold_home_feed__block_4 {
  margin: 32px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_feed__block_4 {
      margin: 70px 0 79px 0; } }

.home .fold_home_feed .btn--red.btn--icon_center {
  width: 100%;
  margin: 32px 0 0 0;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_feed .btn--red.btn--icon_center {
      margin: 70px 0 79px 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_feed .btn--red.btn--icon_center {
      margin: 72px 0 90px 0; } }

@media screen and (min-width: 1310px) {
  .home .fold_home_feed .js_sticky {
    margin-bottom: 79px; } }

.section .fold_section_a {
  margin: 20px 0 0 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: 50px 0 0 0; } }
  .section .fold_section_a__block_1 .card--02, .section .fold_section_a__block_1 .card--02d, .section .fold_section_a__block_1 .card--02e {
    margin: 33px 0 0 0; }
    .section .fold_section_a__block_1 .card--02:nth-child(2), .section .fold_section_a__block_1 .card--02d:nth-child(2), .section .fold_section_a__block_1 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_a__block_1 .card--02, .section .fold_section_a__block_1 .card--02d, .section .fold_section_a__block_1 .card--02e {
        margin: 0; }
        .section .fold_section_a__block_1 .card--02:nth-child(2), .section .fold_section_a__block_1 .card--02d:nth-child(2), .section .fold_section_a__block_1 .card--02e:nth-child(2) {
          margin: 42px 0 0 0; } }
  .section .fold_section_a__block_2 {
    margin: 20px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_a__block_2 {
        margin: 58px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a__block_2 {
        margin: 82px 0 0 0; } }
    .section .fold_section_a__block_2 .card--01, .section .fold_section_a__block_2 .card--01b {
      margin: 33px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .section .fold_section_a__block_2 .card--01, .section .fold_section_a__block_2 .card--01b {
          margin: 0; } }
    .section .fold_section_a__block_2 .card--02:nth-child(2), .section .fold_section_a__block_2 .card--02d:nth-child(2), .section .fold_section_a__block_2 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .section .fold_section_a__block_2 .card--02:nth-child(2), .section .fold_section_a__block_2 .card--02d:nth-child(2), .section .fold_section_a__block_2 .card--02e:nth-child(2) {
          margin: 44px 0 0 0; } }
  .section .fold_section_a__block_3 {
    margin: 33px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_a__block_3 {
        margin: 42px 0 0 0; } }
  .section .fold_section_a .column_sidebar .topnews_widget {
    padding: 0 14px;
    margin: 44px 0 0 0; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .section .fold_section_a .column_sidebar .topnews_widget {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 1024px) {
      .section .fold_section_a .column_sidebar .topnews_widget {
        padding: 0;
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a .column_sidebar .topnews_widget {
        min-height: 676px; } }
    .section .fold_section_a .column_sidebar .topnews_widget .main_tile__label {
      padding: 31px 0 11px; }
      @media screen and (min-width: 1024px) {
        .section .fold_section_a .column_sidebar .topnews_widget .main_tile__label {
          padding: 29px 0 11px; } }
      @media screen and (min-width: 1310px) {
        .section .fold_section_a .column_sidebar .topnews_widget .main_tile__label {
          margin-top: 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a .column_sidebar .topnews_widget .card--07, .section .fold_section_a .column_sidebar .topnews_widget .card--07a, .section .fold_section_a .column_sidebar .topnews_widget .card--07b {
        padding: 13px 0 4px 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a .column_sidebar .topnews_widget .card--07 .card__wrap, .section .fold_section_a .column_sidebar .topnews_widget .card--07a .card__wrap, .section .fold_section_a .column_sidebar .topnews_widget .card--07b .card__wrap {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a .column_sidebar .topnews_widget .card--07 .card__section, .section .fold_section_a .column_sidebar .topnews_widget .card--07a .card__section, .section .fold_section_a .column_sidebar .topnews_widget .card--07b .card__section {
        margin: 12px 0 0 0; } }
    .section .fold_section_a .column_sidebar .topnews_widget .card__separator {
      margin: 0 0 5px 0; }
      @media screen and (min-width: 1024px) {
        .section .fold_section_a .column_sidebar .topnews_widget .card__separator {
          margin: 1px 0 9px 0; } }

.section .fold_section_b {
  margin: 30px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .section .fold_section_b {
      margin: 50px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .section .fold_section_b {
      margin: 90px 0 0 0; } }
  .section .fold_section_b__block_1 .card--02, .section .fold_section_b__block_1 .card--02d, .section .fold_section_b__block_1 .card--02e {
    margin: 33px 0 0 0; }
    .section .fold_section_b__block_1 .card--02:nth-child(2), .section .fold_section_b__block_1 .card--02d:nth-child(2), .section .fold_section_b__block_1 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_b__block_1 .card--02, .section .fold_section_b__block_1 .card--02d, .section .fold_section_b__block_1 .card--02e {
        margin: 0; }
        .section .fold_section_b__block_1 .card--02:nth-child(2), .section .fold_section_b__block_1 .card--02d:nth-child(2), .section .fold_section_b__block_1 .card--02e:nth-child(2) {
          margin: 42px 0 0 0; } }
  .section .fold_section_b__block_2 {
    margin: 35px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_b__block_2 {
        margin: 58px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_b__block_2 {
        margin: 81px 0 0 0; } }
    .section .fold_section_b__block_2 .card--01, .section .fold_section_b__block_2 .card--01b {
      margin: 33px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .section .fold_section_b__block_2 .card--01, .section .fold_section_b__block_2 .card--01b {
          margin: 0; } }
    .section .fold_section_b__block_2 .card--02:nth-child(2), .section .fold_section_b__block_2 .card--02d:nth-child(2), .section .fold_section_b__block_2 .card--02e:nth-child(2) {
      margin: 34px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .section .fold_section_b__block_2 .card--02:nth-child(2), .section .fold_section_b__block_2 .card--02d:nth-child(2), .section .fold_section_b__block_2 .card--02e:nth-child(2) {
          margin: 44px 0 0 0; } }
  .section .fold_section_b__block_3 {
    margin: 33px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_b__block_3 {
        margin: 42px 0 0 0; } }

.section .fold_section_feed {
  margin: 30px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .section .fold_section_feed {
      margin: 50px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .section .fold_section_feed {
      margin: 90px 0 0 0; } }
  .section .fold_section_feed .main_tile__label {
    padding-bottom: 37px; }
    @media screen and (min-width: 1310px) {
      .section .fold_section_feed .main_tile__label {
        padding-bottom: 45px; } }
  .section .fold_section_feed .card--02b, .section .fold_section_feed .card--02e {
    margin: 34px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_feed .card--02b, .section .fold_section_feed .card--02e {
        margin: 42px 0 0 0;
        padding: 0 120px 0 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_feed .card--02b, .section .fold_section_feed .card--02e {
        margin: 50px 0 0 0;
        padding: 0; } }
    .section .fold_section_feed .card--02b:first-of-type, .section .fold_section_feed .card--02e:first-of-type {
      margin: 0; }
    .section .fold_section_feed .card--02b .card__section, .section .fold_section_feed .card--02e .card__section {
      display: none; }
  .section .fold_section_feed .btn--red.btn--icon_center {
    display: block;
    margin: 32px 0 50px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_feed .btn--red.btn--icon_center {
        margin: 70px 0 79px; } }
  .section .fold_section_feed__more_news {
    margin: 34px 0 50px 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_feed__more_news {
        margin: 42px 0 79px 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_feed__more_news {
        margin: 50px 0 0 0; } }

@media screen and (min-width: 1024px) {
  .article .column_content__inner,
  .article .column_sidebar {
    margin-top: 23px; } }

@media screen and (min-width: 1310px) {
  .article .column_content__inner,
  .article .column_sidebar {
    margin-top: 48px; } }

@media screen and (min-width: 1024px) {
  .article__more_articles .main_tile__label, .article__choosen_for_you .main_tile__label {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: -0.01em; } }

@media screen and (min-width: 1310px) {
  .article__more_articles .main_tile__label, .article__choosen_for_you .main_tile__label {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.025em; } }

.article__more_articles {
  margin-bottom: 40px; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .article__more_articles {
      padding-left: 16px;
      padding-right: 16px; } }
  @media screen and (min-width: 1310px) {
    .article__more_articles {
      margin-bottom: 38px; } }

@media screen and (min-width: 1024px) {
  .article__choosen_for_you {
    margin-bottom: 32px; } }

@media screen and (min-width: 1310px) {
  .article__choosen_for_you {
    margin-bottom: 40px; } }

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .article__choosen_for_you {
    padding-left: 16px;
    padding-right: 16px; } }

.article .fold_article__related_articles {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .article .fold_article__related_articles {
      margin-bottom: 45px; } }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .article .fold_article__related_articles {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }

.article .fold_article__pr_articles {
  position: relative; }
  .article .fold_article__pr_articles .main_tile__label {
    margin-bottom: 30px; }
  @media screen and (max-width: 539px) {
    .article .fold_article__pr_articles {
      margin-bottom: 29px; } }

.article .fold_article__recommended_for_you {
  position: relative; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .article .fold_article__recommended_for_you {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .article .column_sidebar .topnews_widget {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 1024px) {
  .article.article--column .fold_article__recommended_for_you {
    margin-top: 15px; } }

@media screen and (min-width: 1310px) {
  .article.article--column .fold_article__recommended_for_you {
    margin-top: 30px; } }

.fold__special--1 {
  margin-top: 20px;
  margin-bottom: 36px; }
  @media screen and (min-width: 1024px) {
    .fold__special--1 {
      margin-top: 30px;
      margin-bottom: 87px; } }
  @media screen and (max-width: 1023px) {
    .fold__special--1 .card--01b {
      margin-bottom: 32px; } }
  .fold__special--1 .card--02d:first-of-type {
    margin-bottom: 35px; }
    @media screen and (min-width: 1024px) {
      .fold__special--1 .card--02d:first-of-type {
        margin-bottom: 47px; } }

.fold__special--2 {
  margin-bottom: 34px; }
  @media screen and (min-width: 1024px) {
    .fold__special--2 {
      margin-bottom: 47px; } }
  @media screen and (max-width: 1023px) {
    .fold__special--2 .card--01b {
      margin-top: 35px; } }
  .fold__special--2 .card--02d:first-of-type {
    margin-bottom: 35px; }
    @media screen and (min-width: 1024px) {
      .fold__special--2 .card--02d:first-of-type {
        margin-bottom: 47px; } }

.fold__special--3 {
  margin-bottom: 29px; }
  @media screen and (min-width: 1024px) {
    .fold__special--3 {
      margin-bottom: 10px; } }

.fold_section_feed {
  margin-bottom: 90px; }
  .fold_section_feed .card--02e {
    margin-bottom: 35px; }
    @media screen and (min-width: 1024px) {
      .fold_section_feed .card--02e {
        margin-bottom: 50px; } }
    .fold_section_feed .card--02e:last-of-type {
      margin-bottom: 55px; }
      @media screen and (min-width: 1024px) {
        .fold_section_feed .card--02e:last-of-type {
          margin-bottom: 70px; } }

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

@media screen and (min-width: 1310px) {
  .section--special .column_sidebar .main_tile__label {
    margin: 6px 0 14px; } }

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .section--special .column_sidebar .topnews_widget {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

.section--special .fold_section_feed {
  margin-bottom: 50px; }
  @media screen and (min-width: 1024px) {
    .section--special .fold_section_feed {
      margin-bottom: 110px;
      margin-top: 80px; } }

.section--special .fold_section_feed__more_news {
  margin: 0; }

.section--special .load_more .btn--loadmore {
  margin: 70px 0 0 0 !important; }

.section--special .section__noresult_block {
  margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .user_profile .js_sticky, .user_profile .js_sticky_offset {
    margin-bottom: 39px; } }

@media screen and (min-width: 1310px) {
  .user_profile .js_sticky, .user_profile .js_sticky_offset {
    top: 88px;
    margin-bottom: 90px; } }

@media screen and (min-width: 1024px) {
  .authors_page .js_sticky, .authors_page .js_sticky_offset {
    margin-bottom: 37px; } }

@media screen and (min-width: 1310px) {
  .authors_page .js_sticky, .authors_page .js_sticky_offset {
    margin-bottom: 90px; } }

.weather_page .weather_content {
  padding-top: 30px; }
  @media screen and (min-width: 1024px) {
    .weather_page .weather_content {
      padding-top: 50px; } }

.card {
  position: relative; }
  .card__separator {
    position: relative;
    clear: both; }
  .card__link {
    display: block; }
  .card__section {
    font: normal 400 100% "Open Sans", sans-serif; }
    .card__section a {
      -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; }
  .card__overtitle {
    display: block;
    padding: 0;
    margin: 0;
    font: normal 300 100% "Open Sans", sans-serif;
    color: #4f4f4f;
    text-align: center;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; }
  .card__title {
    clear: both;
    margin: 0;
    padding: 0;
    font: normal 700 100% "PT Serif", sans-serif;
    color: #020202;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .card__subtitle {
    display: inline-block;
    padding: 0 10px;
    margin: 0; }
    .card__subtitle a {
      display: inline-block; }
  .card__description {
    display: block;
    font: normal 300 100% "Open Sans", sans-serif;
    color: #4f4f4f;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .card__figure {
    position: relative;
    display: block;
    padding: 0;
    margin: 0; }
    .card__figure:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -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); }
    .card__figure img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .card__time {
    display: none; }
  .card__img--round {
    border-radius: 50%; }
  .card__img--large {
    width: 100%;
    height: auto; }
  .card__image_overlay {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .card__separator {
    display: block;
    width: 80px;
    height: 1px;
    background-color: #e0e0e0; }
    .card__separator--small_circle {
      display: inline-block;
      content: '';
      width: 5px;
      height: 5px;
      background-color: #f63c29;
      border-radius: 50%; }
    @media screen and (min-width: 1024px) {
      .card__separator--07a {
        left: 34px; } }
    @media screen and (min-width: 1310px) {
      .card__separator--07a {
        left: 51px; } }
  .card--01 .card__image_overlay, .card--01b .card__image_overlay {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px; }
    @media screen and (min-width: 1024px) {
      .card--01 .card__image_overlay, .card--01b .card__image_overlay {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px; } }
    @media screen and (min-width: 1310px) {
      .card--01 .card__image_overlay, .card--01b .card__image_overlay {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px; } }
  .card--01 .card__data_wrap, .card--01b .card__data_wrap {
    padding: 0 28px; }
    @media screen and (min-width: 540px) {
      .card--01 .card__data_wrap, .card--01b .card__data_wrap {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--01 .card__data_wrap, .card--01b .card__data_wrap {
        padding: 0 28px; } }
  .card--01 .card__section, .card--01b .card__section {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .card--01 .card__section, .card--01b .card__section {
        top: -8px; } }
    .card--01 .card__section a, .card--01b .card__section a {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      height: 28px;
      padding: 0 12px;
      background-color: #f63c29;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.1em;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) {
        .card--01 .card__section a, .card--01b .card__section a {
          height: 26px;
          padding: 0 17px;
          line-height: 26px;
          line-height: 2.6rem; } }
      @media screen and (min-width: 1310px) {
        .card--01 .card__section a, .card--01b .card__section a {
          height: 31px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 31px;
          line-height: 3.1rem; } }
    .card--01 .card__section:hover a, .card--01b .card__section:hover a {
      background-color: #c12112; }
  .card--01 .card__overtitle, .card--01b .card__overtitle {
    margin: 16px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    max-height: 28px; }
    @media screen and (min-width: 1310px) {
      .card--01 .card__overtitle, .card--01b .card__overtitle {
        margin: 36px 0 0 0;
        font-size: 14px;
        font-size: 1.4rem; } }
  .card--01 .card__title, .card--01b .card__title {
    margin: 4px 0 0 0;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 29px;
    line-height: 2.9rem;
    max-height: 58px; }
    @media screen and (min-width: 1024px) {
      .card--01 .card__title, .card--01b .card__title {
        margin: 7px 0 0 0;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem;
        max-height: 68px; } }
    @media screen and (min-width: 1310px) {
      .card--01 .card__title, .card--01b .card__title {
        margin: 13px 0 0 0;
        font-size: 40px;
        font-size: 4rem;
        line-height: 44px;
        line-height: 4.4rem;
        max-height: 88px; } }
  .card--01 .card__description_wrap, .card--01b .card__description_wrap {
    margin: 11px 0 0 0;
    padding: 0 28px; }
    @media screen and (min-width: 540px) {
      .card--01 .card__description_wrap, .card--01b .card__description_wrap {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--01 .card__description_wrap, .card--01b .card__description_wrap {
        margin: 16px 0 0 0;
        padding: 0 28px; } }
    @media screen and (min-width: 1310px) {
      .card--01 .card__description_wrap, .card--01b .card__description_wrap {
        margin: 22px 0 0 0;
        padding: 0 43px; } }
  .card--01 .card__description, .card--01b .card__description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    -webkit-line-clamp: 3;
    max-height: 72px; }
    @media screen and (min-width: 1024px) {
      .card--01 .card__description, .card--01b .card__description {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        -webkit-line-clamp: 2;
        max-height: 40px; } }
    @media screen and (min-width: 1310px) {
      .card--01 .card__description, .card--01b .card__description {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 28px;
        line-height: 2.8rem;
        max-height: 56px; } }
  .card--02 .card__image_overlay, .card--02d .card__image_overlay, .card--02e .card__image_overlay {
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px; }
    @media screen and (min-width: 1024px) {
      .card--02 .card__image_overlay, .card--02d .card__image_overlay, .card--02e .card__image_overlay {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px; } }
    @media screen and (min-width: 1310px) {
      .card--02 .card__image_overlay, .card--02d .card__image_overlay, .card--02e .card__image_overlay {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px; } }
  .card--02 .card__data_wrap, .card--02d .card__data_wrap, .card--02e .card__data_wrap {
    padding: 0 14px; }
    @media screen and (min-width: 540px) {
      .card--02 .card__data_wrap, .card--02d .card__data_wrap, .card--02e .card__data_wrap {
        padding: 30px; } }
    @media screen and (min-width: 1024px) {
      .card--02 .card__data_wrap, .card--02d .card__data_wrap, .card--02e .card__data_wrap {
        padding: 0; } }
  .card--02 .card__section, .card--02d .card__section, .card--02e .card__section {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .card--02 .card__section, .card--02d .card__section, .card--02e .card__section {
        top: -6px; } }
    @media screen and (min-width: 1024px) {
      .card--02 .card__section, .card--02d .card__section, .card--02e .card__section {
        top: -8px; } }
    .card--02 .card__section a, .card--02d .card__section a, .card--02e .card__section a {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      height: 28px;
      padding: 0 12px;
      background-color: #f63c29;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.1em;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) {
        .card--02 .card__section a, .card--02d .card__section a, .card--02e .card__section a {
          height: 25px;
          padding: 0 13px;
          font-size: 10px;
          font-size: 1rem;
          line-height: 25px;
          line-height: 2.5rem; } }
      @media screen and (min-width: 1310px) {
        .card--02 .card__section a, .card--02d .card__section a, .card--02e .card__section a {
          height: 28px;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 28px;
          line-height: 2.8rem; } }
    .card--02 .card__section:hover a, .card--02d .card__section:hover a, .card--02e .card__section:hover a {
      background-color: #c12112; }
    @media screen and (min-width: 1024px) {
      .card--02b .card--02 .card__section, .card--02e .card--02 .card__section, .card--02b .card--02d .card__section, .card--02e .card--02d .card__section, .card--02b .card--02e .card__section, .card--02e .card--02e .card__section {
        width: 201px;
        height: 135px; } }
    @media screen and (min-width: 1310px) {
      .card--02b .card--02 .card__section, .card--02e .card--02 .card__section, .card--02b .card--02d .card__section, .card--02e .card--02d .card__section, .card--02b .card--02e .card__section, .card--02e .card--02e .card__section {
        width: 297px;
        height: 198px; } }
  .card--02 .card__overtitle, .card--02d .card__overtitle, .card--02e .card__overtitle {
    margin: 11px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    max-height: 28px; }
    @media screen and (min-width: 1024px) {
      .card--02 .card__overtitle, .card--02d .card__overtitle, .card--02e .card__overtitle {
        margin: 12px 0 0 0;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 24px;
        line-height: 2.4rem;
        max-height: 24px; } }
    @media screen and (min-width: 1310px) {
      .card--02 .card__overtitle, .card--02d .card__overtitle, .card--02e .card__overtitle {
        margin: 22px 0 0 0;
        font-size: 14px;
        font-size: 1.4rem; } }
  .card--02 .card__title, .card--02d .card__title, .card--02e .card__title {
    margin: 0px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    max-height: 52px; }
    @media screen and (min-width: 1024px) {
      .card--02 .card__title, .card--02d .card__title, .card--02e .card__title {
        margin: -1px 0 0 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem;
        max-height: 40px; } }
    @media screen and (min-width: 1310px) {
      .card--02 .card__title, .card--02d .card__title, .card--02e .card__title {
        margin: 8px 0 0 0;
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem;
        max-height: 52px; } }
  @media screen and (min-width: 1024px) {
    .card--02b .card__section, .card--02e .card__section {
      left: 0;
      right: auto;
      width: 201px; } }
  @media screen and (min-width: 1310px) {
    .card--02b .card__section, .card--02e .card__section {
      width: 297px; } }
  @media screen and (min-width: 1024px) {
    .card--02b .card__photo_wrap, .card--02e .card__photo_wrap {
      width: 201px;
      height: 135px;
      float: left; } }
  @media screen and (min-width: 1310px) {
    .card--02b .card__photo_wrap, .card--02e .card__photo_wrap {
      width: 297px;
      height: 198px; } }
  @media screen and (min-width: 1024px) {
    .card--02b .card__data_wrap, .card--02e .card__data_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 0 0 231px; } }
  @media screen and (min-width: 1310px) {
    .card--02b .card__data_wrap, .card--02e .card__data_wrap {
      padding: 0 0 0 327px; } }
  @media screen and (min-width: 1024px) {
    .card--02b .card__overtitle, .card--02e .card__overtitle {
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 28px;
      line-height: 2.8rem;
      max-height: 28px; } }
  @media screen and (min-width: 1310px) {
    .card--02b .card__overtitle, .card--02e .card__overtitle {
      margin: 34px 0 0 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 24px;
      line-height: 2.4rem;
      max-height: 24px; } }
  @media screen and (min-width: 1024px) {
    .card--02b .card__title, .card--02e .card__title {
      margin: 2px 0 0 0;
      padding: 0 15px 0 0;
      clear: none;
      text-align: left;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 34px;
      line-height: 3.4rem;
      max-height: 68px; } }
  @media screen and (min-width: 1310px) {
    .card--02b .card__title, .card--02e .card__title {
      margin: 16px 0 0 0;
      font-size: 38px;
      font-size: 3.8rem;
      line-height: 44px;
      line-height: 4.4rem;
      letter-spacing: -0.01em;
      max-height: 88px; } }
  .card--02c {
    margin: 0 0 30px; }
    @media screen and (min-width: 1024px) {
      .card--02c {
        margin: 0 0 37px; } }
    .card--02c .card__section {
      top: -6px;
      width: 140px; }
      .card--02c .card__section a.card__section--link {
        height: 23px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 23px;
        line-height: 2.3rem; }
      @media screen and (min-width: 1024px) {
        .card--02c .card__section {
          left: 0;
          right: auto;
          width: 201px; } }
      @media screen and (min-width: 1310px) {
        .card--02c .card__section {
          width: 297px; } }
    .card--02c .card__photo_wrap {
      float: left;
      width: 140px;
      height: 140px; }
      @media screen and (min-width: 1024px) {
        .card--02c .card__photo_wrap {
          width: 201px;
          height: 135px; } }
      @media screen and (min-width: 1310px) {
        .card--02c .card__photo_wrap {
          width: 297px;
          height: 198px; } }
    .card--02c .card__image_overlay {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px; }
    .card--02c .card__data_wrap {
      padding: 0 0 0 160px; }
      @media screen and (min-width: 1024px) {
        .card--02c .card__data_wrap {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          padding: 0 0 0 231px; } }
      @media screen and (min-width: 1310px) {
        .card--02c .card__data_wrap {
          padding: 0 0 0 327px; } }
    .card--02c .card__overtitle {
      margin: 0;
      text-align: left;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 20px;
      line-height: 2rem; }
      @media screen and (min-width: 1024px) {
        .card--02c .card__overtitle {
          margin: 12px 0 0 0;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 28px;
          line-height: 2.8rem;
          max-height: 28px; } }
      @media screen and (min-width: 1310px) {
        .card--02c .card__overtitle {
          margin: 14px 0 0 0;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 24px;
          line-height: 2.4rem;
          max-height: 24px; } }
    .card--02c .card__title {
      clear: none;
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: -0.01em;
      max-height: 96px;
      -webkit-line-clamp: 4; }
      @media screen and (min-width: 1024px) {
        .card--02c .card__title {
          margin: 3px 0 0 0;
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 34px;
          line-height: 3.4rem;
          max-height: 68px;
          -webkit-line-clamp: 2; } }
      @media screen and (min-width: 1310px) {
        .card--02c .card__title {
          padding: 0 22px 0 0;
          margin: 6px 0 10px;
          font-size: 34px;
          font-size: 3.4rem;
          line-height: 42px;
          line-height: 4.2rem;
          max-height: 84px; } }
    .card--02c .card__description {
      display: none;
      text-align: left;
      font: normal 300 100% "Open Sans", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 28px;
      line-height: 2.8rem;
      color: #2e2a25; }
      @media screen and (min-width: 1310px) {
        .card--02c .card__description {
          display: block; } }
  .card--03 {
    margin: 30px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .card--03 {
        margin: 39px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .card--03 {
        margin: 41px 0 0 0; } }
    .card--03 .card__section {
      position: absolute;
      top: -6px;
      left: 0;
      right: auto;
      width: 140px;
      z-index: 1;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .card--03 .card__section {
          width: auto;
          right: 0;
          top: -5px; } }
      @media screen and (min-width: 1310px) {
        .card--03 .card__section {
          top: -9px; } }
      .card--03 .card__section a {
        display: inline-block;
        height: 23px;
        padding: 0 8px;
        background-color: #f63c29;
        font-size: 10px;
        font-size: 1rem;
        line-height: 23px;
        line-height: 2.3rem;
        letter-spacing: 0.1em;
        color: #fff;
        text-transform: uppercase; }
        .card--03 .card__section a:hover {
          background-color: #c12112; }
        @media screen and (min-width: 1024px) {
          .card--03 .card__section a {
            height: 25px;
            line-height: 25px;
            line-height: 2.5rem; } }
        @media screen and (min-width: 1310px) {
          .card--03 .card__section a {
            height: 28px;
            line-height: 28px;
            line-height: 2.8rem; } }
    .card--03 .card__photo_wrap {
      width: 140px;
      height: auto;
      float: left; }
      @media screen and (min-width: 1024px) {
        .card--03 .card__photo_wrap {
          width: 100%;
          height: auto;
          float: none; } }
    .card--03 .card__image_overlay {
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px; }
      @media screen and (min-width: 1310px) {
        .card--03 .card__image_overlay {
          top: 13px;
          right: 13px;
          bottom: 13px;
          left: 13px; } }
    .card--03 .card__data_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 0 0 160px; }
      @media screen and (min-width: 1024px) {
        .card--03 .card__data_wrap {
          padding: 0; } }
    .card--03 .card__overtitle {
      margin: -4px 0 0 0;
      text-align: left;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.05em;
      max-height: 28px; }
      @media screen and (min-width: 1024px) {
        .card--03 .card__overtitle {
          margin: 13px 0 0 0;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 24px;
          line-height: 2.4rem;
          text-align: center;
          max-height: 24px; } }
      @media screen and (min-width: 1310px) {
        .card--03 .card__overtitle {
          margin: 22px 0 0 0;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 24px;
          line-height: 2.4rem; } }
    .card--03 .card__title {
      clear: none;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: -0.01em;
      text-align: left;
      -webkit-line-clamp: 4;
      max-height: 96px; }
      @media screen and (min-width: 1024px) {
        .card--03 .card__title {
          margin: 3px 0 0 0;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 20px;
          line-height: 2rem;
          text-align: center;
          -webkit-line-clamp: 2;
          max-height: 40px; } }
      @media screen and (min-width: 1310px) {
        .card--03 .card__title {
          margin: 8px 0 0 0;
          font-size: 20px;
          font-size: 2rem;
          line-height: 26px;
          line-height: 2.6rem;
          letter-spacing: 0em;
          max-height: 52px; } }
  .card--04 {
    padding: 0 0 18px 0;
    margin: 22px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .card--04 {
        padding: 0 0 19px 0;
        margin: 13px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .card--04 {
        margin: 20px 0 0 0; } }
    .card--04:first-of-type {
      margin: 0; }
    .card--04:after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 85px;
      width: 80px;
      height: 1px;
      background-color: #e0e0e0; }
      @media screen and (min-width: 1024px) {
        .card--04:after {
          left: 79px; } }
    .card--04:last-of-type:after {
      display: none; }
    .card--04 .card__position {
      position: absolute;
      top: 0;
      left: 14px;
      font: italic 700 100% "PT Serif", sans-serif;
      font-size: 68px;
      font-size: 6.8rem;
      line-height: 60px;
      line-height: 6rem;
      color: #e0e0e0; }
      @media screen and (min-width: 1024px) {
        .card--04 .card__position {
          left: 10px; } }
    .card--04 .card__data_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 0 0 85px; }
      @media screen and (min-width: 1024px) {
        .card--04 .card__data_wrap {
          padding: 0 0 0 79px; } }
    .card--04 .card__title {
      font: italic 700 100% "PT Serif", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 22px;
      line-height: 2.2rem;
      color: #020202;
      text-align: left;
      -webkit-line-clamp: 2;
      max-height: 44px; }
      @media screen and (min-width: 1024px) {
        .card--04 .card__title {
          margin: 2px 0 0 0;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 20px;
          line-height: 2rem;
          letter-spacing: -0.01em;
          max-height: 40px; } }
      @media screen and (min-width: 1310px) {
        .card--04 .card__title {
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 22px;
          line-height: 2.2rem;
          letter-spacing: 0em;
          max-height: 44px; } }
    .card--04 .card__overtitle {
      margin: 13px 0 0 0;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0.05em;
      color: #f63c29;
      text-align: left;
      max-height: 24px; }
      @media screen and (min-width: 1024px) {
        .card--04 .card__overtitle {
          margin: 10px 0 0 0;
          line-height: 22px;
          line-height: 2.2rem;
          max-height: 22px; } }
      @media screen and (min-width: 1310px) {
        .card--04 .card__overtitle {
          margin: 13px 0 0 0;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 24px;
          line-height: 2.4rem;
          max-height: 24px; } }
  .card--06 {
    position: relative;
    color: #020202;
    text-align: left;
    padding: 18px 0 20px 0; }
    @media screen and (min-width: 1310px) {
      .card--06 {
        padding: 18px 0 20px 0; } }
    .card--06:first-of-type {
      margin-top: 9px; }
      @media screen and (min-width: 1024px) {
        .card--06:first-of-type {
          margin-top: 8px; } }
      @media screen and (min-width: 1310px) {
        .card--06:first-of-type {
          margin-top: 9px; } }
    .card--06 .card__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media screen and (min-width: 1024px) {
        .card--06 .card__wrap {
          padding-top: 2px; } }
      @media screen and (min-width: 1310px) {
        .card--06 .card__wrap {
          padding-top: 0; } }
    .card--06 .card__figure:after {
      border-radius: 50%; }
    .card--06 .card__photo_wrap {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      transform: translatey(-50%); }
    .card--06 .card__data_wrap {
      padding-right: 80px; }
    .card--06 .card__overtitle {
      color: #a3a3a3;
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: left; }
      @media screen and (min-width: 1024px) {
        .card--06 .card__overtitle {
          padding-bottom: 4px; } }
    .card--06 .card__title {
      font: italic 700 100% "PT Serif", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 22px;
      line-height: 2.2rem;
      letter-spacing: 0pxem;
      color: #020202;
      text-align: left;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 44px;
      overflow: hidden; }
      @media screen and (min-width: 1310px) {
        .card--06 .card__title {
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 22px;
          line-height: 2.2rem;
          letter-spacing: 0em;
          max-height: 44px; } }
  .card--07, .card--07a, .card--07b {
    position: relative;
    padding: 7px 0 0 0;
    color: #020202; }
    .card--07:first-of-type, .card--07a:first-of-type, .card--07b:first-of-type {
      margin-top: 9px; }
      @media screen and (min-width: 1024px) {
        .card--07:first-of-type, .card--07a:first-of-type, .card--07b:first-of-type {
          margin-top: 8px; } }
      @media screen and (min-width: 1310px) {
        .card--07:first-of-type, .card--07a:first-of-type, .card--07b:first-of-type {
          margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .card--07, .card--07a, .card--07b {
        padding: 6px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .card--07, .card--07a, .card--07b {
        padding: 13px 0 6px 0; } }
    .card--07 .card__wrap, .card--07a .card__wrap, .card--07b .card__wrap {
      margin: 10px 0 0 0; }
    .card--07 .card__figure:after, .card--07a .card__figure:after, .card--07b .card__figure:after {
      border-radius: 50%; }
    .card--07 .card__photo_wrap, .card--07a .card__photo_wrap, .card--07b .card__photo_wrap {
      width: 55px;
      height: 55px;
      position: absolute;
      top: 23px;
      right: 0; }
      @media screen and (min-width: 1024px) {
        .card--07 .card__photo_wrap, .card--07a .card__photo_wrap, .card--07b .card__photo_wrap {
          width: 50px;
          height: 50px; } }
    .card--07 .card__data_wrap, .card--07a .card__data_wrap, .card--07b .card__data_wrap {
      padding-right: 80px; }
    .card--07 .card__section, .card--07a .card__section, .card--07b .card__section {
      position: relative;
      padding: 0;
      margin: 16px 0 17px 0;
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) {
        .card--07 .card__section, .card--07a .card__section, .card--07b .card__section {
          margin: 9px 0 0 0;
          padding: 0 0 12px 0; } }
      @media screen and (min-width: 1310px) {
        .card--07 .card__section, .card--07a .card__section, .card--07b .card__section {
          margin: 11px 0 0 0; } }
      .card--07 .card__section a, .card--07a .card__section a, .card--07b .card__section a {
        color: #f63c29; }
        .card--07 .card__section a:hover, .card--07a .card__section a:hover, .card--07b .card__section a:hover {
          color: #c12112; }
    .card--07 .card__views, .card--07a .card__views, .card--07b .card__views {
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0.05em;
      color: #a3a3a3; }
      .card--07 .card__views strong, .card--07a .card__views strong, .card--07b .card__views strong {
        margin: 0 5px 0 0;
        font: normal 700 100% "Open Sans", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        line-height: 2.4rem;
        letter-spacing: 0.01em;
        color: #020202; }
    .card--07 .card__separator--small_circle, .card--07a .card__separator--small_circle, .card--07b .card__separator--small_circle {
      -webkit-transform: translatey(-2px);
      -ms-transform: translatey(-2px);
      transform: translatey(-2px);
      margin: 0px 10px; }
    .card--07 .card__title, .card--07a .card__title, .card--07b .card__title {
      font: italic 700 100% "PT Serif", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 22px;
      line-height: 2.2rem;
      color: #020202;
      text-align: left;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 44px;
      overflow: hidden; }
      @media screen and (min-width: 1310px) {
        .card--07 .card__title, .card--07a .card__title, .card--07b .card__title {
          max-height: 44px;
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 22px;
          line-height: 2.2rem;
          letter-spacing: 0em; } }
  .card--07a, .card--07b {
    position: relative; }
    .card--07a:first-of-type, .card--07b:first-of-type {
      margin-top: 0; }
    @media screen and (min-width: 1024px) {
      .card--07a, .card--07b {
        padding: 0 34px; } }
    @media screen and (min-width: 1310px) {
      .card--07a, .card--07b {
        padding: 0 51px; } }
    .card--07a .card__wrap, .card--07b .card__wrap {
      display: block; }
    .card--07a .card__data_wrap, .card--07b .card__data_wrap {
      display: inline-block;
      float: left;
      padding-top: 2px;
      padding-left: 100px;
      padding-right: 0; }
      @media screen and (min-width: 1024px) {
        .card--07a .card__data_wrap, .card--07b .card__data_wrap {
          padding-top: 10px;
          padding-right: 80px;
          padding-left: 0; } }
    .card--07a .card__photo_wrap, .card--07b .card__photo_wrap {
      display: inline-block;
      top: auto;
      left: 0;
      width: 72px;
      height: 72px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-right: 18px; }
      @media screen and (min-width: 1024px) {
        .card--07a .card__photo_wrap, .card--07b .card__photo_wrap {
          position: relative;
          float: left; } }
    .card--07a .card__section, .card--07b .card__section {
      bottom: 9px;
      display: inline-block;
      padding-top: 0;
      left: 100px; }
      @media screen and (min-width: 1024px) {
        .card--07a .card__section, .card--07b .card__section {
          left: 125px;
          bottom: 9px; } }
      @media screen and (min-width: 1310px) {
        .card--07a .card__section, .card--07b .card__section {
          left: 142px; } }
  @media screen and (max-width: 1023px) {
    .card--07a .card__wrap {
      margin: 0; } }
  .card--07a .card__section {
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .card--07a .card__section {
        position: absolute;
        bottom: 0; } }
  .card--07b {
    margin: 13px 0 0 0;
    padding: 0 0 17px 0; }
    @media screen and (min-width: 1024px) {
      .card--07b {
        margin: 8px 0 0 0;
        padding: 0 0 12px 0; } }
    @media screen and (min-width: 1310px) {
      .card--07b {
        margin: 14px 0 0 0;
        padding: 0 0 19px 0; } }
    .card--07b:after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      width: 80px;
      height: 1px;
      margin: auto;
      background-color: #e0e0e0; }
    .card--07b:last-child:after {
      display: none; }
    .card--07b .card__data_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0; }
      @media screen and (min-width: 1024px) {
        .card--07b .card__data_wrap {
          padding: 0 26px; } }
      @media screen and (min-width: 1310px) {
        .card--07b .card__data_wrap {
          padding: 0 30px; } }
    .card--07b .card__title {
      display: block;
      width: 100%;
      padding: 0;
      font: italic 700 100% "PT Serif", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 22px;
      line-height: 2.2rem;
      text-align: center;
      -webkit-line-clamp: 1;
      max-height: 22px; }
      @media screen and (min-width: 1024px) {
        .card--07b .card__title {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 20px;
          line-height: 2rem;
          letter-spacing: -0.01em;
          -webkit-line-clamp: 2;
          max-height: 40px; } }
      @media screen and (min-width: 1310px) {
        .card--07b .card__title {
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 22px;
          line-height: 2.2rem;
          letter-spacing: 0em;
          max-height: 44px; } }
    .card--07b .card__overtitle {
      width: 100%;
      margin: 13px 0 0 0;
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0.05em;
      color: #f63c29;
      -webkit-line-clamp: 1;
      max-height: 24px; }
      @media screen and (min-width: 1024px) {
        .card--07b .card__overtitle {
          margin: 7px 0 0 0; } }
      @media screen and (min-width: 1310px) {
        .card--07b .card__overtitle {
          margin: 11px 0 0 0;
          font-size: 14px;
          font-size: 1.4rem; } }
  .card--08, .card--08a, .card--08b {
    position: relative;
    text-align: center;
    padding-bottom: 36px;
    color: #020202; }
    @media screen and (min-width: 1310px) {
      .card--08, .card--08a, .card--08b {
        padding-bottom: 44px; } }
    .card--08 .card__photo_wrap, .card--08a .card__photo_wrap, .card--08b .card__photo_wrap {
      margin-bottom: 12px; }
      @media screen and (min-width: 1310px) {
        .card--08 .card__photo_wrap, .card--08a .card__photo_wrap, .card--08b .card__photo_wrap {
          margin-bottom: 22px; } }
    .card--08 .card__img, .card--08a .card__img, .card--08b .card__img {
      position: relative; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .card--08 .card__data_wrap, .card--08a .card__data_wrap, .card--08b .card__data_wrap {
        padding: 30px; } }
    .card--08 .card__section--link, .card--08a .card__section--link, .card--08b .card__section--link {
      position: absolute;
      top: -7px;
      left: 50%;
      -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
      transform: translatex(-50%);
      width: auto;
      z-index: 2;
      padding: 2px 14px;
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: white;
      background-color: #f63c29; }
    .card--08 .card__overtitle, .card--08a .card__overtitle, .card--08b .card__overtitle {
      padding-bottom: 2px;
      font: normal 300 100% "Open Sans", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #4f4f4f; }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .card--08 .card__overtitle, .card--08a .card__overtitle, .card--08b .card__overtitle {
          line-height: 28px;
          line-height: 2.8rem; } }
      @media screen and (min-width: 1310px) {
        .card--08 .card__overtitle, .card--08a .card__overtitle, .card--08b .card__overtitle {
          padding-bottom: 8px;
          font-size: 14px;
          font-size: 1.4rem; } }
    .card--08 .card__title, .card--08a .card__title, .card--08b .card__title {
      font: normal 700 100% "PT Serif", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0em;
      color: #020202;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 48px;
      overflow: hidden; }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .card--08 .card__title, .card--08a .card__title, .card--08b .card__title {
          font-size: 20px;
          font-size: 2rem;
          line-height: 26px;
          line-height: 2.6rem;
          max-height: 52px; } }
      @media screen and (min-width: 1310px) {
        .card--08 .card__title, .card--08a .card__title, .card--08b .card__title {
          font-size: 20px;
          font-size: 2rem;
          line-height: 26px;
          line-height: 2.6rem;
          max-height: 52px; } }
  @media screen and (max-width: 1023px) {
    .card--08a, .card--08b {
      padding-bottom: 18px; } }
  .card--08a .card__description_wrap, .card--08b .card__description_wrap {
    margin-top: 13px; }
    @media screen and (max-width: 1023px) {
      .card--08a .card__description_wrap, .card--08b .card__description_wrap {
        display: none; } }
  .card--08a .card__photo_wrap, .card--08b .card__photo_wrap {
    float: left; }
    @media screen and (min-width: 1024px) {
      .card--08a .card__photo_wrap, .card--08b .card__photo_wrap {
        width: 100%;
        height: auto;
        margin-bottom: 13px;
        float: none; } }
    @media screen and (min-width: 1310px) {
      .card--08a .card__photo_wrap, .card--08b .card__photo_wrap {
        margin-bottom: 23px; } }
  @media screen and (max-width: 1023px) {
    .card--08a .card__data_wrap, .card--08b .card__data_wrap {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 0 0 160px; } }
  .card--08a .card__title, .card--08b .card__title {
    clear: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 96px;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .card--08a .card__title, .card--08b .card__title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem;
        letter-spacing: 0em;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 52px;
        overflow: hidden; } }
  @media screen and (max-width: 1023px) {
    .card--08a .card__overtitle, .card--08b .card__overtitle, .card--08a .card__title, .card--08b .card__title {
      text-align: left; } }
  .card--08a .card__description, .card--08b .card__description {
    font: normal 300 100% "Open Sans", sans-serif;
    color: #4f4f4f;
    letter-spacing: 0em; }
    @media screen and (min-width: 1024px) {
      .card--08a .card__description, .card--08b .card__description {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        line-height: 2.4rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        max-height: 96px;
        overflow: hidden; } }
    @media screen and (min-width: 1310px) {
      .card--08a .card__description, .card--08b .card__description {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        line-height: 2.8rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        max-height: 112px;
        overflow: hidden; } }
  @media screen and (max-width: 1023px) {
    .card--08a .card__section, .card--08b .card__section {
      width: 140px;
      height: auto;
      position: absolute;
      top: -9px;
      left: 0;
      text-align: center; } }
  @media screen and (max-width: 1023px) {
    .card--08a .card__section--link, .card--08b .card__section--link {
      position: relative;
      top: 0;
      left: 0; } }

.card .card__section--link,
.card .card__title {
  -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; }

.card .card__section:hover .card__section--link {
  background-color: #c12112; }

.card .card__link:hover .card__title {
  color: #4f4f4f; }

.card--07 .card__section:hover .card__section--link, .card--07a .card__section:hover .card__section--link, .card--07b .card__section:hover .card__section--link {
  background-color: transparent;
  color: #c12112; }

.container_specials {
  background: #333; }

.container_multimedia {
  background: #333; }
  .container_multimedia .card__title {
    color: #fff; }

.container_latest {
  background: #ffef99; }

.special_widget {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 28px 80px; }
  @media screen and (min-width: 1024px) {
    .special_widget {
      padding: 20px 20px 55px 20px; } }
  @media screen and (min-width: 1310px) {
    .special_widget {
      padding: 20px 20px 46px 20px; } }
  .special_widget__inner_wrap {
    clear: both; }
  .special_widget__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .special_widget__background:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5); }
  .special_widget__sponsor {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 247px;
    height: 87px;
    padding: 5px;
    margin: 0 auto;
    background-color: #fff; }
    @media screen and (min-width: 1024px) {
      .special_widget__sponsor {
        margin: 0;
        float: right; } }
    @media screen and (min-width: 1310px) {
      .special_widget__sponsor {
        width: 263px; } }
    .special_widget__sponsor__label {
      margin: 0 0 0 9px;
      font: normal 300 100% "Open Sans", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 80px;
      line-height: 8rem;
      letter-spacing: 0.05em;
      color: #020202;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (min-width: 1310px) {
        .special_widget__sponsor__label {
          margin: 0 0 0 14px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 78px;
          line-height: 7.8rem; } }
  .special_widget__sponsor__link {
    position: absolute;
    bottom: 8px;
    right: 20px; }
    .special_widget__sponsor__link img {
      display: block;
      width: 80px;
      height: 67px; }
  .special_widget__title_wrap {
    padding: 36px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .special_widget__title_wrap {
        padding: 0;
        margin: 85px 0 0 0; }
        .special_widget__sponsor + .special_widget__inner_wrap .special_widget__title_wrap {
          margin: 111px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .special_widget__sponsor + .special_widget__inner_wrap .special_widget__title_wrap {
        position: relative;
        top: -9px;
        margin: 0; } }
  .special_widget__overtitle {
    position: relative;
    font: normal 300 100% "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.24em;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .special_widget__overtitle {
        font-size: 20px;
        font-size: 2rem; } }
  .special_widget__title {
    position: relative;
    padding: 0;
    margin: 18px 0 31px 0;
    font: normal 700 100% "PT Serif", sans-serif;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 46px;
    line-height: 4.6rem;
    letter-spacing: -0.01em;
    color: #fff;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 184px;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .special_widget__title {
        padding: 0 108px;
        margin: 35px 0 62px 0;
        font-size: 50px;
        font-size: 5rem;
        line-height: 58px;
        line-height: 5.8rem;
        -webkit-line-clamp: 2;
        max-height: 116px; } }
    @media screen and (min-width: 1310px) {
      .special_widget__title {
        padding: 0 258px;
        margin: 36px 0 49px 0;
        font-size: 60px;
        font-size: 6rem;
        line-height: 68px;
        line-height: 6.8rem;
        -webkit-line-clamp: 3;
        max-height: 204px; } }
    .special_widget__title a {
      color: inherit; }

.article_list {
  display: none;
  list-style-type: none; }
  @media screen and (min-width: 1024px) {
    .article_list {
      position: relative;
      display: block;
      padding: 0;
      margin: 47px -20px 0 -20px; } }
  @media screen and (min-width: 1310px) {
    .article_list {
      margin: 50px 0 0 0;
      padding: 0 36px; } }
  .article_list__item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 30%;
    padding: 0 10px 0 53px;
    margin: 0 0 0 40px;
    vertical-align: top; }
    @media screen and (min-width: 1310px) {
      .article_list__item {
        width: 33%;
        padding: 0 10px 0 58px;
        margin: 0; } }
    .article_list__item:first-child {
      margin: 0; }
    .article_list__item h3 {
      padding: 0;
      color: inherit;
      font: normal 700 100% "PT Serif", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      color: #fff;
      -webkit-line-clamp: 2;
      max-height: 48px; }
      @media screen and (min-width: 1024px) {
        .article_list__item h3 {
          font: normal 400 100% "PT Serif", sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 24px;
          line-height: 2.4rem; } }
      @media screen and (min-width: 1310px) {
        .article_list__item h3 {
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.025em; } }
    .article_list__item:before, .article_list__item:after {
      content: "\e925";
      position: absolute;
      top: 0;
      left: 16px;
      font-size: 20px;
      line-height: 30px;
      color: #fff; }
      @media screen and (min-width: 1024px) {
        .article_list__item:before, .article_list__item:after {
          top: -2px; } }
    .article_list__item:after {
      left: 24px; }

.load_more .btn--loadmore {
  display: block;
  position: relative;
  width: auto; }
  @media screen and (min-width: 1024px) {
    .load_more .btn--loadmore {
      margin-right: 10px; } }

.newsletter {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 14px;
  margin: 30px 0 50px;
  background: #f1f1f1;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(215, 215, 215, 0.3) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(215, 215, 215, 0.3) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.3) 0%, rgba(215, 215, 215, 0.3) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.3) 0%, rgba(215, 215, 215, 0.3) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(215, 215, 215, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#4dd7d7d7',GradientType=1 );
  -webkit-box-shadow: inset 0 0 84px 84px rgba(2, 2, 2, 0.02);
  box-shadow: inset 0 0 84px 84px rgba(2, 2, 2, 0.02); }
  @media screen and (min-width: 539px) {
    .newsletter {
      border: 1px solid #d9d9d9; } }
  @media screen and (min-width: 768px) {
    .newsletter {
      padding: 9px; } }
  @media screen and (min-width: 1024px) {
    .newsletter {
      margin: 0 0 50px 0; } }
  .newsletter .main_tile__label_border, .newsletter .main_tile__label_border--visible_mobile, .newsletter .main_tile__label_border--left {
    top: 41px; }
    @media screen and (min-width: 768px) {
      .newsletter .main_tile__label_border, .newsletter .main_tile__label_border--visible_mobile, .newsletter .main_tile__label_border--left {
        top: 45px; } }
  .newsletter__figure {
    position: absolute;
    bottom: -34px;
    right: 22px;
    z-index: 1;
    width: 195px;
    height: 131px; }
    @media screen and (min-width: 768px) {
      .newsletter__figure {
        right: -10px; } }
  .newsletter__content {
    position: relative;
    padding: 41px 28px 34px;
    border: 1px solid #c6c6c6; }
    @media screen and (min-width: 540px) {
      .newsletter__content {
        padding: 41px 137px 34px; } }
    @media screen and (min-width: 768px) {
      .newsletter__content {
        padding: 45px 137px 38px; } }
    @media screen and (min-width: 1024px) {
      .newsletter__content {
        padding: 45px 19px 54px 23px; } }
  .newsletter__title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 33px 0;
    text-align: center;
    font: italic 700 100% "PT Serif", sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: -0.01em;
    color: #020202; }
    @media screen and (min-width: 1310px) and (max-width: 9999px) {
      .newsletter__title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 34px;
        line-height: 3.4rem; } }
  .newsletter__text {
    margin: 34px 0 26px 0;
    color: #020202;
    font: normal 300 100% "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    text-align: center; }
    @media screen and (min-width: 1024px) and (max-width: 9999px) {
      .newsletter__text {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 1310px) and (max-width: 9999px) {
      .newsletter__text {
        font-size: 20px;
        font-size: 2rem; } }
  .newsletter .form.is_hidden {
    display: none; }
  .newsletter .form__row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 1024px) and (max-width: 9999px) {
      .newsletter .form__row {
        height: 102px; } }
  .newsletter .form__input_wrap {
    position: relative; }
  .newsletter .form__label {
    padding: 0 13px; }
  .newsletter .form__input_error {
    background: transparent; }
  .newsletter .btn--red {
    width: 100%;
    margin: 0 0 34px 0; }
    @media screen and (min-width: 768px) and (max-width: 9999px) {
      .newsletter .btn--red {
        margin: 0 0 30px 0; } }
    @media screen and (min-width: 1024px) and (max-width: 9999px) {
      .newsletter .btn--red {
        margin: 0 0 29px 0; } }
    @media screen and (min-width: 1310px) {
      .newsletter .btn--red {
        margin: 0 0 25px 0; } }
  .newsletter__confirmation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 256px;
    margin: 0;
    padding: 45px 0 0;
    color: #020202;
    font: italic 700 100% "PT Serif", sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: -0.01em;
    text-align: center; }
    .newsletter__confirmation.is_hidden {
      display: none; }
  .newsletter .main_tile__label {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0em; }
  .newsletter form {
    position: relative;
    top: -30px;
    margin: 56px 0 0;
    padding: 0; }
    .newsletter form .af-form-wrapper,
    .newsletter form .af-form,
    .newsletter form .af-header,
    .newsletter form .af-body,
    .newsletter form .af-footer {
      background: transparent; }
    .newsletter form .af-body {
      padding: 3px 0 0; }
    .newsletter form .previewLabel {
      display: block;
      margin: 0;
      padding: 0 10px;
      color: #4f4f4f;
      font: normal 600 100% "Open Sans", sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 32px;
      line-height: 3.2rem;
      letter-spacing: 0.05em;
      text-align: left;
      text-transform: uppercase; }
    .newsletter form .af-textWrap {
      position: relative;
      margin-top: 1px; }
      .newsletter form .af-textWrap input.text:focus {
        border: 1px solid #a3a3a3; }
      .newsletter form .af-textWrap input.text.error {
        position: relative;
        top: 0;
        background: #fff;
        border: 1px solid #e0210b; }
      .newsletter form .af-textWrap label.error {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        z-index: 3;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        max-width: 234px;
        padding: 6px 11px;
        color: #fff;
        font: normal 400 100% "Open Sans", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
        letter-spacing: 0.00025em;
        background: #e0210b; }
    .newsletter form input[type="text"] {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 40px;
      padding: 0 11px;
      border: 1px solid #e0e0e0;
      color: #020202;
      font: normal 400 100% "Open Sans", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 40px;
      line-height: 4rem;
      vertical-align: middle;
      background-color: #fff; }
    .newsletter form input[type="submit"] {
      position: relative;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 24px 0 25px 0;
      padding: 9px;
      color: #fff;
      font: normal 600 100% "Open Sans", sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.1em;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      background-color: #f63c29;
      border: 1px solid #f63c29; }
      .newsletter form input[type="submit"]:hover {
        background-color: transparent;
        color: #f63c29; }
      .newsletter form input[type="submit"].submit--nl {
        float: left; }
      .newsletter form input[type="submit"].is_disabled {
        color: #fba79e;
        background: #f64e3d; }
    .newsletter form .af-element {
      padding-left: 0;
      padding-right: 0; }
      .newsletter form .af-element ::-webkit-input-placeholder {
        color: #a3a3a3;
        opacity: 1 !important; }
      .newsletter form .af-element :-moz-placeholder {
        color: #a3a3a3;
        opacity: 1 !important; }
      .newsletter form .af-element ::-moz-placeholder {
        color: #a3a3a3;
        opacity: 1 !important; }
      .newsletter form .af-element :-ms-input-placeholder {
        color: #a3a3a3; }
    .newsletter form .af-header {
      display: none; }
    .newsletter form .checkbox_holder {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 10px; }
      .newsletter form .checkbox_holder .checkbox {
        position: absolute;
        opacity: 0; }
        .newsletter form .checkbox_holder .checkbox + label {
          position: relative;
          cursor: pointer;
          float: left;
          width: 100%;
          padding-top: 11px;
          color: #4f4f4f;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 16px;
          line-height: 1.6rem; }
          .newsletter form .checkbox_holder .checkbox + label a {
            display: inline-block;
            color: #4f4f4f;
            text-decoration: underline; }
          .newsletter form .checkbox_holder .checkbox + label span {
            display: inline-block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: calc(100% - 22px);
            padding-left: 7px; }
        .newsletter form .checkbox_holder .checkbox + label:before {
          content: "";
          display: inline-block;
          vertical-align: top;
          width: 14px;
          height: 14px;
          background: #fff;
          border: 2px solid #a3a3a3;
          border-radius: 2px; }
        .newsletter form .checkbox_holder .checkbox:checked + label:before {
          background: #020202;
          border: 2px solid #020202; }
        .newsletter form .checkbox_holder .checkbox:checked + label:after {
          content: '';
          position: absolute;
          top: 13px;
          left: 6px;
          width: 4px;
          height: 9px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .newsletter__checkboxes .af-element-checkbox {
    height: 40px; }
  .newsletter__checkboxes .af-element-checkbox:first-child {
    height: 56px; }
    @media (min-width: 500px) and (max-width: 539px) {
      .newsletter__checkboxes .af-element-checkbox:first-child {
        height: 40px; } }

.styleguide {
  background: #fff; }
  @media screen and (min-width: 768px) {
    .styleguide {
      padding: 20px 70px; } }
  .styleguide .column_sidebar {
    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 .button {
    display: table;
    margin: 10px 0; }
  .styleguide__menu {
    width: 100%;
    height: 40px;
    background-color: #f4f4f4; }
  .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% "Open Sans", 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: #ececec; }
  .styleguide__checkbox:checked + .styleguide__list_link {
    background-color: #ececec; }
  .styleguide__section {
    display: none;
    visibility: hidden; }
  .styleguide__radio_select:checked + .styleguide__section {
    display: block;
    visibility: visible; }
