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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.relative {
  position: relative; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.invisible-row {
  opacity: 0;
  visibility: hidden !important;
  height: 0 !important;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0; }

.cf:before, .cf:after, .article__content blockquote:after, .card--18:after {
  content: " ";
  display: table; }

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

.cf:after, .article__content blockquote:after, .card--18:after, .clearfix:after {
  clear: both; }

.cf, .article__content blockquote:after, .card--18:after, .clearfix {
  *zoom: 1; }

.block {
  display: block; }

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

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

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

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

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

.uppercase {
  text-transform: uppercase; }

.debug {
  outline: solid gold 1px; }

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

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

.error {
  color: #ed4b47; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************** Links ***************/
a {
  color: #1e1e1e; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #1e1e1e;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: #ffffff;
  overflow-x: hidden; }
  body.nav_is_open {
    overflow: hidden;
    position: fixed; }
  @media screen and (min-width: 1024px) {
    body {
      background: #fff; } }
  body.flatpage--didomi body {
    overflow-x: visible; }

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

*:focus {
  outline: 0; }

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

.body_wrap {
  position: relative;
  padding: 0;
  z-index: 1;
  top: 56px;
  margin-bottom: -50px; }
  @media screen and (min-width: 1024px) {
    .body_wrap {
      margin: 0;
      padding: 0 5px; }
      .has_subnav .body_wrap {
        top: 92px; } }
  @media screen and (min-width: 1310px) {
    .body_wrap {
      top: 80px;
      margin-bottom: -80px; }
      .has_subnav .body_wrap {
        top: 90px;
        margin-bottom: -90px; }
      body.section--special .body_wrap {
        top: 56px; } }

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

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

.content__wrap {
  padding: 0; }
  @media screen and (max-width: 1023px) {
    .content__wrap {
      background: #fff;
      -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13); } }
  @media screen and (min-width: 1024px) {
    body.section--special .content__wrap {
      background-color: transparent; } }
  @media screen and (min-width: 1024px) {
    body.section--special .content__wrap {
      position: relative; }
      body.section--special .content__wrap:before {
        content: "";
        position: absolute;
        top: -22px;
        right: -8px;
        left: -8px;
        height: 230px;
        margin: auto;
        border: 1px solid #fff;
        border-bottom: none; } }

/**************************************************
    FIXED SIDEBAR
    **********************************************/
.column_content {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 540px) and (min-width: 1024px) {
    .column_content {
      margin: 0 -330px 0 0; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .column_content {
      margin: 0 -330px 0 0; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .column_content {
      margin: 0 -330px 0 0; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .column_content {
      margin: 0 -330px 0 0; } }
  @media screen and (min-width: 1024px) {
    .column_content {
      float: left; } }
  @media screen and (min-width: 1024px) {
    .section .column_content {
      margin: 0; } }
  @media screen and (min-width: 1310px) {
    .section .column_content {
      margin: 0 -330px 0 0; } }
  @media screen and (min-width: 1024px) {
    .container--feed .column_content {
      margin: 0; } }
  @media screen and (min-width: 1310px) {
    .container--feed .column_content {
      margin: 0 -330px 0 0; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .container--sidebarsmall .column_content {
      margin: 0 -330px 0 0; } }
  @media screen and (min-width: 540px) and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      margin: 0 0 0 -330px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      margin: 0 0 0 -330px; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      margin: 0 0 0 -330px; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      margin: 0 0 0 -330px; } }
  @media screen and (min-width: 1024px) {
    .container--sidebarleft .column_content {
      float: right; } }
  @media screen and (min-width: 1310px) and (min-width: 1024px) {
    .container--sidebarsmall .container--sidebarleft .column_content {
      margin: 0 0 0 -330px; } }
  .column_content__inner {
    position: relative;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .column_content__inner:before, .column_content__inner:after {
      content: "";
      display: table; }
    .column_content__inner:after {
      clear: both; }
    @media screen and (min-width: 540px) and (min-width: 1024px) {
      .column_content__inner {
        margin: 0 330px 0 0; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .column_content__inner {
        margin: 0 330px 0 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .column_content__inner {
        margin: 0 330px 0 0; } }
    @media screen and (min-width: 1310px) and (min-width: 1024px) {
      .column_content__inner {
        margin: 0 330px 0 0; } }
    @media screen and (min-width: 1310px) {
      .column_content__inner {
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      .section .column_content__inner {
        width: 100%; } }
    @media screen and (min-width: 1310px) {
      .section .column_content__inner {
        width: auto;
        margin: 0 330px 0 0; } }
    @media screen and (min-width: 1024px) {
      .container--feed .column_content__inner {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .container--feed .column_content__inner {
        margin: 0 330px 0 0; } }
    @media screen and (min-width: 1310px) and (min-width: 1024px) {
      .container--sidebarsmall .column_content__inner {
        margin: 0 330px 0 0; } }
    @media screen and (min-width: 540px) and (min-width: 1024px) {
      .container--sidebarleft .column_content__inner {
        margin: 0 0 0 330px; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .container--sidebarleft .column_content__inner {
        margin: 0 0 0 330px; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .container--sidebarleft .column_content__inner {
        margin: 0 0 0 330px; } }
    @media screen and (min-width: 1310px) and (min-width: 1024px) {
      .container--sidebarleft .column_content__inner {
        margin: 0 0 0 330px; } }
    @media screen and (min-width: 1310px) and (min-width: 1024px) {
      .container--sidebarsmall .container--sidebarleft .column_content__inner {
        margin: 0 0 0 330px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-lines {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff; }
  .icon-lines:before, .icon-lines:after {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #fff;
    left: 0;
    content: '';
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .icon-lines:before {
    top: -5px; }
  .icon-lines:after {
    bottom: -5px; }
  .icon-lines.click {
    background: none; }
    .icon-lines.click:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      bottom: 0; }
    .icon-lines.click:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0; }

.icon-down {
  position: relative;
  display: inline-block;
  width: 33%;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .table__header .icon-down {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .table__header .icon-down {
        width: 33%; } }
  .icon-down:before, .icon-down:after {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #1e1e1e;
    top: 25px;
    left: 0;
    content: '';
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .language__flag .icon-down:before, .language__flag .icon-down:after {
      width: 8px; }
  .icon-down:before {
    left: auto;
    right: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-down:after {
    left: auto;
    right: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .icon-down.click:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #9b9b9b; }
  .icon-down.click:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #9b9b9b; }

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

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

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

.relative {
  position: relative; }

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

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

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

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

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

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

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

/* mixin for multiline */
/* ***********************************************
**********     OVO JE LG VARIJANTA     ***********
*********************************************** */
/* Magnific Popup CSS */
.mfp-wrap ~ * {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #e3e3e3;
  opacity: 0.9;
  filter: alpha(opacity=90); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**************************************************
    UI ELEMENTS
    **********************************************/
.alert__message {
  position: relative;
  margin: 10px 0 20px;
  padding: 10px 10px 10px 50px;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #fff; }
  .alert__message:before {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 20px;
    font-size: 2rem; }
  .alert__message--success {
    background: #7eab1d; }
    .alert__message--success:before {
      content: "\ea10"; }
  .alert__message--error {
    background: #f0371a; }
    .alert__message--error:before {
      content: "\ea07"; }
  .alert__message--neutral {
    background: #dedede;
    color: #1e1e1e; }
    .alert__message--neutral:before {
      color: #1e1e1e;
      content: "\ea0c"; }
  .alert__message--info {
    background: #dedede;
    color: #1e1e1e; }
    .alert__message--info:before {
      color: #1e1e1e;
      content: "\ea0c"; }
  .alert__message--hide {
    display: none; }

.alert__text {
  display: inline-block; }

.btn {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: none;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 41px;
  line-height: 4.1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -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;
  cursor: pointer;
  overflow: hidden; }
  .btn--default {
    background: #1e1e1e;
    color: #ffffff; }
    .btn--default:hover {
      background: #5bb4ff;
      color: #1e1e1e; }
    .btn--default.btn--icon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.2);
      -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; }
    .btn--default.btn--icon:hover:before {
      background-color: rgba(30, 30, 30, 0.2); }
    .btn--default.btn--icon .icon {
      color: #ffffff; }
    .btn--default.btn--icon:hover .icon {
      color: #1e1e1e; }
  .btn--yellow {
    background: #f9f500;
    color: #000000; }
    .btn--yellow:hover {
      background: #1e1e1e;
      color: #ffffff; }
    .btn--yellow.btn--icon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: rgba(0, 0, 0, 0.2);
      -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; }
    .btn--yellow.btn--icon:hover:before {
      background-color: rgba(255, 255, 255, 0.2); }
    .btn--yellow.btn--icon .icon {
      color: #000000; }
    .btn--yellow.btn--icon:hover .icon {
      color: #ffffff; }
  .btn--red {
    background: #fe6a52;
    color: #ffffff; }
    .btn--red:hover {
      background: #1e1e1e;
      color: #ffffff; }
    .btn--red.btn--icon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.2);
      -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; }
    .btn--red.btn--icon:hover:before {
      background-color: rgba(255, 255, 255, 0.2); }
    .btn--red.btn--icon .icon {
      color: #ffffff; }
    .btn--red.btn--icon:hover .icon {
      color: #ffffff; }
  .btn--silver {
    background: #f4f4f4;
    color: #1e1e1e; }
    .btn--silver:hover {
      background: #fff200;
      color: #1e1e1e; }
    .btn--silver.btn--icon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: rgba(30, 30, 30, 0.2);
      -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; }
    .btn--silver.btn--icon:hover:before {
      background-color: rgba(30, 30, 30, 0.2); }
    .btn--silver.btn--icon .icon {
      color: #1e1e1e; }
    .btn--silver.btn--icon:hover .icon {
      color: #1e1e1e; }
  .btn--ghost {
    background: transparent;
    color: #1e1e1e; }
    .btn--ghost:hover {
      background: transparent;
      color: #8f8f8f; }
    .btn--ghost.btn--icon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: rgba(30, 30, 30, 0.2);
      -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; }
    .btn--ghost.btn--icon:hover:before {
      background-color: rgba(143, 143, 143, 0.2); }
    .btn--ghost.btn--icon .icon {
      color: #1e1e1e; }
    .btn--ghost.btn--icon:hover .icon {
      color: #8f8f8f; }
  .btn--ghost .icon {
    color: #1e1e1e; }
  .btn--ghost:hover .icon {
    color: #8f8f8f; }
  .btn--ghost_bg {
    background: #ffffff;
    color: #8f8f8f; }
    .btn--ghost_bg:hover {
      background: #f4f4f4;
      color: #8f8f8f; }
    .btn--ghost_bg.btn--icon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: rgba(143, 143, 143, 0.2);
      -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; }
    .btn--ghost_bg.btn--icon:hover:before {
      background-color: rgba(143, 143, 143, 0.2); }
    .btn--ghost_bg.btn--icon .icon {
      color: #8f8f8f; }
    .btn--ghost_bg.btn--icon:hover .icon {
      color: #8f8f8f; }
  .btn--fb {
    background: #3b5998;
    color: #ffffff; }
    .btn--fb:hover {
      background: #4c4c4c;
      color: #ffffff; }
    .btn--fb.btn--icon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.2);
      -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; }
    .btn--fb.btn--icon:hover:before {
      background-color: rgba(255, 255, 255, 0.2); }
    .btn--fb.btn--icon .icon {
      color: #ffffff; }
    .btn--fb.btn--icon:hover .icon {
      color: #ffffff; }
  .btn--tw {
    background: #39a9e0;
    color: #ffffff; }
    .btn--tw:hover {
      background: #4c4c4c;
      color: #ffffff; }
    .btn--tw.btn--icon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.2);
      -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; }
    .btn--tw.btn--icon:hover:before {
      background-color: rgba(255, 255, 255, 0.2); }
    .btn--tw.btn--icon .icon {
      color: #ffffff; }
    .btn--tw.btn--icon:hover .icon {
      color: #ffffff; }
  .btn--reply {
    background: #f4f4f4;
    color: #1e1e1e; }
    .btn--reply:hover {
      background: #1e1e1e;
      color: #ffffff; }
    .btn--reply.btn--icon:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      height: 20px;
      width: 1px;
      margin: auto;
      background-color: rgba(30, 30, 30, 0.2);
      -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; }
    .btn--reply.btn--icon:hover:before {
      background-color: rgba(255, 255, 255, 0.2); }
    .btn--reply.btn--icon .icon {
      color: #1e1e1e; }
    .btn--reply.btn--icon:hover .icon {
      color: #ffffff; }
  @media screen and (min-width: 1310px) {
    .btn--big {
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 51px;
      line-height: 5.1rem; } }
  .btn--full {
    width: 100%; }
  .btn--ghost, .btn--ghost_bg {
    padding: 0 10px;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 42px;
    line-height: 4.2rem;
    letter-spacing: 0.06em;
    color: #1e1e1e; }
    .btn--ghost .icon, .btn--ghost_bg .icon {
      position: relative;
      top: 10px;
      display: inline-block;
      width: 20px;
      height: 20px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 20px;
      text-align: center;
      -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; }
      .btn--ghost .icon--left, .btn--ghost_bg .icon--left {
        float: left;
        margin: 0 5px 0 0; }
      .btn--ghost .icon--right, .btn--ghost_bg .icon--right {
        float: right;
        margin: 0 0 0 5px; }
  .btn--ghost {
    color: #1e1e1e; }
    .btn--ghost:hover {
      color: #8f8f8f; }
  .btn--ghost_bg {
    background-color: #fff;
    color: #8f8f8f;
    -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; }
    .btn--ghost_bg:hover {
      background-color: #f4f4f4;
      color: #8f8f8f; }
  .btn--hover_bd {
    border: 1px solid transparent; }
    .btn--hover_bd:hover {
      border-color: #d4d4d4; }
  .btn--icon .icon {
    position: relative;
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 40px;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    @media screen and (min-width: 1310px) {
      .btn--icon .icon {
        right: -20px;
        width: 40px;
        height: 40px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 40px; } }
    .btn--icon .icon--left {
      float: left;
      margin: -12px 13px 0 -14px; }
      @media screen and (min-width: 1310px) {
        .btn--icon .icon--left {
          margin: -16px 30px 0 -30px; } }

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

@keyframes EFF_3dRotation {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  25% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
  75% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(odeg) rotateY(0deg);
    transform: perspective(120px) rotateX(odeg) rotateY(0deg); } }
  .btn--loadmore.hide {
    -webkit-opacity: 0.5s;
    -moz-opacity: 0.5s;
    -ms-opacity: 0.5s;
    -o-opacity: 0.5s;
    opacity: 0.5s; }
  .btn--loadmore svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1024px) {
      .btn--loadmore svg {
        width: 50px; } }
  .btn--loadmore .effect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .btn--loadmore .effect > li {
      position: relative;
      left: 0;
      width: 100%;
      height: 20%;
      background: #fff200;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
  .btn--loadmore span {
    position: relative;
    z-index: 10; }
  .btn--loadmore:hover {
    color: white; }
    .btn--loadmore:hover .effect > li {
      background: #1e1e1e; }
  .btn--loadmore.loading {
    -webkit-transition: 0.2s ease-in-out 0.25s;
    -o-transition: 0.2s ease-in-out 0.25s;
    transition: 0.2s ease-in-out 0.25s;
    -webkit-animation: EFF_3dRotation 2s linear 0.35s;
    animation: EFF_3dRotation 2s linear 0.35s; }
    .btn--loadmore.loading li {
      width: 0%;
      left: 50%;
      z-index: 10;
      -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .btn--loadmore.loading li:nth-child(1) {
        -webkit-transition-delay: 0.05s;
        -o-transition-delay: 0.05s;
        transition-delay: 0.05s; }
      .btn--loadmore.loading li:nth-child(2) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      .btn--loadmore.loading li:nth-child(3) {
        -webkit-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s; }
      .btn--loadmore.loading li:nth-child(4) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .btn--loadmore.loading li:nth-child(5) {
        -webkit-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s; }
    .btn--loadmore.loading span {
      font-size: 0; }
    .btn--loadmore.loading i {
      display: none; }
  .btn--social {
    width: 100px;
    height: 36px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1px 0 0;
    float: left; }
    .btn--social .icon {
      font-size: 20px;
      font-size: 2rem;
      line-height: 36px;
      line-height: 3.6rem; }
  .btn--facebookconnect {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    background: #3b5998;
    -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;
    letter-spacing: 0.15em;
    color: #fff;
    text-align: center; }
    .btn--facebookconnect:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 40px;
      bottom: 10px;
      width: 1px;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.2); }
    .btn--facebookconnect .icon {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 40px;
      height: 40px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 40px;
      line-height: 4rem;
      text-align: center; }
  .btn--reset_search {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0.1em;
    color: #fff; }
    .btn--reset_search:hover {
      color: #1e1e1e; }
    .btn--reset_search .icon {
      position: relative;
      top: 5px;
      margin: 0 4px 0 0;
      font-size: 22px;
      font-size: 2.2rem; }
  .btn--check {
    background-color: #1e1e1e; }
    .btn--check:after {
      opacity: 0; }
    .btn--check:hover {
      background-color: #4c4c4c; }
    .btn--check label {
      display: block; }
  .btn__label {
    cursor: pointer;
    color: #fff; }
    .btn__label:before {
      display: inline-block;
      -webkit-transition: -webkit-transform 0.4s ease-in-out 0.1s;
      transition: -webkit-transform 0.4s ease-in-out 0.1s;
      -o-transition: transform 0.4s ease-in-out 0.1s;
      transition: transform 0.4s ease-in-out 0.1s;
      transition: transform 0.4s ease-in-out 0.1s, -webkit-transform 0.4s ease-in-out 0.1s;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
    .btn__label:after {
      content: '';
      position: absolute;
      top: -19px;
      left: -10px;
      z-index: -1;
      width: 40px;
      height: 40px;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: width 0.1s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0.1s;
      transition: width 0.1s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0.1s;
      -o-transition: width 0.1s ease-in-out 0s, transform 0.4s ease-in-out 0.1s;
      transition: width 0.1s ease-in-out 0s, transform 0.4s ease-in-out 0.1s;
      transition: width 0.1s ease-in-out 0s, transform 0.4s ease-in-out 0.1s, -webkit-transform 0.4s ease-in-out 0.1s; }
  .btn__group {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 0;
    height: 60px;
    margin: 6px 0 -4px 40px;
    overflow: hidden;
    font-size: 0;
    line-height: 0px;
    line-height: 0rem;
    font-size: 0;
    line-height: 0px;
    line-height: 0rem;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .btn__group > .icon {
      color: #fff; }
  .btn__check {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden; }
    .btn__check:checked ~ .btn__group {
      width: 160px; }
    .btn__check:checked ~ .btn__label {
      width: 144px; }
      .btn__check:checked ~ .btn__label:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .btn__check:checked ~ .btn__label:after {
        width: 200px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: width 0.1s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0s;
        transition: width 0.1s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0s;
        -o-transition: width 0.1s ease-in-out 0.4s, transform 0.4s ease-in-out 0s;
        transition: width 0.1s ease-in-out 0.4s, transform 0.4s ease-in-out 0s;
        transition: width 0.1s ease-in-out 0.4s, transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s; }
    .btn__check:checked ~ .btn__group {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
  .btn__item {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px 0 0; }
    .btn__item > .icon {
      position: absolute;
      top: 19px;
      left: 9px;
      float: none;
      width: 0;
      height: 0;
      margin: 0;
      line-height: 0;
      color: #000; }
    .btn__item:hover > .icon-google-plus {
      color: #dd4b39; }
    .btn__item:hover > .icon-pinterest {
      color: #c92619; }
    .btn__item:hover > .icon-phone-in {
      color: #7b519d; }
    .btn__item:hover > .icon-whatsapp {
      color: #20b038; }
    .btn__item:hover > .icon-phone-in-talk {
      color: #7b519d; }
    .btn__item:hover > .icon-email {
      color: #85e132; }

@-webkit-keyframes socialresize {
  0% {
    width: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  80% {
    width: 40px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 200px;
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes socialresize {
  0% {
    width: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  80% {
    width: 40px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 200px;
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.comment__unlogged {
  margin-top: 5px;
  font-size: 0; }
  @media screen and (min-width: 1024px) {
    .comment__unlogged {
      margin-top: 10px; } }
  .comment__unlogged .comments__login {
    margin-right: 15px; }
    @media screen and (min-width: 1310px) {
      .comment__unlogged .comments__login {
        margin-right: 40px; } }
  .comment__unlogged .comments__login_face .mobile {
    display: none; }
    @media screen and (min-width: 1310px) {
      .comment__unlogged .comments__login_face .mobile {
        display: inline-block; } }

.social__wrap {
  height: 36px; }
  @media screen and (min-width: 1024px) {
    .social__wrap {
      display: inline-block; } }
  .social__wrap:first-of-type {
    margin: 13px 0 0 0; }
    @media screen and (min-width: 1310px) {
      .social__wrap:first-of-type {
        margin: 13px 0 0 0; } }
  .social__wrap:last-of-type {
    /*  margin-top: 30px; */ }
    @media screen and (min-width: 1310px) {
      .social__wrap:last-of-type {
        margin-bottom: 0px;
        margin-top: 0; } }

.social__checkbox {
  width: 0;
  height: 0;
  visibility: hidden;
  display: block; }

.social__btn {
  display: inline-block;
  width: 96px;
  height: 36px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media screen and (min-width: 1024px) {
    .social__btn {
      width: 100px; } }
  .social__btn:hover {
    background-color: #575757; }
  .social__btn:first-child {
    margin: 0; }
  .social__btn--fb {
    position: relative;
    background-color: #3b5998; }
    .social__btn--fb:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1px;
      background-color: #fff; }
  .social__btn--tw {
    position: relative;
    background-color: #39a9e0; }
    .social__btn--tw:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1px;
      background-color: #fff; }
  .social__btn--viber {
    width: 36px;
    padding: 0;
    color: #fff; }
    .social__btn--viber:hover {
      background-color: #7b519d; }
  .social__btn--whatsapp {
    width: 36px;
    padding: 0;
    color: #fff; }
    .social__btn--whatsapp:hover {
      background-color: #20b038; }
  .social__btn--email {
    width: 36px;
    padding: 0;
    color: #fff; }
    .social__btn--email:hover {
      background-color: #575757; }
  @media screen and (max-width: 1023px) {
    .social__checkbox:checked ~ .social__btn {
      width: 36px;
      padding: 0;
      text-align: center; } }

.social__icon {
  display: inline-block;
  width: 36px;
  text-align: center;
  -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;
  float: left; }
  .social__icon:before {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 36px;
    color: #fff; }
  @media screen and (max-width: 1023px) {
    .social__checkbox:checked ~ .social__icon {
      width: 36px; } }
  .social__checkbox:checked ~ .social__group .social__icon {
    width: 36px; }
  .social__checkbox:checked ~ .social__group label .social__icon:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.social__group {
  display: inline-block;
  width: 100px;
  height: 36px;
  float: left;
  background-color: #1e1e1e;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .social__checkbox:checked ~ .social__group {
    width: 144px; }

.social__group_label {
  display: block;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  -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;
  overflow: hidden; }
  .social__group_label:hover {
    background-color: #575757; }
  .social__checkbox:checked ~ * .social__group_label {
    padding: 0;
    width: 36px; }
  .social__group_label .social__icon {
    display: block;
    float: left;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .social__group_label .social__icon:before {
      display: block;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }

.datapicker {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .datapicker__input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    color: #1e1e1e;
    font-size: 15px;
    font-size: 1.5rem; }
  .datapicker__overlay {
    display: none;
    width: 311px;
    height: 310px; }

.gldp-default {
  position: absolute;
  top: 40px !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  display: block;
  width: 311px !important;
  height: 310px !important;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 2; }
  .gldp-default .prev-arrow,
  .gldp-default .next-arrow {
    position: relative;
    display: block;
    width: 100%;
    text-indent: -9999px; }
    .gldp-default .prev-arrow::after, .gldp-default .next-arrow::after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      content: "\e924";
      line-height: 4rem !important;
      line-height: 40px !important;
      color: #292929;
      text-align: center;
      text-indent: 0;
      text-shadow: none; }
  .gldp-default .next-arrow::after {
    content: "\e925"; }
  .gldp-default .core.border.monyear {
    background: #fff;
    height: 40px !important;
    line-height: 4rem !important;
    line-height: 40px !important; }
    .gldp-default .core.border.monyear.title {
      color: #1e1e1e;
      font-size: 1.5rem !important;
      font-size: 15px !important;
      font-weight: 900 !important; }
    .gldp-default .core.border.monyear::after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      height: 1px;
      background: #000; }
  .gldp-default .core.border {
    position: relative;
    color: #1e1e1e;
    height: 40px !important;
    line-height: 4rem !important;
    line-height: 40px !important;
    background: transparent; }
    .gldp-default .core.border.outday {
      color: #ccc !important; }
      .calendar--dark .gldp-default .core.border.outday {
        background: #f6f6f6; }
    .gldp-default .core.border.noday {
      color: #ccc; }
      .gldp-default .core.border.noday::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 1px;
        background: #e0e0e0; }
      .calendar--dark .gldp-default .core.border.noday {
        background: #f6f6f6; }
    .gldp-default .core.border.mon::after, .gldp-default .core.border.tue::after, .gldp-default .core.border.wed::after, .gldp-default .core.border.thu::after, .gldp-default .core.border.fri::after, .gldp-default .core.border.sat::after, .gldp-default .core.border.sun::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      height: 1px;
      background: #e0e0e0; }
    .gldp-default .core.border.mon:hover, .gldp-default .core.border.tue:hover, .gldp-default .core.border.wed:hover, .gldp-default .core.border.thu:hover, .gldp-default .core.border.fri:hover, .gldp-default .core.border.sat:hover, .gldp-default .core.border.sun:hover {
      color: #1197dd; }
    .calendar--dark .gldp-default .core.border.mon, .calendar--dark .gldp-default .core.border.tue, .calendar--dark .gldp-default .core.border.wed, .calendar--dark .gldp-default .core.border.thu, .calendar--dark .gldp-default .core.border.fri, .calendar--dark .gldp-default .core.border.sat, .calendar--dark .gldp-default .core.border.sun {
      background: #f6f6f6; }
    .calendar--dark .gldp-default .core.border.today {
      background: #f6f6f6; }
    .gldp-default .core.border.today::before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      height: 1px;
      background: #e0e0e0; }
    .gldp-default .core.border.today::after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      height: 1px;
      background: #e0e0e0; }
    .gldp-default .core.border.dow {
      text-transform: uppercase;
      color: #9c9c9c;
      background: #fff;
      height: 31px !important;
      line-height: 3rem !important;
      line-height: 30px !important;
      text-shadow: none !important; }
    .gldp-default .core.border.selected {
      position: relative;
      background: transparent;
      color: #fff;
      font-weight: 900;
      text-shadow: none !important; }
      .calendar--dark .gldp-default .core.border.selected {
        background: #f6f6f6; }
      .gldp-default .core.border.selected::before {
        content: " ";
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
        display: block;
        background: #1197dd;
        opacity: 0.75;
        z-index: -1; }
      .gldp-default .core.border.selected::after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0; }

.form__error {
  position: relative;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #f0371a;
  text-transform: uppercase;
  padding: 5px 0 5px 20px; }
  .form__error:before {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 16px;
    font-size: 1.6rem;
    content: "\ea07"; }

.form__row {
  position: relative;
  height: 96px;
  margin: 0 !important;
  font-size: 0; }
  .form__row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1; }
  .form__type--date .form__row {
    float: left;
    width: 33.3333%;
    padding: 0 28px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form__row--search {
    height: 106px; }
  .checkbox_group .form__row,
  .radiobutton_group .form__row {
    max-height: 96px;
    min-height: 64px;
    height: auto; }

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

.form__type--radio {
  margin: 0 -28px; }
  .form__type--radio:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1; }
  .form__type--radio .radio {
    float: left;
    width: 33.3333%;
    padding: 0 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form__type--radio .form__label {
    margin: 0 28px; }

.form__label {
  display: block;
  padding: 0 12px;
  margin: 0;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  text-transform: uppercase; }
  .form__label a {
    color: #85e132; }

.form__textfield, .form__textarea, .form__select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #e3e3e3;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #1e1e1e; }
  .has_error .form__textfield, .has_error .form__textarea, .has_error .form__select {
    border: 1px solid #f24a30; }

.form__textfield, .form__textarea {
  display: block;
  line-height: normal;
  vertical-align: middle;
  background-color: #f4f4f4; }
  .form__textfield::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8f8f8f; }
  .form__textfield::-moz-placeholder, .form__textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #8f8f8f; }
  .form__textfield:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #8f8f8f; }
  .form__textfield:-moz-placeholder, .form__textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #8f8f8f; }
  .form__textfield:focus, .form__textarea:focus {
    color: #1e1e1e;
    border-color: #1e1e1e; }
  .form__textfield:disabled, .form__textarea:disabled {
    border: none;
    background-color: #f4f4f4; }
  .form__textfield.has_error, .form__textarea.has_error {
    border-color: #fe6a52 !important; }
  .form__textfield.has_hint:focus, .form__textarea.has_hint:focus {
    border-color: #5bb4ff; }
  @media screen and (min-width: 1310px) {
    .form__row--search .form__textfield, .form__row--search .form__textarea {
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 50px;
      line-height: 5rem; } }

.form__hint_wrap {
  position: relative;
  min-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  font: normal 400 100% "Raleway", sans-serif; }
  .form__textfield:focus + .form__hint_wrap,
  .form__row.has_error + .form__hint_wrap,
  .form__textfield.has_error + .form__hint_wrap,
  .form__textarea:focus + .form__hint_wrap {
    visibility: visible; }
  .form__row.has_error + .form__hint_wrap .form__input_error,
  .form__textfield.has_error + .form__hint_wrap .form__input_error {
    visibility: visible; }

.form__input_hint {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #5bb4ff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #1e1e1e;
  z-index: 1;
  visibility: hidden; }
  .form__textfield:focus ~ .form__hint_wrap .form__input_hint,
  .form__textarea:focus ~ .form__hint_wrap .form__input_hint {
    visibility: visible; }

.form__input_error {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f24a30;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  z-index: 2;
  visibility: hidden; }
  .form__input_error--relative {
    position: relative; }
  .form__input_error--visible,
  .form__row.has_error .form__input_error {
    visibility: visible; }

.form__input_icon {
  position: absolute;
  bottom: 24px;
  right: 0;
  width: 40px;
  height: 40px;
  color: #8f8f8f;
  text-align: center; }
  .form__input_icon:before {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 40px; }
  .form__textfield:focus ~ .form__input_icon {
    color: #1e1e1e; }
  .form__row--search .form__input_icon {
    background-color: #1e1e1e;
    color: #fff; }
    .form__row--search .form__input_icon:hover {
      color: #fff200;
      cursor: pointer; }
    @media screen and (min-width: 1310px) {
      .form__row--search .form__input_icon {
        width: 50px;
        height: 50px; }
        .form__row--search .form__input_icon:before {
          line-height: 50px; } }
  .form__row--search .form__textfield:focus ~ .form__input_icon {
    color: #fff; }

.form__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  line-height: 4rem;
  border: 0 none;
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  outline: 0 none;
  text-align: center;
  color: #adadad; }
  .form__icon .icon {
    font-size: 2rem;
    position: relative;
    top: 10px; }
  .form__icon .not_editing {
    display: block; }
  .form__icon .is_editing {
    display: none; }

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

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

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

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

.custom_select {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
  line-height: 40px;
  line-height: 4rem; }
  .custom_select:after {
    position: absolute;
    right: 14px;
    top: 2px;
    width: 10px;
    height: 40px;
    text-align: right;
    line-height: 40px;
    content: "\ea36";
    pointer-events: none;
    font-size: 8px;
    font-size: 0.8rem;
    color: #1e1e1e; }
  .custom_select__input {
    position: relative;
    width: 100%;
    color: #1e1e1e;
    height: 40px;
    border: 0;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    background: transparent; }
    @media screen and (min-width: 1024px) {
      .custom_select__input {
        display: none; } }
  .custom_select__part {
    overflow: hidden;
    max-height: 0; }
    @media screen and (min-width: 1024px) {
      .custom_select__part {
        display: block;
        padding: 0 52px 0 20px;
        max-height: 999px; } }
    .no-touch .custom_select__part:hover > .select__list,
    .custom_select__part .select__list.is_visible {
      max-height: 999px;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
    .no-touch .custom_select__part:hover > .select__list--scroll,
    .custom_select__part .select__list--scroll.is_visible {
      max-height: 478px;
      overflow-y: scroll;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .custom_select__button {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem; }
  .custom_select__list {
    display: none;
    position: absolute;
    left: -1px;
    top: 38px;
    padding: 0;
    margin: 0;
    max-height: 0;
    width: 100%;
    background: #f1f1f1;
    list-style: none;
    overflow: hidden;
    z-index: 9;
    border: 1px solid #e1e1e1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
    @media screen and (min-width: 1024px) {
      .custom_select__list {
        display: block; } }
  .custom_select__item {
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    color: #1e1e1e;
    padding: 10px 20px; }
    .custom_select__item:hover {
      background: #e9e9e9; }

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

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

.radiobutton_group__error,
.checkbox_group__error {
  margin: 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff; }

.checkbox_group__error_wrap {
  position: relative;
  top: 24px; }

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

.radiobutton,
.checkbox {
  display: inline-block; }
  .radiobutton__input,
  .checkbox__input {
    display: none; }
  .radiobutton__label,
  .checkbox__label {
    position: relative;
    display: block;
    padding: 0 0 0 40px;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #1e1e1e; }
    .radiobutton__label:hover,
    .checkbox__label:hover {
      color: #575757; }
  .radiobutton__input:disabled + .radiobutton__label,
  .checkbox__input:disabled + .radiobutton__label, .radiobutton__input:disabled +
  .checkbox__label,
  .checkbox__input:disabled +
  .checkbox__label {
    color: #969696; }
    .radiobutton__input:disabled + .radiobutton__label .radiobutton__icon:before,
    .radiobutton__input:disabled + .radiobutton__label .checkbox__icon:before,
    .checkbox__input:disabled + .radiobutton__label .radiobutton__icon:before,
    .checkbox__input:disabled + .radiobutton__label .checkbox__icon:before, .radiobutton__input:disabled +
    .checkbox__label .radiobutton__icon:before,
    .radiobutton__input:disabled +
    .checkbox__label .checkbox__icon:before,
    .checkbox__input:disabled +
    .checkbox__label .radiobutton__icon:before,
    .checkbox__input:disabled +
    .checkbox__label .checkbox__icon:before {
      color: #969696; }
    .radiobutton__input:disabled + .radiobutton__label:hover .radiobutton__icon:before,
    .radiobutton__input:disabled + .radiobutton__label:hover .checkbox__icon:before,
    .checkbox__input:disabled + .radiobutton__label:hover .radiobutton__icon:before,
    .checkbox__input:disabled + .radiobutton__label:hover .checkbox__icon:before, .radiobutton__input:disabled +
    .checkbox__label:hover .radiobutton__icon:before,
    .radiobutton__input:disabled +
    .checkbox__label:hover .checkbox__icon:before,
    .checkbox__input:disabled +
    .checkbox__label:hover .radiobutton__icon:before,
    .checkbox__input:disabled +
    .checkbox__label:hover .checkbox__icon:before {
      color: #969696; }

.radiobutton__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center; }
  .radiobutton__icon:before {
    content: "\e920";
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    color: #1e1e1e; }
  .radiobutton__label:hover .radiobutton__icon:before {
    color: #575757; }

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

.radiobutton__input:checked + .radiobutton__label .radiobutton__icon:before {
  content: "\e921";
  color: #1e1e1e; }

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

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

.checkbox__input:checked + .checkbox__label .checkbox__icon:before {
  content: "\e909";
  color: #1e1e1e; }

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

.fake_form_select__wrap {
  position: relative;
  z-index: 12;
  width: 100%;
  padding: 0;
  margin: 16px 0 0 0;
  float: left; }
  .fake_form_select__wrap:first-child {
    margin: 0; }
  @media screen and (max-width: 1023px) {
    .fake_form_select__wrap {
      margin-right: 0;
      padding-right: 0;
      border: none;
      background-clip: no-clip; } }
  @media screen and (min-width: 1024px) {
    .fake_form_select__wrap {
      width: 20%;
      margin-right: 20px; } }
  @media screen and (min-width: 1310px) {
    .fake_form_select__wrap {
      width: 18%;
      margin: 13px 20px 0 0; } }

.fake_form_select__wrap + .fake_form_select__wrap {
  z-index: 11;
  margin: 16px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fake_form_select__wrap + .fake_form_select__wrap {
      margin: 48px 20px 0 0; } }
  @media screen and (min-width: 1310px) {
    .fake_form_select__wrap + .fake_form_select__wrap {
      margin: 45px 20px 0 0; } }

.fake_form_select__title {
  display: block;
  padding: 0 0 0 10px;
  margin: 6px 0 6px 0;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  text-transform: uppercase; }
  .fake_form_select__title.is_hidden {
    display: none;
    visibility: hidden; }
    @media screen and (min-width: 1024px) {
      .fake_form_select__title.is_hidden {
        display: block; } }

.fake_form_select__list_wrap {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #fff; }
  .fake_form_select__list_wrap:before, .fake_form_select__list_wrap:after {
    content: "";
    display: table; }
  .fake_form_select__list_wrap:after {
    clear: both; }

.fake_form_select__btn {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  cursor: pointer;
  color: #000;
  z-index: 2; }

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

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

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

.fake_form_select__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 10px;
  margin: 1px 0 0 0;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  cursor: pointer;
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out; }
  .fake_form_select__item:first-child {
    margin: 0; }
  .fake_form_select__item:hover {
    background: #f2f2f2; }
  .fake_form_select__item a:hover {
    background: #4c4c4c; }

.fake_form_select__box {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .fake_form_select__box.focusable:active, .fake_form_select__box.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.modal {
  min-width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 360px) {
    .modal--change_avatar {
      width: 100%;
      max-width: 360px; } }
  @media screen and (min-width: 440px) {
    .modal {
      width: 400px;
      margin: 0 auto; } }
  @media screen and (min-width: 540px) {
    .modal {
      width: 540px;
      margin: 0 auto; } }
  .modal__header {
    position: relative;
    background-color: #f4f4f4; }
    @media screen and (min-width: 540px) {
      .modal__header {
        padding: 10px 0; } }
  .modal__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
    letter-spacing: 0.025em;
    text-align: center;
    color: #1e1e1e;
    text-transform: uppercase; }
    .modal__title span {
      color: #8f8f8f; }
  .modal__close_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center; }
    .modal__close_btn .icon {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 40px;
      line-height: 4rem;
      text-align: center; }
    @media screen and (min-width: 540px) {
      .modal__close_btn {
        right: 20px; } }
  .modal__content {
    padding: 0 14px; }
    @media screen and (min-width: 540px) {
      .modal__content {
        padding: 0 30px; } }
    @media screen and (min-width: 540px) {
      .modal--login .modal__content {
        width: 310px;
        margin: 0 auto; } }
    .modal--change_avatar .modal__content {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 100px;
      padding: 30px 0 0;
      text-align: center; }
    .modal__content .btn--facebookconnect {
      margin: 32px 0 0 0; }
  .modal__text {
    margin: 13px 0 0;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    color: #1e1e1e; }
    .modal__text span {
      color: #fe6a52; }
    .modal__text:first-child {
      margin: 19px 0 0; }
    .modal--reset .modal__text {
      text-align: center; }
    .modal--reset_finish .modal__text:first-child {
      margin: 13px 0;
      text-align: center; }
    .modal--register .modal__text {
      text-align: center; }
    .modal--delete .modal__text {
      text-align: center; }
  .modal--login .modal__btn_wrap,
  .modal--reset .modal__btn_wrap,
  .modal--register .modal__btn_wrap,
  .modal--delete .modal__btn_wrap {
    margin: 8px 0 0 0; }
    @media screen and (min-width: 540px) {
      .modal--login .modal__btn_wrap,
      .modal--reset .modal__btn_wrap,
      .modal--register .modal__btn_wrap,
      .modal--delete .modal__btn_wrap {
        margin: 16px 0 0 0; } }
    .modal--login .modal__btn_wrap--footer,
    .modal--reset .modal__btn_wrap--footer,
    .modal--register .modal__btn_wrap--footer,
    .modal--delete .modal__btn_wrap--footer {
      text-align: center;
      margin: 20px 0 0; }
      @media screen and (min-width: 540px) {
        .modal--login .modal__btn_wrap--footer,
        .modal--reset .modal__btn_wrap--footer,
        .modal--register .modal__btn_wrap--footer,
        .modal--delete .modal__btn_wrap--footer {
          width: 40%;
          margin: 0;
          float: right;
          text-align: right; }
          .modal--login .modal__btn_wrap--footer .btn--silver,
          .modal--reset .modal__btn_wrap--footer .btn--silver,
          .modal--register .modal__btn_wrap--footer .btn--silver,
          .modal--delete .modal__btn_wrap--footer .btn--silver {
            vertical-align: top; } }
  .modal--register .modal__btn_wrap {
    margin: 29px 0 0 0; }
  .modal--reset_finish .modal__btn_wrap {
    margin: 8px 0; }
    @media screen and (min-width: 540px) {
      .modal--reset_finish .modal__btn_wrap {
        margin: 16px 0; } }
  .modal__form {
    margin: 20px 0 0 0; }
    .modal__form .form__row {
      height: auto; }
    .modal--reset .modal__form,
    .modal--register .modal__form,
    .modal--delete .modal__form {
      margin: 24px auto 40px; }
      @media screen and (min-width: 540px) {
        .modal--reset .modal__form,
        .modal--register .modal__form,
        .modal--delete .modal__form {
          width: 310px; } }
    .modal--change_avatar .modal__form {
      margin: 0;
      padding: 0 14px; }
    .modal__form .checkbox__label a {
      display: inline-block;
      line-height: 14px;
      line-height: 1.4rem;
      text-shadow: -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff; }
    .modal__form .checkbox__txt {
      position: relative;
      top: 11px;
      letter-spacing: 0em; }
  .modal__footer {
    padding: 20px 0 20px 0;
    margin: 40px 14px 0 14px;
    border-top: 1px solid #e3e3e3; }
    .modal--reset .modal__footer {
      margin: 0 14px; }
      @media screen and (min-width: 540px) {
        .modal--reset .modal__footer {
          margin: 0 30px; } }
    .modal--change_avatar .modal__footer {
      margin: 26px 0 0 0;
      padding: 0; }
      @media screen and (min-width: 540px) {
        .modal--change_avatar .modal__footer {
          margin: 26px 16px 0 16px; } }
    @media screen and (min-width: 540px) {
      .modal__footer {
        margin: 40px 30px 0 30px; } }
  .modal__footer_links {
    text-align: center; }
    @media screen and (min-width: 540px) {
      .modal__footer_links {
        display: inline-block;
        width: 60%;
        text-align: left; } }
    @media screen and (min-width: 540px) {
      .modal--register .modal__footer_links,
      .modal--reset .modal__footer_links {
        width: 100%;
        text-align: center; } }
    .modal--change_avatar .modal__footer_links {
      width: 100%; }
  .modal__link {
    display: inline-block;
    margin: 8px 0 0 0;
    border-bottom: 1px solid #1e1e1e;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    color: #1e1e1e;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff; }
    .modal__link:first-child {
      margin: 0; }
  .modal__footer_text {
    margin: 12px 0 14px;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    color: #1e1e1e;
    text-align: center; }
  .modal--login_fb_error .modal__btn_wrap {
    margin: 30px 0 37px 0;
    text-align: center; }
  .modal__avatar_preview {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .modal__avatar_figure {
    position: relative;
    display: block;
    height: 130px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .modal__avatar_figure img {
      position: absolute;
      top: 50%;
      display: block;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .modal__loader_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    margin: auto; }
  .modal__uvjeti {
    margin: 27px -5px 0 -5px;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0em;
    text-align: center; }
    .modal__uvjeti a {
      display: inline-block;
      line-height: 14px;
      line-height: 1.4rem;
      border-bottom: 1px solid #1e1e1e;
      text-shadow: -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff; }

.btn--icon {
  position: relative;
  padding: 0 57px 0 20px; }
  .btn--icon .icon {
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 2rem; }

.modal--register .btn .icon {
  font-size: 24px;
  font-size: 2.4rem; }

.modal--change_avatar .modal__avatar_preview + .btn--yellow {
  margin: 30px 0 5px 0; }

.checkbox__label a {
  border-bottom: 1px solid #1e1e1e; }

.pagination {
  position: relative;
  display: block;
  padding: 14px 0;
  margin: 30px -15px 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  background-color: #f4f4f4; }
  @media screen and (min-width: 1024px) {
    .pagination {
      margin: 30px 0 60px 0; } }
  @media screen and (min-width: 1024px) {
    .comments__page .pagination {
      margin: 25px 0 16px 0; } }
  .pagination__item {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (max-width: 359px) {
      .pagination__item {
        margin: 0 7px; } }
    .pagination__item:hover .pagination__link {
      color: #a3a3a3; }
    .pagination__item--empty {
      display: none;
      width: 32px;
      border: 0;
      margin: 0;
      pointer-events: none; }
      @media screen and (min-width: 768px) {
        .pagination__item--empty {
          display: inline-block; } }
    .pagination__item--first, .pagination__item--last {
      display: none; }
      @media screen and (min-width: 768px) {
        .pagination__item--first, .pagination__item--last {
          display: inline-block; } }
    .pagination__item--next, .pagination__item--prev {
      background: none;
      border: none;
      margin: 0;
      width: auto;
      margin-right: 10px;
      font-size: 12px;
      font-size: 1.2rem; }
      .pagination__item--next:hover, .pagination__item--prev:hover {
        border: none;
        color: #414142; }
        .pagination__item--next:hover::before, .pagination__item--prev:hover::before {
          display: none; }
        @media screen and (max-width: 768px) {
          .pagination__item--next:hover .pagination__link, .pagination__item--prev:hover .pagination__link {
            font-size: 0px;
            font-size: 0rem; } }
    .pagination__item--next {
      margin: 0 10px 0 0;
      float: right; }
    .pagination__item--prev {
      margin: 0 0 0 10px;
      float: left; }
    .pagination__item--active {
      background-color: #1e1e1e; }
      .pagination__item--active .pagination__link {
        color: #fff; }
        .pagination__item--active .pagination__link:hover {
          color: #fff; }
  .pagination__icon {
    position: relative;
    margin: 0 5px;
    font-size: 24px;
    font-size: 2.4rem;
    vertical-align: middle; }
  .pagination__link {
    position: relative;
    display: block;
    height: 32px;
    z-index: 2;
    font: normal 700 100% "Raleway", sans-serif;
    line-height: 32px;
    line-height: 3.2rem;
    color: #1e1e1e;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
    .pagination__link span {
      display: none; }
      @media screen and (min-width: 1024px) {
        .pagination__link span {
          position: relative;
          top: 1px;
          display: inline-block; } }
    .pagination__item--disabled .pagination__link {
      color: #969696; }

.cal {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  font: normal 700 100% "Raleway", sans-serif; }
  .cal__header {
    position: relative;
    display: block;
    height: 42px;
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff; }
    .cal__header:before, .cal__header:after {
      content: "";
      display: table; }
    .cal__header:after {
      clear: both; }
  .cal__nav {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    text-decoration: none; }
    .cal__nav--left {
      float: left; }
    .cal__nav--right {
      float: right; }
    .cal__nav [class^="icon-"], .cal__nav [class*=" icon-"] {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 42px !important;
      line-height: 4.2rem !important;
      text-align: center;
      color: #fff; }
  .cal__date {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    font: normal 800 100% "Raleway", sans-serif;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 42px;
    line-height: 4.2rem;
    cursor: default;
    text-transform: uppercase; }
  .cal__days {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
    .cal__days:before, .cal__days:after {
      content: "";
      display: table; }
    .cal__days:after {
      clear: both; }
  .cal__day {
    position: relative;
    display: block;
    float: left;
    width: 14.28500%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    color: #a3a3a3;
    text-transform: uppercase;
    text-align: center;
    cursor: default; }
  .cal__table {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px;
    background: #f6f6f6; }
  .cal__row {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d4d4d4; }
    .cal__row:before, .cal__row:after {
      content: "";
      display: table; }
    .cal__row:after {
      clear: both; }
    .cal__row:first-child {
      border-top: 0; }
    .cal__row > a {
      position: relative;
      display: block;
      float: left;
      margin: 0;
      padding: 0;
      width: 14.28500%;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 40px;
      line-height: 4rem;
      text-transform: uppercase;
      text-align: center;
      color: #8f8f8f;
      cursor: default; }
      .cal__row > a.active:not(.today) {
        color: #1e1e1e;
        cursor: pointer;
        -webkit-transition: 0.12s ease-in-out;
        -moz-transition: 0.12s ease-in-out;
        -o-transition: 0.12s ease-in-out;
        transition: 0.12s ease-in-out; }
        .cal__row > a.active:not(.today):hover {
          color: #1e1e1e; }
      .cal__row > a.off {
        color: #1e1e1e;
        cursor: default; }
        .cal__row > a.off:hover {
          color: #1e1e1e; }
      .cal__row > a.invis {
        text-indent: -9999px; }
      .cal__row > a.today {
        color: #fff; }
        .cal__row > a.today::before {
          content: " ";
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          width: 30px;
          height: 30px;
          margin-top: -16px;
          margin-left: -16px;
          background: #1e1e1e;
          z-index: 1; }
      .cal__row > a > span {
        position: relative;
        top: -1px;
        z-index: 5; }

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

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

.flatpages:not(.flatpages--newsletter_zahvala) .main_tile {
  margin: 40px 0 0 0; }

.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content {
  word-break: break-word; }
  @media screen and (min-width: 1310px) {
    .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content {
      margin: 0 -15px; } }

.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__leadblock p {
  margin: 0;
  color: #1e1e1e;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem; }
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__leadblock p a {
    text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__leadblock p {
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 32px;
      line-height: 3.2rem;
      letter-spacing: -0.01em; }
      .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__leadblock p a {
        text-decoration: none;
        background-color: #fff200; } }

.flatpages:not(.flatpages--newsletter_zahvala) h2 {
  font-size: 21px;
  font-size: 2.1rem; }

.flatpages:not(.flatpages--newsletter_zahvala) h3 {
  margin: 30px 0 14px 0;
  font: normal 700 100% "Merriweather", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) h3 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 26px;
      line-height: 2.6rem; } }

.flatpages:not(.flatpages--newsletter_zahvala) p:not(.flatpages__lead_text),
.flatpages:not(.flatpages--newsletter_zahvala) li,
.flatpages:not(.flatpages--newsletter_zahvala) ol {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }
  .flatpages:not(.flatpages--newsletter_zahvala) p:not(.flatpages__lead_text) a,
  .flatpages:not(.flatpages--newsletter_zahvala) li a,
  .flatpages:not(.flatpages--newsletter_zahvala) ol a {
    text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) p:not(.flatpages__lead_text),
    .flatpages:not(.flatpages--newsletter_zahvala) li,
    .flatpages:not(.flatpages--newsletter_zahvala) ol {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 31px;
      line-height: 3.1rem; }
      .flatpages:not(.flatpages--newsletter_zahvala) p:not(.flatpages__lead_text) a,
      .flatpages:not(.flatpages--newsletter_zahvala) li a,
      .flatpages:not(.flatpages--newsletter_zahvala) ol a {
        text-decoration: none;
        background-color: #fff200; } }

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

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

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

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

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

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

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

.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image {
  width: 100%;
  height: 325px;
  margin: 30px 0 50px 0; }
  @media screen and (min-width: 1024px) {
    .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image {
      height: 550px;
      margin: 0; } }
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
    background: url("../images/500.jpg") no-repeat center top/contain; }
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
    background: url("../images/404.jpg") no-repeat center top/contain; }

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

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

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

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

.flatpages--newsletter_zahvala {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 60px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .flatpages--newsletter_zahvala {
      padding-bottom: 525px; } }
  @media screen and (min-width: 1024px) {
    .flatpages--newsletter_zahvala {
      padding-bottom: 330px; } }
  @media screen and (min-width: 1310px) {
    .flatpages--newsletter_zahvala {
      padding-bottom: 260px; } }
  .flatpages--newsletter_zahvala .main_tile__label {
    margin-top: -4px;
    margin-bottom: 0;
    padding: 40px 0 0;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: 0em;
    text-transform: inherit; }
    @media screen and (min-width: 1024px) {
      .flatpages--newsletter_zahvala .main_tile__label {
        margin-top: 17px;
        margin-bottom: 7px;
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 50px;
        line-height: 5rem; } }
    @media screen and (min-width: 1310px) {
      .flatpages--newsletter_zahvala .main_tile__label {
        margin-top: 37px;
        margin-bottom: 19px;
        font-size: 46px;
        font-size: 4.6rem;
        line-height: 54px;
        line-height: 5.4rem; } }
    .flatpages--newsletter_zahvala .main_tile__label:before {
      display: none; }
    .flatpages--newsletter_zahvala .main_tile__label span {
      display: block; }
  .flatpages--newsletter_zahvala .main_tile__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 18px; }
    .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(2) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(3) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    @media screen and (min-width: 1024px) {
      .flatpages--newsletter_zahvala .main_tile__buttons {
        margin-top: 31px; }
        .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(1) {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
        .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(2) {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(3) {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    .flatpages--newsletter_zahvala .main_tile__buttons .btn {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      height: 40px; }
      .flatpages--newsletter_zahvala .main_tile__buttons .btn--yellow {
        margin-bottom: 15px;
        padding: 0 20px; }
        @media screen and (min-width: 1024px) {
          .flatpages--newsletter_zahvala .main_tile__buttons .btn--yellow {
            margin-bottom: 0;
            padding: 0 28px; } }
      .flatpages--newsletter_zahvala .main_tile__buttons .btn--silver {
        margin-top: 15px; }
        @media screen and (min-width: 1024px) {
          .flatpages--newsletter_zahvala .main_tile__buttons .btn--silver {
            margin: 0 20px 0 0; } }
  .flatpages--newsletter_zahvala p {
    margin-top: 8px;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em; }
    @media screen and (min-width: 1024px) {
      .flatpages--newsletter_zahvala p {
        margin-top: 9px;
        line-height: 30px;
        line-height: 3rem; } }
    @media screen and (min-width: 1310px) {
      .flatpages--newsletter_zahvala p {
        line-height: 31px;
        line-height: 3.1rem; } }
  .flatpages--newsletter_zahvala .divider_line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    background: #e5e1e1;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media screen and (min-width: 1024px) {
      .flatpages--newsletter_zahvala .divider_line {
        display: none; } }

.didomi_preferences {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
  margin: 0 -28px;
  min-height: 74px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26), 0px -2px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26), 0px -2px 8px 0px rgba(0, 0, 0, 0.13);
  z-index: 10;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em; }
  @media screen and (min-width: 540px) {
    .didomi_preferences {
      margin: 0 -45px; } }
  @media screen and (min-width: 1024px) {
    .didomi_preferences {
      margin: 0;
      padding: 0px 20px;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .didomi_preferences.sticky {
    bottom: 0;
    top: auto; }
  .didomi_preferences--text {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 13px; }
    @media screen and (min-width: 1024px) {
      .didomi_preferences--text {
        text-align: left;
        margin-bottom: 0; } }
  .didomi_preferences--button {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1197dd;
    color: white;
    text-align: center;
    padding: 0 14px;
    font-family: normal 400 100% "Merriweather", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em;
    cursor: pointer; }

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

.dfp_banner {
  text-align: center; }
  .dfp_banner:before, .dfp_banner:after {
    content: "";
    display: table; }
  .dfp_banner:after {
    clear: both; }
  .dfp_banner > picture {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
    .dfp_banner > picture img {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 0; }
  .dfp_banner img {
    display: block;
    margin: 0 auto; }
  .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$="__container__"],
  .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: block;
    margin: 20px 0 20px; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 30px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 40px 0 0; } }
  .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$="__container__"],
  .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: block;
    margin: 30px 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 60px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 80px 0 0; } }
  .home .fold_home_b--1 .dfp_banner--Halfpage div[id$="__container__"],
  .home .fold_home_b--1 .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 30px 0 -10px 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_b--1 .dfp_banner--Halfpage div[id$="__container__"],
      .home .fold_home_b--1 .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .home .fold_home_b--3 .dfp_banner--Halfpage div[id$="__container__"],
  .home .fold_home_b--3 .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 30px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_b--3 .dfp_banner--Halfpage div[id$="__container__"],
      .home .fold_home_b--3 .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$="__container__"],
  .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 35px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 55px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$="__container__"],
      .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 80px 0 0 0; } }
  .home .fold_home_c--1 .dfp_banner--Halfpage div[id$="__container__"],
  .home .fold_home_c--1 .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 30px 0 -10px 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_c--1 .dfp_banner--Halfpage div[id$="__container__"],
      .home .fold_home_c--1 .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .section .fold_section_top--banner .dfp_banner--Leaderboard div[id$="__container__"],
  .section .fold_section_top--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: block;
    margin: 20px 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_top--banner .dfp_banner--Leaderboard div[id$="__container__"],
      .section .fold_section_top--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 30px 0 0 0; } }
  .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$="__container__"],
  .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: block;
    margin: 40px 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$="__container__"],
      .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 40px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$="__container__"],
      .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 80px 0 0 0; } }
  .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 80px 0 0 0; } }
  .section .fold_section_b .dfp_banner--Leaderboard div[id$="__container__"],
  .section .fold_section_b .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 25px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_b .dfp_banner--Leaderboard div[id$="__container__"],
      .section .fold_section_b .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_b .dfp_banner--Leaderboard div[id$="__container__"],
      .section .fold_section_b .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 80px 0 0 0; } }
  .section .fold_section_b .dfp_banner--Halfpage div[id$="__container__"],
  .section .fold_section_b .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 25px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_b .dfp_banner--Halfpage div[id$="__container__"],
      .section .fold_section_b .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 30px 0 -50px 0; } }
    @media screen and (min-width: 1310px) {
      .section .fold_section_b .dfp_banner--Halfpage div[id$="__container__"],
      .section .fold_section_b .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .section .fold_section_feed .dfp_banner--Halfpage div[id$="__container__"],
  .section .fold_section_feed .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .section .fold_section_feed .dfp_banner--Halfpage div[id$="__container__"],
      .section .fold_section_feed .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 80px 0 0 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1309px) {
    .section .fold_section_feed .js_sticky {
      top: 0; } }
  .article .dfp_banner--Leaderboard div[id$="__container__"],
  .article .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 20px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .article .dfp_banner--Leaderboard div[id$="__container__"],
      .article .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 25px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .article .dfp_banner--Leaderboard div[id$="__container__"],
      .article .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 40px 0 0 0; } }
  .article .dfp_banner--Halfpage div[id$="__container__"],
  .article .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 50px 0 0; }
    @media screen and (min-width: 1024px) {
      .article .dfp_banner--Halfpage div[id$="__container__"],
      .article .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 60px 0 0 0; } }
  .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="__container__"],
  .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="_ad_container"] {
    margin: 30px 0 0; }
    @media screen and (min-width: 1024px) {
      .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="__container__"],
      .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="_ad_container"] {
        margin: 50px 0 0; } }
    @media screen and (min-width: 1310px) {
      .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="__container__"],
      .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$="_ad_container"] {
        margin: 60px 0 0; } }
  .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="__container__"],
  .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 20px 0; }
    @media screen and (min-width: 1024px) {
      .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="__container__"],
      .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 40px 0; } }
    @media screen and (min-width: 1310px) {
      .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="__container__"],
      .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 80px 0 60px 0; } }
  .comments__page .dfp_banner--Leaderboard div[id$="__container__"],
  .comments__page .dfp_banner--Leaderboard div[id$="_ad_container"] {
    margin: 20px 0; }
    @media screen and (min-width: 1310px) {
      .comments__page .dfp_banner--Leaderboard div[id$="__container__"],
      .comments__page .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 40px 0 0 0; } }
  .comments__page .dfp_banner--Halfpage div[id$="__container__"],
  .comments__page .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 30px 0 30px 0; }
    @media screen and (min-width: 1024px) {
      .comments__page .dfp_banner--Halfpage div[id$="__container__"],
      .comments__page .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 20px 0 0; }
    @media screen and (min-width: 1024px) {
      .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .user_profile .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .piece_page .dfp_banner--Leaderboard div[id$="__container__"],
  .piece_page .dfp_banner--Leaderboard div[id$="_ad_container"] {
    display: inline-block;
    margin: 20px 0 0;
    text-align: center; }
    @media screen and (min-width: 1310px) {
      .piece_page .dfp_banner--Leaderboard div[id$="__container__"],
      .piece_page .dfp_banner--Leaderboard div[id$="_ad_container"] {
        margin: 30px 0 0; } }
  .piece_page .column_sidebar .dfp_banner {
    margin: 30px 0; }
    @media screen and (min-width: 1024px) {
      .piece_page .column_sidebar .dfp_banner {
        margin: 40px 0; } }
  .search .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .search .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 24px 0 30px; }
    @media screen and (min-width: 1024px) {
      .search .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .search .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .authors_page .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
  .authors_page .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
    margin: 30px 0; }
    @media screen and (min-width: 1024px) {
      .authors_page .column_sidebar .dfp_banner--Halfpage div[id$="__container__"],
      .authors_page .column_sidebar .dfp_banner--Halfpage div[id$="_ad_container"] {
        margin: 0; } }
  .flatpages .flatpages__sidebar .dfp_banner {
    margin: 30px 0; }
    @media screen and (min-width: 1024px) {
      .flatpages .flatpages__sidebar .dfp_banner {
        margin: 0; } }
  .is_standalone_gallery {
    /*  .gallery__side {

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

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: -webkit-grab;
  cursor: grab; }

.grabbing-cursor {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

.royalSlider {
  visibility: hidden; }
  .royalSlider .jwplayer {
    height: 100% !important; }
  .royalSlider .jwcontrols {
    z-index: 50; }

.rsOverflow {
  height: 100% !important; }

.rsSlide {
  overflow: visible;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .rsSlide .rsImg {
    height: 100%; }

.rsNavItem {
  position: relative;
  float: none;
  display: inline-block;
  width: 70px;
  padding: 0 5px;
  margin: 0 !important;
  font-size: 0; }
  .rsNavItem:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 0; }
  .rsNavItem:first-child:after {
    left: 0; }
  .rsNavItem:first-child {
    padding-left: 0; }
  .rsNavItem .rsTmb {
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .rsNavItem picture::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.13);
    z-index: 20; }
  .rsNavItem img {
    position: relative;
    width: 100%;
    z-index: 20;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4; }
  .rsNavItem:hover .rsTmb__icon,
  .rsNavItem:hover img, .rsNavItem.rsNavSelected .rsTmb__icon,
  .rsNavItem.rsNavSelected img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .rsNavItem:hover:first-child:before, .rsNavItem.rsNavSelected:first-child:before {
    left: 0; }

.rsThumbs {
  position: absolute;
  bottom: -94px;
  left: 0;
  padding: 0;
  width: 100%;
  display: none; }
  @media screen and (min-width: 1024px) {
    .rsThumbs {
      position: fixed;
      left: 0;
      padding-left: 10px;
      bottom: 10px;
      right: 0;
      display: block; } }
  @media screen and (min-width: 1290px) {
    .rsThumbs {
      position: relative;
      left: auto;
      bottom: auto;
      right: auto;
      padding: 10px 0;
      width: 943px; } }

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

.rsVideoContainer {
  margin-left: 0 !important; }

.rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px; }

.rsPlayBtn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid #f4f4f4;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer; }
  .rsPlayBtn:before {
    content: "\e6b0";
    display: inline-block;
    margin-top: 28px;
    margin-left: 8px;
    font-family: 'icomoon';
    color: #fff;
    font-size: 40px;
    font-size: 4rem; }

@media screen and (max-width: 1024px) {
  .standalone_gallery .header_wrapper {
    width: 100%;
    margin: 0;
    left: 0; } }

.standalone_gallery .body_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0; }

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .standalone_gallery .container {
    max-width: 100%; } }

@media screen and (min-width: 1310px) {
  .standalone_gallery .container--content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1310px;
    height: 100%; } }

.standalone_gallery .header__logo {
  float: left; }

.standalone_gallery .column_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 1310px) {
    .standalone_gallery .column_content {
      right: 330px; } }

.standalone_gallery .column_content__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 1024px) {
    .standalone_gallery .column_content__inner {
      margin: 0; } }
  @media screen and (min-width: 1310px) {
    .standalone_gallery .column_content__inner {
      margin: 0 330px 0 0; } }

.standalone_gallery .column_sidebar {
  display: none; }
  @media screen and (min-width: 1310px) {
    .standalone_gallery .column_sidebar {
      display: block;
      margin: 100px 0 0 0; } }

.gallery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1260px;
  height: 100% !important;
  z-index: 1; }
  @media screen and (min-width: 1310px) {
    .gallery {
      max-width: 980px; } }
  .gallery__title {
    display: none; }
    @media screen and (min-width: 1024px) {
      .gallery__title {
        display: inline-block;
        position: absolute;
        z-index: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 300px;
        margin: 0;
        float: left;
        font: normal 900 100% "Raleway", sans-serif;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 61px;
        line-height: 6.1rem;
        color: #1e1e1e;
        text-align: center;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        max-height: 61px;
        overflow: hidden; } }
    @media screen and (min-width: 1310px) {
      .gallery__title {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 80px;
        line-height: 8rem; } }
  .gallery__close_btn {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    opacity: 1; }
    .gallery__close_btn .icon {
      display: block;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 56px;
      line-height: 5.6rem;
      color: #1e1e1e;
      text-align: center; }
    @media screen and (min-width: 1024px) {
      .gallery__close_btn {
        top: 8px;
        right: 15px;
        width: 40px;
        height: 40px;
        background-color: #1e1e1e;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .gallery__close_btn:active, .gallery__close_btn:hover {
          top: 8px; }
        .gallery__close_btn:hover {
          background-color: #fff200; }
          .gallery__close_btn:hover .icon {
            color: #1e1e1e; }
        .gallery__close_btn .icon {
          color: #fff;
          font-size: 20px;
          font-size: 2rem;
          line-height: 40px;
          line-height: 4rem; } }
    @media screen and (min-width: 1310px) {
      .gallery__close_btn {
        top: 20px; }
        .gallery__close_btn:active, .gallery__close_btn:hover {
          top: 20px; } }
  .gallery__social_wrap {
    position: fixed;
    bottom: 10px;
    left: 10px; }
    @media screen and (min-width: 1024px) {
      .gallery__social_wrap {
        position: absolute;
        top: 8px;
        right: 85px;
        bottom: auto;
        left: auto; } }
    @media screen and (min-width: 1310px) {
      .gallery__social_wrap {
        top: 20px; } }
    .gallery__social_wrap .btn {
      width: 40px;
      height: 40px;
      padding: 0; }
      .gallery__social_wrap .btn:first-child {
        margin: 0 10px 0 0; }
    .gallery__social_wrap .icon {
      display: block;
      line-height: 40px;
      line-height: 4rem;
      text-align: center; }
  .gallery__functions {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 130px;
    height: 40px;
    padding: 0 15px;
    @inclue border-box();
    background-color: #1e1e1e;
    z-index: 2; }
    @media screen and (min-width: 1024px) {
      .gallery__functions {
        height: 48px;
        bottom: 25px; } }
    @media screen and (min-width: 1310px) {
      .gallery__functions {
        position: absolute;
        top: 660px;
        bottom: auto;
        right: 22px; } }
  .gallery__paginator {
    float: left;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    color: #fff;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
    @media screen and (min-width: 1024px) {
      .gallery__paginator {
        line-height: 48px;
        line-height: 4.8rem; } }
  .gallery__controls_wrap {
    width: 60px;
    height: 40px;
    float: right; }
    @media screen and (min-width: 1024px) {
      .gallery__controls_wrap {
        height: 48px; } }
  .gallery__control_btn {
    display: inline-block;
    width: 20px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .gallery__control_btn--prev {
      float: left; }
    .gallery__control_btn--next {
      float: right; }
    .gallery__control_btn.is_hidden {
      opacity: 0.4; }
    .gallery__control_btn .icon {
      color: #fff;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 40px;
      line-height: 4rem; }
      @media screen and (min-width: 1024px) {
        .gallery__control_btn .icon {
          line-height: 48px;
          line-height: 4.8rem; } }
  .gallery__slider_wrap {
    position: absolute;
    top: 74px;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (min-width: 1310px) {
      .gallery__slider_wrap {
        top: 100px;
        left: 0;
        right: 0; } }
  .gallery__caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 40px;
    padding: 10px 15px 10px 50px;
    background-color: #1e1e1e;
    text-align: left;
    white-space: normal; }
    .gallery__caption .icon {
      position: absolute;
      left: 14px;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 20px;
      line-height: 2rem;
      color: #fff; }
  .gallery__photo_desc {
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em;
    color: #fff; }
  .gallery__photo_desc + .gallery__photo_author {
    position: relative;
    padding: 0 0 0 20px; }
    .gallery__photo_desc + .gallery__photo_author:before {
      content: "-";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 6px;
      line-height: 14px; }
  .gallery__photo_author {
    font: normal 800 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase; }
  .gallery__slider {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    width: auto;
    height: auto;
    margin: auto;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .gallery__slider {
        left: 0;
        right: 0; } }
    @media screen and (min-width: 1310px) {
      .gallery__slider {
        bottom: auto;
        width: 943px;
        height: 629px; } }
    .gallery__slider_item {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      font-size: 0; }
      .gallery__slider_item .rsVideoContainer {
        margin-left: 0 !important;
        width: 100% !important;
        height: 100% !important; }
      .gallery__slider_item small {
        font-size: 100%; }
      .gallery__slider_item img {
        margin-left: 0 !important; }
    .gallery__slider .rsThumbs {
      margin-left: -4px; }
      @media screen and (min-width: 1310px) {
        .gallery__slider .rsThumbs {
          width: 947px;
          margin-top: 10px; } }

.main_tile {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none; }
  @media screen and (min-width: 1024px) {
    .main_tile--top_news, .main_tile--topgifts {
      margin: 0; } }
  .main_tile__label {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 29px 15px 0;
    margin: 0 0 25px 0;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: uppercase; }
    .main_tile__label h1 {
      display: inline-block;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      letter-spacing: inherit; }
    .main_tile__label:before {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 5px;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 3px solid #fff200;
      border-bottom: none; }
    @media screen and (min-width: 1024px) {
      .main_tile__label {
        padding: 32px 15px 0;
        margin: 0 0 33px 0;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 28px;
        line-height: 2.8rem; }
        .main_tile__label:before {
          bottom: 6px; }
        .column_sidebar .main_tile__label {
          padding: 27px 15px 0; } }
    @media screen and (min-width: 1310px) {
      .main_tile__label {
        padding: 37px 15px 0;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
        line-height: 3.2rem; }
        .column_sidebar .main_tile__label {
          padding: 27px 15px 0; } }
    .main_tile--top_news .main_tile__label {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      margin: 36px 0 15px 0;
      text-align: left; }
      .main_tile--top_news .main_tile__label:before {
        display: none; }
      @media screen and (min-width: 1024px) {
        .main_tile--top_news .main_tile__label {
          margin: 0 0 24px 0;
          text-align: center; } }
      @media screen and (min-width: 1310px) {
        .main_tile--top_news .main_tile__label {
          margin: 0 0 27px 0;
          text-align: center; } }
  .main_tile--most_commented .main_tile__label {
    text-align: left; }
  .main_tile--most_commented .main_tile__content {
    padding: 25px 35px; }

.header_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  height: 56px;
  margin: 0 0 8px 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08); }
  @media screen and (min-width: 540px) {
    .header_wrapper {
      left: 50%;
      width: 540px;
      margin-left: -270px; } }
  @media screen and (min-width: 1024px) {
    .header_wrapper {
      left: 0;
      margin-left: 0;
      margin-bottom: 0;
      width: 100%; } }
  @media screen and (min-width: 1310px) {
    .header_wrapper {
      height: 80px;
      padding: 0; } }
  .header_wrapper__back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%; }
  .header_wrapper__subback {
    display: none;
    position: absolute;
    top: 56px;
    width: 100%;
    height: 36px;
    background: #eaeaea; }
    @media screen and (min-width: 1024px) {
      .has_subnav .header_wrapper__subback {
        display: block; } }

.header {
  position: relative;
  padding: 0 5px;
  z-index: 100;
  height: 56px; }
  @media screen and (min-width: 1024px) {
    .header {
      padding: 0 10px; } }
  @media screen and (min-width: 1310px) {
    .header {
      height: 80px; } }
  .header__logo {
    position: relative;
    z-index: 10;
    left: 7px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 30;
    line-height: 56px;
    line-height: 5.6rem; }
    @media screen and (min-width: 1024px) {
      .header__logo {
        left: 10px; } }
    @media screen and (min-width: 1310px) {
      .header__logo {
        left: 0;
        z-index: 20; } }
    .header__logo img {
      vertical-align: middle; }
    .header__logo_heading {
      position: relative;
      display: block;
      margin: 0;
      padding: 0;
      font-size: 0; }
      @media screen and (min-width: 1024px) {
        .header__logo_heading {
          margin: 12px 0 0 0; } }
      @media screen and (min-width: 1310px) {
        .header__logo_heading {
          margin: 20px 0 0 0; } }
    .header__logo_img {
      position: relative;
      display: block;
      margin: 0;
      padding: 0; }
      .header__logo_img--big {
        display: none; }
        @media screen and (min-width: 1024px) {
          .header__logo_img--big {
            width: 140px;
            height: 32px;
            display: block; } }
        @media screen and (min-width: 1310px) {
          .header__logo_img--big {
            width: 216px;
            height: 49px;
            display: block; } }
      .header__logo_img--small {
        position: relative;
        top: 18px;
        display: block;
        width: 114px;
        height: 26px; }
        @media screen and (min-width: 1024px) {
          .header__logo_img--small {
            display: none; } }
  @media screen and (min-width: 1024px) {
    .header__menu_utils {
      display: none; } }
  .header__icon {
    position: absolute;
    top: 18px;
    width: 20px;
    height: 20px;
    color: #1e1e1e;
    z-index: 200; }
    .has_subnavigation .header__icon {
      color: #fff; }
    .header__icon > .icon {
      font-size: 20px;
      font-size: 2rem; }
    .header__icon--back {
      left: 20px;
      display: none; }
      .has_subnavigation .header__icon--back {
        display: block; }
      @media screen and (min-width: 1310px) {
        .header__icon--back {
          left: 870px;
          top: 33px; } }
    .header__icon--menu {
      width: 56px;
      height: 56px;
      right: 0;
      top: 0;
      text-align: center; }
      @media screen and (min-width: 1310px) {
        .header__icon--menu {
          right: 15px; } }
      .header__icon--menu .icon-menu,
      .header__icon--menu .icon-close {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 56px;
        line-height: 5.6rem;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out; }
      .header__icon--menu .icon-menu {
        opacity: 1; }
      .header__icon--menu .icon-close {
        opacity: 0; }
      .has_navigation .header__icon--menu .icon-menu {
        opacity: 0; }
      .has_navigation .header__icon--menu .icon-close {
        opacity: 1; }
    .header__icon--user > img {
      width: 80px; }
    .header__icon--social {
      position: static;
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 0 -3px 8px 8px;
      line-height: 55px;
      line-height: 5.5rem; }
      .header__icon--social:first-of-type {
        margin: 0 -3px 0 0; }
  .header__social_menu {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 200;
    width: 100%;
    text-align: center;
    color: #1e1e1e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .has_navigation .header__social_menu {
      bottom: 0; }
      @media screen and (min-width: 1024px) {
        .has_navigation .header__social_menu {
          display: none; } }
    .has_subnavigation .header__social_menu {
      color: #fff; }
    .header__social_menu > span {
      display: block;
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 3rem; }
    .header__social_menu .icon {
      color: #1e1e1e;
      font-size: 25px;
      font-size: 2.5rem; }
      .has_subnavigation .header__social_menu .icon {
        color: #fff; }
    @media screen and (min-width: 1310px) {
      .header__social_menu {
        display: none; } }
  .header__search {
    position: absolute;
    right: 112px;
    left: auto;
    z-index: 50;
    height: 56px;
    width: 56px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateZ(0); }
    @media screen and (min-width: 1024px) {
      .header__search {
        display: block;
        top: 0;
        right: 70px;
        width: 56px;
        height: 56px;
        padding: 0;
        text-align: center; } }
    @media screen and (min-width: 1310px) {
      .header__search {
        top: 12px;
        right: 72px; } }
    .header__search:hover .icon {
      color: #575757; }
    @media screen and (max-width: 1023px) {
      .has_navigation .header__search {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); } }

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

@keyframes moveIn {
  0% {
    top: -50px; }
  99% {
    top: -50px; }
  100% {
    top: 0; } }
    .header__search .icon {
      display: block;
      color: #1e1e1e;
      text-align: center; }
      .header__search .icon:before {
        line-height: 56px; }
  .header__user {
    position: absolute;
    right: 56px;
    z-index: 50;
    height: 56px;
    width: 56px;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header__user:hover .icon {
      color: #575757; }
    @media screen and (min-width: 1024px) {
      .header__user {
        right: 20px; } }
    @media screen and (min-width: 1310px) {
      .header__user {
        top: 12px;
        right: 16px; } }
    .header__user .icon {
      display: block;
      color: #1e1e1e;
      text-align: center; }
      .header__user .icon:before {
        line-height: 56px; }
  .header__avatar {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    z-index: 50;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1023px) {
      .has_navigation .header__avatar {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); } }
  .header__avatar_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    margin: auto;
    overflow: hidden;
    -webkit-transition: 0.12s ease-in-out;
    -moz-transition: 0.12s ease-in-out;
    -o-transition: 0.12s ease-in-out;
    transition: 0.12s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.13); }
    .header__avatar_img--authenticated {
      background: #fff; }
    .header__avatar_img img {
      display: block;
      width: 100%;
      height: auto; }

.toggle__count {
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  background: #fe6a52;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 175ms ease-out 100ms;
  -o-transition: all 175ms ease-out 100ms;
  transition: all 175ms ease-out 100ms;
  overflow: hidden;
  z-index: 51; }
  .toggle__count_correction {
    position: relative;
    top: 0;
    left: 0px; }
  .toggle__count--authenticated {
    bottom: 4px;
    left: 23px; }
    @media screen and (min-width: 1024px) {
      .toggle__count--authenticated {
        bottom: 10px;
        left: 45px; } }

.cookie_notice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  background: #fff200;
  padding: 20px;
  z-index: 50;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #1e1e1e;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  -webkit-box-shadow: 0 1px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 21px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .cookie_notice a {
    padding: 0px 3px;
    background-color: #1e1e1e;
    color: #fff;
    text-decoration: none; }
  @media screen and (min-width: 540px) {
    .cookie_notice {
      width: 540px; } }
  @media screen and (min-width: 1024px) {
    .cookie_notice {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 30px;
      line-height: 3rem;
      padding: 30px 195px 30px 30px;
      width: 980px; } }
  @media screen and (min-width: 1310px) {
    .cookie_notice {
      width: 1061px; } }
  .cookie_notice__text {
    text-align: left; }
  .cookie_notice .btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    color: white;
    background-color: #1e1e1e;
    text-decoration: none;
    width: 135px; }
    @media screen and (min-width: 1024px) {
      .cookie_notice .btn {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%); } }

.footer {
  position: relative;
  z-index: 100;
  padding: 0; }
  .footer footer {
    position: relative; }
  .footer_wrapper {
    margin: 0; }
    .footer_wrapper:before, .footer_wrapper:after {
      content: "";
      display: table; }
    .footer_wrapper:after {
      clear: both; }
    @media screen and (min-width: 1024px) {
      .footer_wrapper {
        margin: 20px 0 0; } }
  .footer__meta {
    display: inline-block; }
    @media screen and (min-width: 1024px) {
      .footer__meta {
        margin: 6px 0 11px 0; } }
    @media screen and (min-width: 1310px) {
      .footer__meta {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 28px 0;
        float: right; } }
  .footer .footer__copy {
    display: inline-block;
    margin: 8px 0 16px;
    clear: both;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    color: #fff; }
    @media screen and (min-width: 1024px) {
      .footer .footer__copy {
        display: inline-block;
        margin: 0;
        clear: none;
        float: left;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 40px;
        line-height: 4rem; } }
    @media screen and (min-width: 1310px) {
      .footer .footer__copy {
        height: 40px;
        padding-top: 0;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 40px;
        line-height: 4rem; } }
  .footer__copy_img {
    position: relative;
    float: right;
    top: 10px;
    display: inline-block;
    width: 47px;
    height: 38px;
    margin: 0 0 0 20px;
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .footer__copy_img {
        top: 2px; } }
  .footer__social {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem; }
    @media screen and (min-width: 1024px) {
      .footer__social {
        float: left;
        padding: 0;
        margin: 0 30px 0 0; } }
    @media screen and (min-width: 1310px) {
      .footer__social {
        height: 40px;
        padding-top: 0;
        line-height: 40px;
        line-height: 4rem; } }
  .footer__social_item {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 -5px 0 8px;
    list-style-type: none;
    line-height: 40px;
    line-height: 4rem; }
    .footer__social_item:first-of-type {
      margin: 0 -5px 0 0; }
    .footer__social_item:hover .icon {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .footer__social_item {
        margin: 0 0 0 8px; }
        .footer__social_item:first-of-type {
          margin: 0 -5px 0 8px; } }
    @media screen and (min-width: 1310px) {
      .footer__social_item {
        width: 24px;
        height: 24px;
        margin: 0 0 0 10px;
        line-height: 24px;
        line-height: 2.4rem; }
        .footer__social_item .icon {
          line-height: 24px;
          line-height: 2.4rem; }
        .footer__social_item:first-of-type {
          margin: 0 -5px 0 10px; } }
    .footer__social_item--text {
      display: block;
      width: 100%;
      height: 32px;
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 32px;
      line-height: 3.2rem;
      color: #fff;
      margin: 0; }
      .footer__social_item--text:first-of-type {
        margin: 0; }
      @media screen and (min-width: 1024px) {
        .footer__social_item--text {
          display: inline-block;
          width: auto;
          height: 40px;
          margin: 0;
          float: left;
          line-height: 40px;
          line-height: 4rem;
          font-size: 13px;
          font-size: 1.3rem; }
          .footer__social_item--text:first-of-type {
            margin: 0; } }
      @media screen and (min-width: 1310px) {
        .footer__social_item--text {
          font-size: 15px;
          font-size: 1.5rem; }
          .footer__social_item--text:first-of-type {
            margin: 0; } }
    .footer__social_item > .icon {
      position: relative;
      color: #fff200;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 40px;
      line-height: 4rem;
      -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; }
  .footer__partners_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 38px;
    line-height: 3.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 1024px) {
      .footer__partners_btn {
        display: none; } }

.footer_navigation {
  background-color: #1e1e1e; }
  .footer_navigation--site {
    padding: 0 30px;
    background: #1e1e1e;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .footer_navigation--site {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .footer_navigation--site {
        line-height: 96px;
        line-height: 9.6rem;
        text-align: left; } }
    .footer_navigation--site .footer_nav {
      display: block;
      text-align: center;
      margin: 8px 0; }
      @media screen and (min-width: 1024px) {
        .footer_navigation--site .footer_nav {
          margin: 18px 0 0 0; } }
      @media screen and (min-width: 1310px) {
        .footer_navigation--site .footer_nav {
          display: inline-block;
          margin: 3px 0 0 0;
          text-align-last: auto; } }
    .footer_navigation--site .footer_nav__item {
      display: block;
      width: 100%;
      padding: 0 17px;
      margin: 0 !important;
      position: relative; }
      .footer_navigation--site .footer_nav__item:first-child:before {
        display: none; }
      @media screen and (min-width: 1024px) {
        .footer_navigation--site .footer_nav__item {
          display: inline-block; } }
      @media screen and (min-width: 1310px) {
        .footer_navigation--site .footer_nav__item {
          padding: 0 14px; }
          .footer_navigation--site .footer_nav__item:first-child {
            padding: 0 14px 0 0; } }
    .footer_navigation--site .footer_nav__span {
      font: normal 900 100% "Raleway", sans-serif;
      text-transform: uppercase;
      color: #eaeaea;
      letter-spacing: 0.12em;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 40px;
      line-height: 4rem; }
      @media screen and (min-width: 1024px) {
        .footer_navigation--site .footer_nav__span {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 28px;
          line-height: 2.8rem; } }
    .footer_navigation--site .footer_nav__link:hover .footer_nav__span {
      color: #fff200; }
  .footer_navigation--footer {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 56px;
    padding: 8px 0;
    background: #1e1e1e;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252; }
    @media screen and (min-width: 1024px) {
      .footer_navigation--footer {
        margin: 0;
        padding: 10px 30px; } }
    .footer_navigation--footer .footer_nav {
      display: none; }
      @media screen and (min-width: 1024px) {
        .footer_navigation--footer .footer_nav {
          display: block; } }
      .footer_navigation--footer .footer_nav.is_opened {
        display: block; }
    @media screen and (min-width: 1310px) {
      .footer_navigation--footer .footer_nav__list {
        padding: 0 275px 0 0 !important; } }
    .footer_navigation--footer .footer_nav__list .footer_nav__item {
      display: inline-block;
      width: 50%;
      padding: 0 5px;
      margin: 0;
      float: left; }
      @media screen and (min-width: 1024px) {
        .footer_navigation--footer .footer_nav__list .footer_nav__item {
          width: auto;
          margin: 0 13px 0 0;
          float: none; }
          .footer_navigation--footer .footer_nav__list .footer_nav__item:last-child {
            margin: 0; } }
      @media screen and (min-width: 1310px) {
        .footer_navigation--footer .footer_nav__list .footer_nav__item {
          padding: 0;
          margin: 0 25px 0 0;
          font-size: 14px;
          font-size: 1.4rem; }
          .footer_navigation--footer .footer_nav__list .footer_nav__item:last-child {
            margin: 0; } }
    .footer_navigation--footer .footer_nav__link .footer_nav__span {
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      color: #8f8f8f; }
      @media screen and (max-width: 1023px) {
        .footer_navigation--footer .footer_nav__link .footer_nav__span {
          line-height: 40px;
          line-height: 4rem; } }
      @media screen and (min-width: 1024px) {
        .footer_navigation--footer .footer_nav__link .footer_nav__span {
          display: inline-block;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 29px;
          line-height: 2.9rem; } }
      @media screen and (min-width: 1310px) {
        .footer_navigation--footer .footer_nav__link .footer_nav__span {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 30px;
          line-height: 3rem; } }
    .footer_navigation--footer .footer_nav__link:hover .footer_nav__span {
      color: #a3a3a3; }
  .footer_navigation .footer_nav__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .footer_navigation .footer_nav__list {
        display: inline-block; } }
    @media screen and (min-width: 1310px) {
      .footer_navigation .footer_nav__list {
        line-height: inherit;
        text-align: left; } }
    @media screen and (min-width: 1310px) {
      .footer__navigation--site .footer_navigation .footer_nav__list {
        padding: 3px 0 0 0; } }
  .footer_navigation .footer_nav__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 18px 0 0;
    font-size: 0; }
    @media screen and (min-width: 1024px) {
      .footer_navigation .footer_nav__item {
        width: auto;
        margin: 0 18px 0 0; } }
  .footer_navigation .footer_nav__link {
    text-decoration: none; }
  .footer_navigation .footer_nav__span {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .footer_navigation .main_nav__list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .footer_navigation .main_nav__item {
    position: relative;
    display: inline-block; }
    .footer_navigation .main_nav__item:first-child .main_nav__span {
      padding-left: 0; }
      .footer_navigation .main_nav__item:first-child .main_nav__span:before {
        display: none; }
  .footer_navigation .main_nav__link {
    text-decoration: none; }
    .footer_navigation .main_nav__link:hover .main_nav__span {
      color: #6b6b6b; }
  .footer_navigation .main_nav__span {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #1e1e1e;
    position: relative; }
    .footer_navigation .main_nav__span:before {
      content: ' ';
      position: absolute;
      top: 0;
      height: 22px;
      left: 0;
      display: block;
      width: 0;
      border-left: 1px solid #eaeaea; }

.powered_by {
  background-color: #1e1e1e; }
  @media screen and (min-width: 1310px) {
    .powered_by {
      position: absolute;
      bottom: 0;
      right: 45px;
      height: 82px;
      width: 250px;
      background-color: transparent; } }
  .powered_by__inner_wrap {
    height: 76px;
    width: 250px;
    margin: 0 auto;
    clear: both; }
  .powered_by span {
    float: left;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 76px;
    line-height: 7.6rem;
    letter-spacing: 0.025em;
    color: #8f8f8f; }
    @media screen and (min-width: 1310px) {
      .powered_by span {
        line-height: 82px;
        line-height: 8.2rem; } }
  .powered_by img {
    display: inline-block;
    float: left;
    width: 163px;
    height: auto;
    margin: 11px 0 0 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .powered_by_link {
    display: inline-block; }
    .powered_by_link:hover img {
      opacity: .8; }

.leadblock {
  position: relative;
  z-index: 11;
  font-size: 0; }
  .leadblock__wrap {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 475px; }
    @media screen and (min-width: 1024px) {
      .leadblock__wrap {
        margin: 25px -5px 0 -5px;
        height: 660px; } }
    @media screen and (min-width: 1310px) {
      .leadblock__wrap {
        margin: 25px -5px 0 -5px;
        height: 610px; } }
  .leadblock__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .leadblock__text_wrap {
    padding: 0 30px;
    margin: 21px 0 5px 0;
    float: left; }
    @media screen and (min-width: 1024px) {
      .leadblock__text_wrap {
        padding: 0 30px 0 15px;
        margin: 16px 15px 92px 0;
        border-left: 1px solid #fff; } }
  .leadblock__data_wrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0; }
    @media screen and (min-width: 1310px) {
      .leadblock__data_wrap {
        bottom: 60px; } }
  .leadblock__data {
    position: relative;
    z-index: 2; }
  .leadblock__overtitle {
    display: inline-block;
    float: left;
    clear: both;
    margin: 0;
    padding: 0 14px;
    font: normal 800 100% "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    line-height: 2.5rem;
    letter-spacing: 0.1em;
    color: #1e1e1e;
    background-color: #fff200; }
    @media screen and (min-width: 1024px) {
      .leadblock__overtitle {
        padding: 0 8px; } }
    @media screen and (min-width: 1310px) {
      .leadblock__overtitle {
        padding: 0 20px; } }
  .leadblock__title {
    clear: both;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 33px;
    line-height: 3.3rem;
    letter-spacing: -0.01em; }
    @media screen and (min-width: 1024px) {
      .leadblock__title {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 54px;
        line-height: 5.4rem;
        padding-right: 270px; } }
    @media screen and (min-width: 1310px) {
      .leadblock__title {
        font-size: 54px;
        font-size: 5.4rem;
        line-height: 60px;
        line-height: 6rem;
        padding-right: 0; } }
    .leadblock__title h1 {
      display: inline;
      padding: 0 14px;
      color: #1e1e1e;
      background-color: white;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      font: inherit;
      font-size: inherit;
      font-weight: inherit; }
      @media screen and (min-width: 1024px) {
        .leadblock__title h1 {
          padding: 0 8px; } }
      @media screen and (min-width: 1310px) {
        .leadblock__title h1 {
          padding: 0 20px; } }
  .leadblock_sponsor {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: right;
    width: 100px;
    height: 100px;
    padding: 8px;
    font: normal 400 100% "Raleway", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: white;
    margin-bottom: 35px;
    margin: 30px 0px 35px 0; }
    @media screen and (min-width: 1024px) {
      .leadblock_sponsor {
        display: inline-block;
        width: 200px;
        height: 200px;
        margin: 20px 0 0 0;
        padding: 20px;
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0 0 -23px 0; } }
    @media screen and (min-width: 1310px) {
      .leadblock_sponsor {
        margin: 0; } }
    .leadblock_sponsor__label {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #1e1e1e;
      padding: 0 5px;
      min-width: 90px;
      font-size: 10px;
      font-size: 1rem;
      line-height: 18px;
      line-height: 1.8rem;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 1024px) {
        .leadblock_sponsor__label {
          padding: 0 10px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 24px;
          line-height: 2.4rem; } }
    .leadblock_sponsor__sponsor {
      display: block;
      width: 100%;
      height: 100%; }
      .leadblock_sponsor__sponsor img {
        display: block;
        width: 100%;
        height: 100%; }

@media screen and (min-width: 1310px) {
  .container__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%; } }

.weather_page {
  /*dodatni padding na md rezoluciji*/
  /*naslovi*/
  /*trenutno vrijeme*/
  /*ikone za vjetar i animacija*/
  /*tablica tjedna prognoza*/
  /* bioprognoza*/ }
  @media screen and (min-width: 1024px) {
    .weather_page .column_sidebar {
      margin: 20px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .weather_page .column_sidebar {
      margin: 40px 0 0 0; } }
  .weather_page .padding_wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin: 20px 0 0 0; }
    @media screen and (min-width: 540px) {
      .weather_page .padding_wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1024px) {
      .weather_page .padding_wrapper {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 1024px) {
      .weather_page .padding_wrapper {
        margin: 40px 0 0 0; } }
  .weather_page .main_tile__label {
    color: #8f8f8f;
    letter-spacing: 0.025em; }
    @media screen and (max-width: 1024px) {
      .weather_page .main_tile__label {
        padding: 22px 15px 0;
        margin: 0; } }
    .weather_page .main_tile__label span {
      display: none; }
      @media screen and (min-width: 1024px) {
        .weather_page .main_tile__label span {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 22px;
          line-height: 2.2rem;
          letter-spacing: 0.025em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          width: 60%;
          float: left;
          padding-right: 15px; } }
      @media screen and (min-width: 1310px) {
        .weather_page .main_tile__label span {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 28px;
          line-height: 2.8rem;
          width: 50%;
          text-align: right; } }
    .weather_page .main_tile__label--weather {
      display: block;
      width: 100%;
      margin: 0;
      padding: 19px 0;
      background-color: #f4f4f4;
      font: normal 800 100% "Raleway", sans-serif;
      color: #1e1e1e;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22px;
      line-height: 2.2rem;
      letter-spacing: 0.025em; }
      .weather_page .main_tile__label--weather:before {
        display: none; }
  .weather_page .weather_widget__select_wrap {
    display: inline-block;
    width: 220px;
    margin: 0px auto; }
    @media screen and (min-width: 1024px) {
      .weather_page .weather_widget__select_wrap {
        position: absolute;
        left: 50%;
        bottom: -7px;
        padding-left: 15px; } }
    .weather_page .weather_widget__select_wrap select {
      -webkit-appearance: none;
      -webkit-border-radius: 0px; }
    .weather_page .weather_widget__select_wrap option {
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      text-transform: none;
      padding: 5px 10px;
      text-transform: none; }
  .weather_page .weather_widget__label {
    color: #1e1e1e; }
  .weather_page .weather_widget__select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    width: 220px;
    height: 40px;
    color: #1e1e1e;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 9px 40px 9px 10px;
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    /* hide select arrow for IE */ }
    .weather_page .weather_widget__select:hover {
      cursor: pointer; }
    .weather_page .weather_widget__select::-ms-expand {
      display: none; }
  .weather_page .weather_widget__icon_figure {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
  .weather_page .weather_widget__icon_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    padding-right: 20px; }
    @media screen and (min-width: 1310px) {
      .weather_page .weather_widget__icon_wrap {
        float: left;
        position: relative;
        margin-right: 30px;
        margin-top: 0;
        padding-right: 0;
        width: 250px;
        height: 250px; } }
    .weather_page .weather_widget__icon_wrap:before {
      content: "";
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      left: 0;
      margin: auto;
      height: 50px;
      background-color: #fff200; }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_widget__icon_wrap:before {
          width: 250px;
          height: 80px; } }
    .weather_page .weather_widget__icon_wrap img {
      display: none; }
    .weather_page .weather_widget__icon_wrap svg {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(20px, -50%);
      -ms-transform: translate(20px, -50%);
      transform: translate(20px, -50%);
      width: 200px;
      height: 200px; }
      @media screen and (min-width: 1310px) {
        .weather_page .weather_widget__icon_wrap svg {
          width: 100%;
          height: 100%; } }
  .weather_page .weather_today {
    font: normal 800 100% "Raleway", sans-serif;
    color: #1e1e1e;
    padding-top: 40px;
    position: relative; }
    @media screen and (max-width: 1310px) {
      .weather_page .weather_today {
        padding-top: 20px; } }
    .weather_page .weather_today__data {
      float: left; }
      @media screen and (max-width: 1310px) {
        .weather_page .weather_today__data {
          width: 50%;
          float: right; } }
    .weather_page .weather_today__now {
      font-size: 80px;
      font-size: 8rem;
      line-height: 80px;
      line-height: 8rem;
      letter-spacing: -0.03em;
      margin-bottom: 15px;
      font-variant-numeric: lining-nums;
      -webkit-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
    .weather_page .weather_today__later {
      font-size: 56px;
      font-size: 5.6rem;
      line-height: 56px;
      line-height: 5.6rem;
      letter-spacing: -0.01em;
      margin-bottom: 15px;
      font-variant-numeric: lining-nums;
      -webkit-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
    .weather_page .weather_today__wind {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0em; }
      .weather_page .weather_today__wind .icon {
        font-size: 20px;
        font-size: 2rem; }
    .weather_page .weather_today small {
      display: block;
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.1em;
      color: #8f8f8f;
      text-transform: uppercase; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.authors_page .main_tile__label span {
  color: #8f8f8f; }

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

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

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

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

body.columns_page {
  margin: 0 !important; }
  body.columns_page .main_tile {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 540px) {
      body.columns_page .main_tile {
        padding: 0 15px; } }
    @media screen and (min-width: 1024px) {
      body.columns_page .main_tile {
        padding: 0; } }
  body.columns_page .main_tile__label span {
    color: #8f8f8f; }
  body.columns_page .column_sidebar {
    margin: 0 0 30px 0; }
    @media screen and (min-width: 1024px) {
      body.columns_page .column_sidebar {
        margin: 40px 0 0 0;
        -webkit-flex: 1;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1; } }
  @media screen and (min-width: 1024px) {
    body.columns_page .container__height_wrap {
      display: -webkit-flex;
      -webkit-flex-direction: row;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row; } }
  @media screen and (min-width: 540px) {
    body.columns_page .pagination {
      margin: 30px -30px; } }
  @media screen and (min-width: 540px) {
    body.columns_page .pagination {
      margin: 30px 0; } }
  body.columns_page .articles_extra {
    position: relative;
    overflow: hidden;
    padding-bottom: 23px;
    margin: 0 -14px 23px; }
    body.columns_page .articles_extra:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      display: block;
      border-bottom: 1px solid #e3e3e3; }
    @media screen and (min-width: 540px) {
      body.columns_page .articles_extra {
        margin: 0 -30px 23px; } }
    @media screen and (min-width: 1024px) {
      body.columns_page .articles_extra {
        padding: 0;
        margin: 0 -15px 60px; }
        body.columns_page .articles_extra:after {
          display: none; } }
    @media screen and (min-width: 1310px) {
      body.columns_page .articles_extra {
        margin: 0 -15px 80px; } }

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

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

.thread--thread_teaser {
  position: relative;
  padding: 15px 0 0 20px; }
  @media screen and (max-width: 1024px) {
    .thread--thread_teaser {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 1024px) {
    .thread--thread_teaser .thread__separator {
      display: none; } }
  .thread--thread_teaser .thread__item {
    border-bottom: 0px; }
  .thread--thread_teaser .thread__list .commbox--self:before, .thread--thread_teaser .thread__list .commbox--self:after {
    display: none; }

.thread__item {
  border-bottom: 1px solid #e3e3e3; }

.thread__message {
  display: block;
  margin-bottom: 7px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 59px;
  line-height: 5.9rem; }
  @media screen and (min-width: 1024px) {
    .thread__message {
      text-transform: uppercase; } }
  .thread__message--title {
    font: normal 900 100% "Raleway", sans-serif;
    color: #1e1e1e;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: -0.01em;
    text-transform: none; }
    @media screen and (max-width: 1024px) {
      .thread__message--title {
        padding: 30px 0 6px 0; } }
    @media screen and (min-width: 1024px) {
      .thread__message--title {
        padding: 0 60px 20px 70px;
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 52px;
        line-height: 5.2rem;
        letter-spacing: -0.01em; } }
  .thread__message--content {
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.01em; }
  .thread__message--unlogged {
    max-width: 640px;
    margin: 0 0 40px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #1a1a1a;
    text-transform: none; }
    .comments__item--th_express .thread__message--unlogged {
      margin: 0;
      font: normal 400 100% "Merriweather", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 24px;
      line-height: 2.4rem; }
      @media screen and (max-width: 1024px) {
        .comments__item--th_express .thread__message--unlogged {
          padding: 15px 0 20px 0; } }
      @media screen and (min-width: 1024px) {
        .comments__item--th_express .thread__message--unlogged {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 20px 60px 30px 70px; } }

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

@media screen and (max-width: 1023px) {
  .thread__unlogged {
    margin-bottom: 20px; } }

@media screen and (min-width: 1024px) {
  .thread__unlogged {
    padding-left: 70px; } }

@media screen and (min-width: 1024px) {
  .article__comments .thread__unlogged {
    padding-left: 0px; } }

.thread__unlogged .btn {
  margin-right: 20px; }
  .thread__unlogged .btn:last-child {
    margin-right: 0; }
  .thread__unlogged .btn:first-of-type {
    font: normal 800 100% "Raleway", sans-serif;
    background-color: #1e1e1e;
    color: white;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 1024px) {
      .thread__unlogged .btn:first-of-type {
        padding: 0px 10px;
        margin: 0px 13px 0 0;
        float: left;
        height: 32px;
        line-height: 32px;
        line-height: 3.2rem;
        letter-spacing: 0.1em; } }
    @media screen and (min-width: 1025px) {
      .thread__unlogged .btn:first-of-type {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 40px;
        line-height: 4rem; } }
    .thread__unlogged .btn:first-of-type:hover {
      background: #f4f4f4;
      color: #1e1e1e; }

.thread__unlogged .btn--fb {
  max-width: 135px;
  padding-left: 48px; }
  @media screen and (max-width: 1024px) {
    .thread__unlogged .btn--fb {
      padding-right: 0;
      float: left;
      height: 32px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 32px;
      line-height: 3.2rem;
      letter-spacing: 0.1em;
      padding: 0 10px 0 40px; } }
  @media screen and (min-width: 1024px) {
    .thread__unlogged .btn--fb {
      max-width: 400px; } }
  @media screen and (min-width: 1310px) {
    .thread__unlogged .btn--fb {
      max-width: 456px; } }
  .thread__unlogged .btn--fb i {
    font-size: 20px;
    line-height: 40px;
    top: 0px;
    left: 10px;
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .thread__unlogged .btn--fb i {
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0px;
        display: block;
        width: 32px;
        height: 32px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 32px;
        line-height: 3.2rem;
        margin-right: 11px; } }
    @media screen and (max-width: 1024px) {
      .thread__unlogged .btn--fb i:before {
        left: 9px;
        position: relative; } }
  .thread__unlogged .btn--fb:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 40px;
    bottom: 6px;
    width: 1px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 1024px) {
      .thread__unlogged .btn--fb:before {
        line-height: 32px;
        line-height: 3.2rem;
        left: 33px; } }

.thread__sublist {
  background: #f4f4f4; }
  @media screen and (max-width: 767px) {
    .thread__sublist {
      margin-left: -14px;
      margin-right: -14px;
      padding-left: 14px;
      padding-right: 14px; } }
  @media screen and (max-width: 1023px) {
    .thread__sublist {
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px; } }
  .thread__sublist li:not(:last-of-type) {
    border-bottom: 1px solid #e3e3e3; }

.thread__separator {
  border-bottom: 1px solid #e3e3e3; }

.thread__list--thread > li.pagination {
  border-bottom: 0;
  padding: 0;
  margin: 0; }

@inlcude min-screen($lg) {
  .thread__list--thread > li.pagination--lower {
    margin-bottom: 20px; } }

.thread__list--thread > li.comments__item--th_express {
  border-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .thread__list--thread > li.comments__item--th_express {
      margin: 49px 0 88px 0; } }

.thread__list--thread.no_comments {
  margin-top: 26px; }
  .thread__list--thread.no_comments .comments__item--commenting {
    border-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .thread__list--thread.no_comments .comments__item--commenting {
        margin-top: 0px; } }

.thread__comment_btn {
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.15em;
  background-color: #1e1e1e;
  color: white; }
  @media screen and (max-width: 1024px) {
    .thread__comment_btn {
      margin: 10px 0; } }
  .thread__comment_btn:hover {
    background: #f4f4f4;
    color: #1e1e1e; }

/* Refactoring komentara */
.commbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem; }
  .commbox__wrap {
    padding-bottom: 25px; }
  .commbox__avatar {
    float: left;
    margin-right: 10px; }
  .commbox__avatar_img,
  .commbox__avatar_img > img {
    display: block; }
  @media screen and (min-width: 1024px) {
    .commbox__content {
      overflow: hidden; } }
  .commbox__content--hidden {
    display: none; }
  .commbox__interaction {
    font-size: 0;
    position: relative; }
  .commbox__replies, .commbox__reply, .commbox__time, .commbox__flag {
    display: inline-block;
    margin-right: 10px; }
  .commbox__replies {
    margin-right: 10px; }
    @media screen and (min-width: 1024px) {
      .commbox__replies {
        margin-right: 20px; } }
    .post__thread .commbox__replies {
      display: none; }
  .commbox__time {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem; }
  .commbox__flag {
    position: relative;
    top: -5px;
    right: 0px;
    margin-right: 0;
    width: 28px;
    height: 40px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem;
    text-align: center;
    -webkit-transition: 0.12s ease-in-out;
    -moz-transition: 0.12s ease-in-out;
    -o-transition: 0.12s ease-in-out;
    transition: 0.12s ease-in-out; }
    @media screen and (min-width: 1024px) {
      .commbox__flag {
        margin-right: 10px;
        top: -5px;
        right: -8px;
        width: 40px; } }
  .commbox__rating {
    float: right;
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      .commbox__rating {
        font-size: 10px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 2rem;
        letter-spacing: 0.1em; } }
    .commbox__rating:after {
      clear: both; }
    .commbox__rating--positive {
      margin-right: 12px; }
      @media screen and (min-width: 1024px) {
        .commbox__rating--positive {
          margin-left: 10px;
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .commbox__rating--negative {
        margin-left: 10px; } }
    .commbox__rating .btn__value {
      font: normal 700 100% "Raleway", sans-serif; }
      @media screen and (max-width: 1024px) {
        .commbox__rating .btn__value {
          margin-left: 0; } }
    .commbox__rating--invert {
      -webkit-transition: 0.12s ease-in-out;
      -moz-transition: 0.12s ease-in-out;
      -o-transition: 0.12s ease-in-out;
      transition: 0.12s ease-in-out; }

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

/* TEMA */
.comments__upper--th_express .pagination {
  margin: 11px -14px 0; }
  @media screen and (min-width: 540px) {
    .comments__upper--th_express .pagination {
      margin: 11px -30px 0; } }
  @media screen and (min-width: 1024px) {
    .comments__upper--th_express .pagination {
      margin: 25px 0 16px 0; } }

.comments__upper--th_express .comments__filters_wrap {
  padding-top: 27px; }

.comments__upper--th_express .comments__label {
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #1e1e1e; }
  @media screen and (min-width: 1024px) {
    .comments__upper--th_express .comments__label {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 28px;
      line-height: 2.8rem; } }

.comments__upper--th_express .comments__show_answers {
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 31px;
  line-height: 3.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e1e1e; }

.comments__upper--th_express .fake__form_select_wrap {
  margin-right: 0;
  position: relative;
  width: 43%;
  padding: 0 30px 0 0;
  text-align: right;
  line-height: 32px;
  line-height: 3.2rem; }
  @media screen and (min-width: 1024px) {
    .comments__upper--th_express .fake__form_select_wrap {
      margin-right: 52px;
      width: 33%; } }
  .comments__upper--th_express .fake__form_select_wrap:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0px;
    right: -24px;
    display: block;
    width: 1px;
    height: 30px;
    background: #e3e3e3; }
    @media screen and (max-width: 1024px) {
      .comments__upper--th_express .fake__form_select_wrap:after {
        display: none; } }

.comments__upper--th_express .fake__form_select {
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  @inlcude line-height(32);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e1e1e; }
  .comments__upper--th_express .fake__form_select li {
    padding: 0 10px;
    line-height: 36px;
    line-height: 3.6rem; }
    .comments__upper--th_express .fake__form_select li:hover {
      background-color: #f4f4f4;
      cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .comments__upper--th_express .fake__form_select {
      padding-right: 30px;
      line-height: 28px;
      line-height: 2.8rem; } }
  .comments__upper--th_express .fake__form_select span:hover {
    cursor: pointer; }
  .comments__upper--th_express .fake__form_select .icon {
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    right: -8px;
    top: 3px; }
    @media screen and (min-width: 1024px) {
      .comments__upper--th_express .fake__form_select .icon {
        right: 0;
        top: 50%;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%); } }

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

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

.commbox--th_express {
  overflow: visible; }
  .commbox--th_express .onecomment__self .commbox__avatar {
    position: relative; }
    .commbox--th_express .onecomment__self .commbox__avatar .commbox__avatar_img:before {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      content: '';
      display: block;
      position: absolute;
      left: -6px;
      top: -6px;
      width: 62px;
      height: 62px;
      border: 3px solid #fff200; }
  .commbox--th_express .onecomment__self .commbox__user {
    background-color: #fff200; }

.thread__sublist .commbox--th_express .commbox, .commbox--th_express .commbox.--self {
  overflow: visible;
  position: relative;
  z-index: 10; }
  .thread__sublist .commbox--th_express .commbox:after, .commbox--th_express .commbox.--self:after {
    width: 10px;
    right: auto;
    background: #1e1e1e; }

.commbox--th_express .commbox .thread__sublist {
  border-bottom: 1px solid #e3e3e3; }
  @media screen and (max-width: 1024px) {
    .commbox--th_express .commbox .thread__sublist {
      margin-left: -14px;
      margin-right: -14px;
      padding-left: 14px;
      padding-right: 14px; } }
  .commbox--th_express .commbox .thread__sublist:after {
    display: none; }
  .commbox--th_express .commbox .thread__sublist.commbox--self:after {
    display: block; }

.commbox--th_express .commbox__wrap {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__wrap {
      padding: 30px 20px 10px 20px; } }

.commbox--th_express .commbox__avatar {
  width: 50px;
  height: 50px;
  margin-right: 20px; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__avatar {
      width: 50px;
      height: 50px;
      margin-right: 25px; } }
  .thread__sublist .commbox--th_express .commbox__avatar {
    width: 50px;
    height: 50px; }
    @media screen and (min-width: 1024px) {
      .thread__sublist .commbox--th_express .commbox__avatar {
        margin-left: 70px; } }

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

.commbox--th_express .commbox__avatar_img > img {
  width: 50px;
  height: 50px; }

.commbox--th_express .commbox__user {
  font: normal 700 100% "Raleway", sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding-top: 3px; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__user {
      display: inline-block;
      padding-top: 0;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 18px;
      line-height: 1.8rem; } }

.commbox--th_express .commbox__content {
  margin-top: 20px;
  padding-top: 2px;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #1e1e1e; }
  @media screen and (min-width: 768px) {
    .commbox--th_express .commbox__content {
      padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__content {
      margin-top: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 26px;
      line-height: 2.6rem; } }
  .commbox--th_express .commbox__content p {
    padding-top: 5px; }
    @media screen and (max-width: 1024px) {
      .commbox--th_express .commbox__content p {
        margin-top: 0;
        padding-top: 8px; } }

.commbox--th_express .commbox__more {
  font: normal 700 100% "Merriweather", sans-serif;
  font-size: 12px;
  font-size: 1.2rem; }

.commbox--th_express .commbox__interaction {
  margin-top: 22px; }
  @media screen and (max-width: 1024px) {
    .commbox--th_express .commbox__interaction {
      margin-top: 33px;
      padding-bottom: 8px; } }

.commbox--th_express .commbox__time {
  position: relative;
  top: 5px;
  display: block;
  padding: 0px 0 15px;
  margin-right: 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #8f8f8f;
  text-transform: uppercase;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__time {
      display: inline-block;
      margin-left: 16px;
      padding: 0 0 0 20px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 18px;
      line-height: 1.8rem; } }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__time--top {
      float: right;
      padding: 0; } }

.commbox--th_express .commbox__rating .btn {
  height: auto;
  line-height: 25px;
  line-height: 2.5rem; }

.commbox--th_express .commbox__rating .btn__param,
.commbox--th_express .commbox__rating .btn__value {
  position: relative;
  top: 1px;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__rating .btn__param,
    .commbox--th_express .commbox__rating .btn__value {
      font-size: 12px;
      font-size: 1.2rem; } }

.commbox--th_express .commbox__rating .btn__value {
  font: normal 700 100% "Raleway", sans-serif; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__rating .btn__value {
      margin-left: 4px; } }

.commbox--th_express .commbox__rating--positive .btn__value {
  color: #85e132; }

@media screen and (min-width: 1310px) {
  .commbox--th_express .commbox__rating--positive {
    margin-right: 15px; } }

.commbox--th_express .commbox__rating--negative {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__rating--negative {
      padding: 0 0 0 7px; } }
  .commbox--th_express .commbox__rating--negative .btn__value {
    color: #fe6a52; }
  .commbox--th_express .commbox__rating--negative.btn--invert:after {
    background-color: #fe6a52; }

.commbox--th_express .commbox__rating--positive {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__rating--positive {
      padding: 0 7px; } }
  .commbox--th_express .commbox__rating--positive.btn--invert:after {
    background-color: #85e132; }

.commbox--th_express .commbox__rating .btn--invert:after {
  content: '';
  display: block;
  width: auto;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__rating .btn--invert:after {
      left: 7px;
      right: 7px; } }

.commbox--th_express .commbox__replies {
  background-color: #f4f4f4;
  height: auto;
  padding: 4px 6px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
  color: #1e1e1e; }
  @media screen and (min-width: 1024px) {
    .commbox--th_express .commbox__replies {
      padding: 4px 10px; } }
  .commbox--th_express .commbox__replies .icon {
    font-size: 25px;
    font-size: 2.5rem;
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 10px; }
  .commbox--th_express .commbox__replies span {
    display: inline-block; }
  .commbox--th_express .commbox__replies.is_active {
    color: white;
    background-color: #1e1e1e; }

.commbox--th_express .commbox__reply {
  font: normal 700 100% "Raleway", sans-serif; }
  .commbox--th_express .commbox__reply.btn--reply {
    height: auto;
    padding: 6px;
    margin-right: 0px;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 1024px) {
      .commbox--th_express .commbox__reply.btn--reply {
        padding: 6px 5px;
        margin-right: 10px;
        font-size: 12px;
        font-size: 1.2rem; } }
    .commbox--th_express .commbox__reply.btn--reply span {
      color: #1e1e1e; }
    .commbox--th_express .commbox__reply.btn--reply:hover span {
      color: white; }

.commbox--th_express .commbox__flag {
  color: #8f8f8f;
  margin-left: 0px; }
  @media screen and (max-width: 1024px) {
    .commbox--th_express .commbox__flag {
      margin-right: 2px; } }
  .commbox--th_express .commbox__flag .icon {
    position: relative;
    top: 3px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 20px;
    line-height: 2rem; }
  .commbox--th_express .commbox__flag.btn--invert {
    color: #fe6a52; }

.onecomment--th_express {
  position: relative;
  padding: 30px 0 45px; }
  @media screen and (min-width: 1024px) {
    .onecomment--th_express {
      padding: 30px 20px; } }
  .onecomment--th_express.onecomment__new_comment {
    background-color: #fffec9; }
    @media screen and (max-width: 767px) {
      .onecomment--th_express.onecomment__new_comment {
        margin-left: -14px;
        margin-right: -14px;
        padding: 30px 14px 30px; } }
    @media screen and (max-width: 1023px) {
      .onecomment--th_express.onecomment__new_comment {
        margin-left: -30px;
        margin-right: -30px;
        padding: 30px; } }
    @media screen and (min-width: 1024px) {
      .onecomment--th_express.onecomment__new_comment {
        padding: 30px 20px 20px 85px; } }
    .thread__item .onecomment--th_express.onecomment__new_comment {
      background-color: #f4f4f4; }
      @media screen and (max-width: 767px) {
        .thread__item .onecomment--th_express.onecomment__new_comment {
          margin-left: -14px;
          margin-right: -14px;
          padding: 30px 14px 30px; } }
      @media screen and (max-width: 1023px) {
        .thread__item .onecomment--th_express.onecomment__new_comment {
          margin-left: -30px;
          margin-right: -30px;
          padding: 30px; } }
      .thread__item .onecomment--th_express.onecomment__new_comment .onecomment__avatar {
        opacity: 0;
        visibility: hidden; }
      @media screen and (min-width: 1024px) {
        .thread__item .onecomment--th_express.onecomment__new_comment .onecomment__username {
          margin-left: 4px; } }
      .thread__item .onecomment--th_express.onecomment__new_comment .onecomment__counter {
        right: 15px;
        text-transform: uppercase;
        letter-spacing: 0.1em; }
        @media screen and (min-width: 1024px) {
          .thread__item .onecomment--th_express.onecomment__new_comment .onecomment__counter {
            right: 20px; } }
  @media screen and (min-width: 1024px) {
    .onecomment--th_express .onecomment__content {
      margin-left: 80px; } }
  .onecomment--th_express .onecomment__username {
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem; }
    @media screen and (min-width: 1024px) {
      .onecomment--th_express .onecomment__username {
        margin-left: 3px; } }
  .onecomment--th_express .onecomment__form_textarea {
    padding: 10px;
    margin: 20px 0px;
    min-height: 40px;
    line-height: 20px;
    line-height: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    width: 100%;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem; }
    @media screen and (min-width: 1024px) {
      .onecomment--th_express .onecomment__form_textarea {
        line-height: 26px;
        line-height: 2.6rem; } }
  .onecomment--th_express .onecomment__counter {
    color: #8f8f8f;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .onecomment--th_express .onecomment__counter {
        right: 20px;
        position: absolute;
        right: 14px;
        top: 30px; } }
  .onecomment--th_express .onecomment__form_link {
    position: relative;
    top: 9px;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .onecomment--th_express .onecomment__form_link {
        font-size: 12px;
        font-size: 1.2rem; } }
    .onecomment--th_express .onecomment__form_link:hover {
      color: #a3a3a3; }
  .onecomment--th_express .onecomment__form_link--cancel {
    float: right;
    margin-right: 20px; }
    @media screen and (max-width: 1024px) {
      .onecomment--th_express .onecomment__form_link--cancel {
        display: none; } }
    .onecomment--th_express .onecomment__form_link--cancel:hover {
      color: #a3a3a3; }
  @media screen and (max-width: 1024px) {
    .onecomment--th_express .onecomment__new_comment .onecomment__avatar {
      opacity: 0;
      visibility: hidden; } }
  .onecomment--th_express .profile__figure_wrap,
  .onecomment--th_express .profile__figure {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .onecomment--th_express .btn--reply {
    float: right;
    height: auto;
    padding: 6px 10px;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em;
    background-color: #1e1e1e;
    color: white; }
    .onecomment--th_express .btn--reply span {
      color: white; }
    .onecomment--th_express .btn--reply:hover {
      background-color: #575757; }
      .onecomment--th_express .btn--reply:hover span {
        color: white; }
    .thread__item .onecomment--th_express .btn--reply {
      background-color: #1e1e1e;
      color: white; }
      .thread__item .onecomment--th_express .btn--reply:hover {
        background-color: #575757; }

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

.author__infobox {
  position: relative;
  padding: 30px;
  text-align: center;
  margin-top: 32px; }
  @media screen and (min-width: 1024px) {
    .author__infobox {
      margin: 60px 0 40px 0;
      text-align: left; } }
  @media screen and (min-width: 1310px) {
    .author__infobox {
      margin: 60px 0 60px 50px; } }

.author__infobox_figure:before {
  content: '';
  display: inline-block;
  position: relative;
  height: 87px;
  width: 87px;
  background-color: #fff200; }

@media screen and (min-width: 1024px) {
  .author__infobox_figure {
    float: left;
    margin: 10px 50px 0 10px; } }

.author__infobox_img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -58px;
  bottom: 15px; }
  @media screen and (min-width: 1024px) {
    .author__infobox_img {
      left: 13px;
      bottom: 15px;
      margin-left: 0; } }

.author__infobox_data {
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .author__infobox_data {
      padding: 0 0 0 90px; } }

.author__title {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .author__title {
      text-align: left;
      display: inline-block; } }

.author__infobox_name {
  display: inline-block;
  position: relative;
  font: normal 300 100% "Roboto Slab", sans-serif;
  padding: 0;
  margin: 20px 0 0;
  text-transform: none;
  letter-spacing: -0.01em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #1e1e1e; }
  @media screen and (min-width: 1024px) {
    .author__infobox_name {
      margin: 0;
      margin-right: 20px;
      float: left; } }

@inlcude min-screen($xlg) {
  .author__infobox_name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-right: 20px; } }
  .author__infobox_name:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: 1px;
    left: 0;
    z-index: 0;
    width: 100%;
    background: #fff;
    -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; }

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

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

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

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

.author__infobox_lead {
  margin: 0;
  padding: 15px 0 0;
  overflow: hidden;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #000; }
  @media screen and (min-width: 1310px) {
    .author__infobox_lead {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 26px;
      line-height: 2.6rem; } }

.poll {
  padding: 20px; }
  .poll .alert__message {
    margin: 10px 0; }
  .poll__title {
    padding: 0;
    margin: 0; }
  .poll__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
  .poll__item {
    padding: 0 0 0 40px;
    margin: 10px 0 20px; }
    .poll__item:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
    .poll__item--answered {
      padding: 0 40px 0 0;
      margin: 10px 0; }
  .poll__answer_title {
    padding: 2px 0;
    font-size: 14px;
    font-size: 1.4rem; }
  .poll__answer_count {
    float: right;
    color: #ccc;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 10px; }
  .poll__answer_perc {
    float: right; }
  .poll__bar {
    position: relative;
    background: #dedede;
    margin: 5px 0; }
  .poll__progressbar {
    height: 14px;
    background: #1e1e1e;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  .poll__submit {
    position: absolute;
    left: -40px;
    top: -9px;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 0;
    background: #1e1e1e;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .poll__submit:hover {
      background: #464646;
      color: #1e1e1e; }
  .poll__percentage {
    position: absolute;
    width: 32px;
    right: -40px;
    top: -5px;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: right; }

.vote__icon {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .vote__icon.marked {
    color: #1e1e1e !important; }
  .vote__icon.empty {
    color: #ccc; }

.top_navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 935px;
  padding-left: 265px;
  z-index: 13; }
  @media screen and (min-width: 1024px) {
    .top_navigation {
      right: 0;
      width: 618px;
      padding: 0;
      margin: auto; } }
  @media screen and (min-width: 1310px) {
    .top_navigation {
      left: auto;
      right: 0;
      width: auto;
      padding: 0 180px 0 0; } }
  .top_navigation .main_nav {
    z-index: 200;
    height: 56px;
    font-size: 0;
    -webkit-transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out; }
    @media screen and (max-width: 1023px) {
      .top_navigation .main_nav {
        position: fixed;
        top: 56px;
        top: 0;
        left: 50%;
        width: 0;
        margin-left: 50%;
        height: 120%;
        z-index: 170;
        overflow: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .top_navigation .main_nav:after {
          content: " ";
          position: absolute;
          top: 56px;
          left: 0;
          bottom: 0;
          right: 0;
          background: #fff; } }
  @media screen and (max-width: 1023px) and (min-width: 540px) {
    .top_navigation .main_nav {
      left: 50%;
      width: 0;
      margin-left: 270px; } }
    @media screen and (max-width: 1023px) {
        .has_navigation .top_navigation .main_nav {
          width: 100%;
          margin-left: -50%; } }
    @media screen and (max-width: 1023px) and (min-width: 540px) {
      .has_navigation .top_navigation .main_nav {
        left: 50%;
        width: 540px;
        margin-left: -270px; } }
    @media screen and (max-width: 1023px) and (min-width: 1024px) {
      .has_navigation .top_navigation .main_nav {
        width: 100%;
        margin-left: -50%; } }
    @media screen and (min-width: 1310px) {
      .top_navigation .main_nav {
        height: 80px; } }
    .top_navigation .main_nav__btn {
      padding: 10px 0;
      text-align: center; }
    .top_navigation .main_nav__list {
      list-style-type: none;
      padding: 0;
      z-index: 10; }
      @media screen and (max-width: 1023px) {
        .top_navigation .main_nav__list {
          position: relative;
          margin-top: 64px; } }
    .top_navigation .main_nav__item {
      display: inline-block; }
      @media screen and (max-width: 1023px) {
        .top_navigation .main_nav__item {
          position: relative;
          display: block;
          text-align: center; } }
      @media screen and (min-width: 1024px) {
        .top_navigation .main_nav__item {
          margin: 0 0 0 7px; }
          .top_navigation .main_nav__item:first-child {
            margin: 0; } }
      @media screen and (min-width: 1310px) {
        .top_navigation .main_nav__item {
          margin: 0 0 0 19px; } }
    .top_navigation .main_nav__link {
      display: block;
      height: 40px;
      line-height: 72px;
      line-height: 7.2rem;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out, color 0.1s ease-in-out;
      -o-transition: all 0.3s ease-in-out, color 0.1s ease-in-out;
      transition: all 0.3s ease-in-out, color 0.1s ease-in-out;
      color: #fff; }
      .top_navigation .main_nav__link .main_nav__item--zdravlje.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--zdravlje:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--dijeta.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--dijeta:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--hrana.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--hrana:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--psiha-i-seks.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--psiha-i-seks:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--psiha_i_seks.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--psiha_i_seks:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--ljepota-i-relax.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--ljepota-i-relax:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--ljepota_i_relax.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--ljepota_i_relax:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--fitness.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--fitness:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--green-i-bio.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--green-i-bio:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link .main_nav__item--green_i_bio.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--green_i_bio:hover .main_nav__link {
        text-decoration: none; }
      .top_navigation .main_nav__link.is_active, .top_navigation .main_nav__link:hover {
        text-decoration: none;
        color: #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .top_navigation .main_nav__link {
          line-height: 40px;
          line-height: 4rem;
          height: 40px; } }
      .top_navigation .main_nav__link.is_active, .top_navigation .main_nav__link:hover {
        background-color: #fff200; }
      @media screen and (min-width: 1024px) {
        .top_navigation .main_nav__link {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          height: 56px;
          line-height: 56px;
          line-height: 5.6rem; }
          .top_navigation .main_nav__link.is_active {
            background-color: transparent;
            border-bottom: 6px solid #fff200; }
          .top_navigation .main_nav__link:hover {
            background-color: transparent;
            border-bottom: 3px solid #fff200; } }
      @media screen and (min-width: 1310px) {
        .top_navigation .main_nav__link {
          height: 80px;
          line-height: 80px;
          line-height: 8rem; } }
    .top_navigation .main_nav__span {
      display: inline-block;
      padding: 0 10px;
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 40px;
      line-height: 4rem;
      text-transform: uppercase;
      color: #1e1e1e;
      letter-spacing: 0.05em;
      -webkit-transition: font-size 0.3s ease-in-out;
      -o-transition: font-size 0.3s ease-in-out;
      transition: font-size 0.3s ease-in-out; }
      @media screen and (min-width: 1024px) {
        .top_navigation .main_nav__span {
          padding: 0 5px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 56px;
          line-height: 5.6rem;
          letter-spacing: 0.05em; } }
      @media screen and (min-width: 1310px) {
        .top_navigation .main_nav__span {
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 80px;
          line-height: 8rem; } }
    @media screen and (min-width: 1024px) {
      .top_navigation .main_nav .sub_nav {
        display: none; } }
    .top_navigation .main_nav .sub_nav--toggle {
      display: none; }
      @media screen and (max-width: 1023px) {
        .top_navigation .main_nav .sub_nav--toggle {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 10;
          display: block;
          width: 100%;
          height: 100%; } }

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

.sub_nav {
  text-align: center; }
  .sub_nav.main_nav__list {
    position: absolute;
    left: 50%;
    bottom: -36px;
    width: 800px;
    padding: 0;
    margin: 0 0 0 -500px;
    z-index: 200;
    height: 36px;
    font-size: 0;
    list-style-type: none; }
    @media screen and (min-width: 1310px) {
      .sub_nav.main_nav__list {
        margin: 0 0 0 -450px; } }
    @media screen and (max-width: 1023px) {
      .sub_nav.main_nav__list {
        position: fixed;
        top: 0px;
        left: 50%;
        margin-left: 50%;
        width: 0;
        height: 120%;
        z-index: 180;
        background: #000;
        overflow: hidden;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .sub_nav.main_nav__list.is_opened {
          width: 100%;
          margin-left: -50%; } }
  .sub_nav .main_nav__item {
    position: relative;
    display: inline-block; }
    .sub_nav .main_nav__item:nth-child(1) .main_nav__link:before,
    .sub_nav .main_nav__item:nth-child(2) .main_nav__link:before {
      display: none; }
    @media screen and (max-width: 1023px) {
      .sub_nav .main_nav__item {
        display: block;
        text-align: center; } }
    .sub_nav .main_nav__item--section {
      display: none; }
      @media screen and (max-width: 1023px) {
        .sub_nav .main_nav__item--section {
          display: block;
          margin: 3px 40px;
          margin-bottom: 8px; }
          .sub_nav .main_nav__item--section .main_nav__span {
            color: #1e1e1e; }
            .sub_nav .main_nav__item--section .main_nav__span:hover {
              color: #1e1e1e !important; }
            .sub_nav .main_nav__item--section .main_nav__span:before {
              position: absolute;
              left: -10px;
              top: 3px;
              width: 20px;
              font-size: 20px;
              font-size: 2rem;
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              text-align: center;
              content: "\e91b";
              position: relative; }
            .main_nav__item--zdravlje .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--zdravlje .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; }
            .main_nav__item--dijeta .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--dijeta .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; }
            .main_nav__item--hrana .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--hrana .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; }
            .main_nav__item--psiha-i-seks .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--psiha-i-seks .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; }
            .main_nav__item--psiha_i_seks .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--psiha_i_seks .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; }
            .main_nav__item--ljepota-i-relax .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--ljepota-i-relax .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; }
            .main_nav__item--ljepota_i_relax .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--ljepota_i_relax .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; }
            .main_nav__item--fitness .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--fitness .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; }
            .main_nav__item--green-i-bio .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--green-i-bio .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; }
            .main_nav__item--green_i_bio .sub_nav .main_nav__item--section .main_nav__span {
              color: #1e1e1e; }
              .main_nav__item--green_i_bio .sub_nav .main_nav__item--section .main_nav__span:before {
                color: #1e1e1e;
                content: ""; } }
    .sub_nav .main_nav__item--last {
      display: none; }
      @media screen and (max-width: 1023px) {
        .sub_nav .main_nav__item--last {
          display: block;
          margin-top: 7px; }
          .main_nav__item--zdravlje .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; }
          .main_nav__item--dijeta .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; }
          .main_nav__item--hrana .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; }
          .main_nav__item--psiha-i-seks .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; }
          .main_nav__item--psiha_i_seks .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; }
          .main_nav__item--ljepota-i-relax .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; }
          .main_nav__item--ljepota_i_relax .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; }
          .main_nav__item--fitness .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; }
          .main_nav__item--green-i-bio .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; }
          .main_nav__item--green_i_bio .sub_nav .main_nav__item--last .main_nav__span {
            color: #1e1e1e; } }
    @media screen and (max-width: 1023px) {
      .sub_nav .main_nav__item--sub .main_nav__link {
        height: 50px;
        line-height: 50px;
        line-height: 5rem; } }
  .sub_nav .main_nav__link {
    display: block;
    height: 36px;
    line-height: 36px;
    line-height: 3.6rem;
    color: #939393;
    text-decoration: none;
    border: none; }
    @media screen and (min-width: 1310px) {
      .sub_nav .main_nav__link {
        height: 36px;
        line-height: 36px;
        line-height: 3.6rem; } }
    .sub_nav .main_nav__link:hover .main_nav__span.main_nav__span {
      color: #000; }
      @media screen and (max-width: 1023px) {
        .sub_nav .main_nav__link:hover .main_nav__span.main_nav__span {
          color: #fff; } }
    @media screen and (max-width: 1023px) {
      .sub_nav .main_nav__link {
        line-height: 40px;
        line-height: 4rem;
        height: 40px; }
        .sub_nav .main_nav__link:before {
          display: none; } }
  .sub_nav .main_nav__span {
    display: inline-block;
    margin: 0 20px;
    padding: 0;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-transform: uppercase;
    color: #939393;
    letter-spacing: 0.1em;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
    .sub_nav .main_nav__span:hover {
      color: #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .sub_nav .main_nav__span {
        padding: 0 10px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 50px;
        line-height: 5rem;
        text-transform: uppercase;
        letter-spacing: 0.07em;
        color: #fff; } }
  .sub_nav.has_active .main_nav__item .main_nav__span {
    color: #939393; }
  .sub_nav.has_active .main_nav__item .main_nav__link.is_active .main_nav__span,
  .sub_nav.has_active .main_nav__item .main_nav__link:hover .main_nav__span {
    color: #000; }

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

.tt-dropdown-menu {
  background: #fff;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: #f1f1f1;
  border: 1px solid #e1e1e1; }

.tt-suggestion {
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1e1e1e;
  text-transform: uppercase;
  padding: 0 20px; }
  .tt-suggestion:hover {
    background: #e9e9e9; }

.article {
  /*dodatni padding na md rezoluciji*/
  /* comments teaser ispod članka */ }
  .article .hidden_mobile {
    display: inline; }
    @media screen and (max-width: 1310px) {
      .article .hidden_mobile {
        display: none; } }
  .article .hidden_desktop {
    display: inline; }
    @media screen and (min-width: 1310px) {
      .article .hidden_desktop {
        display: none; } }
  .article .padding_wrapper {
    padding-left: 0px;
    padding-right: 0px; }
    @media screen and (min-width: 540px) {
      .article .padding_wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (min-width: 1024px) {
      .article .padding_wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .article__header {
    position: relative;
    overflow: hidden;
    margin: 0;
    z-index: 1;
    padding: 0 14px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.06em; }
    .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;
      margin: 0 5px 0 0;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 24px;
      line-height: 2.4rem;
      vertical-align: middle; }
    @media screen and (min-width: 540px) {
      .article__header {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .article__header {
        padding: 0; } }
    @media screen and (min-width: 1310px) {
      .article__header {
        overflow: visible; } }
    .comments__page .article__header,
    .post__thread .article__header {
      padding-top: 50px; }
      @media screen and (min-width: 1310px) {
        .comments__page .article__header,
        .post__thread .article__header {
          padding-top: 0; }
          .comments__page .article__header > div,
          .post__thread .article__header > div {
            position: relative; } }
  .article__back {
    margin-top: 0;
    display: block; }
  .article__header_back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font: normal 700 100% "Raleway", sans-serif;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .article__header_back {
        left: 15px;
        right: 15px; } }
    @media screen and (max-width: 1310px) {
      .article__header_back {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f4f4f4; } }
    @media screen and (min-width: 1310px) {
      .article__header_back {
        top: auto;
        bottom: 0;
        left: -84px;
        right: auto;
        margin-bottom: -170px; } }
    @media screen and (max-width: 1310px) {
      .post__thread .article__header_back {
        right: 0;
        left: 0; } }
    @media screen and (min-width: 1310px) {
      .post__thread .article__header_back {
        margin-bottom: -115px; } }
    .article__header_back .icon_wrap {
      width: 20px;
      height: 20px;
      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;
      margin-right: 8px; }
      @media screen and (min-width: 1310px) {
        .article__header_back .icon_wrap {
          display: block;
          width: 60px;
          height: 60px;
          background-color: #f4f4f4;
          margin-bottom: 10px;
          margin-right: 0; } }
      @media screen and (min-width: 1310px) {
        .article__header_back .icon_wrap:hover {
          background-color: #1e1e1e;
          color: white; } }
      .article__header_back .icon_wrap .icon {
        font-size: 20px;
        font-size: 2rem;
        line-height: 40px;
        line-height: 4rem;
        margin-right: 0;
        top: 0; }
        @media screen and (min-width: 1024px) {
          .article__header_back .icon_wrap .icon {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 50px;
            line-height: 5rem; } }
        @media screen and (min-width: 1310px) {
          .article__header_back .icon_wrap .icon {
            font-size: 60px;
            font-size: 6rem;
            line-height: 60px;
            line-height: 6rem; } }
    .article__header_back span {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      @media screen and (max-width: 1310px) {
        .article__header_back span {
          line-height: 50px;
          line-height: 5rem; } }
  .article__header_data {
    padding: 5px 0 5px 0;
    margin-top: 10px;
    /* @include max-screen($lg){
           padding: 5px 0 15px 0;
            margin-top: 2px;
        } */ }
    @media screen and (min-width: 1310px) {
      .article__header_data {
        margin-top: 2px;
        padding: 36px 0 8px 0;
        border-bottom: 1px solid #e3e3e3; } }
  .article__sections {
    display: none;
    font-size: 0; }
    @media screen and (min-width: 1024px) {
      .article__sections {
        display: inline-block;
        text-transform: uppercase; } }
  .article__sections_link {
    margin: 0 8px;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em; }
    .article__sections_link:first-child {
      margin-left: 0;
      margin-right: 0; }
    .article__sections_link i {
      font-size: 25px;
      font-size: 2.5rem;
      position: relative;
      top: -2px;
      margin: 0; }
    .article__sections_link:hover {
      color: #000; }
      .article__sections_link:hover i {
        color: #000 !important; }
  .article__authors {
    display: inline-block;
    text-transform: uppercase;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em; }
    .article__authors a {
      position: relative;
      font: normal 300 100% "Roboto Slab", sans-serif;
      margin: 0 5px;
      text-transform: none;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.05em;
      color: #1e1e1e; }
    @media screen and (min-width: 1024px) {
      .article__authors {
        margin: 13px 0 15px 0; }
        .article__authors a {
          font-size: 17px;
          font-size: 1.7rem; } }
  .article__views {
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    color: #1e1e1e; }
    @media screen and (min-width: 1024px) {
      .article__views {
        float: right; } }
  .article__time {
    position: relative;
    display: none;
    margin: 0 0 0 11px;
    padding: 0 0 0 20px;
    font: normal 700 100% "Raleway", sans-serif;
    color: #000;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .article__time {
        display: inline-block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2rem;
        letter-spacing: 0.1em;
        font-variant-numeric: lining-nums;
        -webkit-font-feature-settings: "lnum" 1;
        font-feature-settings: "lnum" 1; } }
  .article__time_small {
    display: block;
    float: right;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #000; }
    @media screen and (min-width: 1024px) {
      .article__time_small {
        display: none; } }
  .article__title {
    margin: 0;
    padding: 6px 0 13px 0;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: 0em;
    color: #1e1e1e; }
    @media screen and (min-width: 1024px) {
      .article__title {
        padding: 0px 0 8px;
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 50px;
        line-height: 5rem;
        letter-spacing: -0.01em; } }
    @media screen and (min-width: 1310px) {
      .article__title {
        padding: 38px 0 14px;
        font-size: 46px;
        font-size: 4.6rem;
        line-height: 54px;
        line-height: 5.4rem; } }
  .article__leadtext {
    position: relative;
    margin: 30px 0 25px 0;
    padding: 0;
    font: normal 300 100% "Roboto Slab", sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: -0.01em;
    color: #1e1e1e; }
    @media screen and (min-width: 1024px) {
      .article__leadtext {
        margin: 35px 0 16px;
        padding-left: 0px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 38px;
        line-height: 3.8rem; }
        .comments__page .article__leadtext:before {
          left: 0; } }
    @media screen and (min-width: 1310px) {
      .article__leadtext {
        margin: 17px 0 35px;
        padding-left: 0;
        font-size: 24px;
        font-size: 2.4rem; }
        .article__leadtext:before {
          left: -70px; }
          .comments__page .article__leadtext:before {
            left: -80px; } }
    .article__leadtext:before {
      content: " ";
      /* 1 */
      display: table;
      clear: both; }
  .article__data {
    padding: 20px 0; }
  .article__social {
    margin: 5px -20px 0;
    padding: 0 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: left;
    height: 36px; }
    @media screen and (min-width: 400px) {
      .article__social {
        overflow-x: hidden; } }
    @media screen and (min-width: 768px) {
      .article__social {
        margin: 20px 0 0;
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      .article__social {
        margin: 3px 0 27px;
        float: left; } }
    @media screen and (min-width: 1310px) {
      .article__social {
        margin: 20px 0 40px; } }
    .article__social .btn {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 36px;
      line-height: 3.6rem;
      height: 36px;
      width: 33.333%; }
      @media screen and (min-width: 768px) {
        .article__social .btn {
          width: 100px; } }
    @media screen and (min-width: 1024px) {
      .piece_page .article__social {
        text-align: left; } }
    .article__social .icon {
      line-height: 36px; }
  .article__back {
    display: block; }
    .article__back--desk {
      color: #000; }
      .article__back--desk [class^="icon-"], .article__back--desk [class*=" icon-"] {
        position: relative;
        top: 0;
        margin-right: 0;
        font-size: 40px;
        font-size: 4rem; }
  .article__figure {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    /*  border-bottom: 1px solid #f1f1f1; */ }
    @media screen and (min-width: 1024px) {
      .article__figure {
        margin: 10px 0 0; } }
  .article__figure_img {
    display: block;
    width: 100%;
    height: auto; }
    .article__figure_img img {
      width: 100%; }
  .article__figure_caption {
    position: relative;
    display: inline-block;
    padding: 13px 14px 12px 14px;
    font: normal 400 100% "Raleway", sans-serif;
    word-break: break-all;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em; }
    @media screen and (min-width: 540px) {
      .article__figure_caption {
        padding: 13px 14px 12px 30px; } }
    @media screen and (min-width: 1024px) {
      .article__figure_caption {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        line-height: 2.4rem;
        padding: 14px 14px 23px 34px; } }
    @media screen and (min-width: 1310px) {
      .article__figure_caption {
        padding: 14px 50px 18px 35px;
        margin-top: 3px; } }
    @media screen and (max-width: 1024px) {
      .ck_image_in_article--left50 .article__figure_caption {
        padding-left: 0; } }
    @media screen and (max-width: 1024px) {
      .ck_image_in_article--full .article__figure_caption {
        padding-left: 0; } }
    .article__figure_caption i {
      display: none;
      position: absolute;
      margin: 0;
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 16px;
      line-height: 1.6rem;
      vertical-align: middle;
      color: #1e1e1e; }
      @media screen and (min-width: 1024px) {
        .article__figure_caption i {
          display: block;
          font-size: 20px;
          font-size: 2rem;
          top: 19px;
          left: 0; } }
      @media screen and (min-width: 1310px) {
        .article__figure_caption i {
          top: 17px; } }
    .article__figure_caption-text {
      color: #8f8f8f; }
    .article__figure_caption-author {
      font: normal 700 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: 0.1em;
      color: #1e1e1e;
      text-transform: uppercase;
      word-break: none; }
    .article__figure_caption i[class^="icon-"] {
      font-style: normal;
      font-family: 'icomoon' !important;
      font-size: 20px;
      font-size: 2rem; }
  .article__figure_more {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 0 10px 15px;
    background: #1e1e1e;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    color: #fff; }
    .article__figure_more a {
      color: white;
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px;
      line-height: 2rem; }
    .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;
      font-size: 24px;
      font-size: 2.4rem; }
    .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; }
    @media screen and (min-width: 1024px) {
      .article__figure_more {
        height: 40px;
        padding: 0px 0px 0px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 40px;
        line-height: 4rem; } }
    @media screen and (min-width: 1310px) {
      .article__figure_more {
        padding: 0 2px 0 16px;
        font-size: 15px;
        font-size: 1.5rem;
        bottom: -10px;
        right: -10px; } }
  @media screen and (min-width: 768px) {
    .article__sponsor {
      float: right; } }
  .article .article__top {
    margin-bottom: 18px; }
    @media screen and (max-width: 1023px) {
      .article .article__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -2px; } }
    @media screen and (min-width: 1024px) {
      .article .article__top {
        position: relative;
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .article .article__top {
        position: relative;
        margin-top: 14px;
        margin-bottom: 0; } }
  .article__promo {
    padding-top: 13px; }
    @media screen and (min-width: 1024px) {
      .article__promo {
        padding-top: 37px; } }
    .article__promo .social__wrap:first-of-type {
      display: inline-block;
      text-align: left;
      margin-bottom: 0;
      margin-top: 8px; }
      @media screen and (max-width: 1023px) {
        .article__promo .social__wrap:first-of-type {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          text-align: center; } }
    .article__promo .article__top {
      margin-bottom: 18px; }
      @media screen and (max-width: 1023px) {
        .article__promo .article__top {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-bottom: -2px; } }
      @media screen and (min-width: 1024px) {
        .article__promo .article__top {
          position: relative;
          margin: 0; } }
      @media screen and (min-width: 1310px) {
        .article__promo .article__top {
          position: relative;
          margin-top: 7px;
          margin-bottom: 24px; } }
    .article__promo .article__sponsor {
      width: 230px;
      height: 72px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media screen and (max-width: 1023px) {
        .article__promo .article__sponsor {
          position: relative;
          width: 100%;
          height: 58px;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin-top: 16px;
          margin-bottom: 30px; } }
      @media screen and (min-width: 1024px) {
        .article__promo .article__sponsor {
          position: absolute;
          top: 4px;
          right: 0;
          bottom: 0;
          height: auto; } }
      .article__promo .article__sponsor--center {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        @media screen and (max-width: 1023px) {
          .article__promo .article__sponsor--center {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
      .article__promo .article__sponsor p {
        margin: 0; }
      .article__promo .article__sponsor--text {
        padding-right: 5px;
        font: normal 700 100% "Raleway", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 24px;
        line-height: 2.4rem;
        letter-spacing: 0.1em;
        color: #1e1e1e; }
      .article__promo .article__sponsor--link {
        width: 128px;
        height: 72px; }
        @media screen and (min-width: 1024px) {
          .article__promo .article__sponsor--link {
            width: 128px;
            height: 72px; } }
        .article__promo .article__sponsor--link img {
          width: auto;
          height: auto;
          max-width: 128px;
          max-height: 72px;
          display: block;
          margin-left: auto;
          margin-right: auto; }
          @media screen and (min-width: 1024px) {
            .article__promo .article__sponsor--link img {
              max-width: 128px;
              max-height: 72px; } }
  .article__body {
    margin: 0;
    /*         @include min-screen($md) {
            padding: 0;
        } */ }
    @media screen and (max-width: 539px) {
      .article__body {
        padding: 0 14px; } }
    @media screen and (min-width: 1024px) {
      .article__body {
        padding: 0 34px; } }
    @media screen and (min-width: 1310px) {
      .article__body {
        padding: 0 50px; } }
    .article__body .main_tile__label:before {
      display: none; }
    @media screen and (max-width: 1024px) {
      .article__body .main_tile__label {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .article__body .main_tile__label {
        padding: 26px 0 27px 30px;
        margin-bottom: 0; } }
    .article__body .main_tile__content {
      position: relative; }
      @media screen and (min-width: 1024px) {
        .article__body .main_tile__content {
          padding: 15px 0; } }
    @media screen and (max-width: 1024px) {
      .article__body .main_tile--most_commented {
        display: none; } }
    .article__body .main_tile--most_commented .main_tile__label {
      text-align: left;
      padding: 33px 0 22px 30px;
      margin-bottom: 0; }
    .article__body .main_tile--most_commented .main_tile__content {
      padding: 28px 0px 28px 35px; }
    @media screen and (min-width: 1024px) {
      .article__body .main_tile--most_commented {
        margin-bottom: 60px; } }
  @media screen and (min-width: 1024px) {
    .article .article__comments {
      padding: 33px 0 33px 33px; } }
  @media screen and (max-width: 1024px) {
    .article .article__comments--title {
      margin: 2px 0 12px; } }
  @media screen and (max-width: 1024px) {
    .article .article__comments_teaser {
      margin-left: -8px;
      margin-right: -8px; } }
  .article .article__comments .thread__form {
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .article .article__comments .thread__form {
        padding-left: 95px; } }
    .article .article__comments .thread__form.is_authenticated {
      position: relative; }
      @media screen and (min-width: 1024px) {
        .article .article__comments .thread__form.is_authenticated {
          padding-top: 20px;
          padding-bottom: 10px; } }
      @media screen and (min-width: 1024px) {
        .article .article__comments .thread__form.is_authenticated span {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          margin-bottom: 0;
          width: 100%;
          padding-right: 200px; } }
      @media screen and (min-width: 1024px) {
        .article .article__comments .thread__form.is_authenticated .thread__comment_btn {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translatey(-50%);
          -ms-transform: translatey(-50%);
          transform: translatey(-50%); } }
    @media screen and (min-width: 1024px) {
      .article .article__comments .thread__form.no_posts {
        padding-left: 0px; } }
    @media screen and (min-width: 1024px) {
      .article .article__comments .thread__form .thread__message--title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 30px;
        line-height: 3rem;
        letter-spacing: -0.01em;
        padding-bottom: 0px;
        padding-left: 0;
        padding-right: 0; } }
    .article .article__comments .thread__form .thread__message--content {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 24px;
      line-height: 2.4rem; }
    .article .article__comments .thread__form .thread__message--unlogged {
      margin: 0 0 20px; }
  .article .thread--thread_teaser {
    padding: 0; }
  .article__sponsor {
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 20px;
    float: left; }
    @media screen and (min-width: 1024px) {
      .article__sponsor {
        float: right;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin-top: 0; } }
    .article__sponsor--text {
      margin-right: 17px; }
    .article__sponsor--img {
      width: 105px;
      height: auto; }
  .article__content {
    color: #1e1e1e;
    position: relative;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem; }
    .article__content strong, .article__content b {
      font: normal 700 100% "Merriweather", sans-serif; }
    .article__content em, .article__content i {
      font: italic 400 100% "Merriweather", sans-serif; }
    @media screen and (min-width: 1024px) {
      .article__content {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        line-height: 3rem; } }
    @media screen and (min-width: 1310px) {
      .article__content {
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 31px;
        line-height: 3.1rem; } }
    .article__content p {
      margin: 23px 0px;
      padding: 0; }
      @media screen and (min-width: 1024px) {
        .article__content p {
          margin: 0 0 17px; } }
      @media screen and (min-width: 1310px) {
        .article__content p {
          margin: 0 0 27px; } }
      .article__content p:first-of-type {
        padding-top: 20px; }
    .article__content.no_page_break > p:first-of-type:first-letter {
      float: left;
      margin: -2px 15px 0px 0;
      padding: 0 5px 0 5px;
      font: italic 900 100% "Merriweather", sans-serif;
      font-style: normal;
      font-size: 80px;
      font-size: 8rem;
      line-height: 76px;
      line-height: 7.6rem;
      letter-spacing: -0.01em;
      text-transform: uppercase;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff200));
      background: -webkit-linear-gradient(top, transparent 50%, #fff200 50%);
      background: -o-linear-gradient(top, transparent 50%, #fff200 50%);
      background: linear-gradient(to bottom, transparent 50%, #fff200 50%);
      /*fix for safari browser*/
      background-image: -webkit-linear-gradient(top, transparent 50%, #fff200 50%); }

@-moz-document url-prefix() {
  .article__content.no_page_break > p:first-of-type:first-letter {
    margin: 7px 15px 7px 0;
    padding-bottom: 8px;
    line-height: 80px;
    line-height: 8rem; } }
      @media screen and (min-width: 1024px) {
        .article__content.no_page_break > p:first-of-type:first-letter {
          margin: -18px 15px 0 0; }
        @-moz-document url-prefix() {
          .article__content.no_page_break > p:first-of-type:first-letter {
            margin: -10px 15px 0 0; } } }
      @media screen and (min-width: 1310px) {
        .article__content.no_page_break > p:first-of-type:first-letter {
          margin: -25px 15px 10px -35px;
          padding: 0 5px;
          font-size: 90px;
          font-size: 9rem;
          line-height: 77px;
          line-height: 7.7rem;
          letter-spacing: -0.01em; }
        @-moz-document url-prefix() {
          .article__content.no_page_break > p:first-of-type:first-letter {
            margin: -16px 15px 0px -35px;
            padding-bottom: 8px;
            line-height: 90px;
            line-height: 9rem; } } }
    .article__content[data-dropCap='Ć'] > p:first-of-type:first-letter, .article__content[data-dropCap='Č'] > p:first-of-type:first-letter, .article__content[data-dropCap='Š'] > p:first-of-type:first-letter, .article__content[data-dropCap='Ž'] > p:first-of-type:first-letter {
      margin: 0px 15px 0px 0; }

@-moz-document url-prefix() {
  .article__content[data-dropCap='Ć'] > p:first-of-type:first-letter, .article__content[data-dropCap='Č'] > p:first-of-type:first-letter, .article__content[data-dropCap='Š'] > p:first-of-type:first-letter, .article__content[data-dropCap='Ž'] > p:first-of-type:first-letter {
    margin: -12px 15px 0px 0; } }
      @media screen and (min-width: 1024px) {
        @-moz-document url-prefix() {
          .article__content[data-dropCap='Ć'] > p:first-of-type:first-letter, .article__content[data-dropCap='Č'] > p:first-of-type:first-letter, .article__content[data-dropCap='Š'] > p:first-of-type:first-letter, .article__content[data-dropCap='Ž'] > p:first-of-type:first-letter {
            margin: -27px 15px 0 0; } } }
      @media screen and (min-width: 1310px) {
        @-moz-document url-prefix() {
          .article__content[data-dropCap='Ć'] > p:first-of-type:first-letter, .article__content[data-dropCap='Č'] > p:first-of-type:first-letter, .article__content[data-dropCap='Š'] > p:first-of-type:first-letter, .article__content[data-dropCap='Ž'] > p:first-of-type:first-letter {
            margin: -37px 15px 0 -35px; } } }
    .article__content a {
      color: #1e1e1e;
      background-color: #fff200;
      padding: 0 3px; }
      .article__content a:hover {
        text-decoration: none;
        background: #1e1e1e;
        color: white;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
    .article__content u {
      text-decoration: none;
      border-bottom: 3px solid #fff200; }
    .article__content h2 {
      font: normal 700 100% "Merriweather", sans-serif;
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 1024px) {
        .article__content h2 {
          font-size: 24px;
          font-size: 2.4rem;
          padding: 7px 0 15px 0; } }
    .article__content h3 {
      font: normal 700 100% "Merriweather", sans-serif;
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 1024px) {
        .article__content h3 {
          font-size: 20px;
          font-size: 2rem;
          line-height: 34px;
          line-height: 3.4rem; } }
    .article__content img {
      width: 100%;
      height: auto; }
    .article__content iframe {
      max-width: 100%;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .article__content iframe {
          margin-bottom: 30px; } }
    .article__content blockquote {
      position: relative;
      margin-top: 37px;
      margin-bottom: 42px;
      font: normal 700 100% "Merriweather", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 26px;
      line-height: 2.6rem;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .article__content blockquote {
          margin-bottom: 60px;
          margin-top: 43px; } }
      .article__content blockquote:before, .article__content blockquote:after {
        content: '';
        display: block;
        width: 80%;
        height: 3px;
        background-color: #fff200;
        position: absolute;
        left: 10%;
        bottom: auto;
        top: -5px; }
      .article__content blockquote:after {
        bottom: -25px;
        top: auto; }
    .article__content .quote {
      line-height: 26px;
      line-height: 2.6rem;
      font-size: 20px;
      font-size: 2rem;
      font: normal 700 100% "Merriweather", sans-serif;
      margin: 20px 0; }
      @media screen and (min-width: 768px) {
        .article__content .quote {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 26px;
          line-height: 2.6rem; } }
      @media screen and (min-width: 768px) {
        .article__content .quote.right, .article__content .quote.left {
          float: left;
          margin: 0 40px 8px -70px;
          width: 36%; } }
      .article__content .quote p {
        margin: 0; }
    .article__content table {
      border: 0;
      width: 100% !important; }
      .article__content table tbody {
        border-color: #ccc; }
      .article__content table td {
        padding: 5px; }
    .article__content ul {
      padding: 0 20px;
      margin: 0 0 13px; }
      @media screen and (min-width: 1024px) {
        .article__content ul {
          margin: 0 0 15px;
          padding: 0 30px; } }
    .article__content ul li {
      margin: 0;
      padding: 0 10px 0; }
      @media screen and (min-width: 1024px) {
        .article__content ul li {
          padding: 20px 20px 0; } }
  .article__tag {
    margin: 25px 0 15px 0; }
    @media screen and (min-width: 1024px) {
      .article__tag {
        margin: 25px 210px 40px 0; } }
    @media screen and (min-width: 1310px) {
      .article__tag {
        margin: 25px 210px 40px 0; } }
  .article__tag_name {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 27px;
    line-height: 2.7rem;
    letter-spacing: 0.1em;
    color: #4c4c4c;
    text-transform: uppercase;
    border: 3px solid #fff200;
    -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; }
    .article__tag_name:last-child {
      margin-right: 0; }
    .article__tag_name:hover {
      border-color: #e3e3e3; }
  .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__related {
    display: none;
    float: left;
    width: 190px;
    margin: 0 40px 20px -70px;
    background: #f7f7f7;
    height: 0; }
    @media screen and (min-width: 768px) {
      .article__related {
        display: inline-block;
        height: auto; } }
  .article__extra_content {
    clear: both;
    margin: 40px 0; }
  .article__column_data {
    display: inline-block;
    margin: 10px 0;
    height: 64px;
    background: #FFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .article__column_data {
        margin: 20px 0 0 0; } }
  .article__column_author {
    float: left;
    height: 64px;
    padding: 10px 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .article__column_author_image {
      float: left;
      width: 64px;
      height: 64px; }
    .article__column_author_label {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      color: #1e1e1e;
      font-style: italic; }
    .article__column_author_name {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      color: #e9e9e9;
      font-style: italic; }
  .article .author__infobox_figure {
    width: 116px;
    height: 116px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .article .author__infobox_figure {
        margin: 0px auto; } }
  .article .author__infobox_img {
    width: 100%;
    height: auto; }
  .article .container--latestfromsection .main_tile__label {
    margin-bottom: 15px; }
    @media screen and (min-width: 1024px) {
      .article .container--latestfromsection .main_tile__label {
        margin-bottom: 33px; } }
  .article .container--latestfromsection .main_tile__content {
    margin-top: 10px; }
    @media screen and (min-width: 1024px) {
      .article .container--latestfromsection .main_tile__content {
        margin-top: 20px; } }
  .article__comments_teaser .main_tile {
    margin-bottom: 20px; }
  .article__comments {
    position: relative; }
  .article__comments--title {
    position: relative;
    display: block;
    margin: 0 0 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.24em;
    color: #000; }
    @media screen and (min-width: 1024px) {
      .article__comments--title {
        padding: 25px 0 0 30px;
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 0.3em; } }
    .article__comments--title--count {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em; }
      @media screen and (min-width: 1024px) {
        .article__comments--title--count {
          font-size: 20px;
          font-size: 2rem;
          letter-spacing: 0.06em; } }
    .article__comments--title .comments__label--link {
      top: 7px; }
      @media screen and (min-width: 1310px) {
        .article__comments--title .comments__label--link {
          top: 0; } }
    .article__comments--title .btn--viewall {
      float: right;
      background: #f4f4f4;
      color: #1e1e1e;
      font: normal 700 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 32px;
      line-height: 3.2rem;
      letter-spacing: 0.1em;
      height: auto;
      padding: 0 10px;
      margin-top: 10px; }
      .article__comments--title .btn--viewall:hover {
        background: #1e1e1e;
        color: white; }
    .article__comments--title .commbox--th_express .commbox__wrap {
      padding-left: 0; }
    .article__comments--title .label {
      text-transform: uppercase;
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      color: #1e1e1e; }
      @media screen and (min-width: 1024px) {
        .article__comments--title .label {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 28px;
          line-height: 2.8rem; } }
      @media screen and (min-width: 1310px) {
        .article__comments--title .label {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 28px;
          line-height: 2.8rem; } }
    .article__comments--title .commbox__wrap {
      padding: 0;
      padding-top: 30px; }
    .article__comments--title .commbox__content {
      padding: 0; }
    .article__comments--title p.commbox__content {
      padding-top: 7px; }
  .article__gallery {
    position: relative;
    display: block;
    margin: 0 -14px;
    padding: 0; }
    @media screen and (min-width: 540px) {
      .article__gallery {
        margin: 0 -30px; } }
    @media screen and (min-width: 1024px) {
      .article__gallery {
        margin: 0 -34px; } }
    @media screen and (min-width: 1310px) {
      .article__gallery {
        margin: 0 -50px; } }
  .article__gallery_link {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 !important;
    text-decoration: none !important;
    background: transparent !important; }
    .article__gallery_link picture {
      position: relative;
      display: block;
      margin: 0;
      padding: 0; }
      .article__gallery_link picture img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0; }
  .article__gallery_controllers {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #1e1e1e;
    color: #fff;
    overflow: hidden; }
    .article__gallery_controllers:before, .article__gallery_controllers:after {
      content: "";
      display: table; }
    .article__gallery_controllers:after {
      clear: both; }
    @media screen and (min-width: 1024px) {
      .article__gallery_controllers {
        bottom: -10px;
        right: -10px; } }
  .article__gallery_paginator {
    position: relative;
    float: left;
    display: block;
    margin: 0;
    padding: 0 10px 0 13px;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 41px;
    line-height: 4.1rem; }
  .article__gallery_nav {
    position: relative;
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center; }
    .article__gallery_nav--prev {
      opacity: 0.5; }
    .article__gallery_nav .icon {
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 41px;
      line-height: 4.1rem; }
  .article__gallery_description {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 14px 0;
    font: normal 400 100% "Raleway", sans-serif !important;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.05em;
    color: #8f8f8f; }
    @media screen and (min-width: 540px) {
      .article__gallery_description {
        padding: 13px 30px 0; } }
    @media screen and (min-width: 1024px) {
      .article__gallery_description {
        padding: 13px 34px 0;
        font-size: 14px !important;
        line-height: 24px !important; } }
    @media screen and (min-width: 1310px) {
      .article__gallery_description {
        padding: 19px 50px 5px; } }
    .article__gallery_description .icon {
      position: absolute;
      top: 20px;
      left: 2px;
      display: none;
      width: 50px;
      height: 40px;
      font-size: 25px;
      font-size: 2.5rem;
      text-align: center;
      color: #1e1e1e; }
      @media screen and (min-width: 1310px) {
        .article__gallery_description .icon {
          display: block; } }

.article .topnews_widget {
  padding-top: 36px; }

@media screen and (max-width: 1024px) {
  .article .main_tile__label {
    margin: 0 0 24px; } }

.article .main_tile__label--related_articles {
  margin: 0 0 25px; }

.article_paginator {
  height: 32px;
  margin: 50px 0 0;
  padding: 0;
  position: relative;
  height: 0; }
  @media screen and (max-width: 540px) {
    .article_paginator {
      margin: 0 -15px; } }
  .article_paginator__continued {
    display: inline-block;
    margin: 20px 0 0;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.025em; }
    @media screen and (min-width: 1024px) {
      .article_paginator__continued {
        margin-top: 16px; } }
    .article_paginator__continued strong {
      font: normal 700 100% "Raleway", sans-serif; }
    .article_paginator__continued + .article__content p:first-of-type {
      padding-top: 0;
      margin-top: 21px; }
  .article_paginator__label {
    display: none;
    height: 32px;
    margin-left: 7px;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.025em; }
    @media screen and (min-width: 1024px) {
      .article_paginator__label {
        display: inline; } }
  .article_paginator__list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
    background: #f4f4f4; }
    @media screen and (min-width: 1024px) {
      .article_paginator__list {
        float: right; } }
  .article_paginator__previous, .article_paginator__next, .article_paginator__number {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    line-height: 3.2rem;
    text-align: center; }
  .article_paginator__previous, .article_paginator__next {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    color: #1e1e1e;
    z-index: 2;
    background-color: #e3e3e3;
    -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;
    cursor: pointer; }
    .article_paginator__previous .icon, .article_paginator__next .icon {
      font-size: 22px;
      font-size: 2.2rem;
      position: relative;
      top: 5px;
      padding: 5px 9px; }
    .article_paginator__previous:hover, .article_paginator__next:hover {
      background-color: #8f8f8f; }
  .article_paginator__number {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px;
    margin: 0;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .article_paginator__number {
        padding: 0;
        width: 200px; } }
  .article_paginator__next {
    left: auto;
    right: 0; }

@media screen and (min-width: 1024px) {
  div.table__tablet {
    display: table;
    width: 100%; } }

@media screen and (min-width: 1024px) {
  div.table__tablet .table__cell {
    display: table-cell;
    vertical-align: middle; } }

div.table--center {
  vertical-align: middle; }

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

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

@media screen and (min-width: 1024px) {
  .box__wrap:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff200;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 3px medium 3px 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 57px; } }

@media screen and (min-width: 1024px) {
  .ck_image_in_article--left50 .article__figure_caption {
    margin-top: -7px; } }

.ck_image_in_article--full {
  margin-top: 10px; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--full {
      margin: 26px -34px 21px -34px; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--full {
      margin-left: -50px;
      margin-right: -50px;
      max-width: none;
      margin: 38px -34px 33px -34px; } }
  .ck_image_in_article--full span {
    position: relative;
    display: block;
    margin: 7px 0 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--full span {
        padding-left: 18px;
        line-height: 20px;
        line-height: 2rem; } }
  .ck_image_in_article--full i {
    display: none;
    position: absolute;
    top: 0; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--full i {
        display: block;
        left: 0; } }

.article_paginator + .article__tag {
  margin: 55px 0 15px 0; }
  @media screen and (min-width: 1024px) {
    .article_paginator + .article__tag {
      margin: -32px 210px 40px 0; } }
  @media screen and (min-width: 1310px) {
    .article_paginator + .article__tag {
      margin: -32px 210px 40px 0; } }

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

.rspIFrame__container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.3%; }

.rspIFrame__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.related_article {
  display: inline-block;
  margin: 9px 0 -7px 0; }
  @media screen and (min-width: 1024px) {
    .related_article {
      margin: 14px 0 2px 0 !important; } }
  @media screen and (min-width: 1024px) {
    .related_article {
      margin: 13px 0 1px 0 !important; } }
  .related_article a {
    padding: 0 !important;
    background-color: transparent; }
    .related_article a:hover {
      background-color: transparent;
      color: #1e1e1e; }
  .related_article__photo_wrap {
    display: block;
    width: 54px;
    height: 54px;
    float: left; }
    .related_article__photo_wrap a {
      display: block; }
    .related_article__photo_wrap img {
      display: block;
      width: 100%;
      height: auto; }
    @media screen and (min-width: 1024px) {
      .related_article__photo_wrap {
        width: 100px;
        height: 100px; } }
  .related_article__data_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 0 0 65px; }
    @media screen and (min-width: 1024px) {
      .related_article__data_wrap {
        padding: 0 0 0 110px; } }
  .related_article__overtitle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    padding: 0 9px !important;
    margin: 0 !important;
    margin: 0;
    float: left;
    background-color: #fff200;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    color: #1e1e1e;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 24px;
    overflow: hidden; }
    .related_article__overtitle a:hover {
      background-color: transparent;
      color: #1e1e1e; }
  .related_article__section {
    display: inline-block;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    float: left;
    font: normal 300 100% "Roboto Slab", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #1e1e1e;
    text-transform: uppercase; }
  .related_article__lead_text {
    width: 100%;
    margin: 6.5px 0 0 0 !important;
    padding: 0 !important;
    float: left;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #1e1e1e;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
    overflow: hidden; }
    .related_article__lead_text a {
      padding: 0;
      display: block; }
    @media screen and (min-width: 1024px) {
      .related_article__lead_text {
        padding: 0 0 0 8px !important;
        margin: 8.5px 0 0 0 !important;
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        line-height: 3rem;
        max-height: 60px; } }
    @media screen and (min-width: 1310px) {
      .related_article__lead_text {
        font-size: 22px;
        font-size: 2.2rem; } }

.ck_image_in_article--left10 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--left10 {
      top: 11px;
      margin: 0 32px 20px;
      margin-left: -34px;
      width: 10%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--left10 {
      top: 11px;
      margin: 0 57px 5px;
      margin-left: -50px;
      width: 10%; } }
  .ck_image_in_article--left10 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--left10 span {
        padding-right: 0; } }
    .ck_image_in_article--left10 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article--left25 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--left25 {
      top: 11px;
      margin: 0 32px 20px;
      margin-left: -34px;
      width: 25%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--left25 {
      top: 11px;
      margin: 0 57px 5px;
      margin-left: -50px;
      width: 25%; } }
  .ck_image_in_article--left25 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--left25 span {
        padding-right: 0; } }
    .ck_image_in_article--left25 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article--left50 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--left50 {
      top: 11px;
      margin: 0 32px 20px;
      margin-left: -34px;
      width: 50%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--left50 {
      top: 11px;
      margin: 0 57px 5px;
      margin-left: -50px;
      width: 50%; } }
  .ck_image_in_article--left50 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--left50 span {
        padding-right: 0; } }
    .ck_image_in_article--left50 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article--left75 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--left75 {
      top: 11px;
      margin: 0 32px 20px;
      margin-left: -34px;
      width: 75%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--left75 {
      top: 11px;
      margin: 0 57px 5px;
      margin-left: -50px;
      width: 75%; } }
  .ck_image_in_article--left75 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--left75 span {
        padding-right: 0; } }
    .ck_image_in_article--left75 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article--right10 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--right10 {
      top: 11px;
      margin: 0 32px 20px;
      margin-right: -34px;
      width: 10%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--right10 {
      top: 11px;
      margin: 0 57px 5px;
      margin-right: -50px;
      width: 10%; } }
  .ck_image_in_article--right10 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--right10 span {
        padding-right: 0; } }
    .ck_image_in_article--right10 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article--right25 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--right25 {
      top: 11px;
      margin: 0 32px 20px;
      margin-right: -34px;
      width: 25%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--right25 {
      top: 11px;
      margin: 0 57px 5px;
      margin-right: -50px;
      width: 25%; } }
  .ck_image_in_article--right25 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--right25 span {
        padding-right: 0; } }
    .ck_image_in_article--right25 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article--right50 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--right50 {
      top: 11px;
      margin: 0 32px 20px;
      margin-right: -34px;
      width: 50%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--right50 {
      top: 11px;
      margin: 0 57px 5px;
      margin-right: -50px;
      width: 50%; } }
  .ck_image_in_article--right50 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--right50 span {
        padding-right: 0; } }
    .ck_image_in_article--right50 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article--right75 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--right75 {
      top: 11px;
      margin: 0 32px 20px;
      margin-right: -34px;
      width: 75%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--right75 {
      top: 11px;
      margin: 0 57px 5px;
      margin-right: -50px;
      width: 75%; } }
  .ck_image_in_article--right75 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--right75 span {
        padding-right: 0; } }
    .ck_image_in_article--right75 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article--full100 {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--full100 {
      top: 11px;
      margin: 0 32px 20px;
      margin-full: -34px;
      width: 100%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--full100 {
      top: 11px;
      margin: 0 57px 5px;
      margin-full: -50px;
      width: 100%; } }
  .ck_image_in_article--full100 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--full100 span {
        padding-right: 0; } }
    .ck_image_in_article--full100 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article--none100 {
  position: relative;
  float: none;
  margin: 0 0 20px;
  margin-none: 0px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ck_image_in_article--none100 {
      top: 11px;
      margin: 0 32px 20px;
      margin-none: -34px;
      width: 100%; } }
  @media screen and (min-width: 1310px) {
    .ck_image_in_article--none100 {
      top: 11px;
      margin: 0 57px 5px;
      margin-none: -50px;
      width: 100%; } }
  .ck_image_in_article--none100 span {
    position: relative;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .ck_image_in_article--none100 span {
        padding-right: 0; } }
    .ck_image_in_article--none100 span.article__figure_caption-author {
      word-break: none; }

.ck_image_in_article img {
  max-width: 100%; }

.ck_image_in_article__authors {
  font-size: 11px;
  font-size: 1.1rem; }

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

@media screen and (min-width: 1310px) {
  .section--special .container__height_wrap {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row;
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media screen and (min-width: 1310px) {
  .section--special .column_sidebar {
    padding: 0;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    -webkit-box-flex: 1;
    flex: 1; } }

@media screen and (min-width: 1024px) {
  .section--special .js_sticky {
    top: 0; } }

@media screen and (min-width: 1310px) {
  .section--special .js_sticky {
    top: 70px; } }

.section__noresult_block {
  margin: 38px 0 0 0; }

.section__noresult_title {
  padding: 0;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  color: #1e1e1e; }
  @media screen and (min-width: 1024px) {
    .section__noresult_title {
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 54px;
      line-height: 5.4rem; } }

.section__noresult_desc {
  margin: 18px 0 0 0;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem; }
  @media screen and (min-width: 1024px) {
    .section__noresult_desc {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 31px;
      line-height: 3.1rem;
      letter-spacing: 0.01em; } }
  .section__noresult_desc a {
    background-color: #fff200; }

/****************** Start SEARCH ******************/
.search .column_sidebar {
  padding: 0 5px; }

.search .main_tile {
  margin: 30px 0 0 0; }
  @media screen and (min-width: 540px) {
    .search .main_tile {
      padding: 0 15px; } }
  @media screen and (min-width: 1024px) {
    .search .main_tile {
      padding: 0;
      margin: 0 0 30px 0; } }
  .search .main_tile__label span {
    color: #8f8f8f; }

.search .main_tile__icon_wrap {
  position: relative;
  width: 100%;
  height: 192px;
  margin: 26px 0 6px 0;
  text-align: center; }
  .search .main_tile__icon_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
    margin: auto;
    background-color: #fff200; }
  .search .main_tile__icon_wrap .icon {
    position: relative;
    font-size: 192px;
    font-size: 19.2rem;
    line-height: 192px;
    line-height: 19.2rem;
    color: #1e1e1e; }
  @media screen and (min-width: 1024px) {
    .search .main_tile__icon_wrap:before {
      width: 296px; } }
  @media screen and (min-width: 1310px) {
    .search .main_tile__icon_wrap {
      margin: 168px 0 174px 0; } }

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

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

.search__header {
  position: relative;
  padding-bottom: 20px;
  z-index: 11; }
  @media screen and (min-width: 540px) {
    .search__header {
      padding: 0 15px 20px; } }
  @media screen and (min-width: 1024px) {
    .search__header {
      padding: 10px 5px 40px; } }

.search__img_placeholder--empty img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
  padding: 0; }

.search__header_wrap {
  position: relative;
  margin: 0 auto;
  background: #5bb4ff;
  z-index: 101; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .search__header_wrap {
      width: 540px; } }
  @media screen and (min-width: 1024px) {
    .search__header_wrap {
      margin: 0 -5px; } }

.search__header_arc {
  display: none; }

@media screen and (min-width: 1024px) {
  .search__form {
    position: relative; } }

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

.search__form_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #1e1e1e;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0px; }
  @media screen and (min-width: 1024px) {
    .search__form_input {
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem; } }
  .search__form_input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8f8f8f; }
  .search__form_input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8f8f8f; }
  .search__form_input:-moz-placeholder {
    /* Firefox 18- */
    color: #8f8f8f; }
  .search__form_input:-ms-input-placeholder {
    /* IE 10+ */
    color: #8f8f8f; }

.search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  padding: 0;
  background: #1e1e1e;
  border: 0;
  outline: 0;
  border-radius: 0; }
  @media screen and (min-width: 1024px) {
    .search__button {
      width: 50px; } }
  .search__button .icon {
    position: relative;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
    color: #fff; }

.search__form_label {
  position: relative;
  display: block;
  margin-top: 24px;
  padding: 0 0 6px 12px;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  color: #1e1e1e; }
  @media screen and (min-width: 1310px) {
    .search__form_label {
      margin-top: 24px; } }

.search__form_item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .search__form_item:before, .search__form_item:after {
    content: "";
    display: table; }
  .search__form_item:after {
    clear: both; }
  .search__form_item--big {
    margin-left: -16px;
    margin-right: -16px; }
  .search__form_item--query {
    background: #000; }

.search__form_select_wrap {
  position: relative;
  z-index: 12;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  background: #fff;
  border-radius: 3px; }
  @media screen and (min-width: 540px) {
    .search__form_select_wrap {
      width: 48%; } }
  @media screen and (min-width: 1024px) {
    .search__form_select_wrap {
      width: 18%;
      margin-right: 20px;
      margin-bottom: 0; } }
  .search__form_select_wrap::after {
    content: " ";
    position: absolute;
    top: 5px;
    right: -6px;
    display: block;
    width: 1px;
    height: 30px; }
  .search__form_select_wrap--40 {
    width: 40%; }

.search__form_select {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0; }
  .search__form_select:before, .search__form_select:after {
    content: "";
    display: table; }
  .search__form_select:after {
    clear: both; }

.search__form_select_btn {
  position: relative;
  display: block;
  padding-left: 16px;
  padding-right: 30px;
  background: #000;
  border: 1px solid #636363;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 38px;
  line-height: 3.8rem;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media screen and (min-width: 1024px) {
    .search__form_select_btn {
      line-height: 40px;
      line-height: 4rem; } }

.search__form_select_btn_after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 4rem !important;
  line-height: 40px !important;
  z-index: 12;
  pointer-events: none; }
  .search__form_select_btn_after .icon {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    top: 3px;
    color: #7d7d7d; }
    .search__form_select_btn_after .icon.icon--close {
      display: none;
      top: 3px; }

.search__form_select_list.is_visible + .search__form_select_btn_after .icon--close {
  display: block; }

.search__form_select_list.is_visible + .search__form_select_btn_after .icon--open {
  display: none; }

.search__form_select_list {
  position: relative;
  top: -40px;
  left: 0;
  right: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  z-index: 11;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  .search__form_select_list.is_visible {
    display: block; }

.search__form_select_item {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 16px;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  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;
  color: #414142; }
  .search__form_select_item:hover {
    background: #eaeaea; }
  .search__form_select_item a:hover {
    background: #eaeaea; }

.search__form_select_box {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .search__form_select_box.focusable:active, .search__form_select_box.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.search__form_calendar_wrap {
  position: relative;
  width: 100%;
  clear: both; }
  @media screen and (min-width: 1024px) {
    .search__form_calendar_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      clear: none;
      padding: 0 20px;
      margin: 32px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .search__form_calendar_wrap {
      width: 46.8965%; } }

.search__form_calendar_inner_wrap {
  z-index: 10;
  width: 48%;
  margin: 16px 0 15px 0;
  padding: 0;
  background: #fff;
  color: #1e1e1e;
  border: none;
  font: normal 400 100% "Merriweather", sans-serif; }
  .search__form_calendar_inner_wrap:before, .search__form_calendar_inner_wrap:after {
    content: "";
    display: table; }
  .search__form_calendar_inner_wrap:after {
    clear: both; }
  .search__form_calendar_inner_wrap--start {
    float: left; }
  .search__form_calendar_inner_wrap--end {
    float: right; }
  @media screen and (min-width: 1024px) {
    .search__form_calendar_inner_wrap {
      position: relative;
      width: 50%;
      margin: 0; }
      .search__form_calendar_inner_wrap:first-child {
        margin: 0 20px 0 -20px; } }
  .search__form_calendar_inner_wrap > div:first-child {
    position: relative; }

.search__form_calendar_label {
  position: relative;
  display: block;
  float: left;
  margin-left: 12px;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #8f8f8f; }
  @media screen and (min-width: 540px) {
    .search__form_calendar_label {
      margin-left: 15px; } }
  @media screen and (min-width: 1024px) {
    .search__form_calendar_label {
      margin: 0 6px 0 10px; } }

.search__form_calendar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 40px;
  float: right;
  z-index: 1; }
  .search__form_calendar .icon {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    pointer-events: none;
    color: #8b8b8b;
    text-align: center; }

.search__calendar_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 35px;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #1e1e1e;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }
  @media screen and (min-width: 1024px) {
    .search__calendar_input:hover {
      cursor: pointer; } }
  .search__calendar_input::-webkit-inner-spin-button, .search__calendar_input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none; }
  .search__calendar_input--display {
    position: absolute;
    top: 0;
    left: 35px;
    right: 35px;
    width: auto;
    padding: 0;
    background-color: #fff;
    pointer-events: none;
    line-height: 40px;
    line-height: 4rem; }
    .search__calendar_input--display:not(:empty) {
      z-index: 2; }

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

.search__form_submit {
  margin: 9px 0 4px 0;
  padding: 0 16px;
  float: right;
  border: none; }
  .search__form_submit:hover {
    background-color: #fff200;
    color: #1e1e1e; }
  @media screen and (max-width: 359px) {
    .search__form_submit {
      padding: 0 18px;
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (min-width: 1024px) {
    .search__form_submit {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 48px 0 0 0;
      height: 40px;
      line-height: 40px;
      line-height: 4rem; } }
  @media screen and (min-width: 1310px) {
    .search__form_submit {
      margin: 45px 0 0 0; } }

.search__form_clear_filters {
  position: relative;
  margin: 14px 0 0 0;
  padding: 0 0 0 32px;
  float: left;
  display: inline-block;
  color: #fff;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .search__form_clear_filters > .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    text-align: center; }
  .search__form_clear_filters:hover {
    color: #1e1e1e; }
  @media screen and (max-width: 359px) {
    .search__form_clear_filters {
      font-size: 10px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .search__form_clear_filters {
      position: absolute;
      bottom: 40px;
      right: 143px;
      margin: 0;
      color: #fff;
      line-height: 48px;
      line-height: 4.8rem; }
      .search__form_clear_filters > .icon {
        line-height: 48px;
        line-height: 4.8rem; } }
  @media screen and (min-width: 1310px) {
    .search__form_clear_filters {
      right: 141px; } }

.search__tags {
  margin-bottom: 30px; }
  .search__tags:before, .search__tags:after {
    content: "";
    display: table; }
  .search__tags:after {
    clear: both; }

.search__tags_title {
  position: relative;
  margin: 0 0 25px;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem; }

.search__paginator {
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 20px 0 40px;
  text-align: center; }
  .search__paginator--no_top_border {
    border-top: 0; }

.search__extra {
  position: relative;
  height: 38px;
  width: 40px;
  padding: 0;
  line-height: 38px;
  line-height: 3.8rem;
  cursor: pointer; }
  .search__extra [class^="icon-"], .search__extra [class*=" icon-"] {
    position: relative;
    top: 5px;
    font-size: 24px;
    font-size: 2.4rem; }

@media screen and (min-width: 1024px) {
  .search .content__wrap {
    margin: 30px auto 0 auto; } }

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

.search__options_wrap {
  width: 100%;
  margin: 16px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .search__options_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 122px; } }

@media screen and (min-width: 1024px) {
  .search__dropdowns_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
    float: left; } }

@media screen and (min-width: 1310px) {
  .search__dropdowns_wrap {
    width: 53.1034%; } }

@media screen and (min-width: 1024px) {
  .search .fake_form_select__wrap {
    width: 50%; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .search .fake_form_select__wrap:first-child {
      margin: 0 20px 0 -20px; } }

.search .fake_form_select__wrap + .fake_form_select__wrap {
  margin: 16px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .search .fake_form_select__wrap + .fake_form_select__wrap {
      margin: 32px 0 0 0; } }

.gldp-default {
  position: absolute;
  top: 70px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  display: block;
  width: 311px !important;
  height: 305px !important;
  margin: auto;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  z-index: 101; }
  @media screen and (min-width: 1024px) {
    .search__form_calendar_inner_wrap--start .gldp-default {
      left: 0 !important;
      right: auto !important; } }
  @media screen and (min-width: 1024px) {
    .search__form_calendar_inner_wrap--end .gldp-default {
      right: 0 !important;
      left: auto !important; } }
  .gldp-default .core.border.monyear.title {
    background-color: #1e1e1e;
    font: normal 800 100% "Raleway", sans-serif;
    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; }
  .gldp-default .core.border.dow {
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #a3a3a3; }
  .gldp-default .core.border:not(.dow) {
    background-color: #1e1e1e;
    font: normal 800 100% "Raleway", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    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; }
    .gldp-default .core.border:not(.dow).selected:before {
      background-color: #1e1e1e;
      opacity: 1; }
  .gldp-default .prev-arrow,
  .gldp-default .next-arrow {
    background-color: #1e1e1e;
    font-size: 24px;
    font-size: 2.4rem; }
  .gldp-default .prev-arrow:after {
    content: "\e90b";
    color: #fff; }
  .gldp-default .next-arrow:after {
    content: "\e90c";
    color: #fff; }

/****************** End SEARCH ******************/
.funzone {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .funzone {
      display: none; } }
  .funzone--iseljavanje {
    bottom: 40px;
    right: 15px;
    width: 50px;
    height: 50px; }
  .funzone__wrap {
    position: fixed;
    bottom: 13px;
    right: 13px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #fff200;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    z-index: 101; }
    .funzone--iseljavanje .funzone__wrap {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1px;
      -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-color: #c50a24; }
  .funzone__img {
    position: relative;
    display: block;
    margin: 9px; }
    .funzone--iseljavanje .funzone__img {
      margin: 27px 0; }
  .funzone__image {
    position: absolute;
    width: 40px;
    height: auto;
    left: 36px;
    top: 25px; }
    .funzone--iseljavanje .funzone__image {
      position: absolute;
      top: 2px;
      right: 2px;
      bottom: 2px;
      left: 2px;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      margin: auto; }

.share_widget {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 540px) and (max-width: 9999px) {
    .share_widget {
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    .share_widget {
      padding: 0 15px; } }
  .share_widget__inner_wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff200;
    padding: 0 14px 30px; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .share_widget__inner_wrap {
        padding: 0 30px 30px; } }
    @media screen and (min-width: 1024px) and (max-width: 9999px) {
      .share_widget__inner_wrap {
        padding: 20px 0; } }
  .share_widget__title {
    position: relative;
    top: -18px;
    width: 290px;
    margin: 0 auto;
    padding: 0;
    font: normal 300 100% "Roboto Slab", sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 37px;
    line-height: 3.7rem;
    color: #fff;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .share_widget__title {
        position: relative;
        top: 0;
        left: -10px;
        width: 415px;
        margin: 0;
        text-align: left;
        float: left;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 36px;
        line-height: 3.6rem; } }
    @media screen and (min-width: 1310px) {
      .share_widget__title {
        font-size: 28px;
        font-size: 2.8rem; } }
  .share_widget__title_highlight {
    padding: 0 11px;
    background: #1e1e1e;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    @media screen and (min-width: 1024px) {
      .share_widget__title_highlight {
        padding: 1px 11px 2px 30px; } }
    @media screen and (min-width: 1024px) {
      .share_widget__title_highlight br {
        display: none; } }
  @media screen and (min-width: 1024px) {
    .share_widget__btn_wrap {
      position: relative;
      top: 30px;
      right: -25px;
      float: right; } }
  @media screen and (min-width: 1024px) {
    .share_widget__btn_wrap {
      top: 16px;
      right: -10px; } }
  @media screen and (min-width: 1310px) {
    .share_widget__btn_wrap {
      top: 11px; } }
  .share_widget .btn {
    display: block;
    text-align: center; }
    .share_widget .btn:first-of-type {
      margin: 12px 0 14px 0; }
    .share_widget .btn:hover {
      background-color: #1e1e1e; }
    @media screen and (min-width: 1024px) {
      .share_widget .btn {
        float: left; }
        .share_widget .btn:first-of-type {
          margin: 0 20px 0 0; } }
    @media screen and (min-width: 1310px) {
      .share_widget .btn {
        height: 50px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 50px;
        line-height: 5rem; }
        .share_widget .btn:first-of-type {
          margin: 0 30px 0 0; } }

@media screen and (min-width: 1024px) {
  .topnews_widget .main_tile__label {
    margin: -7px 0 24px 0; } }

@media screen and (min-width: 1310px) {
  .topnews_widget .main_tile__label {
    margin: -7px 0 26px 0; } }

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

.recommend_widget {
  position: relative;
  padding: 30px 14px 30px 0;
  background-color: #f4f4f4; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .recommend_widget {
      padding: 30px 30px 30px 0; } }
  @media screen and (min-width: 1024px) {
    .recommend_widget {
      padding: 30px 30px 30px 70px; } }
  @media screen and (min-width: 1310px) {
    .recommend_widget {
      padding: 40px 40px 40px 170px; } }
  @media screen and (min-width: 1024px) {
    .recommend_widget__outer_wrap {
      padding: 0 15px; } }
  .recommend_widget__label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background-color: #1e1e1e; }
    @media screen and (min-width: 540px) {
      .recommend_widget__label {
        left: 0; } }
    @media screen and (min-width: 1310px) {
      .recommend_widget__label {
        width: 130px; } }
  .recommend_widget__label_wrap {
    position: relative;
    top: 29px;
    display: block;
    height: 113px;
    width: 40px; }
    .recommend_widget__label_wrap span {
      position: absolute;
      left: 0;
      display: block;
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 40px;
      line-height: 4rem;
      letter-spacing: 0.025em;
      color: #fff;
      text-transform: uppercase;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -moz-transform: rotate(-90deg) translateX(-100%) translateY(140%);
      -webkit-transform: rotate(-90deg) translateX(-100%) translateY(140%);
      -ms-transform: rotate(-90deg) translateX(-100%) translateY(0%);
      transform: rotate(-90deg) translateX(-100%) translateY(0%); }
    @media screen and (min-width: 540px) {
      .recommend_widget__label_wrap span {
        line-height: 42px;
        line-height: 4.2rem; } }
    @media screen and (min-width: 1310px) {
      .recommend_widget__label_wrap {
        top: 38px;
        left: 67px;
        width: 50px;
        height: 312px; }
        .recommend_widget__label_wrap span {
          font-size: 50px;
          font-size: 5rem;
          line-height: 50px;
          line-height: 5rem; } }
  .recommend_widget__inner_wrap {
    padding: 0 0 0 40px; }
    @media screen and (min-width: 540px) {
      .recommend_widget__inner_wrap {
        padding: 0 0 0 40px; } }
    @media screen and (min-width: 1024px) {
      .recommend_widget__inner_wrap {
        padding: 0; } }

.epicfail__fold {
  position: relative; }
  .epicfail__fold .column_sidebar {
    position: static; }

.epicfail_widget {
  position: relative;
  margin: 0 0 40px 0;
  background-color: #f4f4f4; }
  @media screen and (min-width: 1024px) {
    .epicfail_widget {
      margin: 0; } }
  .epicfail_widget__label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background-color: #1e1e1e; }
    @media screen and (min-width: 540px) {
      .epicfail_widget__label {
        left: 0; } }
    @media screen and (min-width: 1310px) {
      .epicfail_widget__label {
        width: 130px; } }
  .epicfail_widget__label_wrap {
    position: relative;
    top: 29px;
    display: block;
    height: 87px;
    width: 40px; }
    .epicfail_widget__label_wrap span {
      position: absolute;
      left: 0;
      display: block;
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 40px;
      line-height: 4rem;
      letter-spacing: 0.025em;
      color: #fff;
      text-transform: uppercase;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -moz-transform: rotate(-90deg) translateX(-100%) translateY(140%);
      -webkit-transform: rotate(-90deg) translateX(-100%) translateY(140%);
      -ms-transform: rotate(-90deg) translateX(-100%) translateY(0%);
      transform: rotate(-90deg) translateX(-100%) translateY(0%);
      white-space: nowrap; }
    @media screen and (min-width: 540px) {
      .epicfail_widget__label_wrap span {
        line-height: 42px;
        line-height: 4.2rem; } }
    @media screen and (min-width: 1310px) {
      .epicfail_widget__label_wrap {
        top: 39px;
        left: 67px;
        width: 50px;
        height: 239px; }
        .epicfail_widget__label_wrap span {
          font-size: 50px;
          font-size: 5rem;
          line-height: 50px;
          line-height: 5rem;
          letter-spacing: 0.025em; } }
  .epicfail_widget__inner_wrap {
    padding: 30px 14px 30px 40px; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .epicfail_widget__inner_wrap {
        padding: 30px 30px 30px 40px; } }
    @media screen and (min-width: 1024px) {
      .epicfail_widget__inner_wrap {
        padding: 30px 30px 30px 40px; } }
    @media screen and (min-width: 1310px) {
      .epicfail_widget__inner_wrap {
        padding: 40px 40px 40px 130px; } }
  .epicfail_widget__list {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .epicfail_widget__list:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
    .epicfail_widget__list:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 15px;
      border-right: 3px solid #fe6a52;
      border-bottom: 3px solid #fe6a52; }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .epicfail_widget__list:before {
          left: 30px; } }
      @media screen and (min-width: 1024px) {
        .epicfail_widget__list:before {
          left: 30px; } }
      @media screen and (min-width: 1310px) {
        .epicfail_widget__list:before {
          left: 40px; } }
  .epicfail_widget__list_item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    margin: 0 0 24px 0; }
    @media screen and (min-width: 1310px) {
      .epicfail_widget__list_item {
        margin: 0 0 29px 0; } }
    .epicfail_widget__list_item:first-child {
      margin: 23px 0 20px 0;
      padding: 15px 14px;
      background-color: #fe6a52; }
      @media screen and (min-width: 1310px) {
        .epicfail_widget__list_item:first-child {
          margin: 23px 0 23px 0; } }
  .epicfail_widget__article_link {
    display: block; }
  .epicfail_widget__article_overtitle {
    position: relative;
    left: -14px;
    display: inline-block;
    height: 23px;
    padding: 0 10px 0 14px;
    background-color: #e0e0e0;
    font: normal 800 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    color: #1e1e1e;
    text-transform: uppercase; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .epicfail_widget__article_overtitle {
        padding: 0 10px 0 30px; } }
    @media screen and (min-width: 1024px) {
      .epicfail_widget__article_overtitle {
        padding: 0 10px 0 30px; } }
    @media screen and (min-width: 1310px) {
      .epicfail_widget__article_overtitle {
        padding: 0 10px 0 40px; } }
    .epicfail_widget__list_item:first-child .epicfail_widget__article_overtitle {
      position: absolute;
      top: -23px;
      left: 0;
      background-color: #fff200; }
  .epicfail_widget__article_title {
    padding: 0;
    margin: 6px 0 0 0;
    font: normal 800 100% "Raleway", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: -0.01em;
    color: #1e1e1e; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .epicfail_widget__article_title {
        padding: 0 0 0 15px; } }
    @media screen and (min-width: 1024px) {
      .epicfail_widget__article_title {
        padding: 0 10px 0 15px; } }
    @media screen and (min-width: 1310px) {
      .epicfail_widget__article_title {
        padding: 0 10px 0 25px; } }
    @media screen and (min-width: 1310px) {
      .epicfail_widget__article_title {
        font-size: 20px;
        font-size: 2rem; } }
    .epicfail_widget__list_item:first-child .epicfail_widget__article_title {
      margin: 0;
      font-size: 20px;
      font-size: 2rem;
      line-height: 26px;
      line-height: 2.6rem;
      color: #fff; }
      @media screen and (min-width: 1024px) {
        .epicfail_widget__list_item:first-child .epicfail_widget__article_title {
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 41px;
          line-height: 4.1rem; } }
      @media screen and (min-width: 1310px) {
        .epicfail_widget__list_item:first-child .epicfail_widget__article_title {
          font-size: 48px;
          font-size: 4.8rem;
          line-height: 54px;
          line-height: 5.4rem; } }

.yellow_journalism {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .yellow_journalism {
      padding: 14px 30px; } }
  @media screen and (min-width: 1024px) {
    .yellow_journalism {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 330px;
      padding: 0 15px;
      margin: 0; } }
  .yellow_journalism__inner_wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 21px 20px;
    background-color: #1e1e1e;
    text-align: center; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .yellow_journalism__inner_wrap {
        padding: 21px 30px; } }
    @media screen and (min-width: 1024px) {
      .yellow_journalism__inner_wrap {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        left: 15px;
        @iclude border-box(); } }
  @media screen and (min-width: 1024px) {
    .yellow_journalism__data {
      display: table;
      height: 100%; } }
  .yellow_journalism__title {
    padding: 0;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 44px;
    line-height: 4.4rem;
    letter-spacing: -0.01em;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .yellow_journalism__title {
        display: table-cell;
        vertical-align: middle; } }
  .yellow_journalism .btn {
    display: block;
    margin: 21px 0 9px 0; }
    .yellow_journalism .btn:hover {
      background-color: #5bb4ff;
      color: #1e1e1e; }
    @media screen and (min-width: 1024px) {
      .yellow_journalism .btn {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 20px;
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .yellow_journalism .btn {
        height: 50px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 50px;
        line-height: 5rem; } }

.column_widget {
  position: relative;
  margin: 0 !important;
  padding: 72px 14px 48px 0;
  background-color: #f4f4f4; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .column_widget {
      padding: 72px 30px 48px 0; } }
  @media screen and (min-width: 1024px) {
    .column_widget {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 600px;
      padding: 72px 0 48px 40px; } }
  @media screen and (min-width: 1310px) {
    .column_widget {
      padding: 84px 0 41px 130px; } }
  .column_widget__label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background-color: #1e1e1e; }
    @media screen and (min-width: 540px) {
      .column_widget__label {
        left: 0; } }
    @media screen and (min-width: 1310px) {
      .column_widget__label {
        width: 130px; } }
  .column_widget__label_wrap {
    position: relative;
    top: 29px;
    display: block;
    height: 113px;
    width: 40px; }
    .column_widget__label_wrap span {
      position: absolute;
      left: 0;
      display: block;
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 40px;
      line-height: 4rem;
      letter-spacing: 0.025em;
      color: #fff;
      text-transform: uppercase;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -moz-transform: rotate(-90deg) translateX(-100%) translateY(140%);
      -webkit-transform: rotate(-90deg) translateX(-100%) translateY(140%);
      -ms-transform: rotate(-90deg) translateX(-100%) translateY(0%);
      transform: rotate(-90deg) translateX(-100%) translateY(0%); }
    @media screen and (min-width: 540px) {
      .column_widget__label_wrap span {
        line-height: 42px;
        line-height: 4.2rem; } }
    @media screen and (min-width: 1310px) {
      .column_widget__label_wrap {
        top: 38px;
        left: 67px;
        width: 50px;
        height: 312px; }
        .column_widget__label_wrap span {
          font-size: 50px;
          font-size: 5rem;
          line-height: 50px;
          line-height: 5rem; } }
  .column_widget__inner_wrap {
    padding: 0 0 0 40px; }
    @media screen and (min-width: 540px) {
      .column_widget__inner_wrap {
        padding: 0 0 0 40px; } }
    @media screen and (min-width: 1024px) {
      .column_widget__inner_wrap {
        position: relative;
        padding: 0; } }
    @media screen and (min-width: 1310px) {
      .column_widget__inner_wrap {
        padding: 0 10px 0 0; } }
  .column_widget__block {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 14px;
    margin: 82px 0 0 0; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .column_widget__block {
        padding: 0 0 0 30px; } }
    @media screen and (min-width: 1024px) {
      .column_widget__block {
        position: static;
        width: 50%;
        float: left;
        margin: 0;
        padding: 0 30px; } }
    @media screen and (min-width: 1310px) {
      .column_widget__block {
        padding: 0 30px 0 40px; } }
    .column_widget__block:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 14px;
      /* @include min-screen($lg) {
                left: 30px;
                right: 30px;
            }

            @include min-screen($xlg) {
                left: 40px;
                right: 30px;
            } */ }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .column_widget__block:before {
          left: 30px; } }
      @media screen and (min-width: 1024px) {
        .column_widget__block:before {
          display: none; } }
    .column_widget__block:after {
      content: "";
      position: absolute;
      left: 14px;
      top: -42px;
      width: 87px;
      height: 87px;
      /* @include min-screen($lg) {
                left: 30px;
            }

            @include min-screen($xlg) {
                left: 40px;
                right: 30px;
            } */ }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .column_widget__block:after {
          left: 30px; } }
      @media screen and (min-width: 1024px) {
        .column_widget__block:after {
          display: none; } }
    .column_widget__block:first-child {
      margin: 0; }
    .column_widget__block:nth-child(odd):after {
      background-color: #85e132; }
    .column_widget__block:nth-child(odd):before {
      border: 3px solid #85e132;
      border-left: none; }
    .column_widget__block:nth-child(even):after {
      background-color: #5bb4ff; }
    .column_widget__block:nth-child(even):before {
      border: 3px solid #5bb4ff;
      border-left: none; }
    .column_widget__block .btn {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      padding: 0 20px; }
      @media screen and (min-width: 1024px) {
        .column_widget__block .btn {
          top: auto;
          left: 29%;
          margin: 0;
          z-index: 1; } }
      @media screen and (min-width: 1310px) {
        .column_widget__block .btn {
          height: 50px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 50px;
          line-height: 5rem;
          letter-spacing: 0.15em; } }
  .column_widget__block_frame {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none; }
    .column_widget__block_frame:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 15px; }
      @media screen and (min-width: 1024px) {
        .column_widget__block_frame:before {
          left: 30px;
          right: 30px; } }
      @media screen and (min-width: 1310px) {
        .column_widget__block_frame:before {
          left: 40px;
          right: 35px; } }
    .column_widget__block_frame:after {
      content: "";
      position: absolute;
      left: 15px;
      top: -42px;
      width: 87px;
      height: 87px; }
      @media screen and (min-width: 1024px) {
        .column_widget__block_frame:after {
          left: 30px; } }
      @media screen and (min-width: 1310px) {
        .column_widget__block_frame:after {
          left: 40px; } }
    @media screen and (min-width: 1024px) {
      .column_widget__block:nth-child(odd) .column_widget__block_frame {
        display: block;
        left: 0;
        right: 50%; } }
    .column_widget__block:nth-child(odd) .column_widget__block_frame:after {
      background-color: #85e132; }
    .column_widget__block:nth-child(odd) .column_widget__block_frame:before {
      border: 3px solid #85e132;
      border-left: none; }
    @media screen and (min-width: 1024px) {
      .column_widget__block:nth-child(even) .column_widget__block_frame {
        display: block;
        left: 50%;
        right: 0; } }
    .column_widget__block:nth-child(even) .column_widget__block_frame:after {
      background-color: #5bb4ff; }
      @media screen and (min-width: 1310px) {
        .column_widget__block:nth-child(even) .column_widget__block_frame:after {
          left: 35px; } }
    .column_widget__block:nth-child(even) .column_widget__block_frame:before {
      border: 3px solid #5bb4ff;
      border-left: none; }
      @media screen and (min-width: 1310px) {
        .column_widget__block:nth-child(even) .column_widget__block_frame:before {
          right: 40px; } }
  .column_widget__figure {
    position: absolute;
    left: 24px;
    top: -61px;
    z-index: 1;
    width: 116px;
    height: 116px;
    overflow: hidden; }
    @media screen and (min-width: 540px) {
      .column_widget__figure {
        top: -61px;
        left: 40px; } }
    @media screen and (min-width: 1024px) {
      .column_widget__figure {
        position: relative;
        top: auto;
        margin-top: -61px;
        left: 10px; } }
    .column_widget__figure a {
      display: block; }
    .column_widget__figure img {
      display: block;
      width: 100%;
      height: auto; }
  .column_widget__author_link {
    position: relative;
    z-index: 1;
    display: block; }
  .column_widget__author_name {
    display: inline-block;
    margin: 64px 0 0 0;
    font: normal 300 100% "Roboto Slab", sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: -0.01em; }
    @media screen and (min-width: 1024px) {
      .column_widget__author_name {
        margin: 17px 0 0 0;
        padding: 0; } }
    @media screen and (min-width: 1310px) {
      .column_widget__author_name {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 28px;
        line-height: 2.8rem; } }
  .column_widget__list {
    padding: 0;
    margin: 24px 0 0 0;
    padding: 0 0 30px 0;
    list-style-type: none; }
    .column_widget__block:nth-child(even) .column_widget__list {
      padding: 0 0 48px 0; }
      @media screen and (min-width: 1024px) {
        .column_widget__block:nth-child(even) .column_widget__list {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 0 65px 0; } }
    @media screen and (min-width: 1024px) {
      .column_widget__list {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 65px 0; } }
  .column_widget__list_item {
    position: relative;
    padding: 0 14px;
    margin: 0 0 30px 0;
    font: normal 700 100% "Raleway", sans-serif; }
    .column_widget__list_item:last-child {
      margin: 0; }
    .column_widget__list_item:before {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 3px; }
    .column_widget__block:nth-child(odd) .column_widget__list_item:before {
      background-color: #85e132; }
    .column_widget__block:nth-child(even) .column_widget__list_item:before {
      background-color: #5bb4ff; }
    .column_widget__list_item a {
      color: #1e1e1e;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      letter-spacing: -0.01em; }
      @media screen and (min-width: 1024px) {
        .column_widget__list_item a {
          display: block;
          padding: 0 10px 0 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          max-height: 66px; } }
      @media screen and (min-width: 1310px) {
        .column_widget__list_item a {
          -webkit-line-clamp: 3;
          max-height: 72px; } }
    .column_widget__list_item:first-child {
      position: relative;
      padding: 15px 14px 15px 0;
      font: normal 900 100% "Raleway", sans-serif; }
      @media screen and (min-width: 1024px) {
        .column_widget__list_item:first-child {
          width: 100%;
          left: -30px;
          padding: 15px 0 15px 30px; } }
      @media screen and (min-width: 1310px) {
        .column_widget__list_item:first-child {
          left: -40px;
          padding: 15px 0 15px 40px; } }
      .column_widget__list_item:first-child:before {
        position: absolute;
        top: 0;
        left: -15px;
        right: 0;
        bottom: 0;
        width: auto;
        z-index: 0; }
        @media screen and (min-width: 540px) and (max-width: 1023px) {
          .column_widget__list_item:first-child:before {
            left: -30px; } }
        @media screen and (min-width: 1024px) {
          .column_widget__list_item:first-child:before {
            left: 0; } }
      .column_widget__list_item:first-child a {
        position: relative;
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem;
        letter-spacing: -0.01em; }
        @media screen and (min-width: 1024px) {
          .column_widget__list_item:first-child a {
            font-size: 20px;
            font-size: 2rem;
            line-height: 26px;
            line-height: 2.6rem;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            max-height: 78px; } }
        @media screen and (min-width: 1310px) {
          .column_widget__list_item:first-child a {
            font-size: 27px;
            font-size: 2.7rem;
            line-height: 32px;
            line-height: 3.2rem;
            max-height: 96px; } }
    .column_widget__block:nth-child(odd) .column_widget__list_item:first-child:before {
      background-color: #85e132; }
    .column_widget__block:nth-child(even) .column_widget__list_item:first-child:before {
      background-color: #5bb4ff; }

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

.weather_widget {
  padding: 0 14px; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .weather_widget {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .weather_widget {
      padding: 0;
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .weather_widget {
      margin: 0; } }
  .weather_widget__select_wrap {
    display: inline-block;
    width: 220px;
    margin: 0px auto;
    position: relative;
    z-index: 2; }
    .weather_widget__select_wrap option {
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      text-transform: none;
      padding: 5px 10px;
      text-transform: none; }
  .weather_widget__label {
    color: #1e1e1e;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (min-width: 1024px) {
      .weather_widget__label {
        width: 26px;
        height: 26px; } }
  .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: #1e1e1e;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 9px 40px 9px 10px;
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0px;
    /* hide select arrow for IE */ }
    .weather_widget__select:hover {
      cursor: pointer; }
    .weather_widget__select::-ms-expand {
      display: none; }
  .weather_widget__today {
    position: relative;
    padding: 0 0 26px 0;
    border-bottom: 1px solid #e3e3e3; }
    .weather_widget__today .weather_widget__icon_wrap {
      position: absolute;
      top: 0;
      bottom: 26px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      max-width: 200px;
      padding: 0 20px 0 0;
      float: left; }
      .weather_widget__today .weather_widget__icon_wrap:before {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        left: 0;
        height: 50px;
        margin: auto;
        background-color: #fff200; }
    .weather_widget__today .weather_widget__icon_figure {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .weather_widget__today .weather_widget__icon_figure img,
      .weather_widget__today .weather_widget__icon_figure svg {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: auto; }
    .weather_widget__today .weather_widget__data_wrap {
      width: 50%;
      float: right; }
    .weather_widget__today .weather_widget__now p {
      margin: 0;
      font: normal 800 100% "Raleway", sans-serif;
      font-size: 80px;
      font-size: 8rem;
      line-height: 76px;
      line-height: 7.6rem;
      letter-spacing: -0.03em;
      color: #1e1e1e;
      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; }
    .weather_widget__today .weather_widget__now small {
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #8f8f8f; }
    .weather_widget__today .weather_widget__pressure,
    .weather_widget__today .weather_widget__humidity {
      margin: 8px 0 0 0; }
      .weather_widget__today .weather_widget__pressure small,
      .weather_widget__today .weather_widget__humidity small {
        font: normal 400 100% "Raleway", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #8f8f8f; }
      .weather_widget__today .weather_widget__pressure p,
      .weather_widget__today .weather_widget__humidity p {
        margin: 2px 0 0 0;
        font: normal 800 100% "Raleway", sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 20px;
        line-height: 2rem;
        color: #1e1e1e;
        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; }
    .weather_widget__today .weather_widget__humidity {
      margin: 14px 0 0 0; }
  .weather_widget__later {
    position: relative;
    padding: 25px 0 48px 0; }
    .weather_widget__later .weather_widget__icon_wrap {
      position: absolute;
      top: 25px;
      bottom: 26px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      max-width: 200px;
      padding: 0 20px 0 0;
      float: left; }
      .weather_widget__later .weather_widget__icon_wrap:before {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        left: 0;
        height: 50px;
        margin: auto;
        background-color: #fff200; }
    .weather_widget__later .weather_widget__icon_figure {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .weather_widget__later .weather_widget__icon_figure img,
      .weather_widget__later .weather_widget__icon_figure svg {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: auto; }
    .weather_widget__later .weather_widget__data_wrap {
      width: 50%;
      float: right; }
    .weather_widget__later .weather_widget__now p {
      margin: 0;
      font: normal 800 100% "Raleway", sans-serif;
      font-size: 56px;
      font-size: 5.6rem;
      line-height: 60px;
      line-height: 6rem;
      letter-spacing: -0.01em;
      color: #1e1e1e;
      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; }
    .weather_widget__later .weather_widget__now small {
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #8f8f8f; }
    .weather_widget__later .weather_widget__pressure,
    .weather_widget__later .weather_widget__humidity {
      margin: 8px 0 0 0; }
      .weather_widget__later .weather_widget__pressure small,
      .weather_widget__later .weather_widget__humidity small {
        font: normal 400 100% "Raleway", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #8f8f8f; }
      .weather_widget__later .weather_widget__pressure p,
      .weather_widget__later .weather_widget__humidity p {
        margin: 2px 0 0 0;
        font: normal 800 100% "Raleway", sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 20px;
        line-height: 2rem;
        color: #1e1e1e;
        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; }
    .weather_widget__later .weather_widget__humidity {
      margin: 14px 0 0 0; }
  .weather_widget .btn {
    width: 100%;
    text-align: center; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

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

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

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

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

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

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

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

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

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

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-next-item:before {
  content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-previous-item:before {
  content: "\f120"; }

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

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

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
  touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.333333333333333em;
  z-index: 1; }

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none; }

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red; }

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

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

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

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: block; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports ((display: -ms-grid) or (display: grid)) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: -webkit-linear-gradient(bottom, #fff 88%, #73859f 100%);
  background-image: -o-linear-gradient(bottom, #fff 88%, #73859f 100%);
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: -webkit-linear-gradient(top, #fff 88%, #73859f 100%);
  background-image: -o-linear-gradient(top, #fff 88%, #73859f 100%);
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none; }

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none; }

/**
 * videojs.ads.css
 */
/* Ad playback */
.vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
  pointer-events: none; }

.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background-color: #ffe400; }

/* Ad loading */
.vjs-ad-playing.vjs-ad-loading .vjs-loading-spinner {
  display: block; }

.preroll-skip-button, .advertisement-box, .remaining-time {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
  padding: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-right: none; }

.advertisement-box {
  right: auto;
  left: 0;
  font-style: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-left: none; }

.preroll-skip-button.enabled {
  cursor: pointer;
  color: #fff; }

.preroll-skip-button.enabled:hover {
  cursor: pointer;
  background: #333; }

.preroll-blocker {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/**
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ima-ad-container {
  top: 0em;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%; }

/* Move overlay if user fast-clicks play button. */
.video-js.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em; }

/* Move overlay when controls are active. */
.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
  margin-top: 0em; }

.video-js.vjs-paused .bumpable-ima-ad-container,
.video-js.vjs-playing:hover .bumpable-ima-ad-container,
.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em; }

.ima-controls-div {
  bottom: 0em;
  height: 1.4em;
  position: absolute;
  overflow: hidden;
  display: none;
  opacity: 1;
  background-color: rgba(7, 20, 30, 0.7);
  background: -moz-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(7, 20, 30, 0.7)), color-stop(100%, rgba(7, 20, 30, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 20, 30, 0.7)), to(rgba(7, 20, 30, 0)));
  background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007141E', endColorstr='#07141E',GradientType=0 );
  /* IE6-9 */ }

.ima-controls-div.ima-controls-div-showing {
  height: 3.7em; }

.ima-countdown-div {
  height: 1em;
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #000;
  cursor: default; }

.ima-seek-bar-div {
  top: 1.2em;
  height: 0.3em;
  position: absolute;
  background: rgba(255, 255, 255, 0.4); }

.ima-progress-div {
  width: 0em;
  height: 0.3em;
  background-color: #ECC546; }

.ima-play-pause-div, .ima-mute-div, .ima-slider-div, .ima-fullscreen-div {
  width: 2.33em;
  height: 1.33em;
  top: 0.733em;
  left: 0em;
  position: absolute;
  color: #CCCCCC;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  font-family: VideoJS;
  cursor: pointer; }

.ima-mute-div {
  left: auto;
  right: 5.667em; }

.ima-slider-div {
  left: auto;
  right: 2.33em;
  width: 3.33em;
  height: 0.667em;
  top: 1.33em;
  background-color: #555555; }

.ima-slider-level-div {
  width: 100%;
  height: 0.667em;
  background-color: #ECC546; }

.ima-fullscreen-div {
  left: auto;
  right: 0em; }

.ima-playing:before {
  content: "\00f103"; }

.ima-paused:before {
  content: "\00f101"; }

.ima-playing:hover:before, .ima-paused:hover:before {
  text-shadow: 0 0 1em #fff; }

.ima-non-muted:before {
  content: "\00f107"; }

.ima-muted:before {
  content: "\00f104"; }

.ima-non-muted:hover:before, .ima-muted:hover:before {
  text-shadow: 0 0 1em #fff; }

.ima-non-fullscreen:before {
  content: "\00f108"; }

.ima-fullscreen:before {
  content: "\00f109"; }

.ima-non-fullscreen:hover:before, .ima-fullscreen:hover:before {
  text-shadow: 0 0 1em #fff; }

/**
 * videojs-share
 * @version 3.0.0
 * @copyright 2018 Mikhail Khazov <mkhazov.work@gmail.com>
 * @license MIT
 */
.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-modal-dialog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.75)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.75));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.75)); }

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out; }

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:before {
  content: '×';
  font-size: 20px;
  line-height: 15px; }

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:hover {
  opacity: 1; }

.video-js .vjs-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 400px; }

.video-js .vjs-share__top, .video-js .vjs-share__middle, .video-js .vjs-share__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-share__top, .video-js .vjs-share__middle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.video-js .vjs-share__middle {
  padding: 0 25px; }

.video-js .vjs-share__title {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 22px;
  color: #fff; }

.video-js .vjs-share__subtitle {
  width: 100%;
  margin: 0 auto 12px;
  font-size: 16px;
  color: #fff;
  opacity: 0.7; }

.video-js .vjs-share__short-link-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.video-js .vjs-share__short-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none; }

.video-js .vjs-share__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 11px;
  border: 0;
  color: #fff;
  background-color: #2e2e2e;
  background-size: 18px 19px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-transition: width 0.3s ease-out, padding 0.3s ease-out;
  -o-transition: width 0.3s ease-out, padding 0.3s ease-out;
  transition: width 0.3s ease-out, padding 0.3s ease-out; }

.video-js .vjs-share__btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.video-js .vjs-share__btn span {
  position: relative;
  padding-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.video-js .vjs-share__btn:hover {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 40px;
  background-image: none; }

.video-js .vjs-share__btn:hover span {
  opacity: 1; }

.video-js .vjs-share__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out;
  -o-transition: width 0.3s ease-out, height 0.3s ease-out;
  transition: width 0.3s ease-out, height 0.3s ease-out; }

.video-js .vjs-share__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 8px;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  -o-transition: transform 0.3s ease-out, filter 0.2s ease-out;
  transition: transform 0.3s ease-out, filter 0.2s ease-out;
  transition: transform 0.3s ease-out, filter 0.2s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  border: none;
  outline: none; }

.video-js .vjs-share__social:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%); }

.video-js .vjs-share__social svg {
  overflow: visible;
  max-height: 24px; }

.video-js .vjs-share__social_vk {
  background-color: #5d7294; }

.video-js .vjs-share__social_ok {
  background-color: #ed7c20; }

.video-js .vjs-share__social_mail {
  background-color: #134785; }

.video-js .vjs-share__social_tw {
  background-color: #76aaeb; }

.video-js .vjs-share__social_reddit {
  background-color: #ff4500; }

.video-js .vjs-share__social_fbFeed {
  background-color: #475995; }

.video-js .vjs-share__social_messenger {
  background-color: #0084ff; }

.video-js .vjs-share__social_gp {
  background-color: #d53f35; }

.video-js .vjs-share__social_linkedin {
  background-color: #0077b5; }

.video-js .vjs-share__social_viber {
  background-color: #766db5; }

.video-js .vjs-share__social_telegram {
  background-color: #4bb0e2; }

.video-js .vjs-share__social_whatsapp {
  background-color: #78c870; }

.video-js .vjs-share__bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-height: 220px) {
  .video-js .vjs-share .hidden-xs {
    display: none; } }

@media (max-height: 350px) {
  .video-js .vjs-share .hidden-sm {
    display: none; } }

@media (min-height: 400px) {
  .video-js .vjs-share__title {
    margin-bottom: 15px; }
  .video-js .vjs-share__short-link-wrapper {
    margin-bottom: 30px; } }

@media (min-width: 320px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 5px;
    top: 10px; } }

@media (min-width: 660px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 20px;
    top: 20px; }
  .video-js .vjs-share__social {
    width: 40px;
    height: 40px; } }

.article__video_wrap .video-js {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25%; }

.video-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }
  .uploaded_video .video-js {
    height: 100% !important; }
  .video-js:hover .vjs-big-play-button {
    background-color: rgba(43, 51, 63, 0); }
  .video-js .vjs-close-button {
    background-image: url("/static/img/videojs/close.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    right: 12px !important;
    top: 12px !important; }
    .video-js .vjs-close-button:before {
      display: none; }
    .video-js .vjs-close-button .vjs-icon-placeholder {
      display: none !important; }
  .video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background-image: url("/static/img/videojs/play.png");
    background-repeat: no-repeat;
    border: none;
    background-color: rgba(43, 51, 63, 0);
    background-size: 44px;
    font-size: 0;
    z-index: 10000; }
    @media screen and (min-width: 1024px) {
      .video-js .vjs-big-play-button {
        width: 64px;
        height: 64px;
        background-size: 64px; } }
  .video-js .vjs-share .vjs-share__social {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px; }
    .video-js .vjs-share .vjs-share__social_fbFeed {
      background-color: #3b5998; }
      .video-js .vjs-share .vjs-share__social_fbFeed:hover {
        background-color: #334c82; }
    .video-js .vjs-share .vjs-share__social_messenger {
      background-color: #3486f7; }
      .video-js .vjs-share .vjs-share__social_messenger:hover {
        background-color: #2071e0; }
    .video-js .vjs-share .vjs-share__social_viber {
      background-color: #665CAC; }
      .video-js .vjs-share .vjs-share__social_viber:hover {
        background-color: #59267c; }
    .video-js .vjs-share .vjs-share__social_tw {
      background-color: #4099ff; }
      .video-js .vjs-share .vjs-share__social_tw:hover {
        background-color: #3783d9; }
    .video-js .vjs-share .vjs-share__social_mail, .video-js .vjs-share .vjs-share__social_email {
      background-color: #b8b8b8;
      background-image: url("/static/img/videojs/email.svg");
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: center; }
      .video-js .vjs-share .vjs-share__social_mail svg, .video-js .vjs-share .vjs-share__social_email svg {
        display: none; }
      .video-js .vjs-share .vjs-share__social_mail:hover, .video-js .vjs-share .vjs-share__social_email:hover {
        background-color: #a8a8a8; }

.gallery__slider_item .video {
  height: 0;
  padding-bottom: 56.25%;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important; }
  .video video .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background-image: url("/static/img/videojs/play.png");
    background-repeat: no-repeat;
    border: none;
    background-color: rgba(43, 51, 63, 0);
    background-size: 44px;
    font-size: 0;
    z-index: 10000; }
    @media screen and (min-width: 1024px) {
      .video video .vjs-big-play-button {
        width: 64px;
        height: 64px;
        background-size: 64px; } }

.gallery__slider_item .rsPlayBtn {
  border-radius: none;
  background: none;
  border: none;
  background-image: url("/static/img/videojs/play2.png");
  background-repeat: no-repeat;
  background-size: 58px; }
  .gallery__slider_item .rsPlayBtn::before {
    display: none; }

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

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

.users {
  padding: 20px 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem; }
  .users:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1; }
  .users__title {
    padding: 0 0 10px;
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 2.2rem; }
  .users__separator {
    margin: 0 -20px;
    padding: 0 0 20px; }
  .users__avatar_help {
    background: #1e1e1e; }
  .users__list {
    list-style: none;
    margin: 20px 0;
    padding: 0; }

.user_profile .body_wrap {
  top: 56px; }
  @media screen and (min-width: 1310px) {
    .user_profile .body_wrap {
      top: 80px; } }

.user_profile .main_tile__label {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .user_profile .main_tile__label {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 24px 15px 0;
      margin: 0 0 14px 0; }
      .user_profile .main_tile__label:before {
        bottom: 10px; } }

.user_profile .footer_wrapper {
  margin: 20px 0 0 0; }

@media screen and (min-width: 1024px) {
  .user_profile .container__height_wrap {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row;
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media screen and (min-width: 1024px) {
  .user_profile .column_sidebar {
    padding: 0;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    -webkit-box-flex: 1;
    flex: 1; } }

@media screen and (min-width: 1024px) {
  .user_profile .js_sticky {
    top: 87px; } }

@media screen and (min-width: 1310px) {
  .user_profile .js_sticky {
    top: 111px; } }

.profile {
  text-align: center; }
  .profile__privacy {
    padding: 20px;
    background: #eee;
    border: 1px solid #ddd;
    color: #3e3e3e;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }
  .profile__pencil {
    float: right;
    margin: 5px 0 5px 5px;
    color: #999999;
    font-size: 18px;
    font-size: 1.8rem; }
  .profile__avatarimg {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }
  .profile__newsl .custom__elem {
    margin-top: -2px; }
  .profile__newsl_txt {
    position: relative;
    top: 4px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #1e1e1e;
    font: normal 400 100% "Merriweather", sans-serif;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .profile__head {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center; }
    .profile__head:before, .profile__head:after {
      content: "";
      display: table; }
    .profile__head:after {
      clear: both; }
    @media screen and (min-width: 540px) {
      .profile__head {
        padding: 0 15px; } }
    @media screen and (min-width: 1024px) {
      .profile__head {
        margin: 30px 0 0 0;
        padding: 0; } }
  .profile__avatar_link {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin: 11px auto 0;
    overflow: hidden; }
    .profile__avatar_link--big {
      width: 250px;
      height: 250px; }
    .profile__avatar_link--info {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      display: block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 14px;
      line-height: 1.4rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      background: rgba(91, 180, 255, 0.8);
      overflow: hidden;
      -webkit-transition: opacity 150ms ease-in-out;
      -moz-transition: opacity 150ms ease-in-out;
      -o-transition: opacity 150ms ease-in-out;
      transition: opacity 150ms ease-in-out; }
      .profile__avatar_link--info .icon {
        display: block;
        margin: 38px 0 0 0;
        font-size: 24px;
        font-size: 2.4rem; }
      .profile__avatar_link--info > span {
        display: block;
        margin: 5px 0 0 0; }
    .profile__avatar_link:hover .profile__avatar_link--info {
      opacity: 0; }
  .profile__head_figure_wrap {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    background: #eaeaea;
    -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;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .profile__head_figure img {
    display: block;
    width: 100%;
    height: auto; }
  .profile__title {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0 7px;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
    clear: both; }
    .profile__title:before, .profile__title:after {
      content: "";
      display: table; }
    .profile__title:after {
      clear: both; }
    .user_banned .profile__title {
      color: #fff; }
  .profile__splitter {
    width: 100%;
    height: 1px;
    margin: 16px 0 9px 0;
    background-color: #e3e3e3; }
  .profile__head_link {
    color: #8f8f8f; }
    .profile__head_link .icon {
      font-size: 22px;
      font-size: 2.2rem;
      color: #8f8f8f;
      margin: 0 10px 0 0; }
  .profile__important {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font: normal 700 100% "Merriweather", sans-serif;
    font-size: 120px;
    font-size: 12rem;
    line-height: 120px;
    line-height: 12rem;
    color: #ce242e; }
  .profile__important_notice {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 0 0;
    font: normal 700 100% "Merriweather", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 56px;
    line-height: 5.6rem;
    letter-spacing: -0.025em; }
    .user_banned .profile__important_notice {
      color: #fff; }
    .profile__important_notice span {
      color: #ce242e; }
  .profile__list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 540px) {
      .profile__list {
        padding: 0 15px; } }
    @media screen and (min-width: 1024px) {
      .profile__list {
        padding: 0; } }
  .profile__list_follow {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 30px;
    list-style: none; }
  .profile__list_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 25px 0 20px; }
    .profile__list_item:before, .profile__list_item:after {
      content: "";
      display: table; }
    .profile__list_item:after {
      clear: both; }
    .profile__list_item::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 140px;
      height: 1px;
      background: #d4d4d4; }
    .profile__list_item:first-child::after {
      display: none; }
    .profile__list_item--seen {
      background: #f5f5f5; }
    .profile__list_item--reply {
      padding: 20px 15px;
      background: #f2f2f2; }
    .profile__list_item--back {
      padding: 0; }
    .profile__list_item--admin::after {
      content: " ";
      position: absolute;
      top: 15px;
      left: 0;
      display: block;
      width: 3px;
      height: 60px;
      background: #d02127; }
    .profile__list_item--back {
      padding: 0; }
  .profile__list_item_follow {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0; }
    .profile__list_item_follow:before, .profile__list_item_follow:after {
      content: "";
      display: table; }
    .profile__list_item_follow:after {
      clear: both; }
    .profile__list_item_follow--seen {
      background: #f5f5f5; }
  .profile__list_item_back {
    position: relative;
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 40px;
    line-height: 4rem;
    color: #ce242e;
    -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__list_item_back:hover {
      color: #1897dd; }
    .profile__list_item_back [class^="icon-"], .profile__list_item_back [class*=" icon-"] {
      margin-right: 5px; }
  @media screen and (min-width: 540px) {
    .profile__list_tab_wrap {
      padding: 0 15px; } }
  @media screen and (min-width: 1024px) {
    .profile__list_tab_wrap {
      padding: 0; } }
  .profile__list_tab {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 3px 0;
    margin: 14px 0 0 0;
    background-color: #f4f4f4; }
    @media screen and (min-width: 1024px) {
      .profile__list_tab {
        margin: 30px 0 0 0; } }
  .profile__list_tab_btn {
    display: inline-block;
    width: 50%;
    height: 37px;
    float: left;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 37px;
    line-height: 3.7rem;
    color: #8f8f8f;
    text-transform: uppercase;
    text-align: center; }
    .profile__list_tab--public .profile__list_tab_btn {
      width: 100%; }
    .profile__list_tab_btn.is_active {
      background-color: #fff;
      color: #1e1e1e; }
    @media screen and (min-width: 1024px) {
      .profile__list_tab_btn {
        height: 73px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 73px;
        line-height: 7.3rem; } }
  .profile__checkbox {
    position: absolute;
    left: 10px;
    top: 35px; }
    .profile__list_item--notification .profile__checkbox {
      display: none; }
  .profile__figure_wrap {
    position: relative;
    display: block;
    float: left;
    margin-right: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    width: 40px;
    height: 40px; }
    @media screen and (min-width: 1024px) {
      .profile__figure_wrap {
        width: 50px;
        height: 50px; } }
  .profile__figure {
    position: relative;
    display: block;
    padding: 0;
    top: -22%;
    left: -22%;
    width: 144%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .profile__figure::after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.14);
      box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.14); }
    .profile__list_item--notification .profile__figure {
      margin: 0 16px 0 0; }
    .profile__figure .profile--follow {
      width: 40px;
      height: 40px; }
    .profile__figure img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .profile__list_reply_figure {
    position: absolute;
    top: 20px;
    left: 30px;
    display: block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px; }
    .profile__list_reply_figure img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .profile__list_linkblock {
    display: block; }
  .profile__item_title {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 0 100px;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #1e1e1e; }
    .profile__list_item--notification .profile__item_title {
      margin: 0; }
    .profile__item_title span {
      font: normal 700 100% "Raleway", sans-serif; }
    .profile__item_title > a {
      list-style: none;
      color: #1e1e1e;
      -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__item_title > a:hover {
        color: #1897dd; }
    .profile__list_item_follow .profile__item_title {
      margin: 0 0 0 58px;
      line-height: 40px;
      line-height: 4rem; }
  .profile__item_text {
    position: relative;
    display: block;
    margin: 5px 0 0 100px;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #000; }
    @media screen and (min-width: 1024px) {
      .profile__item_text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        line-height: 2.6rem; } }
    .profile__item_text--left {
      margin-left: 0 !important; }
    .profile__list_item--notification .profile__item_text {
      margin: 5px 0 0 0; }
    .profile__list_item--nocheckbox .profile__item_text {
      margin: 5px 0 0 75px; }
    .profile__item_text a {
      color: #1197dd; }
  .profile__item_follow {
    position: relative;
    display: block;
    margin-top: 15px; }
  .profile__item_time {
    position: relative;
    display: block;
    height: 15px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #a3a3a3; }
    @media screen and (min-width: 1024px) {
      .profile__item_time {
        display: inline-block;
        top: -13px;
        height: 30px;
        line-height: 30px;
        line-height: 3rem; }
        .profile__item_time:first-child {
          top: 0; } }
    .profile__list_item--nocheckbox .profile__item_time {
      position: absolute;
      top: 16px;
      right: 10px;
      display: block; }
    .profile__list_item--admin .profile__item_time {
      margin-left: 75px; }
  .profile__item_block {
    position: relative;
    margin: 0 16px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #9c9c9c;
    cursor: pointer; }
    .profile__item_block [class^="icon-"], .profile__item_block [class*=" icon-"] {
      color: #9c9c9c; }
  .profile__item_follow {
    position: relative;
    top: 10px;
    margin: 0 16px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #9c9c9c; }
    .profile__item_follow [class^="icon-"], .profile__item_follow [class*=" icon-"] {
      color: #9c9c9c; }
  .profile__item_btns {
    margin-top: 12px;
    display: block; }
    .profile__item_btns:before, .profile__item_btns:after {
      content: "";
      display: table; }
    .profile__item_btns:after {
      clear: both; }
    @media screen and (min-width: 1024px) {
      .profile__item_btns--avatar {
        padding-left: 75px;
        margin-top: 20px; } }
    .profile__item_btns--right {
      margin-left: 75px;
      margin-bottom: 10px; }
    .profile__item_btns .btn {
      height: auto;
      margin-right: 16px;
      margin-bottom: 15px;
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      color: #000;
      letter-spacing: 0.1em;
      padding: 8px 10px;
      border: 1px solid #c8c8c8; }
      .profile__item_btns .btn:hover {
        background: #f7f6f4; }
      @media screen and (min-width: 1024px) {
        .profile__item_btns .btn {
          margin-bottom: 0; } }
    .profile__item_btns [class^="icon-"], .profile__item_btns [class*=" icon-"] {
      margin-right: 5px;
      color: #1e1e1e; }
    .profile__list_item_follow .profile__item_btns {
      position: absolute;
      top: 4px;
      right: -16px;
      width: 50%;
      text-align: right; }
  .profile__item_card {
    position: relative;
    float: right;
    top: 4px;
    display: inline-block;
    width: 10px;
    height: 14px;
    margin: 0 0 0 5px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    background: #fff; }
    .profile__item_card--yellow {
      top: 0;
      background: #feda10; }
    .profile__item_card--red {
      top: 0;
      background: #fd3425; }
  .profile__item_reply {
    margin-top: 10px;
    margin-left: 75px; }
  .profile__controls {
    position: relative;
    margin: 0;
    padding: 0; }
  .profile__controls_list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    border-bottom: 1px solid #e0e0e0; }
  .profile__controls_list_item {
    position: relative;
    display: inline-block;
    height: 39px;
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 39px;
    line-height: 3.9rem;
    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; }
    .profile__controls_list_item::after {
      content: " ";
      position: absolute;
      top: 10px;
      left: 0;
      bottom: 10px;
      display: block;
      width: 1px;
      background: #e0e0e0; }
    .profile__controls_list_item:first-child::after {
      display: none; }
    .profile__controls_list_item--important, .profile__controls_list_item:hover {
      color: #ce242e; }
  .profile__controls_checkbox .custom__elem {
    top: 10px;
    margin-right: 10px; }
  .profile__controls_checkbox span {
    cursor: pointer; }
  .profile__reply_form {
    position: relative;
    display: block;
    margin: 0 0 0 70px;
    padding: 0;
    text-align: right; }
    .profile__reply_form textarea {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      display: block;
      width: 100%;
      height: 65px;
      min-height: 65px;
      margin: 0 0 20px;
      padding: 6px 12px;
      border: 1px solid #d5d5d5;
      text-align: left;
      resize: vertical;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 23px;
      line-height: 2.3rem; }
  .profile__reply_form_loader {
    position: relative;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: 0 10px;
    padding: 0;
    background: url("../img/loader.svg") center no-repeat;
    background-size: 600%;
    overflow: hidden; }
  .profile__reply_form_btn {
    position: relative;
    margin-right: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    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; }
    .profile__reply_form_btn:hover {
      color: #1197dd; }
    .profile__reply_form_btn--sending {
      margin-right: 50px; }
      .profile__reply_form_btn--sending::after {
        content: " ";
        position: absolute;
        right: -45px;
        top: -8px;
        display: block;
        width: 32px;
        height: 32px;
        background: url("../img/loader.svg") center no-repeat;
        background-size: 555%; }
  .profile__reply_form_submit--sending {
    background: #ddd;
    border-color: #bbb;
    cursor: default;
    pointer-events: none; }
    .profile__reply_form_submit--sending:hover {
      background: #ddd;
      border-color: #bbb; }
  .profile__new_form {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right; }
    .profile__new_form .form__item {
      margin: 0;
      text-align: left; }
    .profile__new_form input[type="text"] {
      max-width: 300px;
      border: 1px solid #d5d5d5; }
    .profile__new_form textarea {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      display: block;
      width: 100%;
      height: 65px;
      min-height: 65px;
      margin: 0 0 20px;
      padding: 6px 12px;
      border: 1px solid #d5d5d5;
      text-align: left;
      resize: vertical;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 23px;
      line-height: 2.3rem; }
  .profile__paginator {
    position: relative;
    display: block;
    margin: 20px 0;
    padding: 0;
    text-align: center; }
  .profile__avatar_figure {
    position: relative;
    display: block;
    max-height: 300px;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .profile__avatar_figure img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0; }
  .profile__userlist {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .profile__userlist:before, .profile__userlist:after {
      content: "";
      display: table; }
    .profile__userlist:after {
      clear: both; }
  .profile__userlist_item {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 0 5px;
    padding: 5px 0;
    font: normal 700 100% "Merriweather", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
    line-height: 2.3rem; }
    .profile__userlist_item:first-child {
      margin-left: 0; }

.profilebox {
  position: relative;
  margin: 16px 0 0;
  padding: 0; }
  @media screen and (min-width: 540px) {
    .profilebox {
      padding: 0 15px; } }
  .profilebox--last {
    margin-top: 20px; }
  .profilebox--password {
    display: none;
    margin-top: -5px; }
    .profilebox--password.is_visible {
      display: block; }
  .profilebox--social {
    margin-top: 60px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .profilebox--social {
        margin: 14px 0 0 0; } }
  .profilebox .btn--facebookconnect {
    height: auto;
    margin: 5px 0 6px 0;
    padding: 10px 10px;
    line-height: 20px;
    line-height: 2rem; }
    .profilebox .btn--facebookconnect:before {
      display: none; }
    @media screen and (min-width: 1024px) and (max-width: 1309px) {
      .profilebox .btn--facebookconnect {
        padding: 10px 8px; } }
    @media screen and (min-width: 1310px) and (max-width: 9999px) {
      .profilebox .btn--facebookconnect {
        padding: 10px 25px; } }
    .profilebox .btn--facebookconnect span {
      display: inline-block; }
      @media screen and (min-width: 1024px) and (max-width: 1309px) {
        .profilebox .btn--facebookconnect span {
          display: none; } }
  .profilebox__delete_acc {
    color: #8f8f8f;
    margin: 0 0 6px 0; }
    .profilebox__delete_acc .icon {
      top: 5px;
      margin: 0 10px 0 0;
      font-size: 22px;
      font-size: 2.2rem;
      color: #8f8f8f; }
  .profilebox__list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .profilebox__list .form__icon {
      bottom: 24px; }
  .profilebox__list_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
    .profilebox__list_item:before, .profilebox__list_item:after {
      content: "";
      display: table; }
    .profilebox__list_item:after {
      clear: both; }
    .profilebox__list_item--first {
      margin: -5px 0 23px;
      padding: 0 0 7px;
      border-bottom: 1px solid #e0e0e0; }
    .profilebox__list_item .form__textfield {
      font: normal 400 100% "Merriweather", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      color: #a3a3a3; }
      .profilebox__list_item .form__textfield.is_edited, .profilebox__list_item .form__textfield:focus {
        color: #1e1e1e; }
    .profilebox__list_item .radiobutton {
      margin-bottom: 15px; }
    .profilebox__list_item .btn {
      margin: 8px 0 13px; }
      .profilebox__list_item .btn--icon {
        margin: 20px 0 5px 0;
        padding: 0 60px 0 20px; }
      .profilebox__list_item .btn--reset_password, .profilebox__list_item .btn--delete_account {
        margin: 16px 0 21px 0; }
      .profilebox__list_item .btn .icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 20px;
        font-size: 2rem; }
  .profilebox__key {
    position: relative;
    float: left;
    display: block;
    width: 120px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
    color: #9c9c9c;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .profilebox__list_item--first .profilebox__key {
      width: auto;
      -o-text-overflow: initial;
      text-overflow: initial;
      margin-right: 20px; }
  .profilebox__value {
    position: relative;
    float: left;
    display: block;
    width: 120px;
    font: normal 700 100% "Merriweather", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
    color: #1e1e1e;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .profilebox__splitter {
    position: relative;
    display: block;
    height: 1px;
    margin: 6px 0 10px;
    padding: 0;
    background: #e0e0e0; }
    .profilebox__splitter:before, .profilebox__splitter:after {
      content: "";
      display: table; }
    .profilebox__splitter:after {
      clear: both; }
  .profilebox__login_btn {
    color: #8f8f8f;
    margin: 0 0 10px 0; }
    .profilebox__login_btn .icon {
      margin: 0 10px 0 0;
      font-size: 22px;
      font-size: 2.2rem;
      color: #8f8f8f; }
  .profilebox__checkbox {
    position: relative;
    display: block;
    margin: 13px 0;
    padding: 0; }
    .profilebox__checkbox .custom__check--squared:checked ~ .custom__label .profilebox__checkbox_text,
    .profilebox__checkbox .custom__check--squared[checked="checked"] ~ .custom__label .profilebox__checkbox_text {
      background: #ebebeb; }
    .profilebox__checkbox .custom__elem {
      top: -1px;
      margin-right: 0; }
  .profilebox__checkbox_text {
    position: relative;
    margin: 0;
    padding: 5px 20px 5px 30px;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 27px;
    line-height: 2.7rem;
    cursor: pointer; }
  .profilebox .main_label {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px 0 6px;
    margin-bottom: 24px; }

.pmsg {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0; }
  .pmsg:before, .pmsg:after {
    content: "";
    display: table; }
  .pmsg:after {
    clear: both; }
  .pmsg--nolink {
    padding: 15px 10px; }
  .pmsg.is_seen {
    background: #f5f5f5; }
  .pmsg__link {
    position: relative;
    display: block;
    margin: 0;
    padding: 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; }
    .pmsg__link:hover {
      background: #000; }
    .pmsg.is_seen .pmsg__link {
      background: #f5f5f5; }
  .pmsg__checkbox {
    position: absolute;
    left: 10px;
    top: 35px; }
    .pmsg--notification .pmsg__checkbox {
      display: none; }
  .pmsg__figure {
    position: relative;
    display: block;
    margin: 0 0 0 25px;
    padding: 0;
    width: 60px;
    height: 60px;
    float: left;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.14);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.14); }
    .pmsg--nocheckbox .pmsg__figure {
      margin: 0; }
    .pmsg__figure .profile--follow {
      width: 40px;
      height: 40px; }
    .pmsg__figure--small {
      width: 40px;
      height: 40px;
      margin-left: 0; }
    .pmsg__figure img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
      .pmsg__figure img::after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35) inset;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.35) inset; }
  .pmsg__title {
    position: relative;
    display: block;
    margin: 0 0 0 100px;
    font: normal 700 100% "Merriweather", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #1e1e1e; }
    .pmsg--nocheckbox .pmsg__title {
      margin: 0 0 0 75px; }
    .pmsg__title span {
      font: normal 400 100% "Merriweather", sans-serif; }
    .profile__list_item_follow .pmsg__title {
      margin: 0 0 0 58px;
      line-height: 40px;
      line-height: 4rem; }
  .pmsg__text {
    position: relative;
    display: block;
    min-height: 42px;
    margin: 5px 0 0 100px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
    line-height: 2.3rem;
    color: #1e1e1e;
    overflow: hidden; }
    .pmsg--nocheckbox .pmsg__text {
      margin: 5px 0 0 75px; }
    .pmsg__text a {
      color: #1197dd; }
  .pmsg__reply {
    margin-top: 10px;
    margin-left: 100px; }
  .pmsg__time {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    height: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #9c9c9c; }
  .pmsg__response {
    position: relative;
    display: block;
    margin: 0 -10px;
    padding: 26px 26px 26px 80px;
    background: #a9d969; }
    .pmsg__response--warning {
      background: #e14a4a; }
    .pmsg__response--info {
      background: #64bfee; }
  .pmsg__response_icon {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin: -24px 0 0;
    width: 40px;
    height: 40px;
    text-align: center; }
    .pmsg__response_icon [class^="icon-"], .pmsg__response_icon [class*=" icon-"] {
      font-size: 48px;
      font-size: 4.8rem;
      color: #fff; }
  .pmsg__response_text {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #405328; }
    .pmsg__response--warning .pmsg__response_text {
      color: #551c1c; }
    .pmsg__response--info .pmsg__response_text {
      color: #26485b; }

.tabnav {
  position: relative;
  display: block;
  margin: -19px 0 -17px;
  padding: 0;
  list-style: none;
  font-size: 0; }
  .tabnav--green {
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .tabnav--green {
        display: none; } }
  .tabnav__item {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 50%;
    text-align: center; }
    .profile__tabs .tabnav__item {
      float: right; }
      .profile__tabs .tabnav__item:first-child {
        float: left; }
  .tabnav__link {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 4rem;
    color: #8c8900;
    -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;
    text-transform: uppercase;
    letter-spacing: 0; }
    @media screen and (min-width: 1024px) {
      .tabnav__link {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 60px;
        line-height: 6rem; } }
    .tabnav__link:hover {
      color: #000; }
    .tabnav__link.is_active {
      color: #1e1e1e; }
      .tabnav__link.is_active:after {
        content: " ";
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
        display: block;
        height: 2px;
        background: #000;
        z-index: 2; }
      .tabnav__link.is_active:hover {
        cursor: default; }
    .profile__tabs .tabnav__link {
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 50px;
      line-height: 5rem;
      color: #8c8900; }
      .profile__tabs .tabnav__link.is_active {
        color: #000; }
      .profile__tabs .tabnav__link::after {
        display: none; }
  .tabnav__sub {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 60px;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  .tabnav__sub_item {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0; }
  .tabnav__sub_link {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 60px;
    line-height: 6rem;
    color: #4e4e4e; }
    .tabnav__sub_link:hover {
      color: #1897dd; }
    .tabnav__sub_link.is_active {
      cursor: default;
      pointer-events: none; }
      .tabnav__sub_link.is_active:hover {
        color: #4e4e4e; }
      .tabnav__sub_link.is_active::after {
        content: " ";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        display: block;
        height: 3px;
        background: #1e1e1e; }

.profile__tabs {
  position: relative;
  display: block;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff200; }
  @media screen and (min-width: 1024px) {
    .profile__tabs {
      display: none; } }
  .profile__tabs .tabnav__link {
    background: transparent; }

.activities__tabs {
  padding: 20px 0 7px; }
  @media screen and (min-width: 1024px) {
    .activities__tabs {
      padding: 28px 0 5px; } }
  .activities__tabs .tabnav__link {
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (min-width: 1024px) {
      .activities__tabs .tabnav__link {
        font-size: 15px;
        font-size: 1.5rem; } }

@media screen and (max-width: 1023px) {
  .profile_content {
    display: none; }
    .user_profile--public .profile_content {
      display: block; }
    .profile_content.is_active {
      display: block; } }

.user_profile--public .profile__avatar_link {
  margin-bottom: 20px; }

.activities_content {
  display: none; }
  .activities_content.is_active {
    display: block; }

.act {
  position: relative;
  padding: 13px 0 20px 0;
  margin: 4px 0 0 0; }
  .act:first-child {
    margin: 0; }
  .act:after {
    content: "";
    position: absolute;
    left: -14px;
    right: -14px;
    bottom: 0;
    height: 1px;
    background-color: #e3e3e3; }
  @media screen and (min-width: 1024px) {
    .act {
      padding: 0 15px 21px;
      margin: 24px 0 0 0; }
      .act:after {
        left: 0;
        right: 0; } }
  .act--loadmore {
    padding: 0;
    margin: 20px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .act--loadmore {
        margin: 30px 0 0 0; } }
    .act--loadmore:after {
      display: none; }
    .act--loadmore .btn {
      display: block; }
  .act__title {
    padding: 0;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    line-height: 2.5rem;
    color: #1e1e1e; }
    .act__title span {
      font: normal 700 100% "Raleway", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 18px;
      line-height: 1.8rem; }
  .act__user_link {
    display: inline-block;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem; }
  .act__time {
    display: block;
    margin: 7px 0 7px 0;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: #8f8f8f;
    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;
    text-transform: uppercase; }
    .act__time--footer {
      display: none; }
    @media screen and (min-width: 1024px) {
      .act__time {
        display: none;
        font-size: 12px;
        font-size: 1.2rem; }
        .act__time--footer {
          display: block;
          margin: 0;
          line-height: 32px;
          line-height: 3.2rem; }
        .act__footer--button .act__time {
          display: inline-block; } }
  .act__main {
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem;
    color: #1e1e1e; }
    @media screen and (min-width: 1024px) {
      .act__main {
        margin: 6px 0 0 0; } }
  .act .btn--reply {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    float: left;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 1024px) {
      .act .btn--reply {
        margin: 0 30px 0 0; } }
    @media screen and (min-width: 1310px) {
      .act .btn--reply {
        font-size: 12px;
        font-size: 1.2rem; } }
  .act__footer--button {
    margin: 12px 0 0 0; }

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

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

.prijava__separator {
  position: relative;
  top: -16px;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  font: italic 400 100% "Merriweather", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.04em;
  color: #636363;
  text-align: center; }

.ntfs {
  display: none;
  opacity: 0;
  position: fixed;
  top: 56px;
  right: 20px;
  z-index: 400;
  width: 360px;
  margin-left: 185px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotateX(-30deg);
  transform: rotateX(-30deg); }
  @media screen and (max-width: 400px) {
    .ntfs {
      left: 0;
      width: 100%;
      right: auto;
      margin: 0; } }
  .ntfs.header--small {
    top: 70px; }
  @media screen and (min-width: 540px) {
    .ntfs {
      left: 50%;
      right: auto;
      margin-left: -110px; } }
  @media screen and (min-width: 1024px) {
    .ntfs {
      margin-left: 132px; } }
  @media screen and (min-width: 1310px) {
    .ntfs {
      top: 80px;
      margin-left: 270px; } }
  .ntfs.is_opened {
    display: block;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: 0.3s ntfs_open;
    animation: 0.3s ntfs_open;
    -webkit-animation-fill-mode: forwards;
    /* Chrome, Safari, Opera */
    animation-fill-mode: forwards; }

@-webkit-keyframes ntfs_open {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes ntfs_open {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-ms-keyframes ntfs_open {
  .ntfs 0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  .ntfs 80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }
  .ntfs 100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes ntfs_open {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg); }
  80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
  .ntfs__flyout {
    -webkit-perspective: 500px;
    /* Chrome, Safari, Opera */
    perspective: 500px;
    -webkit-perspective-origin: 70% 50%;
    perspective-origin: 70% 50%;
    position: relative;
    z-index: 200; }
  .ntfs__header {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    margin: 0;
    background: #fff;
    text-align: left;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 21px 21px -21px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 21px 21px -21px rgba(0, 0, 0, 0.08); }
    .ntfs__header:before, .ntfs__header:after {
      content: "";
      display: table; }
    .ntfs__header:after {
      clear: both; }
    .ntfs__header--unlogged {
      padding: 15px 20px 15px 14px; }
    .ntfs__header .btn {
      position: relative;
      display: inline-block;
      float: left;
      height: 32px;
      padding: 0 10px;
      margin: 0;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 32px;
      line-height: 3.2rem;
      letter-spacing: 0.1em;
      border: 0; }
      .ntfs__header .btn--facebookconnect {
        display: inline-block;
        width: auto;
        padding: 0 10px 0 42px;
        margin: 0 0 0 10px; }
        .ntfs__header .btn--facebookconnect:before {
          left: 32px; }
      .ntfs__header .btn .icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 32px;
        line-height: 3.2rem; }
  .ntfs__header_figure_wrap {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    padding: 0;
    overflow: hidden; }
  .ntfs__header_figure {
    position: relative;
    display: block;
    margin: 0 0;
    padding: 0;
    overflow: hidden;
    border-radius: 50%; }
    .ntfs__header_figure img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  .ntfs__header_name {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    color: #1e1e1e;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: default; }
  .ntfs__header--above_nano {
    position: relative;
    display: block;
    height: 11px;
    margin: 5px 0 0 0;
    padding: 0 14px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 11px;
    line-height: 1.1rem;
    letter-spacing: 0.05em; }
    .ntfs__header--above_nano:before {
      content: "";
      position: absolute;
      top: 0;
      left: 14px;
      right: 14px;
      height: 1px;
      background-color: #e3e3e3; }
    .ntfs__header--above_nano span {
      font: normal 400 100% "Raleway", sans-serif;
      display: inline-block;
      height: 30px;
      color: #8f8f8f;
      z-index: 10;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 30px;
      line-height: 3rem;
      letter-spacing: 0.06em;
      text-transform: uppercase; }
    .ntfs__header--above_nano a {
      position: relative;
      display: inline-block;
      font: normal 400 100% "Raleway", sans-serif;
      text-transform: none;
      color: #1e1e1e;
      float: right;
      line-height: 28px;
      line-height: 2.8rem;
      letter-spacing: 0.025em; }
      .ntfs__header--above_nano a:before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 8px;
        height: 1px;
        width: 100%;
        background-color: #1e1e1e;
        -webkit-transition: height 0.15s ease-in-out 0s;
        -o-transition: height 0.15s ease-in-out 0s;
        transition: height 0.15s ease-in-out 0s; }
      .ntfs__header--above_nano a:after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 8px;
        height: 0px;
        width: 100%;
        background-color: #fff200;
        -webkit-transition: height 0.15s ease-in-out 0s;
        -o-transition: height 0.15s ease-in-out 0s;
        transition: height 0.15s ease-in-out 0s; }
      .ntfs__header--above_nano a:hover:after {
        height: 13px; }
      .ntfs__header--above_nano a:hover:before {
        height: 0px; }
  .ntfs__cards {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 14px;
    font-size: 0; }
  .ntfs__card {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 10px;
    height: 14px;
    margin: 0 0 0 5px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    background: #fff; }
    .ntfs__card--yellow.is_active {
      top: 0;
      background: #feda10;
      border: 1px solid #dfbf0e; }
    .ntfs__card--red.is_active {
      top: 0;
      background: #fd3425;
      border: 1px solid #d62518; }
  .ntfs__header_close {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto 0;
    color: #1e1e1e;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 44px;
    line-height: 4.4rem;
    text-align: center;
    -webkit-transition: 0.12s ease-in-out;
    -moz-transition: 0.12s ease-in-out;
    -o-transition: 0.12s ease-in-out;
    transition: 0.12s ease-in-out;
    cursor: pointer; }
  .ntfs__content {
    position: relative;
    margin: 0;
    padding: 0; }
  .ntfs__list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .ntfs__list_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e3e3e3; }
    .ntfs__list_item:before, .ntfs__list_item:after {
      content: "";
      display: table; }
    .ntfs__list_item:after {
      clear: both; }
    .ntfs__list_item:first-child {
      border-top: 1px solid #e3e3e3; }
  .ntfs__link {
    position: relative;
    display: block;
    min-height: 50px;
    margin: 0;
    padding: 14px;
    text-decoration: none;
    -webkit-transition: 0.12s ease-in-out;
    -moz-transition: 0.12s ease-in-out;
    -o-transition: 0.12s ease-in-out;
    transition: 0.12s ease-in-out;
    background: #f4f4f4; }
    .ntfs__link--seen {
      background: #fff; }
    .ntfs__link--admin::after {
      content: " ";
      position: absolute;
      top: 10px;
      left: 0;
      bottom: 10px;
      display: block;
      width: 3px;
      background: #d21d1e; }
    .ntfs__link:hover {
      background: #fffec9; }
  .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;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
    float: left; }
    .ntfs__figure::after {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block; }
    .ntfs__figure--banned {
      font: normal 700 100% "Merriweather", sans-serif;
      font-size: 40px;
      font-size: 4rem;
      text-align: center;
      line-height: 50px;
      line-height: 5rem;
      color: #fff;
      background: #eb0000; }
    .ntfs__figure img {
      display: block;
      width: 100%;
      height: auto; }
  .ntfs__text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -3px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    color: #1e1e1e; }
    .ntfs__text strong {
      font: normal 700 100% "Merriweather", sans-serif;
      margin-right: 10px; }
      .ntfs__text strong:empty {
        display: none; }
  .ntfs__title {
    margin: 0;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    color: #1e1e1e; }
  .ntfs__text_content {
    margin: 0;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    color: #1e1e1e; }
  .ntfs__time {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 3px;
    display: block;
    height: 10px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 10px;
    line-height: 1rem;
    letter-spacing: 0.05em;
    color: #8f8f8f;
    text-transform: uppercase; }
  .ntfs__icon {
    position: absolute;
    bottom: 8px;
    right: 10px;
    display: block; }
    .ntfs__icon > span {
      position: relative;
      margin: 0;
      padding: 0;
      display: block;
      width: 16px;
      height: 16px;
      line-height: 16px;
      line-height: 1.6rem; }
      .ntfs__icon > span::after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 16px;
        font-size: 1.6rem;
        color: #1197dd;
        text-align: center; }
        .ntfs__link--seen .ntfs__icon > span::after {
          color: #9c9c9c; }
    .ntfs__icon--reply > span::after {
      content: "\f265"; }
    .ntfs__icon--message > span::after {
      content: "\e907"; }
    .ntfs__icon--follow > span::after {
      content: "\f277"; }
    .ntfs__icon--ban > span::after {
      content: "\f119";
      color: #eb0000; }
    .ntfs__icon--eye > span::after {
      content: "\f15c"; }
    .ntfs__icon--redcard > span {
      position: relative;
      right: 2px;
      display: block;
      top: 3px;
      width: 10px;
      height: 14px;
      border: 1px solid #d62518;
      border-radius: 2px;
      background: #fd3425; }
      .ntfs__icon--redcard > span ::after {
        display: none; }
    .ntfs__icon--yellowcard > span {
      position: relative;
      right: 2px;
      display: block;
      top: 3px;
      width: 10px;
      height: 14px;
      border: 1px solid #dfbf0e;
      border-radius: 2px;
      background: #feda10; }
      .ntfs__icon--yellowcard > span ::after {
        display: none; }

.print_edition {
  margin: 20px 0 0 0;
  padding: 0 14px;
  /* comments teaser ispod članka */ }
  @media screen and (min-width: 540px) {
    .print_edition {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .print_edition {
      padding: 0 0 60px;
      margin: 40px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .print_edition {
      margin: 40px 0 0; } }
  @media screen and (min-width: 1024px) {
    .print_edition .main_tile {
      padding: 0 15px; } }
  .print_edition--single .main_tile__label {
    margin: 0 0 25px 0; }
    @media screen and (min-width: 1024px) {
      .print_edition--single .main_tile__label {
        margin: 0 0 33px 0 !important; } }
  .print_edition .main_tile__label span {
    display: block; }
    @media screen and (min-width: 1024px) {
      .print_edition .main_tile__label span {
        display: inline-block; } }
  @media screen and (min-width: 1024px) {
    .print_edition__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 10px;
      padding-left: 10px; } }
  .print_edition__inner_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    text-align: center; }
    .print_edition__previous_editions .print_edition__inner_wrap {
      position: relative;
      padding: 0; }
      @media screen and (min-width: 1024px) {
        .print_edition__previous_editions .print_edition__inner_wrap {
          width: 50%;
          display: table-cell; } }
    @media screen and (max-width: 1023px) {
      .print_edition__previous_editions .print_edition__inner_wrap + .print_edition__inner_wrap {
        margin: 30px 0 0 0; } }
  .print_edition__image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    background-color: #f4f4f4;
    text-align: center; }
    .print_edition__image img {
      max-width: 280px;
      width: 100%;
      height: auto; }
    @media screen and (min-width: 1310px) {
      .print_edition__image {
        padding: 20px; }
        .print_edition__image img {
          max-width: 400px; }
        .print_edition__previous_editions .print_edition__image {
          padding: 10px; }
          .print_edition__previous_editions .print_edition__image img {
            max-width: 280px; } }
  @media screen and (min-width: 1310px) {
    .print_edition__controls_wrap {
      width: 72%;
      margin: 0 auto; } }
  .print_edition__controls {
    position: relative;
    width: 100%;
    margin: 30px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .print_edition__controls {
        width: 80px;
        float: right; } }
  .print_edition__nav {
    height: 40px;
    float: right;
    background-color: #1e1e1e; }
    .print_edition__nav .icon {
      display: inline-block;
      width: 40px;
      height: 40px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 40px;
      line-height: 4rem;
      color: #fff;
      text-align: center; }
      .print_edition__nav .icon--disabled {
        color: #8f8f8f; }
    @media screen and (min-width: 1024px) {
      .print_edition__nav {
        height: 36px;
        width: 75px; }
        .print_edition__nav .icon {
          width: 36px;
          height: 36px;
          line-height: 36px;
          line-height: 3.6rem; } }
  .print_edition__mcalendar_wrap {
    width: 190px;
    height: 40px;
    float: left; }
    @media screen and (min-width: 1024px) {
      .print_edition__mcalendar_wrap {
        display: none;
        visibility: hidden; } }
    .print_edition__mcalendar_wrap input {
      display: none;
      visibility: hidden; }
    .print_edition__mcalendar_wrap input:checked + .calendar {
      display: block; }
    .print_edition__mcalendar_wrap .calendar {
      position: absolute;
      left: 0;
      bottom: 40px;
      width: 100%;
      background-color: #fff;
      display: none; }
  .print_edition__mcalendar {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 50px 0 10px;
    border: 1px solid #e3e3e3;
    font: normal 400 100% "Merriweather", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    color: #8f8f8f; }
    .print_edition__mcalendar .icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 40px;
      line-height: 4rem;
      text-align: center; }
  .print_edition .social__wrap {
    margin: 30px 0 0 0; }
  .print_edition__previous_editions {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 1310px) {
      .print_edition__previous_editions {
        width: 72%;
        margin: 40px auto 0; } }
  .print_edition__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #fff200;
    text-align: center; }
    .print_edition__link .icon {
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 60px;
      line-height: 6rem;
      color: #1e1e1e; }
  @media screen and (min-width: 1024px) {
    .print_edition .article__comments {
      padding: 33px 0 33px 33px; } }
  .print_edition .article__comments .thread__form {
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .print_edition .article__comments .thread__form {
        padding-left: 75px; } }
    .print_edition .article__comments .thread__form.is_authenticated {
      position: relative; }
      @media screen and (min-width: 1024px) {
        .print_edition .article__comments .thread__form.is_authenticated span {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          margin-bottom: 0;
          width: 100%;
          padding-right: 200px; } }
      @media screen and (min-width: 1024px) {
        .print_edition .article__comments .thread__form.is_authenticated .thread__comment_btn {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translatey(-50%);
          -ms-transform: translatey(-50%);
          transform: translatey(-50%); } }
    @media screen and (min-width: 1024px) {
      .print_edition .article__comments .thread__form.no_posts {
        padding-left: 10px; } }
  @media screen and (min-width: 1024px) {
    .print_edition .article__comments .thread__message--title {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 30px;
      line-height: 3rem;
      letter-spacing: -0.01em;
      padding: 0; } }
  .print_edition .article__comments .thread__message--content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem; }
  .print_edition .article__comments .thread__message--unlogged {
    margin: 0 0 20px; }
  .print_edition .article__comments .thread--thread_teaser {
    padding: 0; }
  @media screen and (min-width: 1024px) {
    .print_edition .article__comments .commbox__wrap {
      padding: 0px 20px 30px 0px; } }

.fold_home_top--banner + .fold_home_mega,
.fold_home_top--banner + .fold_home_widgets--special {
  margin: 0 !important; }
  @media screen and (min-width: 1024px) {
    .fold_home_top--banner + .fold_home_mega,
    .fold_home_top--banner + .fold_home_widgets--special {
      margin: 30px 0 0 0 !important; } }
  @media screen and (min-width: 1310px) {
    .fold_home_top--banner + .fold_home_mega,
    .fold_home_top--banner + .fold_home_widgets--special {
      margin: 40px 0 0 0 !important; } }

.fold_home_a--banner + .fold_home_mega,
.fold_home_a--banner + .fold_home_widgets--special {
  margin: 30px 0 0 0 !important; }
  @media screen and (min-width: 1024px) {
    .fold_home_a--banner + .fold_home_mega,
    .fold_home_a--banner + .fold_home_widgets--special {
      margin: 60px 0 0 0 !important; } }
  @media screen and (min-width: 1310px) {
    .fold_home_a--banner + .fold_home_mega,
    .fold_home_a--banner + .fold_home_widgets--special {
      margin: 80px 0 0 0 !important; } }

.fold_home_a--3 .card--03 {
  margin: 36px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_a--3 .card--03 {
      margin: 0; } }

.fold_home_a--3 .card--04:first-child {
  margin: 34px 0 26px 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_a--3 .card--04:first-child {
      margin: 0 0 26px 0;
      padding: 18px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .fold_home_a--3 .card--04:first-child {
      padding: 0; } }

.fold_home_a--3 .card--04:last-child {
  margin: 24px 0 36px 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_a--3 .card--04:last-child {
      margin: 23px 0 0 0; } }

.fold_home_a--3 .extra_news {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_a--3 .extra_news {
      margin: 80px 0 -30px 0;
      overflow: hidden; } }
  @media screen and (min-width: 1310px) {
    .fold_home_a--3 .extra_news {
      margin: 100px 0 -30px 0; } }

.fold_home_b--2 .extra_news,
.fold_home_c--2 .extra_news {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_b--2 .extra_news,
    .fold_home_c--2 .extra_news {
      margin: 80px 0 -30px 0; } }
  @media screen and (min-width: 1310px) {
    .fold_home_b--2 .extra_news,
    .fold_home_c--2 .extra_news {
      margin: 100px 0 -30px 0; } }
  @media screen and (min-width: 1024px) {
    .fold_home_b--2 .extra_news .card--05,
    .fold_home_c--2 .extra_news .card--05 {
      margin: 0; } }

@media screen and (min-width: 1024px) {
  .fold_home__extra_news .card--05 {
    margin: 0 0 30px 0; } }

.fold_home_b--2 .card--03 {
  margin: 36px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_b--2 .card--03 {
      margin: 0; } }

.fold_home_b--2 .card--04:first-child {
  margin: 34px 0 26px 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_b--2 .card--04:first-child {
      margin: 0 0 23px 0;
      padding: 18px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .fold_home_b--2 .card--04:first-child {
      padding: 0; } }

.fold_home_b--2 .card--04:last-child {
  margin: 26px 0 36px 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_b--2 .card--04:last-child {
      margin: 24px 0 0 0; } }

.fold_home_c--2 .card--03 {
  margin: 36px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_c--2 .card--03 {
      margin: 0; } }

.fold_home_c--2 .card--04:first-child {
  margin: 34px 0 26px 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_c--2 .card--04:first-child {
      margin: 0 0 23px 0;
      padding: 18px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .fold_home_c--2 .card--04:first-child {
      padding: 0; } }

.fold_home_c--2 .card--04:last-child {
  margin: 24px 0 36px 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_c--2 .card--04:last-child {
      margin: 24px 0 0 0; } }

.fold_home_c--3 .card--03 {
  margin: 36px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_c--3 .card--03 {
      margin: 0; } }

.fold_home_c--3 .card--04:first-child {
  margin: 34px 0 26px 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_c--3 .card--04:first-child {
      margin: 0 0 23px 0;
      padding: 18px 0 0 0; } }

.fold_home_c--3 .card--04:last-child {
  margin: 24px 0 36px 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_c--3 .card--04:last-child {
      margin: 24px 0 0 0; } }

.fold_home_feed__block_2 .card--09 {
  margin: 36px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_feed__block_2 .card--09 {
      margin: 0; } }

.fold_home_feed__block_2 .card--08 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_feed__block_2 .card--08 {
      margin: 0; } }

@media screen and (min-width: 1024px) {
  .fold_home_feed__block_3 .card__separator:after {
    left: 0;
    right: 0; } }

.fold_home_feed__block_3 .card--10:first-child {
  margin: 29px 0 26px 0; }
  @media screen and (min-width: 1310px) {
    .fold_home_feed__block_3 .card--10:first-child {
      margin: -7px 0 26px 0; } }

.fold_home_feed__block_3 .card--10:last-child {
  margin: 23px 0 0 0; }

.fold_home_feed__block_3 .card--10 .card__photo_wrap {
  margin: 26px 0 4px 0; }

@media screen and (min-width: 1024px) {
  .fold_home_feed__block_3 .card--10 .card__title {
    -webkit-line-clamp: 4;
    max-height: 96px; } }

@media screen and (min-width: 1310px) {
  .fold_home_feed__block_3 .card--10 .card__description {
    margin: 10px 0 0 0; } }

@media screen and (min-width: 1024px) {
  .fold_home_feed__block_3 .card--08 .card__title {
    -webkit-line-clamp: 2;
    max-height: 52px; } }

@media screen and (min-width: 1310px) {
  .fold_home_feed__block_3 .card--08 .card__title {
    -webkit-line-clamp: 36;
    max-height: 108px; } }

@media screen and (min-width: 1024px) {
  .fold_home_feed__block_3 .card--08 .card__description {
    -webkit-line-clamp: 3;
    max-height: 60px; } }

.fold_home_feed__block_3 .card--12 {
  margin: 36px -14px 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_feed__block_3 .card--12 {
      margin: 0; } }
  @media screen and (min-width: 1024px) {
    .fold_home_feed__block_3 .card--12 .card__wrap {
      padding: 20px 20px 116% 20px; } }
  @media screen and (min-width: 1310px) {
    .fold_home_feed__block_3 .card--12 .card__wrap {
      padding: 20px 20px 139% 20px; } }

.fold_home_feed__block_4 .card--13 {
  margin: 0 -14px; }
  @media screen and (min-width: 1024px) {
    .fold_home_feed__block_4 .card--13 {
      margin: 0; } }

.fold_home_feed__block_4 .card--11 {
  margin: 36px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_home_feed__block_4 .card--11 {
      padding: 0;
      margin: 0; } }

.fold_section_a .card--02,
.fold_section_b .card--02 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--02,
    .fold_section_b .card--02 {
      margin: 0; } }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--02 .card__description,
    .fold_section_b .card--02 .card__description {
      -webkit-line-clamp: 3;
      max-height: 60px; } }

.fold_section_a .card--03,
.fold_section_b .card--03 {
  margin: 36px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--03,
    .fold_section_b .card--03 {
      margin: 0; } }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--03 .card__wrap,
    .fold_section_b .card--03 .card__wrap {
      padding: 20px 16px 125% 16px; } }
  @media screen and (min-width: 1310px) {
    .fold_section_a .card--03 .card__wrap,
    .fold_section_b .card--03 .card__wrap {
      padding: 20px 16px 142.5% 16px; } }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--03 .card__description,
    .fold_section_b .card--03 .card__description {
      -webkit-line-clamp: 4;
      max-height: 80px; } }

@media screen and (min-width: 540px) {
  .fold_section_a .card__separator:after,
  .fold_section_b .card__separator:after {
    left: 15px;
    right: 15px; } }

@media screen and (min-width: 1024px) {
  .fold_section_a .card__separator:after,
  .fold_section_b .card__separator:after {
    left: 0;
    right: 0; } }

.fold_section_a .card--04,
.fold_section_b .card--04 {
  padding: 0; }
  .fold_section_a .card--04:first-child,
  .fold_section_b .card--04:first-child {
    margin: 34px 0 26px 0; }
    @media screen and (min-width: 1310px) {
      .fold_section_a .card--04:first-child,
      .fold_section_b .card--04:first-child {
        margin: 0 0 26px 0; } }
  .fold_section_a .card--04:last-child,
  .fold_section_b .card--04:last-child {
    margin: 24px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--04,
    .fold_section_b .card--04 {
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--04 .card__photo_wrap,
    .fold_section_b .card--04 .card__photo_wrap {
      width: 100px;
      height: 100px; } }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--04 .card__data_wrap,
    .fold_section_b .card--04 .card__data_wrap {
      padding: 0 110px 0 0; } }

.fold_section_a .card--11,
.fold_section_b .card--11 {
  padding: 0 14px;
  margin: 36px 0 0 0; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .fold_section_a .card--11,
    .fold_section_b .card--11 {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--11,
    .fold_section_b .card--11 {
      margin: 0; } }

.fold_section_a .card--12b,
.fold_section_b .card--12b {
  margin: 36px 0 0; }
  @media screen and (min-width: 540px) {
    .fold_section_a .card--12b,
    .fold_section_b .card--12b {
      margin: 36px -14px 0; } }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--12b,
    .fold_section_b .card--12b {
      margin: 0; } }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--12b .card__wrap,
    .fold_section_b .card--12b .card__wrap {
      padding: 20px 20px 124.5% 20px; } }
  @media screen and (min-width: 1310px) {
    .fold_section_a .card--12b .card__wrap,
    .fold_section_b .card--12b .card__wrap {
      padding: 20px 20px 143% 20px; } }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--12b .card__subtitle,
    .fold_section_b .card--12b .card__subtitle {
      bottom: 20px; } }
  @media screen and (min-width: 1310px) {
    .fold_section_a .card--12b .card__subtitle,
    .fold_section_b .card--12b .card__subtitle {
      bottom: 30px; } }

.fold_section_a .card--13,
.fold_section_b .card--13 {
  margin: 36px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold_section_a .card--13,
    .fold_section_b .card--13 {
      margin: 0; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--05b {
    height: 0;
    padding: 0 0 100% 0; } }

@media screen and (min-width: 1310px) {
  .fold_columns .card--05b .card__overtitle {
    top: 0; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--05b .card__data_wrap {
    bottom: 4px;
    padding: 0 10px; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--05b .card__title {
    padding: 0 10px 2px 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 78px;
    overflow: hidden; }
    .fold_columns .card--05b .card__title span {
      padding: 1px 10px 2px 10px;
      margin: 0 -10px; } }

@media screen and (min-width: 1024px) {
  .fold_columns .card--05b .card__title {
    padding: 0 10px 2px 10px; }
    .fold_columns .card--05b .card__title span {
      margin: 0 -10px; } }

@media screen and (min-width: 1310px) {
  .fold_columns .card--05b .card__title {
    max-height: 120px;
    overflow: hidden; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--05b .card__subtitle {
    top: -1px; } }

@media screen and (min-width: 1024px) {
  .fold_columns .card--17 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--17 .card__photo_wrap {
    width: 198px;
    height: auto; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--17 .card__data_wrap {
    padding-left: 228px; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--17 .card__overtitle {
    margin: 5px 0 0 0; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--17 .card__title {
    margin: 15px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--17 .card__subtitle {
    margin: 7px 0 0 0; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_columns .card--17 .card__description {
    display: none; } }

.fold_section_a_sidebar .card--14 .card__section {
  display: none; }

.fold_section__loadmore {
  margin: 23px 0 0 0; }

.fold_search__results .card--17 {
  margin: 0 0 30px 0; }
  @media screen and (min-width: 1024px) {
    .fold_search__results .card--17 {
      margin: 0 0 30px 0;
      padding: 0 0 30px 0; } }
  .fold_search__results .card--17 .card__photo_wrap {
    margin: 0 0 7px 0; }
    @media screen and (min-width: 1024px) and (max-width: 1309px) {
      .fold_search__results .card--17 .card__photo_wrap {
        margin: 0;
        width: 192px;
        height: auto; } }
    @media screen and (min-width: 1310px) {
      .fold_search__results .card--17 .card__photo_wrap {
        margin: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1309px) {
    .fold_search__results .card--17 .card__data_wrap {
      padding-left: 222px; } }
  .fold_search__results .card--17 .card__overtitle {
    margin: -7px 0 0 0; }
    @media screen and (min-width: 1024px) and (max-width: 1309px) {
      .fold_search__results .card--17 .card__overtitle {
        margin: 5px 0 0 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1309px) {
    .fold_search__results .card--17 .card__title {
      margin: 11px 0 0 0;
      font-size: 20px;
      font-size: 2rem;
      line-height: 26px;
      line-height: 2.6rem;
      letter-spacing: -0.01em; } }
  @media screen and (min-width: 1024px) and (max-width: 1309px) {
    .fold_search__results .card--17 .card__description {
      display: none; } }
  .fold_search__results .card--17 .card__time {
    display: inline-block;
    margin: 2px 0 0 0;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 20px;
    line-height: 2rem;
    color: #8f8f8f;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
    @media screen and (min-width: 1024px) {
      .fold_search__results .card--17 .card__time {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 1px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .fold_search__results .card--17 .card__time {
        margin: 11px 0 0 0; } }

.fold_authors_page .card--17 .card__time {
  display: inline-block;
  margin: 2px 0 0 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f8f8f;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }
  @media screen and (min-width: 1024px) {
    .fold_authors_page .card--17 .card__time {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 11px 0 0 0; } }

@media screen and (min-width: 1024px) {
  .fold_keywords .card--17 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_keywords .card--17 .card__photo_wrap {
    width: 192px;
    height: auto; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_keywords .card--17 .card__data_wrap {
    padding-left: 222px; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_keywords .card--17 .card__overtitle {
    margin: 5px 0 0 0; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_keywords .card--17 .card__title {
    margin: 11px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .fold_keywords .card--17 .card__description {
    display: none; } }

.fold_keywords .card--17 .card__time {
  display: inline-block;
  margin: 2px 0 0 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f8f8f;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }
  @media screen and (min-width: 1024px) {
    .fold_keywords .card--17 .card__time {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 1px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .fold_keywords .card--17 .card__time {
      margin: 11px 0 0 0; } }

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

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

.home .fold_home_a--1 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_a--1 {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_a--1 {
      margin: 100px 0 0 0; } }

.home .fold_home_a--2 {
  margin: 55px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_a--2 {
      margin: 60px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_a--2 {
      margin: 80px 0 0 0; } }

.home .fold_home_a--3 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_a--3 {
      margin: 60px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_a--3 {
      margin: 80px 0 0 0; } }

.home .fold_home_widgets--special {
  margin: 30px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_widgets--special {
      margin: 60px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_widgets--special {
      margin: 80px 0 0 0; } }

.home .fold_home_widgets--3 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_widgets--3 {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_widgets--3 {
      margin: 100px 0 0 0; } }

.home .fold_home_widgets--4 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_widgets--4 {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_widgets--4 {
      margin: 100px 0 0 0; } }

.home .fold_home_b--1 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_b--1 {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_b--1 {
      margin: 100px 0 0 0; } }

.home .fold_home_b--2 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_b--2 {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_b--2 {
      margin: 100px 0 0 0; } }

.home .fold_home_b--3 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_b--3 {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_b--3 {
      margin: 100px 0 0 0; } }

.home .fold_home_topgifts {
  margin: 30px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_topgifts {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_topgifts {
      margin: 100px 0 0 0; } }

.home .fold_home_c--1 {
  margin: 35px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_c--1 {
      margin: 55px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_c--1 {
      margin: 80px 0 0 0; } }

.home .fold_home_c--2 {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_c--2 {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_c--2 {
      margin: 100px 0 0 0; } }

.home .fold_home_feed {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .home .fold_home_feed {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_feed {
      margin: 100px 0 0 0; } }
  @media screen and (min-width: 1024px) {
    .home .fold_home_feed__block_2 {
      margin: 80px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .home .fold_home_feed__block_2 {
      margin: 100px 0 0 0; } }
  .home .fold_home_feed__block_3 {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_feed__block_3 {
        margin: 80px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_feed__block_3 {
        margin: 100px 0 0 0; } }
  .home .fold_home_feed__block_4 {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_feed__block_4 {
        margin: 80px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_feed__block_4 {
        margin: 100px 0 0 0; } }
  @media screen and (min-width: 540px) {
    .home .fold_home_feed .column_content__inner .main_tile {
      padding: 0 15px; } }
  @media screen and (min-width: 1024px) {
    .home .fold_home_feed .column_content__inner .main_tile {
      padding: 0; } }
  .home .fold_home_feed .container__height_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1; }
  @media screen and (min-width: 1310px) {
    .home .fold_home_feed .container__height_wrap {
      display: -webkit-flex;
      /* Safari */
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .home .fold_home_feed .column_content__extra_articles {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_feed .column_content__extra_articles {
        margin: 80px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_feed .column_content__extra_articles {
        margin: 100px 0 80px 0; } }
  .home .fold_home_feed .column_sidebar {
    margin: 40px 0 0 0; }
    .home .fold_home_feed .column_sidebar:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
    @media screen and (min-width: 1024px) {
      .home .fold_home_feed .column_sidebar {
        margin: 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_feed .column_sidebar {
        margin: 0 0 80px 0;
        -webkit-flex: 1;
        /* Safari 6.1+ */
        -ms-flex: 1;
        /* IE 10 */
        -webkit-box-flex: 1;
        flex: 1; } }
    .home .fold_home_feed .column_sidebar__inner_wrap:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
  .home .fold_home_feed .container__loadmore {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 40px 0 0 0;
    clear: both; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .home .fold_home_feed .container__loadmore {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .home .fold_home_feed .container__loadmore {
        margin: 60px 0 0 0;
        padding: 0; } }
    @media screen and (min-width: 1310px) {
      .home .fold_home_feed .container__loadmore {
        margin: 80px 0 0 0; } }
    .home .fold_home_feed .container__loadmore .btn {
      display: block;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 40px;
      line-height: 4rem; }
      @media screen and (min-width: 1310px) {
        .home .fold_home_feed .container__loadmore .btn {
          height: 60px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 60px;
          line-height: 6rem;
          margin: 0 0 80px 0; } }

/*********************************
SECTION
*********************************/
@media screen and (min-width: 1024px) {
  .section .fold_section_a__block_2, .section .fold_section_a__block_3,
  .section .fold_section_b__block_2,
  .section .fold_section_b__block_3 {
    padding: 0; } }

@media screen and (min-width: 1024px) {
  .section .fold_section_a__block_2,
  .section .fold_section_b__block_2 {
    margin: 80px 0 0 0; } }

@media screen and (min-width: 1310px) {
  .section .fold_section_a__block_2,
  .section .fold_section_b__block_2 {
    margin: 100px 0 0 0; } }

@media screen and (min-width: 1024px) {
  .section .fold_section_a__block_3,
  .section .fold_section_b__block_3 {
    margin: 80px 0 0 0; } }

@media screen and (min-width: 1310px) {
  .section .fold_section_a__block_3,
  .section .fold_section_b__block_3 {
    margin: 100px 0 0 0; } }

.section .fold_section_a .column_content__inner .main_tile,
.section .fold_section_b .column_content__inner .main_tile {
  padding: 0 30px; }
  @media screen and (min-width: 1024px) {
    .section .fold_section_a .column_content__inner .main_tile,
    .section .fold_section_b .column_content__inner .main_tile {
      padding: 0 15px; } }

@media screen and (min-width: 1310px) {
  .section .fold_section_a .container__height_wrap,
  .section .fold_section_b .container__height_wrap {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row;
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.section .fold_section_a .column_sidebar,
.section .fold_section_b .column_sidebar {
  display: block;
  padding: 0 15px; }
  @media screen and (min-width: 1310px) {
    .section .fold_section_a .column_sidebar,
    .section .fold_section_b .column_sidebar {
      padding: 0;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      -webkit-box-flex: 1;
      flex: 1; } }

.section .fold_section_a .container__loadmore,
.section .fold_section_b .container__loadmore {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 40px 0 0 0;
  clear: both; }
  @media screen and (min-width: 1024px) {
    .section .fold_section_a .container__loadmore,
    .section .fold_section_b .container__loadmore {
      margin: 60px 0 0 0;
      padding: 0 15px; } }
  @media screen and (min-width: 1310px) {
    .section .fold_section_a .container__loadmore,
    .section .fold_section_b .container__loadmore {
      margin: 80px 0 0 0; } }
  .section .fold_section_a .container__loadmore .btn,
  .section .fold_section_b .container__loadmore .btn {
    display: block;
    text-align: center; }
    @media screen and (min-width: 1310px) {
      .section .fold_section_a .container__loadmore .btn,
      .section .fold_section_b .container__loadmore .btn {
        margin: 0 0 80px 0; } }

@media screen and (min-width: 1024px) {
  .section .fold_section_a {
    margin: 30px 0 0 0; } }

.section .fold_section_b {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1310px) {
    .section .fold_section_b {
      margin: 80px 0 0 0; } }

@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .section .fold_section_a .column_sidebar {
    margin: 80px 0 0 0; } }

.section .fold_section_a .column_sidebar .topnews_widget {
  margin: 0 -15px; }
  @media screen and (min-width: 1310px) {
    .section .fold_section_a .column_sidebar .topnews_widget {
      margin: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1309px) {
    .section .fold_section_a .column_sidebar .topnews_widget {
      padding: 0 57px 0 0;
      margin: 75px -15px 80; }
      .section .fold_section_a .column_sidebar .topnews_widget .card--14 {
        margin: 36px 0 0 0; }
        .section .fold_section_a .column_sidebar .topnews_widget .card--14:first-child {
          margin: 0; }
      .section .fold_section_a .column_sidebar .topnews_widget .main_tile__label {
        position: relative;
        top: -5px;
        margin: 0 0 19px 0;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 28px;
        line-height: 2.8rem; }
      .section .fold_section_a .column_sidebar .topnews_widget .card__data_wrap {
        padding: 0 0 0 70px; }
      .section .fold_section_a .column_sidebar .topnews_widget .card__title {
        position: relative;
        top: -6px;
        margin: 0 0 -2px 0;
        font: normal 900 100% "Raleway", sans-serif;
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 31px;
        line-height: 3.1rem;
        max-height: 62px; } }

.section .fold_section_feed {
  margin: 30px 0 45px 0; }
  @media screen and (min-width: 540px) {
    .section .fold_section_feed {
      padding: 0 16px; } }
  @media screen and (min-width: 1024px) {
    .section .fold_section_feed {
      padding: 0;
      margin: 80px 0; } }
  @media screen and (min-width: 1310px) {
    .section .fold_section_feed {
      margin: 100px 0 80px 0; } }
  @media screen and (min-width: 1024px) {
    .section .fold_section_feed .main_tile {
      padding: 0; } }
  .section .fold_section_feed .load_more {
    margin: 30px 0 0 0; }
    .section .fold_section_feed .load_more .btn {
      display: block;
      height: 50px;
      width: 100%;
      line-height: 52px;
      line-height: 5.2rem; }
      @media screen and (min-width: 1310px) {
        .section .fold_section_feed .load_more .btn {
          height: 60px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 62px;
          line-height: 6.2rem; } }
      .section .fold_section_feed .load_more .btn.loading {
        margin: 0px auto;
        width: 50px;
        height: 50px; }
        @media screen and (min-width: 1024px) {
          .section .fold_section_feed .load_more .btn.loading {
            width: 60px;
            height: 60px; } }

/* specijal stranice */
.fold__special_a--1 {
  margin: 20px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .fold__special_a--1 {
      margin-top: 30px; } }

@media screen and (min-width: 1024px) {
  .fold__special_a--2, .fold__special_a--3 {
    margin-top: 30px; } }

@media screen and (min-width: 1310px) {
  .fold__special_a--2, .fold__special_a--3 {
    margin-top: 100px; } }

.fold__special_a--2 .card--12, .fold__special_a--3 .card--12 {
  margin: 0 -14px; }
  @media screen and (min-width: 1024px) {
    .fold__special_a--2 .card--12, .fold__special_a--3 .card--12 {
      margin: 0; } }

.fold__special_a--2 .card--04:last-child, .fold__special_a--3 .card--04:last-child {
  margin: 24px 0 0; }

.fold__special_a--2 .card--04:first-child, .fold__special_a--3 .card--04:first-child {
  margin: 36px 0 26px 0; }
  @media screen and (min-width: 1024px) {
    .fold__special_a--2 .card--04:first-child, .fold__special_a--3 .card--04:first-child {
      margin: 0 0 23px 0;
      padding: 18px 0 0 0; } }

@media screen and (max-width: 1023px) {
  .fold__special_a--2 .card--02, .fold__special_a--2 .card--08, .fold__special_a--2 .card--09, .fold__special_a--3 .card--02, .fold__special_a--3 .card--08, .fold__special_a--3 .card--09 {
    margin: 24px 0 36px 0; } }

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

@media screen and (min-width: 1310px) {
  .section--special .main_tile__label.main_tile__label--related_article {
    margin-top: 100px; } }

/*stranica članak*/
.article .column_sidebar .card--04 .card__description {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.01em; }

.article .column_sidebar .card--04 .card__title {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em; }
  @media screen and (min-width: 1024px) {
    .article .column_sidebar .card--04 .card__title {
      padding-right: 15px; } }

.article .column_sidebar .card--04 .card__wrap {
  padding: 30px 0; }

.article .column_sidebar .card--04:first-of-type .card__wrap {
  padding-top: 0; }

.article .fold_article__top {
  margin: 20px 0 0 0; }
  @media screen and (min-width: 1310px) {
    .article .fold_article__top {
      margin: 35px 0 0 0; } }

.article .fold_article__recommender_block {
  margin: 30px 0 0 0; }
  @media screen and (max-width: 539px) {
    .article .fold_article__recommender_block {
      padding: 0 14px; } }
  @media screen and (min-width: 1024px) {
    .article .fold_article__recommender_block {
      margin: 56px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .article .fold_article__recommender_block {
      margin: 46px 0 0 0;
      padding-left: 50px; } }

.article .fold_article__comments_block {
  margin: 30px 0 0 0; }
  @media screen and (max-width: 539px) {
    .article .fold_article__comments_block {
      padding: 0 14px; } }
  @media screen and (min-width: 1024px) {
    .article .fold_article__comments_block {
      margin: 56px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .article .fold_article__comments_block {
      margin: 46px 0 0 0;
      padding-left: 50px; } }

.article .fold_article__pr_articles {
  margin: 40px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .article .fold_article__pr_articles {
      margin: 60px 0 0 0; } }
  .article .fold_article__pr_articles .main_tile__label {
    margin: 0 0 25px; }

.article .fold_article__related_articles {
  margin: 20px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .article .fold_article__related_articles {
      margin: 60px 0 0 0; } }

.article .fold_article__latest_articles {
  margin: 20px 0 25px 0; }
  @media screen and (min-width: 1024px) {
    .article .fold_article__latest_articles {
      margin: 80px 0 56px 0; } }
  @media screen and (min-width: 1310px) {
    .article .fold_article__latest_articles {
      margin: 80px 0 75px 0; } }

.article .fold_article__pr_articles,
.article .fold_article__related_articles,
.article .fold_article__latest_articles {
  padding: 0; }
  @media screen and (min-width: 540px) {
    .article .fold_article__pr_articles,
    .article .fold_article__related_articles,
    .article .fold_article__latest_articles {
      padding: 0 15px; } }
  @media screen and (min-width: 1024px) {
    .article .fold_article__pr_articles,
    .article .fold_article__related_articles,
    .article .fold_article__latest_articles {
      padding: 0; } }

.facebook__wrapper {
  margin-top: 40px; }
  @media screen and (min-width: 1024px) {
    .facebook__wrapper {
      margin-top: 60px; } }
  @media screen and (max-width: 1024px) {
    .facebook__wrapper {
      margin-bottom: 19px; } }

.fold_feed_sidebar .facebook__wrapper {
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .fold_feed_sidebar .facebook__wrapper {
      margin-top: 0; } }
  @media screen and (max-width: 1024px) {
    .fold_feed_sidebar .facebook__wrapper {
      margin-bottom: 0; } }

.card {
  position: relative;
  /* card više vijesti za specijal rubriku*/ }
  .card__separator {
    position: relative;
    width: 100%;
    height: 1px;
    clear: both; }
    .card__separator:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 1px; }
    .card__separator--silver:after {
      background-color: #e3e3e3; }
    .card__separator--yellow:after {
      background-color: #fff200;
      left: 14px;
      right: 14px; }
      @media screen and (min-width: 540px) {
        .card__separator--yellow:after {
          left: 15px;
          right: 15px; } }
    @media screen and (min-width: 1024px) {
      .card__separator--yellow {
        display: none; } }
    @media screen and (min-width: 1024px) {
      .card__separator--mobile {
        display: none; } }
  .card__link {
    display: block; }
    .card__link--data {
      float: left; }
  .card__overtitle {
    display: inline-block;
    height: 24px;
    padding: 0;
    margin: 0;
    float: left;
    font: normal 800 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1e1e1e;
    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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 24px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (min-width: 1310px) {
      .card__overtitle {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        line-height: 2.4rem; } }
    .card__overtitle--background {
      padding: 0 10px;
      background-color: #fff200; }
    .card__overtitle--underline {
      border-bottom: 3px solid #fff200;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .card:hover .card__overtitle {
      color: #575757; }
  .card__title {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    font: normal 900 100% "Raleway", sans-serif;
    color: #1e1e1e;
    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;
    -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:hover .card__title {
      color: #575757; }
  .card__title_highlight {
    background: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
  .card__subtitle {
    display: inline-block;
    height: 23px;
    padding: 0 10px;
    margin: 0;
    float: left;
    background-color: #1e1e1e;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    max-height: 23px;
    overflow: hidden; }
    .card__subtitle a {
      display: inline-block;
      color: #fff; }
  .card__description {
    font: normal 300 100% "Roboto Slab", sans-serif;
    color: #1e1e1e; }
  .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__time {
    display: none; }
  .card--01 .card__wrap, .card--07 .card__wrap, .card--13 .card__wrap {
    position: relative; }
  .card--01 .card__data_wrap, .card--07 .card__data_wrap, .card--13 .card__data_wrap {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    margin: auto; }
    @media screen and (min-width: 540px) {
      .card--01 .card__data_wrap, .card--07 .card__data_wrap, .card--13 .card__data_wrap {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--01 .card__data_wrap, .card--07 .card__data_wrap, .card--13 .card__data_wrap {
        bottom: 5px;
        padding: 0 10px; } }
    @media screen and (min-width: 1310px) {
      .card--01 .card__data_wrap, .card--07 .card__data_wrap, .card--13 .card__data_wrap {
        bottom: 10px;
        padding: 0 20px; } }
  .card--01 .card__overtitle, .card--07 .card__overtitle, .card--13 .card__overtitle {
    position: relative;
    left: -14px;
    padding: 0 10px 0 14px; }
    @media screen and (min-width: 540px) {
      .card--01 .card__overtitle, .card--07 .card__overtitle, .card--13 .card__overtitle {
        left: -30px;
        padding: 0 10px 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--01 .card__overtitle, .card--07 .card__overtitle, .card--13 .card__overtitle {
        left: 0;
        padding: 0 10px; } }
    @media screen and (min-width: 1310px) {
      .card--01 .card__overtitle, .card--07 .card__overtitle, .card--13 .card__overtitle {
        top: -1px; } }
  .card--01 .card__title, .card--07 .card__title, .card--13 .card__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em; }
    @media screen and (min-width: 1024px) {
      .card--01 .card__title, .card--07 .card__title, .card--13 .card__title {
        padding: 0 0 2px 0;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 42px;
        line-height: 4.2rem; } }
    @media screen and (min-width: 1310px) {
      .card--01 .card__title, .card--07 .card__title, .card--13 .card__title {
        padding: 0 0 3px 0;
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 54px;
        line-height: 5.4rem; } }
  .card--01 .card__title_highlight, .card--07 .card__title_highlight, .card--13 .card__title_highlight {
    position: relative;
    left: -14px;
    padding: 2px 5px 2px 14px;
    line-height: 1; }
    @media screen and (min-width: 540px) {
      .card--01 .card__title_highlight, .card--07 .card__title_highlight, .card--13 .card__title_highlight {
        left: -30px;
        padding: 2px 5px 2px 30px; } }
    @media screen and (min-width: 1024px) {
      .card--01 .card__title_highlight, .card--07 .card__title_highlight, .card--13 .card__title_highlight {
        left: 0;
        padding: 0 10px 2px 10px; } }
  .card--01 .card__subtitle, .card--07 .card__subtitle, .card--13 .card__subtitle {
    position: relative;
    top: 1px;
    left: -14px;
    padding: 0 10px 0 14px;
    clear: both;
    float: left; }
    @media screen and (min-width: 540px) {
      .card--01 .card__subtitle, .card--07 .card__subtitle, .card--13 .card__subtitle {
        left: -30px;
        padding: 0 10px 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--01 .card__subtitle, .card--07 .card__subtitle, .card--13 .card__subtitle {
        top: 0;
        left: 0;
        padding: 0 10px; } }
    .card--01 .card__subtitle a:nth-child(n+2), .card--07 .card__subtitle a:nth-child(n+2), .card--13 .card__subtitle a:nth-child(n+2) {
      margin-left: 5px; }
  .card--01 .card__description, .card--07 .card__description, .card--13 .card__description {
    display: none; }
  .card--02 .card__overtitle, .card--08 .card__overtitle {
    margin: 14px 0 15px 0; }
    @media screen and (min-width: 1310px) {
      .card--02 .card__overtitle, .card--08 .card__overtitle {
        margin: 13px 0 13px 0; } }
  .card--02 .card__title, .card--08 .card__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 78px;
    overflow: hidden; }
    @media screen and (min-width: 1310px) {
      .card--02 .card__title, .card--08 .card__title {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px;
        line-height: 3.6rem;
        max-height: 108px; } }
  .card--02 .card__subtitle, .card--08 .card__subtitle {
    width: 100%;
    padding: 0;
    margin: 7px 0 0 0;
    float: left;
    background-color: transparent;
    color: #8f8f8f; }
    @media screen and (min-width: 1310px) {
      .card--02 .card__subtitle, .card--08 .card__subtitle {
        margin: 6px 0 0 0; } }
    .card--02 .card__subtitle a, .card--08 .card__subtitle a {
      color: inherit; }
  .card--02 .card__description, .card--08 .card__description {
    margin: 8px 0 0 0;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.01em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 80px;
    overflow: hidden; }
    @media screen and (min-width: 1310px) {
      .card--02 .card__description, .card--08 .card__description {
        -webkit-line-clamp: 3;
        max-height: 60px; } }
  .card--03, .card--09, .card--11 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .card--03 .card__wrap, .card--09 .card__wrap, .card--11 .card__wrap {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 24px 16px 39px 16px;
      border: 3px solid #ededed;
      border-bottom: none; }
      @media screen and (min-width: 1024px) {
        .card--03 .card__wrap, .card--09 .card__wrap, .card--11 .card__wrap {
          height: 0;
          padding: 20px 16px 165% 16px;
          border-width: 4px; } }
      @media screen and (min-width: 1310px) {
        .card--03 .card__wrap, .card--09 .card__wrap, .card--11 .card__wrap {
          height: 0;
          padding: 20px 16px 142%; } }
    .card--03 .card__title, .card--09 .card__title, .card--11 .card__title {
      margin: 14px 0 0 0;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem;
      letter-spacing: -0.01em;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      max-height: 90px;
      overflow: hidden; }
      @media screen and (min-width: 1024px) {
        .card--03 .card__title, .card--09 .card__title, .card--11 .card__title {
          font-size: 27px;
          font-size: 2.7rem;
          line-height: 33px;
          line-height: 3.3rem;
          -webkit-line-clamp: 5;
          max-height: 165px; } }
      @media screen and (min-width: 1310px) {
        .card--03 .card__title, .card--09 .card__title, .card--11 .card__title {
          margin: 11px 0 0 0;
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 44px;
          line-height: 4.4rem;
          max-height: 220px; } }
    .card--03 .card__subtitle, .card--09 .card__subtitle, .card--11 .card__subtitle {
      padding: 0;
      margin: 6px 0 0 0;
      background-color: #fff;
      color: #8f8f8f; }
      .card--03 .card__subtitle a, .card--09 .card__subtitle a, .card--11 .card__subtitle a {
        color: inherit; }
      @media screen and (min-width: 1024px) {
        .card--03 .card__subtitle, .card--09 .card__subtitle, .card--11 .card__subtitle {
          margin: 6px 0 0 0; } }
    .card--03 .card__description, .card--09 .card__description, .card--11 .card__description {
      display: none; }
      @media screen and (min-width: 1024px) {
        .card--03 .card__description, .card--09 .card__description, .card--11 .card__description {
          display: block;
          margin: 8px 0 0 0;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 20px;
          line-height: 2rem;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 5;
          max-height: 100px;
          overflow: hidden; } }
      @media screen and (min-width: 1310px) {
        .card--03 .card__description, .card--09 .card__description, .card--11 .card__description {
          -webkit-line-clamp: 4;
          max-height: 80px; } }
  .card--04 .card__photo_wrap, .card--10 .card__photo_wrap, .card--16 .card__photo_wrap {
    float: right;
    width: 100px;
    height: 100px;
    margin: 29px 0 7px 0; }
    @media screen and (min-width: 1024px) and (max-width: 1309px) {
      .card--04 .card__photo_wrap, .card--10 .card__photo_wrap, .card--16 .card__photo_wrap {
        width: 70px;
        height: 70px; } }
    @media screen and (min-width: 1024px) {
      .card--04 .card__photo_wrap, .card--10 .card__photo_wrap, .card--16 .card__photo_wrap {
        margin: 26px 0 7px 0; } }
    @media screen and (min-width: 1310px) {
      .card--04 .card__photo_wrap, .card--10 .card__photo_wrap, .card--16 .card__photo_wrap {
        margin: 28px 0 7px 0; } }
  .card--04 .card__data_wrap, .card--10 .card__data_wrap, .card--16 .card__data_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 110px 0 0; }
    @media screen and (min-width: 1024px) and (max-width: 1309px) {
      .card--04 .card__data_wrap, .card--10 .card__data_wrap, .card--16 .card__data_wrap {
        padding: 0 80px 0 0; } }
  .card--04 .card__link, .card--10 .card__link, .card--16 .card__link {
    display: block; }
    .card--04 .card__link--lead_text, .card--10 .card__link--lead_text, .card--16 .card__link--lead_text {
      clear: both; }
  .card--04 .card__overtitle, .card--10 .card__overtitle, .card--16 .card__overtitle {
    float: left; }
  .card--04 .card__title, .card--10 .card__title, .card--16 .card__title {
    float: left;
    clear: left;
    margin: 9px 0 0 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: -0.01em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 72px;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .card--04 .card__title, .card--10 .card__title, .card--16 .card__title {
        margin: 11px 0 0 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        -webkit-line-clamp: 4;
        max-height: 88px; } }
    @media screen and (min-width: 1310px) {
      .card--04 .card__title, .card--10 .card__title, .card--16 .card__title {
        margin: 9px 0 0 0;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 24px;
        line-height: 2.4rem;
        max-height: 72px; } }
  .card--04 .card__subtitle, .card--10 .card__subtitle, .card--16 .card__subtitle {
    clear: left;
    float: left;
    padding: 0;
    margin: 9px 0 0 0;
    background-color: #fff;
    color: #8f8f8f; }
    @media screen and (min-width: 1024px) {
      .card--04 .card__subtitle, .card--10 .card__subtitle, .card--16 .card__subtitle {
        margin: 9px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .card--04 .card__subtitle, .card--10 .card__subtitle, .card--16 .card__subtitle {
        margin: 7px 0 0 0; } }
    .card--04 .card__subtitle a, .card--10 .card__subtitle a, .card--16 .card__subtitle a {
      color: inherit; }
  .card--04 .card__description, .card--10 .card__description, .card--16 .card__description {
    display: block;
    margin: 8px 0 0 0;
    clear: both;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 1024px) and (max-width: 1309px) {
      .card--04 .card__description, .card--10 .card__description, .card--16 .card__description {
        display: none; } }
    @media screen and (min-width: 1310px) {
      .card--04 .card__description, .card--10 .card__description, .card--16 .card__description {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
        line-height: 1.8rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 54px;
        overflow: hidden; } }
  @media screen and (min-width: 1024px) {
    .card--05 {
      padding: 0; } }
  .card--05 .card__wrap {
    position: relative; }
  .card--05 .card__data_wrap {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    margin: auto; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .card--05 .card__data_wrap {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--05 .card__data_wrap {
        padding: 0 20px; } }
    @media screen and (min-width: 1310px) {
      .card--05 .card__data_wrap {
        bottom: 9px; } }
  .card--05 .card__overtitle {
    position: relative;
    left: -14px;
    padding: 0 10px 0 14px; }
    @media screen and (min-width: 540px) {
      .card--05 .card__overtitle {
        left: -30px;
        padding: 0 10px 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--05 .card__overtitle {
        left: 0;
        padding: 0 10px; } }
    @media screen and (min-width: 1310px) {
      .card--05 .card__overtitle {
        top: -1px; } }
  .card--05 .card__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em; }
    @media screen and (min-width: 1024px) {
      .card--05 .card__title {
        padding: 0 0 2px 0;
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 31px;
        line-height: 3.1rem; } }
    @media screen and (min-width: 1310px) {
      .card--05 .card__title {
        padding: 0 0 3px 0;
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 40px;
        line-height: 4rem; } }
  .card--05 .card__title_highlight {
    position: relative;
    left: -14px;
    padding: 2px 5px 2px 14px;
    line-height: 1; }
    @media screen and (min-width: 540px) {
      .card--05 .card__title_highlight {
        left: -30px;
        padding: 2px 5px 2px 30px; } }
    @media screen and (min-width: 1024px) {
      .card--05 .card__title_highlight {
        left: 0;
        padding: 0 10px 2px 10px; } }
  .card--05 .card__subtitle {
    position: relative;
    top: 1px;
    left: -14px;
    padding: 0 10px 0 14px;
    clear: both; }
    @media screen and (min-width: 540px) {
      .card--05 .card__subtitle {
        left: -30px;
        padding: 0 10px 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--05 .card__subtitle {
        top: 0;
        left: 0;
        padding: 0 10px; } }
    @media screen and (min-width: 1310px) {
      .card--05 .card__subtitle {
        top: -1px; } }
    .card--05 .card__subtitle a:nth-child(n+2) {
      margin-left: 5px; }
  .card--05 .card__description {
    display: none; }
  @media screen and (min-width: 1024px) {
    .card--06 {
      padding: 0 15px; } }
  .card--06 .card__wrap {
    position: relative; }
  .card--06 .card__data_wrap {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    margin: auto; }
    @media screen and (min-width: 540px) {
      .card--06 .card__data_wrap {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--06 .card__data_wrap {
        bottom: 12px;
        padding: 0 20px; } }
    @media screen and (min-width: 1310px) {
      .card--06 .card__data_wrap {
        bottom: 10px; } }
  .card--06 .card__data {
    float: left; }
  .card--06 .card__overtitle {
    position: relative;
    left: -14px;
    padding: 0 10px 0 14px; }
    @media screen and (min-width: 540px) {
      .card--06 .card__overtitle {
        left: -30px;
        padding: 0 10px 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--06 .card__overtitle {
        left: 0;
        padding: 0 10px; } }
  .card--06 .card__title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: -0.01em; }
    @media screen and (min-width: 1024px) {
      .card--06 .card__title {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 56px;
        line-height: 5.6rem; } }
    @media screen and (min-width: 1310px) {
      .card--06 .card__title {
        width: 75%;
        padding: 0 10px 3px 0;
        font-size: 54px;
        font-size: 5.4rem;
        line-height: 60px;
        line-height: 6rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 180px;
        overflow: hidden; } }
  .card--06 .card__title_highlight {
    position: relative;
    left: -14px;
    padding: 2px 5px 2px 14px;
    line-height: 1; }
    @media screen and (min-width: 540px) {
      .card--06 .card__title_highlight {
        left: -30px;
        padding: 2px 5px 2px 30px; } }
    @media screen and (min-width: 1024px) {
      .card--06 .card__title_highlight {
        left: 0;
        padding: 0 10px 2px 10px; } }
  .card--06 .card__subtitle {
    position: relative;
    top: 1px;
    left: -14px;
    padding: 0 10px 0 14px;
    clear: both;
    float: left; }
    @media screen and (min-width: 540px) {
      .card--06 .card__subtitle {
        left: -30px;
        padding: 0 10px 0 30px; } }
    @media screen and (min-width: 1024px) {
      .card--06 .card__subtitle {
        top: 2px;
        left: 0;
        padding: 0 10px; } }
    @media screen and (min-width: 1310px) {
      .card--06 .card__subtitle {
        top: 0; } }
    .card--06 .card__subtitle a:nth-child(n+2) {
      margin-left: 5px; }
  .card--06 .card__description {
    display: none; }
  .card--07 .card__data_wrap {
    bottom: 10px; }
    @media screen and (min-width: 1024px) {
      .card--07 .card__data_wrap {
        padding: 0 10px; } }
    @media screen and (min-width: 1310px) {
      .card--07 .card__data_wrap {
        bottom: 20px;
        padding: 0 20px; } }
  .card--08 .card__description {
    margin: 9px 0 0 0; }
    @media screen and (min-width: 1310px) {
      .card--08 .card__description {
        margin: 16px 0 0 0; } }
  .card--09 .card__wrap {
    padding: 24px 16px 71px 16px; }
    @media screen and (min-width: 1024px) {
      .card--09 .card__wrap {
        height: 0;
        border-width: 4px;
        padding: 20px 15px 121% 15px; } }
    @media screen and (min-width: 1310px) {
      .card--09 .card__wrap {
        padding: 20px 15px 145% 15px; } }
  @media screen and (min-width: 1024px) {
    .card--09 .card__title {
      margin: 14px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .card--09 .card__title {
      margin: 11px 0 0 0; } }
  @media screen and (min-width: 1024px) {
    .card--09 .card__description {
      margin: 8px 0 0 0; } }
  @media screen and (min-width: 1310px) {
    .card--09 .card__description {
      margin: 16px 0 0 0; } }
  .card--10:first-child {
    margin: 36px 0 26px 0; }
    @media screen and (min-width: 1024px) {
      .card--10:first-child {
        margin: 80px 0 26px 0; } }
    @media screen and (min-width: 1310px) {
      .card--10:first-child {
        margin: 100px 0 26px 0; } }
  .card--10:last-child {
    margin: 26px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .card--10 .card__photo_wrap {
      width: 100px;
      height: 100px; } }
  @media screen and (min-width: 1024px) {
    .card--10 .card__data_wrap {
      padding: 0 110px 0 0; } }
  .card--10 .card__overtitle {
    float: left; }
  .card--10 .card__title {
    float: left;
    clear: left;
    margin: 9px 0 0 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: -0.01em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 72px;
    overflow: hidden; }
    @media screen and (min-width: 1310px) {
      .card--10 .card__title {
        margin: 11px 0 0 0; } }
  .card--10 .card__subtitle {
    clear: left;
    float: left;
    padding: 0;
    margin: 7px 0 8px 0;
    background-color: #fff;
    color: #8f8f8f; }
    .card--10 .card__subtitle a {
      color: inherit; }
  .card--10 .card__description {
    clear: both;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 60px;
    overflow: hidden; }
    @media screen and (min-width: 1024px) and (max-width: 1309px) {
      .card--10 .card__description {
        display: none; } }
    @media screen and (min-width: 1310px) {
      .card--10 .card__description {
        display: block;
        margin: 8px 0 0 0; } }
  .card--11 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 1024px) {
      .card--11 {
        margin: 0;
        padding: 0; } }
    .card--11 .card__wrap {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 0;
      padding: 24px 18px 66% 18px;
      border: 3px solid #ededed;
      border-bottom: none; }
      @media screen and (min-width: 1024px) {
        .card--11 .card__wrap {
          height: 0;
          border-width: 4px;
          padding: 24px 18px 109% 18px; } }
      @media screen and (min-width: 1310px) {
        .card--11 .card__wrap {
          padding: 20px 18px 110% 18px; } }
    .card--11 .card__title {
      margin: 14px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .card--11 .card__title {
          -webkit-line-clamp: 4;
          max-height: 132px; } }
      @media screen and (min-width: 1310px) {
        .card--11 .card__title {
          margin: 11px 0 0 0;
          -webkit-line-clamp: 6;
          max-height: 264px; } }
    .card--11 .card__subtitle {
      padding: 0;
      margin: 6px 0 0 0;
      background-color: #fff;
      color: #8f8f8f; }
      .card--11 .card__subtitle a {
        color: inherit; }
      @media screen and (min-width: 1024px) {
        .card--11 .card__subtitle {
          margin: 6px 0 8px 0; } }
    .card--11 .card__description {
      display: none; }
      @media screen and (min-width: 1024px) {
        .card--11 .card__description {
          display: block;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 20px;
          line-height: 2rem; } }
  .card--12, .card--12b {
    margin: 36px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .card--12, .card--12b {
        padding: 0;
        margin: 80px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .card--12, .card--12b {
        margin: 100px 0 0 0; } }
    .card--12 .card__wrap, .card--12b .card__wrap {
      height: 0;
      padding: 20px 14px 66% 14px;
      background-color: #f4f4f4; }
      @media screen and (min-width: 1024px) {
        .card--12 .card__wrap, .card--12b .card__wrap {
          padding: 20px 20px 121% 20px; } }
      @media screen and (min-width: 1310px) {
        .card--12 .card__wrap, .card--12b .card__wrap {
          padding: 20px 20px 145% 20px; } }
    .card--12 .card__overtitle, .card--12b .card__overtitle {
      position: relative;
      left: -15px;
      padding: 0 10px 0 15px; }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .card--12 .card__overtitle, .card--12b .card__overtitle {
          padding: 0 10px 0 30px; } }
      @media screen and (min-width: 1024px) {
        .card--12 .card__overtitle, .card--12b .card__overtitle {
          padding: 0 10px 0 30px;
          left: -25px; } }
    .card--12 .card__title, .card--12b .card__title {
      margin: 15px 0 0 0;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem;
      letter-spacing: -0.01em; }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .card--12 .card__title, .card--12b .card__title {
          padding: 0 0 0 15px; } }
      @media screen and (min-width: 1024px) {
        .card--12 .card__title, .card--12b .card__title {
          padding: 0 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 27px;
          font-size: 2.7rem;
          line-height: 33px;
          line-height: 3.3rem; } }
      @media screen and (min-width: 1310px) {
        .card--12 .card__title, .card--12b .card__title {
          padding: 0 5px;
          margin: 21px 0 0 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 44px;
          line-height: 4.4rem; } }
  .card--12b {
    position: relative; }
    .card--12b .card__subtitle {
      position: absolute;
      bottom: 20px;
      left: 14px;
      padding: 0;
      background-color: transparent;
      color: #8f8f8f; }
      .card--12b .card__subtitle a {
        color: #8f8f8f; }
      @media screen and (min-width: 540px) {
        .card--12b .card__subtitle {
          left: 30px; } }
      @media screen and (min-width: 1024px) {
        .card--12b .card__subtitle {
          bottom: 30px;
          left: 20px; } }
  .card--13 {
    padding: 0; }
    .card--13 .card__data_wrap {
      bottom: 15px; }
      @media screen and (min-width: 1024px) {
        .card--13 .card__data_wrap {
          bottom: 10px; } }
      @media screen and (min-width: 1310px) {
        .card--13 .card__data_wrap {
          bottom: 20px; } }
    .card--13 .card__title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 26px;
      line-height: 2.6rem; }
      @media screen and (min-width: 1024px) {
        .card--13 .card__title {
          font-size: 35px;
          font-size: 3.5rem;
          line-height: 40px;
          line-height: 4rem; } }
  .card--14 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 76px;
    margin: 15px 0 0 0; }
    .card--14:first-child {
      margin: 0; }
    @media screen and (min-width: 1024px) {
      .card--14 {
        padding: 0;
        margin: 20px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .card--14 {
        margin: 36px 0 0 0; } }
    .card--14 .card__data_wrap {
      position: relative;
      padding: 0 0 0 60px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .card--14 .card__position {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      padding: 0 0 0 20px;
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 42px;
      font-size: 4.2rem;
      line-height: 76px;
      line-height: 7.6rem;
      letter-spacing: -0.01em;
      font-variant-numeric: lining-nums;
      -moz-font-feature-settings: "lnum" 1;
      -moz-font-feature-settings: "lnum=1";
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      -webkit-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
      .card--14 .card__position:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40px;
        border: 3px solid #fff200;
        border-right: none; }
    .card--14 .card__title {
      margin: 4px 0 8px 0;
      font: normal 700 100% "Raleway", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 44px;
      overflow: hidden; }
      @media screen and (min-width: 1310px) {
        .card--14 .card__title {
          margin: 4px 0 10px 0; } }
    .card--14 .card__section {
      margin: 0 20px 0 0;
      font: normal 300 100% "Roboto Slab", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 19px;
      line-height: 1.9rem;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
    .card--14 .card__meta {
      clear: both; }
    .card--14 .card__views {
      font: normal 700 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 19px;
      line-height: 1.9rem;
      letter-spacing: 0.05em;
      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; }
      .card--14 .card__views span {
        font: normal 400 100% "Raleway", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
        letter-spacing: 0.05em; }
  .card--15 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px; }
    .card--15:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
    .card--15:first-child {
      margin: 0; }
    @media screen and (min-width: 1024px) {
      .card--15 {
        width: 50%;
        margin: 30px 0 0 0;
        display: block;
        float: left; }
        .card--15:nth-child(odd) {
          padding: 0 15px 0 0; }
        .card--15:nth-child(even) {
          padding: 0 0 0 15px; }
        .card--15:nth-child(-n+2) {
          margin: 0; } }
    .card--15 .card__wrap {
      position: relative;
      background-color: #fff; }
      .card--15 .card__wrap:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        zoom: 1; }
    .card--15 .card__data_wrap {
      width: 100%;
      padding: 0 110px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (min-width: 1024px) {
        .card--15 .card__data_wrap {
          padding: 0 222px 0 0; } }
    .card--15 .card__photo {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100px;
      height: 100px;
      margin: auto; }
      @media screen and (min-width: 1024px) {
        .card--15 .card__photo {
          position: relative;
          float: right;
          width: 192px;
          height: 192px; } }
    .card--15 .card__overtitle {
      padding: 0 10px 0 14px; }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .card--15 .card__overtitle {
          padding: 0 10px 0 30px; } }
      @media screen and (min-width: 1024px) {
        .card--15 .card__overtitle {
          position: relative;
          left: -10px;
          margin: 20px 0 0 0;
          padding: 0 10px 0 30px; } }
      @media screen and (min-width: 1310px) {
        .card--15 .card__overtitle {
          padding: 0 10px 0 40px; } }
    .card--15 .card__title {
      padding: 0 0 0 14px;
      margin: 9px 0 7px 0;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: -0.01em; }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .card--15 .card__title {
          padding: 0 0 0 30px; } }
      @media screen and (min-width: 1024px) {
        .card--15 .card__title {
          padding: 0 0 0 20px;
          margin: 16px 0 0 0; } }
      @media screen and (min-width: 1310px) {
        .card--15 .card__title {
          padding: 0 0 0 30px;
          margin: 18px 0 0 0;
          font-size: 20px;
          font-size: 2rem;
          line-height: 26px;
          line-height: 2.6rem; } }
    .card--15 .card__subtitle {
      padding: 0 10px 0 14px;
      margin: 0 0 13px 0;
      background-color: transparent;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      color: #8f8f8f; }
      @media screen and (min-width: 540px) and (max-width: 1023px) {
        .card--15 .card__subtitle {
          padding: 0 10px 0 30px; } }
      @media screen and (min-width: 1024px) {
        .card--15 .card__subtitle {
          padding: 0 0 0 20px;
          margin: 13px 0 7px 0; } }
      @media screen and (min-width: 1310px) {
        .card--15 .card__subtitle {
          padding: 0 0 0 30px;
          margin: 7px 0 9px; } }
      .card--15 .card__subtitle a {
        color: #8f8f8f; }
  .card--16 {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 24px 0;
    margin: 0 0 25px 0; }
    .card--16:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
    @media screen and (min-width: 1024px) {
      .card--16 {
        margin: 0;
        padding: 0;
        border: none; } }
    .card--16.card--last {
      border: none;
      margin: 0;
      padding: 0; }
    .card--16 .card__link--photo {
      margin: 0; }
      @media screen and (min-width: 1024px) {
        .card--16 .card__link--photo {
          width: 100%;
          height: auto;
          float: none; } }
    @media screen and (min-width: 1024px) {
      .card--16 .card__link--data {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .card--16 .card__figure {
        width: 100%;
        height: auto;
        float: none; } }
    .card--16 .card__overtitle {
      height: auto;
      line-height: 21px;
      line-height: 2.1rem;
      border-bottom: none;
      -webkit-line-clamp: 2;
      max-height: 42px; }
      @media screen and (min-width: 1024px) {
        .card--16 .card__overtitle {
          margin: 15px 0 0 0;
          -webkit-line-clamp: 1;
          max-height: 24px;
          height: 24px;
          line-height: 24px;
          line-height: 2.4rem; } }
      @media screen and (min-width: 1310px) {
        .card--16 .card__overtitle {
          font-size: 14px;
          font-size: 1.4rem; } }
      .card--16 .card__overtitle span {
        display: inline;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        padding: 0;
        line-height: 1;
        color: black;
        background: white;
        border-bottom: 3px solid #e3e3e3; }
    .card--16 .card__title {
      margin: 8px 0 0 0;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: -0.01em;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      max-height: 96px;
      overflow: hidden; }
      @media screen and (min-width: 1310px) {
        .card--16 .card__title {
          margin: 14px 0 0 0;
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 26px;
          line-height: 2.6rem;
          max-height: 104px; } }
  .card--16a .card__photo_wrap {
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .card--16a .card__photo_wrap {
        width: 100%;
        height: auto; } }
  @media screen and (min-width: 1024px) {
    .card--16a .card__card_title {
      margin: 11px 0 0 0; } }
  .card--16a .card__data_wrap {
    margin: -5px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .card--16a .card__data_wrap {
        padding-right: 0; } }
  .card--17 {
    margin: 0 0 23px 0;
    padding: 0 0 23px 0;
    border-bottom: 1px solid #e3e3e3; }
    .card--17:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
    .card--17:last-of-type {
      margin: 0; }
    .card--17 .card__photo_wrap {
      float: right;
      width: 120px;
      height: 120px; }
      @media screen and (min-width: 1024px) {
        .card--17 .card__photo_wrap {
          width: 297px;
          height: 198px;
          float: left; } }
    .card--17 .card__data_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 130px 0 0; }
      @media screen and (min-width: 1024px) {
        .card--17 .card__data_wrap {
          padding: 0 0 0 327px; } }
    .card--17 .card__data:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
    .card--17 .card__link {
      width: 100%; }
      .card--17 .card__link--data {
        display: inline;
        float: left; }
    .card--17 .card__overtitle {
      line-height: 25px;
      line-height: 2.5rem; }
      @media screen and (min-width: 1024px) {
        .card--17 .card__overtitle {
          height: 25px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 27px;
          line-height: 2.7rem; } }
    .card--17 .card__title {
      margin: 9px 0 7px 0;
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: -0.01em;
      color: #1e1e1e;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      max-height: 72px;
      overflow: hidden; }
      @media screen and (min-width: 1024px) {
        .card--17 .card__title {
          margin: 15px 0 6px 0;
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 32px;
          line-height: 3.2rem;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          max-height: 64px;
          overflow: hidden; } }
    .card--17 .card__subtitle {
      padding: 0;
      background-color: transparent;
      float: left;
      color: #8f8f8f; }
      .card--17 .card__subtitle a {
        color: #8f8f8f; }
      body.search .card--17 .card__subtitle {
        display: none; }
    .card--17 .card__description_wrap {
      display: none; }
      @media screen and (min-width: 1024px) {
        .card--17 .card__description_wrap {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          width: 100%;
          margin: 8px 0 0 0;
          float: left; } }
    .card--17 .card__description {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.01em; }
      @media screen and (min-width: 1024px) {
        .card--17 .card__description {
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          max-height: 40px;
          overflow: hidden; } }
    .card--17 .card__time {
      display: none; }
  .card--18 .card__wrap {
    display: table;
    width: 100%;
    margin: 16px 0; }
    @media screen and (min-width: 1024px) {
      .card--18 .card__wrap {
        padding-left: 25px; } }
  .card--18 .card__data_wrap {
    display: table-cell;
    vertical-align: middle; }
  .card--18 .card__photo_wrap {
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (min-width: 1024px) and (max-width: 1309px) {
      .card--18 .card__photo_wrap {
        width: 70px;
        height: 70px; } }
  .card--18 .card__link {
    float: none; }
  .card--18 .card__title {
    padding: 0 19px;
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0em; }
  .card--18 .card__section {
    display: block;
    padding: 10px 19px 0;
    font: normal 300 100% "Roboto Slab", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em;
    color: #000;
    text-transform: uppercase; }
  .card--18a .card__photo_wrap {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0; }
  .card--18a .card__data_wrap {
    padding-right: 110px; }
  .card--18a .card__wrap {
    display: block;
    padding: 10px 0; }
  .card--18a .card__title {
    padding-top: 15px;
    padding-left: 0;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: -0.01em; }
    @media screen and (min-width: 1024px) {
      .card--18a .card__title {
        padding-top: 12px; } }
    @media screen and (min-width: 1310px) {
      .card--18a .card__title {
        padding-top: 15px; } }
  .card--19 .card__photo_wrap {
    float: right;
    width: 100px;
    height: 100px;
    margin: 30px 0 15px; }
    @media screen and (min-width: 1024px) {
      .card--19 .card__photo_wrap {
        width: auto;
        height: auto;
        float: none;
        margin: 0;
        clear: both; } }
  .card--19 .card__data_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 110px 0 0; }
    @media screen and (min-width: 1024px) {
      .card--19 .card__data_wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0; } }
  @media screen and (min-width: 1024px) {
    .card--19 .card__link {
      float: none; } }
  @media screen and (max-width: 1024px) {
    .card--19 .card__link--data {
      margin-top: 23px; } }
  @media screen and (min-width: 1024px) {
    .card--19 .card__overtitle {
      margin: 13px 0 14px 0; } }
  @media screen and (min-width: 1310px) {
    .card--19 .card__overtitle {
      margin: 13px 0 15px 0; } }
  @media screen and (min-width: 1310px) {
    .card--19 .card__description_wrap {
      margin-top: 15px; } }
  @media screen and (min-width: 1024px) {
    .card--19 .card__description_wrap {
      margin-top: 9px; } }
  @media screen and (min-width: 1310px) {
    .card--19 .card__description_wrap {
      margin-top: 10px; } }
  .card--19 .card__description {
    display: inline;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: none; }
    @media screen and (min-width: 1024px) {
      .card--19 .card__description {
        display: inline; } }
    @media screen and (min-width: 1024px) {
      .card--19 .card__description {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 10;
        max-height: 54px; } }
    @media screen and (min-width: 1310px) {
      .card--19 .card__description {
        font-size: 15px;
        line-height: 20px;
        min-height: 60px; } }
  .card--19 .card__title {
    padding-top: 7px;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -10;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 72px; }
    @media screen and (min-width: 1024px) {
      .card--19 .card__title {
        padding-top: 0px; } }
    @media screen and (min-width: 1310px) {
      .card--19 .card__title {
        font-size: 22px;
        line-height: 26px;
        max-height: 78px;
        overflow: hidden; } }
  .card--20 {
    margin: 0 0 23px 0;
    padding: 0 0 23px 0;
    border-bottom: 1px solid #e3e3e3; }
    .card--20:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
    .card--20:last-of-type {
      margin: 0; }
    .card--20 .card__photo_wrap {
      margin: 7px 0 7px 0;
      float: right;
      width: 120px;
      height: 120px; }
      @media screen and (min-width: 1024px) {
        .card--20 .card__photo_wrap {
          width: 297px;
          height: 198px;
          float: left; } }
    .card--20 .card__data_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 130px 0 0; }
      @media screen and (min-width: 1024px) {
        .card--20 .card__data_wrap {
          padding: 0 0 0 327px; } }
    .card--20 .card__data:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      zoom: 1; }
    .card--20 .card__link {
      width: 100%; }
      .card--20 .card__link--data {
        display: inline;
        float: left; }
    .card--20 .card__overtitle {
      line-height: 25px;
      line-height: 2.5rem; }
      @media screen and (min-width: 1024px) {
        .card--20 .card__overtitle {
          height: 25px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 27px;
          line-height: 2.7rem; } }
    .card--20 .card__title {
      margin: 9px 0 7px 0;
      font: normal 900 100% "Raleway", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 24px;
      line-height: 2.4rem;
      letter-spacing: -0.01em;
      color: #1e1e1e;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      max-height: 72px;
      overflow: hidden; }
      @media screen and (min-width: 1024px) {
        .card--20 .card__title {
          margin: 15px 0 6px 0;
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 32px;
          line-height: 3.2rem;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          max-height: 64px;
          overflow: hidden; } }
    .card--20 .card__subtitle {
      padding: 0;
      background-color: transparent;
      float: left;
      color: #8f8f8f; }
      .card--20 .card__subtitle a {
        color: #8f8f8f; }
      body.search .card--20 .card__subtitle {
        display: none; }
    .card--20 .card__description_wrap {
      display: none; }
      @media screen and (min-width: 1024px) {
        .card--20 .card__description_wrap {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          width: 100%;
          margin: 8px 0 0 0;
          float: left; } }
    .card--20 .card__description {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.01em; }
      @media screen and (min-width: 1024px) {
        .card--20 .card__description {
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          max-height: 40px;
          overflow: hidden; } }
    .card--20 .card__time {
      display: inline-block;
      margin: 2px 0 0 0;
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 20px;
      line-height: 2rem;
      letter-spacing: 0.1em;
      color: #8f8f8f;
      text-transform: uppercase;
      font-variant-numeric: lining-nums;
      -moz-font-feature-settings: "lnum" 1;
      -moz-font-feature-settings: "lnum=1";
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      -webkit-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
      @media screen and (min-width: 1024px) {
        .card--20 .card__time {
          font-size: 12px;
          font-size: 1.2rem;
          margin: 11px 0 0 0; } }
  .card--21 {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .card--21:nth-of-type(odd) {
      padding-right: 22px; }
      @media screen and (min-width: 1310px) {
        .card--21:nth-of-type(odd) {
          padding-right: 50px; } }
    .card--21:nth-of-type(3), .card--21:nth-of-type(4) {
      margin-top: 25px; }
    @media screen and (min-width: 1024px) {
      .card--21 .card__title {
        font: normal 700 100% "Raleway", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        letter-spacing: 0em;
        overflow: hidden;
        min-height: 44px;
        max-height: 44px;
        padding-bottom: 10px; } }
    .card--21 .card__section {
      font: normal 300 100% "Roboto Slab", sans-serif; }
      @media screen and (min-width: 1024px) {
        .card--21 .card__section {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 20px;
          line-height: 2rem;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          margin-right: 15px; } }
    .card--21 .card__meta, .card--21 .card__link {
      float: none; }
    .card--21 .card__views {
      font: normal 400 100% "Raleway", sans-serif; }
      @media screen and (min-width: 1024px) {
        .card--21 .card__views {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 20px;
          line-height: 2rem;
          letter-spacing: 0.05em; } }

.container_specials {
  background: #1e1e1e; }

.container_multimedia {
  background: #1e1e1e; }
  .container_multimedia .card__title {
    color: #fff; }

.container_latest {
  background: #ffef99; }

body.section--special .content__wrap:before {
  display: none; }
  @media screen and (min-width: 768px) {
    body.section--special .content__wrap:before {
      display: none; } }

.special_widget {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .special_widget__outer_wrap {
      padding: 0 15px; } }
  .special_widget__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (min-width: 1024px) {
      .special_widget__background {
        background-position: left top; } }
    @media screen and (min-width: 1310px) {
      .special_widget__background {
        background-size: cover; } }
    .special_widget__background:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
      background: black;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, black 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, black 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -o-linear-gradient(45deg, black 0%, white 100%);
      background: linear-gradient(45deg, black 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      opacity: 0.56; }
  .special_widget__inner_wrap {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    padding: 0 0 100%;
    text-align: center; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .special_widget__inner_wrap {
        padding: 0 0 56.25%; } }
    @media screen and (min-width: 1024px) {
      .special_widget__inner_wrap {
        position: static;
        text-align: left;
        padding: 0 30px 42.5531%; } }
    @media screen and (min-width: 1310px) {
      .special_widget__inner_wrap {
        padding: 0 60px 42.5531%; } }
  .special_widget__title_wrap {
    padding: 30px 14px 0; }
    @media screen and (min-width: 540px) {
      .special_widget__title_wrap {
        padding: 30px 30px 0; } }
    @media screen and (min-width: 1024px) {
      .special_widget__title_wrap {
        padding: 30px 0 0; } }
    @media screen and (min-width: 1310px) {
      .special_widget__title_wrap {
        padding: 60px 0 0 0; } }
  .special_widget__overtitle {
    position: relative;
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    margin: 0;
    background-color: #fff200;
    font: normal 800 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1e1e1e;
    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;
    -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; }
    .special_widget__overtitle:hover {
      color: #575757; }
    @media screen and (min-width: 1310px) {
      .special_widget__overtitle {
        height: 31px;
        padding: 0 20px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 31px;
        line-height: 3.1rem;
        letter-spacing: 0.2em; } }
  .special_widget__title {
    position: relative;
    margin: 0;
    padding: 0 10px;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: -0.01em;
    color: #1e1e1e;
    -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; }
    .special_widget__title:hover {
      color: #575757; }
    .special_widget__title a {
      display: inline;
      padding: 2px 10px;
      background: #fff;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      color: inherit; }
    @media screen and (min-width: 1024px) {
      .special_widget__title {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 250px 0 0;
        margin: 3px 0 0 0;
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 54px;
        line-height: 5.4rem; } }
    @media screen and (min-width: 1310px) {
      .special_widget__title {
        padding: 0 440px 0 0;
        margin: 4px 0 0 0;
        font-size: 54px;
        font-size: 5.4rem;
        line-height: 60px;
        line-height: 6rem; }
        .special_widget__title a {
          padding: 2px 20px; } }
  .special_widget .btn {
    position: absolute;
    bottom: 30px;
    left: 14px;
    right: 14px;
    display: block;
    font: normal 800 100% "Raleway", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.15em; }
    @media screen and (min-width: 540px) {
      .special_widget .btn {
        left: 30px;
        right: 30px; } }
    @media screen and (min-width: 1024px) {
      .special_widget .btn {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        display: inline-block;
        width: auto;
        margin: 33px 0 0 0; } }
    @media screen and (min-width: 1310px) {
      .special_widget .btn {
        height: 50px;
        margin: 54px 0 0 0;
        padding: 0 30px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 50px;
        line-height: 5rem; } }

.article_list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 20px 14px;
  background-color: #1e1e1e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .article_list {
      padding: 20px 30px; } }
  @media screen and (min-width: 1024px) {
    .article_list {
      position: absolute;
      bottom: 31px;
      left: 30px;
      right: 30px;
      background-color: transparent;
      padding: 0;
      margin: 0; } }
  @media screen and (min-width: 1310px) {
    .article_list {
      bottom: 61px;
      left: 60px;
      right: 40px; } }
  .article_list__item {
    position: relative;
    padding: 0 0 0 14px;
    margin: 20px 0 0 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .article_list__item:before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      bottom: -1px;
      width: 3px;
      background-color: #fff200; }
    .article_list__item:first-child {
      margin: 0; }
    @media screen and (min-width: 1024px) {
      .article_list__item {
        float: left;
        display: inline-block;
        width: 25%;
        margin: 0 0 0 12.5%; }
        .article_list__item:first-child {
          margin: 0; } }
    @media screen and (min-width: 1310px) {
      .article_list__item {
        width: 25%;
        padding: 0 0 0 20px; } }
  .article_list__link {
    display: block; }
  .article_list__title {
    padding: 0;
    font: normal 800 100% "Raleway", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em;
    color: #fff;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
    @media screen and (min-width: 1024px) {
      .article_list__title {
        display: inline;
        padding: 2px 5px;
        background-color: #1e1e1e;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        -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; }
        .article_list__title:hover {
          background-color: #575757; } }
    @media screen and (min-width: 1310px) {
      .article_list__title {
        padding: 2px 9px; } }

.special_sponsor {
  position: relative;
  top: -1px;
  background-color: #1e1e1e;
  text-align: center;
  padding: 13px 0 19px 0; }
  @media screen and (min-width: 1024px) {
    .special_sponsor {
      position: absolute;
      top: 18px;
      right: 30px;
      padding: 0;
      background-color: transparent; } }
  @media screen and (min-width: 1310px) {
    .special_sponsor {
      top: 28px;
      right: 40px; } }
  .special_sponsor__link {
    display: block; }
  .special_sponsor__label {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 23px;
    padding: 0 9px;
    font: normal 400 100% "Raleway", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 23px;
    line-height: 2.3rem;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #1e1e1e;
    text-transform: uppercase; }
  .special_sponsor__figure {
    position: relative;
    top: -11px;
    z-index: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 12.5px;
    background-color: #fff; }
    .special_sponsor__figure img {
      display: block;
      width: 100%;
      height: auto; }
    @media screen and (min-width: 1024px) {
      .special_sponsor__figure {
        width: 160px;
        height: 160px;
        padding: 20px; } }
    @media screen and (min-width: 1310px) {
      .special_sponsor__figure {
        width: 200px;
        height: 200px;
        padding: 25px; } }

.newsletter {
  position: relative;
  margin: 40px 0 0 0;
  background-color: #f4f4f4; }
  @media screen and (min-width: 1024px) {
    .newsletter {
      margin: 80px 0 0 0; } }
  .newsletter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 244px;
    right: 20px;
    border: solid #fe6a52;
    border-width: 3px 3px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 347px) {
      .newsletter:before {
        bottom: 228px; } }
    @media screen and (min-width: 540px) {
      .newsletter:before {
        left: 30px;
        bottom: 228px;
        right: 30px; } }
    @media screen and (min-width: 1024px) {
      .newsletter:before {
        left: 20px;
        bottom: 244px;
        right: 20px; } }
  .newsletter__title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 29px 0 25px 0;
    color: #1e1e1e;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .newsletter__title {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .newsletter__title {
        margin: 27px 0 24px 0;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 28px;
        line-height: 2.8rem; } }
    @media screen and (min-width: 1310px) {
      .newsletter__title {
        margin: 27px 0 24px 0;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
        line-height: 3.2rem; } }
    .newsletter__title span {
      display: block; }
  .newsletter__figure {
    display: block;
    margin: 0; }
    .newsletter__figure img {
      width: 100%;
      height: auto; }
  .newsletter__text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 20px;
    margin: 25px 0 26px 0;
    color: #1e1e1e;
    font: normal 300 100% "Roboto Slab", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .newsletter__text {
        padding: 0 35px 0 30px; } }
  .newsletter .form {
    padding: 0 14px; }
    @media screen and (min-width: 540px) and (max-width: 1023px) {
      .newsletter .form {
        padding: 0 29px; } }
    .newsletter .form.is_hidden {
      display: none; }
  .newsletter .form__row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .newsletter .form__input_wrap {
    position: relative; }
    .newsletter .form__input_wrap:before {
      content: "\e910";
      position: absolute;
      top: 0;
      left: 0;
      width: 35px;
      height: 48px;
      color: #fe6a52;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 48px;
      line-height: 4.8rem; }
  .newsletter .btn {
    width: 100%;
    margin: 0 0 45px 0;
    border: none; }
  .newsletter form {
    position: relative;
    top: -34px;
    margin: 56px 0 0;
    padding: 0 20px; }
    .newsletter form .af-form-wrapper,
    .newsletter form .af-form,
    .newsletter form .af-header,
    .newsletter form .af-body,
    .newsletter form .af-footer {
      background: transparent; }
    .newsletter form .previewLabel {
      display: block;
      margin: -3px 0 0;
      padding: 0 12px;
      color: #373737;
      font: normal 700 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 33px;
      line-height: 3.3rem;
      letter-spacing: 0.01em;
      white-space: nowrap;
      text-align: left;
      text-transform: uppercase; }
    .newsletter form .af-textWrap {
      position: relative; }
      .newsletter form .af-textWrap input.text:focus {
        border: 1px solid #4c4c4c; }
      .newsletter form .af-textWrap input.text.error {
        position: relative;
        top: 0;
        color: #1e1e1e;
        background: #fff;
        border: 1px solid #e0210b; }
      .newsletter form .af-textWrap label.error {
        position: absolute;
        left: 0;
        top: 40px;
        right: 0;
        z-index: 3;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 5px 11px 6px;
        color: #fff;
        font: normal 400 100% "Raleway", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
        letter-spacing: 0.00025em;
        background: #f24a30; }
    .newsletter form input[type="text"] {
      height: 40px;
      padding: 0 10px;
      font: normal 400 100% "Raleway", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 48px;
      line-height: 4.8rem;
      letter-spacing: 0.05em;
      background-color: transparent;
      border: none; }
      .newsletter form input[type="text"].newsletter__textfield {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        font: normal 400 100% "Merriweather", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0em;
        background: #fff;
        border: 1px solid #e3e3e3; }
        .newsletter form input[type="text"].newsletter__textfield::-webkit-input-placeholder {
          color: #8f8f8f;
          opacity: 1 !important; }
        .newsletter form input[type="text"].newsletter__textfield:-moz-placeholder {
          color: #8f8f8f;
          opacity: 1 !important; }
        .newsletter form input[type="text"].newsletter__textfield::-moz-placeholder {
          color: #8f8f8f;
          opacity: 1 !important; }
        .newsletter form input[type="text"].newsletter__textfield:-ms-input-placeholder {
          color: #8f8f8f; }
    .newsletter form input[type="submit"] {
      position: relative;
      top: 24px;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 40px;
      margin: 0 0 26px 0;
      padding: 0 20px;
      color: #ffffff;
      font: normal 800 100% "Raleway", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 40px;
      line-height: 4rem;
      letter-spacing: 0.015em;
      text-transform: uppercase;
      overflow: hidden;
      background: #fe6a52;
      border: none;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      .newsletter form input[type="submit"].submit--nl {
        float: left; }
      .newsletter form input[type="submit"].is_disabled {
        color: rgba(255, 255, 255, 0.5);
        background: rgba(254, 106, 82, 0.9); }
    .newsletter form .af-element {
      padding-left: 0;
      padding-right: 0; }
    .newsletter form .af-header {
      display: none; }
    .newsletter form .checkbox_holder {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 10px; }
      .newsletter form .checkbox_holder .checkbox {
        position: absolute;
        opacity: 0; }
        .newsletter form .checkbox_holder .checkbox + label {
          position: relative;
          top: 1px;
          cursor: pointer;
          float: left;
          width: 100%;
          padding-top: 11px;
          color: #1e1e1e;
          font: normal 400 100% "Merriweather", sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 16px;
          line-height: 1.6rem; }
          .newsletter form .checkbox_holder .checkbox + label a {
            display: inline-block;
            color: #1e1e1e;
            text-decoration: underline; }
          .newsletter form .checkbox_holder .checkbox + label span {
            display: inline-block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: calc(100% - 23px);
            padding-left: 10px; }
        .newsletter form .checkbox_holder .checkbox + label:before {
          content: "";
          display: inline-block;
          vertical-align: top;
          width: 14px;
          height: 14px;
          margin-top: -1px;
          margin-left: 1px;
          background: #fff;
          border: 2px solid #1e1e1e;
          border-radius: 2px; }
        .newsletter form .checkbox_holder .checkbox:checked + label:before {
          background: #1e1e1e;
          border: 2px solid #1e1e1e; }
        .newsletter form .checkbox_holder .checkbox:checked + label:after {
          content: '';
          position: absolute;
          top: 12px;
          left: 7px;
          width: 4px;
          height: 9px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.pieces_widget {
  padding: 0 14px;
  margin: 40px 0 50px 0; }
  @media screen and (min-width: 540px) and (max-width: 1023px) {
    .pieces_widget {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .pieces_widget {
      padding: 0;
      margin: 80px 0 0 0; } }
  .pieces_widget__item {
    margin: 0; }
  .pieces_widget__desc {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem; }
    @media screen and (min-width: 1024px) {
      .pieces_widget__desc {
        margin: 80px 0 0; } }
  .pieces_widget__figure {
    padding: 10px;
    background-color: #f4f4f4; }
    .pieces_widget__figure:hover .pieces_widget__figure_more:after {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .pieces_widget__figure_more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 60px;
    margin: auto;
    padding: 0; }
    .pieces_widget__figure_more:after {
      position: absolute;
      content: '';
      width: 60px;
      height: 60px;
      background: #fff200;
      z-index: 0;
      -webkit-transition: 1s ease-in-out;
      -moz-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      transition: 1s ease-in-out; }
    .pieces_widget__figure_more i {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      float: none;
      z-index: 1;
      color: #1e1e1e;
      font-size: 44px;
      font-size: 4.4rem;
      line-height: 60px;
      text-align: center; }
  .pieces_widget__img {
    width: 100%;
    height: auto; }
  .pieces_widget .btn {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center; }

.styleguide {
  background: #fff; }
  @media screen and (min-width: 768px) {
    .styleguide {
      padding: 20px 70px; } }
  .styleguide__title {
    text-transform: uppercase;
    margin: 20px 0;
    padding: 0; }
  .styleguide__separator {
    float: left;
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #e9e9e9; }
  .styleguide .select {
    border: 1px solid #ccc; }
  .styleguide .button {
    display: table;
    margin: 10px 0; }

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