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

@-webkit-keyframes animate_line {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  70% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes animate_line {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  70% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}

@-o-keyframes animate_line {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  70% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}

@keyframes animate_line {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  70% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes animate_circle {
  0% {
    height: 0%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}

@-moz-keyframes animate_circle {
  0% {
    height: 0%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}

@-o-keyframes animate_circle {
  0% {
    height: 0%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}

@keyframes animate_circle {
  0% {
    height: 0%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}

/*************** Links ***************/
a {
  color: #000;
}

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

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

@font-face {
  font-family: 'Dobra Book';
  src: url("../fonts/dobra/book/dobra-book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/dobra/book/dobra-book.eot?#iefix") format("embedded-opentype"), url("../fonts/dobra/book/dobra-book.woff") format("woff"), url("../fonts/dobra/book/dobra-book.ttf") format("truetype"), url("../fonts/dobra/book/dobra-book.svg#svgDobraBook") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Dobra BookIt';
  src: url("../fonts/dobra/book_italic/dobra-bookitalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/dobra/book_italic/dobra-bookitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/dobra/book_italic/dobra-bookitalic.woff") format("woff"), url("../fonts/dobra/book_italic/dobra-bookitalic.ttf") format("truetype"), url("../fonts/dobra/book_italic/dobra-bookitalic.svg#svgDobraBookIt") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Dobra Bold';
  src: url("../fonts/dobra/bold/dobra-bold.eot?ythlts2");
  /* IE9 Compat Modes */
  src: url("../fonts/dobra/bold/dobra-bold.eot?ythlts2#iefix") format("embedded-opentype"), url("../fonts/dobra/bold/dobra-bold.woff2?ythlts2") format("woff2"), url("../fonts/dobra/bold/dobra-bold.woff?ythlts2") format("woff"), url("../fonts/dobra/bold/dobra-bold.ttf?ythlts2") format("truetype"), url("../fonts/dobra/bold/dobra-bold.svg?ythlts2#svgDobraBold") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Dobra BoldIt';
  src: url("../fonts/dobra/bold_italic/dobra-bolditalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/dobra/bold_italic/dobra-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/dobra/bold_italic/dobra-bolditalic.woff") format("woff"), url("../fonts/dobra/bold_italic/dobra-bolditalic.ttf") format("truetype"), url("../fonts/dobra/bold_italic/dobra-bolditalic.svg#svgDobraBoldIt") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Stag Book';
  src: url("../fonts/stag/book/stag-book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/stag/book/stag-book.eot?#iefix") format("embedded-opentype"), url("../fonts/stag/book/stag-book.woff") format("woff"), url("../fonts/stag/book/stag-book.ttf") format("truetype"), url("../fonts/stag/book/stag-book.svg#svgStagBook") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Stag Semibold';
  src: url("../fonts/stag/semibold/stag-semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/stag/semibold/stag-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/stag/semibold/stag-semibold.woff") format("woff"), url("../fonts/stag/semibold/stag-semibold.ttf") format("truetype"), url("../fonts/stag/semibold/stag-semibold.svg#svgStagSemibold") format("svg");
  /* Legacy iOS */
}

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

body {
  background-color: #f7f6f1;
  font-size: 100%;
  overflow-x: hidden;
  color: #202020;
}

body.user_profile--banned {
  background-color: #202020;
}

input {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

::-ms-clear {
  display: none;
}

.site_background {
  background-color: transparent;
  position: relative;
}

.desktop_body--banner_parallax .site_background {
  background-color: #f7f6f1;
}

.section--special .site_background {
  background-color: transparent;
}

*:focus,
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

button, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  outline-color: transparent;
}

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

figure img {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: inherit;
  /* no underline */
}

.cf, .blog_admin .select2-results:after, .select2-results__option:after {
  position: relative;
  clear: both;
}

.cf:after, .blog_admin .select2-results:after, .select2-results__option:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.hidden {
  display: none;
}

.js_sticky,
.js_sticky_offset {
  position: static;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  top: 96px;
}

@media screen and (max-width: 1369px) {
  .has_subnav .js_sticky, .has_subnav
  .js_sticky_offset {
    top: 55px;
  }
}

@media screen and (min-width: 1370px) {
  .has_subnav .js_sticky, .has_subnav
  .js_sticky_offset {
    top: 132px;
  }
}

.js_sticky.no_offset,
.js_sticky_offset.no_offset {
  top: 0;
}

@media screen and (max-width: 1369px) {
  .fold_home__ai_feed .js_sticky, .fold_home__ai_feed
  .js_sticky_offset {
    top: 0 !important;
    position: relative;
  }
}

.js_stickyBill {
  position: fixed;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: 5;
}

@media screen and (max-width: 1369px) {
  .has_subnav .js_sticky_mobile {
    top: 55px;
  }
}

@media screen and (max-width: 1023px) {
  .js_sticky_mobile {
    position: static;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    top: 55px;
    z-index: 4;
  }
}

@media screen and (min-width: 1370px) {
  .js_sticky_mobile {
    z-index: 1;
  }
}

.js_sticky_mobile.social_share {
  z-index: 505;
}

@media screen and (min-width: 1370px) {
  .js_sticky_mobile.social_share {
    z-index: 1;
  }
}

.js_stickyBottom {
  position: static;
  position: sticky;
  position: -webkit-sticky;
  bottom: 60px;
  right: 20px;
  top: auto;
}

.js_stickyShareBottom {
  position: static;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  top: auto;
  z-index: 4;
}

.js_stickyFigure {
  position: static;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  top: 151px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.shrinked_tabs .js_stickyFigure {
  top: 111px;
}

.js_articleLiveHeader {
  background-color: #f7f6f1;
  -webkit-box-shadow: 12px 0 15px -4px #f7f6f1, -12px 0 8px -4px #f7f6f1;
  box-shadow: 12px 0 15px -4px #f7f6f1, -12px 0 8px -4px #f7f6f1;
  position: static;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  top: 76px;
}

.js_articleLiveHeader.js_sticky {
  padding-top: 20px;
}

@media screen and (max-width: 1369px) {
  .has_subnav .js_articleLiveHeader {
    top: 0px;
  }
  .has_subnav .js_articleLiveHeader.js_sticky {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1370px) {
  .has_subnav .js_articleLiveHeader {
    top: 102px;
  }
  .has_subnav .js_articleLiveHeader.js_sticky {
    padding-top: 30px;
  }
}

.sticky_header {
  background-color: white;
  z-index: 4;
}

@media screen and (min-width: 1370px) {
  .sticky_header {
    background-color: transparent;
    z-index: 1;
  }
}

.sticky_header--timeline {
  z-index: 5;
}

@media screen and (min-width: 1370px) {
  .sticky_header--timeline {
    background-color: white;
  }
}

.fold_home__aifeed .sticky_header {
  background-color: #d94339;
  z-index: 4;
  color: white;
}

@media screen and (min-width: 1370px) {
  .fold_home__aifeed .sticky_header {
    background-color: transparent;
    z-index: 1;
    color: #202020;
  }
}

.fold_home__aifeed .sticky_header h3 {
  color: white;
}

.section {
  position: relative;
}

.section_background_wrap {
  background-color: white;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 98, 92, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(118, 98, 92, 0.1);
}

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

/**************************************************
    SITE WRAPPERS
    **********************************************/
.container {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 984px;
  }
}

@media screen and (min-width: 1370px) {
  .container {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1369px) {
  .desktop_body .container {
    max-width: 984px;
    width: 984px;
  }
}

@media screen and (min-width: 1024px) {
  .desktop_body .container {
    max-width: 984px;
  }
}

@media screen and (min-width: 1370px) {
  .desktop_body .container {
    max-width: 1280px;
  }
}

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

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

.center_items {
  text-align: center;
  margin: 0px auto;
}

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

.right_content {
  text-align: right;
}

.home--mobile main,
.section--mobile main,
.subsection--mobile main,
.blogger--mobile main,
.blog_list--mobile main,
.blog_news--mobile main,
.comments__page--mobile main,
.search--mobile main,
.mobile.th_vecernjakova-blogosfera main,
.search--mobile main,
.timeline--mobile main,
.flatpage--mobile main,
.flatpages--mobile main,
.profile--mobile main,
.authors_page--mobile main,
.weather_page--mobile main,
.horoscope--mobile main,
.pieces--mobile main,
.ugc_page--mobile main,
.authors__landing_page--mobile main {
  position: relative;
  max-width: 100%;
}

@media screen and (min-width: 540px) {
  .home--mobile main,
  .section--mobile main,
  .subsection--mobile main,
  .blogger--mobile main,
  .blog_list--mobile main,
  .blog_news--mobile main,
  .comments__page--mobile main,
  .search--mobile main,
  .mobile.th_vecernjakova-blogosfera main,
  .search--mobile main,
  .timeline--mobile main,
  .flatpage--mobile main,
  .flatpages--mobile main,
  .profile--mobile main,
  .authors_page--mobile main,
  .weather_page--mobile main,
  .horoscope--mobile main,
  .pieces--mobile main,
  .ugc_page--mobile main,
  .authors__landing_page--mobile main {
    max-width: 540px;
    margin: 0px auto;
  }
}

.article--mobile main {
  max-width: 100%;
}

@media screen and (min-width: 540px) {
  .article--mobile main {
    max-width: 540px;
    margin: 0px auto;
  }
}

.desktop_body main {
  padding-bottom: 60px;
}

.desktop_body--banner_parallax .desktop_body main {
  padding-bottom: 0;
}

.desktop_body--banner_parallax main {
  padding-bottom: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.column_content {
  float: left;
  display: block;
  width: 100%;
  margin: 0 -320px 0 0;
}

.column_content__inner {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 320px;
}

.column_sidebar {
  float: right;
  width: 300px;
}

/**************************************************
    FIXED SIDEBAR
    **********************************************/
.site_wrap {
  margin: 0;
  padding: 0;
  margin-top: 56px;
}

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

@media screen and (min-width: 1370px) {
  .site_wrap {
    margin-top: 112px;
  }
}

.desktop_body .site_wrap {
  margin-top: 90px;
}

@media screen and (min-width: 1370px) {
  .desktop_body .site_wrap {
    margin-top: 112px;
  }
}

@media screen and (min-width: 1024px) {
  .has_subnav .site_wrap {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1370px) {
  .has_subnav .site_wrap {
    margin-top: 152px;
  }
}

.desktop_body.has_subnav .site_wrap {
  margin-top: 120px;
}

@media screen and (min-width: 1024px) {
  .desktop_body.has_subnav .site_wrap {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1370px) {
  .desktop_body.has_subnav .site_wrap {
    margin-top: 152px;
  }
}

.special .site_wrap {
  margin-top: 70px;
}

@media screen and (min-width: 1370px) {
  .special .site_wrap {
    margin-top: 92px;
  }
}

@media screen and (min-width: 1024px) {
  .special.has_subnav .site_wrap {
    margin-top: 110px;
  }
}

@media screen and (min-width: 1370px) {
  .special.has_subnav .site_wrap {
    margin-top: 132px;
  }
}

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

.ntfs__icon > span::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[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-crown {
  font-size: 18px;
  font-size: 1.8rem;
}

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

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

.icon-alert:before {
  content: "\e96f";
}

.icon-archive:before {
  content: "\e970";
}

.icon-bomb:before {
  content: "\e971";
}

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

.icon-car-connected:before {
  content: "\e973";
}

.icon-chart-bar:before {
  content: "\e975";
}

.icon-chart-bar-stacked:before {
  content: "\e974";
}

.icon-earth:before {
  content: "\e976";
}

.icon-file-document:before {
  content: "\e977";
}

.icon-format-list-numbers:before {
  content: "\e978";
}

.icon-microphone-variant:before {
  content: "\e979";
}

.icon-pistol:before {
  content: "\e97a";
}

.icon-pulse:before {
  content: "\e97c";
}

.icon-pause:before {
  content: "\e981";
}

.icon-video:before {
  content: "\e97b";
}

.icon-info:before {
  content: "\e968";
}

.icon-exclusion:before {
  content: "\e953";
}

.icon-interruption:before {
  content: "\e954";
}

.icon-comment-reader:before {
  content: "\e955";
}

.icon-normal:before {
  content: "\e94a";
}

.icon-replacement:before {
  content: "\e94b";
}

.icon-autogoal:before {
  content: "\e93d";
}

.icon-goal:before {
  content: "\e93e";
}

.icon-corner:before {
  content: "\e93f";
}

.icon-extra_time:before {
  content: "\e940";
}

.icon-injury:before {
  content: "\e941";
}

.icon-penall:before {
  content: "\e942";
}

.icon-penall_missed:before {
  content: "\e943";
}

.icon-offside:before {
  content: "\e944";
}

.icon-red_card:before {
  content: "\e945";
}

.icon-yellow_card:before {
  content: "\e946";
}

.icon-second_yellow_card:before {
  content: "\e947";
}

.icon-end:before {
  content: "\e948";
}

.icon-halftime:before {
  content: "\e949";
}

.icon-start:before {
  content: "\e93c";
}

.icon-rotate-left:before {
  content: "\e96b";
}

.icon-rotate-right:before {
  content: "\e96c";
}

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

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

.icon-heart-pulse:before {
  content: "\e967";
}

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

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

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

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

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

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

.icon-logout:before {
  content: "\e960";
}

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

.icon-check:before {
  content: "\e95e";
}

.icon-link-variant:before {
  content: "\e95d";
}

.icon-block-helper:before {
  content: "\e95c";
}

.icon-arrow-up:before {
  content: "\e95b";
}

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

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

.icon-minus-circle:before {
  content: "\e956";
}

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

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

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

.icon-call-made:before {
  content: "\e951";
}

.icon-eraser:before {
  content: "\e950";
}

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

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

.icon-thumb-down-outline:before {
  content: "\e94e";
}

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

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

.icon-quote:before {
  content: "\e93a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-warning:before {
  content: "\e980";
}

.icon-map-marker:before {
  content: "\e97d";
}

.icon-clock5:before {
  content: "\e97e";
}

.icon-news:before {
  content: "\e97f";
}

.icon-clock3:before {
  content: "\e935";
}

.icon-chevron-down2:before {
  content: "\e934";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-weather_15d:before {
  content: "\e92f";
}

.icon-weather_15n:before {
  content: "\e930";
}

.icon-weather_16d:before {
  content: "\e931";
}

.icon-weather_16n:before {
  content: "\e932";
}

.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: 20px;
  line-height: 2rem;
}

.icon-comment {
  color: #98908e;
}

/* 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: #202020;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

html.mfp-helper {
  height: 100%;
}

html.mfp-helper body {
  overflow: hidden;
  height: 100%;
  -webkit-transform: translateZ(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 {
  position: absolute;
  width: 4px;
  right: 0px;
  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: #b8adaa;
  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;
}

/* 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 .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 {
  display: block;
  margin: 0;
  padding: 0;
  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 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.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: absolute;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 20;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -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: fixed;
  bottom: 0;
  left: 14px;
  right: 245px;
  display: none;
  height: 85px;
  margin: 0;
  padding: 0;
}

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

@media screen and (min-width: 1370px) {
  .rsThumbs {
    right: 586px;
  }
}

.rsThumbsContainer {
  position: relative;
  height: 100%;
  white-space: nowrap;
}

.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: "\e909";
  display: block;
  font-family: 'icomoon';
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 57px;
  line-height: 5.7rem;
}

/**************************************************
    UI ELEMENTS
    **********************************************/
/*------------------------------------*\
    CONTENTS
\*------------------------------------*/
/*
NORMALIZE BUTTON & INPUT - https://github.com/necolas/normalize.css
LAYOUT
INPUT, BUTTON, A & DROPDOWN
EXTRA
*/
/*------------------------------------*\
    NORMALIZE BUTTON & INPUT
\*------------------------------------*/
/**
 * 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;
}

/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
.typeahead-container {
  position: relative;
}

.typeahead-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.typeahead-query {
  width: 100%;
}

.typeahead-filter {
  position: relative;
}

.typeahead-filter button {
  min-width: 66px;
}

.typeahead-field {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.typeahead-button {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}

.typeahead-field > span {
  display: table-cell;
  vertical-align: top;
}

/*------------------------------------*\
    INPUT, BUTTON, A & DROPDOWN
\*------------------------------------*/
.typeahead-button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.typeahead-field input,
.typeahead-select {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 2px 0 0 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

input.typehead-newmessage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 0 0 5px;
  padding: 0 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  color: #1e1e1e;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d5d5d5;
}

.typehead-button-newmessage {
  display: none !important;
}

.typeahead-field input {
  -webkit-appearance: none;
  /*Bootstrap 4 override*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.typeahead-container .typeahead-field input {
  background: #fff;
}

.typeahead-container.hint .typeahead-field input {
  background: transparent;
}

.typeahead-container.hint .typeahead-field input:last-child,
.typeahead-hint {
  background: #fff;
}

.typeahead-container button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  height: 32px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.typeahead-container button:focus,
.typeahead-container button:active {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.typeahead-container button:hover,
.typeahead-container button:focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.typeahead-container button:active,
.typeahead-container button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.typeahead-field input.disabled,
.typeahead-field input[disabled],
.typeahead-container button.disabled,
.typeahead-container button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #cccccc;
}

.typeahead-filter button,
.typeahead-button button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.typeahead-query {
  position: relative;
  z-index: 2;
}

.typeahead-filter,
.typeahead-button {
  z-index: 1;
}

.typeahead-container.filter .typeahead-filter,
.typeahead-filter:hover,
.typeahead-filter:hover,
.typeahead-filter:active,
.typeahead-filter:focus,
.typeahead-button:hover,
.typeahead-button:active,
.typeahead-button:focus,
.typeahead-button:focus button:focus,
.typeahead-button:active button:active {
  z-index: 1001;
}

.typeahead-list,
.typeahead-dropdown {
  margin: 0;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 5px;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  text-align: left;
  background-color: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  background-clip: padding-box;
}

.typeahead-result.detached .typeahead-list {
  position: relative;
  z-index: 1041;
  top: auto;
  left: auto;
}

.typeahead-dropdown {
  right: 0;
  left: auto;
  z-index: 1001;
}

.typeahead-list > li:first-child {
  border-top: none;
}

.typeahead-list > li {
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

.typeahead-list > li > a,
.typeahead-dropdown > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  color: #202020;
  text-decoration: none;
  padding: 0 12px;
}

.typeahead-dropdown > li > a {
  white-space: nowrap;
}

.typeahead-list > li > a:hover,
.typeahead-list > li > a:focus,
.typeahead-list > li.active > a,
.typeahead-dropdown > li > a:hover,
.typeahead-dropdown > li > a:focus,
.typeahead-dropdown > li.active > a {
  /*     background-color: #ebebeb;
    color: #333; */
}

.typeahead-dropdown > li.active,
.typeahead-list > li.active {
  background: #f2f2f2;
}

.typeahead-list.empty > li > a:hover,
.typeahead-list.empty > li > a:focus,
.typeahead-list.empty > li.active > a {
  background-color: transparent;
}

.typeahead-list.empty > li > a {
  cursor: default;
}

.typeahead-list > li.typeahead-group > a,
.typeahead-list > li.typeahead-group > a:hover,
.typeahead-list > li.typeahead-group > a:focus,
.typeahead-list > li.typeahead-group.active > a {
  border-color: #9cb4c5;
  color: #305d8c;
  background-color: #d6dde7;
  cursor: default;
}

.typeahead-container.result .typeahead-list,
.typeahead-container.filter .typeahead-dropdown,
.typeahead-container.hint .typeahead-hint,
.typeahead-container.backdrop + .typeahead-backdrop {
  display: block !important;
}

.typeahead-container .typeahead-list,
.typeahead-container .typeahead-dropdown,
.typeahead-container .typeahead-hint,
.typeahead-container + .typeahead-backdrop {
  display: none !important;
}

/*------------------------------------*\
    EXTRA
\*------------------------------------*/
.typeahead-dropdown .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.typeahead-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.typeahead-search-icon {
  min-width: 40px;
  height: 18px;
  font-size: 13px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABH0lEQVR4nJ3SvyvFYRTH8deVkkJ3UUZJIbJ8bzJjMtyMym6w2Njs/gCDP0AGCyWjxYDF5GdJYpS6xaIUw/d8771dT7qc+vZ8vs95zvuc5zmnlGWZsG6sYBGjsXeNHWzjQ8JKARjCEUZSh3CJeTy3OjoicxF8hwX0oi/0HSZwiK4UYKUpeBoHeMdb6OnwTWI5BVgMvYZaovwa1kMvpQBjoY8TwVp84ylAO/YV62cKcBt65hfAbKwPKcBu6E2UE8Hl8MF+CrCFG/nwnKKKnviqONOYj6NWQDFIg/I+/3ikFnuUX6d+lY4mR4ZVnMvnoIYLbKCCp0h0otG5egXt2HAED+BFPmAP7bYR7jGHV/RjCjr/AICryFzB3n8ARSX3xc83qRk4q9rDNWcAAAAASUVORK5CYII=) no-repeat scroll center center transparent;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.addition_info {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px 7px 20px;
  text-align: center;
  width: 100%;
  height: auto;
}

.addition_info--premium {
  background-color: #202020;
  color: white;
}

.addition_info--title {
  position: relative;
  top: -1px;
  margin-right: 13px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.addition_info--text {
  position: relative;
  top: -1px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
}

.addition_info .icon-crown {
  margin-right: 13px;
  position: relative;
  top: 2px;
  color: #c39229;
}

@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);
  }
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.btn {
  border: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font: normal 400 100% "Dobra Bold", sans-serif;
  text-align: center;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn:hover {
  cursor: pointer;
}

.btn--mini {
  height: 24px;
  padding: 0 8px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
}

.btn--mini span {
  top: -1px;
}

.btn--xsmall {
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.01em;
}

.btn--xsmall.btn--newcomment {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-transform: uppercase;
}

.btn--small {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.btn--large {
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.btn--icon_right {
  padding-right: 65px;
}

.btn--icon_right .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  height: 40px;
}

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

.btn--loadmore {
  width: 100%;
  -webkit-transition: .3s width height;
  -o-transition: .3s width height;
  transition: .3s width height;
  letter-spacing: 0.025em;
}

.btn--loadmore.loading {
  display: block;
  margin: 0px auto;
  width: 0px;
  height: 0px;
  @incldue font-size(0);
  line-height: 0px;
  line-height: 0rem;
  color: transparent;
}

.btn--new_comment, .btn--new_message {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  right: 10px;
  border-radius: 50%;
  background-color: #b7342c;
  z-index: 2;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.btn--new_comment:hover, .btn--new_message:hover {
  background-color: #d94339;
}

.btn--new_comment .icon, .btn--new_message .icon {
  position: relative;
  z-index: 3;
  line-height: 60px;
  line-height: 6rem;
  color: white;
}

.btn--new_comment a, .btn--new_message a {
  display: block;
}

.article--gallery .btn--new_comment {
  z-index: 200;
}

.btn--new_message {
  bottom: 30px;
  right: 20px;
}

.btn--ghost {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #ebe6db;
  box-shadow: inset 0 0 0 1px #ebe6db;
  color: #202020;
}

.onecomment__form_item .btn--ghost {
  margin-right: 5px;
}

.btn--beige {
  background-color: #f7f6f1;
  color: #202020;
}

.btn--blue {
  background-color: #3a50d6;
  color: white;
}

.btn--blue:hover {
  color: white;
}

.btn--green {
  background-color: #79a342;
  color: white;
}

.btn--green.btn--icon_right .icon {
  border-left: 1px solid #6d8352;
}

.btn--red {
  background-color: #d94339;
  color: white;
}

.btn--red:hover {
  color: white;
}

.btn--violet {
  background-color: #767da8;
  color: white;
}

.btn--violet:hover {
  color: white;
}

.btn--white {
  background-color: white;
  color: #202020;
}

.btn--white:hover {
  background-color: #e4e4e4;
}

.btn--yellow {
  background-color: #ffb400;
  color: #202020;
}

.btn--dark {
  background-color: #202020;
  color: white;
}

.btn--dark:hover {
  background-color: #3d3535;
}

.btn--blue:after, .btn--green:after, .btn--red:after, .btn--violet:after, .btn--beige:after, .btn--dark:after, .btn--yellow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #202020;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.btn--blue:hover:after, .btn--green:hover:after, .btn--red:hover:after, .btn--violet:hover:after, .btn--beige:hover:after, .btn--dark:hover:after, .btn--yellow:hover:after {
  opacity: .2;
}

.btn:hover--blue:after, .btn:hover--green:after, .btn:hover--red:after, .btn:hover--violet:after, .btn:hover--beige:after, .btn:hover--dark:after, .btn:hover--yellow:after {
  opacity: .2;
}

.btn--share, .btn--share_big {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 1px 0 0 0 #ebe6db, 0 1px 0 0 #ebe6db, 1px 1px 0 0 #ebe6db, 1px 0 0 0 #ebe6db inset, 0 1px 0 0 #ebe6db inset;
  box-shadow: 1px 0 0 0 #ebe6db, 0 1px 0 0 #ebe6db, 1px 1px 0 0 #ebe6db, 1px 0 0 0 #ebe6db inset, 0 1px 0 0 #ebe6db inset;
}

.btn--share .icon, .btn--share_big .icon {
  position: relative;
  top: 13px;
  left: 2px;
}

.btn--share_big {
  width: 60px;
  height: 60px;
}

.btn--share_big .icon {
  top: 18px;
}

.btn--fb {
  background-color: white;
}

.btn--fb .icon {
  color: #3b5998;
}

.btn--fb:hover {
  background-color: #3b4298;
}

.btn--fb:hover .icon {
  color: white;
}

.btn--tw {
  background-color: white;
}

.btn--tw .icon {
  color: #39a9e0;
}

.btn--tw:hover {
  background-color: #39a9e0;
}

.btn--tw:hover .icon {
  color: white;
}

.btn--in {
  background-color: white;
}

.btn--in .icon {
  color: #202020;
}

.btn--in:hover {
  background-color: #202020;
}

.btn--in:hover .icon {
  color: white;
}

.btn--mail {
  background-color: white;
}

.btn--mail .icon {
  color: #d94339;
}

.btn--mail:hover {
  background-color: #d94339;
}

.btn--mail:hover .icon {
  color: white;
}

.btn--google {
  background-color: white;
}

.btn--google .icon {
  color: #dc534a;
}

.btn--google:hover {
  background-color: #dc534a;
}

.btn--google:hover .icon {
  color: white;
}

.btn--viber {
  background-color: white;
}

.btn--viber .icon {
  color: #7b519d;
}

.btn--viber:hover {
  background-color: #7b519d;
}

.btn--viber:hover .icon {
  color: white;
}

.btn--whatsapp {
  background-color: white;
}

.btn--whatsapp .icon {
  color: #20b038;
}

.btn--whatsapp:hover {
  background-color: #20b038;
}

.btn--whatsapp:hover .icon {
  color: white;
}

.btn--fb_login, .btn--fb_logout {
  display: block;
  background-color: #3b5998;
  color: white;
}

.thread__unlogged .btn--fb_login, .thread__unlogged .btn--fb_logout {
  display: inline-block;
}

.btn--fb_login .icon, .btn--fb_logout .icon {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
  color: white;
  position: relative;
  top: 4px;
}

.btn--fb_login .icon .btn--xsmall, .btn--fb_logout .icon .btn--xsmall {
  font-size: 19px;
  font-size: 1.9rem;
  margin-right: 4px;
  top: 2px;
}

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

.modal .btn--fb_login span, .modal .btn--fb_logout span {
  display: inline;
}

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

@media screen and (max-width: 1369px) {
  .livearticle_comments .btn--fb_login span, .livearticle_comments .btn--fb_logout span {
    display: none;
  }
}

.btn--login {
  margin-right: 6px;
}

.block__remove_after_load {
  height: 50px;
  margin-bottom: 20px;
}

.profile__desktop .block__remove_after_load {
  margin-bottom: 0;
}

.sk-folding-cube {
  opacity: 1;
  visibility: visible;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .2s opacity;
}

.fold_home__ai_feed .sk-folding-cube,
.block__remove_after_load .sk-folding-cube {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}

.profile__desktop .sk-folding-cube {
  margin: 0px auto;
}

.contribution--form .sk-folding-cube {
  display: block;
}

.sk-folding-cube.is_hidden {
  opacity: 0;
  visibility: hidden;
}

.contribution--form .sk-folding-cube.is_hidden {
  display: none;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d94339;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@media screen and (max-width: 1369px) {
  .article__live_header--share .social_share--title {
    display: none;
  }
}

.social_share .share_number {
  position: relative;
  bottom: -1px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 48px;
  padding: 0;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fdb32b;
  color: #202020;
  text-align: center;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1370px) {
  .social_share .share_number {
    width: 60px;
    margin: 0px auto;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    left: -1px;
  }
}

.social_share .share_number span {
  padding: 0;
  font: normal 400 100% "Stag Semibold";
  font-size: 12px;
  font-size: 1.2rem;
}

.social_share .share_number.is_hidden, .social_share .share_number.ab_test_hide {
  display: none;
}

.article__live_header--share .social_share .share_number {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  left: 0;
  padding: 0;
  width: auto;
}

.article__live_header--share .social_share .share_number span {
  padding: 0 5px;
  line-height: 20px;
  line-height: 2rem;
  width: auto;
}

@media screen and (min-width: 1370px) {
  .article__live_header--share .social_share .share_number {
    width: auto;
    margin: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.social_share--desktop {
  padding-left: 20px;
}

@media screen and (min-width: 1370px) {
  .social_share--desktop {
    padding-left: 1px;
  }
}

.article .social_share--desktop {
  padding-left: 20px;
}

@media screen and (min-width: 1370px) {
  .article .social_share--desktop {
    padding-left: 0;
  }
}

.blogger__data .social_share--desktop,
.author__data .social_share--desktop {
  padding-left: 0;
}

@media screen and (min-width: 1370px) {
  .blogger__data .social_share--desktop,
  .author__data .social_share--desktop {
    padding-left: 0;
  }
}

.social_share--desktop span {
  display: block;
  padding: 16px 0;
  width: 100%;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .social_share--desktop span {
    padding: 15px 0;
    text-align: center;
    line-height: 20px;
    line-height: 2rem;
  }
}

.blogger__data .social_share--desktop span,
.author__data .social_share--desktop span {
  text-align: center;
}

.fold__assignment_homepage_intro .social_share--desktop span {
  padding-top: 0;
}

.social_share_icons {
  display: block;
  padding-left: 0;
}

@media screen and (min-width: 1370px) {
  .social_share_icons {
    width: 122px;
    margin: 0px auto;
  }
}

.contribution_detail .social_share_icons {
  width: 45px;
}

@media screen and (min-width: 1370px) {
  .contribution_detail .social_share_icons {
    width: 45px;
    margin: 0px auto;
  }
}

.article .social_share_icons {
  padding-left: 0;
}

@media screen and (min-width: 1370px) {
  .article .social_share_icons {
    padding-left: 0;
  }
}

.blogger__data .social_share_icons,
.author__data .social_share_icons {
  padding-left: 14px;
}

@media screen and (min-width: 1370px) {
  .blogger__data .social_share_icons,
  .author__data .social_share_icons {
    padding-left: 0;
  }
}

.social_share_icons .btn--share {
  width: 47px;
  height: 47px;
}

@media screen and (min-width: 1370px) {
  .social_share_icons .btn--share {
    width: 60px;
    height: 60px;
  }
}

.social_share_icons .btn--share .icon {
  top: 12px;
  left: 0;
}

@media screen and (min-width: 1370px) {
  .social_share_icons .btn--share .icon {
    left: 2px;
    top: 19px;
  }
}

@media screen and (min-width: 1370px) {
  .contribution_detail .social_share_icons .btn--share .icon {
    top: 11px;
  }
}

.contribution_detail .social_share_icons .btn--share {
  width: 45px;
  height: 45px;
}

@media screen and (min-width: 1370px) {
  .contribution_detail .social_share_icons .btn--share {
    width: 45px;
    height: 45px;
  }
}

.custom_checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}

.custom_checkbox label {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #79a342;
  border: 1px solid #79a342;
  border-radius: 4px;
}

.custom_checkbox label:after {
  content: '\e93b';
  font-family: 'icomoon' !important;
  opacity: 0;
}

.profile__controls .custom_checkbox label {
  color: white;
  border: 1px solid white;
}

.pmsg__content_left .custom_checkbox label {
  border: 1px solid #ebe6db;
}

.custom_checkbox [type="checkbox"]:not(:checked),
.custom_checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.custom_checkbox [type="checkbox"]:not(:checked) + label,
.custom_checkbox [type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}

.pmsg__content_left .custom_checkbox [type="checkbox"]:checked + label {
  border: 1px solid #79a342;
}

.custom_checkbox [type="checkbox"]:not(:checked) + label:before,
.custom_checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
}

.custom_checkbox [type="checkbox"]:not(:checked) + label:after,
.custom_checkbox [type="checkbox"]:checked + label:after {
  content: '\e93b';
  position: absolute;
  top: -3px;
  left: -4px;
  font-size: 25px;
  color: #79a342;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.profile__controls .custom_checkbox [type="checkbox"]:not(:checked) + label:after, .profile__controls
.custom_checkbox [type="checkbox"]:checked + label:after {
  color: white;
}

.custom_checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.custom_checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.custom_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.custom_checkbox [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_radiobutton {
  /* radio aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled radio */
}

.custom_radiobutton label {
  display: block;
  width: 18px;
  height: 18px;
  color: #98908e;
  border: 2px solid #98908e;
  border-radius: 50%;
}

.custom_radiobutton label:after {
  border-radius: 50%;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #79a342;
  opacity: 0;
}

.custom_radiobutton [type="radio"]:not(:checked),
.custom_radiobutton [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.custom_radiobutton [type="radio"]:not(:checked) + label,
.custom_radiobutton [type="radio"]:checked + label {
  position: relative;
  cursor: pointer;
}

.custom_radiobutton [type="radio"]:not(:checked) + label:before,
.custom_radiobutton [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
}

.custom_radiobutton [type="radio"]:not(:checked) + label:after,
.custom_radiobutton [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  color: #79a342;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.custom_radiobutton [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.custom_radiobutton [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.custom_radiobutton [type="radio"]:checked + label {
  border: 2px solid #79a342;
}

.custom_radiobutton [type="radio"]:disabled:not(:checked) + label:before,
.custom_radiobutton [type="radio"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.th_living .sk-cube:before {
  background-color: #ed6e65;
}

.th_vojna-povijest .sk-cube:before,
.th_vojna-povijest-magazin-za-vojnu-povijest .sk-cube:before {
  background-color: #5d6f47;
}

.th_moja-hrvatska .sk-cube:before {
  background-color: #2277be;
}

.back_to_top {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 80px;
  height: 80px;
  display: inline-block;
  right: 20px;
  bottom: 60px;
  margin-right: 20px;
}

.back_to_top.is_hidden {
  display: none;
}

.back_to_top__link {
  margin-left: auto;
  margin-right: 20px;
  display: block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: white;
  text-align: center;
}

.back_to_top__link .icon {
  padding-top: 15px;
  display: block;
  color: #d94339;
}

.back_to_top__link span {
  display: block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.back_to_top:hover .back_to_top__link {
  color: #3d3535;
}

.back_to_top:hover .back_to_top__link .icon {
  color: #b7342c;
}

.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%;
  height: 100%;
  background-color: #202020;
  color: white !important;
  text-shadow: none !important;
}

.gldp-default .prev-arrow::after, .gldp-default .next-arrow::after {
  display: none;
}

.gldp-default .core.border.monyear {
  background: #fff;
  height: 40px !important;
  line-height: 4rem !important;
  line-height: 40px !important;
  /* &::after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            height: 1px;
            background: #000;
        } */
}

.gldp-default .core.border.monyear.title {
  position: relative;
  top: 0px;
  color: white;
  font-size: 1.5rem !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-align: center;
}

.gldp-default .core.border.monyear span {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.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, .gldp-default .core.border.tue, .gldp-default .core.border.wed, .gldp-default .core.border.thu, .gldp-default .core.border.fri, .gldp-default .core.border.sat, .gldp-default .core.border.sun {
  text-shadow: none;
}

.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 {
  background: #f7f6f1;
  background-color: #f7f6f1;
  cursor: pointer;
  color: #ffb400;
}

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

.gldp-default .core.border.selected::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  display: block;
  background: #d94339;
  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;
}

.gldp-default {
  position: absolute;
  top: 80px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  display: block;
  width: 311px !important;
  height: 305px !important;
  margin: 0;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  z-index: 101;
}

.timeline__calendar .gldp-default {
  top: 46px !important;
}

.gldp-default .core.border.monyear.title {
  background-color: #202020;
  font-weight: 700 !important;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
}

.gldp-default .core.border.dow {
  font-size: 12px;
  font-size: 1.2rem;
  color: #a3a3a3;
}

.gldp-default .core.border:not(.dow) {
  background-color: #202020;
  background-color: #f4f4f4;
  font: normal 400 100% "Dobra Bold", sans-serif;
  color: #202020;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 41px;
  line-height: 4.1rem;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}

.gldp-default .core.border:not(.dow).selected:before {
  opacity: 1;
}

.gldp-default .core.border.noday,
.gldp-default .core.border.outday {
  font: normal 400 100% "Dobra Book", sans-serif;
  color: #98908e;
  cursor: default;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 41px;
  line-height: 4.1rem;
}

.gldp-default .core.border.noday:hover,
.gldp-default .core.border.outday:hover {
  color: #98908e;
}

.gldp-default .core.border.selected {
  color: white;
}

.gldp-default .core.border.selected:before {
  background: #ffb400;
}

.gldp-default .next-arrow:hover,
.gldp-default .prev-arrow:hover {
  cursor: pointer;
}

.gldp-default .icon-chevron-left,
.gldp-default .icon-chevron-right {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  line-height: 40px;
  line-height: 4rem;
}

.gldp-default .icon-chevron-left:hover,
.gldp-default .icon-chevron-right:hover {
  cursor: poiner;
  color: #e4e4e4;
}

.calendar {
  position: relative;
}

.calendar_wrap {
  position: relative;
  margin: 15px 0 0 0;
}

@media screen and (min-width: 1370px) {
  .calendar_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 0 0;
    margin: 0;
    float: left;
  }
}

.calendar_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 35px 0 43px;
  background-color: #fff;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 41px;
  line-height: 4.1rem;
  letter-spacing: 0.025em;
}

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

.single_calendar,
.search__single_calendar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

.single_calendar:first-child,
.search__single_calendar:first-child {
  padding: 0 8px 0 0;
}

.single_calendar:last-child,
.search__single_calendar:last-child {
  padding: 0 0 0 8px;
}

@media screen and (min-width: 1370px) {
  .single_calendar,
  .search__single_calendar {
    width: 50%;
  }
  .single_calendar:first-child,
  .search__single_calendar:first-child {
    padding: 0 10px 0 0;
  }
  .single_calendar:last-child,
  .search__single_calendar:last-child {
    padding: 0 0 0 10px;
  }
}

.css_tabs {
  width: 100%;
  position: relative;
}

.css_tabs .sticky_header {
  background-color: none !important;
}

.css_tabs input, .css_tabs section {
  clear: both;
  display: none;
}

.css_tabs label {
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none;
}

.css_tabs #tab_najnovije:checked ~ #najnovije,
.css_tabs #tab_najcitanije:checked ~ #najcitanije {
  display: block;
}

.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;
  font-size: 15px;
  font-size: 1.5rem;
}

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

.toaster__response {
  position: fixed;
  bottom: 15px;
  left: -600px;
  z-index: 1000;
  display: block;
  max-width: 500px;
  margin: 0;
  padding: 0;
  *zoom: 1;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  margin: 0 -10px;
  padding: 36px 36px 26px 80px;
  background: #a9d969;
}

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

.toaster__response:after {
  clear: both;
}

.toaster__response.is_open {
  left: 25px;
}

.toaster__response--warning {
  background: #d94339;
}

.toaster__response--info {
  background: #64bfee;
}

.toaster__response--success {
  background: #79a342;
}

.toaster--btns {
  display: block;
}

.toaster--btns .btn {
  margin-top: 10px;
}

.toaster--btns .btn--fb_login span {
  display: none;
}

@media screen and (min-width: 1024px) {
  .toaster--btns .btn--fb_login span {
    display: inline-block;
  }
}

.toaster__response_icon {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin: -24px 0 0;
  width: 40px;
  height: 40px;
  text-align: center;
}

.toaster__response_icon [class^="icon-"], .toaster__response_icon [class*=" icon-"] {
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
}

.toaster__response_text {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: white;
}

.toaster__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}

.toaster__close:hover {
  cursor: pointer;
}

.fake__form_select {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.fake__form_select_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 12;
  max-width: 180px;
  width: 180px;
  margin: 0;
  float: left;
}

.fake__form_select_title {
  display: block;
  padding: 0 0 0 12px;
  margin: 6px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #202020;
  text-transform: uppercase;
}

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

@media screen and (min-width: 1370px) {
  .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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-right: 50px;
  padding: 0 0 0 12px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  cursor: pointer;
  color: #202020;
  z-index: 2;
}

.fake__form_select_icon {
  position: absolute;
  padding: 0;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
}

.fake__form_select_icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  text-align: center;
  z-index: 12;
  pointer-events: none;
}

.fake__form_select_list.is_visible + .fake__form_select__icon {
  display: none;
}

.fake__form_select_list {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0px;
  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-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: #7b7674;
}

.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--login, .modal--register, .modal--reset_finish, .modal--reset, .modal--delete, .modal--change_avatar, .modal--subscription, .modal--new_message {
  width: 540px;
  margin: 0px auto;
  background-color: white;
}

.modal--login .modal__header, .modal--register .modal__header, .modal--reset_finish .modal__header, .modal--reset .modal__header, .modal--delete .modal__header, .modal--change_avatar .modal__header, .modal--subscription .modal__header, .modal--new_message .modal__header {
  position: relative;
  height: 70px;
  background-color: #d94339;
  text-align: center;
}

.modal--login .modal__intro, .modal--register .modal__intro, .modal--reset_finish .modal__intro, .modal--reset .modal__intro, .modal--delete .modal__intro, .modal--change_avatar .modal__intro, .modal--subscription .modal__intro, .modal--new_message .modal__intro {
  padding: 27px 55px 0 55px;
}

.modal--login .modal__content, .modal--register .modal__content, .modal--reset_finish .modal__content, .modal--reset .modal__content, .modal--delete .modal__content, .modal--change_avatar .modal__content, .modal--subscription .modal__content, .modal--new_message .modal__content {
  padding: 40px 55px 30px 55px;
}

.modal--login .modal__content--facebook_login, .modal--register .modal__content--facebook_login, .modal--reset_finish .modal__content--facebook_login, .modal--reset .modal__content--facebook_login, .modal--delete .modal__content--facebook_login, .modal--change_avatar .modal__content--facebook_login, .modal--subscription .modal__content--facebook_login, .modal--new_message .modal__content--facebook_login {
  padding: 0 60px 33px 60px;
}

.modal--login .modal__content .btn--fb, .modal--register .modal__content .btn--fb, .modal--reset_finish .modal__content .btn--fb, .modal--reset .modal__content .btn--fb, .modal--delete .modal__content .btn--fb, .modal--change_avatar .modal__content .btn--fb, .modal--subscription .modal__content .btn--fb, .modal--new_message .modal__content .btn--fb {
  width: 100%;
  margin: 0;
}

.modal--login .modal__content .btn--login, .modal--register .modal__content .btn--login, .modal--reset_finish .modal__content .btn--login, .modal--reset .modal__content .btn--login, .modal--delete .modal__content .btn--login, .modal--change_avatar .modal__content .btn--login, .modal--subscription .modal__content .btn--login, .modal--new_message .modal__content .btn--login {
  margin-top: 11px;
}

.modal--login .modal__btn_wrap.text-center, .modal--register .modal__btn_wrap.text-center, .modal--reset_finish .modal__btn_wrap.text-center, .modal--reset .modal__btn_wrap.text-center, .modal--delete .modal__btn_wrap.text-center, .modal--change_avatar .modal__btn_wrap.text-center, .modal--subscription .modal__btn_wrap.text-center, .modal--new_message .modal__btn_wrap.text-center {
  text-align: center;
}

.modal--login .modal__separator, .modal--register .modal__separator, .modal--reset_finish .modal__separator, .modal--reset .modal__separator, .modal--delete .modal__separator, .modal--change_avatar .modal__separator, .modal--subscription .modal__separator, .modal--new_message .modal__separator {
  width: 100%;
  height: 1px;
  background-color: #ebe6db;
}

.modal--login .modal__footer, .modal--register .modal__footer, .modal--reset_finish .modal__footer, .modal--reset .modal__footer, .modal--delete .modal__footer, .modal--change_avatar .modal__footer, .modal--subscription .modal__footer, .modal--new_message .modal__footer {
  padding: 0 30px 20px 30px;
}

.modal--login .modal__title, .modal--register .modal__title, .modal--reset_finish .modal__title, .modal--reset .modal__title, .modal--delete .modal__title, .modal--change_avatar .modal__title, .modal--subscription .modal__title, .modal--new_message .modal__title {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 70px;
  line-height: 7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
}

.modal--login .modal__title span, .modal--register .modal__title span, .modal--reset_finish .modal__title span, .modal--reset .modal__title span, .modal--delete .modal__title span, .modal--change_avatar .modal__title span, .modal--subscription .modal__title span, .modal--new_message .modal__title span {
  font: normal 400 100% "Dobra Book", sans-serif;
}

.modal--login .modal__text, .modal--register .modal__text, .modal--reset_finish .modal__text, .modal--reset .modal__text, .modal--delete .modal__text, .modal--change_avatar .modal__text, .modal--subscription .modal__text, .modal--new_message .modal__text {
  font: normal 400 100% "Stag Book";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.025em;
  padding-bottom: 15px;
}

.modal--login .modal__text span, .modal--register .modal__text span, .modal--reset_finish .modal__text span, .modal--reset .modal__text span, .modal--delete .modal__text span, .modal--change_avatar .modal__text span, .modal--subscription .modal__text span, .modal--new_message .modal__text span {
  color: #ed6e65;
}

.modal--login .modal__text--terms, .modal--register .modal__text--terms, .modal--reset_finish .modal__text--terms, .modal--reset .modal__text--terms, .modal--delete .modal__text--terms, .modal--change_avatar .modal__text--terms, .modal--subscription .modal__text--terms, .modal--new_message .modal__text--terms {
  margin: 0 -30px;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  color: #7b7674;
  text-align: center;
}

.modal--login .modal__text--terms a, .modal--register .modal__text--terms a, .modal--reset_finish .modal__text--terms a, .modal--reset .modal__text--terms a, .modal--delete .modal__text--terms a, .modal--change_avatar .modal__text--terms a, .modal--subscription .modal__text--terms a, .modal--new_message .modal__text--terms a {
  color: #7b7674;
  border-bottom: 1px solid #7b7674;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff;
}

.modal--login .modal__close_btn, .modal--register .modal__close_btn, .modal--reset_finish .modal__close_btn, .modal--reset .modal__close_btn, .modal--delete .modal__close_btn, .modal--change_avatar .modal__close_btn, .modal--subscription .modal__close_btn, .modal--new_message .modal__close_btn {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  color: white;
}

.modal--login .modal__form, .modal--register .modal__form, .modal--reset_finish .modal__form, .modal--reset .modal__form, .modal--delete .modal__form, .modal--change_avatar .modal__form, .modal--subscription .modal__form, .modal--new_message .modal__form {
  padding: 0 60px;
}

.modal--login .modal__form .form__row, .modal--register .modal__form .form__row, .modal--reset_finish .modal__form .form__row, .modal--reset .modal__form .form__row, .modal--delete .modal__form .form__row, .modal--change_avatar .modal__form .form__row, .modal--subscription .modal__form .form__row, .modal--new_message .modal__form .form__row {
  margin-bottom: 36px;
}

.modal--login .modal__form .form__label, .modal--register .modal__form .form__label, .modal--reset_finish .modal__form .form__label, .modal--reset .modal__form .form__label, .modal--delete .modal__form .form__label, .modal--change_avatar .modal__form .form__label, .modal--subscription .modal__form .form__label, .modal--new_message .modal__form .form__label {
  display: block;
  padding-left: 12px;
  margin-bottom: 7px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #98908e;
}

.modal--login .modal__form ::-webkit-input-placeholder, .modal--register .modal__form ::-webkit-input-placeholder, .modal--reset_finish .modal__form ::-webkit-input-placeholder, .modal--reset .modal__form ::-webkit-input-placeholder, .modal--delete .modal__form ::-webkit-input-placeholder, .modal--change_avatar .modal__form ::-webkit-input-placeholder, .modal--subscription .modal__form ::-webkit-input-placeholder, .modal--new_message .modal__form ::-webkit-input-placeholder {
  color: #7b7674;
}

.modal--login .modal__form ::-moz-placeholder, .modal--register .modal__form ::-moz-placeholder, .modal--reset_finish .modal__form ::-moz-placeholder, .modal--reset .modal__form ::-moz-placeholder, .modal--delete .modal__form ::-moz-placeholder, .modal--change_avatar .modal__form ::-moz-placeholder, .modal--subscription .modal__form ::-moz-placeholder, .modal--new_message .modal__form ::-moz-placeholder {
  color: #7b7674;
}

.modal--login .modal__form :-ms-input-placeholder, .modal--register .modal__form :-ms-input-placeholder, .modal--reset_finish .modal__form :-ms-input-placeholder, .modal--reset .modal__form :-ms-input-placeholder, .modal--delete .modal__form :-ms-input-placeholder, .modal--change_avatar .modal__form :-ms-input-placeholder, .modal--subscription .modal__form :-ms-input-placeholder, .modal--new_message .modal__form :-ms-input-placeholder {
  color: #7b7674;
}

.modal--login .modal__form :-moz-placeholder, .modal--register .modal__form :-moz-placeholder, .modal--reset_finish .modal__form :-moz-placeholder, .modal--reset .modal__form :-moz-placeholder, .modal--delete .modal__form :-moz-placeholder, .modal--change_avatar .modal__form :-moz-placeholder, .modal--subscription .modal__form :-moz-placeholder, .modal--new_message .modal__form :-moz-placeholder {
  color: #7b7674;
}

.modal--login .modal__form .form__textfield, .modal--register .modal__form .form__textfield, .modal--reset_finish .modal__form .form__textfield, .modal--reset .modal__form .form__textfield, .modal--delete .modal__form .form__textfield, .modal--change_avatar .modal__form .form__textfield, .modal--subscription .modal__form .form__textfield, .modal--new_message .modal__form .form__textfield {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  background-color: #f7f6f1;
  border: 0;
  border: 1px solid #ebe6db;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0em;
  color: #7b7674;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.modal--login .modal__form .form__textfield:focus, .modal--register .modal__form .form__textfield:focus, .modal--reset_finish .modal__form .form__textfield:focus, .modal--reset .modal__form .form__textfield:focus, .modal--delete .modal__form .form__textfield:focus, .modal--change_avatar .modal__form .form__textfield:focus, .modal--subscription .modal__form .form__textfield:focus, .modal--new_message .modal__form .form__textfield:focus {
  background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
}

.modal--login .modal__form .form__textfield.has_error, .modal--register .modal__form .form__textfield.has_error, .modal--reset_finish .modal__form .form__textfield.has_error, .modal--reset .modal__form .form__textfield.has_error, .modal--delete .modal__form .form__textfield.has_error, .modal--change_avatar .modal__form .form__textfield.has_error, .modal--subscription .modal__form .form__textfield.has_error, .modal--new_message .modal__form .form__textfield.has_error {
  border: 1px solid #ed6e65;
}

.modal--login .modal__form .form__item_inner, .modal--register .modal__form .form__item_inner, .modal--reset_finish .modal__form .form__item_inner, .modal--reset .modal__form .form__item_inner, .modal--delete .modal__form .form__item_inner, .modal--change_avatar .modal__form .form__item_inner, .modal--subscription .modal__form .form__item_inner, .modal--new_message .modal__form .form__item_inner {
  position: relative;
}

.modal--login .modal__form .form__hint_wrap, .modal--register .modal__form .form__hint_wrap, .modal--reset_finish .modal__form .form__hint_wrap, .modal--reset .modal__form .form__hint_wrap, .modal--delete .modal__form .form__hint_wrap, .modal--change_avatar .modal__form .form__hint_wrap, .modal--subscription .modal__form .form__hint_wrap, .modal--new_message .modal__form .form__hint_wrap {
  position: relative;
  bottom: 0px;
}

.modal--login .modal__form .form__hint--error, .modal--register .modal__form .form__hint--error, .modal--reset_finish .modal__form .form__hint--error, .modal--reset .modal__form .form__hint--error, .modal--delete .modal__form .form__hint--error, .modal--change_avatar .modal__form .form__hint--error, .modal--subscription .modal__form .form__hint--error, .modal--new_message .modal__form .form__hint--error {
  display: block;
  background-color: #ed6e65;
}

.modal--login .modal__form .form__hint--error span, .modal--register .modal__form .form__hint--error span, .modal--reset_finish .modal__form .form__hint--error span, .modal--reset .modal__form .form__hint--error span, .modal--delete .modal__form .form__hint--error span, .modal--change_avatar .modal__form .form__hint--error span, .modal--subscription .modal__form .form__hint--error span, .modal--new_message .modal__form .form__hint--error span {
  display: block;
  padding: 0 12px;
  color: white;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
}

.modal--login .modal__form .form__hint--non_field_error, .modal--register .modal__form .form__hint--non_field_error, .modal--reset_finish .modal__form .form__hint--non_field_error, .modal--reset .modal__form .form__hint--non_field_error, .modal--delete .modal__form .form__hint--non_field_error, .modal--change_avatar .modal__form .form__hint--non_field_error, .modal--subscription .modal__form .form__hint--non_field_error, .modal--new_message .modal__form .form__hint--non_field_error {
  display: block;
  margin: 0 0 -8px;
  background-color: #ed6e65;
}

.modal--login .modal__form .form__hint--non_field_error span, .modal--register .modal__form .form__hint--non_field_error span, .modal--reset_finish .modal__form .form__hint--non_field_error span, .modal--reset .modal__form .form__hint--non_field_error span, .modal--delete .modal__form .form__hint--non_field_error span, .modal--change_avatar .modal__form .form__hint--non_field_error span, .modal--subscription .modal__form .form__hint--non_field_error span, .modal--new_message .modal__form .form__hint--non_field_error span {
  display: block;
  padding: 6px 12px;
  color: white;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.025em;
}

.modal--login .modal__form--reset_password, .modal--register .modal__form--reset_password, .modal--reset_finish .modal__form--reset_password, .modal--reset .modal__form--reset_password, .modal--delete .modal__form--reset_password, .modal--change_avatar .modal__form--reset_password, .modal--subscription .modal__form--reset_password, .modal--new_message .modal__form--reset_password {
  margin-top: 25px;
  margin-bottom: 10px;
}

.modal--login .modal__footer_links, .modal--register .modal__footer_links, .modal--reset_finish .modal__footer_links, .modal--reset .modal__footer_links, .modal--delete .modal__footer_links, .modal--change_avatar .modal__footer_links, .modal--subscription .modal__footer_links, .modal--new_message .modal__footer_links {
  padding-top: 16px;
  width: 60%;
  float: left;
}

.modal--login .modal__footer_links--center_items, .modal--register .modal__footer_links--center_items, .modal--reset_finish .modal__footer_links--center_items, .modal--reset .modal__footer_links--center_items, .modal--delete .modal__footer_links--center_items, .modal--change_avatar .modal__footer_links--center_items, .modal--subscription .modal__footer_links--center_items, .modal--new_message .modal__footer_links--center_items {
  width: 100%;
  float: none;
}

.modal--login .modal__link, .modal--login .modal__footer_text, .modal--register .modal__link, .modal--register .modal__footer_text, .modal--reset_finish .modal__link, .modal--reset_finish .modal__footer_text, .modal--reset .modal__link, .modal--reset .modal__footer_text, .modal--delete .modal__link, .modal--delete .modal__footer_text, .modal--change_avatar .modal__link, .modal--change_avatar .modal__footer_text, .modal--subscription .modal__link, .modal--subscription .modal__footer_text, .modal--new_message .modal__link, .modal--new_message .modal__footer_text {
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 0 0;
  font: normal 400 100% "Stag Book";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  color: #7b7674;
  border-bottom: 1px solid #7b7674;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff;
}

.modal--login .modal__footer_text, .modal--register .modal__footer_text, .modal--reset_finish .modal__footer_text, .modal--reset .modal__footer_text, .modal--delete .modal__footer_text, .modal--change_avatar .modal__footer_text, .modal--subscription .modal__footer_text, .modal--new_message .modal__footer_text {
  line-height: 20px;
  line-height: 2rem;
  text-shadow: none;
  border-bottom: 0;
}

.modal--login .modal__btn_wrap--footer, .modal--register .modal__btn_wrap--footer, .modal--reset_finish .modal__btn_wrap--footer, .modal--reset .modal__btn_wrap--footer, .modal--delete .modal__btn_wrap--footer, .modal--change_avatar .modal__btn_wrap--footer, .modal--subscription .modal__btn_wrap--footer, .modal--new_message .modal__btn_wrap--footer {
  padding-top: 20px;
  width: 40%;
  float: right;
  text-align: right;
}

.modal--register .modal__content {
  padding: 25px 55px 30px 55px;
}

.modal--register .modal__btn_wrap {
  padding: 15px 0 5px 0;
}

.modal--register .custom_checkbox label {
  display: inline-block;
  margin: 0 10px 14px 0;
  float: left;
  border: 1px solid #98908e;
}

.modal--register .custom_checkbox--label {
  position: relative;
  top: 4px;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  color: #7b7674;
}

.modal--register .custom_checkbox--label a {
  color: #7b7674;
  border-bottom: 1px solid #7b7674;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff;
}

.modal--register .custom_checkbox.custom_checkbox--error label {
  border: 1px solid #ed6e65;
}

.modal--register .custom_checkbox.custom_checkbox--error [type="checkbox"]:checked + label {
  border: 1px solid #79a342;
}

.modal--register .checkbox_group__error_wrap {
  background-color: #ed6e65;
  margin-top: 20px;
}

.modal--register .checkbox_group__error_wrap .checkbox_group__error {
  padding: 0 12px;
  color: white;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
}

.modal--register .form__row--checkbox {
  margin-bottom: 50px;
}

.modal--register .radiobutton_group {
  margin-bottom: 35px;
}

.modal--register .custom_radiobutton {
  width: 50%;
  float: left;
}

.modal--register .custom_radiobutton label {
  float: left;
  margin-right: 9px;
}

.modal--register .custom_radiobutton span {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
}

.modal--change_avatar .modal__avatar_figure {
  overflow: hidden;
  width: 130px;
  height: 130px;
  margin: 0px auto 30px auto;
}

.modal--change_avatar .avatar_submit,
.modal--change_avatar .avatar_choose {
  display: inline-block;
}

.modal--change_avatar .avatar_submit.hidden,
.modal--change_avatar .avatar_choose.hidden {
  display: none;
}

.modal--subscription .modal__header {
  height: 100%;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 50px;
}

.modal--subscription .modal__title {
  line-height: 24px;
  line-height: 2.4rem;
}

.modal--subscription + .mfp-close {
  display: none;
  visibility: hidden;
}

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

.pagination__item {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 1370px) {
  .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: 1024px) {
  .pagination__item--first, .pagination__item--last {
    display: inline-block;
  }
}

.pagination__item--next, .pagination__item--prev {
  background: none;
  border: none;
  margin: 0;
  width: auto;
  position: relative;
  padding: 0 30px;
}

.pagination__item--next:before, .pagination__item--prev:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  bottom: -14px;
  width: 1px;
  height: auto;
  background-color: #b7342c;
}

.pagination__item--next .icon, .pagination__item--prev .icon {
  position: relative;
  top: 5px;
}

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

.pagination__item--next {
  float: right;
}

.pagination__item--next:before {
  left: 0;
}

.pagination__item--next .icon {
  margin-left: 10px;
}

.pagination__item--prev {
  float: left;
}

.pagination__item--prev:before {
  right: 0;
}

.pagination__item--prev .icon {
  margin-right: 10px;
}

.pagination__item--active .pagination__link {
  color: #202020;
  background-color: #ffb400;
}

.pagination__item--active .pagination__link:hover {
  opacity: 1;
}

.pagination__item--active .pagination__link:hover:after {
  opacity: .2;
}

.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;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: white;
}

.pagination__link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #202020;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.pagination__link:hover {
  color: #ed6e65;
}

@media screen and (min-width: 1370px) {
  .pagination__link {
    height: 32px;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

.pagination__link span {
  display: none;
}

@media screen and (min-width: 1370px) {
  .pagination__link span {
    position: relative;
    top: 1px;
    display: inline-block;
  }
}

.pagination__item--disabled .pagination__link {
  color: #ed6e65;
}

.comments__page .pagination--lower {
  margin-bottom: 20px;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* Slider */
/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.django-ckeditor-widget {
  width: 100%;
}

.django-ckeditor-widget textarea {
  visibility: hidden;
}

.django-ckeditor-widget textarea.cke_source {
  padding: 20px;
  visibility: visible;
}

/* 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 );
}

/**************************************************
    MODULES
    **********************************************/
.flatpage .site_wrap {
  margin-top: 131px;
}

@media screen and (min-width: 1370px) {
  .flatpage .site_wrap {
    margin-top: 153px;
  }
}

.flatpage__error_wrap {
  background-color: white;
  padding: 30px 0 65px 0;
}

.flatpage__error_content {
  display: block;
  width: 50%;
  margin: 0px auto;
}

.flatpage__error_number {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 200px;
  font-size: 20rem;
  color: #202020;
  text-align: center;
  padding-bottom: 10px;
}

.flatpage__error_subtitle {
  display: block;
  text-align: center;
  font: normal 400 100% "Stag Semibold";
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #ffb400;
  padding-bottom: 15px;
}

.flatpage__error_footer {
  padding-top: 34px;
  border-top: 1px solid #ebe6db;
}

.flatpage__error_text {
  display: block;
  text-align: center;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
  padding-bottom: 30px;
}

.flatpage__error_footer .flatpage__error_text {
  padding: 0 40px 20px 40px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

.flatpage__error_note {
  display: block;
  padding: 0 40px;
  text-align: center;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #7b7674;
}

.flatpage__error_note strong {
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.flatpage__error_note p {
  padding-bottom: 15px;
}

.flatpage__error_note a {
  font: normal 400 100% "Dobra Bold", sans-serif;
  color: #d94339;
}

.flatpage__error_note a:hover {
  color: #ed6e65;
}

.flatpage__error_list {
  margin: 0;
  padding: 0;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: #7b7674;
  list-style-type: none;
  text-align: center;
}

.flatpage__error_list a {
  font: normal 400 100% "Dobra Book", sans-serif;
  color: #7b7674;
}

.flatpage__error_list a:hover {
  color: #b8adaa;
}

.flatpage__sidebar--title {
  padding-top: 15px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
}

.flatpage__subscription {
  position: relative;
}

.flatpage__subscription_wrap {
  margin-bottom: 30px;
}

@media screen and (min-width: 1370px) {
  .flatpage__subscription_wrap_row {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flatpage__subscription_wrap--half {
  margin-bottom: 30px;
}

@media screen and (min-width: 1370px) {
  .flatpage__subscription_wrap--half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1370px) {
  .flatpage__subscription_wrap--half:nth-of-type(even) {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1370px) {
  .flatpage__subscription_wrap--half:nth-of-type(odd) {
    margin-right: 10px;
  }
}

.flatpage__subscription_wrap--half .btn--red {
  color: white !important;
  margin-bottom: 20px;
}

.flatpage__subscription_wrap .btn--red {
  color: white !important;
  margin-bottom: 30px;
}

.flatpage__subscription--divider {
  position: relative;
  top: 0;
  left: -20px;
  right: 0;
  width: 320px;
  height: 1px;
  background-color: #ebe6db;
}

.flatpage__subscription--row {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 20px 17px 0;
  border-bottom: 1px solid #ebe6db;
}

.flatpage__subscription--row:last-of-type {
  border-bottom: 0;
}

.flatpage__subscription--row:first-of-type {
  padding: 22px 20px 17px 0;
}

.flatpage__subscription--icon {
  float: left;
  position: relative;
  top: 2px;
  color: #7b7674;
  font-size: 42px;
  font-size: 4.2rem;
}

.flatpage__subscription--icon .icon-news {
  position: relative;
  top: -5px;
}

.flatpage__subscription--text {
  display: block;
  width: 100%;
  padding-left: 65px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 400 100% "Stag Semibold";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.01em;
}

.flatpage__subscription--text a {
  color: #d94339;
}

.flatpage__subscription--text a:hover {
  cursor: pointer;
  color: #b7342c;
}

.flatpage__subscription--contact {
  padding: 17px 0 22px 0;
}

.flatpage__subscription--contact p {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
}

.flatpage__subscription--contact a {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
  color: #d94339;
}

.flatpage__subscription--contact a:hover {
  cursor: pointer;
  color: #b7342c;
}

.flatpage__subscription--title {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background-color: #f7f6f1;
  border-bottom: 1px solid #ebe6db;
  text-align: center;
  padding: 15px 0 20px 0;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.flatpage__subscription_wrap--half .flatpage__subscription--title {
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flatpage__subscription--main_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 30px 0;
}

@media screen and (min-width: 1370px) {
  .flatpage__subscription--main_content {
    padding: 50px 0px 30px 0px;
  }
}

.flatpage__subscription_wrap--half .flatpage__subscription--main_content {
  padding: 20px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flatpage__subscription_wrap--half .flatpage__subscription--main_content ul {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

.flatpage__subscription_wrap--half .flatpage__subscription--main_content .flatpage__subscription ul {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

.flatpage__subscription--main_content .flatpage__subscription--note {
  margin-bottom: 25px;
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
  padding: 0 40px;
}

.flatpage__subscription--main_content .flatpage__subscription--note strong {
  display: inline !important;
  color: #d94339;
}

.flatpage__subscription--main_content .flatpage__subscription--note strong:first-of-type {
  display: inline;
}

@media screen and (min-width: 1370px) {
  .flatpage__subscription--main_content .flatpage__subscription--note {
    padding: 0 80px;
  }
}

.flatpage__subscription_wrap--half .flatpage__subscription--main_content .flatpage__subscription--note {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

.flatpage__subscription--main_content .flatpage__subscription--table {
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
}

.flatpage__subscription--main_content .flatpage__subscription--table td, .flatpage__subscription--main_content .flatpage__subscription--table th {
  width: 50%;
}

.flatpage__subscription--main_content .flatpage__subscription--table th {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 2.7rem;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 13px;
}

.flatpage__subscription--main_content .flatpage__subscription--table td {
  padding-top: 11px;
  padding-bottom: 14px;
  padding: 0 40px;
}

@media screen and (min-width: 1370px) {
  .flatpage__subscription--main_content .flatpage__subscription--table td {
    padding: 0 80px;
  }
}

.flatpage__subscription--main_content .flatpage__subscription--table td:first-of-type {
  text-align: left;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 50px;
  line-height: 5rem;
  text-transform: uppercase;
}

.flatpage__subscription--main_content .flatpage__subscription--table td:last-of-type {
  text-align: right;
}

.flatpage__subscription_wrap--half .flatpage__subscription--main_content .flatpage__subscription--table td {
  width: 50%;
  padding: 0 20px;
}

.flatpage__subscription_wrap--half .flatpage__subscription--main_content .flatpage__subscription--table td:first-of-type {
  text-align: left;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 50px;
  line-height: 5rem;
  text-transform: uppercase;
}

.flatpage__subscription_wrap--half .flatpage__subscription--main_content .flatpage__subscription--table td:last-of-type {
  text-align: right;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 50px;
  line-height: 5rem;
}

.flatpage__subscription--main_content .flatpage__subscription--table tbody tr {
  background-color: #f7f6f1;
  border-bottom: 1px solid #ebe6db;
}

.flatpage__subscription--main_content .flatpage__subscription--list {
  margin-bottom: 25px !important;
  padding: 0 40px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .flatpage__subscription--main_content .flatpage__subscription--list {
    padding: 0 80px !important;
  }
}

.flatpage__subscription_wrap--half .flatpage__subscription--main_content .flatpage__subscription--list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px !important;
}

.flatpage__subscription--main_content .flatpage__subscription--item {
  padding-bottom: 0 !important;
}

.flatpage__subscription--main_content .btn--red {
  color: white !important;
}

.flatpage--maintenance .site_wrap {
  margin-top: 40px;
}

@media screen and (min-width: 1370px) {
  .flatpage--maintenance .site_wrap {
    margin-top: 72px;
  }
}

.flatpage--maintenance .header__logo {
  display: block;
  margin: 0px auto;
  border-right: 0;
  float: none;
}

.flatpage--maintenance .sk-folding-cube {
  margin: 80px auto 55px auto;
  width: 105px;
  height: 105px;
}

.flatpage--maintenance .sk-folding-cube .sk-cube:before {
  -webkit-animation: sk-foldCubeAngle 3.6s infinite linear both;
  animation: sk-foldCubeAngle 3.6s infinite linear both;
}

.flatpage--maintenance .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.flatpage--maintenance .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.flatpage--maintenance .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.flatpage--maintenance .flatpage__error_subtitle {
  padding-top: 20px;
}

.flatpage__section .sidebar {
  float: right;
  width: 320px;
}

.flatpage__section .flatpage__sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  right: 0;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 1px;
}

.flatpage__section .flatpage__header_breadcrumbs {
  display: block;
  padding: 9px 19px 14px 19px;
  border-bottom: 1px solid #ebe6db;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__header_breadcrumbs {
    padding: 9px 31px 14px 31px;
  }
}

.flatpage__section .flatpage__header_breadcrumb {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.015em;
  color: #d94339;
}

.flatpage__section .flatpage__header_breadcrumb:last-of-type {
  color: #98908e;
}

.flatpage__section .flatpage__header_breadcrumb:after {
  margin: 0 13px 0 11px;
  position: relative;
  top: 3px;
  font-family: 'icomoon' !important;
  font-size: 24px;
  font-size: 2.4rem;
  content: "\e936";
  color: #ebe6db;
}

.flatpage__section .flatpage__header_breadcrumb:last-of-type:after {
  display: none;
}

.flatpage__section .flatpage__header {
  background-color: white;
}

.flatpage__section .flatpage__header_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 177px 18px 131px;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__header_wrap {
    padding: 43px 245px 23px 245px;
  }
}

@media screen and (min-width: 1370px) {
  .flatpage--subscription .flatpage__section .flatpage__header_wrap {
    padding: 43px 265px 23px 170px;
  }
}

.flatpage__section .flatpage__body {
  background-color: white;
}

.flatpage__section .flatpage__body_wrap {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: auto;
  margin-right: 320px;
  padding-top: 30px;
  background-color: white;
}

.flatpage--subscription .flatpage__section .flatpage__body_wrap {
  padding-top: 0;
}

.flatpage--subscription .flatpage__section .flatpage__body_wrap:before {
  height: 2px;
  width: 100%;
  top: -2px;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flatpage__section .flatpage__body_sidebar {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 33px;
  z-index: 2;
  width: 92px;
  padding-top: 5px;
  float: left;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__body_sidebar {
    width: 220px;
    padding-top: 0;
    margin-left: 0;
  }
}

.flatpage--subscription .flatpage__section .flatpage__body_sidebar {
  top: 8px;
}

@media screen and (min-width: 1370px) {
  .flatpage--subscription .flatpage__section .flatpage__body_sidebar {
    width: 165px;
  }
}

.flatpage__section .flatpage__body--main {
  display: block;
  padding-bottom: 20px;
  padding-left: 102px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__body--main {
    padding-bottom: 33px;
    padding-left: 244px;
    padding-right: 40px;
  }
}

.flatpage--subscription .flatpage__section .flatpage__body--main {
  padding-left: 102px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1370px) {
  .flatpage--subscription .flatpage__section .flatpage__body--main {
    padding-bottom: 0;
    padding-left: 165px;
    padding-right: 20px;
  }
}

.flatpage__section .flatpage__title {
  padding-bottom: 14px;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__title {
    padding-bottom: 12px;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.015em;
  }
}

.flatpage__section .flatpage__lead p {
  font: normal 400 100% "Stag Book";
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.flatpage__section .flatpage__lead p span {
  color: #d94339;
}

.flatpage__section .flatpage__lead a {
  color: #d94339;
}

.flatpage__section .flatpage__body--main_content {
  position: relative;
  z-index: 1;
  padding: 14px 25px 0 31px;
  position: relative;
  z-index: 1;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__body--main_content {
    padding: 14px 0 0 0;
  }
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__body--main_content {
    padding-bottom: 27px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.flatpage--subscription .flatpage__section .flatpage__body--main_content {
  padding-top: 0;
}

.flatpage__section .flatpage__body--main_content strong:first-of-type {
  padding-bottom: 2px;
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.flatpage__section .flatpage__body--main_content strong {
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.flatpage__section .flatpage__body--main_content p {
  padding-bottom: 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__body--main_content p {
    padding-bottom: 27px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.flatpage__section .flatpage__body--main_content p strong:first-of-type {
  padding-bottom: 2px;
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.flatpage__section .flatpage__body--main_content p strong {
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.flatpage__section .flatpage__body--main_content a {
  color: #d94339;
}

.flatpage__section .flatpage__body--main_content h3 {
  font: normal 400 100% "Dobra Bold", sans-serif;
  @incldue font-size(21);
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
  padding-bottom: 30px;
  padding-top: 27px;
}

.flatpage__section .flatpage__body--main_content ul,
.flatpage__section .flatpage__body--main_content ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__body--main_content ul,
  .flatpage__section .flatpage__body--main_content ol {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
  .flatpage__subscription_wrap--half .flatpage__section .flatpage__body--main_content ul, .flatpage__subscription_wrap--half
  .flatpage__section .flatpage__body--main_content ol {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.01em;
  }
}

.flatpage__section .flatpage__body--main_content ul li,
.flatpage__section .flatpage__body--main_content ol li {
  position: relative;
}

.flatpage__subscription_wrap--half .flatpage__section .flatpage__body--main_content ul, .flatpage__subscription_wrap--half
.flatpage__section .flatpage__body--main_content ol {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .flatpage__subscription_wrap--half .flatpage__section .flatpage__body--main_content ul, .flatpage__subscription_wrap--half
  .flatpage__section .flatpage__body--main_content ol {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.flatpage__section .flatpage__body--main_content ul {
  list-style-type: none;
}

.flatpage__section .flatpage__body--main_content ul li {
  padding-left: 28px;
  padding-bottom: 17px;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__body--main_content ul li {
    padding-bottom: 27px;
  }
}

.flatpage__section .flatpage__body--main_content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #202020;
}

.flatpage__section .flatpage__body--main_content ol {
  list-style-type: none;
}

.flatpage__section .flatpage__body--main_content ol li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 17px;
  counter-increment: step-counter;
}

@media screen and (min-width: 1370px) {
  .flatpage__section .flatpage__body--main_content ol li {
    padding-bottom: 27px;
  }
}

.flatpage__section .flatpage__body--main_content ol li:before {
  content: counter(step-counter) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #202020;
}

.flatpage__subscription_wrap--half .flatpage__section .flatpage__body--main_content ul {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

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

.elipso_banner__image {
  display: block;
  margin: 0px auto;
}

.elipso_banner__image--small {
  display: block;
}

@media screen and (min-width: 1370px) {
  .elipso_banner__image--small {
    display: none;
  }
}

.elipso_banner__image--big {
  display: none;
}

@media screen and (min-width: 1370px) {
  .elipso_banner__image--big {
    display: block;
  }
}

.dfp_banner {
  text-align: center;
  *zoom: 1;
}

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

.custom_creative__output.is_shown + .dfp_banner {
  display: none;
  visibility: hidden;
}

#banner_google {
  width: 300px;
  height: 250px;
  margin: 0px auto;
}

.sidebar #banner_google {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1369px) {
  .sidebar #banner_google {
    padding-top: 30px;
  }
}

.banner_leaderboard img {
  display: block;
  margin: 0px auto;
}

.fold_home__top_banner .dfp_banner > div {
  margin-bottom: 20px;
  line-height: 1;
}

.fold_home__vecernjakova_desetka .center_items .banner_leaderboard > div {
  margin: 0 0 30px;
}

.fold_home__main-b .banner_leaderboard {
  margin: 30px 0;
}

.fold_home__vecernjakova_desetka .banner_elipso_traka {
  text-align: center;
  padding: 0 0 20px 0;
}

.desktop_body--banner_parallax .fold_home__vecernjakova_desetka .banner_elipso_traka {
  background-color: #f7f6f1;
}

@media screen and (min-width: 1370px) {
  .fold_home__vecernjakova_desetka .banner_elipso_traka {
    padding: 0 0 30px 0;
  }
}

.fold_home__fun_felix .banner_leaderboard > div {
  margin: 30px 0 0;
}

@media screen and (min-width: 1370px) {
  .fold_home__fun_felix .banner_leaderboard > div {
    margin: 40px 0 0;
  }
}

@media screen and (min-width: 1370px) {
  .fold_home__ai_feed .dfp_banner--Halfpage {
    width: 300px;
    margin-left: 5px;
  }
}

.fold_section__top_banner .dfp_banner > div {
  padding-bottom: 20px;
  line-height: 1;
}

body.section .fold_section__top_banner .banner_leaderboard,
body.subsection .fold_section__top_banner .banner_leaderboard {
  padding: 10px 0 20px 0;
}

@media screen and (min-width: 1370px) {
  body.section .fold_section__top_banner .banner_leaderboard,
  body.subsection .fold_section__top_banner .banner_leaderboard {
    padding: 0 0 20px 0;
  }
}

body.section .center_items .banner_leaderboard > div,
body.subsection .center_items .banner_leaderboard > div {
  padding: 0 0 30px;
}

body.subsection .center_items .banner_leaderboard > div {
  margin: -26px 0 30px;
}

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

.fold_article__banner_bottom .dfp_banner > div {
  margin: 0 0 20px;
}

.article__sidebar .dfp_banner > div {
  margin: 0 0 20px;
}

.fold_article__banner_top .dfp_banner > div {
  margin: 0 0 20px;
  line-height: 1;
}

.fold_article__banner_below_article .dfp_banner:before, .fold_article__banner_below_article .dfp_banner:after {
  display: none;
}

.fold_article__banner_below_article .dfp_banner > div {
  margin: 0 0 20px;
}

.fold_article__banner_bottom .dfp_banner > div {
  margin: 0 0 20px;
}

.article__body_banner,
.article__body_banner_article_bottom {
  text-align: center;
}

.article__body_banner > div,
.article__body_banner_article_bottom > div {
  margin: 0 0 27px;
}

.article__body_banner_article_bottom {
  display: inline-block;
  width: 100%;
}

.gallery__banner {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 9;
}

.comments__page .dfp_banner > div {
  margin: 0 0 20px;
}

.special .dfp_banner {
  position: relative;
}

.special .dfp_banner > div {
  margin: 0 0 20px 0;
}

@media screen and (min-width: 1370px) {
  .special .dfp_banner > div {
    margin: 0 0 30px 0;
  }
}

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

.right_content .dfp_banner > div {
  margin: 0 0 20px;
}

/* .fold_section__vecernjakova_desetka {
        .banner_leaderboard  {
            margin: 0 0 40px 0;
        }
    } */
.th_moja-hrvatska .fold_home__vecernjakova_desetka .center_items .banner_leaderboard,
.th_moja-hrvatska .fold_section__vecernjakova_desetka .center_items .banner_leaderboard {
  margin: 0;
}

.th_moja-hrvatska .fold_home__vecernjakova_desetka .center_items .banner_leaderboard > div,
.th_moja-hrvatska .fold_section__vecernjakova_desetka .center_items .banner_leaderboard > div {
  margin: 0 0 30px;
}

.th_vojna-povijest .center_items .banner_leaderboard > div {
  margin: 0 0 30px;
}

.th_living .center_items .banner_leaderboard > div {
  margin: -10px 0 30px;
}

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

.fold_blogger__top_banner .dfp_banner > div {
  margin: 0 0 30px;
}

.sidebar .js_sticky > div {
  margin: 0 0 30px;
}

.weather_page .dfp_banner--Leaderboard {
  margin: 10px 0 20px 0;
}

@media screen and (min-width: 1370px) {
  .weather_page .dfp_banner--Leaderboard {
    margin: 0 0 20px 0;
  }
}

.section.desktop_body--banner_parallax .fold_home__vecernjakova_desetka--block3 {
  padding-top: 20px;
}

.fold_ugc__banner_top .dfp_banner > div {
  margin: 0 0 20px;
  line-height: 1;
}

.fold_author__top_banner .dfp_banner--Leaderboard {
  margin: 0 0 30px 0;
}

.js_stickyBill .sticky_bill_close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 500;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  background: #222;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.js_stickyBill .sticky_bill_close:before, .js_stickyBill .sticky_bill_close:after {
  content: ' ';
  position: absolute;
  top: 12px;
  left: 19px;
  z-index: 500;
  display: block;
  width: 2px;
  height: 16px;
  background: #fff;
}

.js_stickyBill .sticky_bill_close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js_stickyBill .sticky_bill_close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dfp_banner--Halfpage {
  position: relative;
  z-index: 4;
}

.fold_home__ai_feed .dfp_banner--Halfpage {
  float: left;
  margin-left: 14px;
}

@media screen and (min-width: 1460px) {
  .fold_home__ai_feed .dfp_banner--Halfpage {
    float: none;
    margin-left: 5px;
  }
}

.gallery__banner {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  margin-left: 0;
  z-index: 2;
}

.gallery__banner.is_hidden,
.gallery__banner .is_hidden {
  opacity: 0;
}

.gallery__banner_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}

.dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn {
  display: block;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  z-index: 2;
}

@media screen and (min-width: 1370px) {
  .dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn {
    top: -20px;
    right: -20px;
  }
}

.dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn:hover {
  cursor: pointer;
}

.dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  color: #202020;
}

.gallery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  background: #202020;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .gallery .rsSlide {
    padding: 0;
  }
}

.gallery .jw-controlbar {
  z-index: 99 !important;
}

.gallery__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery__loader.is_hidden {
  display: none;
}

.gallery__header {
  position: relative;
  display: block;
  height: 56px;
  margin: 0;
  padding: 0;
  background: #d94339;
  *zoom: 1;
  z-index: 3;
}

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

.gallery__header:after {
  clear: both;
}

@media screen and (min-width: 1370px) {
  .gallery__header {
    height: 64px;
  }
}

.gallery__header_link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  display: block;
  width: 65px;
  height: 56px;
  margin: 0 29px 0 0;
  border-right: 1px solid #b7342c;
}

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

@media screen and (min-width: 1370px) {
  .gallery__header_link {
    width: 151px;
    height: 64px;
  }
}

.gallery__header_img {
  position: relative;
  display: block;
  height: auto;
  margin: 0 auto;
}

.gallery__header_img--small {
  top: 17px;
  width: 40px;
}

@media screen and (min-width: 1370px) {
  .gallery__header_img--small {
    display: none;
  }
}

.gallery__header_img--big {
  top: 9px;
  left: -4px;
  width: 100px;
  display: none;
}

@media screen and (min-width: 1370px) {
  .gallery__header_img--big {
    display: block;
  }
}

.gallery__title {
  position: relative;
  display: none;
  margin: 15px 320px 0 0;
  padding: 0;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 23px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .gallery__title {
    display: -webkit-box;
  }
}

@media screen and (min-width: 1370px) {
  .gallery__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 18px 470px 0 0;
  }
}

.gallery__title a {
  color: #fff;
}

.gallery__controls {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  *zoom: 1;
}

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

.gallery__controls:after {
  clear: both;
}

.gallery__share {
  position: relative;
  float: left;
  display: block;
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 56px;
  line-height: 5.6rem;
  *zoom: 1;
}

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

.gallery__share:after {
  clear: both;
}

@media screen and (min-width: 1370px) {
  .gallery__share {
    line-height: 64px;
    line-height: 6.4rem;
  }
}

.gallery__share_label {
  position: relative;
  top: 24px;
  float: left;
  display: none;
  margin: 0 20px 0 0;
  padding: 0;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #ffb400;
  text-transform: uppercase;
}

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

.gallery__share_link {
  position: relative;
  float: left;
  display: block;
  width: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
}

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

@media screen and (min-width: 1370px) {
  .gallery__share_link:hover .icon {
    color: #ffb400;
  }
}

.gallery__share_link .icon {
  position: relative;
  top: 7px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  -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;
}

.gallery__close {
  position: relative;
  float: right;
  display: block;
  width: 49px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px solid #b7342c;
  line-height: 56px;
  line-height: 5.6rem;
}

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

@media screen and (min-width: 1370px) {
  .gallery__close {
    line-height: 64px;
    line-height: 6.4rem;
  }
}

@media screen and (min-width: 1370px) {
  .gallery__close:hover .icon {
    color: #ffb400;
  }
}

.gallery__close .icon {
  position: relative;
  top: 7px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  -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;
}

.gallery__content {
  position: absolute;
  top: 56px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .gallery__content {
    bottom: 85px;
  }
}

@media screen and (min-width: 1370px) {
  .gallery__content {
    top: 64px;
    right: 340px;
  }
  .addBlockON .gallery__content {
    right: 0;
  }
}

.gallery__content_inner {
  position: absolute;
  top: 0px;
  left: 14px;
  right: 14px;
  bottom: 65px;
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .gallery__content_inner {
    top: 186px;
    left: 50px;
    right: 50px;
    bottom: 50px;
  }
  .desktop_body .gallery__content_inner {
    top: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .desktop_body .gallery__content_inner {
    top: 20px;
  }
}

.gallery--mobile .gallery__content_inner {
  top: 14px;
  bottom: 0px;
  left: 0;
  right: 0;
}

.gallery__aside {
  position: absolute;
  top: 64px;
  bottom: 0;
  right: 0;
  display: none;
  width: 300px;
  margin: 0;
  padding: 20px;
  background: #161616;
  *zoom: 1;
}

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

.gallery__aside:after {
  clear: both;
}

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

.addBlockON .gallery__aside {
  display: none;
}

.gallery__aside > div {
  position: relative;
  top: 50%;
  margin-top: -300px;
}

.gallery__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 1;
  -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__slider.is_hidden {
  opacity: 0;
}

.gallery__slider_item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.gallery--mobile .gallery__slider_item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.gallery__caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: block;
  padding: 11px 14px 7px;
  margin: 0;
  line-height: 22px;
  line-height: 2.2rem;
  background: #000;
  text-align: left;
  *zoom: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
  opacity: 0;
}

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

.gallery__caption:after {
  clear: both;
}

.gallery__caption_wrap {
  display: block;
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.gallery__caption.is_visible {
  bottom: 0;
  opacity: 1;
}

.gallery--mobile .gallery__caption {
  display: block;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  bottom: 0;
  padding: 8px 10px 7px;
}

.gallery--mobile .gallery__caption .btn--more {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.025em;
  color: #d94339;
  text-transform: uppercase;
}

.gallery--mobile .gallery__caption .btn--more.is_hidden {
  display: none;
}

.gallery__caption.gallery__caption--video_desk {
  bottom: -40px;
}

.gallery--mobile .gallery__length {
  float: left;
  position: absolute;
  top: -23px;
  left: 0;
  display: inline-block;
  float: left;
  padding: 0 10px !important;
  padding-left: 6px;
  margin-right: 3px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.05em;
  background-color: #d94339;
  color: white;
}

.gallery--mobile .gallery__length span {
  margin-right: 2px;
}

.gallery--mobile .gallery__length span:after {
  display: none !important;
}

.gallery--mobile .gallery__length:after {
  display: none !important;
}

.gallery__caption_author {
  position: relative;
  display: inline-block;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 4px 3px 0 0;
  vertical-align: top;
}

.gallery__caption_desc {
  position: relative;
  display: none;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.015em;
  color: #98908e;
  white-space: normal;
}

@media screen and (min-width: 768px) {
  .gallery__caption_desc {
    display: inline;
  }
}

.gallery--mobile .gallery__caption_desc {
  display: block;
  position: relative;
  font: normal 400 100% "Dobra Book", sans-serif;
  color: #98908e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.015em;
}

.gallery--mobile .gallery__caption_desc p {
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 36px;
}

.gallery--mobile .gallery__caption_desc strong {
  padding-right: 5px;
  color: white;
  font: normal 400 100% "Stag Book";
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
}

.gallery__functions {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 197px;
  height: 60px;
  *zoom: 1;
  z-index: 3;
}

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

.gallery__functions:after {
  clear: both;
}

@media screen and (max-width: 768px) {
  .gallery__functions {
    width: auto;
    height: 50px;
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}

@media screen and (min-width: 768px) {
  .gallery__functions {
    bottom: -64px;
  }
}

.gallery--mobile .gallery__functions {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  height: 40px;
}

.gallery__paginator {
  position: relative;
  float: left;
  min-width: 35px;
  margin: 18px 0 0;
  padding: 0 6px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: #d94339;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gallery__paginator {
    left: 50%;
    margin: 13px 0 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.gallery__controls_wrap {
  position: relative;
  float: right;
  display: block;
  width: 130px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .gallery__controls_wrap {
    float: none;
    width: auto;
  }
}

.gallery__control_btn {
  position: relative;
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #202020;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gallery__control_btn {
    float: none;
    width: 50px;
    height: 50px;
  }
}

.gallery--mobile .gallery__control_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  display: block;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
}

@media screen and (min-width: 1370px) {
  .gallery__control_btn:hover .icon {
    color: #7b7674;
  }
}

@media screen and (max-width: 768px) {
  .gallery__control_btn--prev {
    position: absolute;
    left: 0;
  }
}

.gallery--mobile .gallery__control_btn--prev {
  left: 10px;
}

.gallery__control_btn--next {
  float: right;
}

@media screen and (max-width: 768px) {
  .gallery__control_btn--next {
    position: absolute;
    right: 0;
  }
}

.gallery--mobile .gallery__control_btn--next {
  right: 10px;
}

.gallery__control_btn.is_hidden {
  color: #7b7674;
  cursor: default;
}

.gallery__control_btn .icon {
  position: relative;
  top: -1px;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 60px;
  line-height: 6rem;
  -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 (max-width: 768px) {
  .gallery__control_btn .icon {
    top: 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

.gallery--mobile .gallery__control_btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  color: #202020;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  padding: 0;
}

.spinner.is_hidden {
  display: none;
}

.cube1,
.cube2 {
  background-color: #5d5d5d;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 2s infinite ease-in-out;
  animation: sk-cubemove 2s infinite ease-in-out;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.cube2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.th_living .gallery__header {
  background: #202020;
  border-bottom: 1px solid #353535;
}

.th_living .gallery__header .logo {
  margin: 0 20px;
  width: 109px;
  padding-top: 12.5px;
}

@media screen and (min-width: 1370px) {
  .th_living .gallery__header .logo {
    padding-top: 17.5px;
  }
}

.th_living .gallery__header_link {
  width: auto;
  border-right: 1px solid #353535;
}

.th_living .gallery__paginator {
  background: #ed6e65;
}

.th_living .gallery__close {
  border-left: 1px solid #353535;
}

.th_vojna-povijest .gallery__header,
.th_vojnapovijest .gallery__header {
  background: #6d8352;
}

.th_vojna-povijest .gallery__header .logo,
.th_vojnapovijest .gallery__header .logo {
  margin: 0 20px;
  width: 243px;
  padding-top: 13.5px;
}

@media screen and (min-width: 1370px) {
  .th_vojna-povijest .gallery__header .logo,
  .th_vojnapovijest .gallery__header .logo {
    padding-top: 17.5px;
  }
}

.th_vojna-povijest .gallery__header_link,
.th_vojnapovijest .gallery__header_link {
  border-right: 1px solid #5d6f47;
}

@media screen and (min-width: 1024px) {
  .th_vojna-povijest .gallery__header_link,
  .th_vojnapovijest .gallery__header_link {
    width: auto;
  }
}

.th_vojna-povijest .gallery__paginator,
.th_vojnapovijest .gallery__paginator {
  background: #6d8352;
}

.th_vojna-povijest .gallery__close,
.th_vojnapovijest .gallery__close {
  border-left: 1px solid #5d6f47;
}

.th_moja-hrvatska .gallery__header,
.th_mojahrvatska .gallery__header {
  background: white;
}

.th_moja-hrvatska .gallery__header .logo,
.th_mojahrvatska .gallery__header .logo {
  margin: 0 20px;
  width: 198px;
  padding-top: 7.5px;
}

@media screen and (min-width: 1370px) {
  .th_moja-hrvatska .gallery__header .logo,
  .th_mojahrvatska .gallery__header .logo {
    padding-top: 11.5px;
  }
}

.th_moja-hrvatska .gallery__title,
.th_mojahrvatska .gallery__title {
  color: #202020;
}

.th_moja-hrvatska .gallery__share_label,
.th_mojahrvatska .gallery__share_label {
  color: #2277be;
}

.th_moja-hrvatska .gallery__share_link .icon,
.th_moja-hrvatska .gallery__close .icon,
.th_mojahrvatska .gallery__share_link .icon,
.th_mojahrvatska .gallery__close .icon {
  color: #202020;
}

.th_moja-hrvatska .gallery__share_link .icon:hover,
.th_moja-hrvatska .gallery__close .icon:hover,
.th_mojahrvatska .gallery__share_link .icon:hover,
.th_mojahrvatska .gallery__close .icon:hover {
  color: #463c3c;
}

.th_moja-hrvatska .gallery__header_link,
.th_mojahrvatska .gallery__header_link {
  display: none;
  border-right: 1px solid #ebe6db;
}

@media screen and (min-width: 1024px) {
  .th_moja-hrvatska .gallery__header_link,
  .th_mojahrvatska .gallery__header_link {
    display: block;
    width: auto;
  }
}

.th_moja-hrvatska .gallery__paginator,
.th_mojahrvatska .gallery__paginator {
  background: #3a50d6;
}

.th_moja-hrvatska .gallery__close,
.th_mojahrvatska .gallery__close {
  border-left: 1px solid #ebe6db;
}

.main_tile {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #202020;
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.main_tile h3 {
  padding: 0;
  margin: 0;
  display: block;
  padding-bottom: 14px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .main_tile h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1370px) {
  .block__subsection .main_tile h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.kolumnisti_widget .main_tile h3 {
  display: inline-block;
}

.main_tile h3 span {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .main_tile h3 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1370px) {
  .block__subsection .main_tile h3 span {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.main_tile--small h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .main_tile--small h3 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
}

.main_tile--small h3 span {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .main_tile--small h3 span {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
}

.kolumnisti_widget .main_tile--link {
  position: relative;
  top: -2px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  float: right;
}

.kolumnisti_widget .main_tile--link .icon {
  position: relative;
  top: 6px;
  margin-right: 14px;
}

.sidebar .main_tile h3 {
  font-size: 21px;
  font-size: 2.1rem;
  padding-bottom: 12px;
}

.naslovnice_vecernjeg .main_tile {
  padding-top: 13px;
  padding-left: 20px;
  border-bottom: 1px solid #ebe6db;
}

.main_tile__with_icon h3 {
  padding-right: 60px;
}

.main_tile__with_icon .icon {
  position: absolute;
}

.main_tile__with_icon .icon-crown {
  color: #c39229;
  right: 18px;
  top: 2px;
}

.header {
  /* responsive stuff */
  /* responsive stuff */
}

.header__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 80px;
  margin: 0;
  background-color: #fff;
  -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);
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  width: 100%;
  min-width: 1024px;
}

@media screen and (min-width: 1370px) {
  .header__wrapper {
    width: 100%;
    min-width: 100%;
    height: 92px;
  }
}

.has_subnav .header__wrapper {
  height: 110px;
}

@media screen and (min-width: 1370px) {
  .has_subnav .header__wrapper {
    height: 132px;
  }
}

.header__wrapper.is_shrinked {
  top: -24px;
}

@media screen and (min-width: 1370px) {
  .header__wrapper.is_shrinked {
    top: -26px;
  }
}

.header__top {
  height: 24px;
  background: #b7342c;
}

@media screen and (min-width: 1370px) {
  .header__top {
    height: 26px;
  }
}

.header__main {
  position: relative;
  z-index: 100;
  height: 56px;
  background: #d94339;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.3);
}

@media screen and (min-width: 1370px) {
  .header__main {
    height: 66px;
  }
}

.header__bot {
  height: 30px;
  background: #fff;
}

@media screen and (min-width: 1370px) {
  .header__bot {
    height: 40px;
  }
}

.header__logo, .header__daily, .header__weather, .header__search, .header__user {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: inline-block;
  height: 56px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #b7342c;
}

@media screen and (min-width: 1370px) {
  .header__logo, .header__daily, .header__weather, .header__search, .header__user {
    height: 66px;
  }
}

.header__logo:before, .header__daily:before, .header__weather:before, .header__search:before, .header__user:before {
  content: ' ';
  display: inline-block;
  height: 107%;
  width: 0;
  vertical-align: middle;
}

.header__logo:after, .header__daily:after, .header__weather:after, .header__search:after, .header__user:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #fff;
}

.header__logo:hover:after, .header__logo.is_active:after, .header__daily:hover:after, .header__daily.is_active:after, .header__weather:hover:after, .header__weather.is_active:after, .header__search:hover:after, .header__search.is_active:after, .header__user:hover:after, .header__user.is_active:after {
  -webkit-transition: height 0.15s, opacity 0.15s;
  -o-transition: height 0.15s, opacity 0.15s;
  transition: height 0.15s, opacity 0.15s;
  height: 4px;
  opacity: 1;
}

.header__daily span,
.header__daily .icon {
  position: relative;
  top: 1px;
}

@media screen and (min-width: 1370px) {
  .header__logo {
    height: 66px;
  }
}

.header__logo:before {
  height: 105%;
}

.header__logo:after {
  display: none;
}

.header__logo .logo--small {
  width: 46px;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 1600px) {
  .header__logo .logo--small {
    display: none;
  }
}

.header__logo .logo--full {
  display: none;
  width: 100px;
  margin-top: -4px;
  margin-left: -10px;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 1600px) {
  .header__logo .logo--full {
    display: inline-block;
  }
}

.header__daily {
  width: 97px;
  text-align: center;
}

.header__daily:after {
  background: #ffb400;
}

@media screen and (min-width: 1600px) {
  .header__daily {
    width: 200px;
  }
}

.header__daily span {
  padding-right: 15px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fdb32b;
}

@media screen and (max-width: 1599px) {
  .header__daily span {
    display: none;
  }
}

.header__daily strong {
  position: relative;
  top: 1px;
  padding-right: 3px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fdb32b;
}

.header__daily .icon {
  position: relative;
  top: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fdb32b;
}

.header__weather {
  width: 105px;
  text-align: center;
}

.header__weather span {
  padding-left: 5px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  position: relative;
  top: -3px;
}

@media screen and (min-width: 1370px) {
  .header__weather span {
    top: 1px;
  }
}

.header__weather .icon_weather {
  position: relative;
  top: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.header__weather .icon {
  position: relative;
  top: -8px;
  left: -10px;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
}

@media screen and (min-width: 1370px) {
  .header__weather .icon {
    top: -4px;
  }
}

.header__search {
  width: 60px;
}

.header__search .icon {
  position: relative;
  top: 5px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

.header__user {
  width: 77px;
  border: none;
  position: relative;
}

.header__avatar,
.header__avatar img {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  border-radius: 50%;
}

.header__avatar_img--authenticated, .header__avatar_img--not_authenticated {
  border-radius: 50%;
  position: relative;
  top: -2px;
  display: block;
  width: 36px;
  height: 36px;
}

.header__avatar_img--not_authenticated {
  display: inline-block;
  width: 36px;
  height: 36px;
}

.header__avatar_img--not_authenticated .icon {
  position: relative;
  top: 5px;
  color: white;
}

.header__avatar_img--authenticated {
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.13);
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: white;
}

.header__avatar_img--authenticated .icon {
  position: relative;
  top: 5px;
  color: #202020;
}

.header__count {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fdb32b;
  color: #202020;
  text-align: center;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.13);
}

.header__count_correction {
  position: relative;
  top: 2px;
}

.header__logo {
  float: left;
  width: 85px;
}

@media screen and (min-width: 1600px) {
  .header__logo {
    width: 151px;
  }
}

.header__nav {
  position: absolute;
  top: 0;
  height: 56px;
  left: 85px;
  right: 339px;
}

@media screen and (min-width: 1370px) {
  .header__nav {
    height: 66px;
  }
}

@media screen and (min-width: 1600px) {
  .header__nav {
    left: 150px;
    right: 442px;
  }
}

.header__services {
  float: right;
  width: 339px;
}

@media screen and (min-width: 1600px) {
  .header__services {
    width: 442px;
  }
}

.header__services.vecernji_ba {
  width: 234px;
}

@media screen and (min-width: 1600px) {
  .header__services.vecernji_ba {
    width: 337px;
  }
}

.th_blogosfera .header__services {
  width: 242px;
}

@media screen and (min-width: 1600px) {
  .th_blogosfera .header__services {
    width: 242px;
  }
}

.top_nav {
  line-height: 24px;
  line-height: 2.4rem;
}

@media screen and (min-width: 1370px) {
  .top_nav {
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.top_nav--lang {
  position: relative;
  top: 1px;
  float: left;
  padding-left: 15px;
}

.top_nav--partners {
  position: relative;
  top: 1px;
  float: right;
  padding-right: 15px;
}

.top_nav--partners .is_active:hover {
  color: #ed6e65;
}

.top_nav__link {
  padding: 0 7px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.015em;
  color: #ed6e65;
  text-transform: uppercase;
}

.top_nav__link.is_active, .top_nav__link:hover {
  color: #fdb32b;
}

.th_living .header__wrapper.is_shrinked {
  top: -30px;
}

.th_living .header__wrapper.has_subnav {
  height: 135px;
}

.th_living .header__top {
  background-color: #202020;
  border-bottom: 1px solid #353535;
  height: 30px;
  line-height: 30px;
  line-height: 3rem;
}

.th_living .header__main {
  background-color: #202020;
}

.th_living .header__logo {
  position: absolute;
  left: 0;
  width: 169px;
}

.th_living .header__logo img {
  position: relative;
  top: 10px;
  height: 40px;
  width: auto;
}

@media screen and (min-width: 1370px) {
  .th_living .header__logo img {
    top: 13px;
  }
}

.th_living .header__nav {
  left: 170px;
  right: 240px;
}

.th_living .header__services {
  width: 242px;
}

.th_living .header__logo, .th_living .header__daily, .th_living .header__weather, .th_living .header__search {
  border-right: 1px solid #353535;
}

.th_living .header__count {
  background-color: #ed6e65;
  color: white;
}

.th_living .top_nav {
  line-height: 30px;
  line-height: 3rem;
}

.th_living .top_nav--lang {
  top: -1px;
}

.th_living .top_nav__link {
  line-height: 30px;
  line-height: 3rem;
  color: #737373;
  position: relative;
}

.th_living .top_nav__link .icon {
  position: relative;
  top: 5px;
}

.th_living .top_nav__link.is_active, .th_living .top_nav__link:hover {
  color: #ed6e65;
}

.th_living .nav_more__button {
  color: #ed6e65;
}

.th_living .nav_more__button:after {
  background: #ed6e65;
}

.th_living .top_nav--partners {
  top: 0;
}

.th_living .ntfs {
  top: 96px;
}

.th_vojna-povijest .header__wrapper.is_shrinked {
  top: -30px;
}

.th_vojna-povijest .header__wrapper.has_subnav {
  height: 135px;
}

.th_vojna-povijest .header__top {
  background-color: #5d6f47;
  border-bottom: 1px solid #5d6f47;
  height: 30px;
  line-height: 30px;
  line-height: 3rem;
}

.th_vojna-povijest .header__main {
  background-color: #6d8352;
}

.th_vojna-povijest .header__logo {
  position: absolute;
  left: 0;
  width: 292px;
}

.th_vojna-povijest .header__logo img {
  width: 260px;
  position: relative;
  top: 13px;
}

.th_vojna-povijest .header .btn--subscribe {
  position: absolute;
  top: 12px;
  left: 313px;
}

@media screen and (min-width: 1370px) {
  .th_vojna-povijest .header .btn--subscribe {
    top: 19px;
  }
}

.th_vojna-povijest .header__services {
  width: 242px;
}

.th_vojna-povijest .header__logo, .th_vojna-povijest .header__daily, .th_vojna-povijest .header__weather, .th_vojna-povijest .header__search, .th_vojna-povijest .header__user {
  border-right: 1px solid #5d6f47;
}

.th_vojna-povijest .top_nav {
  line-height: 30px;
  line-height: 3rem;
}

.th_vojna-povijest .top_nav--lang {
  top: -1px;
}

.th_vojna-povijest .top_nav__link {
  line-height: 30px;
  line-height: 3rem;
  color: #99ae7e;
  position: relative;
}

.th_vojna-povijest .top_nav__link .icon {
  position: relative;
  top: 5px;
}

.th_vojna-povijest .top_nav__link.is_active, .th_vojna-povijest .top_nav__link:hover {
  color: #fdb32b;
}

.th_vojna-povijest .top_nav--partners {
  top: 0;
}

.th_vojna-povijest .ntfs {
  top: 96px;
}

.th_moja-hrvatska .header__wrapper.is_shrinked {
  top: -30px;
}

.th_moja-hrvatska .header__wrapper.has_subnav {
  height: 135px;
}

.th_moja-hrvatska .header__nav {
  left: 250px;
}

.th_moja-hrvatska .header__top {
  background-color: white;
  border-bottom: 1px solid #ebe6db;
  height: 30px;
  line-height: 30px;
  line-height: 3rem;
}

.th_moja-hrvatska .header__main {
  background-color: white;
}

.th_moja-hrvatska .header__logo {
  position: absolute;
  left: 0;
  width: 190px;
  padding: 0 15px;
}

@media screen and (min-width: 1370px) {
  .th_moja-hrvatska .header__logo {
    width: 240px;
    padding: 0 25px;
  }
}

.th_moja-hrvatska .header__logo img {
  position: relative;
  top: 0px;
  max-width: 145px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1370px) {
  .th_moja-hrvatska .header__logo img {
    max-width: 185px;
  }
}

.th_moja-hrvatska .header__services {
  width: 242px;
}

.th_moja-hrvatska .header__logo, .th_moja-hrvatska .header__daily, .th_moja-hrvatska .header__weather, .th_moja-hrvatska .header__search, .th_moja-hrvatska .header__user {
  border-right: 1px solid #ebe6db;
  color: #202020;
}

.th_moja-hrvatska .header__logo:after, .th_moja-hrvatska .header__daily:after, .th_moja-hrvatska .header__weather:after, .th_moja-hrvatska .header__search:after, .th_moja-hrvatska .header__user:after {
  background: #202020;
}

.th_moja-hrvatska .header__logo span,
.th_moja-hrvatska .header__logo .icon, .th_moja-hrvatska .header__daily span,
.th_moja-hrvatska .header__daily .icon, .th_moja-hrvatska .header__weather span,
.th_moja-hrvatska .header__weather .icon, .th_moja-hrvatska .header__search span,
.th_moja-hrvatska .header__search .icon, .th_moja-hrvatska .header__user span,
.th_moja-hrvatska .header__user .icon {
  color: #202020;
}

.th_moja-hrvatska .header .nav__link, .th_moja-hrvatska .header__nav {
  color: #202020;
}

.th_moja-hrvatska .header .nav__link:after, .th_moja-hrvatska .header__nav:after {
  background: #202020;
}

.th_moja-hrvatska .header__count {
  background-color: #2277be;
}

.th_moja-hrvatska .header__count span {
  color: white;
}

@media screen and (max-width: 1369px) {
  .th_moja-hrvatska .header__nav {
    left: 185px;
  }
}

.th_moja-hrvatska .top_nav {
  line-height: 30px;
  line-height: 3rem;
}

.th_moja-hrvatska .top_nav--lang {
  top: -1px;
}

.th_moja-hrvatska .top_nav__link {
  line-height: 30px;
  line-height: 3rem;
  position: relative;
  color: #98908e;
}

.th_moja-hrvatska .top_nav__link .icon {
  position: relative;
  top: 5px;
}

.th_moja-hrvatska .top_nav__link.is_active, .th_moja-hrvatska .top_nav__link:hover {
  color: #2277be;
}

.th_moja-hrvatska .top_nav--partners {
  top: 0;
}

.th_moja-hrvatska .ntfs {
  top: 96px;
}

.main_nav .nav {
  height: 100%;
}

.main_nav .nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  padding-left: 10px;
}

@media screen and (min-width: 1370px) {
  .main_nav .nav__list {
    padding-left: 17px;
  }
}

.main_nav .nav__list_wrap {
  display: inline-block;
  height: 100%;
  font-size: 0;
  float: left;
}

.has_more .main_nav .nav__list_wrap {
  margin-right: 140px;
}

.main_nav .nav__list_item {
  display: inline-block;
  height: 100%;
}

.main_nav .nav__list_item.is_hidden {
  height: 0;
}

.main_nav .nav__list_item.is_hidden .nav__link {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.main_nav .nav__link, .main_nav .nav__link2 {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0 10px 0 11px;
  vertical-align: middle;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #fff;
}

@media screen and (min-width: 1370px) {
  .main_nav .nav__link, .main_nav .nav__link2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0 12px 0 12px;
  }
}

@media screen and (min-width: 1600px) {
  .main_nav .nav__link, .main_nav .nav__link2 {
    padding: 0 12px 0 13px;
  }
}

.main_nav .nav__link:before, .main_nav .nav__link2:before {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 100%;
  height: 105%;
  vertical-align: middle;
}

.main_nav .nav__link:after, .main_nav .nav__link2:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #fff;
}

.main_nav .nav__link:hover:after, .main_nav .nav__link.is_active:after, .main_nav .nav__link2:hover:after, .main_nav .nav__link2.is_active:after {
  -webkit-transition: height 0.15s, opacity 0.15s;
  -o-transition: height 0.15s, opacity 0.15s;
  transition: height 0.15s, opacity 0.15s;
  height: 4px;
  opacity: 1;
}

.main_nav .nav__link2.active_httpsprojectsvecernjihrsvijet2068 {
  font-weight: bold;
}

.main_nav .nav__link {
  padding: 0 8px;
}

@media screen and (min-width: 1370px) {
  .main_nav .nav__link {
    padding: 0 10px 0 11px;
  }
}

.main_nav .nav__link.active_vecernjitv, .main_nav .nav__link.active_vecernjakov-pecat {
  color: #fdb32b;
}

.main_nav .nav__link.active_vecernjitv:after, .main_nav .nav__link.active_vecernjakov-pecat:after {
  background: #fdb32b;
}

.main_nav .nav .is_active ~ .nav__list2_wrap {
  display: inline-block;
}

.main_nav .nav__list2 {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  padding-left: 8px;
}

@media screen and (min-width: 1370px) {
  .main_nav .nav__list2 {
    padding-left: 17px;
  }
}

.main_nav .nav__list2_wrap {
  display: none;
  position: absolute;
  left: 0;
  font-size: 0;
  height: 30px;
  bottom: -30px;
  z-index: 10;
}

@media screen and (min-width: 1370px) {
  .main_nav .nav__list2_wrap {
    height: 40px;
    bottom: -40px;
  }
}

.has_subnav .main_nav .nav__list2_wrap {
  right: -479px;
}

@media screen and (min-width: 1370px) {
  .has_subnav .main_nav .nav__list2_wrap {
    right: -582px;
  }
}

.main_nav .nav__list2_item {
  display: inline-block;
  height: 100%;
}

.main_nav .nav__list2_item.is_parent {
  position: relative;
  padding-right: 20px;
}

.main_nav .nav__link2 {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .main_nav .nav__link2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.main_nav .nav__link2:hover, .main_nav .nav__link2.is_active {
  color: #d94339;
}

.main_nav .nav__link2:hover:after, .main_nav .nav__link2.is_active:after {
  display: none;
}

.main_nav .nav__list3 {
  position: relative;
  z-index: 20;
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(118, 99, 92, 0.3);
  box-shadow: 0px 4px 8px 0px rgba(118, 99, 92, 0.3);
}

.main_nav .nav__list3_wrap {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 150px;
  font-size: 0;
}

@media screen and (min-width: 1370px) {
  .main_nav .nav__list3_wrap {
    top: 40px;
  }
}

.main_nav .nav__list3_item {
  display: inline-block;
  width: 100%;
}

.main_nav .nav__link3 {
  display: block;
  padding: 10px 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .main_nav .nav__link3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.main_nav .nav__link3:hover {
  color: #d94339;
}

.main_nav .nav__link3:hover:after {
  display: none;
}

.nav_more {
  display: none;
  float: left;
  width: 130px;
  padding-left: 10px;
  height: 100%;
  margin-left: -140px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.nav_more__button {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0;
  vertical-align: middle;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #fdb32b;
  cursor: pointer;
}

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

.nav_more__button:before {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 100%;
  height: 105%;
  vertical-align: middle;
}

.nav_more__button:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #fdb32b;
}

.nav_more__button:hover:after {
  -webkit-transition: height 0.15s, opacity 0.15s;
  -o-transition: height 0.15s, opacity 0.15s;
  transition: height 0.15s, opacity 0.15s;
  height: 4px;
  opacity: 1;
}

.nav_more__button .icon {
  position: relative;
  top: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}

.nav__list_more {
  position: relative;
  z-index: 20;
  display: none;
  padding: 10px 0;
  margin: 0 0 0 -20px;
  list-style-type: none;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.3), inset 0px 6px 4px -4px rgba(118, 99, 92, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.3), inset 0px 6px 4px -4px rgba(118, 99, 92, 0.3);
}

.nav__list_more:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: -4px;
  display: block;
  width: 100%;
  height: 4px;
  background: #fdb32b;
}

.nav__list_more .nav__list2_wrap,
.nav__list_more .nav__list3_wrap {
  display: none !important;
}

.has_more .nav_more {
  display: block;
}

.nav_more .nav__link {
  display: block;
  padding: 10px 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .nav_more .nav__link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.nav_more .nav__link:hover {
  color: #d94339;
}

.nav_more .nav__link:hover:after {
  display: none;
}

.nav_sub__button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 100%;
  cursor: pointer;
  font-size: 0;
  text-align: center;
}

.nav_sub__button:hover {
  color: #d94339;
}

.nav_sub__button--hidedesktop {
  display: none;
}

.nav_sub__button .icon {
  position: relative;
  top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 1370px) {
  .nav_sub__button .icon {
    top: 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.nav__list2_item.is_visible .nav__link2,
.nav__list2_item.is_visible .nav_sub__button {
  color: #d94339;
}

.nav__list2_item.is_visible .nav__list3_wrap {
  display: block;
}

.has_more .nav_more__button.is_visible + .nav__list_more {
  display: block;
}

.top_nav__link--admin {
  color: white;
}

#cookie_container {
  position: relative;
  z-index: 99999;
}

.cookie_notice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 20px 370px 20px 20px;
  text-align: left;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  @incldue letter-spacing(25);
  color: #fff;
  background: #202020;
}

.cookie_notice a {
  cursor: pointer;
}

.cookie_notice__text {
  margin: 0 0 14px;
  text-align: left;
}

.cookie_notice__text a {
  color: #fdb32b;
  text-decoration: none;
}

.cookie_notice__text a:hover {
  color: #ffb400;
  cursor: pointer;
}

.cookie_notice .btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.th_blogosfera .top_blogs,
.th_vecernjakova-blogosfera .top_blogs {
  padding: 10px 20px 0 20px;
  background-color: white;
}

.th_blogosfera .blogger_of_the_month,
.th_vecernjakova-blogosfera .blogger_of_the_month {
  position: relative;
}

.th_blogosfera .blogger_of_the_month__title,
.th_vecernjakova-blogosfera .blogger_of_the_month__title {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #202020;
  background-color: #ffb400;
}

.th_blogosfera .bloggers__title,
.th_vecernjakova-blogosfera .bloggers__title {
  padding-bottom: 14px;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .th_blogosfera .bloggers__title,
  .th_vecernjakova-blogosfera .bloggers__title {
    padding-bottom: 12px;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.015em;
  }
}

.th_blogosfera .bloggers__intro p,
.th_vecernjakova-blogosfera .bloggers__intro p {
  padding-bottom: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .th_blogosfera .bloggers__intro p,
  .th_vecernjakova-blogosfera .bloggers__intro p {
    padding-bottom: 27px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.th_blogosfera .blogger__list,
.th_vecernjakova-blogosfera .blogger__list {
  padding-top: 20px;
}

.th_blogosfera .blogger__divider,
.th_vecernjakova-blogosfera .blogger__divider {
  color: #ebe6db;
}

.th_blogosfera .blogger__more_about,
.th_vecernjakova-blogosfera .blogger__more_about {
  margin: 0 -14px;
  background-color: white;
}

.th_blogosfera .blogger__more_about:last-of-type,
.th_vecernjakova-blogosfera .blogger__more_about:last-of-type {
  padding-right: 0;
}

.th_blogosfera .blogger__more_about--top,
.th_vecernjakova-blogosfera .blogger__more_about--top {
  padding: 14px 0;
  position: relative;
  border-bottom: 1px solid #ebe6db;
}

.th_blogosfera .blogger__more_about--title,
.th_vecernjakova-blogosfera .blogger__more_about--title {
  padding-left: 14px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

.th_blogosfera .blogger__more_about--close,
.th_vecernjakova-blogosfera .blogger__more_about--close {
  position: absolute;
  right: 18px;
  top: 18px;
}

.th_blogosfera .blogger__more_about--close:hover,
.th_vecernjakova-blogosfera .blogger__more_about--close:hover {
  cursor: pointer;
}

.th_blogosfera .blogger__more_about--content,
.th_vecernjakova-blogosfera .blogger__more_about--content {
  padding: 36px 60px;
}

.th_blogosfera .blogger__more_about--content h3,
.th_vecernjakova-blogosfera .blogger__more_about--content h3 {
  padding-bottom: 13px;
  font: normal 400 100% "Stag Book";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #7b7674;
  text-transform: uppercase;
}

.th_blogosfera .blogger__more_about--content span,
.th_vecernjakova-blogosfera .blogger__more_about--content span {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
}

.th_blogosfera .blogger__more_about--content span p,
.th_vecernjakova-blogosfera .blogger__more_about--content span p {
  padding-bottom: 28px;
}

.th_blogosfera .blogger__more_about--content span a,
.th_vecernjakova-blogosfera .blogger__more_about--content span a {
  color: #d94339;
}

.th_blogosfera .blogger__more_about--content span a:hover,
.th_vecernjakova-blogosfera .blogger__more_about--content span a:hover {
  color: #ed6e65;
}

.th_blogosfera .blogger__header_image,
.th_vecernjakova-blogosfera .blogger__header_image {
  width: 100%;
  height: auto;
}

.th_blogosfera .blogger__data,
.th_vecernjakova-blogosfera .blogger__data {
  position: relative;
  z-index: 1;
  float: left;
  width: 122px;
}

.th_blogosfera .blogger__data--image,
.th_vecernjakova-blogosfera .blogger__data--image {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebe6db;
}

.th_blogosfera .blogger__intro,
.th_vecernjakova-blogosfera .blogger__intro {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 180px;
  padding-right: 35px;
}

.th_blogosfera .blogger__intro--title,
.th_vecernjakova-blogosfera .blogger__intro--title {
  padding-top: 0px;
  margin-top: -4px;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .th_blogosfera .blogger__intro--title,
  .th_vecernjakova-blogosfera .blogger__intro--title {
    padding-bottom: 7px;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.015em;
  }
}

.th_blogosfera .blogger__intro--name,
.th_vecernjakova-blogosfera .blogger__intro--name {
  display: block;
  font: normal 400 100% "Stag Book";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #7b7674;
  padding-bottom: 9px;
}

.th_blogosfera .blogger__intro--name span,
.th_vecernjakova-blogosfera .blogger__intro--name span {
  margin-right: 10px;
}

.th_blogosfera .blogger__intro--more_about,
.th_vecernjakova-blogosfera .blogger__intro--more_about {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
  color: #d94339;
  padding-right: 10px;
}

.th_blogosfera .blogger__intro--more_about:last-of-type,
.th_vecernjakova-blogosfera .blogger__intro--more_about:last-of-type {
  padding-right: 0;
}

.th_blogosfera .blogger__intro--more_about:hover,
.th_vecernjakova-blogosfera .blogger__intro--more_about:hover {
  color: #ed6e65;
}

.th_blogosfera .blogger__intro--more_about:after,
.th_vecernjakova-blogosfera .blogger__intro--more_about:after {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  background-color: #ebe6db;
}

.th_blogosfera .blogger__intro--more_about:last-of-type:after,
.th_vecernjakova-blogosfera .blogger__intro--more_about:last-of-type:after {
  display: none;
}

.th_blogosfera .blogger__intro--text,
.th_vecernjakova-blogosfera .blogger__intro--text {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

.th_blogosfera .blogger__intro--text p,
.th_vecernjakova-blogosfera .blogger__intro--text p {
  padding-bottom: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .th_blogosfera .blogger__intro--text p,
  .th_vecernjakova-blogosfera .blogger__intro--text p {
    padding-bottom: 27px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.th_blogosfera .blogger__intro--text p:last-of-type,
.th_vecernjakova-blogosfera .blogger__intro--text p:last-of-type {
  padding-bottom: 0;
}

@media screen and (min-width: 1370px) {
  .th_blogosfera .blogger__intro--text p:last-of-type,
  .th_vecernjakova-blogosfera .blogger__intro--text p:last-of-type {
    padding-bottom: 0;
  }
}

.th_blogosfera .blogger__intro--text a,
.th_vecernjakova-blogosfera .blogger__intro--text a {
  color: #d94339;
}

.th_blogosfera .blogger__intro--text a:hover,
.th_vecernjakova-blogosfera .blogger__intro--text a:hover {
  color: #b7342c;
}

.th_blogosfera .blogger__main_content,
.th_vecernjakova-blogosfera .blogger__main_content {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 320px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1370px) {
  .th_blogosfera .blogger__main_content,
  .th_vecernjakova-blogosfera .blogger__main_content {
    margin-bottom: 60px;
  }
}

.th_blogosfera .blogger__sidebar,
.th_vecernjakova-blogosfera .blogger__sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.th_blogosfera .blogger__sidebar--background,
.th_vecernjakova-blogosfera .blogger__sidebar--background {
  background-color: white;
}

.th_blogosfera .blogger__sidebar--padding,
.th_vecernjakova-blogosfera .blogger__sidebar--padding {
  border-left: 1px solid #ebe6db;
  padding-left: 20px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.th_blogosfera .blogger__list,
.th_vecernjakova-blogosfera .blogger__list {
  padding: 20px 20px 0px 20px;
  background-color: white;
}

.th_blogosfera .blogger__list h3,
.th_vecernjakova-blogosfera .blogger__list h3 {
  padding-bottom: 5px;
}

.th_blogosfera .blogger__most_read_articles,
.th_vecernjakova-blogosfera .blogger__most_read_articles {
  padding-top: 2px;
  background-color: white;
}

.th_blogosfera .blogger__facebook,
.th_vecernjakova-blogosfera .blogger__facebook {
  margin-left: 10px;
}

.galleryPlugin {
  display: block;
  margin: 0 0 27px 0;
  position: relative;
  padding: 0;
  font-size: 0;
}

@media screen and (min-width: 1370px) {
  .galleryPlugin {
    margin: 0 -31px 27px -31px;
  }
}

.galleryPlugin img {
  width: 100%;
}

.galleryPlugin .article__gallery_image {
  display: block;
}

.galleryPlugin .article__figure_arrows {
  right: 30px !important;
  bottom: -30px !important;
}

.galleryPlugin .article__figure_caption--author {
  padding-right: 100px !important;
  max-height: 46px;
  overflow: hidden;
}

.blog_admin__fake_nav {
  position: fixed;
  z-index: 2;
  top: 92px;
  left: 0px;
  padding-left: 85px;
  right: 0;
  height: 40px;
  background-color: white;
}

@media screen and (min-width: 1370px) {
  .blog_admin__fake_nav {
    padding-left: 240px;
  }
}

.blog_admin__fake_nav .nav__list2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  padding-left: 17px;
}

.blog_admin__fake_nav .nav__list2_item {
  display: inline-block;
  height: 100%;
}

.blog_admin__fake_nav .nav__list2_item a {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #202020;
  padding: 0 12px 0 12px;
}

@media screen and (min-width: 1370px) {
  .blog_admin__fake_nav .nav__list2_item a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.blog_admin__fake_nav .nav__list2_item a:hover, .blog_admin__fake_nav .nav__list2_item a.is_active {
  color: #d94339;
}

.blog_admin__fake_nav .nav__list2_item a:hover:after, .blog_admin__fake_nav .nav__list2_item a.is_active:after {
  display: none;
}

.blog_admin--wrap {
  background-color: white;
}

.blog_admin .breadcrumbs {
  list-style-type: none;
  margin: 0;
  display: block;
  padding: 9px 19px 14px 19px;
  border-bottom: 1px solid #ebe6db;
}

@media screen and (min-width: 1370px) {
  .blog_admin .breadcrumbs {
    padding: 9px 31px 14px 31px;
  }
}

.blog_admin .breadcrumbs .breadcrumb {
  display: inline-block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.015em;
  color: #d94339;
}

.blog_admin .breadcrumbs .breadcrumb:last-of-type {
  color: #98908e;
}

.blog_admin .breadcrumbs .breadcrumb:after {
  margin: 0 13px 0 11px;
  position: relative;
  top: 3px;
  font-family: 'icomoon' !important;
  font-size: 24px;
  font-size: 2.4rem;
  content: "\e936";
  color: #ebe6db;
}

.blog_admin .breadcrumbs .breadcrumb:last-of-type:after {
  display: none;
}

.blog_admin--title h3 {
  width: 100%;
  padding-right: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 33px;
  padding-bottom: 20px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

.blog_admin--title .upload_new_picture {
  float: right;
  top: 20px;
}

.blog_admin--content {
  padding-bottom: 40px;
}

.blog_admin--fieldset {
  padding: 0;
  margin: 0 0 27px 0;
  border: 0;
  display: block;
  position: relative;
}

.blog_admin--fieldset.half_size {
  width: 50%;
  float: left;
}

.blog_admin--label {
  display: block;
  padding-bottom: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #98908e;
}

.card--03b .blog_admin--label {
  display: inline-block;
  padding-bottom: 0;
}

.blog_admin--label_note {
  display: block;
  padding-top: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-transform: none;
  color: #98908e;
}

.blog_admin--input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  border: 0;
  width: 100%;
  min-height: 44px;
  height: auto;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  background-color: #f7f6f1;
  border: 1px solid #ebe6db;
  color: #7b7674;
}

.blog_admin--input:focus {
  color: #202020;
  padding: 0 20px;
}

.blog_admin--error {
  display: block;
  background-color: #ed6e65;
}

.blog_admin--error span {
  padding: 0 12px;
  color: white;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
}

.blog_admin--textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  padding: 14px 20px;
  color: #7b7674;
  min-height: 144px;
}

.blog_admin--textarea:focus {
  color: #202020;
}

.blog_admin--select {
  position: relative;
  width: 100%;
  height: 46px;
  border: 1px solid #ebe6db;
  background-color: #f7f6f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  padding: 0 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
}

.blog_admin--select:after {
  width: 40px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  background-color: #d94339;
}

.blog_admin select::-ms-expand {
  display: none;
}

.blog_admin .select2-container {
  width: 100% !important;
}

.blog_admin .select2-selection {
  border-radius: 0;
  position: relative;
  width: 100%;
  height: 46px;
  border: 1px solid #ebe6db;
  background-color: #f7f6f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  padding: 0 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
}

.blog_admin .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ebe6db;
}

.blog_admin .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 9px;
  padding: 0 5px;
  display: inline-block;
  background-color: white;
  border: 1px solid #ebe6db;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  font-size: 15px;
  font-size: 1.5rem;
}

.blog_admin .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  cursor: pointer;
  background-color: #d94339;
  border: 1px solid #d94339;
  color: white;
}

.blog_admin .select2-container--default .select2-selection--multiple .select2-selection__choice:hover span {
  color: #fdb32b;
}

.blog_admin .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-left: 10px;
}

.blog_admin .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.blog_admin .select2-results figure {
  float: left;
}

.blog_admin .select2-results .select2--wrap {
  display: block;
  padding-left: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog_admin .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  line-height: 4.4rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 44px;
}

.blog_admin--upload {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.blog_admin--oldUpload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  text-align: center;
  z-index: 2;
}

.blog_admin--upload_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  line-height: 42px;
  line-height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
  height: 100%;
}

.blog_admin--upload_name {
  float: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 34px;
  line-height: 3.4rem;
}

.blog_admin--upload_name.has_items {
  padding: 3px 92px 5px 0;
}

.blog_admin--uploaded_item {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ebe6db;
  margin-right: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  background-color: white;
}

.blog_admin--upload_error {
  line-height: 42px;
  line-height: 4.2rem;
}

.blog_admin .custom_checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect delete */
  /* checked mark aspect changes */
  /* disabled checkbox */
}

.blog_admin .custom_checkbox label {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-size: 2.4rem;
  color: #79a342;
  border-radius: 4px;
  -webkit-transition: .3s border;
  -o-transition: .3s border;
  transition: .3s border;
}

.blog_admin .custom_checkbox label:after {
  content: '\e93b';
  font-family: 'icomoon' !important;
  opacity: 0;
  border-radius: 4px;
  top: 0;
}

.card__checkbox .blog_admin .custom_checkbox label {
  display: inline-block;
}

.blog_admin .custom_checkbox label.delete {
  color: #d94339;
}

.blog_admin .custom_checkbox--images {
  text-align: right;
}

.blog_admin .custom_checkbox--images span {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.blog_admin .custom_checkbox [type="checkbox"]:not(:checked),
.blog_admin .custom_checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.blog_admin .custom_checkbox [type="checkbox"]:not(:checked) + label,
.blog_admin .custom_checkbox [type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}

.blog_admin .custom_checkbox [type="checkbox"]:not(:checked) + label:before,
.blog_admin .custom_checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
}

.blog_admin .custom_checkbox [type="checkbox"]:not(:checked) + label:after,
.blog_admin .custom_checkbox [type="checkbox"]:checked + label:after {
  content: '\e93b';
  position: absolute;
  top: -3px;
  left: -3px;
  color: #79a342;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

.blog_admin .custom_checkbox [type="checkbox"]:not(:checked) + label.delete:after,
.blog_admin .custom_checkbox [type="checkbox"]:checked + label.delete:after {
  content: '\e93b';
  position: absolute;
  top: 0px;
  left: -3px;
  font-size: 25px;
  color: #d94339;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

.blog_admin .custom_checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.blog_admin .custom_checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog_admin .custom_checkbox [type="checkbox"]:checked + label {
  border: 0;
}

.blog_admin .custom_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.blog_admin .custom_checkbox [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog_admin__buttons--right {
  display: block;
  width: 100%;
  text-align: right;
}

.blog_admin__all_posts .btn--delete,
.blog_admin__all_posts .pagination {
  margin-bottom: 30px;
}

.blog_admin__posts_table {
  width: 100%;
  margin-bottom: 30px;
}

.blog_admin__posts_table .icon--green {
  color: #79a342;
}

.blog_admin__posts_table thead {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  text-transform: uppercase;
}

.blog_admin__posts_table tbody {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #b8adaa;
}

.blog_admin__posts_table tbody .edit {
  color: #597e29;
}

.blog_admin__posts_table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 25px;
  vertical-align: middle;
}

.blog_admin__posts_table tbody tr {
  border-bottom: 1px solid #ebe6db;
}

.blog_admin__posts_table .icon.responsive .custom_checkbox {
  padding-left: 3px;
}

.blog_admin__all_blogs {
  margin-bottom: 30px;
}

.blog_admin__all_blogs--list {
  list-style-type: none;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #b8adaa;
  margin: 0 0 30px 0;
  padding: 0;
}

.blog_admin__all_blogs--link {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #b8adaa;
}

.blog_admin__all_blogs--link.is_active {
  color: #d94339;
}

.blog_admin__image_gallery {
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.blog_admin__image_gallery--btns {
  text-align: right;
  margin-bottom: 30px;
}

.blog_admin__image_gallery .card--03b {
  margin-bottom: 30px;
}

.blog_admin__image_gallery .card__separator {
  display: block;
  margin-bottom: 14px;
  height: 1px;
  background-color: #ebe6db;
}

.blog_admin__image_gallery .custom_checkbox--images {
  padding: 0 15px 20px 20px;
}

.blog_admin__image_gallery .custom_checkbox--images label {
  float: right;
  display: inline-block;
}

.blog_admin__uploaded_image {
  margin-bottom: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-results figure {
  float: left;
}

.select2-results .select2--wrap {
  display: block;
  padding-left: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-results .select2--wrap_item {
  display: block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #202020;
}

.select2-results__option > span {
  display: block;
}

.select2__option--label {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #98908e;
}

.select2-container--default .select2-results__option {
  background-color: white;
}

.select2-container--default .select2-results__option:hover {
  color: #202020;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f7f6f1;
  color: #202020;
}

.select2-dropdown {
  background-color: white;
  border: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  border-radius: 0;
}

.select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  border: 0;
  width: 100%;
  height: 30px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  background-color: #f7f6f1;
  border: 1px solid #ebe6db;
  color: #7b7674;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  font-family: 'icomoon' !important;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-size: 24px;
  font-size: 2.4rem;
  content: "\e933";
}

.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select2-container--default .select2-results__option {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #202020;
}

.blog_admin--modal {
  background-color: white;
  width: 540px;
  margin: 0px auto;
}

.blog_admin--modal .cke_dialog_contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 55px 30px 55px;
}

.blog_admin--modal .cke_dialog_page_contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 55px;
}

.blog_admin--modal .cke_dialog_contents_body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
}

.blog_admin--modal .cke_dialog_footer {
  border-top: 1px solid #ebe6db;
  background-color: white;
  padding: 20px 30px;
}

.blog_admin--modal .cke_dialog_footer_buttons {
  padding: 0;
  margin: 0;
}

.blog_admin--modal .cke_dialog_title {
  position: relative;
  height: 70px;
  background-color: #d94339;
  text-align: center;
  padding: 0;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 70px;
  line-height: 7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
}

.blog_admin--modal .cke_dialog_title:hover {
  cursor: default;
}

.blog_admin--modal a.cke_dialog_close_button {
  background-image: none;
  opacity: 1;
  right: 28px;
  top: 21px;
}

.blog_admin--modal a.cke_dialog_close_button span {
  font-size: 0;
}

.blog_admin--modal a.cke_dialog_close_button:after {
  display: block;
  content: "\e906";
  font-family: 'icomoon';
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.blog_admin--modal label.cke_dialog_ui_labeled_label {
  display: block;
  padding-left: 12px;
  margin-bottom: 7px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #98908e;
}

.blog_admin--modal input.cke_dialog_ui_input_text {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  background-color: #f7f6f1;
  border: 0;
  border: 1px solid #ebe6db;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0em;
  color: #7b7674;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.blog_admin--modal input.cke_dialog_ui_input_text:focus {
  background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
  padding-left: 12px;
}

.blog_admin--modal input.cke_dialog_ui_input_text.has_error {
  border: 1px solid #ed6e65;
}

.blog_admin--modal .cke_dialog_ui_hbox_last {
  text-align: center;
}

.blog_admin--modal .cke_dialog_contents_body .cke_dialog_ui_hbox_last > a.cke_dialog_ui_button {
  margin-top: 36px;
}

.blog_admin--modal .cke_dialog_footer_buttons a.cke_dialog_ui_button span {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.blog_admin--modal .cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first {
  padding-right: 20px;
}

.blog_admin--modal a.cke_dialog_ui_button {
  border: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font: normal 400 100% "Dobra Bold", sans-serif;
  text-align: center;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  background-color: #f7f6f1;
  color: #202020;
}

.blog_admin--modal a.cke_dialog_ui_button span {
  position: relative;
  z-index: 2;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.blog_admin--modal a.cke_dialog_ui_button:hover {
  background-color: #f7f6f1;
}

.blog_admin--modal a.cke_dialog_ui_button:active, .blog_admin--modal a.cke_dialog_ui_button:focus {
  border: 0;
  padding: 0 20px;
}

.blog_admin--modal a.cke_dialog_ui_button_ok, .blog_admin--modal a.cke_dialog_ui_button_cancel {
  border-radius: 0;
}

.blog_admin--modal a.cke_dialog_ui_button_ok:after, .blog_admin--modal a.cke_dialog_ui_button_cancel:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #202020;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.blog_admin--modal a.cke_dialog_ui_button_ok:hover:after, .blog_admin--modal a.cke_dialog_ui_button_cancel:hover:after {
  opacity: .2;
}

.blog_admin--modal a.cke_dialog_ui_button_ok:focus, .blog_admin--modal a.cke_dialog_ui_button_cancel:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog_admin--modal a.cke_dialog_ui_button_ok {
  background-color: #79a342;
  color: white;
}

.blog_admin--modal a.cke_dialog_ui_button_ok:hover {
  background-color: #79a342;
  color: white;
}

.blog_admin--modal a.cke_dialog_ui_button_cancel {
  background-color: #d94339;
  color: white;
}

.blog_admin--modal a.cke_dialog_ui_button_cancel:hover {
  background-color: #d94339;
  color: white;
}

.article__wrap .breaking {
  position: relative;
  height: auto;
  word-wrap: normal;
}

.breaking__container {
  position: relative;
  margin: 0 0 12px;
}

.breaking__ticker_wrap {
  width: 100%;
}

.breaking .ticker__title_wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: inline-block;
  min-width: 124px;
  padding: 0 8px;
  background: #d94339;
}

.breaking .ticker__title {
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 33px;
  line-height: 3.3rem;
  text-transform: uppercase;
  color: #fff;
  cursor: default;
}

.breaking .bn_ticker__news_container {
  position: relative;
}

.breaking .bn_ticker__news_container::before, .breaking .bn_ticker__news_container::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: 16px;
}

.breaking .bn_ticker__news_container::before {
  left: 16px;
  background: -webkit-linear-gradient(left, #ffb400 0%, rgba(255, 180, 0, 0) 100%);
  background: -o-linear-gradient(left, #ffb400 0%, rgba(255, 180, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffb400), to(rgba(255, 180, 0, 0)));
  background: linear-gradient(to right, #ffb400 0%, rgba(255, 180, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#00ffb400',GradientType=1 );
}

.breaking .bn_ticker__news_container::after {
  right: 16px;
  background: -moz-linear-gradient(left, rgba(255, 180, 0, 0) 0%, #ffb400 100%);
  background: -webkit-linear-gradient(left, rgba(255, 180, 0, 0) 0%, #ffb400 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 180, 0, 0)), to(#ffb400));
  background: -o-linear-gradient(left, rgba(255, 180, 0, 0) 0%, #ffb400 100%);
  background: linear-gradient(to right, rgba(255, 180, 0, 0) 0%, #ffb400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffb400', endColorstr='#ffb400',GradientType=1 );
}

.article__wrap .breaking .bn_ticker__news_container:before, .article__wrap .breaking .bn_ticker__news_container:after {
  display: none;
}

.breaking .bn_ticker__news_container span.news__link {
  cursor: default;
}

.breaking .breaking__ticker .news__list_item:hover span.news__link {
  color: #202020;
}

.breaking__content_wrap {
  padding: 0 0 0 40px;
}

.breaking__title {
  display: block;
  max-width: 970px;
  font: normal 400 100% "Stag Semibold";
  letter-spacing: 0.025em;
  color: #202020;
  -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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.breaking__comments_wrap {
  display: inline-block;
  height: 28px;
  padding: 0 9px;
  margin: 0 14px 0 0;
  color: #fff;
  background: #d94339;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.2);
  -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;
}

.breaking__comments_wrap .icon {
  position: relative;
  top: 3px;
  margin: 0 3px 0 0;
  color: #fff;
}

.breaking__comments_number {
  display: inline-block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.breaking__author_wrap {
  display: inline-block;
  text-transform: uppercase;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.breaking__author {
  margin: 0 0 0 4px;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #202020;
}

.breaking__card {
  position: relative;
  padding: 33px 0 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.1);
}

.breaking__card:hover .breaking__title {
  color: #463c3c;
}

.breaking__card:hover .breaking__comments_wrap {
  background: #b7342c;
}

.breaking__card:hover .animating_line--animation {
  background: #d94339;
}

.breaking__card_link {
  position: relative;
  z-index: 2;
  display: block;
}

.breaking__card_label {
  display: block;
  margin: 0 0 5px;
  font: normal 400 100% "Stag Book";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #202020;
  color: #ffb400;
}

.breaking__card_description {
  display: block;
  max-width: 764px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  text-shadow: 0px 0px 2px #202020;
  color: #fff;
}

.breaking__photo_wrap {
  position: relative;
}

.breaking__photo_wrap img {
  display: block;
}

.breaking__photo_wrap::before, .breaking__photo_wrap::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
}

.breaking__photo_wrap::before {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3) inset;
}

.breaking__photo_wrap::after {
  background: -moz-linear-gradient(45deg, #202020 0%, rgba(32, 32, 32, 0) 25%, rgba(32, 32, 32, 0) 100%);
  background: -webkit-linear-gradient(45deg, #202020 0%, rgba(32, 32, 32, 0) 25%, rgba(32, 32, 32, 0) 100%);
  background: -o-linear-gradient(45deg, #202020 0%, rgba(32, 32, 32, 0) 25%, rgba(32, 32, 32, 0) 100%);
  background: linear-gradient(45deg, #202020 0%, rgba(32, 32, 32, 0) 25%, rgba(32, 32, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#00202020',GradientType=1 );
}

.breaking--ticker_only .breaking__container {
  min-height: 33px;
  margin: 0;
}

.breaking--txt .breaking__photo_wrap,
.breaking--txt .breaking__card_foot,
.breaking--txt .breaking__comments_wrap,
.breaking--txt .breaking__author_wrap, .breaking--txt_big .breaking__photo_wrap,
.breaking--txt_big .breaking__card_foot,
.breaking--txt_big .breaking__comments_wrap,
.breaking--txt_big .breaking__author_wrap {
  display: none;
}

.breaking--txt .breaking__card_wrap, .breaking--txt_big .breaking__card_wrap {
  padding: 23px 0 22px;
}

.breaking--txt .breaking__content_wrap, .breaking--txt_big .breaking__content_wrap {
  padding: 0;
}

.breaking--txt .breaking__title, .breaking--txt_big .breaking__title {
  max-height: 150px;
  margin: 0 auto;
  text-align: center;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .breaking--txt .breaking__title, .breaking--txt_big .breaking__title {
    max-height: 180px;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 60px;
    line-height: 6rem;
  }
}

.breaking--image .breaking__card_foot,
.breaking--image .breaking__comments_wrap {
  display: none;
}

.breaking--image .breaking__card_wrap {
  min-height: 217px;
}

.breaking--image .breaking__photo_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 217px;
}

.breaking--image .breaking__content_wrap {
  padding: 35px 20px 0 501px;
}

.breaking--image .breaking__title {
  max-height: 108px;
  margin: 0 0 12px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}

@media screen and (min-width: 1370px) {
  .breaking--image .breaking__title {
    max-height: 138px;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}

.breaking--image_bg .ticker__title_wrap {
  top: 20px;
  left: -16px;
}

.breaking--image_bg .breaking__card {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.breaking--image_bg .breaking__card:hover .breaking__title {
  color: #e4e4e4;
}

.breaking--image_bg .breaking__content_wrap {
  position: absolute;
  top: 71px;
  right: 0;
  bottom: 0;
  left: 0;
}

.breaking--image_bg .breaking__photo_wrap::before {
  background: -moz-linear-gradient(-25deg, #202020 0%, #202020 10%, rgba(32, 32, 32, 0) 55%, rgba(32, 32, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #202020 0%, #202020 10%, rgba(32, 32, 32, 0) 55%, rgba(32, 32, 32, 0) 100%);
  background: -webkit-linear-gradient(295deg, #202020 0%, #202020 10%, rgba(32, 32, 32, 0) 55%, rgba(32, 32, 32, 0) 100%);
  background: -o-linear-gradient(295deg, #202020 0%, #202020 10%, rgba(32, 32, 32, 0) 55%, rgba(32, 32, 32, 0) 100%);
  background: linear-gradient(155deg, #202020 0%, #202020 10%, rgba(32, 32, 32, 0) 55%, rgba(32, 32, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#00202020',GradientType=1 );
}

.breaking--image_bg .breaking__title {
  max-width: 690px;
  margin: 0 0 11px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  text-shadow: 0px 0px 5px #202020;
  color: #fff;
}

@media screen and (min-width: 1370px) {
  .breaking--image_bg .breaking__title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}

.breaking--image_bg .breaking__author_wrap {
  color: #fff;
  text-shadow: 0px 0px 3px #202020;
}

.breaking--image_bg .breaking__author {
  color: #ffb400;
}

.breaking--image_bg .breaking__card_foot {
  position: absolute;
  bottom: 25px;
}

.breaking .animating_line {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  z-index: 4;
  content: " ";
  display: block;
  height: 8px;
  background: #202020;
}

.breaking .animating_line--animation {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  display: block;
  height: 8px;
  background: #ed6e65;
}

.breaking .animating_line--animation.animated {
  -webkit-animation: animate_line 30s;
  -moz-animation: animate_line 30s;
  -o-animation: animate_line 30s;
  animation: animate_line 30s;
  -o-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.breaking__related_articles {
  position: absolute;
  z-index: 2;
  right: -15px;
  bottom: 48px;
  width: 340px;
  background-color: #202020;
}

.breaking__related_articles_label {
  position: absolute;
  top: -31px;
  right: 0;
  top: -31px;
  padding: 4px 10px;
  background-color: #d94339;
  color: white;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.breaking__related_list {
  list-style-type: none;
  padding: 0 17px;
}

.footer {
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.1);
  min-width: 1024px;
  /* common elements */
}

@media screen and (min-width: 1024px) {
  .footer {
    min-width: 100%;
  }
}

.footer__upper {
  position: relative;
  border-bottom: 1px solid #ebe6db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer__static, .footer__partners, .footer__social {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  float: left;
}

@media screen and (min-width: 1370px) {
  .footer__static, .footer__partners, .footer__social {
    padding: 60px;
  }
}

.footer__static, .footer__partners {
  border-right: 1px solid #ebe6db;
}

.footer__static {
  width: 15%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  border-right: 1px solid #ebe6db;
}

@media screen and (min-width: 1370px) {
  .footer__static {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    padding: 60px 55px 60px 60px;
  }
}

.footer__partners {
  border-right: 1px solid #ebe6db;
  width: 60%;
}

.footer__social {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 280px;
  flex: 0 1 280px;
}

@media screen and (min-width: 1370px) {
  .footer__social {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
  }
}

.footer__social_share_icons {
  margin-top: 10px;
}

.footer__logo--vecernji {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 0 6px;
  background-color: #d94339;
  float: left;
  margin: 19px 20px 2px 30px;
}

@media screen and (min-width: 1370px) {
  .footer__logo--vecernji {
    margin: 21px 35px 2px 60px;
  }
}

.footer__logo--vecernji a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__logo--vecernji img {
  width: 100%;
  height: 100%;
  fill: white;
}

.footer__orders {
  float: left;
  padding: 31px 0px 0px 0px;
}

@media screen and (min-width: 1370px) {
  .footer__orders {
    padding: 30px 60px 0px 0px;
  }
}

.footer__powered {
  float: right;
  padding-top: 0;
  padding: 0px 30px 0px 0px;
}

@media screen and (min-width: 1370px) {
  .footer__powered {
    padding: 0 60px 0px 60px;
  }
}

.footer__powered span {
  position: relative;
  top: -24px;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #7b7674;
  letter-spacing: 0.02em;
  padding-right: 5px;
}

@media screen and (min-width: 1370px) {
  .footer__powered span {
    padding-right: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.footer__powered .publitzer {
  overflow: hidden;
  display: inline-block;
  width: 180px;
  height: 60px;
  margin-top: 10px;
  position: relative;
  top: 4px;
}

.footer__powered .publitzer img {
  width: 180px;
  height: 60px;
}

.footer__title {
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #202020;
}

.footer__link--static {
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #202020;
}

.footer__link--partners {
  padding-right: 16px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #7b7674;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .footer__link--partners {
    padding-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.footer__link--orders {
  padding-right: 14px;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #d94339;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1370px) {
  .footer__link--orders {
    padding-right: 17px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.th_living .footer .footer__link--orders {
  color: #ed6e65;
}

.th_living .footer .footer__link--orders:hover {
  color: #d5544b;
}

.th_moja-hrvatska .footer .footer__link--orders {
  color: #2277be;
}

.th_moja-hrvatska .footer .footer__link--orders:hover {
  color: #3a50d6;
}

.th_vojna-povijest .footer .footer__link--orders {
  color: #6d8352;
}

.th_vojna-povijest .footer .footer__link--orders:hover {
  color: #5d6f47;
}

.sidebar {
  z-index: 1;
}

.fold_home__vecernjakova_desetka .sidebar,
.fold_home__ai_feed .sidebar,
.fold_section__vecernjakova_desetka .sidebar {
  float: right;
  max-width: 300px;
}

@media screen and (max-width: 1369px) {
  .sidebar .sticky_l {
    position: relative !important;
  }
}

.fold_home__ai_feed .sidebar {
  max-width: 100%;
  width: 305px;
}

@media screen and (max-width: 1369px) {
  .fold_home__ai_feed .sidebar {
    width: auto;
    margin-top: 44px;
  }
}

.article .sidebar {
  float: right;
  width: 320px;
}

.sidebar__separator {
  position: relative;
  padding-bottom: 12px;
}

.sidebar__separator:before {
  content: '';
  display: block;
  width: auto;
  height: 1px;
  position: absolute;
  left: -20px;
  right: 0;
  background-color: #ebe6db;
}

.timeline .sidebar {
  z-index: 2;
}

.comments__page .column_sidebar {
  z-index: 15;
}

.mrn_widget {
  background: white;
}

.mrn_widget .css_tabs label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 115px;
  text-align: center;
  padding: 13px 0;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0em;
  color: #98908e;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .css_tabs label {
    padding: 11px 0;
    width: 135px;
  }
}

.mrn_widget .css_tabs label:not(:last-of-type) {
  border-right: 1px solid #ebe6db;
}

.mrn_widget .css_tabs [id^="tab_"]:checked + label {
  font: normal 400 100% "Dobra Bold", sans-serif;
  color: #202020;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0em;
}

.mrn_widget .css_tabs #tab_najnovije:checked ~ .sticky_header .tab_for_najnovije,
.mrn_widget .css_tabs #tab_najcitanije:checked ~ .sticky_header .tab_for_najcitanije {
  font: normal 400 100% "Dobra Bold", sans-serif;
  color: #202020;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0em;
}

.mrn_widget .css_tabs .sticky_header {
  background-color: transparent;
  top: 0;
}

.has_subnav .mrn_widget .css_tabs .sticky_header {
  top: 0;
}

.mrn_widget .newest_list {
  list-style-type: none;
  padding: 0;
  padding-right: 5px;
  margin: 0;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .newest_list {
    padding-right: 15px;
  }
}

.mrn_widget .newest_list__item {
  width: 215px;
  float: right;
  position: relative;
  margin-right: 10px;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .newest_list__item {
    width: 290px;
    margin-right: 0;
  }
}

.mrn_widget .newest_list__item:before, .mrn_widget .newest_list__item:after {
  display: none;
}

.mrn_widget .newest_list__item:first-of-type {
  width: 230px;
  float: left;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .newest_list__item:first-of-type {
    margin-right: 20px;
    width: 305px;
  }
}

.mrn_widget .newest_list__item:first-of-type:before, .mrn_widget .newest_list__item:first-of-type:after {
  display: none;
}

.mrn_widget .newest_list__item:last-of-type .card--02b {
  margin-bottom: 0;
}

.mrn_widget .most_read_list {
  list-style-type: none;
  padding: 0;
  padding-right: 5px;
  margin: 0;
  counter-reset: special_counter;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .most_read_list {
    padding-right: 15px;
  }
}

.mrn_widget .most_read_list__item {
  width: 218px;
  float: right;
  position: relative;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .most_read_list__item {
    width: 290px;
  }
}

.mrn_widget .most_read_list__item:before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  content: counter(special_counter);
  counter-increment: special_counter;
  z-index: 2;
  font: normal 400 100% "Stag Semibold";
  font-style: italic;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  width: 25px;
  height: 30px;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .most_read_list__item:before {
    top: -5px;
  }
}

.mrn_widget .most_read_list__item:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 30px;
  top: -8px;
  right: 0px;
  background-color: #ffb400;
  z-index: 1;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .most_read_list__item:after {
    top: -5px;
  }
}

.mrn_widget .most_read_list__item:first-of-type {
  width: 230px;
  float: left;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .most_read_list__item:first-of-type {
    width: 305px;
  }
}

.mrn_widget .most_read_list__item:first-of-type:before {
  top: 0;
  left: 12px;
  font-size: 50px;
  font-size: 5rem;
  line-height: 48px;
  line-height: 4.8rem;
  width: 39px;
  height: 39px;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .most_read_list__item:first-of-type:before {
    left: 27px;
    font-size: 70px;
    font-size: 7rem;
    line-height: 78px;
    line-height: 7.8rem;
    width: 60px;
    height: 60px;
  }
}

.mrn_widget .most_read_list__item:first-of-type:after {
  top: 0;
  left: 14px;
  width: 39px;
  height: 39px;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .most_read_list__item:first-of-type:after {
    left: 20px;
    width: 60px;
    height: 60px;
  }
}

.mrn_widget--sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mrn_widget--sidebar .most_read_list__item:first-of-type {
  float: right;
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .mrn_widget--sidebar .most_read_list__item:first-of-type {
    width: 100%;
  }
}

.mrn_widget--sidebar .most_read_list__item {
  width: 100%;
}

.mrn_widget--sidebar .most_read_list {
  padding-left: 0px;
  padding-right: 0;
}

@media screen and (min-width: 1370px) {
  .mrn_widget--sidebar .most_read_list {
    padding-left: 0px;
    padding-right: 0;
  }
}

.th_living .mrn_widget .most_read_list__item:before {
  color: white;
}

.th_living .mrn_widget .most_read_list__item:after {
  background-color: #202020;
}

.th_moja-hrvatska .mrn_widget .most_read_list__item:before {
  color: white;
}

.th_moja-hrvatska .mrn_widget .most_read_list__item:after {
  background-color: #d94339;
}

.breaking__ticker {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33px;
  background-color: white;
  overflow: hidden;
  white-space: nowrap;
}

.breaking .breaking__ticker {
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  z-index: 4;
  padding: 0 0 0 124px;
  background: #ffb400;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.breaking .breaking__ticker::before, .breaking .breaking__ticker::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: 16px;
  background: #ffb400;
}

.breaking .breaking__ticker::before {
  left: 124px;
}

.breaking .breaking__ticker::after {
  right: 0;
}

.breaking--image_bg .breaking__ticker {
  top: 20px;
  right: -16px;
  bottom: auto;
  left: -16px;
}

.article__wrap .breaking__ticker {
  height: 33px;
  position: relative;
  max-width: 100%;
}

.breaking__ticker .news__list {
  margin: 0;
  padding: 0;
  padding-left: 19px;
  list-style-type: none;
  height: 33px;
  display: inline-block;
}

.breaking .breaking__ticker .news__list {
  padding: 0;
}

.breaking__ticker .ticker__news_container, .breaking__ticker .ticker__list_container {
  height: 33px;
  white-space: nowrap;
}

.breaking__ticker .news__list_item {
  float: left;
  position: relative;
  padding-left: 16px;
  margin-left: 9px;
}

.breaking__ticker .news__list_item:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #79a342;
  position: absolute;
  top: 13px;
  left: 0;
}

.breaking .breaking__ticker .news__list_item:before {
  background: #202020;
}

.breaking__ticker .news__list_item a {
  white-space: nowrap;
}

.breaking__ticker .news__list_item:hover:before {
  background-color: #597e29;
}

.breaking__ticker .news__list_item:hover .news__link {
  color: #597e29;
}

.breaking .breaking__ticker .news__list_item:hover:before {
  background-color: #a46c1c;
}

.breaking .breaking__ticker .news__list_item:hover .news__link {
  color: #a46c1c;
}

.breaking__ticker .news__list_item .news__link {
  color: #202020;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: 0.025em;
}

.breaking .breaking__ticker .news__list_item .news__link {
  display: block;
  font: normal 400 100% "Stag Book";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: 0.025em;
  -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;
}

.article__wrap .breaking__ticker .news__list_item .news__link {
  font: normal 400 100% "Stag Semibold";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 33px;
  line-height: 3.3rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 33px;
}

.mojahrvatska_widget--background {
  background-color: #202020;
}

.mojahrvatska_widget__logo {
  width: 197px;
  height: 30px;
  display: inline-block;
  float: left;
  padding-top: 23px;
  padding-bottom: 38px;
}

@media screen and (min-width: 1370px) {
  .mojahrvatska_widget__logo {
    width: 222px;
    height: 45px;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}

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

.mojahrvatska_widget__btn {
  float: right;
  margin-top: 29px;
}

@media screen and (min-width: 1370px) {
  .mojahrvatska_widget__btn {
    margin-top: 20px;
  }
}

.mojahrvatska_widget__btn .btn {
  height: 32px;
  line-height: 32px;
  line-height: 3.2rem;
}

.mojahrvatska_widget .pull-up-down {
  margin-top: -30px;
  margin-bottom: -30px;
}

@media screen and (min-width: 1370px) {
  .mojahrvatska_widget .pull-up-down {
    margin-top: -40px;
    margin-bottom: -40px;
  }
}

.mojahrvatska_widget .pull-up-down .card {
  margin-bottom: 1px;
}

.th_moja-hrvatska .mojahrvatska_widget__logo, .th_moja-hrvatska .mojahrvatska_widget__btn {
  display: none;
}

.th_moja-hrvatska .mojahrvatska_widget .card--01c {
  margin-top: 35px;
}

.felix_widget {
  background-color: white;
  width: 100%;
  padding: 8px 14px 20px 14px;
}

@media screen and (min-width: 1370px) {
  .felix_widget {
    padding: 12px 20px 20px 20px;
  }
}

.felix_widget__image {
  display: block;
  margin: 0px auto;
  width: 100%;
  height: auto;
  margin-bottom: 37px;
}

@media screen and (min-width: 1370px) {
  .felix_widget__image {
    margin-bottom: 10px;
  }
}

.felix_widget figure {
  margin-bottom: 20px;
}

.felix_widget__share {
  float: left;
}

.felix_widget__share span {
  display: inline-block;
  float: left;
  margin-right: 20px;
  position: relative;
  top: 10px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.felix_widget__more {
  float: right;
}

.most_read_widget {
  width: 100%;
  background-color: white;
  padding-top: 8px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1370px) {
  .most_read_widget {
    padding-top: 12px;
  }
}

.most_read_widget .main_tile {
  padding-left: 14px;
}

@media screen and (min-width: 1370px) {
  .most_read_widget .main_tile {
    padding-left: 20px;
  }
}

.most_read_widget .sticky_header {
  z-index: 1;
  top: 0;
}

.has_subnav .most_read_widget .sticky_header {
  top: 0;
}

.most_read_widget .most_read_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  counter-reset: special_counter;
}

.most_read_widget .most_read_list__item {
  position: relative;
  margin-top: 20px;
}

.most_read_widget .most_read_list__item:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: 15px;
  content: counter(special_counter);
  counter-increment: special_counter;
  z-index: 2;
  font: normal 400 100% "Stag Semibold";
  font-style: italic;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  width: 25px;
  height: 30px;
}

.most_read_widget--sidebar .most_read_widget .most_read_list__item:before {
  right: 0;
}

.most_read_widget .most_read_list__item:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 30px;
  top: -5px;
  right: 15px;
  background-color: #ffb400;
  z-index: 1;
}

.most_read_widget--sidebar .most_read_widget .most_read_list__item:after {
  right: 0;
}

.most_read_widget .most_read_list__item:first-of-type {
  margin-top: 0;
  border-bottom: 1px solid #ebe6db;
}

.most_read_widget .most_read_list__item:first-of-type:before {
  top: 5px;
  left: auto;
  right: 11px;
  width: 39px;
  height: 39px;
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (min-width: 1370px) {
  .most_read_widget .most_read_list__item:first-of-type:before {
    top: 20px;
    left: 22px;
    right: auto;
    width: 60px;
    height: 60px;
    font-size: 70px;
    font-size: 7rem;
  }
}

.most_read_widget .most_read_list__item:first-of-type:after {
  top: 0;
  left: auto;
  right: 10px;
  width: 39px;
  height: 39px;
}

@media screen and (min-width: 1370px) {
  .most_read_widget .most_read_list__item:first-of-type:after {
    top: 0;
    left: 14px;
    right: auto;
    width: 60px;
    height: 60px;
  }
}

.most_read_widget .most_read_list__item:last-of-type .card {
  margin-bottom: 0;
}

.most_read_widget .most_read_list--sidebar {
  padding-left: 20px;
}

.most_read_widget .most_read_list--sidebar .most_read_list__item:before, .most_read_widget .most_read_list--sidebar .most_read_list__item:after {
  right: 0;
}

.horoscope_widget {
  background-color: white;
  padding-top: 8px;
  width: 100%;
  display: block;
}

@media screen and (min-width: 1370px) {
  .horoscope_widget {
    padding-top: 12px;
  }
}

.horoscope_widget .main_tile {
  padding-left: 14px;
}

@media screen and (min-width: 1370px) {
  .horoscope_widget .main_tile {
    padding-left: 20px;
  }
}

.horoscope_widget__image {
  position: relative;
}

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

.horoscope_widget__label {
  display: inline-block;
  padding: 0 7px;
  margin-left: 14px;
  -webkit-transform: translatey(-16px);
  -ms-transform: translatey(-16px);
  transform: translatey(-16px);
  background-color: #767da8;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .horoscope_widget__label {
    margin-left: 20px;
    -webkit-transform: translatey(-11px);
    -ms-transform: translatey(-11px);
    transform: translatey(-11px);
  }
}

.horoscope_widget__content {
  padding: 0 14px;
  margin-top: -3px;
}

@media screen and (min-width: 1370px) {
  .horoscope_widget__content {
    padding: 0 20px;
    margin-top: 0;
  }
}

.horoscope_widget__title {
  font: normal 400 100% "Stag Semibold";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  padding-bottom: 6px;
}

@media screen and (min-width: 1370px) {
  .horoscope_widget__title {
    font-size: 19px;
    font-size: 1.9rem;
    padding-bottom: 12px;
  }
}

.horoscope_widget__title .icon {
  margin-right: 16px;
}

@media screen and (min-width: 1370px) {
  .horoscope_widget__title .icon {
    margin-right: 20px;
  }
}

.horoscope_widget__text {
  padding-bottom: 11px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #7b7674;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 72px;
}

@media screen and (min-width: 1370px) {
  .horoscope_widget__text {
    padding-bottom: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1rem;
    max-height: 84px;
  }
}

.horoscope_widget__text p {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 72px;
}

@media screen and (min-width: 1370px) {
  .horoscope_widget__text p {
    max-height: 84px;
  }
}

.horoscope_widget .icon-heart {
  color: #d94339;
}

.horoscope_widget .icon-briefcase {
  color: #76635c;
}

.horoscope_widget .icon-mustache {
  color: #767da8;
}

.horoscope_widget__link {
  text-align: center;
  padding-top: 7px;
  padding: 7px 14px 20px 14px;
}

.horoscope_widget__link .btn {
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .horoscope_widget__link {
    padding: 20px 20px 0px 20px;
  }
}

@media screen and (max-width: 1369px) {
  .horoscope_widget__link {
    margin: 0px 14px;
  }
}

.special_widget__label {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 16px;
  background-color: #ffb400;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.025em;
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .special_widget__label {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.special_widget__title h2 {
  margin-bottom: 8px;
  font: normal 400 100% "Stag Semibold";
  font-size: 40px;
  font-size: 4rem;
  line-height: 42px;
  line-height: 4.2rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 126px;
}

@media screen and (min-width: 1370px) {
  .special_widget__title h2 {
    margin-bottom: 13px;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 58px;
    line-height: 5.8rem;
    max-height: 174px;
  }
}

.special_widget__title h2 a {
  color: #202020;
}

.special_widget__title h2 a:hover {
  color: #3d3535;
}

.special_widget__description {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.025em;
  color: #7b7674;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 75px;
  overflow: hidden;
}

@media screen and (min-width: 1370px) {
  .special_widget__description {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    max-height: 60px;
  }
}

.special_widget__description a {
  color: #202020;
}

.special_widget__description a:hover {
  color: #3d3535;
}

.special_widget__main_img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  display: block;
  border: 16px solid #202020;
  background-color: #202020;
  border-radius: 50%;
  margin-top: 72px;
}

@media screen and (min-width: 1370px) {
  .special_widget__main_img {
    margin-top: 50px;
    border: 20px solid #202020;
  }
}

.special_widget__main_img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.special_widget__gradient {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.special_widget__gradient:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  opacity: .29;
  width: 100%;
  height: 550px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(transparent));
  background: -webkit-linear-gradient(bottom, #ffb400 0%, transparent 100%);
  background: -o-linear-gradient(bottom, #ffb400 0%, transparent 100%);
  background: linear-gradient(0deg, #ffb400 0%, transparent 100%);
}

@media screen and (min-width: 1370px) {
  .special_widget__gradient:after {
    height: 600px;
  }
}

.special_widget__sponsor {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 17px;
  display: block;
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 50%;
}

@media screen and (min-width: 1370px) {
  .special_widget__sponsor {
    top: 30px;
    right: 9px;
    width: 240px;
    height: 240px;
  }
}

.special_widget__sponsor span {
  height: 30px;
  padding: 0 10px;
  background-color: #ffb400;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #202020;
  text-transform: uppercase;
}

.special_widget__sponsor--img {
  display: block;
  width: 100px;
  max-width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1370px) {
  .special_widget__sponsor--img {
    width: 150px;
    max-width: 150px;
  }
}

.special_widget__list {
  padding: 23px 0 10px 0;
  background-color: #202020;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 115px;
}

@media screen and (min-width: 1370px) {
  .special_widget__list {
    padding: 34px 0 27px 0;
    bottom: 123px;
  }
}

.special_widget__list .card--02, .special_widget__list .card--02a, .special_widget__list .card--02b, .special_widget__list .card--02d, .special_widget__list .card--breaking_related {
  margin-bottom: 16px;
  min-height: 69px;
}

@media screen and (min-width: 1370px) {
  .special_widget__list .card--02, .special_widget__list .card--02a, .special_widget__list .card--02b, .special_widget__list .card--02d, .special_widget__list .card--breaking_related {
    margin-bottom: 20px;
    min-height: 92px;
  }
}

.special_widget__list .card--02 .card__wrap, .special_widget__list .card--02a .card__wrap, .special_widget__list .card--02b .card__wrap, .special_widget__list .card--02d .card__wrap, .special_widget__list .card--breaking_related .card__wrap {
  min-height: 69px;
}

@media screen and (min-width: 1370px) {
  .special_widget__list .card--02 .card__wrap, .special_widget__list .card--02a .card__wrap, .special_widget__list .card--02b .card__wrap, .special_widget__list .card--02d .card__wrap, .special_widget__list .card--breaking_related .card__wrap {
    min-height: 92px;
  }
}

.special_widget__list .card--02 .card__photo, .special_widget__list .card--02a .card__photo, .special_widget__list .card--02b .card__photo, .special_widget__list .card--02d .card__photo, .special_widget__list .card--breaking_related .card__photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

@media screen and (min-width: 1370px) {
  .special_widget__list .card--02 .card__photo, .special_widget__list .card--02a .card__photo, .special_widget__list .card--02b .card__photo, .special_widget__list .card--02d .card__photo, .special_widget__list .card--breaking_related .card__photo {
    width: 80px;
    height: 80px;
    top: 0;
    margin-top: 5px;
  }
}

.special_widget__list .card--02 .card__photo img, .special_widget__list .card--02a .card__photo img, .special_widget__list .card--02b .card__photo img, .special_widget__list .card--02d .card__photo img, .special_widget__list .card--breaking_related .card__photo img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

@media screen and (min-width: 1370px) {
  .special_widget__list .card--02 .card__photo img, .special_widget__list .card--02a .card__photo img, .special_widget__list .card--02b .card__photo img, .special_widget__list .card--02d .card__photo img, .special_widget__list .card--breaking_related .card__photo img {
    width: 80px;
    height: 80px;
  }
}

.special_widget__list .card--02 .card__photo_wrap, .special_widget__list .card--02a .card__photo_wrap, .special_widget__list .card--02b .card__photo_wrap, .special_widget__list .card--02d .card__photo_wrap, .special_widget__list .card--breaking_related .card__photo_wrap {
  top: 0;
}

@media screen and (min-width: 1370px) {
  .special_widget__list .card--02 .card__photo_wrap, .special_widget__list .card--02a .card__photo_wrap, .special_widget__list .card--02b .card__photo_wrap, .special_widget__list .card--02d .card__photo_wrap, .special_widget__list .card--breaking_related .card__photo_wrap {
    top: 0;
  }
}

.special_widget__list .card--02 .card__label, .special_widget__list .card--02a .card__label, .special_widget__list .card--02b .card__label, .special_widget__list .card--02d .card__label, .special_widget__list .card--breaking_related .card__label {
  background-color: transparent;
  color: #ffb400;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.special_widget__list .card--02 .card__title, .special_widget__list .card--02a .card__title, .special_widget__list .card--02b .card__title, .special_widget__list .card--02d .card__title, .special_widget__list .card--breaking_related .card__title {
  color: white;
  -webkit-line-clamp: 2;
  max-height: 42px;
  height: auto;
}

@media screen and (max-width: 1369px) {
  .special_widget__list .card--02 .card__title, .special_widget__list .card--02a .card__title, .special_widget__list .card--02b .card__title, .special_widget__list .card--02d .card__title, .special_widget__list .card--breaking_related .card__title {
    max-height: 42px;
  }
}

.special_widget__list .card--02 .card__icon, .special_widget__list .card--02a .card__icon, .special_widget__list .card--02b .card__icon, .special_widget__list .card--02d .card__icon, .special_widget__list .card--breaking_related .card__icon {
  display: none;
}

.special_widget__list .card--02 .card__column_image, .special_widget__list .card--02a .card__column_image, .special_widget__list .card--02b .card__column_image, .special_widget__list .card--02d .card__column_image, .special_widget__list .card--breaking_related .card__column_image {
  display: none;
}

.special_widget__list .card--02:hover .card__label, .special_widget__list .card--02a:hover .card__label, .special_widget__list .card--02b:hover .card__label, .special_widget__list .card--02d:hover .card__label, .special_widget__list .card--breaking_related:hover .card__label {
  background-color: transparent !important;
}

.special_widget__list .card--02:hover .card__title, .special_widget__list .card--02a:hover .card__title, .special_widget__list .card--02b:hover .card__title, .special_widget__list .card--02d:hover .card__title, .special_widget__list .card--breaking_related:hover .card__title {
  color: #e4e4e4;
}

.special_widget__btn .btn {
  -webkit-transform: translatey(-25px);
  -ms-transform: translatey(-25px);
  transform: translatey(-25px);
}

@media screen and (min-width: 1370px) {
  .special_widget__btn .btn {
    -webkit-transform: translatey(-30px);
    -ms-transform: translatey(-30px);
    transform: translatey(-30px);
  }
}

.kolumnisti_widget {
  background-color: white;
  margin: 0 !important;
}

.kolumnisti_widget [class^="col"] {
  margin: 0 !important;
}

.kolumnisti_widget .main_tile {
  padding: 10px 0 0 14px;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget .main_tile {
    padding: 11px 0 0 20px;
  }
}

.kolumnisti_widget .main_tile a {
  color: #202020;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.kolumnisti_widget .main_tile a:hover {
  color: #93546b;
}

.kolumnisti_widget__block--large {
  position: relative;
}

.kolumnisti_widget__block--large .kolumnisti_widget__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1369px) {
  .kolumnisti_widget__block--large .kolumnisti_widget__image {
    width: 230px;
    height: auto;
  }
}

.kolumnisti_widget__block--large .kolumnisti_widget__image figure {
  position: relative;
}

.kolumnisti_widget__block--large .kolumnisti_widget__image figure:before {
  height: 508px !important;
  opacity: 0.85;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--large .kolumnisti_widget__image figure:before {
    height: 600px !important;
  }
}

.kolumnisti_widget__block--large .kolumnisti_widget__content {
  position: absolute;
  bottom: 6px;
  left: 14px;
  right: 14px;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--large .kolumnisti_widget__content {
    bottom: 17px;
    left: 20px;
    right: 20px;
  }
}

.kolumnisti_widget__block--large .kolumnisti_widget__comments_wrap {
  position: absolute;
  top: 0;
  left: 14px;
  background-color: white;
  padding: 0 8px 5px 10px;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--large .kolumnisti_widget__comments_wrap {
    left: 20px;
  }
}

.kolumnisti_widget__block--large .kolumnisti_widget__comments_wrap span {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d94339;
}

.kolumnisti_widget__block--large .kolumnisti_widget__comments_wrap .icon-comment {
  position: relative;
  top: 4px;
  color: #98908e;
}

.kolumnisti_widget__block--large .kolumnisti_widget__icon {
  display: block;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  top: -18px;
  right: 0px;
  position: absolute;
  z-index: 2;
  display: none;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--large .kolumnisti_widget__icon {
    top: -20px;
    right: 20px;
  }
}

.kolumnisti_widget__block--large .kolumnisti_widget__icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kolumnisti_widget__block--large .kolumnisti_widget__label {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #93546b;
  padding: 0 8px;
  margin-bottom: 10px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 22px;
  height: 22px;
  max-width: 160px;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--large .kolumnisti_widget__label {
    margin-bottom: 7px;
    max-width: 160px;
  }
}

.kolumnisti_widget__block--large .kolumnisti_widget__label a {
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  color: white;
}

.kolumnisti_widget__block--large .kolumnisti_widget__title a {
  padding-bottom: 6px;
  font: normal 400 100% "Stag Semibold";
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: white;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 150px;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--large .kolumnisti_widget__title a {
    margin-bottom: 10px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 35px;
    line-height: 3.5rem;
    max-height: 175px;
  }
}

.kolumnisti_widget__block--large .kolumnisti_widget__description {
  padding-bottom: 2px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #ffb400;
  text-transform: uppercase;
}

.kolumnisti_widget__block--large .kolumnisti_widget__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}

.kolumnisti_widget__block--large .kolumnisti_widget__item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.01em;
  color: white;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 32px;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--large .kolumnisti_widget__item a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
    max-height: 38px;
  }
}

.kolumnisti_widget__block--large .kolumnisti_widget__item a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #ffb400;
  border-radius: 50%;
}

.kolumnisti_widget__block--large .kolumnisti_widget__item a:hover {
  color: #e4e4e4;
}

.kolumnisti_widget__block--large .kolumnisti_widget__item a a {
  color: white;
}

.kolumnisti_widget__block--large .kolumnisti_widget__item a a:hover {
  color: #e4e4e4;
}

.kolumnisti_widget__block--large:hover .kolumnisti_widget__label {
  background-color: #7b4156;
}

.kolumnisti_widget__block--large:hover .kolumnisti_widget__title a {
  color: #e4e4e4;
}

.kolumnisti_widget__block--small {
  position: relative;
  margin-right: 14px;
}

@media screen and (max-width: 1369px) {
  .kolumnisti_widget__block--small:first-of-type {
    margin-top: 10px;
  }
}

.kolumnisti_widget__block--small:not(:last-child) {
  border-bottom: 1px solid #ebe6db;
  margin-bottom: 23px;
}

@media screen and (max-width: 1369px) {
  .kolumnisti_widget__block--small:not(:last-child) {
    margin-bottom: 26px;
  }
}

.kolumnisti_widget__block--small .kolumnisti_widget__image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 40px;
  height: 40px;
  border: 2px solid #93546b;
  border-radius: 50%;
}

.kolumnisti_widget__block--small .kolumnisti_widget__image a {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--small .kolumnisti_widget__image {
    position: relative;
    width: 108px;
    height: 108px;
    float: left;
    top: 0;
    border-radius: 0;
    border: none;
  }
}

@media screen and (max-width: 1369px) {
  .kolumnisti_widget__block--small .kolumnisti_widget__image img {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}

.kolumnisti_widget__block--small .kolumnisti_widget__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 0;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--small .kolumnisti_widget__content {
    padding-left: 128px;
  }
}

.kolumnisti_widget__block--small .kolumnisti_widget__label a {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #93546b;
  padding: 0 8px;
  margin-bottom: 8px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.025em;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 22px;
  height: 22px;
}

@media screen and (max-width: 1369px) {
  .kolumnisti_widget__block--small .kolumnisti_widget__label a {
    margin-left: 10px;
    padding-left: 35px;
  }
}

.kolumnisti_widget__block--small .kolumnisti_widget__icon {
  display: block;
  width: 34px;
  height: 34px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  top: -7px;
  left: auto;
  right: 0;
  position: absolute;
  z-index: 2;
  display: none;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--small .kolumnisti_widget__icon {
    width: 40px;
    height: 40px;
    top: 78px;
    left: 78px;
    right: auto;
  }
}

.kolumnisti_widget__block--small .kolumnisti_widget__icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kolumnisti_widget__block--small .kolumnisti_widget__title {
  margin-top: 8px;
  font: normal 400 100% "Stag Semibold";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  letter-spacing: 0.02em;
  color: #202020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 57px;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--small .kolumnisti_widget__title {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1rem;
    max-height: 63px;
  }
}

.kolumnisti_widget__block--small .kolumnisti_widget__comments_wrap .icon-comment {
  position: relative;
  top: 4px;
}

.kolumnisti_widget__block--small .kolumnisti_widget_comments_number {
  padding-left: 7px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.015em;
  color: #d94339;
}

.kolumnisti_widget__block--small .kolumnisti_widget__description {
  padding-bottom: 2px;
  padding-top: 21px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #ffb400;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--small .kolumnisti_widget__description {
    padding-top: 12px;
  }
}

.kolumnisti_widget__block--small .kolumnisti_widget__list {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  list-style-type: none;
  list-style-position: inside;
}

@media screen and (max-width: 1369px) {
  .kolumnisti_widget__block--small .kolumnisti_widget__list {
    margin-bottom: 14px;
    max-height: 34px;
    overflow: hidden;
  }
}

.kolumnisti_widget__block--small .kolumnisti_widget__item {
  position: relative;
  padding-left: 16px;
  padding-bottom: 7px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.01em;
  color: #202020;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 34px;
}

@media screen and (min-width: 1370px) {
  .kolumnisti_widget__block--small .kolumnisti_widget__item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.9rem;
    -webkit-line-clamp: 3;
    max-height: 57px;
  }
}

.kolumnisti_widget__block--small .kolumnisti_widget__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #ffb400;
  border-radius: 50%;
}

.kolumnisti_widget__block--small .kolumnisti_widget__item a {
  color: #202020;
}

.kolumnisti_widget__block--small .kolumnisti_widget__item:hover a {
  color: #3d3535;
}

.kolumnisti_widget .kolumnisti_top:hover .kolumnisti_widget__label a {
  background-color: #7b4156;
}

.kolumnisti_widget .kolumnisti_top:hover .kolumnisti_widget__title a {
  color: #3d3535;
}

.kolumnisti_widget__block--small .kolumnisti_widget .kolumnisti_widget__item:hover a {
  color: #3d3535;
}

.th_living .kolumnisti_widget__comments_wrap span {
  color: #ed6e65;
}

.block_aifeed__1_2 {
  background: white;
  max-width: 100%;
}

.block_aifeed__1 {
  margin-bottom: 30px;
}

.block_aifeed__2 {
  margin-bottom: 30px;
}

.block_aifeed__3 {
  margin-bottom: 30px;
}

.block_aifeed__4 {
  margin-bottom: 30px;
}

.block_aifeed__remove_after_load {
  position: relative;
}

.naslovnice_vecernjeg {
  margin-right: 20px;
  width: 315px;
  background-color: white;
  float: left;
  margin-bottom: 20px;
}

@media screen and (min-width: 1370px) {
  .naslovnice_vecernjeg {
    margin-right: 0;
    margin-top: 42px;
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}

.tes_widget--wrap .naslovnice_vecernjeg {
  margin-top: 0;
}

@media screen and (min-width: 1370px) {
  .tes_widget--wrap .naslovnice_vecernjeg {
    margin-top: 0;
  }
}

.naslovnice_vecernjeg__wrap {
  width: 315px;
  float: left;
  margin-right: 24px;
}

@media screen and (min-width: 1370px) {
  .naslovnice_vecernjeg__wrap {
    margin-bottom: 30px;
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.naslovnice_vecernjeg__img {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px 20px 20px;
}

@media screen and (min-width: 1370px) {
  .naslovnice_vecernjeg__img {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1369px) {
  .naslovnice_vecernjeg__img {
    margin: 12px 20px 12px 20px;
  }
}

.naslovnice_vecernjeg__img figure {
  max-height: 100px;
  overflow: hidden;
}

@media screen and (min-width: 1370px) {
  .naslovnice_vecernjeg__img figure {
    max-height: 100%;
  }
}

.naslovnice_vecernjeg__icon_more {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30px, -20px);
  -ms-transform: translate(-30px, -20px);
  transform: translate(-30px, -20px);
  width: 60px;
  height: 60px;
  background-color: #202020;
  color: white;
  border-radius: 50%;
}

.naslovnice_vecernjeg__icon_more .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-size: 4.8rem;
}

.naslovnice_vecernjeg__btn {
  text-align: center;
  border-top: 1px solid #ebe6db;
  height: 45px;
}

.naslovnice_vecernjeg__btn span {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: relative;
  top: -1px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 45px;
  line-height: 4.5rem;
}

.naslovnice_vecernjeg__link {
  display: block;
  width: 100%;
  height: auto;
}

.naslovnice_vecernjeg__link:hover .naslovnice_vecernjeg__icon_more {
  background-color: #464646;
}

.naslovnice_vecernjeg__link:hover .naslovnice_vecernjeg__btn span {
  color: #d94339;
}

.th_living .naslovnice_vecernjeg {
  margin-top: 0;
}

.th_living .naslovnice_vecernjeg__link:hover .naslovnice_vecernjeg__btn span {
  color: #d5544b;
}

.osoba_dana {
  background-color: white;
  margin-bottom: 20px;
}

@media screen and (max-width: 1369px) {
  .osoba_dana {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.osoba_dana a {
  display: block;
  width: 100%;
  height: 100%;
}

.osoba_dana a:hover {
  cursor: pointer;
}

.osoba_dana__wrap {
  width: 305px;
}

@media screen and (max-width: 1369px) {
  .osoba_dana__wrap {
    width: 315px;
    float: left;
  }
}

.osoba_dana__widget {
  padding-bottom: 13px;
}

.osoba_dana__img_wrap {
  position: relative;
  width: 305px;
  height: 205px;
  overflow: hidden;
}

@media screen and (max-width: 1369px) {
  .osoba_dana__img_wrap {
    width: 315px;
    height: 140px;
  }
}

.osoba_dana__img_shadow {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
}

.osoba_dana__figure_img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.osoba_dana__title {
  margin-top: 15px;
  font: normal 400 100% "Stag Semibold";
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0em;
  text-align: center;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

@media screen and (min-width: 1370px) {
  .osoba_dana__title {
    margin-top: 13px;
  }
}

.osoba_dana__icon_more {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30px, -20px);
  -ms-transform: translate(-30px, -20px);
  transform: translate(-30px, -20px);
  width: 60px;
  height: 60px;
  background-color: #202020;
  color: white;
  border-radius: 50%;
}

.osoba_dana__icon_more .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-size: 4.8rem;
}

.osoba_dana__img_shadow {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .79;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.osoba_dana__djevojka-dana .osoba_dana__img_shadow {
  background-color: #d94339;
}

.osoba_dana__decko-dana .osoba_dana__img_shadow {
  background-color: #202020;
}

.osoba_dana:hover .osoba_dana__icon_more {
  background-color: #464646;
}

.osoba_dana:hover .osoba_dana__title {
  color: #d94339;
}

.osoba_dana:hover .osoba_dana__img_shadow {
  opacity: .59;
}

.live_event {
  position: relative;
}

.live_event__slider {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 40px;
  bottom: 40px;
  width: 413px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .2s opacity;
}

.live_event__slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.live_event__slider .slick-dots {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  text-align: right;
}

.live_event__slider .slick-dots li button {
  font-size: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
}

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

.live_event__slider .slick-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 130px;
  height: 100%;
}

.live_event__slider .slick-track,
.live_event__slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.live_event__slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.live_event__slider .slick-slide {
  overflow: hidden;
}

.live_event__slider .slick-slide > div {
  position: relative;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.18);
  box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.18);
}

.live_event__slider .slick-slide > div:first-of-type {
  z-index: 3;
}

.live_event__slider .slick-slide > div:nth-of-type(2) {
  z-index: 2;
}

.live_event__slider .slick-slider {
  margin-bottom: 0 !important;
}

.live_event__type {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 50px;
  background-color: white;
  text-align: center;
  padding-top: 15px;
}

.live_event__type--goal, .live_event__type--autogoal, .live_event__type--penall, .live_event__type--penall_missed {
  background: -webkit-gradient(linear, left bottom, left top, from(#90bf53), color-stop(78%, #79a342));
  background: -webkit-linear-gradient(bottom, #90bf53 0%, #79a342 78%);
  background: -o-linear-gradient(bottom, #90bf53 0%, #79a342 78%);
  background: linear-gradient(0deg, #90bf53 0%, #79a342 78%);
}

.live_event__type--start, .live_event__type--halftime, .live_event__type--end {
  background-color: #202020;
  background: -webkit-gradient(linear, left bottom, left top, from(#323232), color-stop(78%, #202020));
  background: -webkit-linear-gradient(bottom, #323232 0%, #202020 78%);
  background: -o-linear-gradient(bottom, #323232 0%, #202020 78%);
  background: linear-gradient(0deg, #323232 0%, #202020 78%);
}

.live_event__type--red_card {
  background-color: #d94339;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1554b), color-stop(78%, #d94339));
  background: -webkit-linear-gradient(bottom, #f1554b 0%, #d94339 78%);
  background: -o-linear-gradient(bottom, #f1554b 0%, #d94339 78%);
  background: linear-gradient(0deg, #f1554b 0%, #d94339 78%);
}

.live_event__type--second_yellow_card, .live_event__type--yellow_card {
  background-color: #fdb32b;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdb32b), color-stop(78%, #f08d00));
  background: -webkit-linear-gradient(bottom, #fdb32b 0%, #f08d00 78%);
  background: -o-linear-gradient(bottom, #fdb32b 0%, #f08d00 78%);
  background: linear-gradient(0deg, #fdb32b 0%, #f08d00 78%);
}

.live_event__type--corner, .live_event__type--extra_time {
  background-color: #d5d5d5;
  background: -webkit-gradient(linear, left bottom, left top, from(#d5d5d5), color-stop(78%, #c6c6c6));
  background: -webkit-linear-gradient(bottom, #d5d5d5 0%, #c6c6c6 78%);
  background: -o-linear-gradient(bottom, #d5d5d5 0%, #c6c6c6 78%);
  background: linear-gradient(0deg, #d5d5d5 0%, #c6c6c6 78%);
}

.live_event__type--offside {
  background-color: #ef5324;
  background: -webkit-gradient(linear, left bottom, left top, from(#ef5324), color-stop(78%, #f05816));
  background: -webkit-linear-gradient(bottom, #ef5324 0%, #f05816 78%);
  background: -o-linear-gradient(bottom, #ef5324 0%, #f05816 78%);
  background: linear-gradient(0deg, #ef5324 0%, #f05816 78%);
}

.live_event__type--injury {
  background-color: #767da8;
  background: -webkit-gradient(linear, left bottom, left top, from(#767da8), color-stop(78%, #6c76b0));
  background: -webkit-linear-gradient(bottom, #767da8 0%, #6c76b0 78%);
  background: -o-linear-gradient(bottom, #767da8 0%, #6c76b0 78%);
  background: linear-gradient(0deg, #767da8 0%, #6c76b0 78%);
}

.live_event__type--replacement {
  background-color: #767da8;
  background: -webkit-gradient(linear, left bottom, left top, from(#767da8), color-stop(78%, #6c76b0));
  background: -webkit-linear-gradient(bottom, #767da8 0%, #6c76b0 78%);
  background: -o-linear-gradient(bottom, #767da8 0%, #6c76b0 78%);
  background: linear-gradient(0deg, #767da8 0%, #6c76b0 78%);
}

.live_event__type--exclusion {
  background-color: #f1554b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1554b), color-stop(78%, #e54c42), to(#d94339));
  background-image: -webkit-linear-gradient(top, #f1554b 0%, #e54c42 78%, #d94339 100%);
  background-image: -o-linear-gradient(top, #f1554b 0%, #e54c42 78%, #d94339 100%);
  background-image: linear-gradient(to bottom, #f1554b 0%, #e54c42 78%, #d94339 100%);
}

.live_event__type--interruption {
  background-color: #323232;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), color-stop(78%, #292929), to(#202020));
  background-image: -webkit-linear-gradient(top, #323232 0%, #292929 78%, #202020 100%);
  background-image: -o-linear-gradient(top, #323232 0%, #292929 78%, #202020 100%);
  background-image: linear-gradient(to bottom, #323232 0%, #292929 78%, #202020 100%);
}

.live_event__type--comment-reader {
  background-color: #39aeda;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39aeda), color-stop(78%, #1da4d7), to(#009ad4));
  background-image: -webkit-linear-gradient(top, #39aeda 0%, #1da4d7 78%, #009ad4 100%);
  background-image: -o-linear-gradient(top, #39aeda 0%, #1da4d7 78%, #009ad4 100%);
  background-image: linear-gradient(to bottom, #39aeda 0%, #1da4d7 78%, #009ad4 100%);
}

.live_event__type--earth {
  background-color: #f1554b;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1554b), color-stop(78%, #d94339));
  background: -webkit-linear-gradient(bottom, #f1554b 0%, #d94339 78%);
  background: -o-linear-gradient(bottom, #f1554b 0%, #d94339 78%);
  background: linear-gradient(0deg, #f1554b 0%, #d94339 78%);
}

.live_event__type--archive {
  background-color: #767da8;
  background: -webkit-gradient(linear, left bottom, left top, from(#767da8), color-stop(78%, #6c76b0));
  background: -webkit-linear-gradient(bottom, #767da8 0%, #6c76b0 78%);
  background: -o-linear-gradient(bottom, #767da8 0%, #6c76b0 78%);
  background: linear-gradient(0deg, #767da8 0%, #6c76b0 78%);
}

.live_event__type--car-connected {
  background-color: #3d78ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#3d78ff), color-stop(78%, #1c64e7));
  background: -webkit-linear-gradient(bottom, #3d78ff 0%, #1c64e7 78%);
  background: -o-linear-gradient(bottom, #3d78ff 0%, #1c64e7 78%);
  background: linear-gradient(0deg, #3d78ff 0%, #1c64e7 78%);
}

.live_event__type--video {
  background-color: #ef5324;
  background: -webkit-gradient(linear, left bottom, left top, from(#ef5324), color-stop(78%, #f05816));
  background: -webkit-linear-gradient(bottom, #ef5324 0%, #f05816 78%);
  background: -o-linear-gradient(bottom, #ef5324 0%, #f05816 78%);
  background: linear-gradient(0deg, #ef5324 0%, #f05816 78%);
}

.live_event__type--chart-bar {
  background-color: #90bf53;
  background: -webkit-gradient(linear, left bottom, left top, from(#90bf53), color-stop(78%, #79a342));
  background: -webkit-linear-gradient(bottom, #90bf53 0%, #79a342 78%);
  background: -o-linear-gradient(bottom, #90bf53 0%, #79a342 78%);
  background: linear-gradient(0deg, #90bf53 0%, #79a342 78%);
}

.live_event__type--chart-bar-stacked {
  background-color: #fdb32b;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdb32b), color-stop(78%, #f08d00));
  background: -webkit-linear-gradient(bottom, #fdb32b 0%, #f08d00 78%);
  background: -o-linear-gradient(bottom, #fdb32b 0%, #f08d00 78%);
  background: linear-gradient(0deg, #fdb32b 0%, #f08d00 78%);
}

.live_event__type--bomb, .live_event__type--pistol {
  background-color: #323232;
  background: -webkit-gradient(linear, left bottom, left top, from(#323232), color-stop(78%, #202020));
  background: -webkit-linear-gradient(bottom, #323232 0%, #202020 78%);
  background: -o-linear-gradient(bottom, #323232 0%, #202020 78%);
  background: linear-gradient(0deg, #323232 0%, #202020 78%);
}

.live_event__type--microphone-variant {
  background-color: #39aeda;
  background: -webkit-gradient(linear, left bottom, left top, from(#39aeda), color-stop(78%, #009ad4));
  background: -webkit-linear-gradient(bottom, #39aeda 0%, #009ad4 78%);
  background: -o-linear-gradient(bottom, #39aeda 0%, #009ad4 78%);
  background: linear-gradient(0deg, #39aeda 0%, #009ad4 78%);
}

.live_event__type--alert {
  background-color: #f1554b;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1554b), color-stop(78%, #d94339));
  background: -webkit-linear-gradient(bottom, #f1554b 0%, #d94339 78%);
  background: -o-linear-gradient(bottom, #f1554b 0%, #d94339 78%);
  background: linear-gradient(0deg, #f1554b 0%, #d94339 78%);
}

.live_event__type--goal .icon, .live_event__type--autogoal .icon, .live_event__type--start .icon, .live_event__type--halftime .icon, .live_event__type--red_card .icon, .live_event__type--second_yellow_card .icon, .live_event__type--yellow_card .icon, .live_event__type--corner .icon, .live_event__type--extra_time .icon, .live_event__type--offside .icon, .live_event__type--injury .icon, .live_event__type--penall .icon, .live_event__type--penall_missed .icon, .live_event__type--replacement .icon, .live_event__type--end .icon, .live_event__type--exclusion .icon, .live_event__type--interruption .icon, .live_event__type--comment-reader .icon, .live_event__type--earch .icon, .live_event__type--archive .icon, .live_event__type--car-connected .icon, .live_event__type--video .icon, .live_event__type--chart-bar .icon, .live_event__type--chart-bar-stacked .icon, .live_event__type--bomb .icon, .live_event__type--pistol .icon, .live_event__type--microphone-variant .icon, .live_event__type--alert .icon, .live_event__type--earth .icon {
  color: white;
}

.live_event__box {
  background-color: white;
  margin-left: 50px;
  padding: 4px 30px 15px 20px;
}

.live_event__title {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 46px;
  line-height: 4.6rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.live_event__slider .live_event__title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 46px;
  height: 46px;
}

.live_event__content {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.025em;
  color: #202020;
}

.live_event__slider .live_event__content {
  display: block;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  max-height: 63px;
}

@media screen and (min-width: 1370px) {
  .live_event__slider .live_event__content {
    -webkit-line-clamp: 4;
    max-height: 84px;
  }
}

.live_event__icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.live_event__icon .icon {
  color: #b8adaa;
}

.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;
  text-transform: uppercase;
  padding: 0 20px;
}

.tt-suggestion:hover {
  background: #e9e9e9;
}

.timeline .sidebar {
  float: right;
  width: 319px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.timeline .sidebar .sidebar__separator {
  display: none;
}

.timeline .sidebar .fold_article__related_articles {
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  background-color: white;
  margin-bottom: 20px;
}

.timeline .sidebar .fold_article__related_articles .card--02b {
  margin-bottom: 15px;
}

.timeline .sidebar .fold_article__related_articles .card--02b .card__photo_wrap {
  right: 10px;
}

.timeline .sidebar .fold_article__related_articles .card__separator {
  margin-bottom: 15px;
}

.timeline .content_inner {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 320px;
}

.timeline .content_inner--content {
  border-right: 1px solid #ebe6db;
  width: 100%;
  display: inline-block;
  background-color: white;
  margin-bottom: 20px;
}

.timeline__main_content {
  position: relative;
  padding-bottom: 20px;
}

.timeline__main_content .content {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 123px;
}

@media screen and (min-width: 1370px) {
  .timeline__main_content .content {
    padding-left: 180px;
  }
}

.timeline__main_content .sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 20px;
  width: 123px;
  z-index: 1;
}

@media screen and (min-width: 1370px) {
  .timeline__main_content .sidebar {
    width: 180px;
  }
}

.timeline__main_content .sidebar .social_share {
  padding-left: 14px;
}

@media screen and (min-width: 1370px) {
  .timeline__main_content .sidebar .social_share {
    padding-left: 0;
  }
}

.timeline__main_content .timeline__filtered_articles {
  display: inline-block;
  max-width: 100%;
}

.timeline__title {
  padding: 8px 0 4px 20px;
  border-bottom: 1px solid #ebe6db;
}

.timeline__title h3 {
  position: relative;
  top: 4px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  color: #202020;
}

.timeline__error {
  padding-top: 14px;
  display: block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.01em;
  color: #7b7674;
}

.timeline__date_filter {
  display: inline-block;
}

.timeline__calendar {
  padding-top: 0px;
  position: relative;
}

.timeline__calendar .single__calendar {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
}

.timeline__calendar_input {
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 30px;
  font: normal 400 100% "Stag Semibold";
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  color: #d94339;
}

.timeline__calendar_input:hover {
  cursor: pointer;
}

.timeline__calendar .icon-chevron-down {
  color: #d94339;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.timeline__filter_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-left: 123px;
}

@media screen and (min-width: 1370px) {
  .timeline__filter_list {
    padding-left: 180px;
  }
}

.timeline__filter_list_item {
  display: inline-block;
  background-color: #f7f6f1;
  border: 1px solid #ebe6db;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.timeline__filter_list_item:hover {
  background-color: #d94339;
  border: 1px solid #d94339;
}

.timeline__filter_list_item:hover a {
  display: block;
  padding: 7px 10px;
  color: white;
}

.timeline__filter_list_item.is_active {
  background-color: #d94339;
  border: 1px solid #d94339;
  color: white;
}

.timeline__filter_list_item.is_active a {
  padding: 0px 5px 7px 10px;
  color: white;
}

.timeline__filter_list_item.is_active .icon {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fdb32b;
  position: relative;
  top: 4px;
  margin-left: 4px;
}

.timeline__filter_list_item.is_active:hover {
  background-color: #b7342c;
  border: 1px solid #b7342c;
  color: #e4e4e4;
}

.timeline__filter_list_item.is_active:hover a {
  color: #e4e4e4;
}

.timeline__filter_list_link {
  display: block;
  padding: 7px 10px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.timeline__filter_list_link:hover {
  color: white;
}

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

.horoscope .content {
  margin-bottom: 0;
}

.horoscope__sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 20px;
  background: #fff;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}

.horoscope__sidebar.is_sticky {
  padding-top: 20px;
}

.horoscope .article__padding_right {
  padding-right: 330px;
}

.horoscope .article .social_share--desktop {
  padding-left: 20px;
}

@media screen and (min-width: 1370px) {
  .horoscope .article .social_share--desktop {
    padding: 0;
  }
}

.horoscope .social_share--desktop.social_share_icons {
  padding-left: 0;
}

.horoscope_tabs {
  padding: 0 40px 0 115px;
  border-bottom: 1px solid #ebe6db;
  margin: 0 0 40px;
}

@media screen and (min-width: 1370px) {
  .horoscope_tabs {
    padding: 0 40px 0 249px;
  }
}

.horoscope_tabs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0px;
  font-size: 0rem;
}

.horoscope_tabs__item {
  display: inline-block;
  border-left: 1px solid #ebe6db;
}

.horoscope_tabs__item:last-child {
  border-right: 1px solid #ebe6db;
}

.horoscope_tabs__link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 20px;
  margin: 0 0 -1px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 54px;
  line-height: 5.4rem;
  color: #202020;
  -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;
}

.horoscope_tabs__link.is_active, .horoscope_tabs__link:hover {
  color: #ed6e65;
}

.horoscope_tabs__link.is_active {
  height: 54px;
  background: #fff;
}

.horoscope .horoscope_widget__title .icon {
  margin-right: 17px;
}

.horoscope .horoscope_widget__title .icon-heart {
  color: #d94339;
}

.horoscope .horoscope_widget__title .icon-briefcase {
  color: #76635c;
}

.horoscope .horoscope_widget__title .icon-mustache {
  color: #767da8;
}

@media screen and (min-width: 1370px) {
  .horoscope .article--th_vecernji .article__header_wrap {
    padding: 23px 245px 22px 218px;
  }
}

@media screen and (min-width: 1370px) {
  .horoscope .article--th_vecernji .article__lead {
    padding-bottom: 30px;
  }
}

.horoscope .article--th_vecernji .article__label {
  background: #767da8;
}

.horoscope .article--th_vecernji .article__gallery {
  margin: 0;
}

.horoscope .article--th_vecernji .article__content_wrapper {
  padding: 0 0 20px;
}

.horoscope .article--th_vecernji .article__body--main_content {
  min-height: 230px;
}

@media screen and (min-width: 1370px) {
  .horoscope .article--th_vecernji .article__body--main_content {
    min-height: 157px;
  }
}

.horoscope .article--th_vecernji .horoscope_widget__text {
  max-height: none;
  padding: 0 0 29px 40px;
}

.horoscope .article--th_vecernji .horoscope_widget__text p {
  display: block;
  max-height: none;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0em;
}

.horoscope_list {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 98, 92, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(118, 98, 92, 0.1);
}

.horoscope_list::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
}

.horoscope_list__wrap {
  margin: 0 0 30px;
  padding: 0 0 10px;
}

.horoscope_list__wrap .gr-4:nth-child(3n+1) {
  padding-right: 14px;
}

.horoscope_list__wrap .gr-4:nth-child(3n+2) {
  padding: 0 8px;
}

.horoscope_list__wrap .gr-4:nth-child(3n) {
  padding-left: 14px;
}

.horoscope_list__wrap .gr-4:nth-child(n+10) .horoscope_list__item {
  border-bottom: none;
}

.horoscope_list__title {
  padding: 0 20px;
  margin: 0 0 10px;
  background: #767da8;
}

.horoscope_list__title h3 {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 52px;
  line-height: 5.2rem;
  letter-spacing: 0.015em;
  color: #fff;
}

.horoscope_list__item {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #ebe6db;
  -webkit-transition: background 0.12s ease-in-out;
  -moz-transition: background 0.12s ease-in-out;
  -o-transition: background 0.12s ease-in-out;
  transition: background 0.12s ease-in-out;
}

.horoscope_list__item.is_active, .horoscope_list__item:hover {
  background: #ffb400;
}

.horoscope_list__item.is_active .horoscope_list__item_date, .horoscope_list__item:hover .horoscope_list__item_date {
  color: #202020;
  background: #fff;
}

.horoscope_list__item_figure {
  position: relative;
  display: block;
  float: right;
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1370px) {
  .horoscope_list__item_figure {
    width: 108px;
    height: 108px;
  }
}

.horoscope_list__item_figure:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.horoscope_list__item_date {
  display: inline-block;
  padding: 0 6px;
  margin: 0 0 18px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: #767da8;
  -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;
}

.horoscope_list__item_title {
  display: block;
  font: normal 400 100% "Stag Semibold";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.01em;
  color: #1e1e1e;
}

@media screen and (min-width: 1370px) {
  .horoscope_list__item_title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.pieces__wrap {
  margin-bottom: 30px;
}

.pieces__header_breadcrumbs {
  display: block;
  padding: 9px 19px 14px 19px;
  border-bottom: 1px solid #ebe6db;
  margin-bottom: 33px;
}

@media screen and (min-width: 1370px) {
  .pieces__header_breadcrumbs {
    padding: 9px 31px 14px 31px;
  }
}

.pieces__header_breadcrumb {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.015em;
  color: #d94339;
}

.pieces__header_breadcrumb--subsection {
  color: #98908e;
}

.pieces__header_breadcrumb--subsection:hover {
  cursor: normal;
}

.pieces__header_breadcrumb:after {
  margin: 0 13px 0 11px;
  position: relative;
  top: 3px;
  font-family: 'icomoon' !important;
  font-size: 24px;
  font-size: 2.4rem;
  content: "\e936";
  color: #ebe6db;
}

.pieces__header_breadcrumb:last-of-type:after {
  display: none;
}

.pieces__header {
  background-color: white;
}

.pieces__header_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.pieces__title {
  padding-bottom: 30px;
  padding-left: 30px;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #202020;
  border-bottom: 1px solid #ebe6db;
}

.pieces__title span {
  color: #d94339;
}

@media screen and (min-width: 1370px) {
  .pieces__title {
    padding-bottom: 28px;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.015em;
  }
}

.pieces__header--tabs {
  display: block;
  background-color: white;
  border-bottom: 1px solid #ebe6db;
}

.pieces__header--tab_link {
  display: inline-block;
  padding: 0 30px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.025em;
  border-right: 1px solid #ebe6db;
}

.pieces__header--tab_link:last-of-type {
  border-right: 0;
}

.pieces__header--tab_link.is_active {
  color: #ed6e65;
}

.pieces__header--tab_link:hover {
  color: #ed6e65;
}

.pieces__sidebar {
  float: right;
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  z-index: 1;
  padding-left: 20px;
}

.pieces__body {
  background-color: white;
}

.pieces__content_wrapper {
  margin-bottom: 20px;
  background-color: white;
}

.pieces__body_wrap {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: auto;
  margin-right: 320px;
}

.pieces__body_sidebar {
  bottom: 33px;
  z-index: 2;
  width: 92px;
  padding: 5px 0 20px;
  float: left;
}

@media screen and (min-width: 1370px) {
  .pieces__body_sidebar {
    width: 220px;
    padding-top: 0;
    margin-left: 0;
  }
}

.pieces__body--main {
  background-color: white;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 20px;
  padding-left: 102px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .pieces__body--main {
    padding-left: 165px;
  }
}

.pieces__main_img {
  position: relative;
  max-width: 620px;
  padding-top: 20px;
  margin: 0px auto 45px auto;
}

.pieces__osoba_dana .pieces__main_img {
  max-width: 448px;
  margin: 0px auto 30px auto;
}

.pieces__main_img figure:before {
  display: none;
}

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

.pieces__naslovnice .pieces__main_img img {
  width: auto;
}

.pieces__main_img__wrap {
  position: relative;
  display: inline-block;
  border: 1px solid #ebe6db;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 55, 57, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(118, 55, 57, 0.1);
}

.pieces__main_nav {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pieces__main_nav a {
  background-color: #202020;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.pieces__main_nav a:hover {
  cursor: pointer;
  background-color: #3d3535;
}

.pieces__main_nav .icon {
  color: white;
  font-size: 50px;
  font-size: 5rem;
}

.pieces__main_nav .icon:before {
  position: relative;
  top: 5px;
  left: -1px;
}

.pieces__main_nav .icon--right {
  position: relative;
  right: -2px;
}

.pieces__main_nav .icon--disabled {
  background-color: #202020;
  color: white;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 0;
}

.pieces__main_nav .icon--disabled:before {
  right: -2px;
  left: 0;
  opacity: .5;
}

.pieces__calendar {
  position: relative;
  background-color: white;
  margin-left: -20px;
  margin-bottom: 20px;
  padding: 20px 0 20px 20px;
  border-left: 1px solid #ebe6db;
}

.pieces__calendar .cal {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.pieces__calendar .cal__header {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  *zoom: 1;
  background-color: #202020;
  color: white;
}

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

.pieces__calendar .cal__header:after {
  clear: both;
}

.pieces__calendar .cal__nav {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.pieces__calendar .cal__nav .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 40px !important;
  line-height: 4rem !important;
  text-align: center;
  color: white;
}

.pieces__calendar .cal__nav:hover .icon {
  color: #e4e4e4;
}

.pieces__calendar .cal__date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}

.pieces__calendar .cal__days {
  background-color: white;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

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

.pieces__calendar .cal__days:after {
  clear: both;
}

.pieces__calendar .cal__day {
  position: relative;
  display: block;
  float: left;
  width: 14.28500%;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #202020;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}

.pieces__calendar .cal__table {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: #f7f6f1;
}

.pieces__calendar .cal__row {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ebe6db;
  *zoom: 1;
}

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

.pieces__calendar .cal__row:after {
  clear: both;
}

.pieces__calendar .cal__row > a {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 14.28500%;
  font: normal 400 100% "Dobra Book", sans-serif;
  color: #98908e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 41px;
  line-height: 4.1rem;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}

.pieces__calendar .cal__row > a.active {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 41px;
  line-height: 4.1rem;
  color: #202020;
  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;
}

.pieces__calendar .cal__row > a.active:hover {
  color: #ffb400;
}

.pieces__calendar .cal__row > a.off {
  font: normal 400 100% "Dobra Book", sans-serif;
  color: #98908e;
  cursor: default;
}

.pieces__calendar .cal__row > a.off:hover {
  color: #98908e;
}

.pieces__calendar .cal__row > a.invis {
  text-indent: -9999px;
}

.pieces__calendar .cal__row > a.today {
  background: #ffb400;
  color: white;
  cursor: default;
}

.pieces__calendar .cal__row > a.today:hover {
  color: #fff;
}

.pieces__calendar .cal__row > a.today::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  border: 5px solid #f7f6f1;
}

.pieces__previous .pieces__inner_wrap {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 55, 57, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(118, 55, 57, 0.1);
}

.pieces__previous .pieces__image {
  position: relative;
}

.pieces__previous .pieces__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pieces__previous .pieces__link .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #202020;
  border-radius: 50%;
  font-size: 50px;
  font-size: 5rem;
}

.pieces__previous .pieces__link .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}

.pieces__previous .pieces__link:hover .icon {
  background-color: #3d3535;
}

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

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

.custom_creative {
  position: relative;
  z-index: 10;
  width: 970px;
  height: 250px;
  margin: 0 auto 20px;
}

.custom_creative__template {
  display: none;
  visibility: hidden;
}

.custom_creative__output {
  display: none;
  visibility: hidden;
}

.custom_creative__output.is_shown {
  display: block;
  visibility: visible;
}

.custom_creative.is_opened {
  z-index: 1000;
}

.custom_creative__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #202020;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear 0s, width 0s linear 0.35s, height 0s linear 0.35s;
  -o-transition: opacity 0.35s linear 0s, width 0s linear 0.35s, height 0s linear 0.35s;
  transition: opacity 0.35s linear 0s, width 0s linear 0.35s, height 0s linear 0.35s;
}

.custom_creative.is_opened .custom_creative__mask {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -webkit-transition: opacity 0.35s linear 0.35s;
  -o-transition: opacity 0.35s linear 0.35s;
  transition: opacity 0.35s linear 0.35s;
}

.custom_creative__iframe {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.custom_creative__iframe--front {
  -webkit-transition: -webkit-transform 450ms linear 300ms;
  transition: -webkit-transform 450ms linear 300ms;
  -o-transition: transform 450ms linear 300ms;
  transition: transform 450ms linear 300ms;
  transition: transform 450ms linear 300ms, -webkit-transform 450ms linear 300ms;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 100% 0px;
  -ms-transform-origin: 50% 100% 0px;
  transform-origin: 50% 100% 0px;
  z-index: 3;
  cursor: pointer;
  -webkit-transform: perspective(2500px) rotateX(0deg);
  transform: perspective(2500px) rotateX(0deg);
}

.custom_creative.is_opened .custom_creative__iframe--front {
  -webkit-transition: -webkit-transform 450ms linear 0s;
  transition: -webkit-transform 450ms linear 0s;
  -o-transition: transform 450ms linear 0s;
  transition: transform 450ms linear 0s;
  transition: transform 450ms linear 0s, -webkit-transform 450ms linear 0s;
  -webkit-transform: perspective(2500px) rotateX(-90deg);
  transform: perspective(2500px) rotateX(-90deg);
}

.custom_creative__iframe--back {
  position: relative;
  z-index: 1;
}

.custom_creative__back_wrap {
  position: relative;
  z-index: 3;
}

.custom_creative__video_wrap {
  position: absolute;
  top: 20px;
  right: -50%;
  left: -50%;
  z-index: 2;
  display: block;
  width: 300px;
  height: auto;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 250ms, width 0.45s linear 0s, top 0.45s linear 0s;
  -o-transition: opacity 0.2s linear 250ms, width 0.45s linear 0s, top 0.45s linear 0s;
  transition: opacity 0.2s linear 250ms, width 0.45s linear 0s, top 0.45s linear 0s;
}

.custom_creative.is_opened .custom_creative__video_wrap {
  top: -2px;
  z-index: 6;
  opacity: 1;
  width: 70vw;
  -webkit-transition: opacity 0.3s linear 0.35s, width 0.65s linear 0.35s, top 0.65s linear 0.35s;
  -o-transition: opacity 0.3s linear 0.35s, width 0.65s linear 0.35s, top 0.65s linear 0.35s;
  transition: opacity 0.3s linear 0.35s, width 0.65s linear 0.35s, top 0.65s linear 0.35s;
}

@media screen and (max-width: 1459px) {
  .custom_creative.is_opened .custom_creative__video_wrap {
    top: -65px;
    width: 80vw;
  }
}

.custom_creative__close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.custom_creative__close_btn .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1px;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 36px;
  text-align: center;
}

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

.custom_creative__link {
  position: relative;
  z-index: 1;
  display: block;
}

.custom_creative__overlay_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: right 0s linear 1s;
  -o-transition: right 0s linear 1s;
  transition: right 0s linear 1s;
}

.custom_creative.is_opened .custom_creative__overlay_btn {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  right: 100%;
}

.custom_creative__shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #101010;
  background-position: center center;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transform-origin: 50% 100% 0px;
  -ms-transform-origin: 50% 100% 0px;
  transform-origin: 50% 100% 0px;
  -webkit-transform: perspective(2500px) rotateX(-90deg);
  transform: perspective(2500px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 50ms linear 300ms;
  transition: -webkit-transform 50ms linear 300ms;
  -o-transition: transform 50ms linear 300ms;
  transition: transform 50ms linear 300ms;
  transition: transform 50ms linear 300ms, -webkit-transform 50ms linear 300ms;
}

.custom_creative.is_opened .custom_creative__shadow {
  -webkit-transition: -webkit-transform 50ms linear 400ms;
  transition: -webkit-transform 50ms linear 400ms;
  -o-transition: transform 50ms linear 400ms;
  transition: transform 50ms linear 400ms;
  transition: transform 50ms linear 400ms, -webkit-transform 50ms linear 400ms;
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

.custom_creative__counter_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 80px;
  height: 80px;
  margin: auto;
  overflow: hidden;
  display: none;
}

.custom_creative__counter_wrap:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: white transparent transparent;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.custom_creative.is_opened .custom_creative__counter_wrap {
  display: none;
  visibility: hidden;
}

.custom_creative__overlay_btn:hover ~ .custom_creative__counter_wrap {
  display: block;
}

.custom_creative__counter span {
  display: block;
  font: normal 400 100% "Stag Semibold";
  font-size: 30px;
  font-size: 3rem;
  line-height: 80px;
  line-height: 8rem;
  color: #fff;
  text-align: center;
}

.custom_creative__counter span.is_hidden {
  display: none;
  visibility: hidden;
}

/*ikone za vjetar i animacija*/
@-webkit-keyframes s {
  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 s {
  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 si {
  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 si {
  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 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(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

@keyframes ji {
  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 j {
  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 j {
  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 jz {
  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 jz {
  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 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(120deg);
    transform: rotate(120deg);
  }
  50% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}

@keyframes sz {
  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__section .sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  float: right;
  width: 320px;
}

.weather__section .weather__wrap {
  margin-bottom: 30px;
}

.weather__section .weather__sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  right: 0;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 20px;
}

.weather__section .weather__header_breadcrumbs {
  display: block;
  padding: 9px 19px 14px 19px;
  border-bottom: 1px solid #ebe6db;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__header_breadcrumbs {
    padding: 9px 31px 14px 31px;
  }
}

.weather__section .weather__header_breadcrumb {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.015em;
  color: #d94339;
}

.weather__section .weather__header_breadcrumb:last-of-type {
  color: #98908e;
}

.weather__section .weather__header_breadcrumb:after {
  margin: 0 13px 0 11px;
  position: relative;
  top: 3px;
  font-family: 'icomoon' !important;
  font-size: 24px;
  font-size: 2.4rem;
  content: "\e936";
  color: #ebe6db;
}

.weather__section .weather__header_breadcrumb:last-of-type:after {
  display: none;
}

.weather__section .weather__header {
  background-color: white;
}

.weather__section .weather__header_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 177px 18px 131px;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__header_wrap {
    padding: 23px 245px 23px 245px;
  }
}

.weather__section .weather__body {
  background-color: white;
}

.weather__section .weather__body_wrap {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: auto;
  margin-right: 320px;
  background-color: white;
}

.weather__section .weather__body_sidebar {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 33px;
  z-index: 2;
  width: 92px;
  padding-top: 5px;
  float: left;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__body_sidebar {
    width: 160px;
    padding-top: 0;
    margin-left: 0;
  }
}

.weather__section .weather__body--main {
  display: block;
  padding-bottom: 20px;
  padding-left: 102px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__body--main {
    padding-bottom: 33px;
    padding-left: 160px;
  }
}

.weather__section .weather__title {
  padding-bottom: 14px;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__title {
    padding-bottom: 12px;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.015em;
  }
}

.weather__section .weather__lead p {
  font: normal 400 100% "Stag Book";
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.weather__section .weather__lead p span {
  color: #d94339;
}

.weather__section .weather__lead a {
  color: #d94339;
}

.weather__section .weather__body--main_content {
  position: relative;
  z-index: 1;
  padding: 0 20px 0 31px;
  position: relative;
  z-index: 1;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__body--main_content {
    padding: 0;
  }
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__body--main_content {
    padding-bottom: 27px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.weather__section .weather__body--main_content strong:first-of-type {
  padding-bottom: 2px;
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.weather__section .weather__body--main_content strong {
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.weather__section .weather__body--main_content p {
  padding-bottom: 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__body--main_content p {
    padding-bottom: 27px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.weather__section .weather__body--main_content p strong:first-of-type {
  padding-bottom: 2px;
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.weather__section .weather__body--main_content p strong {
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.weather__section .weather__body--main_content a {
  color: #d94339;
}

.weather__section .weather__body--main_content .btn {
  height: 24px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: white;
  position: absolute;
}

.weather__day .weather__section .weather__body--main_content .btn {
  top: 20px;
  right: 20px;
}

.weather__day--today .weather__section .weather__body--main_content .btn {
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.weather__section .weather__body--main_content h3 {
  font: normal 400 100% "Dobra Bold", sans-serif;
  @incldue font-size(21);
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
  padding-bottom: 30px;
  padding-top: 27px;
}

.weather__section .weather__body--main_content ul,
.weather__section .weather__body--main_content ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__body--main_content ul,
  .weather__section .weather__body--main_content ol {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.weather__section .weather__body--main_content ul li,
.weather__section .weather__body--main_content ol li {
  position: relative;
}

.weather__section .weather__info {
  margin-bottom: 30px;
  margin-right: 0;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__info {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__boxes {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

.weather__section .weather__boxes .weather__box {
  width: 100%;
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__boxes .weather__box:first-of-type {
    padding-right: 10px;
  }
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__boxes .weather__box:last-of-type {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__boxes .weather__box {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1369px) {
  .weather__section .weather__boxes--full_width {
    display: block;
  }
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__boxes--full_width {
    margin-right: 20px;
  }
}

.weather__section .weather__boxes--full_width .weather__box {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__boxes--full_width .weather__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}

.weather__section .weather__background {
  display: block;
  width: 100%;
  background-color: white;
}

.weather__section .weather__box--half {
  width: 100%;
  float: none;
}

@media screen and (min-width: 1370px) {
  .weather__section .weather__box--half {
    width: 50%;
    float: left;
  }
}

.weather__section .weather__box--title {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0em;
  text-align: center;
  border-bottom: 1px solid #ebe6db;
}

.weather__section .weather__box--title h3 {
  padding-bottom: 13px;
  padding-top: 13px;
}

.weather__section .weather__box--content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0em;
  color: #414141;
}

.weather__section .weather__box--content svg {
  overflow: visible;
}

.weather__box--no_data .weather_bio__ico {
  text-align: center;
}

.weather_bio__ico .icon {
  display: inline-block;
  position: relative;
  top: 10px;
  color: #d94339;
  float: left;
  font-size: 45px;
  font-size: 4.5rem;
}

.weather__box--no_data .weather_bio__ico .icon {
  float: none;
  margin-top: 15px;
}

.weather_bio__desc {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 57px;
}

.weather__box--no_data .weather_bio__desc {
  padding: 30px 10px 20px;
  text-align: center;
}

.weather_precipitation--rain {
  display: block;
  text-align: center;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0em;
  color: #2165aa;
  margin-top: 25px;
}

.weather_precipitation--text_small {
  display: block;
  padding: 30px;
  text-align: center;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0em;
  color: #414141;
}

.weather_precipitation--no_data {
  color: #98908e;
}

.forecast__graph_value {
  display: block;
  padding: 3px 14px 20px 14px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  text-align: center;
}

.forecast__graph_value--no_data {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0em;
  color: #414141 !important;
}

.forecast__graph_day {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  padding: 0 24px;
}

.weather_today .weather__box--content {
  display: block;
  padding: 30px;
}

.weather_today .weather__powered_by {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.weather_today .weather__powered_by--link {
  display: block;
  width: 100%;
  height: auto;
}

.weather_today .weather__powered_by small {
  display: inline-block;
  margin-right: 10px;
  margin-top: 39px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
  color: #7b7674;
  text-transform: uppercase;
}

.weather_today .weather__powered_by img {
  width: 100px;
  height: 51px;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

@media screen and (min-width: 1370px) {
  .weather_today .weather__powered_by img {
    -webkit-transform: translate(3px, 4px);
    -ms-transform: translate(3px, 4px);
    transform: translate(3px, 4px);
  }
}

.weather_week {
  padding: 0 !important;
}

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

.weather_week__item {
  position: relative;
  padding: 0 30px;
  height: 48px;
  font: normal 400 100% "Stag Book";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .weather_week__item {
    padding: 0 20px;
  }
}

.weather_week__item:nth-of-tpye(odd) {
  background-color: white;
}

.weather_week__item:nth-of-type(even) {
  background-color: #f4f4f4;
}

.weather_week__item:nth-of-type(even) .weather_week__symbol {
  background-color: #f4f4f4;
}

.weather_week__day, .weather_week__symbol, .weather_week__day, .weather_week__min, .weather_week__max {
  display: inline-block;
  vertical-align: middle;
}

.weather_week__day {
  width: 100px;
}

@media screen and (min-width: 1370px) {
  .weather_week__day {
    width: 115px;
  }
}

.weather_week__symbol {
  margin-right: 15px;
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 1369px) {
  .weather_week__symbol {
    margin-right: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
  }
}

@media screen and (min-width: 1370px) {
  .weather_week__symbol {
    margin-right: 20px;
    margin-left: 0px;
  }
}

.weather_week__temperature {
  display: inline-block;
  width: 140px;
  float: right;
}

.weather_week__min, .weather_week__max {
  position: relative;
  width: 66px;
  text-transform: uppercase;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.1em;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  color: #8f8f8f;
}

.weather_week__min small, .weather_week__max small {
  margin-right: 9px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.048em;
  color: #8f8f8f;
}

.weather_week__max {
  text-align: right;
  color: #202020;
}

.weather_week__max small {
  color: #8f8f8f;
}

.weather__select--wrap {
  display: block;
  width: auto;
  height: 60px;
  background-color: #f7f6f1;
  margin-right: 0;
  -webkit-box-shadow: 1px 0 0 0 #ebe6db, 0 1px 0 0 #ebe6db, 1px 1px 0 0 #ebe6db, 1px 0 0 0 #ebe6db inset, 0 1px 0 0 #ebe6db inset;
  box-shadow: 1px 0 0 0 #ebe6db, 0 1px 0 0 #ebe6db, 1px 1px 0 0 #ebe6db, 1px 0 0 0 #ebe6db inset, 0 1px 0 0 #ebe6db inset;
}

@media screen and (min-width: 1370px) {
  .weather__select--wrap {
    margin-right: 20px;
  }
}

.weather__select_wrap {
  height: 60px;
  display: block;
  width: 234px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.weather__select_wrap option {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  text-transform: none;
  padding: 5px 10px;
  text-transform: none;
  color: #202020;
}

.weather__label {
  color: #202020;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 4px;
  right: 0;
  z-index: 1;
}

.weather__label .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 57px;
  line-height: 5.7rem;
  color: #202020;
}

.weather__select {
  position: relative;
  z-index: 2;
  border: 0px;
  -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: 60px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0em;
  color: #202020;
  background-color: transparent;
  -webkit-border-radius: 0px;
  /* hide select arrow for IE */
}

.weather__select:hover {
  cursor: pointer;
}

.weather__select::-ms-expand {
  display: none;
}

.weather__day {
  position: relative;
  background-color: #f7f6f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px;
  width: 50%;
  float: left;
  -webkit-box-shadow: 1px 0 0 0 #ebe6db, 0 1px 0 0 #ebe6db, 1px 1px 0 0 #ebe6db, 1px 0 0 0 #ebe6db inset, 0 1px 0 0 #ebe6db inset;
  box-shadow: 1px 0 0 0 #ebe6db, 0 1px 0 0 #ebe6db, 1px 1px 0 0 #ebe6db, 1px 0 0 0 #ebe6db inset, 0 1px 0 0 #ebe6db inset;
}

.weather__day .btn {
  right: 20px;
  top: 20px;
}

.weather__day_today_is_active, .weather__day_tommorrow_is_active, .weather__day_day_after_tommorrow_is_active {
  background-color: white;
}

.weather__day_today_is_active .btn, .weather__day_tommorrow_is_active .btn, .weather__day_day_after_tommorrow_is_active .btn {
  display: none;
}

.weather__day--no_data {
  color: #98908e;
}

.weather__day--today {
  width: 100%;
  padding-top: 35px;
  float: none;
}

.weather__day--today .btn {
  right: auto;
  top: auto;
  left: 20px;
  bottom: 20px;
}

.weather__day--title {
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  color: #98908e;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .weather__day--later .weather__day--title:first-of-type {
    margin-bottom: 13px;
  }
}

.weather__day--icon, .weather__day--temperature, .weather__day--later {
  width: 50%;
  float: left;
}

.weather__day--icon {
  width: 50%;
  margin-right: 0;
}

@media screen and (min-width: 1370px) {
  .weather__day--icon {
    width: auto;
    margin-right: 13px;
  }
}

.weather__day--icon svg {
  margin-left: -20px;
}

.weather__today .weather__day--icon {
  width: 50%;
  margin-right: 0;
  margin-left: 0;
  max-height: 210px;
}

.weather__day--later {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}

.weather__day--now {
  width: 100%;
}

.weather__day--today .weather__day--now {
  width: 50%;
  float: left;
}

.weather__day--temperature_now {
  display: block;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  color: #98908e;
  margin-top: 30px;
}

.is_active .weather__day--temperature_now {
  color: #202020;
}

.weather__day--today .weather__day--temperature_now {
  margin-top: -10px;
  font-size: 80px;
  font-size: 8rem;
}

@media screen and (min-width: 1370px) {
  .weather__day--today .weather__day--temperature_now {
    font-size: 120px;
    font-size: 12rem;
  }
}

.weather__day--temperature_now .weather__day--no_data {
  font-size: 80px;
  font-size: 8rem;
}

@media screen and (min-width: 1370px) {
  .weather__day--temperature_now .weather__day--no_data {
    font-size: 100px;
    font-size: 10rem;
  }
}

.weather__day--temperature_later {
  display: block;
  margin-bottom: 7px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: -0.01em;
  color: #98908e;
}

@media screen and (min-width: 1370px) {
  .weather__day--temperature_later {
    margin-bottom: 25px;
  }
}

.is_active .weather__day--temperature_later {
  color: #202020;
}

.weather__icon_wrap {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0;
}

.weather__day--today .weather__icon_wrap {
  width: 250px;
  height: 250px;
  margin: 0px auto;
  margin-top: -50px;
  margin-left: 0px;
}

@media screen and (min-width: 1370px) {
  .weather__day--today .weather__icon_wrap {
    margin-top: -70px;
    margin-left: 20px;
    width: 300px;
    height: 300px;
  }
}

.weather__icon_wrap img {
  opacity: 0;
}

.weather__icon_wrap svg {
  width: 100%;
  height: 100%;
  fill: #98908e;
}

.is_active .weather__icon_wrap svg {
  fill: #202020;
}

.weather__wind {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .weather__wind {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.weather__wind span {
  display: inline-block;
}

.weather__day--today .weather__wind {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1370px) {
  .weather__day--today .weather__wind {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.weather__wind--no_data {
  color: #98908e;
}

.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_today__wind_dir_ico .icon {
  left: 0;
  position: absolute;
  left: -6px;
  /*left ne top zbog rotacije ikone*/
  color: #d94339;
  font-size: 24px;
  font-size: 2.4rem;
}

.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_today__wind_dir_ico--ne .icon {
  -webkit-animation: si 1.8s ease-in-out infinite;
  animation: si 1.8s ease-in-out infinite;
}

.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_today__wind_dir_ico--se .icon {
  -webkit-animation: ji 1.8s ease-in-out infinite;
  animation: ji 1.8s ease-in-out infinite;
}

.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_today__wind_dir_ico--sw .icon {
  -webkit-animation: jz 1.8s ease-in-out infinite;
  animation: jz 1.8s ease-in-out infinite;
}

.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_today__wind_dir_ico--nw .icon {
  -webkit-animation: sz 1.8s ease-in-out infinite;
  animation: sz 1.8s ease-in-out infinite;
}

.weather .weather_text,
.weather .weather_bio,
.weather .weather_week,
.weather .weather_today {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .weather .weather_text,
  .weather .weather_bio,
  .weather .weather_week,
  .weather .weather_today {
    width: 50%;
    float: left;
  }
}

.weather .weather_widget__select_wrap {
  display: inline-block;
  width: 235px;
  margin: 0px auto;
}

@media screen and (max-width: 1369px) {
  .weather .weather_widget__select_wrap {
    margin-top: 13px;
  }
}

@media screen and (min-width: 1370px) {
  .weather .weather_widget__select_wrap {
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: 22px;
  }
}

.weather .weather_widget__select_wrap select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 100%;
  background-color: transparent;
}

.weather .weather_widget__select_wrap option {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-transform: none;
  padding: 5px 10px;
  text-transform: none;
}

.weather .weather_widget__label {
  color: #202020;
  width: 40px;
  height: 40px;
  z-index: -1;
}

.weather .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: #202020;
  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 #76635c;
  /* hide select arrow for IE */
}

.weather .weather_widget__select:hover {
  cursor: pointer;
}

.weather .weather_widget__select::-ms-expand {
  display: none;
}

.weather .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: 1369px) {
  .weather .weather_widget__icon_figure {
    position: absolute;
  }
}

.weather .weather_widget__icon_wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  padding-right: 20px;
  margin-right: 13px;
}

.weather__today .weather .weather_widget__icon_wrap {
  width: 50%;
  margin-right: 0;
}

@media screen and (min-width: 1370px) {
  .weather .weather_widget__icon_wrap {
    float: left;
    position: relative;
    margin-top: 0;
    padding-right: 0;
    width: 260px;
    height: 260px;
  }
}

.weather .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 .weather_widget__icon_wrap svg path {
  fill: #d94339;
}

@media screen and (min-width: 1370px) {
  .weather .weather_widget__icon_wrap svg {
    width: 100%;
    height: 100%;
  }
}

.tag__content {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}

.tag__content--title {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  padding-top: 2px;
  padding-bottom: 5px;
}

.tag__content--title span {
  padding: 0 5px;
  color: #d94339;
  text-transform: uppercase;
}

.tag__content--text {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.01em;
  color: #7b7674;
}

.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__item--reply .commbox--th_vecernji {
  padding: 17px 20px 0 50px;
}

.thread--thread__teaser {
  background-color: white;
  position: relative;
}

@media screen and (max-width: 1369px) {
  .thread--thread__teaser {
    padding-left: 0;
    padding-right: 0;
  }
}

.thread--thread__teaser .thread__separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #76635c;
  margin-bottom: 24px;
}

@media screen and (min-width: 1370px) {
  .thread--thread__teaser .thread__separator {
    display: none;
  }
}

.thread--thread__teaser .is_authenticated .thread__separator {
  display: none;
  width: 100%;
  height: 1px;
  background-color: #76635c;
  margin-bottom: 24px;
}

@media screen and (min-width: 1370px) {
  .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 .onecomment__delete {
  display: none;
}

.thread--th_vecernji {
  padding: 18px 15px 40px 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1370px) {
  .thread--th_vecernji {
    padding: 40px 69px 40px 270px;
  }
}

.article .thread--th_vecernji {
  margin-bottom: 0;
}

.thread--th_vecernji .article__comments--title {
  display: block;
  width: 100%;
  padding-right: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .thread--th_vecernji .article__comments--title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.thread--th_vecernji .article__comments--title span {
  margin-left: 18px;
  display: inline-block;
  padding: 5px 8px 3px 8px;
  border: 1px solid #b7342c;
  font: normal 400 100% "Stag Semibold";
  color: #d94339;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .thread--th_vecernji .article__comments--title span {
    margin-left: 15px;
  }
}

.thread--th_vecernji .article__comments--title_wrap {
  margin-bottom: 20px;
}

.thread--th_vecernji .article__comments--title_wrap .hidden_mobile {
  display: inline-block;
}

.thread--th_vecernji .article__comments--title_wrap .btn--viewall {
  float: right;
  z-index: 1;
}

.thread--th_vecernji .article__comments--title_wrap .btn--viewall .icon {
  position: relative;
  top: 4px;
}

.thread--th_vecernji .thread--thread_teaser {
  margin-bottom: 45px;
}

@media screen and (max-width: 1369px) {
  .thread--th_vecernji .thread__form {
    padding-left: 40px;
  }
}

.thread--th_vecernji .thread__form.no_posts {
  border-top: 1px solid #ebe6db;
}

.thread--th_vecernji .thread__logged,
.thread--th_vecernji .thread__unlogged {
  text-align: right;
}

.comments__page .thread--th_vecernji .thread__logged, .comments__page
.thread--th_vecernji .thread__unlogged {
  text-align: left;
}

.thread--th_vecernji .no_posts .thread__logged,
.thread--th_vecernji .no_posts .thread__unlogged {
  text-align: left;
}

.thread--th_vecernji .thread__form--message {
  margin-top: 6px;
  padding-top: 22px;
  padding-bottom: 33px;
}

@media screen and (max-width: 1369px) {
  .thread--th_vecernji .thread__form--message {
    padding-left: 0;
  }
}

.thread--th_vecernji .thread__form--message p {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
  color: #202020;
}

.thread--th_vecernji .thread__form--message p a {
  color: #d94339;
}

.thread--th_vecernji .thread__sublist {
  padding: 0 30px;
}

.th_living .thread--th_vecernji .article__comments--title span {
  color: #ed6e65;
  border: 1px solid #d5544b;
}

.th_living .thread--th_vecernji .btn--viewall {
  background-color: #ed6e65;
}

.th_living .thread--th_vecernji .btn--viewall:hover {
  background-color: #d5544b;
}

.th_living .thread--th_vecernji .thread__comment_btn {
  background-color: #ed6e65;
}

.th_living .thread--th_vecernji .thread__comment_btn:hover {
  background-color: #d5544b;
}

.th_living .thread--th_vecernji .thread__form--message p a {
  color: #ed6e65;
}

.th_living .thread--th_vecernji .thread__form--message p a:hover {
  color: #d5544b;
}

.th_vojna-povijest .thread--th_vecernji .article__comments--title span {
  color: #6d8352;
  border: 1px solid #5d6f47;
}

.th_vojna-povijest .thread--th_vecernji .btn--viewall {
  background-color: #6d8352;
}

.th_vojna-povijest .thread--th_vecernji .btn--viewall:hover {
  background-color: #5d6f47;
}

.th_vojna-povijest .thread--th_vecernji .thread__comment_btn {
  background-color: #6d8352;
}

.th_vojna-povijest .thread--th_vecernji .thread__comment_btn:hover {
  background-color: #5d6f47;
}

.th_vojna-povijest .thread--th_vecernji .thread__form--message p a {
  color: #6d8352;
}

.th_vojna-povijest .thread--th_vecernji .thread__form--message p a:hover {
  color: #5d6f47;
}

.th_moja-hrvatska .thread--th_vecernji .article__comments--title span {
  color: #2277be;
  border: 1px solid #3a50d6;
}

.th_moja-hrvatska .thread--th_vecernji .btn--viewall {
  background-color: #2277be;
}

.th_moja-hrvatska .thread--th_vecernji .btn--viewall:hover {
  background-color: #3a50d6;
}

.th_moja-hrvatska .thread--th_vecernji .thread__comment_btn {
  background-color: #2277be;
}

.th_moja-hrvatska .thread--th_vecernji .thread__comment_btn:hover {
  background-color: #3a50d6;
}

.th_moja-hrvatska .thread--th_vecernji .thread__form--message p a {
  color: #2277be;
}

.th_moja-hrvatska .thread--th_vecernji .thread__form--message p a:hover {
  color: #3a50d6;
}

.thread_view--header {
  margin-bottom: 20px;
}

.livearticle_comments--upper,
.comments__page--upper {
  background-color: white;
  padding: 14px 0 14px 20px;
}

.livearticle_comments .article__comments--title,
.comments__page .article__comments--title {
  display: block;
  width: 100%;
  padding-right: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .livearticle_comments .article__comments--title,
  .comments__page .article__comments--title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.livearticle_comments .article__comments--title span,
.comments__page .article__comments--title span {
  margin-left: 10px;
  display: inline-block;
  font: normal 400 100% "Stag Semibold";
  color: #d94339;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
}

.livearticle_comments .thread__item--link_msg,
.comments__page .thread__item--link_msg {
  display: block;
  padding-bottom: 1px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #d94339;
}

.livearticle_comments .thread__item--link_msg:hover,
.comments__page .thread__item--link_msg:hover {
  cursor: pointer;
  color: #b7342c;
}

.livearticle_comments .thread__item--note,
.comments__page .thread__item--note {
  background-color: #f7f6f1;
  padding: 15px 14px 18px 14px;
  text-align: center;
  border-bottom: 1px solid #ebe6db;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  @incldue letter-spacing(25);
  color: #b8adaa;
}

.livearticle_comments .thread__item--link,
.comments__page .thread__item--link {
  padding: 12px 14px 13px 14px;
  text-align: center;
  border-bottom: 1px solid #ebe6db;
}

.livearticle_comments .thread__unlogged,
.comments__page .thread__unlogged {
  padding: 16px 20px 20px 20px;
  background-color: transparent;
}

.livearticle_comments .thread__unlogged .comments__item--title, .livearticle_comments .thread__unlogged .comments__item--link,
.livearticle_comments .thread__unlogged .thread__item--title,
.livearticle_comments .thread__unlogged .thread__item--link,
.comments__page .thread__unlogged .comments__item--title,
.comments__page .thread__unlogged .comments__item--link,
.comments__page .thread__unlogged .thread__item--title,
.comments__page .thread__unlogged .thread__item--link {
  display: block;
  padding-bottom: 1px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}

.livearticle_comments .thread__unlogged .comments__item--link,
.livearticle_comments .thread__unlogged .thread__item--link,
.comments__page .thread__unlogged .comments__item--link,
.comments__page .thread__unlogged .thread__item--link {
  padding: 0 14px;
  text-align: center;
}

.livearticle_comments .thread__unlogged .comments__item--message,
.livearticle_comments .thread__unlogged .thread__item--message,
.comments__page .thread__unlogged .comments__item--message,
.comments__page .thread__unlogged .thread__item--message {
  display: block;
  padding-bottom: 12px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}

.livearticle_comments .thread__unlogged .comments__item--title, .livearticle_comments .thread__unlogged .comments__item--message,
.livearticle_comments .thread__unlogged .thread__item--title,
.livearticle_comments .thread__unlogged .thread__item--message,
.comments__page .thread__unlogged .comments__item--title,
.comments__page .thread__unlogged .comments__item--message,
.comments__page .thread__unlogged .thread__item--title,
.comments__page .thread__unlogged .thread__item--message {
  text-align: left;
}

.comments__page--upper .fake__form_select_wrap {
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  max-width: 180px;
}

.livearticle_comments .article__comments--title {
  padding-right: 180px;
}

/* 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: 1370px) {
  .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: 1370px) {
  .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;
}

.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: 1370px) {
  .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: 1370px) {
  .commbox__rating--positive {
    margin-left: 10px;
    margin-right: 0;
  }
}

@media screen and (min-width: 1370px) {
  .commbox__rating--negative {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1370px) {
  .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;
}

.commbox__rating--positive:hover .icon {
  color: #98908e;
}

.commbox__rating--positive:hover .btn__value {
  color: #597e29;
}

.commbox__rating--negative:hover .icon {
  color: #98908e;
}

.commbox__rating--negative:hover .btn__value {
  color: #b7342c;
}

.comments__upper {
  margin: 0;
}

.comments__upper .fake__form_select_wrap {
  position: relative;
  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;
  z-index: 11;
}

.comments__upper .fake__form_select_list.is_visible {
  display: block;
  position: absolute;
}

.commbox--th_vecernji {
  border-top: 1px solid #ebe6db;
  padding-top: 20px;
}

.commbox--th_vecernji .commbox__more {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.025em;
  color: #d94339;
  text-transform: uppercase;
}

.commbox--th_vecernji .commbox__wrap {
  padding-bottom: 13px;
}

@media screen and (max-width: 1369px) {
  .commbox--th_vecernji .commbox__wrap {
    padding-left: 37px;
  }
}

.commbox--th_vecernji .commbox__content_wrap {
  margin-top: -4px;
}

.commbox--th_vecernji .commbox__avatar {
  margin-top: 4px;
  margin-right: 18px;
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
}

.commbox--th_vecernji .commbox__avatar figure {
  width: 60px;
  height: 60px;
}

.commbox--th_vecernji .commbox__avatar figure .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.commbox--th_vecernji .commbox__user {
  position: relative;
  padding-bottom: 7px;
  padding-right: 200px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 400 100% "Stag Semibold";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.commbox--th_vecernji .commbox__time {
  padding-right: 0;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 16px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #98908e;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .commbox--th_vecernji .commbox__time {
    top: 15px;
  }
}

.commbox--th_vecernji .commbox__time--time {
  padding-right: 5px;
}

.commbox--th_vecernji .commbox__content {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.01em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .commbox--th_vecernji .commbox__content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
}

.commbox--th_vecernji .commbox__content p.commbox__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 78px;
}

@media screen and (max-width: 1369px) {
  .commbox--th_vecernji .commbox__content p.commbox__content {
    padding-left: 78px;
  }
}

.thread--thread_teaser .commbox--th_vecernji .commbox__content p.commbox__content,
.livearticle_comments .commbox--th_vecernji .commbox__content p.commbox__content {
  padding-left: 0;
}

.livearticle_comments .thread__list,
.comments__page .thread__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.livearticle_comments .thread__list.thread__sublist,
.comments__page .thread__list.thread__sublist {
  margin-top: 1px;
}

.livearticle_comments .thread__item,
.comments__page .thread__item {
  background-color: white;
}

.livearticle_comments .thread__item--self,
.comments__page .thread__item--self {
  background-color: #f7f6f1;
}

.livearticle_comments .thread__item--commenting,
.comments__page .thread__item--commenting {
  background-color: transparent;
  position: relative;
}

.livearticle_comments .thread__item .onecomment__new_comment,
.comments__page .thread__item .onecomment__new_comment {
  padding-left: 50px;
  padding-right: 20px;
  background-color: #f7f6f1;
  border-bottom: 1px solid #ebe6db;
}

.livearticle_comments .thread__item .onecomment__content,
.comments__page .thread__item .onecomment__content {
  padding-left: 0 !important;
}

.livearticle_comments .thread__item .onecomment__avatar,
.comments__page .thread__item .onecomment__avatar {
  display: none !important;
}

.livearticle_comments .thread__item .onecomment__form_item,
.comments__page .thread__item .onecomment__form_item {
  text-align: right;
}

.livearticle_comments .onecomment__form_item,
.comments__page .onecomment__form_item {
  text-align: right;
}

.livearticle_comments__reload,
.comments__page__reload {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 3px 14px 9px 14px;
  border-bottom: 1px solid #ebe6db;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #98908e;
  text-transform: uppercase;
  text-align: center;
}

.livearticle_comments__reload .icon,
.comments__page__reload .icon {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 11px;
}

.livearticle_comments__reload.rotate .icon,
.comments__page__reload.rotate .icon {
  animation: rotateLoadIcon 2s linear infinite;
  -webkit-animation: rotateLoadIcon 2s linear infinite;
}

.livearticle_comments .commbox--th_vecernji,
.comments__page .commbox--th_vecernji {
  overflow: visible;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 60px 0 60px;
  border-bottom: 1px solid #ebe6db;
}

.livearticle_comments .commbox--th_vecernji .commbox__wrap,
.comments__page .commbox--th_vecernji .commbox__wrap {
  padding-bottom: 9px;
  padding-left: 0;
}

.livearticle_comments .commbox--th_vecernji .commbox__user,
.comments__page .commbox--th_vecernji .commbox__user {
  display: inline;
  padding-right: 15px;
  font: normal 400 100% "Stag Semibold";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.01em;
}

.livearticle_comments .commbox--th_vecernji .commbox__follow,
.comments__page .commbox--th_vecernji .commbox__follow {
  display: none;
  margin-right: 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
}

.livearticle_comments .commbox--th_vecernji .commbox__follow .icon,
.comments__page .commbox--th_vecernji .commbox__follow .icon {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 5px;
}

.livearticle_comments .commbox--th_vecernji .commbox__follow .icon-block-helper,
.comments__page .commbox--th_vecernji .commbox__follow .icon-block-helper {
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  top: -1px;
}

.livearticle_comments .commbox--th_vecernji .commbox__follow span,
.comments__page .commbox--th_vecernji .commbox__follow span {
  position: relative;
  top: -1px;
}

.livearticle_comments .commbox--th_vecernji .commbox__follow.is_visible,
.comments__page .commbox--th_vecernji .commbox__follow.is_visible {
  display: inline;
}

.livearticle_comments .commbox--th_vecernji .commbox__follow:hover,
.comments__page .commbox--th_vecernji .commbox__follow:hover {
  color: #202020;
}

.livearticle_comments .commbox--th_vecernji .commbox__content,
.comments__page .commbox--th_vecernji .commbox__content {
  display: block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0em;
  padding-left: 0;
}

.livearticle_comments .commbox--th_vecernji .commbox__content p,
.comments__page .commbox--th_vecernji .commbox__content p {
  padding-top: 3px;
}

@media screen and (min-width: 1370px) {
  .livearticle_comments .commbox--th_vecernji .commbox__content p,
  .comments__page .commbox--th_vecernji .commbox__content p {
    padding-left: 0;
  }
}

.livearticle_comments .commbox--th_vecernji .commbox__interaction,
.comments__page .commbox--th_vecernji .commbox__interaction {
  margin-top: 8px;
}

.livearticle_comments .commbox--th_vecernji .commbox__avatar,
.comments__page .commbox--th_vecernji .commbox__avatar {
  display: none;
}

.livearticle_comments .commbox--th_vecernji .commbox__time,
.comments__page .commbox--th_vecernji .commbox__time {
  position: relative;
  top: 0;
}

.livearticle_comments .commbox--th_vecernji .btn--reply,
.comments__page .commbox--th_vecernji .btn--reply {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #d94339;
  text-transform: uppercase;
  margin-right: 20px;
}

.livearticle_comments .commbox,
.comments__page .commbox {
  overflow: visible;
}

.livearticle_comments .commbox__flag,
.comments__page .commbox__flag {
  position: relative;
  top: 3px;
  margin-left: 7px;
}

.livearticle_comments .commbox__flag .icon,
.comments__page .commbox__flag .icon {
  color: #b8adaa;
  margin-right: 7px;
  font-size: 17px;
  font-size: 1.7rem;
}

.livearticle_comments .commbox__flag.btn--invert .icon,
.comments__page .commbox__flag.btn--invert .icon {
  color: #d94339;
}

.livearticle_comments .commbox__flag:hover .icon,
.comments__page .commbox__flag:hover .icon {
  color: #d94339;
}

.livearticle_comments .commbox__replies,
.comments__page .commbox__replies {
  position: relative;
  margin-left: 10px;
  margin-right: 30px;
}

.livearticle_comments .commbox__replies:after,
.comments__page .commbox__replies:after {
  content: '';
  display: block;
  width: auto;
  height: 3px;
  background-color: #d94339;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -11px;
}

.livearticle_comments .commbox__replies .icon,
.comments__page .commbox__replies .icon {
  position: relative;
  top: 5px;
  margin-right: 5px;
  color: #d94339;
}

.livearticle_comments .commbox__replies .btn__value,
.comments__page .commbox__replies .btn__value {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0em;
  color: #d94339;
}

.livearticle_comments .commbox__replies.is_active:after,
.comments__page .commbox__replies.is_active:after {
  background-color: #202020;
}

.livearticle_comments .commbox__replies.is_active .icon,
.comments__page .commbox__replies.is_active .icon {
  color: #202020;
}

.livearticle_comments .commbox__replies.is_active .btn__value,
.comments__page .commbox__replies.is_active .btn__value {
  color: #202020;
}

.livearticle_comments .commbox__rating,
.comments__page .commbox__rating {
  position: relative;
  top: -1px;
}

.livearticle_comments .commbox__rating .icon,
.comments__page .commbox__rating .icon {
  color: #b8adaa;
  margin-right: 10px;
  font-size: 17px;
  font-size: 1.7rem;
}

.livearticle_comments .commbox__rating .btn__value,
.comments__page .commbox__rating .btn__value {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.livearticle_comments .commbox__rating .btn--positive .icon,
.comments__page .commbox__rating .btn--positive .icon {
  position: relative;
  top: 3px;
}

.livearticle_comments .commbox__rating .btn--positive .btn__value,
.comments__page .commbox__rating .btn--positive .btn__value {
  color: #79a342;
}

.livearticle_comments .commbox__rating .btn--positive.btn--invert .icon,
.comments__page .commbox__rating .btn--positive.btn--invert .icon {
  color: #202020;
}

.livearticle_comments .commbox__rating .btn--positive.btn--invert .btn__value,
.comments__page .commbox__rating .btn--positive.btn--invert .btn__value {
  color: #202020;
}

.livearticle_comments .commbox__rating .btn--negative .icon,
.comments__page .commbox__rating .btn--negative .icon {
  position: relative;
  top: 4px;
}

.livearticle_comments .commbox__rating .btn--negative .btn__value,
.comments__page .commbox__rating .btn--negative .btn__value {
  color: #d94339;
}

.livearticle_comments .commbox__rating .btn--negative.btn--invert .icon,
.comments__page .commbox__rating .btn--negative.btn--invert .icon {
  color: #202020;
}

.livearticle_comments .commbox__rating .btn--negative.btn--invert .btn__value,
.comments__page .commbox__rating .btn--negative.btn--invert .btn__value {
  color: #202020;
}

.livearticle_comments .commbox__rating--positive:hover .icon,
.comments__page .commbox__rating--positive:hover .icon {
  color: #98908e;
}

.livearticle_comments .commbox__rating--positive:hover .btn__value,
.comments__page .commbox__rating--positive:hover .btn__value {
  color: #597e29;
}

.livearticle_comments .commbox__rating--negative:hover .icon,
.comments__page .commbox__rating--negative:hover .icon {
  color: #98908e;
}

.livearticle_comments .commbox__rating--negative:hover .btn__value,
.comments__page .commbox__rating--negative:hover .btn__value {
  color: #b7342c;
}

.livearticle_comments .onecomment__delete,
.comments__page .onecomment__delete {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 24px;
  height: 24px;
  opacity: .7;
  background-color: #d94339;
}

.livearticle_comments .onecomment__delete .icon,
.comments__page .onecomment__delete .icon {
  position: relative;
  left: 2px;
  top: 1px;
  color: white;
  font-size: 20px;
  font-size: 2rem;
}

.thread--thread_teaser .livearticle_comments .onecomment__delete, .thread--thread_teaser
.comments__page .onecomment__delete {
  display: none;
}

.livearticle_comments .onecomment__new_comment,
.comments__page .onecomment__new_comment {
  padding: 16px 20px 20px 20px;
}

.livearticle_comments .onecomment__new_comment .onecomment__flag,
.comments__page .onecomment__new_comment .onecomment__flag {
  position: relative;
  top: 3px;
}

.livearticle_comments .onecomment__new_comment .onecomment__flag .icon,
.comments__page .onecomment__new_comment .onecomment__flag .icon {
  color: #b8adaa;
  margin-right: 7px;
  font-size: 17px;
  font-size: 1.7rem;
}

.livearticle_comments .onecomment__new_comment .onecomment__username,
.comments__page .onecomment__new_comment .onecomment__username {
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-bottom: 7px;
  padding-right: 200px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 400 100% "Stag Semibold";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.livearticle_comments .onecomment__new_comment .onecomment__avatar,
.comments__page .onecomment__new_comment .onecomment__avatar {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
}

.livearticle_comments .onecomment__new_comment .onecomment__avatar figure,
.comments__page .onecomment__new_comment .onecomment__avatar figure {
  width: 100%;
  height: 100%;
}

.livearticle_comments .onecomment__new_comment .onecomment__avatar figure .icon,
.comments__page .onecomment__new_comment .onecomment__avatar figure .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.livearticle_comments .onecomment__new_comment .onecomment__content,
.comments__page .onecomment__new_comment .onecomment__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding-left: 80px;
}

.livearticle_comments .onecomment__new_comment .onecomment__form_item,
.comments__page .onecomment__new_comment .onecomment__form_item {
  position: relative;
  margin-bottom: 10px;
}

.livearticle_comments .onecomment__new_comment .onecomment__counter,
.comments__page .onecomment__new_comment .onecomment__counter {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
}

.livearticle_comments .onecomment__new_comment .onecomment__form_textarea,
.comments__page .onecomment__new_comment .onecomment__form_textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 100%;
  min-height: 60px;
  height: auto;
  background-color: white;
  border: 0;
  padding: 6px 13px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.01em;
  color: #98908e;
}

.livearticle_comments .onecomment__new_comment .onecomment__form_textarea:focus,
.comments__page .onecomment__new_comment .onecomment__form_textarea:focus {
  color: #202020;
}

.livearticle_comments .onecomment__new_comment .onecomment__form_links,
.comments__page .onecomment__new_comment .onecomment__form_links {
  text-align: right;
}

.livearticle_comments .onecomment__new_comment .onecomment__form_links .btn--cancel_comment,
.comments__page .onecomment__new_comment .onecomment__form_links .btn--cancel_comment {
  margin-right: 6px;
}

.livearticle_comments .onecomment__new_comment .onecomment__form_link,
.comments__page .onecomment__new_comment .onecomment__form_link {
  float: left;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
  color: #b8adaa;
}

.livearticle_comments .onereply,
.comments__page .onereply {
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 3px 19px;
  border-bottom: 1px solid #ebe6db;
}

.livearticle_comments .onereply__wrap,
.comments__page .onereply__wrap {
  padding: 0 0 9px 30px;
}

.livearticle_comments .onereply__user,
.comments__page .onereply__user {
  display: inline;
  padding-right: 5px;
  font: normal 400 100% "Stag Semibold";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.01em;
}

.livearticle_comments .onereply__content,
.comments__page .onereply__content {
  display: inline;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0em;
}

.livearticle_comments .onereply__content p,
.comments__page .onereply__content p {
  padding-right: 20px;
}

.livearticle_comments .onereply__time,
.comments__page .onereply__time {
  padding-right: 0;
  margin-right: 0;
  position: relative;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #98908e;
  text-transform: uppercase;
}

.livearticle_comments .onereply__follow,
.comments__page .onereply__follow {
  display: none;
  margin-right: 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
}

.livearticle_comments .onereply__follow .icon,
.comments__page .onereply__follow .icon {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 5px;
}

.livearticle_comments .onereply__follow .icon-block-helper,
.comments__page .onereply__follow .icon-block-helper {
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  top: -1px;
}

.livearticle_comments .onereply__follow span,
.comments__page .onereply__follow span {
  position: relative;
  top: -1px;
}

.livearticle_comments .onereply__follow.is_visible,
.comments__page .onereply__follow.is_visible {
  display: inline;
}

.livearticle_comments .onereply__follow:hover,
.comments__page .onereply__follow:hover {
  color: #202020;
}

.livearticle_comments .onereply .btn--reply,
.comments__page .onereply .btn--reply {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #d94339;
  text-transform: uppercase;
}

.livearticle_comments .onereply__flag,
.comments__page .onereply__flag {
  position: relative;
  top: 3px;
  margin-left: 7px;
}

.livearticle_comments .onereply__flag .icon,
.comments__page .onereply__flag .icon {
  color: #b8adaa;
  margin-right: 7px;
  font-size: 17px;
  font-size: 1.7rem;
}

.livearticle_comments .onereply__flag.btn--invert .icon,
.comments__page .onereply__flag.btn--invert .icon {
  color: #d94339;
}

.livearticle_comments .onereply__interaction,
.comments__page .onereply__interaction {
  margin-top: 16px;
}

.livearticle_comments .onereply__interaction .comm_interaction__group,
.comments__page .onereply__interaction .comm_interaction__group {
  display: inline-block;
  float: left;
}

.livearticle_comments .onereply__rating,
.comments__page .onereply__rating {
  display: inline-block;
  float: right;
  position: relative;
  top: 3px;
}

.livearticle_comments .onereply__rating_btn,
.comments__page .onereply__rating_btn {
  margin-left: 10px;
}

.livearticle_comments .onereply__rating .icon,
.comments__page .onereply__rating .icon {
  color: #b8adaa;
  margin-right: 7px;
  font-size: 17px;
  font-size: 1.7rem;
}

.livearticle_comments .onereply__rating .btn--invert .icon,
.comments__page .onereply__rating .btn--invert .icon {
  color: #202020;
}

.livearticle_comments .onereply__rating .btn__value,
.comments__page .onereply__rating .btn__value {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.livearticle_comments .onereply__rating.btn--positive .icon,
.comments__page .onereply__rating.btn--positive .icon {
  position: relative;
  top: 3px;
}

.livearticle_comments .onereply__rating.btn--positive .btn__value,
.comments__page .onereply__rating.btn--positive .btn__value {
  color: #79a342;
}

.livearticle_comments .onereply__rating.btn--negative .icon,
.comments__page .onereply__rating.btn--negative .icon {
  position: relative;
  top: 5px;
}

.livearticle_comments .onereply__rating.btn--negative .btn__value,
.comments__page .onereply__rating.btn--negative .btn__value {
  color: #d94339;
}

.comments__page div.commbox__content {
  overflow: visible;
}

.comments__page .comments__content {
  margin-bottom: 60px;
}

.comments__page .commbox__avatar {
  display: block !important;
}

.comments__page .commbox__interaction {
  margin-left: 78px;
}

.comments__page .onecomment__username {
  padding-bottom: 6px;
}

.comments__page .thread__sublist .commbox--th_vecernji {
  padding: 17px 98px 0 138px;
}

.comments__page .thread__item .onecomment__new_comment {
  padding-left: 138px;
  padding-right: 98px;
}

.comments__page .comments__item--commenting {
  background-color: white;
}

.comments__page .comments__item--commenting .onecomment__new_comment {
  padding-right: 98px;
}

.comments__page .comments__item--commenting .onecomment__new_comment .onecomment__form_textarea {
  border: 1px solid #ebe6db;
}

.comments__page .onecomment__delete {
  right: 52px;
}

.post_view .btn--reply {
  display: none;
}

.livearticle_comments .commbox--th_vecernji {
  padding: 17px 20px 0 20px;
}

.livearticle_comments .thread__item--commenting,
.livearticle_comments .comments__item {
  border-top: 1px solid #ebe6db;
}

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

.authors__landing_page .sidebar {
  float: right;
  width: 319px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.authors__landing_page .sidebar .sidebar__separator {
  display: none;
}

.authors__landing_page .sidebar .fold_article__related_articles {
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  background-color: white;
  margin-bottom: 20px;
}

.authors__landing_page .sidebar .fold_article__related_articles .card--02b {
  margin-bottom: 15px;
}

.authors__landing_page .sidebar .fold_article__related_articles .card--02b .card__photo_wrap {
  right: 10px;
}

.authors__landing_page .sidebar .fold_article__related_articles .card__separator {
  margin-bottom: 15px;
}

.authors__landing_page .content_inner {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 320px;
}

.authors__landing_page .content_inner--content {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  margin-bottom: 20px;
  padding: 13px 20px 0 20px;
  width: 100%;
  border-right: 1px solid #ebe6db;
}

.authors__landing_page .author__data {
  position: relative;
  z-index: 1;
  float: left;
  width: 122px;
}

.authors__landing_page .author__data--image {
  padding-bottom: 20px;
}

.authors__landing_page .author__data--image img {
  display: block;
  margin: 0px auto;
}

.authors__landing_page .author__data--image figure {
  position: relative;
}

.authors__landing_page .author__intro {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 180px;
  padding-right: 35px;
  padding-bottom: 33px;
}

.authors__landing_page .author__intro--title {
  padding-top: 0px;
  margin-top: -4px;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .authors__landing_page .author__intro--title {
    padding-bottom: 9px;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.015em;
  }
}

.authors__landing_page .author__intro--name {
  display: block;
  font: normal 400 100% "Stag Book";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #7b7674;
  padding-bottom: 9px;
}

.authors__landing_page .author__intro--name span {
  margin-right: 10px;
}

.authors__landing_page .author__intro--mail {
  color: #d94339;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
}

.authors__landing_page .author__intro--mail .icon {
  position: relative;
  top: 4px;
  padding-right: 7px;
}

.authors__landing_page .author__intro--mail:hover {
  color: #b7342c;
}

.authors__landing_page .author__intro--text {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  margin-top: 14px;
  margin-bottom: 17px;
}

@incldue min-screen($lg) {
  .authors__landing_page .author__intro--text {
    margin-bottom: 27px;
  }
}

.authors__landing_page .author__intro--text span {
  display: inline-block;
}

.authors__landing_page .author__intro--text span.is_part_hidden {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  max-height: 192px;
}

@media screen and (min-width: 1370px) {
  .authors__landing_page .author__intro--text span.is_part_hidden {
    max-height: 216px;
  }
}

.authors__landing_page .author__intro--text p {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .authors__landing_page .author__intro--text p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.authors__landing_page .author__intro--show_more {
  float: left;
  display: inline-block;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.025em;
  color: #d94339;
  text-transform: uppercase;
}

.authors__landing_page .author__intro--show_more:hover {
  color: #b7342c;
}

.authors__landing_page .author__intro--show_more.is_hidden {
  display: none;
}

.authors--kolumnisti .author__intro--mail {
  color: #93546b;
}

.authors--kolumnisti .author__intro--mail:hover {
  color: #7b4156;
}

.assignment__intro {
  background-color: white;
}

.assignment__intro--image {
  padding: 20px 20px 10px 20px;
}

.assignment__breadcrumbs {
  display: block;
  padding: 9px 19px 14px 19px;
  border-bottom: 1px solid #ebe6db;
}

@media screen and (min-width: 1370px) {
  .assignment__breadcrumbs {
    padding: 9px 31px 14px 31px;
  }
}

.assignment__breadcrumbs .btn {
  float: right;
  position: relative;
  top: -8px;
}

.assignment__breadcrumb {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.015em;
  color: #d94339;
}

.assignment__breadcrumb:hover {
  color: #b7342c;
}

.assignment__breadcrumb_arrow:after {
  margin: 0 13px 0 11px;
  position: relative;
  top: 5px;
  font-family: 'icomoon' !important;
  font-size: 24px;
  font-size: 2.4rem;
  content: "\e936";
  color: #ebe6db;
}

.assignment__breadcrumb:last-of-type {
  color: #98908e;
}

.assignment__breadcrumb:last-of-type:hover {
  color: #98908e;
}

.assignment__breadcrumb:last-of-type:after {
  display: none;
}

.assignment__sponsors {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 1px solid #ebe6db;
}

.assignment__sponsors .assignment__sponsor {
  width: 160px;
  height: 106px;
  margin-right: 20px;
}

.assignment__body {
  padding: 35px 0 40px 0;
}

.contribution_detail .assignment__body {
  padding: 35px 0 30px 0;
}

.assignment__body--sidebar {
  float: left;
  width: 102px;
}

@media screen and (min-width: 1370px) {
  .assignment__body--sidebar {
    width: 215px;
  }
}

.contribution_detail .assignment__body--sidebar {
  width: 108px;
}

.assignment__body--main {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 142px;
  padding-right: 250px;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .assignment__body--main {
    padding-left: 215px;
  }
}

.contribution_detail .assignment__body--main {
  padding-left: 108px;
  padding-right: 108px;
}

.assignment__title {
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.015em;
  padding-bottom: 25px;
}

.assignment__lead {
  font: normal 400 100% "Stag Book";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  display: block;
  padding-bottom: 25px;
}

.assignment__text {
  display: block;
  padding-bottom: 20px;
}

.fold__assignment_homepage_intro .assignment__text {
  padding-bottom: 0;
}

.assignment__text p {
  padding-bottom: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .assignment__text p {
    padding-bottom: 27px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.fold__assignment_homepage_intro .assignment__text p:last-of-type {
  padding-bottom: 0;
}

.assignment__text strong {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .assignment__text strong {
    padding-bottom: 27px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.assignment__text a {
  color: #d94339;
}

.assignment__text a:hover {
  color: #b7342c;
}

.assignment__note-title {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding-bottom: 24px;
}

.assignment__note-title.can_contribute {
  padding-bottom: 12px;
}

.assignment__note {
  display: block;
  padding-bottom: 24px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}

.card--contribution {
  margin-bottom: 25px;
  display: block;
  background-color: white;
}

.card--contribution .card__content {
  padding: 15px 20px 0 20px;
  height: 200px;
}

.card--contribution h2 {
  font: normal 400 100% "Stag Semibold";
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  margin-bottom: 7px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 50px;
}

.card--contribution p {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #7b7674;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 80px;
}

.card--contribution .card__btns {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  width: auto;
}

.card--contribution .card__btns--count {
  display: inline-block;
}

.card--contribution .card__btns .btn {
  text-transform: uppercase;
  position: relative;
  top: 10px;
  float: right;
}

.card--contribution .card__btns .btn--red {
  padding: 0 14px 0 10px;
}

.card--contribution .icon-close {
  color: #ffb400;
  position: relative;
  top: 3px;
  right: -8px;
  line-height: 14px;
  line-height: 1.4rem;
}

.card--contribution .icon-close:before {
  padding-left: 5px;
}

.card--contribution .icon-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  top: -6px;
  left: 0;
  background-color: #b7342c;
}

.card--contribution .flex_wrap {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.card--contribution .flex_wrap .btn {
  float: none;
  top: 0;
  line-height: 14px;
  line-height: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card--contribution .flex_wrap .icon-close {
  height: 32px;
  line-height: 13px;
  line-height: 1.3rem;
  top: 0;
}

.card--contribution .flex_wrap .icon-close:before {
  position: relative;
  top: 10px;
}

.card--contribution .flex_wrap .icon-close:after {
  height: 32px;
  top: 0px;
}

.card--contribution .icon-thumb-up-outline {
  color: #b8adaa;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.card--contribution .btn__value {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 50px;
  line-height: 5rem;
  color: #79a342;
}

.contribution__form_wrap {
  background-color: white;
}

.contribution--form {
  margin-bottom: 40px;
}

.contribution--form .form__loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background-color: rgba(25, 25, 25, 0.8);
}

.contribution--form .form__loader.is_hidden {
  display: none;
}

.contribution--form .form__loader .sk-folding-cube {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.contribution--title h3 {
  width: 100%;
  padding-right: 2    00px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 33px;
  padding-bottom: 20px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

.contribution--fieldset {
  padding: 0;
  margin: 0 0 27px 0;
  border: 0;
  display: block;
  position: relative;
}

.contribution--fieldset_canvas {
  float: left;
}

.contribution--fieldset_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 430px;
}

.contribution--fieldset_text .contribution--btns {
  margin-top: 20px;
  float: right;
}

.contribution--label {
  display: block;
  padding-bottom: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #98908e;
}

.contribution--label_note {
  display: block;
  padding-top: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-transform: none;
  color: #98908e;
}

.contribution--input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  border: 0;
  width: 100%;
  height: 44px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  background-color: #f7f6f1;
  border: 1px solid #ebe6db;
  color: #7b7674;
}

.contribution--input:focus {
  color: #202020;
  padding: 0 20px;
}

.contribution--input.has_error {
  border: 1px solid #ed6e65;
}

.contribution--textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  padding: 14px 20px;
  color: #7b7674;
  min-height: 300px;
}

.contribution--textarea:focus {
  color: #202020;
  padding: 14px 20px;
}

.contribution__textarea_wrap {
  position: relative;
}

.contribution__counter {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
}

.contribution__hint--error {
  position: relative;
  bottom: 33px;
  left: 0;
  right: 1px;
  margin-right: 1px;
  overflow: hidden;
  display: block;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ed6e65;
  padding: 5px 12px;
  color: white;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.025em;
}

.fold__ugc_registration .contribution__hint--error {
  position: absolute;
  bottom: -25px;
  right: 0;
  margin-right: 0;
  max-height: 25px;
  overflow: hidden;
  padding: 0 12px;
  line-height: 25px;
  line-height: 2.5rem;
}

.contribution__hint--textarea {
  bottom: 0px;
}

.contribution__hint.is_hidden {
  display: none;
}

.contribution--upload {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.contribution--upload:hover .btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
  background-color: #202020;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.contribution--oldUpload {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  text-align: center;
  z-index: 3;
}

.contribution--upload_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  line-height: 42px;
  line-height: 4.2rem;
  height: 42px;
}

.contribution--upload_name {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 42px;
  line-height: 4.2rem;
  max-height: 42px;
}

.contribution__filters {
  margin-bottom: 20px;
  float: right;
}

.contribution--canvas_wrap {
  float: left;
}

.contribution--canvas_flex {
  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;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  background-color: #f7f6f1;
  border: 1px solid #ebe6db;
}

.contribution--canvas_note {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  text-align: center;
}

.contribution--canvas {
  max-width: 300px;
  max-height: 300px;
}

.contribution--canvas_rotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contribution--canvas_rotation .btn--rotate {
  width: 40px;
  height: 40px;
}

.contribution--canvas_rotation .btn--rotate .icon {
  position: relative;
  top: 9px;
}

.contribution--canvas_note {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #b8adaa;
  text-transform: uppercase;
}

.contribution__figure_wrap {
  position: relative;
}

.contribution__control_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #202020;
  background: white;
  text-align: center;
}

.contribution__control_btn:hover {
  cursor: pointer;
}

.contribution__control_btn:hover .icon {
  color: #b7342c;
}

.contribution__control_btn--prev {
  left: 30px;
}

.contribution__control_btn--prev .icon {
  left: -1px;
}

.contribution__control_btn--next {
  right: 30px;
}

.contribution__control_btn--next .icon {
  right: -1px;
}

.contribution__control_btn--disabled {
  opacity: .8;
}

.contribution__control_btn--disabled .icon {
  color: #7b7674;
}

.contribution__control_btn--disabled:hover {
  cursor: auto;
}

.contribution__control_btn--disabled:hover .icon {
  color: #7b7674;
}

.contribution__control_btn .icon {
  position: relative;
  top: -1px;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 60px;
  line-height: 6rem;
  -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 (max-width: 768px) {
  .contribution__control_btn .icon {
    top: 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

.contribution__text {
  padding: 20px;
  display: block;
  background-color: #202020;
  font: normal 400 100% "Stag Book";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: white;
}

.contribution__other_info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contribution__other_info .btn {
  text-transform: uppercase;
  position: relative;
}

.contribution__btns {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  width: auto;
}

.contribution__btns--count {
  display: block;
  float: left;
  margin-right: 20px;
}

.contribution__btns--count .icon-thumb-up-outline {
  color: #b8adaa;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.contribution__btns--count .btn__value {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 50px;
  line-height: 5rem;
  color: #79a342;
}

.contribution--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contribution--btns .btn {
  margin-right: 20px;
  display: block;
  float: left;
}

.contribution--btns .btn:last-of-type {
  margin-right: 0;
}

.contribution--btns .icon-close {
  color: #ffb400;
  position: relative;
  top: 3px;
  right: -5px;
}

.contribution--btns .icon-close:before {
  padding-left: 5px;
}

.contribution--btns .icon-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 32px;
  top: -6px;
  left: 0;
  background-color: #b7342c;
}

.contribution--btns .icon-close {
  height: 32px;
  line-height: 13px;
  line-height: 1.3rem;
  top: 0;
}

.contribution--btns .icon-close:before {
  position: relative;
  top: 10px;
}

.contribution--btns .icon-close:after {
  height: 32px;
  top: 0px;
}

.contribution--btns .icon-close {
  height: 32px;
  line-height: 13px;
  line-height: 1.3rem;
  top: 0;
  float: right;
  display: inline-block;
}

.contribution--btns .icon-close:before {
  position: relative;
  top: 10px;
}

.contribution--btns .icon-close:after {
  height: 32px;
  top: 0px;
}

.contribution--author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.contribution--author span {
  position: relative;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  margin-right: 20px;
  color: #d94339;
}

.contribution--author figure {
  position: relative;
  width: 70px;
  height: 70px;
}

.contribution--author figure .icon {
  font-size: 45px;
  font-size: 4.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.registration--form .contribution--btns {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
}

.card--assignment {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  margin-bottom: 20px;
}

.card--assignment.is_active .card__photo_wrap img {
  opacity: 1;
}

.card--assignment .card__photo_wrap {
  width: 100%;
  height: auto;
  display: block;
}

.card--assignment .card__photo_wrap img {
  opacity: .7;
}

.is_active .card--assignment .card__photo_wrap img {
  opacity: 1;
}

.card--assignment .card__content {
  position: absolute;
  bottom: 16px;
  left: 20px;
  right: 20px;
}

.card--assignment .card__content h2 {
  max-width: 70%;
  font: normal 400 100% "Stag Semibold";
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  color: white;
  padding-bottom: 8px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card--assignment .card__content p {
  max-width: 70%;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: white;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 80px;
}

.card--assignment .card__content .btn {
  text-transform: uppercase;
  position: absolute;
  bottom: 3px;
  right: 0;
}

.card--assignment:hover h2, .card--assignment:hover p {
  color: #e4e4e4;
}

.half_size {
  display: block;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.half_size:nth-of-type(odd) {
  padding-right: 20px;
}

.half_size:nth-of-type(even) {
  padding-left: 20px;
}

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

.article__date {
  position: relative;
}

.article__header_date {
  display: block;
}

.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: 1370px) {
  .article__sponsor {
    float: right;
  }
}

.article__body a {
  text-decoration: none;
}

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

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

.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__padding_right {
  padding-right: 285px;
}

@media screen and (min-width: 1370px) {
  .article__padding_right {
    padding-right: 330px;
  }
}

.article--th_vecernji.article__live--is_active .article__sidebar,
.comments__page.article__live--is_active .article__sidebar {
  margin-bottom: 20px;
}

.article--th_vecernji .article__wrap,
.comments__page .article__wrap {
  margin-bottom: 30px;
}

.article--th_vecernji .article__header_breadcrumbs,
.comments__page .article__header_breadcrumbs {
  display: block;
  padding: 9px 19px 14px 19px;
  border-bottom: 1px solid #ebe6db;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__header_breadcrumbs,
  .comments__page .article__header_breadcrumbs {
    padding: 9px 31px 14px 31px;
  }
}

.article--th_vecernji .article__header_breadcrumb,
.comments__page .article__header_breadcrumb {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.015em;
  color: #d94339;
}

.article--th_vecernji .article__header_breadcrumb--subsection,
.comments__page .article__header_breadcrumb--subsection {
  color: #98908e;
}

.article--th_vecernji .article__header_breadcrumb:after,
.comments__page .article__header_breadcrumb:after {
  margin: 0 13px 0 11px;
  position: relative;
  top: 5px;
  font-family: 'icomoon' !important;
  font-size: 24px;
  font-size: 2.4rem;
  content: "\e936";
  color: #ebe6db;
}

.article--th_vecernji .article__header_breadcrumb:last-of-type:after,
.comments__page .article__header_breadcrumb:last-of-type:after {
  display: none;
}

.article--th_vecernji .article__header,
.comments__page .article__header {
  background-color: white;
}

.article--th_vecernji .article__header_wrap,
.comments__page .article__header_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 177px 18px 144px;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__header_wrap,
  .comments__page .article__header_wrap {
    padding: 23px 245px 23px 218px;
  }
}

.article--th_vecernji .article__label,
.comments__page .article__label {
  position: absolute;
  left: 19px;
  top: 30px;
  display: inline-block;
  max-width: 100px;
  height: 22px;
  padding: 0 6px;
  background-color: #d94339;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__label,
  .comments__page .article__label {
    max-width: 150px;
    left: 31px;
  }
}

.article--th_vecernji .article__label--kolumna,
.comments__page .article__label--kolumna {
  background-color: #93546b;
}

.article--th_vecernji .article__label--promo,
.comments__page .article__label--promo {
  background-color: #76635c;
}

.article--th_vecernji .article__sponsor,
.comments__page .article__sponsor {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding-top: 24px;
  padding-bottom: 35px;
}

.article--th_vecernji .article__sponsor_wrap,
.comments__page .article__sponsor_wrap {
  position: relative;
  z-index: 1;
  float: right;
}

.article--th_vecernji .article__sponsor_text,
.comments__page .article__sponsor_text {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #98908e;
}

.article--th_vecernji .article__sponsor_link,
.comments__page .article__sponsor_link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.article--th_vecernji .article__sponsor_link:hover,
.comments__page .article__sponsor_link:hover {
  cursor: pointer;
}

.article--th_vecernji .article__sponsor_img,
.comments__page .article__sponsor_img {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0px auto;
}

.article--th_vecernji .article__title,
.comments__page .article__title {
  padding-bottom: 14px;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__title,
  .comments__page .article__title {
    padding-bottom: 12px;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.015em;
  }
}

.article--th_vecernji .article__lead,
.comments__page .article__lead {
  display: inline-block;
  padding-bottom: 33px;
  font: normal 400 100% "Stag Book";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  color: #424242;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__lead,
  .comments__page .article__lead {
    padding-bottom: 35px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.article--th_vecernji .article__header_data > span,
.comments__page .article__header_data > span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-left: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #98908e;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__header_data > span,
  .comments__page .article__header_data > span {
    padding-right: 15px;
  }
}

.article--th_vecernji .article__header_data > span strong,
.comments__page .article__header_data > span strong {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.article--th_vecernji .article__header_data > span .icon,
.comments__page .article__header_data > span .icon {
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.article--th_vecernji .article__header_data > span .icon-eye,
.comments__page .article__header_data > span .icon-eye {
  top: -2px;
}

.article--th_vecernji .article__header_data > span:after,
.comments__page .article__header_data > span:after {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  background-color: #ebe6db;
}

.article--th_vecernji .article__header_data > span:last-of-type:after,
.comments__page .article__header_data > span:last-of-type:after {
  display: none;
}

.article--th_vecernji .article__header_data > span:last-of-type,
.comments__page .article__header_data > span:last-of-type {
  padding-right: 0;
}

.article--th_vecernji .article__header_data > span:first-of-type,
.comments__page .article__header_data > span:first-of-type {
  padding-left: 0;
}

.article--th_vecernji .article__header_data > span a,
.comments__page .article__header_data > span a {
  color: #98908e;
}

.article--th_vecernji .article__comments_number strong,
.comments__page .article__comments_number strong {
  color: #d94339;
}

.article--th_vecernji .article__sidebar,
.comments__page .article__sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  right: 0;
  z-index: 3;
  padding-left: 20px;
}

.article__live--is_active .article--th_vecernji .article__sidebar, .article__live--is_active
.comments__page .article__sidebar {
  margin-bottom: 20px;
}

.article--th_vecernji .article__body,
.comments__page .article__body {
  background-color: white;
}

.article--th_vecernji .article__body_wrap,
.comments__page .article__body_wrap {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: auto;
  margin-right: 320px;
}

.article--th_vecernji .article__background_wrap,
.comments__page .article__background_wrap {
  position: relative;
  margin-bottom: 20px;
  background-color: white;
}

.article--th_vecernji .article__body_sidebar,
.comments__page .article__body_sidebar {
  /*  display: inline-block;
            position: absolute;
            left: 0;
            top: 0; */
  bottom: 33px;
  z-index: 2;
  overflow: auto;
  float: left;
  width: 102px;
  padding: 5px 0 1px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body_sidebar,
  .comments__page .article__body_sidebar {
    width: 220px;
    padding-top: 0;
    margin-left: 0;
  }
}

.article--th_vecernji .article__body--main,
.comments__page .article__body--main {
  display: block;
  padding-left: 102px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main,
  .comments__page .article__body--main {
    padding-left: 244px;
    padding-right: 40px;
  }
}

.article--th_vecernji .article__gallery,
.comments__page .article__gallery {
  position: relative;
  z-index: 1;
  background-color: white;
  margin-bottom: 32px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__gallery,
  .comments__page .article__gallery {
    margin-bottom: 82px;
  }
}

.article--th_vecernji .article__gallery--play_icon,
.comments__page .article__gallery--play_icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%;
}

.article--th_vecernji .article__gallery--play_icon .icon,
.comments__page .article__gallery--play_icon .icon {
  position: absolute;
  top: 28px;
  left: 12px;
  font-size: 58px;
  font-size: 5.8rem;
  color: #202020;
}

.article--th_vecernji .article__gallery:hover .article__gallery--play_icon .icon,
.comments__page .article__gallery:hover .article__gallery--play_icon .icon {
  color: #d94339;
}

.article--th_vecernji .article__figure,
.comments__page .article__figure {
  position: relative;
}

.article--th_vecernji .article__gallery_item, .article--th_vecernji .article__gallery_image,
.comments__page .article__gallery_item,
.comments__page .article__gallery_image {
  position: relative;
}

.article--th_vecernji .article__figure_caption,
.comments__page .article__figure_caption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 14px;
  right: 130px;
  -webkit-transform: translatey(50%);
  -ms-transform: translatey(50%);
  transform: translatey(50%);
  display: block;
  height: 23px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__figure_caption,
  .comments__page .article__figure_caption {
    left: 24px;
    right: 140px;
  }
}

.article--th_vecernji .article__figure_caption--author,
.comments__page .article__figure_caption--author {
  display: block;
  padding: 0 10px;
  background-color: #202020;
  color: white;
  overflow: hidden;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
}

.article--th_vecernji .article__figure_more,
.comments__page .article__figure_more {
  padding: 0 40px 0 10px;
  background-color: #d94339;
  color: white;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
  text-transform: uppercase;
}

.article--th_vecernji .article__figure_counter,
.comments__page .article__figure_counter {
  margin-left: 20px;
}

.article--th_vecernji .article__figure_arrows,
.comments__page .article__figure_arrows {
  position: absolute;
  z-index: 2;
  right: -100px;
  bottom: -18px;
}

.article--th_vecernji .article__figure_arrows .arrow,
.comments__page .article__figure_arrows .arrow {
  position: relative;
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
}

.article--th_vecernji .article__figure_arrows .arrow .icon,
.comments__page .article__figure_arrows .arrow .icon {
  position: absolute;
  font-size: 45px;
  font-size: 4.5rem;
  color: #7b7674;
}

.article--th_vecernji .article__figure_arrows .arrow .icon.active,
.comments__page .article__figure_arrows .arrow .icon.active {
  color: #202020;
}

.article--th_vecernji .article__figure_arrows .arrow-right .icon,
.comments__page .article__figure_arrows .arrow-right .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.article--th_vecernji .article__figure_arrows .arrow-left,
.comments__page .article__figure_arrows .arrow-left {
  margin-right: 10px;
}

.article--th_vecernji .article__figure_arrows .arrow-left .icon,
.comments__page .article__figure_arrows .arrow-left .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.article--th_vecernji .article__figure_description,
.comments__page .article__figure_description {
  padding: 34px 14px 0 14px;
  margin-bottom: 24px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.015em;
  color: #98908e;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__figure_description,
  .comments__page .article__figure_description {
    padding: 24px 24px 0 24px;
  }
}

.article--th_vecernji .article__gallery--inarticle,
.comments__page .article__gallery--inarticle {
  margin: 0 0 27px 0;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__gallery--inarticle,
  .comments__page .article__gallery--inarticle {
    margin: 0 -31px 27px -31px;
  }
}

.article--th_vecernji .article__gallery--inarticle .article__figure_arrows,
.comments__page .article__gallery--inarticle .article__figure_arrows {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: -30px;
  top: auto;
}

.article--th_vecernji .article__author_image,
.comments__page .article__author_image {
  width: 62px;
  height: 62px;
  display: block;
  margin: 0 0 18px 0;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__author_image,
  .comments__page .article__author_image {
    width: 70px;
    height: 70px;
    margin: 0px auto 11px auto;
  }
}

.article--th_vecernji .article__author,
.comments__page .article__author {
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #ebe6db;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__author,
  .comments__page .article__author {
    margin: 0 51px;
    padding-left: 0;
    text-align: center;
  }
}

.article--th_vecernji .article__author span,
.comments__page .article__author span {
  padding-bottom: 7px;
  display: block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.015em;
  color: #98908e;
  text-transform: uppercase;
}

.article--th_vecernji .article__author_image--wrap,
.comments__page .article__author_image--wrap {
  width: 62px;
  height: 62px;
  display: block;
  position: relative;
  margin: 0px auto 11px auto;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__author_image--wrap,
  .comments__page .article__author_image--wrap {
    width: 121px;
    height: 121px;
  }
}

.article--th_vecernji .article__author_image--wrap a,
.comments__page .article__author_image--wrap a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.article--th_vecernji .article__author_image--wrap a:hover,
.comments__page .article__author_image--wrap a:hover {
  cursor: pointer;
}

.article--th_vecernji .article__author_infobox_figure,
.comments__page .article__author_infobox_figure {
  position: relative;
  width: 62px;
  height: 62px;
  display: block;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__author_infobox_figure,
  .comments__page .article__author_infobox_figure {
    width: 121px;
    height: 121px;
  }
}

.article--th_vecernji .article__author_infobox_figure img,
.comments__page .article__author_infobox_figure img {
  width: 62px;
  height: 62px;
  display: block;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__author_infobox_figure img,
  .comments__page .article__author_infobox_figure img {
    width: 121px;
    height: 121px;
  }
}

.card--04 .article--th_vecernji .article__author_infobox_figure, .card--mega .article--th_vecernji .article__author_infobox_figure, .card--04 .comments__page .article__author_infobox_figure, .card--mega .comments__page .article__author_infobox_figure {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1370px) {
  .card--04 .article--th_vecernji .article__author_infobox_figure, .card--mega .article--th_vecernji .article__author_infobox_figure, .card--04 .comments__page .article__author_infobox_figure, .card--mega .comments__page .article__author_infobox_figure {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__author--small .article__author_image--wrap,
  .comments__page .article__author--small .article__author_image--wrap {
    width: 70px;
    height: 70px;
  }
}

.article--th_vecernji .article__author--small .article__author_image--wrap figure, .article--th_vecernji .article__author--small .article__author_image--wrap img,
.comments__page .article__author--small .article__author_image--wrap figure,
.comments__page .article__author--small .article__author_image--wrap img {
  width: 100%;
  height: auto;
}

.article--th_vecernji .article__author--link,
.comments__page .article__author--link {
  display: block;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.01em;
  color: #d94339;
}

.article--th_vecernji .article__author--name,
.comments__page .article__author--name {
  display: block;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.article--th_vecernji .article__content_wrapper,
.comments__page .article__content_wrapper {
  position: relative;
  padding-bottom: 20px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__content_wrapper,
  .comments__page .article__content_wrapper {
    padding-bottom: 33px;
  }
}

.article--th_vecernji .article__body--main_content,
.comments__page .article__body--main_content {
  position: relative;
  z-index: 1;
  padding: 14px 25px 0 30px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content,
  .comments__page .article__body--main_content {
    padding: 14px 31px 0 31px;
  }
}

.article--th_vecernji .article__body--main_content p,
.comments__page .article__body--main_content p {
  padding-bottom: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content p,
  .comments__page .article__body--main_content p {
    padding-bottom: 27px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.article--th_vecernji .article__body--main_content p .ck_image_in_article--full,
.comments__page .article__body--main_content p .ck_image_in_article--full {
  margin: 23px 0 0px 0;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content p .ck_image_in_article--full,
  .comments__page .article__body--main_content p .ck_image_in_article--full {
    margin: 32px -31px 0px -31px;
  }
}

.article--th_vecernji .article__body--main_content > p:first-of-type:first-letter,
.comments__page .article__body--main_content > p:first-of-type:first-letter {
  font: normal 400 100% "Stag Book";
  margin-top: -7px;
  margin-right: 5px;
  font-size: 70px;
  font-size: 7rem;
  line-height: 55px;
  line-height: 5.5rem;
  float: left;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content > p:first-of-type:first-letter,
  .comments__page .article__body--main_content > p:first-of-type:first-letter {
    font-size: 90px;
    font-size: 9rem;
    line-height: 55px;
    line-height: 5.5rem;
  }
}

.article--th_vecernji .article__body--main_content strong,
.comments__page .article__body--main_content strong {
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.article--th_vecernji .article__body--main_content h2,
.comments__page .article__body--main_content h2 {
  padding-bottom: 16px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content h2,
  .comments__page .article__body--main_content h2 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 27px;
    line-height: 2.7rem;
    letter-spacing: 0.02em;
  }
}

.article--th_vecernji .article__body--main_content ul,
.article--th_vecernji .article__body--main_content ol,
.comments__page .article__body--main_content ul,
.comments__page .article__body--main_content ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content ul,
  .article--th_vecernji .article__body--main_content ol,
  .comments__page .article__body--main_content ul,
  .comments__page .article__body--main_content ol {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

.article--th_vecernji .article__body--main_content ul li,
.article--th_vecernji .article__body--main_content ol li,
.comments__page .article__body--main_content ul li,
.comments__page .article__body--main_content ol li {
  position: relative;
}

.article--th_vecernji .article__body--main_content ul,
.comments__page .article__body--main_content ul {
  list-style-type: none;
}

.article--th_vecernji .article__body--main_content ul li,
.comments__page .article__body--main_content ul li {
  padding-left: 28px;
  padding-bottom: 17px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content ul li,
  .comments__page .article__body--main_content ul li {
    padding-bottom: 27px;
  }
}

.article--th_vecernji .article__body--main_content ul li:before,
.comments__page .article__body--main_content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #202020;
}

.article--th_vecernji .article__body--main_content ol,
.comments__page .article__body--main_content ol {
  list-style-type: none;
}

.article--th_vecernji .article__body--main_content ol li,
.comments__page .article__body--main_content ol li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 17px;
  counter-increment: step-counter;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content ol li,
  .comments__page .article__body--main_content ol li {
    padding-bottom: 27px;
  }
}

.article--th_vecernji .article__body--main_content ol li:before,
.comments__page .article__body--main_content ol li:before {
  content: counter(step-counter) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #202020;
}

.article--th_vecernji .article__body--main_content a,
.comments__page .article__body--main_content a {
  font: normal 400 100% "Dobra Book", sans-serif;
  color: #d94339;
}

.article--th_vecernji .article__body--main_content a:hover,
.comments__page .article__body--main_content a:hover {
  color: #b7342c;
}

.article--th_vecernji .article__body--main_content hr,
.comments__page .article__body--main_content hr {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 1px;
  width: 100%;
  background-color: #ebe6db;
  display: block;
  position: relative;
  margin-bottom: 17px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content hr,
  .comments__page .article__body--main_content hr {
    margin-bottom: 27px;
  }
}

.article--th_vecernji .article__body--main_content .ck_image_in_article,
.comments__page .article__body--main_content .ck_image_in_article {
  display: block;
  position: relative;
}

.article--th_vecernji .article__body--main_content .ck_image_in_article .image_wrapper,
.comments__page .article__body--main_content .ck_image_in_article .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
}

.article--th_vecernji .article__body--main_content .ck_image_in_article .article__figure_caption--author,
.comments__page .article__body--main_content .ck_image_in_article .article__figure_caption--author {
  position: absolute;
  bottom: 3px;
  left: 10px;
  right: 10px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content .ck_image_in_article .article__figure_caption--author,
  .comments__page .article__body--main_content .ck_image_in_article .article__figure_caption--author {
    left: 30px;
    right: 30px;
  }
}

.article--th_vecernji .article__body--main_content .ck_image_in_article .article__figure_caption--description,
.comments__page .article__body--main_content .ck_image_in_article .article__figure_caption--description {
  padding: 12px 14px 0 14px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.015em;
  color: #98908e;
  display: block;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content .ck_image_in_article .article__figure_caption--description,
  .comments__page .article__body--main_content .ck_image_in_article .article__figure_caption--description {
    padding: 12px 30px 0 30px;
  }
}

.article--th_vecernji .article__body--main_content .ck_image_in_article--full,
.comments__page .article__body--main_content .ck_image_in_article--full {
  width: auto;
  height: auto;
}

.article--th_vecernji .article__body--main_content .ck_image_in_article--left50,
.comments__page .article__body--main_content .ck_image_in_article--left50 {
  width: 50%;
  height: auto;
  float: left;
}

.article--th_vecernji .article__body--main_content .ck_image_in_article--full,
.comments__page .article__body--main_content .ck_image_in_article--full {
  margin: 23px 0 28px 0;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content .ck_image_in_article--full,
  .comments__page .article__body--main_content .ck_image_in_article--full {
    margin: 32px -31px 38px -31px;
  }
}

.article--th_vecernji .article__body--main_content .ck_image_in_article--left50,
.comments__page .article__body--main_content .ck_image_in_article--left50 {
  margin: 0;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content .ck_image_in_article--left50,
  .comments__page .article__body--main_content .ck_image_in_article--left50 {
    margin: 0 31px 0 -31px;
  }
}

.article--th_vecernji .article__body--main_content blockquote,
.comments__page .article__body--main_content blockquote {
  position: relative;
  margin: 0px 0px 24px 0px;
  padding: 33px 15px 4px 115px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content blockquote,
  .comments__page .article__body--main_content blockquote {
    margin: 7px -31px 31px -31px;
    padding: 40px 20px 0 115px;
  }
}

.article--th_vecernji .article__body--main_content blockquote:before,
.comments__page .article__body--main_content blockquote:before {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  content: "\e93a";
  font-family: 'icomoon' !important;
  font-size: 96px;
  font-size: 9.6rem;
  color: #ebe6db;
}

.article--th_vecernji .article__body--main_content blockquote p,
.comments__page .article__body--main_content blockquote p {
  font: normal 400 100% "Stag Book";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
  color: #d94339;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content blockquote p,
  .comments__page .article__body--main_content blockquote p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.article--th_vecernji .article__body--main_content blockquote p:first-of-type:first-letter,
.comments__page .article__body--main_content blockquote p:first-of-type:first-letter {
  font: normal 400 100% "Stag Book";
  margin-top: 0;
  margin-right: 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
  color: #d94339;
  float: none;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content blockquote p:first-of-type:first-letter,
  .comments__page .article__body--main_content blockquote p:first-of-type:first-letter {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.article--th_vecernji .article__body--main_content .inline_player_container,
.comments__page .article__body--main_content .inline_player_container {
  position: relative;
  display: block;
  margin: 0 0 17px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content .inline_player_container,
  .comments__page .article__body--main_content .inline_player_container {
    margin: 0 -31px 27px;
  }
}

.article--th_vecernji .article__body--main_content .video_wrapper,
.comments__page .article__body--main_content .video_wrapper {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 17px;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content .video_wrapper,
  .comments__page .article__body--main_content .video_wrapper {
    margin: 0 -31px 27px;
  }
}

.article--th_vecernji .article__body--main_content .video_wrapper iframe,
.article--th_vecernji .article__body--main_content .video_wrapper object,
.article--th_vecernji .article__body--main_content .video_wrapper embed,
.comments__page .article__body--main_content .video_wrapper iframe,
.comments__page .article__body--main_content .video_wrapper object,
.comments__page .article__body--main_content .video_wrapper embed {
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article--th_vecernji .article__body--main_content #video_player_wrapper,
.comments__page .article__body--main_content #video_player_wrapper {
  max-width: 100%;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__body--main_content #video_player_wrapper,
  .comments__page .article__body--main_content #video_player_wrapper {
    margin-left: -31px;
    margin-right: -31px;
  }
}

.article--th_vecernji .article__extra_content,
.comments__page .article__extra_content {
  display: block;
  margin: 7px 0 33px 0;
  padding: 32px 0 0 0;
  background-color: white;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__extra_content,
  .comments__page .article__extra_content {
    margin: 0px -31px 33px -31px;
    padding: 26px 0 0 0;
  }
}

.article--th_vecernji .article__extra_content h2,
.comments__page .article__extra_content h2 {
  padding: 0px 30px 0 30px;
  padding-bottom: 25px;
  margin-bottom: 23px;
  font: normal 400 100% "Stag Book";
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #d94339;
  border-bottom: 1px solid #ebe6db;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji .article__extra_content h2,
  .comments__page .article__extra_content h2 {
    padding-bottom: 24px;
  }
}

.article--th_vecernji .article__extra_content_text,
.comments__page .article__extra_content_text {
  display: block;
  padding: 0 30px 0 30px;
}

.article--th_vecernji .article__extra_content .ck_image_in_article--full,
.comments__page .article__extra_content .ck_image_in_article--full {
  margin: 0 !important;
}

.article--th_vecernji .article__tag,
.comments__page .article__tag {
  position: relative;
  z-index: 1;
  padding: 0 31px;
}

.article--th_vecernji .article__tag span,
.comments__page .article__tag span {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebe6db;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 29px;
  line-height: 2.9rem;
  letter-spacing: 0.05em;
  color: #98908e;
  text-transform: uppercase;
}

.article--th_vecernji .article__tag_name,
.comments__page .article__tag_name {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 17px;
  line-height: 1.7rem;
  @incldue letter-spacing(10);
  color: #d94339;
  margin: 0;
  padding: 0;
  padding: 5px 0;
  margin-right: 15px;
}

.article--th_vecernji__padding_right,
.comments__page__padding_right {
  padding-right: 320px;
}

.article--th_vecernji.article--pr .article__header_wrap,
.comments__page.article--pr .article__header_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 320px 18px 144px;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .article--th_vecernji.article--pr .article__header_wrap,
  .comments__page.article--pr .article__header_wrap {
    padding: 23px 320px 23px 218px;
  }
}

.th_living .article--th_vecernji .article__header_breadcrumb {
  color: #ed6e65;
}

.th_living .article--th_vecernji .article__header_breadcrumb:hover {
  color: #d5544b;
}

.th_living .article--th_vecernji .article__header_breadcrumb--subsection {
  color: #98908e;
}

.th_living .article--th_vecernji .article__header_breadcrumb--subsection:hover {
  color: #98908e;
}

.th_living .article--th_vecernji .article__label {
  background-color: #ed6e65;
}

.th_living .article--th_vecernji .article__figure_more {
  background-color: #ed6e65;
}

.th_living .article--th_vecernji .article__comments_number strong {
  color: #ed6e65;
}

.th_living .article--th_vecernji .article__comments_number:hover strong {
  color: #d5544b;
}

.th_living .article--th_vecernji .article__author--link {
  color: #ed6e65;
}

.th_living .article--th_vecernji .article__author--link:hover {
  color: #d5544b;
}

.th_living .article--th_vecernji .article__body--main_content a {
  color: #ed6e65;
}

.th_living .article--th_vecernji .article__body--main_content a:hover {
  color: #d5544b;
}

.th_living .article--th_vecernji .article__body--main_content blockquote p {
  color: #ed6e65;
}

.th_living .article--th_vecernji .article__body--main_content blockquote p:first-letter {
  color: #ed6e65;
}

.th_living .article--th_vecernji .article__extra_content h2 {
  color: #ed6e65;
}

.th_living .article--th_vecernji .article__tag_name {
  color: #ed6e65;
}

.th_living .article--th_vecernji .article__tag_name:hover {
  color: #d5544b;
}

.th_living .video_wrapper {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 17px;
}

@media screen and (min-width: 1370px) {
  .th_living .video_wrapper {
    margin: 0 -31px 27px;
  }
}

.th_living .video_wrapper iframe,
.th_living .video_wrapper object,
.th_living .video_wrapper embed {
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.th_living #video_player_wrapper {
  max-width: 100%;
}

@media screen and (min-width: 1370px) {
  .th_living #video_player_wrapper {
    margin-left: -31px;
    margin-right: -31px;
  }
}

.th_vojna-povijest .article--th_vecernji .article__header_breadcrumb {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__header_breadcrumb:hover {
  color: #5d6f47;
}

.th_vojna-povijest .article--th_vecernji .article__header_breadcrumb--subsection {
  color: #98908e;
}

.th_vojna-povijest .article--th_vecernji .article__header_breadcrumb--subsection:hover {
  color: #98908e;
}

.th_vojna-povijest .article--th_vecernji .article__label {
  background-color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__figure_more {
  background-color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__comments_number strong {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__comments_number:hover strong {
  color: #5d6f47;
}

.th_vojna-povijest .article--th_vecernji .article__author--link {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__author--link:hover {
  color: #5d6f47;
}

.th_vojna-povijest .article--th_vecernji .article__body--main_content a {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__body--main_content a:hover {
  color: #5d6f47;
}

.th_vojna-povijest .article--th_vecernji .article__body--main_content blockquote p {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__body--main_content blockquote p:first-letter {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__extra_content h2 {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__tag_name {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__tag_name:hover {
  color: #5d6f47;
}

.th_moja-hrvatska .article--th_vecernji .article__header_breadcrumb {
  color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__header_breadcrumb:hover {
  color: #3a50d6;
}

.th_moja-hrvatska .article--th_vecernji .article__header_breadcrumb--subsection {
  color: #98908e;
}

.th_moja-hrvatska .article--th_vecernji .article__header_breadcrumb--subsection:hover {
  color: #98908e;
}

.th_moja-hrvatska .article--th_vecernji .article__label {
  background-color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__figure_more {
  background-color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__comments_number strong {
  color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__comments_number:hover strong {
  color: #3a50d6;
}

.th_moja-hrvatska .article--th_vecernji .article__author--link {
  color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__author--link:hover {
  color: #3a50d6;
}

.th_moja-hrvatska .article--th_vecernji .article__body--main_content a {
  color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__body--main_content a:hover {
  color: #3a50d6;
}

.th_moja-hrvatska .article--th_vecernji .article__body--main_content blockquote p {
  color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__body--main_content blockquote p:first-letter {
  color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__extra_content h2 {
  color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__tag_name {
  color: #2277be;
}

.th_moja-hrvatska .article--th_vecernji .article__tag_name:hover {
  color: #3a50d6;
}

.th_vojna-povijest .article--th_vecernji .article__header_breadcrumb {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__header_breadcrumb:hover {
  color: #5d6f47;
}

.th_vojna-povijest .article--th_vecernji .article__header_breadcrumb--subsection {
  color: #98908e;
}

.th_vojna-povijest .article--th_vecernji .article__header_breadcrumb--subsection:hover {
  color: #98908e;
}

.th_vojna-povijest .article--th_vecernji .article__label {
  background-color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__figure_more {
  background-color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__comments_number strong {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__comments_number:hover strong {
  color: #5d6f47;
}

.th_vojna-povijest .article--th_vecernji .article__author--link {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__author--link:hover {
  color: #5d6f47;
}

.th_vojna-povijest .article--th_vecernji .article__body--main_content a {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__body--main_content a:hover {
  color: #5d6f47;
}

.th_vojna-povijest .article--th_vecernji .article__body--main_content blockquote p {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__body--main_content blockquote p:first-letter {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__extra_content h2 {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__tag_name {
  color: #6d8352;
}

.th_vojna-povijest .article--th_vecernji .article__tag_name:hover {
  color: #5d6f47;
}

.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 (max-width: 1459px) {
  .article--live .gr-7 {
    padding-left: 35px;
    padding-right: 0;
  }
}

.article--live .article__header_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 177px 14px 19px;
}

@media screen and (min-width: 1370px) {
  .article--live .article__header_wrap {
    padding: 23px 245px 23px 31px;
  }
}

.article--live .article__header_wrap--left {
  -ms-flex-preferred-size: 144px;
  flex-basis: 144px;
}

@media screen and (min-width: 1370px) {
  .article--live .article__header_wrap--left {
    -ms-flex-preferred-size: 218px;
    flex-basis: 218px;
  }
}

.article--live .article__header_wrap--right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-preferred-size: 663px;
  flex-basis: 663px;
}

@media screen and (min-width: 1370px) {
  .article--live .article__header_wrap--right {
    -ms-flex-preferred-size: 817px;
    flex-basis: 817px;
  }
}

.article--live .article__intro_wrap {
  background-color: white;
  margin-bottom: 30px;
}

.article--live .article__intro_wrap .article__gallery {
  margin-right: 320px;
}

.article--live .article__header_top {
  border-bottom: 1px solid #ebe6db;
}

.article--live .article__label {
  background-color: #79a342;
  max-width: 100px;
}

@media screen and (min-width: 1370px) {
  .article--live .article__label {
    max-width: 150px;
  }
}

.article--live .article__header_breadcrumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 51px;
  border-bottom: 0;
}

.article--live .article__header_breadcrumb:not(:last-of-type) {
  color: #79a342;
}

.article--live .article__header_live_label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 0 30px;
  height: 51px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 51px;
  line-height: 5.1rem;
  letter-spacing: 0em;
  color: #d94339;
  text-transform: uppercase;
  border-right: 1px solid #ebe6db;
}

.article--live .article__header_note {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 51px;
  padding-right: 30px;
  float: right;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #98908e;
}

.article--live .article__header_note_icon {
  position: relative;
  margin-right: 7px;
  top: 19px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.article--live .article__header_note_text {
  position: relative;
  top: 7px;
}

.article--live .article__header_extra {
  position: relative;
  max-width: 140px;
  left: 0;
  margin-top: 42px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (max-width: 1369px) {
  .article--live .article__header_extra {
    max-height: 195px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1370px) {
  .article--live .article__header_extra {
    left: 0px;
    max-width: 160px;
  }
}

.article--live .article__author {
  margin: 0;
  text-align: left;
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.article--live .article__author_image {
  margin: 0 0 11px 0;
}

.article--live .article__live_header--top {
  background-color: white;
}

.article--live .article__live_header--label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 0 30px;
  height: 56px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 57px;
  line-height: 5.7rem;
  letter-spacing: 0em;
  color: #d94339;
  text-transform: uppercase;
  border-right: 1px solid #ebe6db;
}

.article--live .article__live_header--share {
  display: inline-block;
  float: left;
}

.article--live .article__live_header--sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  max-width: 180px;
  height: 56px;
}

.article--live .article__live_header--sort .fake__form_select_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article--live .article__live_header {
  z-index: 9;
}

.article--live .article__live_header.small_header {
  z-index: 9;
}

.article--live .article__live_header.small_header .livearticle_feed_sport {
  background-color: #ebe6db;
}

.article--live .article__live_header.small_header .livearticle_feed__team_name {
  display: inline-block;
  position: relative;
  top: 0px;
  font: normal 400 100% "Stag Book";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  line-height: 3.4rem;
  letter-spacing: 0.015em;
}

.article--live .article__live_header.small_header .livearticle_feed__teams {
  width: auto;
}

.article--live .article__live_header.small_header .livearticle_feed__teams--left {
  text-align: left;
  display: block;
  padding-left: 20px;
  padding-right: 30px;
}

.article--live .article__live_header.small_header .livearticle_feed__teams--right {
  padding-left: 0;
  padding-right: 20px;
}

.article--live .article__live_header.small_header .livearticle_feed__team_info {
  display: inline-block;
}

.article--live .article__live_header.small_header .livearticle_feed__scorrers {
  visibility: hidden;
}

.article--live .article__live_header.small_header .livearticle_feed__result {
  float: left;
  margin-right: 10px;
}

.article--live .article__live_header.small_header .livearticle_feed__result span {
  padding: 0 14px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  letter-spacing: 0.025em;
}

.article--live .article__live_header.small_header .livearticle_feed__location {
  display: block;
  float: left;
  padding-left: 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 34px;
  line-height: 3.4rem;
  letter-spacing: 0.025em;
  color: #79a342;
  text-transform: uppercase;
}

.article--live .article__live_header.small_header .livearticle_feed__info span {
  display: none;
}

.article--live .article__live_header.small_header .livearticle_feed__info .animating_line {
  height: 4px;
}

.article--live .article__live_header.small_header .livearticle_feed__info .animating_line--animation {
  height: 4px;
}

.article--live .social_share--desktop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
}

.article--live .social_share--desktop span {
  display: inline-block;
  width: 80px;
  text-align: left;
  padding: 0 0 0 14px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1370px) {
  .article--live .social_share--desktop span {
    padding: 0 0 0 20px;
    width: 96px;
  }
}

@media screen and (max-width: 1369px) {
  .article--live .social_share--desktop span.social_share--title {
    display: none;
  }
}

.article--live .social_share_icons {
  width: auto;
}

.article--live .social_share_icons .btn--share {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.article--live .social_share_icons .btn--share .icon {
  top: 9px;
  left: 0;
}

.article--live .livearticle_feed__location {
  display: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.article--live .livearticle_feed__info {
  position: relative;
}

.article--live .livearticle_feed__info span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
  z-index: 6;
  text-align: center;
  padding: 0 14px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  color: white;
  text-transform: uppercase;
}

.article--live .livearticle_feed__info .animating_line {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background-color: #3f5f14;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.article--live .livearticle_feed__info .animating_line--animation {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background-color: #79a342;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.article__live--is_active .article--live .livearticle_feed__info .animating_line--animation.animated {
  -webkit-animation: animate_line 30s;
  -moz-animation: animate_line 30s;
  -o-animation: animate_line 30s;
  animation: animate_line 30s;
  -o-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.article--live .livearticle_feed_sport {
  padding: 20px 0 10px 0;
}

.article--live .livearticle_feed__teams {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.article--live .livearticle_feed__teams--left {
  text-align: right;
  padding-right: 10px;
  padding-left: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.article--live .livearticle_feed__teams--right {
  text-align: left;
  padding-left: 10px;
  padding-right: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.article--live .livearticle_feed__teams > div:first-of-type {
  margin-right: 20px;
}

.article--live .livearticle_feed__team_name {
  position: relative;
  top: 10px;
  margin-bottom: 8px;
  display: block;
  font: normal 400 100% "Stag Semibold";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.015em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .article--live .livearticle_feed__team_name {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

.article--live .livearticle_feed__result span {
  display: inline-block;
  padding: 10px 9px 5px 9px;
  background-color: white;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .article--live .livearticle_feed__result span {
    padding: 11px 9px 9px 9px;
  }
}

.article--live .livearticle_feed__scorrers {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  color: #98908e;
}

.article--live .livearticle_feed__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.article--live .livearticle_feed__list li:not(:last-of-type) .live_event__box,
.article--live .livearticle_feed__list li:not(:last-of-type) .live_event__type--normal {
  border-bottom: 1px solid #ebe6db;
}

.article--live .livearticle_feed__list li:last-of-type {
  border-bottom: 0;
}

.article--live .livearticle_feed__list .livearticle_feed__item--highlight .live_event__box,
.article--live .livearticle_feed__list .livearticle_feed__item--highlight .live_event__type {
  background-color: #f7f6f1;
}

.article--live .livearticle_feed__list .live_event__content.item_is_hidden {
  max-height: 88px;
  overflow: hidden;
}

.article--live .livearticle_feed__list__show_more {
  display: none;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.025em;
  color: #d94339;
  text-transform: uppercase;
}

.article--live .livearticle_feed__list__show_more.item_is_visible {
  display: block;
}

.article--live .livearticle_comments {
  display: block;
  width: 100%;
}

.article--live .livearticle_comments--upper .fake__form_select_wrap {
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  max-width: 180px;
}

.article--live .livearticle_comments__reload {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 3px 14px 9px 14px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #98908e;
  text-transform: uppercase;
  text-align: center;
}

.article--live .livearticle_comments__reload:hover {
  cursor: pointer;
  color: #7b7674;
}

.article--live .livearticle_comments__reload:hover .icon {
  -webkit-animation: rotateLoadIcon 2s linear infinite;
  animation: rotateLoadIcon 2s linear infinite;
}

.grid_helper {
  position: absolute;
  height: 100%;
  right: -10px;
  padding-left: 0;
}

.livearticle_events {
  width: 240px;
  left: 0;
  margin-left: -250px;
  float: left;
  border: 1px solid #ebe6db;
  z-index: 10;
  background-color: #f7f6f1;
}

.livearticle_events__title {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0em;
  border-bottom: 1px solid #ebe6db;
}

@media screen and (min-width: 1460px) {
  .livearticle_events__title {
    padding: 15px 20px 15px 20px;
  }
}

.livearticle_events__title .icon {
  color: #d94339;
  float: right;
}

.livearticle_events__title .icon--close {
  display: block;
}

.livearticle_events__title .icon--open {
  display: none;
}

.livearticle_events__title:hover {
  cursor: pointer;
}

.livearticle_events__list {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}

.livearticle_events__list .icon {
  margin-right: 10px;
  float: left;
  position: relative;
  top: -3px;
}

.livearticle_events__list .icon-goal, .livearticle_events__list .icon-autogoal, .livearticle_events__list .icon-penall, .livearticle_events__list .icon-penall_missed {
  color: #90bf53;
}

.livearticle_events__list .icon-start, .livearticle_events__list .icon-halftime, .livearticle_events__list .icon-end {
  color: #323232;
}

.livearticle_events__list .icon-red_card {
  color: rbga(241, 85, 75, 1);
}

.livearticle_events__list .icon-second_yellow_card, .livearticle_events__list .icon-yellow_card {
  color: #fdb32b;
}

.livearticle_events__list .icon-corner, .livearticle_events__list .icon-extra_time {
  color: #d5d5d5;
}

.livearticle_events__list .icon-offside {
  color: #ef5324;
}

.livearticle_events__list .icon-injury {
  color: rbga(118, 125, 168, 1);
}

.livearticle_events__list .icon-replacement {
  color: rbga(118, 125, 168, 1);
}

.livearticle_events__list .icon-normal {
  color: #b8adaa;
}

.livearticle_events__list .icon-exclusion {
  color: #f1554b;
}

.livearticle_events__list .icon-interruption {
  color: #202020;
}

.livearticle_events__list .icon-comment-reader {
  color: #009ad4;
}

.livearticle_events__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 10px 15px 10px;
  border-bottom: 1px solid #ebe6db;
}

@media screen and (min-width: 1460px) {
  .livearticle_events__item {
    padding: 16px 20px 15px 20px;
  }
}

.livearticle_events__item:last-of-type {
  border-bottom: 0;
}

.livearticle_events__item:hover {
  cursor: pointer;
}

.livearticle_events__item--highlight {
  background-color: white;
}

.livearticle_events__moment_title {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
  margin-bottom: 7px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 20px;
}

.livearticle_events__item_text {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.025em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 42px;
}

.livearticle_events.is_closed {
  width: 40px;
}

@media screen and (min-width: 1460px) {
  .livearticle_events.is_closed {
    width: 60px;
  }
}

.livearticle_events.is_closed .livearticle_events__title, .livearticle_events.is_closed .livearticle_events__moment_title, .livearticle_events.is_closed .livearticle_events__item_text {
  font-size: 0px;
  font-size: 0rem;
  line-height: 0px;
  line-height: 0rem;
  letter-spacing: 0em;
}

.livearticle_events.is_closed .livearticle_feed__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  display: block;
}

.livearticle_events.is_closed .icon--close {
  display: none;
}

.livearticle_events.is_closed .icon--open {
  display: block;
}

.livearticle_feed__item--highlight {
  background-color: white;
}

.livearticle_feed__content .live_event__show_more {
  display: none;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.025em;
  color: #d94339;
  text-transform: uppercase;
}

.livearticle_feed__content .live_event__show_more.item_is_visible {
  display: block;
}

.livearticle_feed__content .live_event__content {
  display: block;
}

.livearticle_feed__content .live_event__content a {
  color: #d94339;
}

.livearticle_feed__content .live_event__content a:hover {
  color: #d5544b;
}

.livearticle_feed__content .live_event__content blockquote {
  position: relative;
  margin: 0px 0px 24px 0px;
  padding: 33px 15px 4px 115px;
}

@media screen and (min-width: 1370px) {
  .livearticle_feed__content .live_event__content blockquote {
    margin: 7px 0 31px 0;
    padding: 40px 20px 0 115px;
  }
}

.livearticle_feed__content .live_event__content blockquote:before {
  display: block;
  position: absolute;
  left: 10px;
  top: 17px;
  content: "\e93a";
  font-family: 'icomoon' !important;
  font-size: 96px;
  font-size: 9.6rem;
  line-height: 96px;
  line-height: 9.6rem;
  color: #ebe6db;
}

.livearticle_feed__content .live_event__content blockquote p {
  font: normal 400 100% "Stag Book";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
  color: #d94339;
}

@media screen and (min-width: 1370px) {
  .livearticle_feed__content .live_event__content blockquote p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.livearticle_feed__content .live_event__content blockquote p:first-of-type:first-letter {
  font: normal 400 100% "Stag Book";
  margin-top: 0;
  margin-right: 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
  color: #d94339;
  float: none;
}

@media screen and (min-width: 1370px) {
  .livearticle_feed__content .live_event__content blockquote p:first-of-type:first-letter {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.livearticle_feed__content .live_event__content .ck_image_in_article {
  display: block;
  position: relative;
  margin: 23px 0 28px 0;
}

@media screen and (min-width: 1370px) {
  .livearticle_feed__content .live_event__content .ck_image_in_article {
    margin: 23px 0px;
  }
}

.livearticle_feed__content .live_event__content .ck_image_in_article .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
}

.livearticle_feed__content .live_event__content .ck_image_in_article .article__figure_caption--author {
  position: absolute;
  bottom: 3px;
  left: 10px;
  right: 10px;
}

@media screen and (min-width: 1370px) {
  .livearticle_feed__content .live_event__content .ck_image_in_article .article__figure_caption--author {
    left: 30px;
    right: 30px;
  }
}

.livearticle_feed__content .live_event__content .ck_image_in_article .article__figure_caption--description {
  padding: 12px 14px 0 14px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.015em;
  color: #98908e;
  display: block;
}

@media screen and (min-width: 1370px) {
  .livearticle_feed__content .live_event__content .ck_image_in_article .article__figure_caption--description {
    padding: 12px 30px 0 30px;
  }
}

.livearticle_feed__content .live_event__content .ck_image_in_article--full {
  width: auto;
  height: auto;
}

.livearticle_feed__content .video_wrapper {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 17px;
}

@media screen and (min-width: 1370px) {
  .livearticle_feed__content .video_wrapper {
    margin: 0 0px 27px;
  }
}

.livearticle_feed__content .video_wrapper iframe,
.livearticle_feed__content .video_wrapper object,
.livearticle_feed__content .video_wrapper embed {
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.livearticle_feed__content #video_player_wrapper {
  max-width: 100%;
}

@media screen and (min-width: 1370px) {
  .livearticle_feed__content #video_player_wrapper {
    margin-left: -31px;
    margin-right: -31px;
  }
}

.article__live--normal .article__label {
  background-color: #d94339;
}

.article__live--normal .article__header_breadcrumb:not(:last-of-type) {
  color: #d94339;
}

.article__live--normal .livearticle_feed__info {
  height: 20px;
}

.article__live--normal .livearticle_feed__info .animating_line {
  background-color: #ed6e65;
}

.article__live--normal .livearticle_feed__info .animating_line--animation {
  background-color: #d94339;
}

.article__live--normal .small_header .livearticle_feed__info {
  height: 4px;
}

.article__live--normal .livearticle_events__item_title .icon-earth {
  color: #f1554b;
}

.article__live--normal .livearticle_events__item_title .icon-archive {
  color: #767da8;
}

.article__live--normal .livearticle_events__item_title .icon-car-connected {
  color: #3d78ff;
}

.article__live--normal .livearticle_events__item_title .icon-video {
  color: #ef5324;
}

.article__live--normal .livearticle_events__item_title .icon-chart-bar {
  color: #90bf53;
}

.article__live--normal .livearticle_events__item_title .icon-chart-bar-stacked {
  color: #fdb32b;
}

.article__live--normal .livearticle_events__item_title .icon-bomb, .article__live--normal .livearticle_events__item_title .icon-pistol {
  color: #323232;
}

.article__live--normal .livearticle_events__item_title .icon-microphone-variant {
  color: #39aeda;
}

.article__live--normal .livearticle_events__item_title .icon-alert {
  color: #f1554b;
}

.article__live--is_active .animated {
  -webkit-animation: animate_line 30s;
  -moz-animation: animate_line 30s;
  -o-animation: animate_line 30s;
  animation: animate_line 30s;
  -o-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.article--gallery {
  background-color: #202020;
}

.article--gallery .content__wrap {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1370px) {
  .article--gallery .content__wrap {
    top: 92px;
  }
}

@media screen and (min-width: 1370px) {
  .article--gallery.has_subnav .content__wrap {
    top: 92px;
  }
}

.article--gallery .header__wrapper {
  height: 80px;
}

@media screen and (min-width: 1370px) {
  .article--gallery .header__wrapper {
    height: 92px;
  }
}

.has_subnav .article--gallery .header__wrapper {
  height: 80px;
}

@media screen and (min-width: 1370px) {
  .has_subnav .article--gallery .header__wrapper {
    height: 92px;
  }
}

.article--gallery .main_nav .nav .is_active ~ .nav__list2_wrap {
  display: none !important;
}

.article--gallery.th_living .content__wrap {
  top: 80px;
}

@media screen and (min-width: 1370px) {
  .article--gallery.th_living .content__wrap {
    top: 92px;
  }
}

@media screen and (min-width: 1370px) {
  .article--gallery.th_living.has_subnav .content__wrap {
    top: 92px;
  }
}

.article--gallery.th_living .header__wrapper {
  height: 80px;
}

@media screen and (min-width: 1370px) {
  .article--gallery.th_living .header__wrapper {
    height: 92px;
  }
}

.has_subnav .article--gallery.th_living .header__wrapper {
  height: 80px;
}

@media screen and (min-width: 1370px) {
  .has_subnav .article--gallery.th_living .header__wrapper {
    height: 92px;
  }
}

.article--gallery .article__wrap {
  min-width: 1024px;
  padding: 0 20px;
}

.article--gallery .article__title {
  font: normal 400 100% "Stag Semibold";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.015em;
  color: white;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
  margin-bottom: 13px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.article--gallery .article__header {
  margin-right: 340px;
}

.article--gallery .article__header--top {
  padding-top: 12px;
}

@media screen and (min-width: 1370px) {
  .article--gallery .article__header--top {
    padding-top: 20px;
  }
}

.article--gallery .article__header--bottom {
  color: #98908e;
  margin-bottom: 23px;
}

.article--gallery .article__header_data > span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding-left: 17px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article--gallery .article__header_data > span strong {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.article--gallery .article__header_data > span .icon {
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.article--gallery .article__header_data > span .icon-eye {
  top: -2px;
}

.article--gallery .article__header_data > span:after {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  background-color: #ebe6db;
}

.article--gallery .article__header_data > span:last-of-type:after {
  display: none;
}

.article--gallery .article__header_data > span:last-of-type {
  padding-right: 0;
}

.article--gallery .article__header_data > span:first-of-type {
  padding-left: 0;
}

.article--gallery .article__header_data > span a {
  color: #98908e;
}

.article--gallery .article__header_date, .article--gallery .article__header_views, .article--gallery .article__comments_number {
  position: relative;
  top: 3px;
}

.article--gallery .article__gallery_length {
  float: left;
  display: inline-block;
  float: left;
  padding: 0 6px !important;
  padding-left: 6px;
  margin-right: 3px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.05em;
  background-color: #d94339;
  color: white;
  position: relative;
  top: 2px;
}

.article--gallery .article__gallery_length span {
  margin-right: 2px;
}

.article--gallery .article__gallery_length span:after {
  display: none !important;
}

.article--gallery .article__gallery_length:after {
  display: none !important;
}

.article--gallery .article__comments_number strong {
  color: #d94339;
}

.article--gallery .article__gallery--share {
  position: relative;
  top: -17px;
  float: right;
  display: block;
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 56px;
  line-height: 5.6rem;
  *zoom: 1;
}

.article--gallery .article__gallery--share:before, .article--gallery .article__gallery--share:after {
  content: "";
  display: table;
}

.article--gallery .article__gallery--share:after {
  clear: both;
}

@media screen and (min-width: 1370px) {
  .article--gallery .article__gallery--share {
    line-height: 64px;
    line-height: 6.4rem;
  }
}

.article--gallery .article__gallery--share_label {
  position: relative;
  top: 24px;
  float: left;
  display: none;
  margin: 0 20px 0 0;
  padding: 0;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #ffb400;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .article--gallery .article__gallery--share_label {
    display: block;
  }
}

.article--gallery .article__gallery--share_link {
  position: relative;
  float: left;
  display: block;
  width: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .article--gallery .article__gallery--share_link {
    width: 50px;
  }
}

@media screen and (min-width: 1370px) {
  .article--gallery .article__gallery--share_link:hover .icon {
    color: #ffb400;
  }
}

.article--gallery .article__gallery--share_link .icon {
  position: relative;
  top: 7px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  -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;
}

.article--gallery .article__gallery .gallery__caption_desc {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 90px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.015em;
  color: #98908e;
  line-height: 18px;
  line-height: 1.8rem;
}

.article--gallery .article__gallery .gallery__caption_desc strong {
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 4px 3px 0 0;
}

@media screen and (min-width: 1370px) {
  .article--gallery .article__gallery .gallery__caption_desc {
    -webkit-line-clamp: 4;
    max-height: 72px;
  }
}

.article--gallery .article__main {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  min-width: 1024px;
}

.article--gallery .article__gallery {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 125px;
  bottom: 30px;
  right: 340px;
  left: 0;
}

.article--gallery .article__gallery_content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.article--gallery .article__gallery_content_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.article--gallery .article__sidebar {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  left: auto;
  width: 340px;
  background-color: #161616;
}

.article--gallery .article__sidebar .dfp_banner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.article--gallery .article__figure_arrows .arrow {
  position: absolute;
  top: 50%;
  z-index: 300;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  display: block;
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
}

.article--gallery .article__figure_arrows .arrow-next {
  right: 10px;
}

.article--gallery .article__figure_arrows .arrow-prev {
  left: 10px;
}

.article--gallery .article__figure_arrows .arrow .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 54px;
  font-size: 5.4rem;
  color: #202020;
}

.article--gallery .article__figure_arrows .arrow.is_hidden {
  opacity: 0;
}

.article--gallery .article__figure_arrows:hover {
  cursor: pointer;
}

.article--gallery .article__figure_arrows:hover .icon {
  color: #3d3535;
}

.article--gallery .article__gallery_image {
  display: block;
  position: relative;
}

.article--gallery .article__figure_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #161616;
}

.article--gallery .article__figure_caption--author {
  font: normal 400 100% "Stag Book";
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
}

.article--gallery .article__figure_caption--desciption {
  font: normal 400 100% "Dobra Book", sans-serif;
  color: #98908e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
}

.article--gallery .gallery__banner {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  margin-left: 0;
  z-index: 2;
}

.article--gallery .gallery__banner.is_hidden {
  opacity: 0;
}

.article--gallery .gallery__banner_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}

.article--gallery .dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn {
  display: block;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  z-index: 2;
}

@media screen and (min-width: 1370px) {
  .article--gallery .dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn {
    top: -20px;
    right: -20px;
  }
}

.article--gallery .dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn:hover {
  cursor: pointer;
}

.article--gallery .dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  color: #202020;
}

.addBlockON .article__sidebar--gallery {
  display: none;
}

.addBlockON .article__gallery {
  right: 0;
}

.addBlockON .article__header {
  margin-right: 0;
}

.close__line .graph__score {
  stroke-dashoffset: 125;
  -webkit-animation: closing_line 4000ms linear;
  animation: closing_line 3000ms linear;
}

@-webkit-keyframes closing_line {
  from {
    stroke-dashoffset: 125;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes closing_line {
  from {
    stroke-dashoffset: 125;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.random_articles__gallery_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.th_living.article--gallery .article__gallery_length {
  background-color: #ed6e65;
}

.th_living.article--gallery .article__comments_number strong {
  color: #ed6e65;
}

.th_living.article--gallery .btn--new_comment {
  background-color: #ed6e65;
}

.th_living.article--gallery .btn--new_comment:hover {
  background-color: #d5544b;
}

.th_vojna-povijest.article--gallery .article__gallery_length {
  background-color: #5d6f47;
}

.th_vojna-povijest.article--gallery .article__comments_number strong {
  color: #5d6f47;
}

.th_vojna-povijest.article--gallery .btn--new_comment {
  background-color: #5d6f47;
}

.th_vojna-povijest.article--gallery .btn--new_comment:hover {
  background-color: #6d8352;
}

.th_moja-hrvatska.article--gallery .article__gallery_length {
  background-color: #3a50d6;
}

.th_moja-hrvatska.article--gallery .article__comments_number strong {
  color: #3a50d6;
}

.th_moja-hrvatska.article--gallery .btn--new_comment {
  background-color: #3a50d6;
}

.th_moja-hrvatska.article--gallery .btn--new_comment:hover {
  background-color: #2277be;
}

.ef_widget {
  position: relative;
  z-index: 1;
  margin: 15px 0 30px;
}

@media screen and (min-width: 1024px) {
  .ef_widget {
    padding: 0 25px 0 30px;
  }
  .ef_widget:hover .ef_widget__article_title {
    color: #3d3535;
  }
}

.ef_widget__logo_link {
  display: block;
}

.ef_widget__logo_link--poslovni {
  width: 160px;
}

.ef_widget__logo_link--nethr {
  width: 80px;
}

.ef_widget__logo_link img {
  display: block;
  width: 100%;
  height: auto;
}

.ef_widget__article_list {
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

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

.ef_widget__article {
  width: 100%;
  min-height: 72px;
}

.ef_widget__article:not(:first-child) {
  margin: 20px 0 0;
}

.ef_widget__article_link {
  position: relative;
  display: block;
}

@media screen and (max-width: 1024px) {
  .ef_widget__article_link {
    overflow: hidden;
  }
}

.ef_widget__article_figure {
  width: 108px;
  float: left;
}

.ef_widget__article_figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ef_widget__article_info {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 122px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .ef_widget__article_info {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.ef_widget__article_title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 63px;
  font: normal 400 100% "Stag Semibold";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.01em;
  color: #202020;
}

@media screen and (min-width: 1024px) {
  .ef_widget__article_title {
    max-height: 72px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.025em;
  }
}

.widgetWrap {
  display: block;
}

.related_article {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 23px;
}

.related_article.native {
  padding: 0 25px 0 30px;
}

.related_article a {
  padding: 0 !important;
  background-color: transparent;
}

.related_article a:hover {
  background-color: transparent;
  color: #202020;
}

.related_article a:hover .related_article__lead_text {
  color: #3d3535 !important;
}

.related_article__photo_wrap {
  position: relative;
  display: block;
  float: left;
}

.related_article__photo_wrap a {
  position: relative;
  z-index: 1;
  display: block;
}

.related_article__photo_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.related_article__data_wrap {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 0 0 122px;
}

.related_article__overtitle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 21px;
  padding: 0 6px;
  max-width: 180px;
  margin: 0px auto 11px auto;
  background-color: #d94339;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.025em;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.related_article__overtitle a {
  color: white !important;
  position: relative;
  top: -1px;
}

.related_article__overtitle a:hover {
  color: #d94339;
}

.related_article__lead_text {
  float: left;
  width: 100%;
  padding-bottom: 7px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  overflow: hidden;
  font: normal 400 100% "Stag Semibold" !important;
  letter-spacing: 0.025em;
  color: #202020 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  -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;
}

.poll {
  padding: 16px 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1370px) {
  .poll {
    margin-left: -31px;
    margin-right: -31px;
  }
}

.poll .alert__message {
  margin: 10px 0;
}

.poll__title {
  padding: 0;
  margin: 0;
}

.poll__list {
  margin: 0 10px !important;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.poll__item {
  padding: 0 0 0 40px;
  padding-bottom: 12px !important;
  padding-left: 0px !important;
  padding-right: 10px !important;
  margin: 10px 0 20px;
}

.poll__item:before {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.poll__item--answered {
  padding: 0 40px 0 0;
  margin: 10px 0;
}

.poll__answer_title {
  width: 80%;
  display: inline-block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.poll__answer_perc {
  float: right;
  position: relative;
  top: 3px;
  font: normal 400 100% "Stag Semibold";
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.poll__progressbar {
  margin-top: 13px;
  position: relative;
  width: auto;
  left: 20px;
  height: 40px;
  background-color: #ebe6db;
  -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__progressbar_active {
  height: 40px;
  position: absolute;
  left: 0px;
  background-color: #ed6e65;
}

.poll__submit {
  position: absolute;
  left: -20px;
  top: 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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d94339;
  border: 0;
  font-size: 0px;
  font-size: 0rem;
}

.poll__submit:before {
  content: "\e907";
  font-family: 'icomoon' !important;
  font-size: 20px;
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.poll__submit:hover {
  background-color: #b7342c;
}

.poll__percentage {
  position: absolute;
  width: 32px;
  right: -40px;
  top: -5px;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: right;
}

.poll__question {
  padding: 0 10px 26px 10px;
  margin-bottom: 27px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #d94339;
  position: relative;
}

.poll__question:after {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: 1px;
  bottom: 0;
  left: -20px;
  right: -20px;
  background-color: #ebe6db;
}

.poll .notification {
  margin: 13px 10px 20px 10px;
  padding: 20px 10px 20px 30px;
  display: none;
  position: relative;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
}

.poll .notification p {
  padding-bottom: 0 !important;
}

.poll .notification--success {
  background-color: #abcb82;
  color: #477111;
}

.poll .notification__close {
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 24px;
  font-size: 2.4rem;
}

.poll .notification__close:hover {
  cursor: pointer;
}

.th_living .poll__question {
  color: #ed6e65;
}

.th_living .poll__submit {
  background-color: #ed6e65;
}

.th_living .poll__submit:hover {
  background-color: #d5544b;
}

.th_living .poll__progressbar_active {
  background-color: #d94339;
}

.th_vojna-povijest .poll__question {
  color: #6d8352;
}

.th_vojna-povijest .poll__submit {
  background-color: #6d8352;
}

.th_vojna-povijest .poll__submit:hover {
  background-color: #5d6f47;
}

.th_vojna-povijest .poll__progressbar_active {
  background-color: #99ae7e;
}

.th_moja-hrvatska .poll__question {
  color: #2277be;
}

.th_moja-hrvatska .poll__submit {
  background-color: #2277be;
}

.th_moja-hrvatska .poll__submit:hover {
  background-color: #3a50d6;
}

.th_moja-hrvatska .poll__progressbar_active {
  background-color: #4f8abf;
}

.block__subsection {
  background-color: white;
  padding: 10px 20px 1px 20px;
}

.th_moja-hrvatska .block__subsection,
.th_living .block__subsection,
.th_vojna-povijest .block__subsection {
  display: inline-block;
}

.search__form {
  margin-bottom: 20px;
  position: relative;
  display: block;
  width: 100%;
  background-color: white;
}

.blogger__main_content .search__form {
  margin-bottom: 0;
}

.search__form ::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #98908e;
}

.search__form ::-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #98908e;
}

.search__form :-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #98908e;
}

.search__form :-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #98908e;
}

.search__form_input {
  border: 0;
  width: 100%;
  padding: 19px 20px 20px 20px;
  height: auto;
  padding-right: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0em;
  color: #b8adaa;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.search__form_input:focus {
  color: #202020;
}

.search__button, .search__submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #202020;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.search__button:before, .search__submit_btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 1px;
  height: auto;
  background-color: #ebe6db;
}

.search__button .icon, .search__submit_btn .icon {
  color: #d94339;
  position: relative;
  top: 3px;
}

.search__button_text, .search__submit_btn_text {
  position: relative;
  top: -3px;
  margin-right: 13px;
  text-transform: uppercase;
}

.search__button:hover .icon {
  color: #b7342c;
}

.search__form_item {
  position: relative;
  display: block;
  height: 60px;
}

.search__form_label {
  display: block;
  padding-left: 20px;
  padding-bottom: 10px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
  text-transform: uppercase;
}

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

.search__controls .search__form_label:first-of-type {
  margin-right: 18px;
}

.search__form_label--red {
  color: #ed6e65;
}

.search__controls {
  margin-top: 38px;
  margin-bottom: 7px;
}

.search__filters {
  position: relative;
  padding: 0 215px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search__dropdowns_wrap {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search__dropdowns_wrap .fake__form_select_wrap {
  width: 50%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}

.search__dropdowns_wrap .fake__form_select_wrap:last-of-type {
  padding: 0 10px 0 10px;
}

.search__dropdowns_wrap .fake__form_select_list_wrap {
  border-bottom: 1px solid #b8adaa;
  background-color: #f7f6f1;
}

.search__dropdowns_wrap .fake__form_select_icon {
  right: 0;
  top: 8px;
}

.search__dropdowns_wrap .fake__form_select_btn {
  line-height: 40px;
  line-height: 4rem;
}

.search__dropdowns_wrap .fake__form_select_list {
  right: 0;
}

.search__calendars_wrap {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search__calendars_wrap .single_calendar {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: block;
  float: left;
  padding: 0 10px 0 10px;
}

.search__calendars_wrap .single_calendar:last-of-type {
  padding: 0 10px 0 10px;
}

.search__calendars_wrap .search__calendar_wrap {
  position: relative;
}

.search__calendars_wrap label {
  position: absolute;
  left: 20px;
  top: 1px;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #b8adaa;
}

.search__calendars_wrap input {
  padding: 0 60px 0 50px;
  background-color: #f7f6f1;
  border-bottom: 1px solid #b8adaa;
}

.search__calendars_wrap .icon {
  position: absolute;
  right: 16px;
  top: 9px;
}

.search__btn-main {
  float: right;
  width: 160px;
  margin: -50px 0 0 0;
}

.search__clear:hover {
  cursor: pointer;
}

.search__content {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}

.search__content--title span {
  color: #d94339;
  text-transform: uppercase;
}

.search__content--title h3 {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  padding-bottom: 5px;
}

.search__content--text {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.01em;
  color: #7b7674;
  padding-top: 12px;
  padding-bottom: 5px;
}

.search__newest {
  display: inline-block;
  max-width: 100%;
}

.search__newest .card--subsection:last-of-type, .search__newest .card--timeline:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.search__results {
  display: inline-block;
  max-width: 100%;
}

.search__results .card--subsection:last-of-type, .search__results .card--timeline:last-of-type {
  border-bottom: 0;
}

.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: 1370px) {
  .search__form_calendar_inner_wrap--start .search .gldp-default {
    left: 0 !important;
    right: auto !important;
  }
}

@media screen and (min-width: 1370px) {
  .search__form_calendar_inner_wrap--end .search .gldp-default {
    right: 0 !important;
    left: auto !important;
  }
}

.search .gldp-default .core.border.monyear.title {
  background-color: #202020;
  /* font: $font_prim--bold; */
  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: $font_prim--semibold; */
  font-size: 12px;
  font-size: 1.2rem;
  color: #a3a3a3;
}

.search .gldp-default .core.border:not(.dow) {
  background-color: #202020;
  /* font: $font_prim--bold; */
  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: #d94339;
  opacity: 1;
}

.search .gldp-default .prev-arrow,
.search .gldp-default .next-arrow {
  background-color: #202020;
  font-size: 20px;
  font-size: 2rem;
}

.search .gldp-default .prev-arrow:after {
  content: "\e924";
  color: #7b7674;
}

.search .gldp-default .next-arrow:after {
  content: "\e925";
  color: #7b7674;
}

.noresult {
  padding: 18px 0 30px;
}

@media screen and (min-width: 1370px) {
  .noresult {
    text-align: center;
    padding: 40px 0 40px;
  }
}

.noresult__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .noresult__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.noresult__title span {
  margin-left: 18px;
  display: inline-block;
  padding: 5px 8px 3px 8px;
  border: 1px solid #b7342c;
  font: normal 400 100% "Stag Semibold";
  color: #d94339;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1370px) {
  .noresult__title span {
    margin-left: 15px;
  }
}

.noresult__separator {
  width: 100%;
  height: 1px;
  background-color: #ebe6db;
}

.noresult__desc {
  padding: 0;
  margin: 0;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
  color: #202020;
}

.noresult__desc a {
  color: #d94339;
}

.top_gifts_widget__title {
  display: block;
  padding-bottom: 14px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .top_gifts_widget__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.njuskalo__feed .card--03 .card__content_wrap {
  padding-bottom: 0;
}

.njuskalo__feed .card--03 .card__title {
  font: normal 400 100% "Stag Semibold";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  -webkit-line-clamp: 2;
  max-height: 44px;
  height: 44px;
  margin-bottom: 6px;
}

.njuskalo__feed .card--03 .card__description {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #202020;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 24px;
}

.njuskalo__feed .card--03 .card__description--label {
  color: #7b7674;
}

.njuskalo__feed .card--03 .card__description_wrap {
  margin-bottom: 13px;
}

.njuskalo__feed .card--03 .card__btn {
  border-top: 1px solid #ebe6db;
  margin: 0 -14px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

@media screen and (min-width: 1370px) {
  .njuskalo__feed .card--03 .card__btn {
    margin: 0 -20px;
  }
}

.njuskalo__feed .card--03 .card__btn--more {
  position: relative;
  top: -1px;
  display: block;
  width: 100%;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  text-align: center;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.njuskalo__feed .card--03:hover .card__btn--more {
  color: #d94339;
}

.weather_widget {
  margin-bottom: 30px;
  background-color: white;
}

@media screen and (max-width: 1369px) {
  .weather_widget {
    width: 314px;
    float: left;
    margin-right: 12px;
    margin-left: 8px;
    margin-bottom: 0;
  }
}

.weather_widget__title {
  display: block;
  width: 100%;
  height: auto;
  background-color: #b7342c;
  padding-top: 8px;
}

.weather_widget__select_wrap {
  display: block;
  width: 204px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.weather_widget__select_wrap option {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  text-transform: none;
  padding: 5px 10px;
  text-transform: none;
  color: #202020;
}

.weather_widget__label {
  color: #202020;
  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: white;
}

.weather_widget__select {
  border: 0px;
  -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: 204px;
  height: 40px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  color: white;
  background-color: transparent;
  -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;
  background-color: #b7342c;
}

.weather_widget__today .weather_widget__icon_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 305px;
  margin: 0px auto;
  display: block;
}

@media screen and (min-width: 1370px) {
  .weather_widget__today .weather_widget__icon_wrap {
    height: 210px;
  }
}

.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 {
  width: 275px;
  height: 275px;
}

@media screen and (min-width: 1370px) {
  .weather_widget__today .weather_widget__icon_figure img,
  .weather_widget__today .weather_widget__icon_figure svg {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    margin: auto;
  }
}

.weather_widget__today .weather_widget__icon_figure img {
  display: none;
}

.weather_widget__today .weather_widget__icon_figure svg path {
  fill: white !important;
}

.weather_widget__today .weather_widget__icon_figure--no_data img,
.weather_widget__today .weather_widget__icon_figure--no_data svg {
  width: 300px;
  height: 300px;
}

.weather_widget__today .weather_widget__data_wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d94339;
  position: relative;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.weather_widget__today .weather_widget__data_wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 1px;
  height: 100%;
  background-color: #b7342c;
}

@media screen and (max-width: 1369px) {
  .weather_widget__today .weather_widget__data_wrap {
    margin-top: -45px;
    padding-top: 7px;
    padding-bottom: 10px;
  }
}

.weather_widget__today .weather_widget__half {
  width: 50%;
  display: inline-block;
  float: left;
}

.weather_widget__today .weather_widget__now {
  padding: 5px 15px 0 30px;
}

.weather_widget__today .weather_widget__now p {
  padding-top: 0px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  line-height: 90px;
  line-height: 9rem;
  color: white;
}

.weather_widget__today .weather_widget__now small {
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: white;
}

.weather_widget__today .weather_widget__pressure,
.weather_widget__today .weather_widget__humidity {
  margin: 4px 0 0 20px;
}

@media screen and (min-width: 1370px) {
  .weather_widget__today .weather_widget__pressure,
  .weather_widget__today .weather_widget__humidity {
    margin: 5px 0 8px 20px;
  }
}

.weather_widget__today .weather_widget__pressure small,
.weather_widget__today .weather_widget__humidity small {
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: white;
}

.weather_widget__today .weather_widget__pressure p,
.weather_widget__today .weather_widget__humidity p {
  font: normal 400 100% "Stag Semibold";
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #202020;
  padding-top: 6px;
}

.weather_widget__today .weather_widget__humidity {
  margin: 9px 0 0 20px;
}

@media screen and (min-width: 1370px) {
  .weather_widget__today .weather_widget__humidity {
    margin: 6px 0 0 20px;
  }
}

.weather_widget__today .weather_widget__humidity small {
  line-height: 26px;
  line-height: 2.6rem;
}

.weather_widget__later {
  position: relative;
  padding: 20px 0 40px 0;
}

@media screen and (min-width: 1370px) {
  .weather_widget__later {
    padding: 20px 0 40px 0;
  }
}

.weather_widget__later .weather_widget__icon_wrap {
  position: absolute;
  top: 0;
  bottom: 7px;
  left: -22px;
  -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: 15px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.weather_widget__later .weather_widget__icon_figure svg path {
  fill: #202020;
}

.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 24px;
  float: right;
}

@media screen and (min-width: 1370px) {
  .weather_widget__later .weather_widget__data_wrap {
    padding: 0 0 0 12px;
  }
}

.weather_widget__later .weather_widget__now {
  padding-left: 10px;
}

.weather_widget__later .weather_widget__now p {
  margin: 0;
  margin-top: 6px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 44px;
  line-height: 4.4rem;
  letter-spacing: -0.01em;
  color: #202020;
}

.weather_widget__later .weather_widget__now small {
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #3d3535;
}

.weather_widget__later .weather_widget__now--no_data {
  color: #98908e;
}

.weather_widget__btn {
  text-align: center;
  padding: 0 14px 20px 14px;
  margin-top: 15px;
}

@media screen and (min-width: 1370px) {
  .weather_widget__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.weather_widget__btn .btn {
  width: 100%;
}

.jw-display-icon-container {
  background: #fff !important;
}

.jwplayer .jw-display-icon-container,
.jwplayer .jw-display-controls .jw-icon {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  line-height: 88px;
}

.jwplayer .jw-display-icon-container > .jw-icon {
  color: #000 !important;
}

.jwplayer .jw-display-icon-container > .jw-icon svg {
  display: none !important;
}

.jwplayer .jw-display-icon-container > .jw-icon:hover {
  color: #d94339 !important;
}

.jw-skin-seven .jw-display-icon-container > .jw-icon {
  color: #000 !important;
}

.jw-skin-seven .jw-display-icon-container > .jw-icon:hover {
  color: #d94339 !important;
}

.jw-button-color:hover {
  color: #d94339 !important;
}

.jw-progress {
  background-color: #d94339 !important;
}

.jw-button-color {
  color: #fff !important;
}

.jw-sharing-dock-btn .jw-dock-image {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%2C11L14%2C4V8C7%2C9%204%2C14%203%2C19C5.5%2C15.5%209%2C13.9%2014%2C13.9V18L21%2C11Z%22%20%2F%3E%3C%2Fsvg%3E") !important;
}

.jw-sharing-dock-btn .jw-dock-image:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23d94339%22%20d%3D%22M21%2C11L14%2C4V8C7%2C9%204%2C14%203%2C19C5.5%2C15.5%209%2C13.9%2014%2C13.9V18L21%2C11Z%22%20%2F%3E%3C%2Fsvg%3E") !important;
}

.jw-state-idle .jw-icon.jw-icon-display, .jw-icon-display.jw-reset,
.jwplayer .jw-display-controls .jw-icon {
  font-family: 'icomoon' !important;
  color: #000 !important;
}

.jw-state-idle .jw-icon.jw-icon-display:hover, .jw-icon-display.jw-reset:hover,
.jwplayer .jw-display-controls .jw-icon:hover {
  color: #d94339 !important;
}

.jw-state-idle .jw-icon-display:before,
.jw-state-paused .jw-icon-display:before {
  content: "\e909" !important;
}

.jw-icon-display .jw-reset:before,
.jw-state-buffering .jw-icon-display.jw-icon:before,
.jw-state-complete .jw-icon-display.jw-icon:before {
  content: "\e94c" !important;
}

.jw-display-icon-container .jw-icon:before {
  font-size: 32px !important;
  width: auto !important;
  height: auto !important;
}

@media screen and (min-width: 1370px) {
  .jw-display-icon-container .jw-icon:before {
    font-size: 54px !important;
  }
}

.article--gallery .jw-icon-fullscreen {
  margin-right: 90px;
}

.profile .gr-8 {
  padding-right: 0;
}

.profile .gr-4 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1370px) {
  .profile .gr-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1369px) {
  .profile .column_content__inner {
    padding-right: 310px;
  }
}

.profile .sticky_header {
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0px;
  background-color: white;
}

.profile .js_sticky {
  top: 90px;
}

.profile .js_sticky.no_offset {
  top: 0;
}

.profile__head {
  background-color: white;
  margin-bottom: 20px;
}

@media screen and (min-width: 1370px) {
  .profile__head {
    margin-bottom: 30px;
  }
}

.profile__head:last-of-type {
  margin-bottom: 0;
}

.profile__separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebe6db;
}

.profile__title h3 {
  padding: 13px 0;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: center;
}

.profile__title--cards {
  background-color: #ebe6db;
}

.profile__name {
  font: normal 400 100% "Stag Semibold";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.015em;
  text-align: center;
  padding: 0 14px 17px 14px;
}

.profile__name_edit {
  display: inline-block;
  width: 40px;
  color: #98908e;
  -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__name_edit:hover {
  color: #79a342;
}

.profile__name_edit .icon {
  position: relative;
  top: 1px;
}

.profile__avatar_link {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 130px;
  height: 130px;
}

.profile__avatar_link:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
}

.profile__avatar_link:hover .profile__avatar_link--wrap {
  opacity: 1;
}

.profile__avatar_link figure {
  display: block;
  width: 100%;
  height: 100%;
}

.profile__avatar_link .icon {
  font-size: 54px;
  font-size: 5.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.profile__avatar_link .icon-camera-party-mode {
  font-size: 24px;
  font-size: 2.4rem;
}

.profile__avatar_link--wrap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(217, 67, 57, 0.6);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.profile__avatar_link--wrap .icon {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.profile__avatar_link--wrap span {
  display: block;
  width: 100%;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.profile__avatar_link--info {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.profile__head_link {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  width: 100%;
  height: auto;
  text-align: center;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.005em;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.profile__head_link .icon {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  color: #d94339;
  margin-right: 8px;
}

.profile__head_link span {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: relative;
  top: -5px;
}

.profile__head_link:hover {
  color: #3d3535;
}

.profile__head_link:hover .icon {
  color: #b7342c;
}

.profile .btn--fb_login,
.profile .btn--fb_logout {
  margin: 30px 20px;
  padding-left: 14px;
}

.profile__form_label {
  display: block;
  padding-left: 12px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #b8adaa;
  text-transform: uppercase;
}

.profile__form_row {
  position: relative;
}

.profile__form_input_icon {
  position: absolute;
  top: 32px;
  bottom: auto;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0 none;
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  outline: 0 none;
  text-align: center;
  color: #98908e;
}

.profile__form_input_icon .icon {
  line-height: 40px;
  line-height: 4rem;
  color: #98908e;
}

.profile__form_input_icon .not_editing {
  display: block;
}

.profile__form_input_icon .is_editing {
  display: none;
}

.profile__form_input_icon .is_editing:hover {
  color: #79a342;
}

.profile__form_input_icon:hover {
  cursor: pointer;
}

.profile__form_hint_wrap {
  height: 25px;
  line-height: 25px;
  line-height: 2.5rem;
}

.profile__form_hint_wrap .form__input_hint {
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  padding: 0 12px;
  background-color: #79a342;
  color: white;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
}

.form__textfield:focus + .profile__form_hint_wrap .form__input_hint,
.form__textarea:focus + .profile__form_hint_wrap .form__input_hint {
  visibility: visible;
}

.form__row.has_error + .profile__form_hint_wrap .form__input_hint,
.form__textfield.has_error + .profile__form_hint_wrap .form__input_hint {
  visibility: hidden;
}

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

.profile__form_hint_wrap .form__input_error {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ed6e65;
  visibility: hidden;
  padding: 0 12px;
  color: white;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.025em;
}

.form__textfield.has_error + .profile__form_hint_wrap .form__input_error {
  visibility: visible;
}

.profile__header_top {
  position: relative;
  background-color: #ebe6db;
  padding: 15px 5px 15px 20px;
}

.profile__header_top--title {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .profile__header_top--title {
    padding-bottom: 0;
    padding-right: 220px;
  }
}

.profile__header_top--title span {
  color: #d94339;
}

.profile__header_top--title:after {
  content: '';
  display: block;
  width: auto;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -5px;
  background-color: #d7d0c1;
}

@media screen and (min-width: 1370px) {
  .profile__header_top--title:after {
    display: none;
  }
}

.profile__header_top .typeahead-container {
  max-width: 100%;
  float: none;
  position: relative;
  top: 10px;
}

@media screen and (min-width: 1370px) {
  .profile__header_top .typeahead-container {
    max-width: 200px;
    position: absolute;
    right: 6px;
    top: 12px;
  }
}

.profile__header_top .typeahead-container ::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7b7674;
}

.profile__header_top .typeahead-container ::-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7b7674;
}

.profile__header_top .typeahead-container :-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7b7674;
}

.profile__header_top .typeahead-container :-moz-placeholder {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #7b7674;
}

.profile__header_top .typeahead-container input, .profile__header_top .typeahead-container button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.profile__header_top .typeahead-container input {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #7b7674;
  padding: 0;
}

.profile__header_top .typeahead-container input:focus {
  color: #202020;
}

.profile__header_top .typeahead-container button {
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #7b7674;
}

.profile .tabnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
  background-color: white;
  border-bottom: 1px solid #ebe6db;
}

.profile .tabnav.no_subnav {
  padding-bottom: 0;
}

.profile .tabnav__item {
  display: inline-block;
  float: left;
  text-align: center;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  @inlcude line-height(20);
  letter-spacing: 0.025em;
  border-right: 1px solid #ebe6db;
}

.profile .tabnav__item:last-of-type {
  border-right: 0;
}

.profile .tabnav__item a {
  position: relative;
  display: block;
  padding: 15px 20px;
}

.profile .tabnav__item.is_active > a,
.profile .tabnav__item:hover > a {
  color: #ed6e65;
}

.profile .tabnav__item.is_active > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.profile .tabnav:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebe6db;
  position: absolute;
  bottom: 50px;
}

.profile .tabnav.no_subnav {
  margin-bottom: 0;
}

.profile .tabnav.no_subnav:before {
  display: none;
}

.profile .tabnav.no_subnav span {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #ed6e65;
}

.profile .tabnav__sub {
  position: absolute;
  bottom: 0px;
  left: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.profile .tabnav__sub_item {
  display: inline-block;
  float: left;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.025em;
  color: #98908e;
}

.profile .tabnav__sub_item a {
  display: block;
  padding: 18px 20px 18px 0;
}

.profile .tabnav__sub_item:hover > a {
  color: #ed6e65;
}

.profile .tabnav__sub_item .is_active {
  color: #ed6e65;
}

.profile .tabnav__sub.full_width {
  right: 20px;
  width: auto;
}

.profile .tabnav__sub.full_width .tabnav__sub_item {
  float: none;
  width: 100%;
}

.profile__section_inner {
  z-index: 0;
}

.profile__section--background {
  background-color: white;
}

.user_profile--banned .profile__section--background {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user_profile--banned .profile__section.is_active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.profile__list {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.profile__list_item {
  border-top: 1px solid #ebe6db;
  padding: 15px 20px 23px 20px;
}

@incldue min-screen($lg) {
  .profile__list_item {
    padding: 25px 20px 23px 20px;
  }
}

.profile__list_item_follow {
  border-top: 0;
}

.profile__list_item--empty_list p {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}

.profile__list_item:first-of-type {
  border-top: 0;
}

.profile__list_item .profile__figure {
  width: 60px;
  height: 60px;
  position: relative;
}

.profile__list_item .profile__figure .icon {
  position: absolute;
  top: 17px;
  left: 17px;
}

.profile__list_item .profile__figure--small {
  width: 40px;
  height: 40px;
}

.profile__list_item .profile__figure--small .icon {
  position: absolute;
  top: 8px;
  left: 8px;
}

.profile__list_item .profile__item_figure {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
}

.profile__list_item .profile__image {
  float: left;
  position: relative;
  top: 1px;
}

.profile__list_item .profile__content {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 80px;
}

.profile__list_item .profile__content--inner {
  padding-top: 8px;
}

.profile__list_item .profile__content--inner_text {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 50px;
}

.profile__list_item .profile__content--inner_text .btn {
  position: relative;
  top: 8px;
  float: left;
}

.profile__list_item .profile__content_top {
  display: block;
  padding-bottom: 16px;
}

.profile__list_item .profile__content .btn {
  margin-right: 10px;
}

.profile__list_item .profile__username {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 20px;
  font: normal 400 100% "Stag Semibold";
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.profile__list_item .profile__username span {
  position: relative;
  margin-left: 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #98908e;
}

@media screen and (min-width: 1370px) {
  .profile__list_item .profile__username {
    padding-right: 200px;
  }
}

.profile__list_item .profile__username a {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.profile__list_item .profile__username a:hover {
  color: #463c3c;
}

.profile__list_item .profile__username--small {
  display: inline-block;
  width: auto;
  float: left;
  position: relative;
  top: 5px;
  padding-right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.025em;
}

.profile__list_item .profile__username--small span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.profile__list_item .profile__item_time {
  position: relative;
  top: 2px;
  display: block;
  float: right;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #98908e;
}

.profile__list_item .profile__item_time--mobile {
  display: none;
}

.profile__list_item span.profile__follower_count {
  font: normal 400 100% "Stag Book";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-transform: none;
  color: #202020;
}

.profile__list_item .profile__item_text {
  font: normal 400 100% "Stag Book";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  text-transform: none;
  color: #202020;
}

.profile__list_item .profile__item_card {
  position: absolute;
  right: 20px;
  top: 60px;
}

.profile__list_item .profile__item_card--yellow {
  color: #fdb32b;
}

.profile__list_item .profile__item_card--red {
  color: #202020;
}

.profile__list_item--articles .profile__content_top {
  padding-bottom: 8px;
}

.profile__list_item--articles .profile__item_figure {
  position: relative;
  top: 7px;
}

.profile__list_item--articles .profile__item_description {
  position: relative;
  top: -4px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #98908e;
  text-transform: uppercase;
}

.profile__list_item--articles .profile__item_label {
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #d94339;
  text-transform: uppercase;
}

.profile__list_item--articles .profile__item_title--article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  font: normal 400 100% "Stag Semibold";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
}

.profile__list_item--articles a {
  display: block;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.profile__list_item--articles a:hover {
  color: #463c3c;
}

.profile__list_item--articles a:hover .profile__item_label {
  color: #b7342c;
}

.profile__list_item--comment .profile__image--self {
  position: relative;
  top: 5px;
}

.profile__list_item--comment .profile__item_description {
  position: relative;
  top: 2px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #98908e;
  text-transform: uppercase;
}

.profile__list_item--comment .profile__username {
  display: inline-block;
  position: relative;
  top: -15px;
}

.profile__list_item--comment .profile__username span {
  display: block;
  margin-left: 0;
}

@media screen and (min-width: 1370px) {
  .profile__list_item--comment .profile__username span {
    display: inline-block;
    margin-left: 10px;
  }
}

.profile__list_item--comment .profile__content_top--other {
  padding-bottom: 0px;
  margin-bottom: -10px;
}

.profile__list_item--comment .profile__item_title--comments {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  font: normal 400 100% "Stag Semibold";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1369px) {
  .profile__list_item--comment .profile__item_title--comments {
    padding-top: 2px;
  }
}

.profile__list_item--comment .profile__item_text--comment {
  display: block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}

.profile__list_item--comment .profile__content--inner_text {
  padding-left: 0;
}

.profile__list_item--comment .profile__btns {
  display: block;
  margin-top: 22px;
}

.profile__list_item--notification .profile__item_description {
  position: relative;
  top: -4px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #98908e;
  text-transform: uppercase;
}

.profile__list_item--notification .profile__btns {
  display: block;
  margin-top: 6px;
}

.profile__list_item--notification .profile__content_top .profile__username span {
  display: block;
  margin-left: 0;
}

@media screen and (min-width: 1370px) {
  .profile__list_item--notification .profile__content_top .profile__username span {
    display: inline-block;
    margin-left: 10px;
  }
}

.profile__list_item--ban .profile__item_description, .profile__list_item--card .profile__item_description {
  position: relative;
  top: -4px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #d94339;
  text-transform: uppercase;
}

.profile__list_item--ban .profile__item_title, .profile__list_item--card .profile__item_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  font: normal 400 100% "Stag Semibold";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
}

.profile__list_item--ban .profile__content_top, .profile__list_item--follow .profile__content_top {
  padding-bottom: 10px;
}

.profile__list_item--ban .profile__image,
.profile__list_item--ban .profile__item_figure, .profile__list_item--follow .profile__image,
.profile__list_item--follow .profile__item_figure {
  position: relative;
  top: 6px;
}

.profile__list_item--follow .profile__username {
  padding-bottom: 6px;
}

.profile__list_item--card .profile__item_text {
  padding-right: 40px;
}

.profile__list_item_follow .profile__image {
  position: relative;
  top: 1px;
}

.profile__list_item_follow .profile__content_top {
  padding-bottom: 18px;
}

.profilebox__list {
  list-style-type: none;
  margin: 0;
  padding: 25px 15px 5px 15px;
}

@media screen and (min-width: 1370px) {
  .profilebox__list {
    padding: 25px 20px 5px 20px;
  }
}

.profilebox__list_item {
  position: relative;
  margin-bottom: 25px;
}

.profilebox__list input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #f7f6f1;
  border: 1px solid #e3e3e3;
  padding: 8px 30px 8px 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #b8adaa;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.profilebox__list input.has_error {
  border: 1px solid #ed6e65;
}

.profilebox__list .form__textfield .is_editing, .profilebox__list .form__textarea .is_editing {
  display: none;
}

.profilebox__list .form__textfield .not_editing, .profilebox__list .form__textarea .not_editing {
  display: block;
}

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

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

.profilebox__list .custom_radiobutton {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  width: 50%;
  float: left;
}

.profilebox__list .custom_radiobutton label {
  display: inline-block;
  float: left;
  position: relative;
  top: 10px;
  margin-right: 8px;
}

.profilebox__list .custom_radiobutton span {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
}

.cardbox {
  display: block;
  padding: 17px 30px 10px 30px;
  border-bottom: 1px solid #ebe6db;
}

.cardbox:last-of-type {
  padding: 17px 30px 17px 30px;
  border-bottom: 0;
}

.cardbox__card {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}

.cardbox__card .icon {
  margin-right: 8px;
}

.cardbox__card--yellow .icon {
  color: #fdb32b;
}

.cardbox__card--black .icon {
  color: #202020;
}

.cardbox__value {
  position: relative;
  top: -4px;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
}

.cardbox__text {
  display: block;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.01em;
}

.profile__banned .profile__title {
  background-color: #202020;
  color: white;
}

.profile__banned .profile__separator {
  background-color: #2f2f2f;
}

.profile__banned .profile__head--center {
  background-color: #2f2f2f;
}

.profile__banned .profile__name {
  background-color: #2f2f2f;
  color: white;
}

.profile__banned .profile__avatar_link {
  padding: 20px 0 20px 0;
  margin: 0px auto;
}

.profile__banned .profile__subtitle {
  background-color: #202020;
  padding: 28px 14px;
  text-align: center;
  color: #ffb400;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
}

.profile__banned .profile__note {
  padding: 22px 14px 23px 14px;
  background-color: #202020;
  color: white;
  text-align: center;
}

.profile__banned .profile__note p {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
}

.profile__banned .profile__note--expire {
  padding-top: 9px;
  display: block;
  font: normal 400 100% "Stag Semibold";
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}

.profile__banned .profile__head_link {
  background-color: #2f2f2f;
}

.profile__banned .profile__head_link span {
  color: white;
}

.act .profile__figure {
  display: block;
  width: 60px;
  height: 60px;
}

.profile__controls {
  display: block;
  height: 50px;
  width: 100%;
  background-color: #d94339;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profile__controls_list {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 0;
}

.profile__controls_list_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px 10px;
  float: left;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  border-right: 1px solid #b7342c;
}

@media screen and (min-width: 1370px) {
  .profile__controls_list_item {
    padding: 12px 20px;
  }
}

.profile__controls_list_item:last-of-type {
  border-right: 0;
}

.profile__controls_list_item:hover {
  cursor: pointer;
  color: #fdb32b;
}

.profile__controls .custom_checkbox label {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: white;
  border: 1px solid white;
  float: left;
  position: relative;
  top: 3px;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 1370px) {
  .profile__controls .custom_checkbox label {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile__controls .custom_checkbox label:before, .profile__controls .custom_checkbox label:after {
  color: white;
}

.profile__new_message .typeahead-container .typeahead-field input {
  background-color: #f7f6f1;
}

.profile__new_message .typeahead-container .typeahead-field input:focus {
  background-color: white;
}

.profile__new_message .form__textfield,
.profile__new_message .form__input {
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #f7f6f1;
  border: 1px solid #e3e3e3;
  padding: 8px 30px 8px 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #b8adaa;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.profile__new_message .form__textfield:focus,
.profile__new_message .form__input:focus {
  color: #202020;
  background-color: white;
}

.profile__new_message .form__textfield {
  min-height: 180px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.profile__new_message .form__item--wrap {
  position: relative;
  display: block;
}

.profile__new_message .form__max_char {
  position: absolute;
  bottom: 25px;
  right: 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
}

.profile__new_message .btn--cancel {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
}

.profile__new_message .btn--cancel:hover {
  cursor: pointer;
}

.profile__new_message .btn--send {
  float: right;
}

.profile__new_message .has_error {
  border: 1px solid #d94339;
}

.pmsg {
  display: block;
  border-top: 1px solid #ebe6db;
  padding: 15px 20px 23px 20px;
  background-color: #f7f6f1;
}

@incldue min-screen($lg) {
  .pmsg {
    padding: 25px 20px 23px 20px;
  }
}

.pmsg.is_seen {
  background-color: white;
}

.pmsg:first-of-type {
  border-top: 0;
}

.pmsg.no_msg {
  min-height: 82px;
}

.pmsg__figure {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 60px;
  height: 60px;
  float: left;
}

.pmsg__figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pmsg__figure .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pmsg__content_left {
  position: relative;
  display: block;
  width: 120px;
  float: left;
}

.pmsg__content_left .custom_checkbox {
  display: block;
  position: relative;
  top: 20px;
  float: left;
  margin-right: 20px;
}

.pmsg__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding-left: 120px;
}

.pmsg__content_top {
  display: block;
  padding-bottom: 7px;
}

.pmsg__name {
  font: normal 400 100% "Stag Semibold";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
}

.pmsg__item_time {
  float: right;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #98908e;
}

.pmsg__item_time--mobile {
  display: none;
}

.pmsg__msg, .pmsg.no_msg {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
}

.pmsg__msg.is_hidden p, .pmsg.no_msg.is_hidden p {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 78px;
}

.pmsg--show_more {
  display: none;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.025em;
  color: #d94339;
  text-transform: uppercase;
}

.pmsg--show_more.is_visible {
  display: inline-block;
}

.pmsg__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #f7f6f1;
  border: 1px solid #e3e3e3;
  padding: 8px 30px 8px 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #b8adaa;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  resize: none;
}

.pmsg__form.has_error {
  border: 1px solid #ed6e65;
}

.pmsg__form:focus {
  color: #202020;
}

.profile__new_reply .pmsg__form {
  background-color: white;
  min-height: 80px;
  line-height: 23px;
  line-height: 2.3rem;
  margin-bottom: 20px;
}

.profile__list--footer {
  display: block;
  width: 100%;
  padding: 20px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ebe6db;
  background-color: #f7f6f1;
}

.profile__list--header {
  display: block;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profile__list--header .profile__list_item_back {
  position: relative;
  top: 11px;
  padding: 6px 20px 12px 0;
  display: inline-block;
  float: left;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
}

.profile__list--header .profile__list_item_back:hover {
  color: #ed6e65;
}

.profile__list--header .profile__list_item_back .icon {
  position: relative;
  top: 6px;
  margin-right: 10px;
}

.profile__list--header_right {
  position: relative;
  float: right;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #7b7674;
  top: 35px;
}

.profile__list--header_username {
  font: normal 400 100% "Stag Semibold";
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: #202020;
}

.profile__list--conversation {
  display: block;
  background-color: white;
}

.profile__list--conversation .pmsg__figure {
  width: 40px;
  height: 40px;
}

.profile__list--conversation .pmsg {
  background-color: white;
  display: block;
  border: 0;
  padding: 5px 20px 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profile__list--conversation .pmsg__time {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 20px 0 20px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #98908e;
  text-align: center;
  text-transform: uppercase;
}

.profile__list--conversation .pmsg__text {
  overflow: hidden;
  word-break: break-word;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 60px;
  padding: 12px 20px 13px 20px;
  background-color: #f7f6f1;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
}

.profile__list--conversation .pmsg__text:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -13px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 15px solid;
  border-color: #f7f6f1 transparent transparent transparent;
}

.profile__list--conversation .pmsg--self {
  padding: 5px 80px 10px 80px;
}

.profile__list--conversation .pmsg--self .pmsg__text {
  margin: 0;
  background-color: rgba(217, 67, 57, 0.15);
}

.profile__list--conversation .pmsg--self .pmsg__text:before {
  display: none;
}

.profile__list .pmsg__link {
  display: block;
  width: 100%;
  height: 100%;
}

.profile__list .pmsg__link:hover {
  cursor: pointer;
}

.profile__new_reply--wrap {
  display: block;
  height: 80px;
  margin-bottom: 20px;
}

.profile__new_reply ::-webkit-input-placeholder {
  color: #b8adaa;
}

.profile__new_reply ::-moz-placeholder {
  color: #b8adaa;
}

.profile__new_reply :-ms-input-placeholder {
  color: #b8adaa;
}

.profile__new_reply :-moz-placeholder {
  color: #b8adaa;
}

.profile__new_reply--btns {
  display: block;
  width: 100%;
  text-align: right;
}

.profile__new_reply .btn--cancel {
  margin-right: 20px;
}

.profile__new_reply .form__max_char {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #b8adaa;
}

.ntfs {
  opacity: 1;
  position: fixed;
  top: 80px;
  right: 0px;
  z-index: 400;
  width: 360px;
  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);
  right: -365px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: -webkit-transform 0.2s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  -o-transition: transform 0.2s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.2s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.2s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.2s cubic-bezier(0.56, 0.1, 0.34, 0.91);
}

@media screen and (min-width: 1370px) {
  .ntfs {
    top: 92px;
  }
}

.ntfs__unlogged {
  width: 365px;
  right: -380px;
}

.ntfs__unlogged.is_opened {
  -webkit-transform: translate(-380px);
  -ms-transform: translate(-380px);
  transform: translate(-380px);
}

.ntfs.is_opened {
  -webkit-transform: translatex(-380px);
  -ms-transform: translatex(-380px);
  transform: translatex(-380px);
}

.ntfs__logged, .ntfs__unlogged--broadcast {
  width: 325px;
  right: -365px;
}

.ntfs__logged.is_opened, .ntfs__unlogged--broadcast.is_opened {
  -webkit-transform: translatex(-365px);
  -ms-transform: translatex(-365px);
  transform: translatex(-365px);
}

.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: 20px 14px;
  margin: 0;
  background: white;
  border-bottom: 1px solid #ebe6db;
  text-align: left;
  *zoom: 1;
  overflow: hidden;
}

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

.ntfs__header:after {
  clear: both;
}

.ntfs__header--unlogged {
  padding: 19px 20px 19px 14px;
  border-bottom: 0px;
}

.ntfs__header--above_nano {
  border-top: 1px solid #98908e;
  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: #7b7674;
}

.ntfs__header--above_nano .ntfs__header_link {
  float: right;
  height: auto;
  margin: 0;
  border-bottom: 1px solid #3d3535;
  line-height: 12px;
  line-height: 1.2rem;
  text-transform: none;
  color: #3d3535;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff;
}

.ntfs__header .btn--fb {
  display: inline-block;
}

.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_text {
  display: block;
  width: 100%;
  padding-left: 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ntfs__header_figure {
  float: left;
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.ntfs__header_figure .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -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;
  padding: 1px 0 7px 0;
  font: normal 400 100% "Stag Semibold";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #202020;
  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;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.015em;
  text-decoration: none;
  color: #d94339;
}

.ntfs__header_link--block {
  position: relative;
  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 > span {
  text-transform: none;
  color: #202020;
  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: 16px;
  right: 14px;
  bottom: 0;
  display: block;
  margin: auto 0;
  color: #202020;
  text-align: center;
  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 #ebe6db;
}

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

.ntfs__list_item:after {
  clear: both;
}

.ntfs__list_item--banned {
  background-color: #202020;
  color: white;
  padding: 14px;
}

.ntfs__list_item--banned:hover {
  cursor: pointer;
  background-color: #2f2f2f;
}

.ntfs__list_item--banned .ntfs__link {
  background-color: transparent;
}

.ntfs__list_item--banned .ntfs__link:hover {
  background-color: transparent;
}

.ntfs__list_item--banned .ntfs__text {
  color: white;
}

.ntfs__list_item--banned .ntfs__title {
  display: block;
  font: normal 400 100% "Stag Semibold";
  color: #ffb400;
}

.ntfs__list_item--violation .ntfs__top--content {
  color: #d94339;
}

.ntfs__list_item--violation .ntfs__text {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

.ntfs__list_item--violation .ntfs__icon {
  position: absolute;
  top: 35px;
  font-size: 24px;
  font-size: 2.4rem;
}

.ntfs__list_item--violation .ntfs__icon--redcard {
  color: #202020;
}

.ntfs__list_item--violation .ntfs__icon.icon-second_yellow_card {
  color: #ffb400;
}

.ntfs__link {
  position: relative;
  display: block;
  min-height: 50px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px 15px 10px;
  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: #f7f6f1;
}

.ntfs__link--seen {
  background: #fff;
}

.ntfs__link--admin::after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  display: block;
  width: 3px;
  background: white;
}

.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: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
}

.ntfs__figure--banned {
  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__figure .icon {
  position: relative;
  top: 8px;
  left: 8px;
}

.ntfs__text {
  position: relative;
  top: 4px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  letter-spacing: 0.025em;
  color: #202020;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 85px;
}

.ntfs__text strong {
  font: normal 400 100% "Dobra Bold", sans-serif;
}

.ntfs__top {
  display: block;
  padding-bottom: 5px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.025em;
  color: #98908e;
}

.ntfs__top--content {
  display: inline-block;
  float: left;
}

.ntfs__title {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #202020;
}

.ntfs__text_content {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #202020;
}

.ntfs__time {
  float: right;
}

.ntfs__username {
  position: relative;
  top: 10px;
  font: normal 400 100% "Stag Semibold";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.025em;
  color: #202020;
}

.ntfs__footer_link {
  display: block;
  height: 40px;
  text-align: center;
  padding: 0px 14px;
  border-top: 1px solid #ebe6db;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.005em;
}

.ntfs__footer_link:hover {
  color: #463c3c;
}

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

.fold_home__main-a, .fold_home__main-b, .fold_home__top_gifts, .fold_home__live_card {
  padding-bottom: 30px;
}

.fold_home__main-a, .fold_home__main-c {
  padding-bottom: 20px;
}

@media screen and (min-width: 1370px) {
  .fold_home__main-a, .fold_home__main-c {
    padding-bottom: 30px;
  }
}

.fold_home__vecernjakova_desetka--block3 {
  padding-bottom: 40px;
}

.fold_home__vecernjakova_desetka--block1 {
  padding-bottom: 20px;
}

@media screen and (min-width: 1370px) {
  .fold_home__vecernjakova_desetka--block1 {
    padding-bottom: 30px;
  }
}

.fold_home__vecernjakova_desetka--block2 {
  padding-bottom: 22px;
}

@media screen and (min-width: 1370px) {
  .fold_home__vecernjakova_desetka--block2 {
    padding-bottom: 25px;
  }
}

.fold_home__vip_product {
  padding-bottom: 32px;
}

.desktop_body--banner_parallax .fold_home__vip_product {
  background-color: #f7f6f1;
}

.fold_home__vip_product .card--03 .card__content_wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.fold_home__vip_product .card--03 .card__photo {
  padding-top: 18px;
  text-align: center;
}

.fold_home__vip_product .card--03 .card__photo_wrap:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fold_home__vip_product .card--03 .card__figure_img {
  width: auto;
  height: 185px;
}

.fold_home__vip_product .card--03 .card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 75px;
}

.fold_home__vip_product .card--03 .card__price {
  margin-top: 8px;
  color: #d94339;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0em;
}

.fold_home__vip_product .card--03 .card__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  margin: 24px -20px 0;
  color: #202020;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  text-align: center;
  border-top: 1px solid #ebe6db;
}

.fold_home__vip_product .card--03 .card__btn:hover {
  color: #463c3c;
}

.fold_home__vecernjakova_desetka .block1_cards {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 300px 0 0;
}

@media screen and (min-width: 1024px) {
  .fold_home__vecernjakova_desetka .block1_cards {
    padding: 0 320px 0 0;
  }
}

.fold_home__lokalni {
  padding: 10px 0 20px 0;
}

@media screen and (min-width: 1370px) {
  .fold_home__lokalni {
    padding: 10px 0 30px 0;
  }
}

.fold_home__moja_hrvatska {
  padding: 27px 0 56px;
  /* .mojahrvatska_widget--background {
                padding: 27px 0 52px;
            } */
}

@media screen and (min-width: 1370px) {
  .fold_home__moja_hrvatska {
    padding: 0;
    padding: 35px 0 60px;
    /*     .mojahrvatska_widget--background {
                    padding:  35px 0 60px;
                } */
  }
}

.fold_home__fun_felix {
  padding-bottom: 40px;
}

.fold_home__special {
  margin-bottom: 60px;
}

@media screen and (min-width: 1370px) {
  .fold_home__special {
    margin-bottom: 2px;
  }
}

.fold_home__more_sponsors {
  margin-bottom: 20px;
}

.fold_home__mega {
  padding-bottom: 40px;
}

.fold_home__special_block {
  position: relative;
  padding-bottom: 20px;
}

.fold_home__breaking_news {
  padding-bottom: 20px;
}

.fold_home__ai_feed {
  padding-bottom: 30px;
}

@media screen and (min-width: 1370px) {
  .fold_home__ai_feed {
    padding-bottom: 60px;
  }
}

.fold_home__ai_feed .content_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .fold_home__ai_feed .content_inner {
    padding: 0 325px 0 0;
  }
}

@media screen and (max-width: 1369px) {
  .fold_home__ai_feed .sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 1369px) {
  .fold_home__ai_feed .sidebar__tablet_wrap {
    float: left;
    width: 315px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1370px) {
  .fold_home__ai_feed .sidebar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1369px) {
  .fold_home__ai_feed .js_sticky {
    float: right;
  }
}

.fold_article__elipso_blok {
  margin-bottom: 30px;
}

.fold_article__recommmended_for_you {
  margin-bottom: 10px;
}

.fold_article__more_from_section {
  margin-bottom: 30px;
}

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

@media screen and (max-width: 1369px) {
  .fold_article__elipso_blok .row {
    margin: 0;
  }
}

@media screen and (max-width: 1369px) {
  .fold_article__elipso_blok .gr-12 {
    padding: 0;
  }
}

@media screen and (max-width: 1369px) {
  .fold_article__elipso_blok .gr-12 .row:last-of-type {
    margin: 0;
  }
}

@media screen and (max-width: 1369px) {
  .fold_article__elipso_blok .gr-3 {
    padding-right: 0;
    padding-left: 0;
  }
  .fold_article__elipso_blok .gr-3 .card--top_gifts {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fold_article__elipso_blok .gr-3 .card--top_gifts {
    border-right: 1px solid #f7f6f1;
  }
}

.fold_article__elipso_blok .gr-3:last-of-type .card--top_gifts {
  border-right: 1px solid #f7f6f1;
}

.fold_article__vip_product {
  margin-bottom: 32px;
}

.fold_article__vip_product .gr-3 {
  width: 33.33333%;
}

.fold_article__vip_product .card--03 .card__content_wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.fold_article__vip_product .card--03 .card__photo {
  padding-top: 18px;
  text-align: center;
}

.fold_article__vip_product .card--03 .card__photo_wrap:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fold_article__vip_product .card--03 .card__figure_img {
  width: auto;
  height: 175px;
}

@media screen and (min-width: 1370px) {
  .fold_article__vip_product .card--03 .card__figure_img {
    height: 185px;
  }
}

.fold_article__vip_product .card--03 .card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 75px;
}

.fold_article__vip_product .card--03 .card__price {
  margin-top: 8px;
  color: #d94339;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0em;
}

.fold_article__vip_product .card--03 .card__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  margin: 24px -20px 0;
  color: #202020;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  text-align: center;
  border-top: 1px solid #ebe6db;
}

.fold_article__vip_product .card--03 .card__btn:hover {
  color: #463c3c;
}

.fold_horoscope__list_widget {
  margin-top: 20px;
}

.fold_piece__more_from_piece {
  overflow: hidden;
}

.fold_subsection__more_from {
  margin-bottom: 60px;
}

.fold_subsection__more_from .content_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 325px 0 0;
}

.fold_subsection__more_from .sidebar {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.fold_podportal__recommmended_for_you {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fold_podportal__recommmended_for_you iframe {
  width: 100% !important;
}

.fold_section__njuskalo {
  margin-bottom: 30px;
}

.fold_section__vecernjakova_desetka--block2 {
  margin-bottom: 30px;
}

.fold_section__vecernjakova_desetka--block3 {
  margin-bottom: 40px;
}

.fold_section__vecernjakova_desetka--block1 {
  margin-bottom: 22px;
}

@media screen and (min-width: 1370px) {
  .fold_section__vecernjakova_desetka--block1 {
    margin-bottom: 25px;
  }
}

.fold_section__vecernjakova_desetka .block1_cards {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 300px 0 0;
}

@media screen and (min-width: 1024px) {
  .fold_section__vecernjakova_desetka .block1_cards {
    padding: 0 320px 0 0;
  }
}

.fold_section__additional_info {
  padding-bottom: 20px;
}

.fold_special__more_content {
  margin-bottom: 30px;
}

@media screen and (min-width: 1370px) {
  .fold_special__more_content {
    margin-bottom: 60px;
  }
}

.fold__search_page {
  padding-top: 27px;
  margin-bottom: 60px;
}

.fold__search_content {
  margin-bottom: 34px;
}

.fold_search__recommmended_for_you {
  margin-bottom: 60px;
}

.fold_authors__intro {
  padding-top: 20px;
}

.fold__assignment_intro {
  margin-bottom: 20px;
}

.fold__powered_by .label_bg {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 20px 0;
  padding: 4px 7px;
  color: #202020;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-transform: uppercase;
  background: #ffb400;
}

@media screen and (min-width: 1370px) {
  .fold__powered_by .label_bg {
    margin: 2px 0 20px -1px;
  }
}

.fold__powered_by .label_bg a {
  margin-left: 5px;
}

.fold__powered_by .label_bg img {
  width: 54px;
}

.th_living .fold_podportal__recommmended_for_you,
.th_vojna-povijest .fold_podportal__recommmended_for_you,
.th_moja-hrvatska .fold_podportal__recommmended_for_you {
  display: inline-block;
  padding: 12px 20px 0 20px;
  background-color: white;
}

.th_living .fold_subsection__more_from .sidebar,
.th_vojna-povijest .fold_subsection__more_from .sidebar,
.th_moja-hrvatska .fold_subsection__more_from .sidebar {
  position: relative;
  float: right;
}

.th_living .fold_home__moja_hrvatska,
.th_vojna-povijest .fold_home__moja_hrvatska,
.th_moja-hrvatska .fold_home__moja_hrvatska {
  margin: 30px 0 55px;
  padding-top: 35px;
}

@media screen and (min-width: 1370px) {
  .th_living .fold_home__moja_hrvatska,
  .th_vojna-povijest .fold_home__moja_hrvatska,
  .th_moja-hrvatska .fold_home__moja_hrvatska {
    margin: 47px 0 70px;
    padding-top: 0;
  }
}

.tes_widget--section {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 20px 0 20px;
  background-color: white;
}

.fold__blogosfera_top_picks {
  margin: 0 0 30px 0;
}

.fold_blog__all_bloggers {
  margin: 0 0 10px 0;
}

.fold_blog__paginator {
  margin: 0 0 60px 0;
}

.fold_blog__blogger_intro {
  margin: 0 0 30px 0;
}

.fold_blog__blogger_intro_image {
  margin: 0 0 40px 0;
}

.fold__blog_admin {
  margin: 150px 0 60px 0;
}

.fold_authors__intro {
  margin-top: 20px;
}

.th_blogosfera #_tes_vl_home,
.th_blogosfera #_tes_vl_blognews,
.th_blogosfera #_tes_vl_blogpost {
  margin: 0 -15px 0 -5px;
}

.back_to_top__link, .toaster__response, .modal--login, .modal--register, .modal--reset_finish, .modal--reset, .modal--delete, .modal--change_avatar, .modal--subscription, .modal--new_message, .flatpage__error_wrap, .flatpage__subscription_wrap, .flatpage__section .flatpage__header, .flatpage__section .flatpage__body, .flatpage__section .flatpage__body_wrap, .dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn, .gallery--mobile .gallery__control_btn, .th_blogosfera .top_blogs,
.th_vecernjakova-blogosfera .top_blogs, .th_blogosfera .blogger__more_about,
.th_vecernjakova-blogosfera .blogger__more_about, .th_blogosfera .blogger__list,
.th_vecernjakova-blogosfera .blogger__list, .blog_admin__fake_nav, .blog_admin--wrap, .blog_admin--modal, .mrn_widget, .felix_widget, .most_read_widget, .horoscope_widget, .special_widget__sponsor, .kolumnisti_widget, .kolumnisti_widget__block--large .kolumnisti_widget__icon, .kolumnisti_widget__block--small .kolumnisti_widget__icon, .block_aifeed__1_2, .naslovnice_vecernjeg, .osoba_dana, .live_event__slider .slick-slide > div, .pieces__header, .pieces__body, .pieces__content_wrapper, .pieces__body--main, .weather__section .weather__header, .weather__section .weather__body, .weather__section .weather__body_wrap, .tag__content, .thread--th_vecernji, .livearticle_comments,
.comments__page, .commbox--th_vecernji .commbox__avatar, .livearticle_comments .onecomment__new_comment .onecomment__avatar figure,
.comments__page .onecomment__new_comment .onecomment__avatar figure, .assignment__intro, .card--contribution, .contribution__form_wrap, .contribution__control_btn, .contribution--author figure, .article--th_vecernji .article__header,
.comments__page .article__header, .article--th_vecernji .article__body,
.comments__page .article__body, .article--th_vecernji .article__background_wrap,
.comments__page .article__background_wrap, .article--th_vecernji .article__gallery--play_icon,
.comments__page .article__gallery--play_icon, .article--th_vecernji .article__figure_arrows .arrow,
.comments__page .article__figure_arrows .arrow, .article--th_vecernji .article__body--main_content blockquote,
.comments__page .article__body--main_content blockquote, .article--th_vecernji .article__extra_content,
.comments__page .article__extra_content, .article--live .article__intro_wrap, .article--live .article__live_header--top, .article--live .livearticle_feed__result span, .article--live .livearticle_feed__list, .livearticle_events, .article--gallery .article__figure_arrows .arrow, .article--gallery .dfp_banner[min-height~="10px"] + .gallery__banner_btn.show_btn, .block__subsection, .search__form, .search__content, .weather_widget, .profile__head, .profile__section--background, .profile__list--footer, .ntfs__header_figure, .th_living .fold_podportal__recommmended_for_you,
.th_vojna-povijest .fold_podportal__recommmended_for_you,
.th_moja-hrvatska .fold_podportal__recommmended_for_you, .tes_widget--section, .card--03, .card--top_gifts, .card--live {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 98, 92, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(118, 98, 92, 0.1);
}

.weather__section .weather__background, .poll, .card__icon {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 98, 92, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(118, 98, 92, 0.2);
}

.kolumnisti_widget__block--large .kolumnisti_widget__title a, .card--assignment .card__content h2, .card--01 .card__title, .card--01a .card__title, .card--01c .card__title, .card--01b .card__title, .card--04 .card__title, .card--mega .card__title, .card--05 .card__title, .card--live .card__title, .card--random_article .card__title {
  text-shadow: 0px 0px 4px rgba(32, 32, 32, 0.8);
}

.flatpage__section .flatpage__body_wrap:before, .weather__section .weather__body_wrap:before, .commbox--th_vecernji .commbox__avatar:before, .authors__landing_page .author__data--image figure:before, .card--assignment .card__photo_wrap:before, .article--th_vecernji .article__sponsor_img:before,
.comments__page .article__sponsor_img:before, .article--th_vecernji .article__background_wrap:before,
.comments__page .article__background_wrap:before, .article--th_vecernji .article__gallery_item:before, .article--th_vecernji .article__gallery_image:before,
.comments__page .article__gallery_item:before,
.comments__page .article__gallery_image:before, .article--th_vecernji .article__author_image--wrap:before,
.comments__page .article__author_image--wrap:before, .ef_widget__article_figure:before, .related_article__photo_wrap:before, .profile__list_item .profile__figure:before, .profile__list_item .profile__item_figure:before, .pmsg__figure:before, .ntfs__figure:before, .card__photo_wrap:before, .card--01 .card__photo_wrap:before, .card--01a .card__photo_wrap:before, .card--01c .card__photo_wrap:before, .card--01b .card__photo_wrap:before, .card--04 .card__photo_wrap:before, .card--mega .card__photo_wrap:before, .card--05 .card__photo_wrap:before, .card--subsection .card__photo_wrap:before, .card--timeline .card__photo_wrap:before, .card--special .card__photo_wrap:before, .card--live .card__photo_wrap:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
}

.kolumnisti_widget__block--large .kolumnisti_widget__image figure:before, .card--assignment .card__photo_wrap:after, .card--01 .card__photo_wrap:after, .card--01a .card__photo_wrap:after, .card--01c .card__photo_wrap:after, .card--01b .card__photo_wrap:after, .card--04 .card__photo_wrap:after, .card--mega .card__photo_wrap:after, .card--05 .card__photo_wrap:after, .card--live .card__photo_wrap:after, .card--random_article .card__photo_wrap:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  opacity: .75;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(60%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, transparent 60%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, transparent 60%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, transparent 60%);
}

.card {
  position: relative;
}

.card__separator {
  position: relative;
  clear: both;
  display: block;
  content: '';
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ebe6db;
}

.card__wrap {
  position: relative;
}

.card__photo_wrap {
  position: relative;
}

.card__live--label {
  z-index: 2;
}

.card__label {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d94339;
  padding: 1px 6px;
  margin-bottom: 8px;
  font: normal 400 100% "Stag Book";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.05em;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 21px;
  height: 21px;
  max-width: 140px;
}

.card__label_wrap {
  position: relative;
  display: block;
}

.card__label_wrap .card__label {
  background-color: #d94339;
}

.card__label_wrap .card__label--promo {
  background-color: #76635c;
}

.card__label_wrap .card__label--premium {
  background-color: #202020;
  padding-left: 30px;
  padding-right: 8px;
  border-radius: 10px;
}

.card__label_wrap .card__label--kolumna {
  background-color: #93546b;
  padding-left: 25px;
  margin-left: 20px;
}

.card__label_wrap .card__label--live_sport {
  background-color: #79a342;
}

.card__label_wrap .card__label--live_news {
  background-color: #d94339;
}

.card__label_wrap .card__label--live_sport {
  background-color: #79a342;
}

.card__label_wrap .card__label--live_news {
  background-color: #d94339;
}

.card__column_image {
  position: absolute;
  z-index: 1;
  top: -11px;
  left: 0px;
  background-color: #93546b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #93546b;
}

.card__column_image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.card__column_image .article__author_infobox_figure,
.card__column_image .article__author_infobox_figure img {
  width: 40px;
  height: 40px;
}

.card__label_icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.card__label_icon .icon {
  color: #ffb400;
  position: absolute;
  top: 9px;
  left: 7px;
}

.card__link {
  display: block;
}

.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;
  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 400 100% "Stag Semibold";
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card__subtitle {
  display: inline-block;
  margin: 0;
}

.card__subtitle a {
  display: inline-block;
}

.card__description {
  display: block;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card__figure {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

.card__figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

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

.card__time {
  display: none;
}

.card__img--round {
  border-radius: 50%;
}

.card__img--large {
  width: 100%;
  height: auto;
}

.card__icon {
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  position: relative;
}

.card__icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card .icon-comment,
.card .icon-eye {
  margin-right: 4px;
}

.card .icon-eye {
  position: relative;
  top: 5px;
}

.card--livecast_sport .animating_line {
  background-color: #3f5f14;
}

.card--livecast_sport .animating_line--animation {
  background-color: #79a342;
}

.card--livecast_news .animating_line {
  background-color: #ed6e65;
}

.card--livecast_news .animating_line--animation {
  background-color: #d94339;
}

.card__top_info .animating_line {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}

.card__top_info .animating_line--animation {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}

.card__top_info .animating_line--animation.animated {
  -webkit-animation: animate_line 5s;
  -moz-animation: animate_line 5s;
  -o-animation: animate_line 5s;
  animation: animate_line 5s;
  -o-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.card:hover .card__title {
  color: #463c3c;
}

.card:hover .card__icon .icon {
  color: #d94339;
}

.card:hover .card__label_wrap {
  position: relative;
}

.card:hover .card__label_wrap .card__label--promo {
  background-color: #654f47;
}

.card:hover .card__label_wrap .card__label--premium {
  background-color: #464646;
}

.card:hover .card__label_wrap .card__label--kolumna {
  background-color: #7b4156;
}

.card:hover .card__label_wrap .card__label--live {
  background-color: #597e29;
}

.card:hover .card__label_wrap .card__label--live_sport {
  background-color: #597e29;
}

.card:hover .card__label_wrap .card__label--live_news {
  background-color: #b7342c;
}

.card:hover .card__label {
  background-color: #b7342c;
}

.card:hover .card__label--promo {
  background-color: #654f47;
}

.card:hover .card__label--premium {
  background-color: #464646;
}

.card:hover .card__label--kolumna {
  background-color: #7b4156;
}

.card:hover .card__label--live_sport {
  background-color: #597e29;
}

.card:hover .card__label--live_news {
  background-color: #b7342c;
}

.card:hover .card__column_image {
  border-color: #7b4156;
}

.card--01 .card__top_info, .card--01a .card__top_info, .card--01c .card__top_info, .card--01b .card__top_info {
  position: absolute;
  top: 0px;
  left: 14px;
}

@media screen and (min-width: 1370px) {
  .card--01 .card__top_info, .card--01a .card__top_info, .card--01c .card__top_info, .card--01b .card__top_info {
    top: 0px;
    left: 20px;
  }
}

.card--01 .card__live--label, .card--01a .card__live--label, .card--01c .card__live--label, .card--01b .card__live--label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #202020;
  padding: 0px 8px;
  height: 27px;
  float: left;
}

@media screen and (min-width: 1370px) {
  .card--01 .card__live--label, .card--01a .card__live--label, .card--01c .card__live--label, .card--01b .card__live--label {
    height: 33px;
    padding: 0px 15px;
  }
}

.card--01 .card__live--label span, .card--01a .card__live--label span, .card--01c .card__live--label span, .card--01b .card__live--label span {
  position: relative;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0em;
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .card--01 .card__live--label span, .card--01a .card__live--label span, .card--01c .card__live--label span, .card--01b .card__live--label span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.card--01 .card__link, .card--01a .card__link, .card--01c .card__link, .card--01b .card__link {
  display: block;
  width: 100%;
  height: auto;
}

.card--01 .card__comments_wrap, .card--01a .card__comments_wrap, .card--01c .card__comments_wrap, .card--01b .card__comments_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: white;
  padding: 0px 8px 5px 10px;
  height: 27px;
}

@media screen and (min-width: 1370px) {
  .card--01 .card__comments_wrap, .card--01a .card__comments_wrap, .card--01c .card__comments_wrap, .card--01b .card__comments_wrap {
    height: 33px;
    padding: 3px 8px 5px 10px;
  }
}

.card--01 .card__comments_wrap .card__comments_number, .card--01a .card__comments_wrap .card__comments_number, .card--01c .card__comments_wrap .card__comments_number, .card--01b .card__comments_wrap .card__comments_number {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d94339;
}

.card--01 .card__comments_wrap .icon-comment, .card--01a .card__comments_wrap .icon-comment, .card--01c .card__comments_wrap .icon-comment, .card--01b .card__comments_wrap .icon-comment {
  position: relative;
  top: 4px;
  color: #98908e;
}

@media screen and (min-width: 1370px) {
  .card--01 .card__comments_wrap .icon-comment, .card--01a .card__comments_wrap .icon-comment, .card--01c .card__comments_wrap .icon-comment, .card--01b .card__comments_wrap .icon-comment {
    top: 3px;
  }
}

.card--01 .card__photo_wrap, .card--01a .card__photo_wrap, .card--01c .card__photo_wrap, .card--01b .card__photo_wrap {
  width: 100%;
  height: auto;
  display: block;
}

.card--01 .card__figure_img img, .card--01a .card__figure_img img, .card--01c .card__figure_img img, .card--01b .card__figure_img img {
  display: block;
  width: 100%;
  height: auto;
}

.card--01 .card__text_content, .card--01a .card__text_content, .card--01c .card__text_content, .card--01b .card__text_content {
  position: absolute;
  bottom: 13px;
  left: 20px;
  right: 20px;
  padding-right: 30px;
  width: auto;
}

@media screen and (min-width: 1370px) {
  .card--01 .card__text_content, .card--01a .card__text_content, .card--01c .card__text_content, .card--01b .card__text_content {
    bottom: 12px;
    padding-right: 60px;
  }
}

.card--01 .card__label, .card--01a .card__label, .card--01c .card__label, .card--01b .card__label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 21px;
  max-width: 250px;
}

.card--01 .card__icon, .card--01a .card__icon, .card--01c .card__icon, .card--01b .card__icon {
  position: absolute;
  top: -20px;
  right: 5px;
}

@media screen and (min-width: 1370px) {
  .card--01 .card__icon, .card--01a .card__icon, .card--01c .card__icon, .card--01b .card__icon {
    right: 0;
  }
}

.card--01 .card__title, .card--01a .card__title, .card--01c .card__title, .card--01b .card__title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: white;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 90px;
}

@media screen and (min-width: 1370px) {
  .card--01 .card__title, .card--01a .card__title, .card--01c .card__title, .card--01b .card__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
    max-height: 108px;
  }
}

.card--01:hover .card__title, .card--01a:hover .card__title, .card--01c:hover .card__title, .card--01b:hover .card__title {
  color: #e4e4e4;
}

.fold_home__vecernjakova_desetka--block2 .card--01a .card__text_content, .fold_home__vecernjakova_desetka--block2 .card--01c .card__text_content {
  bottom: 17px;
}

.card--01b .card__live--top {
  position: absolute;
  top: 14px;
  left: 14px;
}

@media screen and (min-width: 1370px) {
  .card--01b .card__live--top {
    top: 20px;
    left: -16px;
  }
}

.card--01b .card__live {
  position: absolute;
  top: 14px;
  left: 14px;
}

@media screen and (min-width: 1370px) {
  .card--01b .card__live {
    top: 20px;
    left: -16px;
  }
}

.card--01b .card__live--label {
  background-color: #202020;
  padding: 0px 8px;
  height: 27px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .card--01b .card__live--label {
    height: 33px;
  }
}

.card--01b .card__live--label span {
  position: relative;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0em;
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .card--01b .card__live--label span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.card--01b .card__live--label span:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #79a342;
}

@media screen and (min-width: 1370px) {
  .card--01b .card__live--label span:before {
    top: -5px;
    width: 8px;
    height: 8px;
  }
}

.card--01b .card__comments_wrap {
  float: left;
  background-color: #79a342;
  color: white;
  height: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
}

@media screen and (min-width: 1370px) {
  .card--01b .card__comments_wrap {
    height: 33px;
  }
}

.card--01b .card__comments_wrap .card__comments_number {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12fpx;
  font-size: 1.2frem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .card--01b .card__comments_wrap .card__comments_number {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.card--01b .card__comments_wrap .icon {
  position: relative;
  top: 3px;
  color: white;
}

@media screen and (min-width: 1370px) {
  .card--01b .card__comments_wrap .icon {
    top: 4px;
  }
}

.card--01b .card__text_content {
  padding-bottom: 24px;
}

@media screen and (min-width: 1370px) {
  .card--01b .card__text_content {
    padding-bottom: 34px;
  }
}

.card--01b .card__card_icon {
  right: 0;
  top: -18px;
}

.card--01b .card__label {
  background-color: #79a342;
}

.card--01c .card__title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem;
  max-height: 88px;
}

@media screen and (max-width: 1369px) {
  .card--01c .card__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 34px;
    line-height: 3.4rem;
    max-height: 68px;
  }
}

.block_aifeed .card--01c .card__title {
  max-height: 132px;
}

@media screen and (max-width: 1369px) {
  .block_aifeed .card--01c .card__title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
    max-height: 132px;
  }
}

.card--01c .card__text_content {
  bottom: 27px;
}

@media screen and (max-width: 1369px) {
  .card--01c .card__text_content {
    bottom: 20px;
    left: 14px;
  }
}

@media screen and (min-width: 1370px) {
  .block_aifeed .card--01c .card__text_content {
    bottom: 20px;
  }
}

.fold_home__moja_hrvatska .card--01c .card__text_content {
  bottom: 18px;
}

@media screen and (max-width: 1369px) {
  .fold_home__moja_hrvatska .card--01c .card__text_content {
    bottom: 10px;
    left: 14px;
  }
}

@media screen and (min-width: 1370px) {
  .block_aifeed .card--01c .card__icon {
    width: 60px;
    height: 60px;
    top: -40px;
  }
}

@media screen and (min-width: 1370px) {
  .block_aifeed .card--01c .card__icon .icon {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.card--01d .card__text_content {
  bottom: 12px;
}

@media screen and (max-width: 1369px) {
  .card--01d .card__text_content {
    bottom: 20px;
    left: 14px;
  }
}

.card--02 .card__wrap, .card--02a .card__wrap, .card--02b .card__wrap, .card--02d .card__wrap, .card--breaking_related .card__wrap {
  min-height: 108px;
}

.card--02 .card__label, .card--02a .card__label, .card--02b .card__label, .card--02d .card__label, .card--breaking_related .card__label {
  margin-bottom: 6px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 21px;
  height: 21px;
  max-width: 163px;
}

@media screen and (min-width: 1370px) {
  .card--02 .card__label, .card--02a .card__label, .card--02b .card__label, .card--02d .card__label, .card--breaking_related .card__label {
    margin-bottom: 6px;
  }
}

.card--02 .card__top_info, .card--02a .card__top_info, .card--02b .card__top_info, .card--02d .card__top_info, .card--breaking_related .card__top_info {
  position: absolute;
  top: 0;
  left: 0;
}

.card--02 .card__top_info .fold_home__special_block, .card--02a .card__top_info .fold_home__special_block, .card--02b .card__top_info .fold_home__special_block, .card--02d .card__top_info .fold_home__special_block, .card--breaking_related .card__top_info .fold_home__special_block {
  display: none;
}

.card--02 .card__live--label, .card--02a .card__live--label, .card--02b .card__live--label, .card--02d .card__live--label, .card--breaking_related .card__live--label {
  position: relative;
  background-color: white;
  padding: 0 5px;
}

.card--02 .card__live--label_txt, .card--02a .card__live--label_txt, .card--02b .card__live--label_txt, .card--02d .card__live--label_txt, .card--breaking_related .card__live--label_txt {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.card--02 .card__title, .card--02a .card__title, .card--02b .card__title, .card--02d .card__title, .card--breaking_related .card__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.01em;
  color: #202020;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 84px;
}

.fold_home__vecernjakova_desetka .card--02 .card__title, .fold_home__vecernjakova_desetka .card--02a .card__title, .fold_home__vecernjakova_desetka .card--02b .card__title, .fold_home__vecernjakova_desetka .card--02d .card__title, .fold_home__vecernjakova_desetka .card--breaking_related .card__title {
  height: 84px;
  margin-bottom: 10px;
}

.special_widget__list .card--02 .card__title, .special_widget__list .card--02a .card__title, .special_widget__list .card--02b .card__title, .special_widget__list .card--02d .card__title, .special_widget__list .card--breaking_related .card__title {
  display: inline-block;
  display: -webkit-inline-box;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  max-height: 76px;
}

@media screen and (max-width: 1369px) {
  .special_widget__list .card--02 .card__title, .special_widget__list .card--02a .card__title, .special_widget__list .card--02b .card__title, .special_widget__list .card--02d .card__title, .special_widget__list .card--breaking_related .card__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    max-height: 80px;
  }
}

.most_read_list__item .card--02 .card__title, .most_read_list__item .card--02a .card__title, .most_read_list__item .card--02b .card__title, .most_read_list__item .card--02d .card__title, .most_read_list__item .card--breaking_related .card__title,
.newest_list__item .card--02 .card__title,
.newest_list__item .card--02a .card__title,
.newest_list__item .card--02b .card__title,
.newest_list__item .card--02d .card__title,
.newest_list__item .card--breaking_related .card__title {
  height: auto;
  margin-bottom: 0;
}

.card--02 .card__photo_wrap, .card--02a .card__photo_wrap, .card--02b .card__photo_wrap, .card--02d .card__photo_wrap, .card--breaking_related .card__photo_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 108px;
}

@media screen and (min-width: 1370px) {
  .card--02 .card__photo_wrap, .card--02a .card__photo_wrap, .card--02b .card__photo_wrap, .card--02d .card__photo_wrap, .card--breaking_related .card__photo_wrap {
    display: block;
  }
  .special_widget__list .card--02 .card__photo_wrap, .special_widget__list .card--02a .card__photo_wrap, .special_widget__list .card--02b .card__photo_wrap, .special_widget__list .card--02d .card__photo_wrap, .special_widget__list .card--breaking_related .card__photo_wrap {
    width: 80px;
    height: 80px;
    top: 5px;
    left: 5px;
  }
}

.card--02 .card__photo_wrap img, .card--02a .card__photo_wrap img, .card--02b .card__photo_wrap img, .card--02d .card__photo_wrap img, .card--breaking_related .card__photo_wrap img {
  width: 100%;
  height: auto;
}

.special_widget__list .card--02 .card__photo_wrap, .special_widget__list .card--02a .card__photo_wrap, .special_widget__list .card--02b .card__photo_wrap, .special_widget__list .card--02d .card__photo_wrap, .special_widget__list .card--breaking_related .card__photo_wrap {
  display: block;
  position: relative;
  float: left;
  width: 64px;
  height: 64px;
}

@media screen and (min-width: 1370px) {
  .special_widget__list .card--02 .card__photo_wrap, .special_widget__list .card--02a .card__photo_wrap, .special_widget__list .card--02b .card__photo_wrap, .special_widget__list .card--02d .card__photo_wrap, .special_widget__list .card--breaking_related .card__photo_wrap {
    width: 80px;
    height: 80px;
    top: 5px;
    left: 5px;
  }
}

.card--02 .card__content_wrap, .card--02a .card__content_wrap, .card--02b .card__content_wrap, .card--02d .card__content_wrap, .card--breaking_related .card__content_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .card--02 .card__content_wrap, .card--02a .card__content_wrap, .card--02b .card__content_wrap, .card--02d .card__content_wrap, .card--breaking_related .card__content_wrap {
    padding-left: 128px;
  }
}

.special_widget__list .card--02 .card__content_wrap, .special_widget__list .card--02a .card__content_wrap, .special_widget__list .card--02b .card__content_wrap, .special_widget__list .card--02d .card__content_wrap, .special_widget__list .card--breaking_related .card__content_wrap {
  padding-left: 110px;
}

@media screen and (max-width: 1369px) {
  .special_widget__list .card--02 .card__content_wrap, .special_widget__list .card--02a .card__content_wrap, .special_widget__list .card--02b .card__content_wrap, .special_widget__list .card--02d .card__content_wrap, .special_widget__list .card--breaking_related .card__content_wrap {
    padding-left: 87px;
  }
}

.card--02 .card__comments_wrap, .card--02a .card__comments_wrap, .card--02b .card__comments_wrap, .card--02d .card__comments_wrap, .card--breaking_related .card__comments_wrap {
  margin-top: -1px;
}

@media screen and (max-width: 1369px) {
  .card--livecast .card--02 .card__label_wrap, .card--livecast .card--02a .card__label_wrap, .card--livecast .card--02b .card__label_wrap, .card--livecast .card--02d .card__label_wrap, .card--livecast .card--breaking_related .card__label_wrap {
    margin-left: 50px;
    top: 1px;
  }
}

.card--02 .card__comments_number, .card--02a .card__comments_number, .card--02b .card__comments_number, .card--02d .card__comments_number, .card--breaking_related .card__comments_number {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  color: #d94339;
}

.card--02 .card__icon, .card--02a .card__icon, .card--02b .card__icon, .card--02d .card__icon, .card--breaking_related .card__icon {
  position: absolute;
  top: 78px;
  left: 78px;
}

@media screen and (max-width: 1369px) {
  .card--02 .card__icon, .card--02a .card__icon, .card--02b .card__icon, .card--02d .card__icon, .card--breaking_related .card__icon {
    width: 24px;
    height: 24px;
    top: -7px;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 1369px) {
  .card--02 .card__icon .icon, .card--02a .card__icon .icon, .card--02b .card__icon .icon, .card--02d .card__icon .icon, .card--breaking_related .card__icon .icon {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card--02 .icon-comment, .card--02a .icon-comment, .card--02b .icon-comment, .card--02d .icon-comment, .card--breaking_related .icon-comment {
  position: relative;
  top: 4px;
  color: #98908e;
}

.block1__right_card .card--02a {
  float: right;
  width: 231px;
  margin-right: 20px;
}

@media screen and (min-width: 1370px) {
  .block1__right_card .card--02a {
    width: 305px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1369px) {
  .block1__right_card .card--02a {
    margin-right: 0;
  }
}

.card--02a .card__photo_wrap {
  right: 0;
  left: auto;
}

@media screen and (max-width: 1369px) {
  .card--02a .card__photo_wrap {
    display: none;
  }
}

.card--02a .card__live--label {
  right: 0;
  left: auto;
}

.card--02a .card__content_wrap {
  padding-left: 0;
}

.card--02a .card__label {
  margin-bottom: 6px;
}

.card--02a .card__label--kolumna {
  margin-bottom: 15px;
}

.card--02a .card__title {
  max-height: 63px;
  margin-bottom: 8px;
  padding-right: 0;
}

@media screen and (min-width: 1370px) {
  .card--02a .card__title {
    margin-bottom: 17px;
    padding-right: 128px;
    max-height: 84px;
    height: 84px;
    margin-bottom: 16px;
  }
}

.fold_home__vecernjakova_desetka .card--02a .card__title {
  margin-bottom: 10px;
}

@media screen and (min-width: 1370px) {
  .fold_home__vecernjakova_desetka .card--02a .card__title {
    margin-bottom: 10px;
  }
}

.card--02a .card__description {
  margin-bottom: 7px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #7b7674;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 60px;
}

@media screen and (min-width: 1370px) {
  .card--02a .card__description {
    -webkit-line-clamp: 2;
    max-height: 40px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1369px) {
  .block1__right_card .card--02a .card__description {
    -webkit-line-clamp: 5;
    max-height: 100px;
  }
}

.fold_home__vecernjakova_desetka--block3 .card--02a .card__description {
  -webkit-line-clamp: 3;
  max-height: 60px;
}

@media screen and (min-width: 1370px) {
  .fold_home__vecernjakova_desetka--block3 .card--02a .card__description {
    -webkit-line-clamp: 5;
    max-height: 100px;
  }
}

.card--02a .card__icon {
  right: 78px;
  left: auto;
}

@media screen and (max-width: 1369px) {
  .card--02a .card__icon {
    right: 0;
  }
}

.card--02b {
  margin-bottom: 25px;
}

@media screen and (max-width: 1369px) {
  .fold_home__main-c .card--02b {
    margin-bottom: 20px;
  }
}

.fold_home__main-c .card--02b:last-of-type {
  margin-bottom: 0;
}

.most_read_widget .card--02b {
  margin-left: 14px;
  margin-right: 14px;
}

@media screen and (min-width: 1370px) {
  .most_read_widget .card--02b {
    margin-left: 20px;
    margin-right: 15px;
  }
}

.most_read_widget--sidebar .card--02b {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1370px) {
  .most_read_widget--sidebar .card--02b {
    margin-left: 0;
    margin-right: 0;
  }
}

.mrn_widget .card--02b {
  margin-bottom: 0px;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .card--02b {
    margin-bottom: 17px;
  }
}

.mrn_widget .card--02b .card__other_info {
  margin-top: -3px;
}

.block_aifeed .card--02b {
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 35px;
}

.article__sidebar .card--02b,
.blogger__sidebar .card--02b {
  border-bottom: 1px solid #ebe6db;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.article__sidebar .card--02b:last-of-type,
.blogger__sidebar .card--02b:last-of-type {
  border-bottom: 0;
}

.card--02b .card__title {
  display: inline-block;
  display: -webkit-inline-box;
}

@media screen and (max-width: 1369px) {
  .card--02b .card__title {
    -webkit-line-clamp: 2;
    height: 42px;
    max-height: 42px;
  }
}

.mrn_widget .card--02b .card__title {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .card--02b .card__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.article__sidebar .card--02b .card__title,
.blogger__sidebar .card--02b .card__title,
.block_aifeed .card--02b .card__title {
  -webkit-line-clamp: 3;
  max-height: 63px;
}

@media screen and (max-width: 1369px) {
  .article__sidebar .card--02b .card__title,
  .blogger__sidebar .card--02b .card__title,
  .block_aifeed .card--02b .card__title {
    height: auto;
    max-height: 63px;
    -webkit-line-clamp: 3;
  }
}

.block_aifeed__1_2 .card--02b .card__label {
  max-width: 160px;
}

.card--02b .card__content_wrap {
  padding-left: 0;
  padding-right: 128px;
}

@media screen and (max-width: 1369px) {
  .card--02b .card__content_wrap {
    padding-right: 0;
  }
}

@media screen and (max-width: 1369px) {
  .block_aifeed__1_2 .card--02b .card__content_wrap,
  .fold_article__related_articles .card--02b .card__content_wrap,
  .mrn_widget--sidebar .card--02b .card__content_wrap {
    padding-right: 128px;
  }
}

@media screen and (max-width: 1369px) {
  .article__sidebar .card--02b .card__content_wrap,
  .blogger__sidebar .card--02b .card__content_wrap {
    padding-right: 128px;
  }
}

@media screen and (min-width: 1370px) {
  .fold_home__main-c .card--02b .card__content_wrap {
    padding-right: 105px;
  }
}

.card--02b .card__photo_wrap {
  right: 5px;
  left: auto;
  position: relative;
  float: right;
}

@media screen and (max-width: 1369px) {
  .card--02b .card__photo_wrap {
    display: none;
  }
}

@media screen and (max-width: 1369px) {
  .block_aifeed__1_2 .card--02b .card__photo_wrap,
  .fold_article__related_articles .card--02b .card__photo_wrap,
  .mrn_widget--sidebar .card--02b .card__photo_wrap {
    display: block;
  }
}

.article__sidebar .card--02b .card__photo_wrap,
.blogger__sidebar .card--02b .card__photo_wrap {
  right: 10px;
}

@media screen and (max-width: 1369px) {
  .article__sidebar .card--02b .card__photo_wrap,
  .blogger__sidebar .card--02b .card__photo_wrap {
    display: block;
  }
}

.fold_home__main-c .card--02b .card__photo_wrap {
  right: 0;
  width: 87px;
  height: 87px;
}

.card--02b .card__views_wrap {
  color: #98908e;
}

.card--02b .card__views_wrap .icon-eye {
  position: relative;
  top: 5px;
}

.card--02b .card__views_wrap span {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
}

.card--02b .card__icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 100px;
  bottom: -7px;
}

.mrn_widget .card--02b .card__icon,
.most_read_widget .card--02b .card__icon {
  display: none;
}

.article__sidebar .card--02b .card__icon,
.card--02b .card__icon .blogger__sidebar {
  right: 90px;
  top: 78px;
}

.fold_home__main-c .card--02b .card__icon {
  right: 0;
  top: -7px;
}

@media screen and (min-width: 1370px) {
  .fold_home__main-c .card--02b .card__icon {
    right: 58px;
    top: 58px;
  }
}

@media screen and (min-width: 1370px) {
  .fold_article__related_articles .card--02b .card__icon {
    bottom: 10px;
  }
}

.card--02b .card__other_info {
  position: relative;
  right: auto;
  left: auto;
}

.most_read_list .card--02b .card__other_info {
  position: static;
}

.blogger__sidebar .card--02b .card__other_info,
.blogger__most_read_articles .card--02b .card__other_info {
  position: relative;
  right: auto;
  left: auto;
}

.th_blogosfera .mrn_widget .card--02b .card__other_info {
  display: none;
}

.fold_home__fun_felix .card--02c .card__label {
  max-width: 100%;
}

.card--02d {
  margin-top: 20px;
  background: #fff;
}

.card--02d .card__other_info {
  height: 21px;
}

@media screen and (min-width: 1370px) {
  .card--02d {
    margin-top: 30px;
    background: transparent;
  }
  .card--02d .card__other_info {
    height: auto;
  }
}

@media screen and (max-width: 1369px) {
  .card--02d .card__title {
    height: 84px;
  }
}

@media screen and (max-width: 1370px) {
  .card--02d .card__photo_wrap {
    display: block;
    position: relative;
    z-index: 0;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}

.card--02d .card__content_wrap {
  position: relative;
  z-index: 1;
  margin-top: -11px;
  padding: 0 14px 18px 14px;
}

@media screen and (min-width: 1370px) {
  .card--02d .card__content_wrap {
    padding-left: 128px;
    margin: 0;
  }
}

.card--03 {
  background-color: white;
}

.fold_home__vecernjakova_desetka--block1 .card--03,
.fold_section__vecernjakova_desetka--block1 .card--03 {
  margin-bottom: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 1369px) {
  .fold_home__vecernjakova_desetka--block1 .card--03,
  .fold_section__vecernjakova_desetka--block1 .card--03 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1370px) {
  .fold_home__vecernjakova_desetka--block1 .card--03,
  .fold_section__vecernjakova_desetka--block1 .card--03 {
    margin-right: 5px;
  }
}

.fold_home__vecernjakova_desetka--block3 .card--03,
.block_aifeed__3 .card--03 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1370px) {
  .fold_home__vecernjakova_desetka--block3 .card--03,
  .block_aifeed__3 .card--03 {
    margin-bottom: 30px;
  }
}

.fold_home__vecernjakova_desetka--block2 .card--03 .card__comments_wrap,
.fold_home__vecernjakova_desetka--block2 .card--03 .card__comments_wrap,
.fold_article__more_from_section .card--03 .card__comments_wrap {
  margin-top: 40px;
}

@media screen and (min-width: 1370px) {
  .fold_home__vecernjakova_desetka--block2 .card--03 .card__comments_wrap,
  .fold_home__vecernjakova_desetka--block2 .card--03 .card__comments_wrap,
  .fold_article__more_from_section .card--03 .card__comments_wrap {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1370px) {
  .fold_home__ai_feed .card--03,
  .fold_section__ai_feed .card--03 {
    height: 353px;
  }
}

.block_aifeed__1_2 .card--03 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1369px) {
  .block_aifeed__2 .card--03 {
    height: 360px;
  }
}

.block1__right_card .card--03 {
  float: right;
  width: 231px;
}

@media screen and (min-width: 1370px) {
  .block1__right_card .card--03 {
    width: 305px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1369px) {
  .block1__right_card .card--03 {
    margin-right: 0;
  }
}

.most_read_widget .card--03 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fold_blog__all_bloggers .card--03,
.fold_home__main-c .card--03 {
  margin-bottom: 20px;
}

.card--03 .card__photo_wrap {
  position: relative;
  z-index: 0;
}

.card--03 .card__content_wrap {
  position: relative;
  z-index: 1;
  margin-top: -11px;
  padding: 0 14px 18px 14px;
}

@media screen and (min-width: 1370px) {
  .card--03 .card__content_wrap {
    padding: 0 15px 20px 20px;
  }
}

@media screen and (max-width: 1369px) {
  .fold_home__vecernjakova_desetka--block1 .card--03 .card__content_wrap,
  .fold_section__vecernjakova_desetka--block1 .card--03 .card__content_wrap {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 1370px) {
  .block_aifeed .card--03 .card__content_wrap {
    padding: 0 15px 20px 14px;
  }
}

.fold_home__lokalni .card--03 .card__content_wrap {
  margin-top: 12px;
}

@media screen and (min-width: 1370px) {
  .fold_home__lokalni .card--03 .card__content_wrap {
    margin-top: 22px;
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 1370px) {
  .fold_blog__all_bloggers .card--03 .card__content_wrap {
    padding-bottom: 54px;
  }
}

.card--03 .card__top_info {
  position: absolute;
  top: 0;
  left: 14px;
}

@media screen and (min-width: 1370px) {
  .card--03 .card__top_info {
    left: 20px;
  }
}

.most_read_list__item .card--03 .card__top_info {
  right: 20px;
  left: auto;
}

.card--03 .card__live--label {
  position: relative;
  background-color: white;
  padding: 0px 8px;
  height: 27px;
}

@media screen and (min-width: 1370px) {
  .card--03 .card__live--label {
    height: 33px;
    padding: 0px 10px;
  }
}

.card--03 .card__live--label_txt {
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0em;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .card--03 .card__live--label_txt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.card--03 .card__label {
  letter-spacing: 0.025em;
  color: white;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 21px;
  height: 21px;
  max-width: 150px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1370px) {
  .card--03 .card__label {
    max-width: 210px;
  }
}

.card--03 .card__title {
  text-align: left;
  color: #202020;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 66px;
  max-height: 66px;
}

@media screen and (min-width: 1370px) {
  .card--03 .card__title {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 24px;
    line-height: 2.4rem;
    height: 72px;
    max-height: 72px;
  }
}

.most_read_widget .card--03 .card__title {
  height: auto;
}

.block_aifeed__2 .card--03 .card__title,
.fold_home__main-c .card--03 .card__title {
  height: auto;
}

.block_aifeed__3 .card--03 .card__title,
.block_aifeed__4 .card--03 .card__title {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 24px;
  line-height: 2.4rem;
  max-height: 72px;
}

.block_aifeed .card--03 .card__title {
  height: 72px;
  margin-bottom: 20px;
}

.top_blogs .card--03 .card__title {
  -webkit-line-clamp: 4;
  height: 88px;
  max-height: 88px;
}

@media screen and (min-width: 1370px) {
  .top_blogs .card--03 .card__title {
    line-height: 25px;
    line-height: 2.5rem;
    height: 100px;
    max-height: 100px;
  }
}

.card--03 .card__other_info {
  margin-top: 22px;
}

@media screen and (min-width: 1370px) {
  .card--03 .card__other_info {
    margin-top: 12px;
  }
}

.block1__right_card .card--03 .card__other_info {
  margin-top: 42px;
}

@media screen and (min-width: 1370px) {
  .block1__right_card .card--03 .card__other_info {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1369px) {
  .fold_home__vecernjakova_desetka--block3 .card--03 .card__other_info {
    margin-top: 10px;
  }
}

.fold_home__moja_hrvatska .card--03 .card__other_info {
  height: 21px;
}

@media screen and (max-width: 1369px) {
  .fold_home__moja_hrvatska .card--03 .card__other_info {
    margin-top: 6px;
  }
}

.block_aifeed .card--03 .card__other_info {
  margin-top: 0;
}

@media screen and (min-width: 1370px) {
  .block_aifeed .card--03 .card__other_info {
    margin-top: 0;
  }
}

@media screen and (min-width: 1370px) {
  .top_blogs .card--03 .card__other_info {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1370px) {
  .fold_home__main-c .card--03 .card__other_info {
    margin-top: 2px;
  }
}

.card--03 .card__comments_number {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  color: #d94339;
}

.card--03 .card__icon {
  position: absolute;
  top: -10px;
  right: 14px;
}

@media screen and (min-width: 1370px) {
  .card--03 .card__icon {
    right: 20px;
  }
}

@media screen and (min-width: 1370px) {
  .block_aifeed__4 .card--03 .card__icon {
    right: 10px;
  }
}

.card--03 .icon-comment {
  position: relative;
  top: 4px;
  color: #98908e;
}

.card--03a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card--03a .card__content_wrap {
  padding: 0 5px 22px 10px;
}

.card--03a .card__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.01em;
  height: auto;
  max-height: 63px;
}

.card--03a .card__other_info {
  margin-top: 9px;
}

.card--03b .card__content_wrap {
  margin-top: 17px;
  padding-bottom: 14px;
}

.card--03b .card__title {
  -webkit-line-clamp: 2;
  max-height: 48px;
}

.card--03b .card__text {
  padding-top: 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #7b7674;
}

.blog_admin__image_gallery .card--03b .card__text {
  padding-top: 0;
  margin: 10px 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 42px;
  height: 42px;
  overflow: hidden;
}

.card--03b .card__checkbox {
  text-align: right;
  border-top: 1px solid #ebe6db;
  height: 50px;
}

.card--04 .card__top_info, .card--mega .card__top_info {
  position: absolute;
  top: 0px;
  left: 14px;
}

@media screen and (min-width: 1370px) {
  .card--04 .card__top_info, .card--mega .card__top_info {
    top: 0px;
    left: 20px;
  }
}

.card--04 .card__live--label, .card--mega .card__live--label {
  position: relative;
  background-color: #202020;
  padding: 0px 8px;
  height: 27px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .card--04 .card__live--label, .card--mega .card__live--label {
    height: 33px;
    padding: 0 15px;
  }
}

.card--04 .card__live--label span, .card--mega .card__live--label span {
  position: relative;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0em;
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .card--04 .card__live--label span, .card--mega .card__live--label span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.block1__left_card .card--04, .block1__left_card .card--mega {
  float: left;
  width: auto;
}

.card--04 .card__wrap, .card--mega .card__wrap {
  position: relative;
}

.card--04 .card__text_content, .card--mega .card__text_content {
  position: absolute;
  bottom: 13px;
  right: 14px;
  left: 14px;
  width: auto;
}

@media screen and (min-width: 1370px) {
  .card--04 .card__text_content, .card--mega .card__text_content {
    bottom: 17px;
    right: 20px;
    left: 20px;
  }
}

.card--04 .card__label, .card--mega .card__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 21px;
  height: 21px;
  max-width: 250px;
}

.card--04 .card__title, .card--mega .card__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 34px;
  line-height: 3.4rem;
  letter-spacing: 0.01em;
  color: white;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 102px;
}

@media screen and (min-width: 1370px) {
  .card--04 .card__title, .card--mega .card__title {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 44px;
    line-height: 4.4rem;
    max-height: 132px;
  }
}

.block_aifeed__3 .card--04 .card__title, .block_aifeed__3 .card--mega .card__title {
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 44px;
  line-height: 4.4rem;
  max-height: 132px;
}

.card--04 .card__comments_wrap, .card--mega .card__comments_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  background-color: white;
  padding: 0px 8px 5px 10px;
  height: 27px;
}

@media screen and (min-width: 1370px) {
  .card--04 .card__comments_wrap, .card--mega .card__comments_wrap {
    height: 33px;
  }
}

.card--04 .card__comments_wrap span, .card--mega .card__comments_wrap span {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #d94339;
}

@media screen and (min-width: 1370px) {
  .card--04 .card__comments_wrap span, .card--mega .card__comments_wrap span {
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.card--04 .card__comments_wrap .icon-comment, .card--mega .card__comments_wrap .icon-comment {
  position: relative;
  color: #98908e;
}

.card--04 .card__icon, .card--mega .card__icon {
  width: 40px;
  height: 40px;
  top: -20px;
  right: 0;
  position: absolute;
}

@media screen and (min-width: 1370px) {
  .card--04 .card__icon, .card--mega .card__icon {
    width: 60px;
    height: 60px;
    top: -40px;
  }
}

.card--04 .card__icon .icon, .card--mega .card__icon .icon {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (min-width: 1370px) {
  .card--04 .card__icon .icon, .card--mega .card__icon .icon {
    font-size: 40px;
    font-size: 4rem;
  }
}

.card--04:hover .card__title, .card--mega:hover .card__title {
  color: #e4e4e4;
}

.card--04 .article__author_infobox_figure, .card--mega .article__author_infobox_figure,
.card--04 .article__author_infobox_figure img,
.card--mega .article__author_infobox_figure img {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1370px) {
  .card--04 .article__author_infobox_figure, .card--mega .article__author_infobox_figure,
  .card--04 .article__author_infobox_figure img,
  .card--mega .article__author_infobox_figure img {
    width: 40px;
    height: 40px;
  }
}

.card--04a {
  margin-bottom: 20px;
}

.card--04a .card__other_info {
  position: absolute;
  bottom: 6px;
  left: 10px;
  color: #ffb400;
}

.card--04a .card__text_content {
  left: 10px;
  bottom: 28px;
}

.card--04a .card__icon {
  width: 40px;
  height: 40px;
  right: -10px;
  top: -15px;
}

.card--04a .card__icon .icon {
  font-size: 24px;
  font-size: 2.4rem;
}

.card--04a .card__views_number {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
}

.card--04a .card__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 27px;
  line-height: 2.7rem;
  max-height: 81px;
}

.card--05 .card__photo_wrap:after {
  height: 240px;
}

.mrn_widget .card--05 .card__photo_wrap:after {
  height: 508px;
  opacity: .85;
}

@media screen and (min-width: 1370px) {
  .mrn_widget .card--05 .card__photo_wrap:after {
    height: 600px;
  }
}

.card--05 .card__content_wrap {
  position: absolute;
  bottom: 10px;
  right: 14px;
  left: 14px;
}

@media screen and (min-width: 1370px) {
  .card--05 .card__content_wrap {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
}

.card--05 .card__top_info {
  position: absolute;
  right: 0;
  top: 0;
}

.card--05 .card__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 21px;
  height: 21px;
  max-width: 185px;
}

.card--05 .card__live--label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #202020;
  padding: 0px 8px;
  height: 27px;
  float: left;
}

@media screen and (min-width: 1370px) {
  .card--05 .card__live--label {
    height: 33px;
    padding: 0px 15px;
  }
}

.card--05 .card__live--label span {
  position: relative;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0em;
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .card--05 .card__live--label span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.card--05 .card__title {
  color: white;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.01em;
  -webkit-line-clamp: 5;
  max-height: 160px;
}

@media screen and (min-width: 1370px) {
  .card--05 .card__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
    -webkit-line-clamp: 5;
    max-height: 180px;
  }
}

.card--05 .card__views_wrap {
  color: #ffb400;
}

@media screen and (max-width: 1369px) {
  .card--05 .card__views_wrap {
    margin-top: -4px;
  }
}

.card--05 .card__views_wrap .icon-eye {
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.card--05 .card__views_wrap span {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.card--05 .card__icon {
  position: absolute;
  top: -20px;
  right: 0px;
}

.card--05:hover .card__title {
  color: #e4e4e4;
}

.th_blogosfera .mrn_widget .card--05 .card__other_info {
  display: none;
}

.card--05b .card__content_wrap {
  bottom: 14px;
}

.card--05b .card__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
}

.card--05b .card__comments_wrap .icon-comment {
  position: relative;
  top: 4px;
  margin-right: 5px;
  color: #fdb32b;
}

.card--05b .card__comments_wrap span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fdb32b;
}

.card--top_gifts {
  background-color: white;
  width: 230px;
  float: left;
}

@media screen and (min-width: 1370px) {
  .card--top_gifts {
    width: 305px;
  }
}

.fold_article__elipso_blok .card--top_gifts {
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .fold_article__elipso_blok .card--top_gifts {
    width: 100%;
  }
}

.card--top_gifts:not(:last-child) {
  margin-right: 20px;
}

.card--top_gifts .card__content_wrap {
  padding: 0 14px;
}

@media screen and (min-width: 1370px) {
  .card--top_gifts .card__content_wrap {
    padding: 0 20px;
  }
}

.card--top_gifts .card__data_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
  margin-top: -10px;
}

@media screen and (min-width: 1370px) {
  .card--top_gifts .card__data_wrap {
    margin-bottom: 5px;
    margin-top: -11px;
  }
}

.card--top_gifts .card__namebox {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.fold_article__elipso_blok .card--top_gifts .card__namebox {
  height: 47px;
}

.card--top_gifts .card__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
}

.fold_article__elipso_blok .card--top_gifts .card__title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.card--top_gifts .card__subtitle {
  margin-bottom: 11px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 1370px) {
  .card--top_gifts .card__subtitle {
    margin-bottom: 3px;
  }
}

.fold_article__elipso_blok .card--top_gifts .card__subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 20px;
}

.card--top_gifts .card__price {
  margin-bottom: 10px;
  margin-top: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #202020;
}

@media screen and (min-width: 1370px) {
  .card--top_gifts .card__price {
    margin-top: -3px;
    margin-bottom: 15px;
  }
}

.fold_article__elipso_blok .card--top_gifts .card__price {
  padding-top: 9px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 1370px) {
  .fold_article__elipso_blok .card--top_gifts .card__price {
    margin-bottom: 11px;
  }
}

.card--top_gifts .card__price--new {
  margin-right: 13px;
  font: normal 400 100% "Dobra Bold", sans-serif;
  color: #d94339;
}

.card--top_gifts .card__price--old {
  font: normal 400 100% "Dobra Book", sans-serif;
  text-decoration: line-through;
}

.fold_article__elipso_blok .card--top_gifts .card__price--new, .fold_article__elipso_blok .card--top_gifts .card__price--old {
  display: block;
  margin-right: 0;
}

.fold_article__elipso_blok .card--top_gifts .card__price--new {
  padding-bottom: 4px;
}

.card--top_gifts .card__description {
  margin-bottom: 14px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #7b7674;
  height: 40px;
}

@media screen and (min-width: 1370px) {
  .card--top_gifts .card__description {
    margin-bottom: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1370px) {
  .fold_article__elipso_blok .card--top_gifts .card__description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card--top_gifts .card__btn {
  border-top: 1px solid #ebe6db;
  margin: 0 -14px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

@media screen and (min-width: 1370px) {
  .card--top_gifts .card__btn {
    margin: 0 -20px;
  }
}

.card--top_gifts .card__btn--more {
  position: relative;
  top: -1px;
  display: block;
  width: 100%;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  text-align: center;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.card--top_gifts .card__photo_wrap:before {
  display: none;
}

.fold_article__elipso_blok .card--top_gifts .card__photo_wrap {
  width: 100%;
  height: 110px;
}

@media screen and (min-width: 1370px) {
  .fold_article__elipso_blok .card--top_gifts .card__photo_wrap {
    height: 150px;
  }
}

.fold_article__elipso_blok .card--top_gifts .card__photo_wrap .card__figure_img--horizontal {
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 165px;
}

@media screen and (min-width: 1370px) {
  .fold_article__elipso_blok .card--top_gifts .card__photo_wrap .card__figure_img--horizontal {
    max-width: 225px;
  }
}

.fold_home__top_gifts .card--top_gifts .card__photo_wrap .card__figure_img--horizontal {
  max-width: 230px;
}

@media screen and (min-width: 1370px) {
  .fold_home__top_gifts .card--top_gifts .card__photo_wrap .card__figure_img--horizontal {
    max-width: 305px;
  }
}

.fold_article__elipso_blok .card--top_gifts .card__photo_wrap .card__figure_img--vertical,
.fold_home__top_gifts .card--top_gifts .card__photo_wrap .card__figure_img--vertical {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  width: auto;
  height: 100%;
  max-height: 110px;
}

@media screen and (min-width: 1370px) {
  .fold_article__elipso_blok .card--top_gifts .card__photo_wrap .card__figure_img--vertical,
  .fold_home__top_gifts .card--top_gifts .card__photo_wrap .card__figure_img--vertical {
    max-height: 150px;
  }
}

.fold_home__top_gifts .card--top_gifts .card__photo_wrap .card__figure_img--vertical {
  max-height: 155px;
}

@media screen and (min-width: 1370px) {
  .fold_home__top_gifts .card--top_gifts .card__photo_wrap .card__figure_img--vertical {
    max-height: 203px;
  }
}

.card--top_gifts:hover .card__btn--more {
  color: #d94339;
}

.card--subsection, .card--timeline {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ebe6db;
}

.fold_special__more_content .card--subsection .card--subsection:last-of-type, .fold_special__more_content .card--timeline .card--subsection:last-of-type, .fold_special__more_content .card--subsection .card--timeline:last-of-type, .fold_special__more_content .card--timeline .card--timeline:last-of-type {
  border-bottom: 0px;
}

.timeline .card--subsection:last-of-type, .timeline .card--timeline:last-of-type {
  border-bottom: 0;
}

.authors .card--subsection:first-of-type, .authors .card--timeline:first-of-type {
  padding-top: 0;
}

.authors .card--subsection:last-of-type, .authors .card--timeline:last-of-type {
  border-bottom: 0;
}

.fold_special__more_content .card--subsection:last-of-type, .fold_special__more_content .card--timeline:last-of-type {
  border-bottom: 0px;
}

.block_subsection .card--subsection:first-of-type, .block_subsection .card--timeline:first-of-type {
  padding-top: 0;
}

.card--subsection__label {
  max-width: 160px;
}

.card--subsection .card__photo_wrap, .card--timeline .card__photo_wrap {
  float: left;
  position: relative;
  max-width: 428px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline .card--subsection .card__photo_wrap, .timeline .card--timeline .card__photo_wrap {
  max-width: 347px;
}

.fold_special__more_content .card--subsection .card__photo_wrap, .fold_special__more_content .card--timeline .card__photo_wrap {
  max-width: 592px;
}

.card--subsection .card__content_wrap, .card--timeline .card__content_wrap {
  display: block;
  width: 100%;
  padding-left: 328px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .card--subsection .card__content_wrap, .card--timeline .card__content_wrap {
    padding-left: 468px;
  }
}

.fold_special__more_content .card--subsection .card__content_wrap, .fold_special__more_content .card--timeline .card__content_wrap {
  width: 100%;
  padding-left: 502px;
  padding-top: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .fold_special__more_content .card--subsection .card__content_wrap, .fold_special__more_content .card--timeline .card__content_wrap {
    padding-left: 630px;
  }
}

.card--subsection .card__title, .card--timeline .card__title {
  padding-right: 15px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  display: block;
  font: normal 400 100% "Stag Semibold";
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  -webkit-line-clamp: 4;
  max-height: 96px;
}

.timeline .card--subsection .card__title, .timeline .card--timeline .card__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-line-clamp: 4;
  max-height: 96px;
}

.card--subsection .card__content_left, .card--timeline .card__content_left {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 1370px) {
  .card--subsection .card__content_left, .card--timeline .card__content_left {
    display: inline-block;
    max-width: 50%;
    float: left;
    padding-right: 21px;
  }
}

.timeline .card--subsection .card__content_left, .timeline .card--timeline .card__content_left {
  max-width: 100%;
}

.card--subsection .card__label, .card--timeline .card__label {
  position: relative;
  margin-top: 10px;
  margin-bottom: 16px;
  max-width: 100%;
}

.card--subsection .card__comments_wrap, .card--timeline .card__comments_wrap {
  margin-top: 20px;
}

.timeline .card--subsection .card__description_wrap, .timeline .card--timeline .card__description_wrap {
  display: inline-block;
}

.card--subsection .card__description, .card--timeline .card__description {
  padding-right: 10px;
  display: none;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0em;
  color: #7b7674;
}

@media screen and (min-width: 1370px) {
  .card--subsection .card__description, .card--timeline .card__description {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    max-height: 147px;
  }
}

.timeline .card--subsection .card__description, .timeline .card--timeline .card__description {
  display: none;
}

.card--subsection .card__column_image, .card--timeline .card__column_image {
  top: -5px;
}

.card--subsection .card__icon, .card--timeline .card__icon, .card--subsection .card__comments_wrap, .card--timeline .card__comments_wrap {
  display: inline-block;
}

.card--subsection .card__comments_wrap, .card--timeline .card__comments_wrap {
  position: relative;
  top: -15px;
}

.card--subsection .icon-comment, .card--timeline .icon-comment {
  position: relative;
  top: 4px;
}

.card--subsection .card__comments_number, .card--timeline .card__comments_number {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #d94339;
}

.card--subsection .card__icon, .card--timeline .card__icon {
  margin-right: 18px;
}

.card--subsection .card__top_info, .card--timeline .card__top_info {
  position: absolute;
  top: 0px;
  left: 0px;
}

.card--subsection .card__live--label, .card--timeline .card__live--label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #202020;
  padding: 0px 8px;
  height: 27px;
  float: left;
}

@media screen and (min-width: 1370px) {
  .card--subsection .card__live--label, .card--timeline .card__live--label {
    height: 33px;
    padding: 0px 15px;
  }
}

.card--subsection .card__live--label span, .card--timeline .card__live--label span {
  position: relative;
  color: white;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0em;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .card--subsection .card__live--label span, .card--timeline .card__live--label span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.card--mega .card__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  max-height: 162px;
}

@media screen and (min-width: 1370px) {
  .card--mega .card__title {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 54px;
    line-height: 5.4rem;
    letter-spacing: 0.01em;
  }
}

.card--special {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ebe6db;
}

.card--special:last-of-type {
  border-bottom: 0;
}

.card--special:first-of-type {
  padding-top: 10px;
}

.card--special .card__top_info {
  position: absolute;
  top: 0px;
  left: 0px;
}

.card--special .card__live--label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #202020;
  padding: 0px 8px;
  height: 27px;
  float: left;
}

@media screen and (min-width: 1370px) {
  .card--special .card__live--label {
    height: 33px;
    padding: 0px 15px;
  }
}

.card--special .card__live--label span {
  position: relative;
  color: white;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0em;
  text-transform: uppercase;
}

@media screen and (min-width: 1370px) {
  .card--special .card__live--label span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.card--special .card__photo_wrap {
  float: left;
  position: relative;
  max-width: 50%;
}

.card--special .card__content_wrap {
  display: block;
  width: 100%;
  padding-left: 502px;
  padding-top: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .card--special .card__content_wrap {
    padding-left: 630px;
  }
}

.card--special .card__title {
  padding-right: 15px;
  margin-bottom: 40px;
  display: inline-block;
  font: normal 400 100% "Stag Semibold";
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  -webkit-line-clamp: 4;
  max-height: 96px;
  height: 96px;
}

@media screen and (min-width: 1370px) {
  .card--special .card__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
    max-height: 120px;
    height: 120px;
  }
}

.card--special .card__content_left {
  display: block;
  width: 100%;
}

.fold_special__more_content .card--special .card__content_left {
  display: inline-block;
  max-width: 50%;
  float: left;
  padding-right: 21px;
}

@media screen and (min-width: 1370px) {
  .card--special .card__content_left {
    display: inline-block;
    max-width: 50%;
    float: left;
    padding-right: 21px;
  }
}

.card--special .card__label {
  max-width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  margin-bottom: 16px;
}

.card--special .card__description {
  display: none;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0em;
  color: #7b7674;
}

.fold_special__more_content .card--special .card__description {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  max-height: 147px;
}

@media screen and (min-width: 1370px) {
  .card--special .card__description {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    max-height: 147px;
  }
}

.card--special .card__icon,
.card--special .card__comments_wrap {
  display: inline-block;
}

.card--special .card__comments_wrap {
  position: relative;
  top: -15px;
}

.card--special .icon-comment {
  position: relative;
  top: 4px;
}

.card--special .card__comments_number {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #d94339;
}

.card--special .card__icon {
  margin-right: 18px;
}

.card--live {
  position: relative;
}

.card--live:hover .card__label,
.card--live:hover .card__title,
.card--live:hover .card__description {
  color: #e4e4e4;
}

.card--live .card__photo_wrap {
  position: relative;
}

.card--live .card__photo_wrap:after {
  height: 400px;
}

.card--live .card__label {
  margin-bottom: 13px;
  max-width: 90%;
  color: white;
}

.card--live .card__text_content {
  position: absolute;
  bottom: 35px;
  right: 580px;
  left: 40px;
  width: auto;
}

.card--live .card__title {
  margin-bottom: 13px;
  font: normal 400 100% "Stag Semibold";
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 46px;
  line-height: 4.6rem;
  letter-spacing: 0.025em;
  color: white;
}

.card--live .card__description {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  color: white;
}

.card--live .card__other_info {
  position: absolute;
  left: 40px;
  top: 0;
}

.card--live .card__other_info .label__live {
  display: inline-block;
  float: left;
  height: 40px;
  padding: 0 15px;
  background-color: white;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #202020;
}

.card--live .card__other_info .card__comments_wrap {
  display: inline-block;
  float: left;
  height: 40px;
  padding: 0 15px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  background-color: #202020;
  color: white;
}

.card--live .card__other_info .card__comments_wrap .icon {
  position: relative;
  top: 3px;
  color: white;
}

.card--live .card__other_info .card__comments_wrap span {
  color: #d94339;
}

.card--live .card__other_info a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.card--live .card__other_info a:hover {
  cursor: pointer;
}

.card--live:hover .card__title {
  color: #e4e4e4;
}

.card--live_normal .card__other_info .animating_line {
  background-color: #ed6e65;
}

.card--live_normal .card__other_info .animating_line--animation {
  background-color: #d94339;
}

.card--live_normal:hover .card__label_wrap .card__label {
  background-color: #ed6e65;
}

.card--timeline .timeline__article-list li:last-of-type {
  padding-bottom: 0;
}

.card--timeline .card__content_wrap {
  padding-left: 290px;
  padding-right: 20px;
}

@media screen and (max-width: 1369px) {
  .card--timeline .card__content_wrap {
    padding-top: 0;
  }
}

@media screen and (min-width: 1370px) {
  .card--timeline .card__content_wrap {
    padding-left: 388px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1369px) {
  .card--timeline .card__label {
    margin-bottom: 11px;
    margin-top: 0;
  }
}

.card--timeline .card__label_wrap {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 100px;
}

.card--timeline .card__description_wrap {
  display: inline-block;
}

.card--timeline .card__comments_wrap {
  margin-right: 20px;
  top: 0;
}

.card--timeline .card__section {
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.015em;
  color: #b8adaa;
  text-transform: uppercase;
}

.card--timeline .card__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-line-clamp: 4;
  max-height: 96px;
}

@media screen and (max-width: 1369px) {
  .card--timeline .card__title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 0;
  }
}

.card--timeline .card__time {
  margin-top: -2px;
  display: inline-block;
  float: right;
  color: #79a342;
  font: normal 400 100% "Stag Book";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1370px) {
  .card--timeline .card__time {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card--timeline .card__time .icon {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.card--breaking_related .card__wrap {
  min-height: initial;
  margin-bottom: 7px;
}

@media screen and (min-width: 1370px) {
  .card--breaking_related .card__wrap {
    margin-bottom: 10px;
  }
}

.card--breaking_related .card__photo_wrap {
  display: block;
  position: relative;
  float: right;
  width: 70px;
  height: 70px;
  right: 0;
  left: auto;
  margin-top: 5px;
}

.card--breaking_related .card__text_content {
  display: inline-block;
}

.card--breaking_related .card__content_wrap {
  padding-left: 0;
  padding-right: 90px;
}

.card--breaking_related .card__label {
  background-color: transparent;
  color: #ffb400;
  padding-left: 0;
  margin-bottom: 0;
}

.card--breaking_related .card__title {
  color: white;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 51px;
}

@media screen and (min-width: 1370px) {
  .card--breaking_related .card__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.9rem;
    max-height: 57px;
  }
}

.card--breaking_related:hover .card__title {
  color: #e4e4e4;
}

.card--breaking_related:hover .card__label_wrap .card__label {
  background-color: transparent;
  color: #ffb400;
}

.card--random_article {
  width: 50%;
  float: left;
}

.card--random_article:nth-of-type(odd):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #202020;
}

.card--random_article:before {
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
}

.card--random_article .card__title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: white;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 90px;
}

@media screen and (min-width: 1370px) {
  .card--random_article .card__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
    max-height: 108px;
  }
}

.card--random_article .card__data_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
}

.card--random_article .card__label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 21px;
  max-width: 250px;
}

.card--random_article .card__text_content {
  text-align: left;
  position: absolute;
  bottom: 13px;
  left: 20px;
  right: 20px;
  padding-right: 30px;
  width: auto;
  white-space: normal;
}

@media screen and (min-width: 1370px) {
  .card--random_article .card__text_content {
    bottom: 12px;
    padding-right: 60px;
  }
}

.card--random_article .card__icon {
  position: absolute;
  top: -20px;
  right: 5px;
}

@media screen and (min-width: 1370px) {
  .card--random_article .card__icon {
    right: 0;
  }
}

.card--random_article .card__content_wrap {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
}

.card--random_article .card__photo_wrap {
  width: 100%;
  height: auto;
  display: block;
}

.card--random_article:hover .card__title {
  color: #e4e4e4;
}

.th_living .card__label {
  background-color: #ed6e65;
}

.th_living .card__label_wrap .card__label {
  background-color: #ed6e65;
}

.th_living .card__label_wrap .card__label--promo {
  background-color: #76635c;
}

.th_living .card__label_wrap .card__label--premium {
  background-color: #202020;
}

.th_living .card__label_wrap .card__label--kolumna {
  background-color: #93546b;
}

.th_living .card--02 .card__comments_number, .th_living .card--02a .card__comments_number, .th_living .card--02b .card__comments_number, .th_living .card--02d .card__comments_number, .th_living .card--breaking_related .card__comments_number, .th_living .card--03 .card__comments_number {
  color: #ed6e65;
}

.th_living .card--04 .card__comments_wrap, .th_living .card--mega .card__comments_wrap {
  background-color: #a5a5a5;
  color: white;
}

.th_living .card--04 .card__comments_wrap .icon, .th_living .card--mega .card__comments_wrap .icon,
.th_living .card--04 .card__comments_wrap span,
.th_living .card--mega .card__comments_wrap span {
  color: white;
}

.th_living .card:hover .card__icon .icon {
  color: #d5544b;
}

.th_living .card:hover .card__label_wrap {
  position: relative;
}

.th_living .card:hover .card__label_wrap .card__label {
  background-color: #d5544b;
}

.th_living .card:hover .card__label_wrap .card__label--promo {
  background-color: #654f47;
}

.th_living .card:hover .card__label_wrap .card__label--premium {
  background-color: #464646;
}

.th_living .card:hover .card__label_wrap .card__label--kolumna {
  background-color: #7b4156;
}

.th_living .card:hover .card__label_wrap .card__label--live {
  background-color: #597e29;
}

.th_living .card:hover .card__label {
  background-color: #d5544b;
}

.th_living .card:hover .card__label--promo {
  background-color: #654f47;
}

.th_living .card:hover .card__label--premium {
  background-color: #464646;
}

.th_living .card:hover .card__label--kolumna {
  background-color: #7b4156;
}

.th_living .card:hover .card__label--live {
  background-color: #597e29;
}

.th_living .card:hover .card__column_image {
  border-color: #7b4156;
}

.th_living.landing_page .card--subsection .card__title, .th_living.landing_page .card--timeline .card__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
}

.th_living.landing_page .card--subsection .card__content_left, .th_living.landing_page .card--timeline .card__content_left {
  max-width: 70%;
  padding-right: 0;
}

.th_living.landing_page .card--subsection:first-of-type, .th_living.landing_page .card--timeline:first-of-type {
  padding-top: 0;
}

.th_living.landing_page .card--subsection:last-of-type, .th_living.landing_page .card--timeline:last-of-type {
  border-bottom: 0;
}

.th_vojna-povijest .card__label {
  background-color: #6d8352;
}

.th_vojna-povijest .card__label_wrap .card__label {
  background-color: #6d8352;
}

.th_vojna-povijest .card__label_wrap .card__label--promo {
  background-color: #76635c;
}

.th_vojna-povijest .card__label_wrap .card__label--premium {
  background-color: #202020;
}

.th_vojna-povijest .card__label_wrap .card__label--kolumna {
  background-color: #93546b;
}

.th_vojna-povijest .card--02 .card__comments_number, .th_vojna-povijest .card--02a .card__comments_number, .th_vojna-povijest .card--02b .card__comments_number, .th_vojna-povijest .card--02d .card__comments_number, .th_vojna-povijest .card--breaking_related .card__comments_number, .th_vojna-povijest .card--03 .card__comments_number {
  color: #6d8352;
}

.th_vojna-povijest .card--04 .card__comments_wrap .card__comments_number, .th_vojna-povijest .card--mega .card__comments_wrap .card__comments_number {
  color: #6d8352;
}

.th_vojna-povijest .card:hover .card__icon .icon {
  color: #5d6f47;
}

.th_vojna-povijest .card:hover .card__label {
  background-color: #5d6f47;
}

.th_vojna-povijest .card:hover .card__label--promo {
  background-color: #654f47;
}

.th_vojna-povijest .card:hover .card__label--premium {
  background-color: #464646;
}

.th_vojna-povijest .card:hover .card__label--kolumna {
  background-color: #7b4156;
}

.th_vojna-povijest .card:hover .card__label--live {
  background-color: #597e29;
}

.th_vojna-povijest .card:hover .card__label_wrap {
  position: relative;
}

.th_vojna-povijest .card:hover .card__label_wrap .card__label {
  background-color: #5d6f47;
}

.th_vojna-povijest .card:hover .card__label_wrap .card__label--promo {
  background-color: #654f47;
}

.th_vojna-povijest .card:hover .card__label_wrap .card__label--premium {
  background-color: #464646;
}

.th_vojna-povijest .card:hover .card__label_wrap .card__label--kolumna {
  background-color: #7b4156;
}

.th_vojna-povijest .card:hover .card__label_wrap .card__label--live {
  background-color: #597e29;
}

.th_vojna-povijest .card:hover .card__column_image {
  border-color: #7b4156;
}

.th_vojna-povijest.landing_page .card--subsection .card__title, .th_vojna-povijest.landing_page .card--timeline .card__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
}

.th_vojna-povijest.landing_page .card--subsection .card__content_left, .th_vojna-povijest.landing_page .card--timeline .card__content_left {
  max-width: 70%;
  padding-right: 0;
}

.th_vojna-povijest.landing_page .card--subsection:first-of-type, .th_vojna-povijest.landing_page .card--timeline:first-of-type {
  padding-top: 0;
}

.th_vojna-povijest.landing_page .card--subsection:last-of-type, .th_vojna-povijest.landing_page .card--timeline:last-of-type {
  border-bottom: 0;
}

.th_moja-hrvatska .card__label {
  background-color: #2277be;
}

.th_moja-hrvatska .card__label_wrap .card__label {
  background-color: #2277be;
}

.th_moja-hrvatska .card__label_wrap .card__label--promo {
  background-color: #76635c;
}

.th_moja-hrvatska .card__label_wrap .card__label--premium {
  background-color: #202020;
}

.th_moja-hrvatska .card__label_wrap .card__label--kolumna {
  background-color: #93546b;
}

.th_moja-hrvatska .card--04 .card__comments_wrap, .th_moja-hrvatska .card--mega .card__comments_wrap, .th_moja-hrvatska .card--01 .card__comments_wrap, .th_moja-hrvatska .card--01a .card__comments_wrap, .th_moja-hrvatska .card--01c .card__comments_wrap, .th_moja-hrvatska .card--01b .card__comments_wrap, .th_moja-hrvatska .card--01a .card__comments_wrap, .th_moja-hrvatska .card--01c .card__comments_wrap {
  background-color: #d94339;
}

.th_moja-hrvatska .card--04 .card__comments_wrap span, .th_moja-hrvatska .card--mega .card__comments_wrap span,
.th_moja-hrvatska .card--04 .card__comments_wrap .icon,
.th_moja-hrvatska .card--mega .card__comments_wrap .icon, .th_moja-hrvatska .card--01 .card__comments_wrap span, .th_moja-hrvatska .card--01a .card__comments_wrap span, .th_moja-hrvatska .card--01c .card__comments_wrap span, .th_moja-hrvatska .card--01b .card__comments_wrap span,
.th_moja-hrvatska .card--01 .card__comments_wrap .icon,
.th_moja-hrvatska .card--01a .card__comments_wrap .icon,
.th_moja-hrvatska .card--01c .card__comments_wrap .icon,
.th_moja-hrvatska .card--01b .card__comments_wrap .icon, .th_moja-hrvatska .card--01a .card__comments_wrap span, .th_moja-hrvatska .card--01c .card__comments_wrap span,
.th_moja-hrvatska .card--01a .card__comments_wrap .icon,
.th_moja-hrvatska .card--01c .card__comments_wrap .icon {
  color: white;
}

.th_moja-hrvatska .card:hover .card__icon .icon {
  color: #3a50d6;
}

.th_moja-hrvatska .card:hover .card__label {
  background-color: #3a50d6;
}

.th_moja-hrvatska .card:hover .card__label--promo {
  background-color: #654f47;
}

.th_moja-hrvatska .card:hover .card__label--premium {
  background-color: #464646;
}

.th_moja-hrvatska .card:hover .card__label--kolumna {
  background-color: #7b4156;
}

.th_moja-hrvatska .card:hover .card__label--live {
  background-color: #597e29;
}

.th_moja-hrvatska .card:hover .card__label_wrap {
  position: relative;
}

.th_moja-hrvatska .card:hover .card__label_wrap .card__label {
  background-color: #3a50d6;
}

.th_moja-hrvatska .card:hover .card__label_wrap .card__label--promo {
  background-color: #654f47;
}

.th_moja-hrvatska .card:hover .card__label_wrap .card__label--premium {
  background-color: #464646;
}

.th_moja-hrvatska .card:hover .card__label_wrap .card__label--kolumna {
  background-color: #7b4156;
}

.th_moja-hrvatska .card:hover .card__label_wrap .card__label--live {
  background-color: #597e29;
}

.th_moja-hrvatska .card:hover .card__column_image {
  border-color: #7b4156;
}

.th_moja-hrvatska.landing_page .card--subsection .card__title, .th_moja-hrvatska.landing_page .card--timeline .card__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
}

.th_moja-hrvatska.landing_page .card--subsection .card__content_left, .th_moja-hrvatska.landing_page .card--timeline .card__content_left {
  max-width: 70%;
  padding-right: 0;
}

.th_moja-hrvatska.landing_page .card--subsection:first-of-type, .th_moja-hrvatska.landing_page .card--timeline:first-of-type {
  padding-top: 0;
}

.th_moja-hrvatska.landing_page .card--subsection:last-of-type, .th_moja-hrvatska.landing_page .card--timeline:last-of-type {
  border-bottom: 0;
}

.leadblock__wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.leadblock__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .leadblock__image {
    width: 1024px;
  }
}

.desktop_body--wallpaper .leadblock__image {
  right: 10px;
  left: 10px;
}

.leadblock__image--main {
  position: relative;
}

.leadblock__image--main:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f6f1), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, #f7f6f1 0%, transparent 50%);
  background: -o-linear-gradient(bottom, #f7f6f1 0%, transparent 50%);
  background: linear-gradient(0deg, #f7f6f1 0%, transparent 50%);
}

.leadblock__content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 560px;
  margin-bottom: 0px;
}

.leadblock__content .container {
  height: 100%;
}

.leadblock__label {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0 17px;
  height: 40px;
  background-color: #ffb400;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .leadblock__label {
    margin-left: -20px;
  }
}

.desktop_body--wallpaper .leadblock__label {
  margin-left: 20px;
}

.section--vecernjitv .leadblock__label {
  display: none;
}

.leadblock__text {
  position: absolute;
  bottom: 0px;
}

@media screen and (min-width: 1024px) {
  .leadblock__text {
    left: -20px;
    right: -20px;
  }
}

.desktop_body--wallpaper .leadblock__text {
  left: 20px;
  right: 20px;
}

.leadblock__text--first_row {
  position: relative;
}

.leadblock__title {
  display: block;
  padding: 10px;
  max-width: 75%;
  margin-bottom: 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 245px;
}

.leadblock__title span {
  padding: 10px 0 3px 0;
  display: inline;
  font: normal 400 100% "Stag Semibold";
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 63px;
  line-height: 6.3rem;
  letter-spacing: 0.01em;
  color: white;
  background-color: #202020;
  -webkit-box-shadow: 10px 0 0 #202020, -10px 0 0 #202020;
  box-shadow: 10px 0 0 #202020, -10px 0 0 #202020;
}

.leadblock__description {
  position: relative;
  z-index: 1;
  background-color: #ffb400;
  padding: 10px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0em;
}

.leadblock__description span {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 85%;
  max-height: 42px;
}

.leadblock__sponsor--wrap {
  position: absolute;
  display: block;
  right: -20px;
  bottom: 11px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 50%;
}

@media screen and (min-width: 1370px) {
  .leadblock__sponsor--wrap {
    right: -20px;
  }
  .desktop_body--wallpaper .leadblock__sponsor--wrap {
    right: 20px;
  }
}

.leadblock__sponsor--sponsor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 115px;
}

.leadblock__sponsor--label {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  display: block;
  padding: 0 11px;
  height: 29px;
  background-color: #ffb400;
  font: normal 400 100% "Dobra Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 29px;
  line-height: 2.9rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.leadblock__sponsors {
  background-color: #f7f6f1;
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px 20px 10px 20px;
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  position: relative;
}

.leadblock__sponsors:after {
  display: block;
  visibility: visible;
  content: '';
  width: auto;
  height: 1px;
  background-color: #ebe6db;
  position: absolute;
  bottom: 0;
  right: 20px;
  left: 20px;
}

.leadblock__sponsors--label {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 14px;
  font: normal 400 100% "Dobra Book", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #98908e;
  text-transform: uppercase;
}

.leadblock__sponsors--sponsor {
  position: relative;
  display: inline-block;
  background-color: white;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 160px;
  height: 106px;
  box-sizing: border-box;
}

.leadblock__sponsors--sponsor:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
}

.leadblock__sponsors--sponsor img {
  max-width: 100%;
  height: auto;
}

.special .fold_home__main-c .background_wrapper {
  margin-left: -10px;
  margin-right: -10px;
  padding: 20px 10px;
  background-color: #f7f6f1;
  -webkit-box-shadow: 0px -11px 18px 0px rgba(118, 99, 92, 0.35);
  box-shadow: 0px -11px 18px 0px rgba(118, 99, 92, 0.35);
}

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