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

/* 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: -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: -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: -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; /* Chrome,Safari4+ */
  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: -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: -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: -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 );
}

.post__user_avatar:before, .forum_thread__user_avatar:before, .forum__user_avatar:before, .card__figure:before, .ntfs__figure:before, .act__figure:before, .column_widget__author_figure:before, .forum_widget__post_figure:before, .related_article__photo_wrap:before, .th_missmama .article__figure:before, .th_missmama .article__gallery_figure:before, .th_missmama .article__body .ck_image_in_article .image_wrapper:before, .commbox--th_miss7mama .commbox__avatar_img:before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  z-index: 1;
  border-radius: 8px;
}

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

.relative {
  position: relative;
}

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

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

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

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

.invisible {
  visibility: hidden;
}

.cf:before, .cf:after, .th_missmama .article__body p:last-of-type:after, .header .mobile_nav__info .footer_nav__list:after, .header .mobile_nav__partners .footer_nav__list:after {
  content: " ";
  display: table;
}

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

.cf:after, .th_missmama .article__body p:last-of-type:after, .header .mobile_nav__info .footer_nav__list:after, .header .mobile_nav__partners .footer_nav__list:after, .clearfix:after {
  clear: both;
}

.cf, .th_missmama .article__body p:last-of-type:after, .header .mobile_nav__info .footer_nav__list:after, .header .mobile_nav__partners .footer_nav__list:after, .clearfix {
  *zoom: 1;
}

.block {
  display: block;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.debug {
  outline: solid gold 1px;
}

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

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

.error {
  color: #ed4b47;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-custom-keyboard:before {
  content: "\e939";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  position: relative;
  color: #231f20;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: #efefef;
}
body.nav_is_open {
  overflow: hidden;
  position: fixed;
}
@media screen and (min-width: 1024px) {
  body {
    background: #fff;
  }
}
body.modal--standalone {
  background: #efefef;
}

@media screen and (min-width: 1024px) {
  body.search {
    height: calc(100% - 80px);
  }
  body.search .body_wrap {
    height: 100%;
  }
  body.search .body_inner_wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.search .content__wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
html {
  height: 100%;
}

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

*:focus {
  outline: 0;
}

/**************************************************
    SITE WRAPPERS
    **********************************************/
.body_wrap {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-bottom: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .body_wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    overflow-x: visible;
  }
}
@media screen and (min-width: 1310px) {
  .body_wrap {
    height: calc(100% - 80px);
    padding: 0;
  }
}
body.flatpage--didomi .body_wrap {
  overflow-x: visible;
}

.body_inner_wrap {
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .body_inner_wrap {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1310px) {
  .body_inner_wrap {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  body.has_subnav .body_inner_wrap {
    margin-top: 92px;
  }
}
@media screen and (min-width: 1310px) {
  body.has_subnav .body_inner_wrap {
    margin-top: 114px;
  }
}
@media screen and (min-width: 1024px) {
  body.forum .body_inner_wrap {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1310px) {
  body.forum .body_inner_wrap {
    margin-top: 78px;
  }
}

.content__wrap {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .content__wrap {
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  }
}
@media screen and (min-width: 1024px) {
  body.section--special .content__wrap {
    background-color: transparent;
  }
}

/**************************************************
    FIXED SIDEBAR
    **********************************************/
.column_content {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 540px) and (min-width: 1024px) {
  .column_content {
    margin: 0 -320px 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .column_content {
    margin: 0 -320px 0 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_content {
    margin: 0 -320px 0 0;
  }
}
@media screen and (min-width: 1310px) and (min-width: 1024px) {
  .column_content {
    margin: 0 -330px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .column_content {
    float: left;
  }
}
@media screen and (max-width: 1023px) {
  .section .column_content {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section .column_content {
    margin: 0 -320px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .column_content {
    margin: 0 -330px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .container--feed .column_content {
    margin: 0;
  }
}
@media screen and (min-width: 1310px) {
  .container--feed .column_content {
    margin: 0 -320px 0 0;
  }
}
@media screen and (min-width: 1310px) and (min-width: 1024px) {
  .container--sidebarsmall .column_content {
    margin: 0 -320px 0 0;
  }
}
@media screen and (min-width: 540px) and (min-width: 1024px) {
  .container--sidebarleft .column_content {
    margin: 0 0 0 -320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .container--sidebarleft .column_content {
    margin: 0 0 0 -320px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .container--sidebarleft .column_content {
    margin: 0 0 0 -320px;
  }
}
@media screen and (min-width: 1310px) and (min-width: 1024px) {
  .container--sidebarleft .column_content {
    margin: 0 0 0 -330px;
  }
}
@media screen and (min-width: 1024px) {
  .container--sidebarleft .column_content {
    float: right;
  }
}
@media screen and (min-width: 1310px) and (min-width: 1024px) {
  .container--sidebarsmall .container--sidebarleft .column_content {
    margin: 0 0 0 -320px;
  }
}
.column_content__inner {
  position: relative;
  padding: 0;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column_content__inner:before, .column_content__inner:after {
  content: "";
  display: table;
}
.column_content__inner:after {
  clear: both;
}
@media screen and (min-width: 540px) and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 320px 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 320px 0 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 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 (max-width: 1023px) {
  .section .column_content__inner {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .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 320px 0 0;
  }
}
@media screen and (min-width: 1310px) and (min-width: 1024px) {
  .container--sidebarsmall .column_content__inner {
    margin: 0 320px 0 0;
  }
}
@media screen and (min-width: 540px) and (min-width: 1024px) {
  .container--sidebarleft .column_content__inner {
    margin: 0 0 0 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .container--sidebarleft .column_content__inner {
    margin: 0 0 0 320px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .container--sidebarleft .column_content__inner {
    margin: 0 0 0 320px;
  }
}
@media screen and (min-width: 1310px) and (min-width: 1024px) {
  .container--sidebarleft .column_content__inner {
    margin: 0 0 0 330px;
  }
}
@media screen and (min-width: 1310px) and (min-width: 1024px) {
  .container--sidebarsmall .container--sidebarleft .column_content__inner {
    margin: 0 0 0 320px;
  }
}

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

.main_snake_border {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main_snake_border:after {
    position: absolute;
    content: "";
    top: -30px;
    background: #efede8;
    height: 1px;
    width: 100%;
  }
}
.main_snake_column {
  margin: 0 !important;
}
@media screen and (min-width: 1024px) {
  .main_snake_column {
    padding: 0 40px 0 0;
  }
}

.noresult {
  padding: 20px 0 20px;
}
.noresult__title {
  font: normal 700 100% "Playfair Display", serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  padding: 20px 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: #231f20 !important;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-shadow: inset 0 -8px 0 #e0e0e0;
          box-shadow: inset 0 -8px 0 #e0e0e0;
}
.noresult__desc a:hover {
  -webkit-box-shadow: inset 0 -8px #efefef;
          box-shadow: inset 0 -8px #efefef;
}

.center_me {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 340px) {
  .center_me {
    margin: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .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;
}

.single_post__figure img:before, .forum .sceditor-button div:before, .ntfs__icon > span::after, .cal__nav [class^=icon-], .cal__nav [class*=" icon-"], .checkbox__icon:before, .radiobutton__icon:before, .custom_select:after, .form__error:before, .gldp-default .prev-arrow::after, .gldp-default .next-arrow::after, .alert__message: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;
}

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

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

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

.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;
  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);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}
.icon-lines.click:before {
  -webkit-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;
  transition: 0.3s ease-in-out;
}
.table__header .icon-down {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table__header .icon-down {
    width: 33%;
  }
}
.icon-down:before, .icon-down:after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #333;
  top: 25px;
  left: 0;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  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);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-down:after {
  left: auto;
  right: 18px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-down.click:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #9b9b9b;
}
.icon-down.click:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #9b9b9b;
}

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

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

.relative {
  position: relative;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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 .body_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;
  box-sizing: border-box;
}

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

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

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
@media screen and (min-width: 360px) {
  .forum--thread_list .mfp-content, .forum--post_list .mfp-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  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;
    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: rgb(235, 235, 235);
  position: absolute;
  width: 2px;
  right: 2px;
  top: 0;
  bottom: 0;
  visibility: hidden\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #9b9b9b;
  background: rgb(155, 155, 155);
  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;
  transition: 0.2s ease-in-out;
  color: #fff;
}
.alert__message:before {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.alert__message--success {
  background: #7eab1d;
}
.alert__message--success:before {
  content: "\ea10";
}
.alert__message--error {
  background: #f0371a;
}
.alert__message--error:before {
  content: "\ea07";
}
.alert__message--neutral {
  background: #dedede;
  color: #333;
}
.alert__message--neutral:before {
  color: #333;
  content: "\ea0c";
}
.alert__message--info {
  background: #dedede;
  color: #333;
}
.alert__message--info:before {
  color: #333;
  content: "\ea0c";
}
.alert__message--hide {
  display: none;
}
.alert__text {
  display: inline-block;
}

@keyframes rotateLoadIcon {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateLoadIcon {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-height: 40px;
  padding: 0 28px;
  border-radius: 20px;
  border: 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 540px) {
  .btn {
    padding: 0 30px;
  }
}
.btn.hide {
  display: none;
}
.btn--small {
  height: 37px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 37px;
  line-height: 3.7rem;
  letter-spacing: 0.1em;
}
.btn--pink {
  background-color: #df6fa3;
}
.btn--pink:hover {
  background-color: rgba(223, 111, 163, 0.8);
}
.btn--white {
  background-color: #fff;
}
.btn--white:hover {
  background-color: #fff;
  color: #df6fa3;
}
.btn--white_pink {
  color: #df6fa3;
}
.btn--white_pink:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #ed8ab5;
}
.btn--dark {
  background-color: #231f20;
  color: #fff;
}
.btn--dark:hover {
  background-color: #4d4a4b;
}
.btn--fb {
  display: block;
  background-color: #3b5998;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.btn--fb:hover {
  background-color: #4e6da6;
}
.btn--fb_color {
  background-color: #3b5998;
}
.btn--fb_color:hover {
  background-color: #4e6da6;
}
.btn--silver {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  color: #8f8f8f;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  height: 30px;
  padding: 0 15px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.btn--silver:hover {
  color: #b8b8b8;
  border: 1px solid #efefef;
  background-color: rgba(255, 255, 255, 0.9);
}
.btn--grey {
  background-color: #e0e0e0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
  color: #231f20;
}
.btn--grey:hover {
  background-color: #efefef;
  color: #4d4a4b;
}
.btn--icon_right {
  position: relative;
  padding-left: 30px;
  padding-right: 54px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: 0.1em;
}
.btn--icon_right:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 39px;
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #fff;
  opacity: 0.2;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.btn--icon_right .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  color: #fff;
  text-align: center;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.btn--icon_right.btn--small {
  position: relative;
  padding-left: 20px;
  padding-right: 54px;
  line-height: 35px;
  line-height: 3.5rem;
}
.btn--icon_right.btn--small:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #fff;
  opacity: 0.2;
}
.btn--icon_right.btn--small .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 37px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 37px;
  line-height: 3.7rem;
  color: #fff;
  text-align: center;
}
.btn--icon_right.btn--white_pink:after {
  background-color: #df6fa3;
}
.btn--icon_right.btn--white_pink .icon {
  color: #df6fa3;
}
.btn--icon_right.btn--white_pink:hover:after {
  background-color: #fff;
}
.btn--icon_right.btn--white_pink:hover .icon {
  color: #fff;
}
.btn--icon_left {
  position: relative;
  padding-left: 61px;
  padding-right: 20px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: 0.1em;
}
.btn--icon_left:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #fff;
  opacity: 0.2;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.btn--icon_left .icon {
  position: absolute;
  left: 0px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  color: #fff;
  text-align: center;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.btn--icon_left .icon:before {
  position: relative;
  left: 2px;
}
.btn--icon_left.btn--small {
  position: relative;
  padding-left: 58px;
  padding-right: 20px;
  line-height: 36px;
  line-height: 3.6rem;
}
.btn--icon_left.btn--small:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36px;
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #fff;
  opacity: 0.2;
}
.btn--icon_left.btn--small .icon {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 37px;
  height: 37px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 37px;
  line-height: 3.7rem;
  color: #fff;
  text-align: center;
}
.btn--icon_left.btn--small .icon:before {
  position: relative;
  left: 1px;
}
.btn--icon_left.btn--white_pink:after {
  background-color: #df6fa3;
}
.btn--icon_left.btn--white_pink .icon {
  color: #df6fa3;
}
.btn--icon_left.btn--white_pink:hover:after {
  background-color: #fff;
}
.btn--icon_left.btn--white_pink:hover .icon {
  color: #fff;
}
.btn--ghost {
  position: relative;
  padding-right: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.075em;
  color: #231f20;
  text-transform: uppercase;
}
.btn--ghost .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #231f20;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn--ghost .icon-power {
  top: -7px;
}
.btn--ghost .icon-trash {
  top: -3px;
}
.btn--loadmore {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  padding: 0 40px 0 68px;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.2em;
  -webkit-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
  cursor: pointer;
  border-radius: 25px;
}
.btn--loadmore .icon {
  position: absolute;
  top: -1px;
  left: 21px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: center;
}
.btn--loadmore.is_loading {
  background-color: #fff;
  color: #df6fa3;
}
.btn--loadmore.is_loading .icon {
  animation: rotateLoadIcon 2s linear infinite;
  -webkit-animation: rotateLoadIcon 2s linear infinite;
}
.btn--send .status_loading {
  display: none;
}
.btn--send .icon {
  position: absolute;
  left: 10px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
}
.btn--send .icon:before {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
}
.btn--send.is_loading .status_default {
  display: none;
}
.btn--send.is_loading .status_loading {
  display: block;
  padding-left: 20px;
}
.btn--send.is_loading .icon {
  animation: rotateLoadIcon 2s linear infinite;
  -webkit-animation: rotateLoadIcon 2s linear infinite;
}

.social__wrap {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .social__wrap {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
  }
}
.flatpages .social__wrap {
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .flatpages .social__wrap {
    margin-top: 24px;
    text-align: left;
  }
}
.social__btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.social__btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.social__btn--fb, .social__btn--tw, .social__btn--email {
  display: inline-block;
  margin-right: 17px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.social__btn--fb i, .social__btn--tw i, .social__btn--email i {
  color: #fff;
}
.social__btn--fb {
  background-color: #3b5998;
}
.social__btn--fb:hover {
  background-color: #4e6da6;
}
.social__btn--tw {
  background-color: #39a9e0;
}
.social__btn--tw:hover {
  background-color: #6ec2fa;
}
.social__btn--email {
  background-color: #efefef;
}
.social__btn--email i {
  color: #b8b8b8;
}
@media screen and (max-width: 1023px) {
  .social__btn--email {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .social__btn--email:hover {
    background-color: #f5f5f5;
  }
}
.social__group {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .social__group {
    display: none;
  }
}
.social__checkbox:checked ~ .social__group {
  width: 168px;
}
.social__group label {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}
.social__group label:before {
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #efefef;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.social__checkbox:checked ~ .social__group label:before {
  width: 168px;
}
@media screen and (min-width: 1024px) {
  .social__checkbox:checked ~ .social__group label:before {
    width: 100px;
  }
}
.social__group label i {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #b8b8b8;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.social__checkbox:checked ~ .social__group label i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social__group label:hover {
  cursor: pointer;
}
.social__group .social__btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
}
.social__group .social__btn i {
  color: #8f8f8f;
}
.social__group:hover {
  cursor: pointer;
}
.social__group .btn__group {
  position: relative;
  z-index: 10;
  display: block;
  width: 0;
  height: 40px;
  margin-left: 40px;
  font-size: 0;
  line-height: 0px;
  line-height: 0rem;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.social__checkbox:checked ~ .social__group .btn__group {
  width: 138px;
}
@media screen and (min-width: 1024px) {
  .social__checkbox:checked ~ .social__group .btn__group {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .social__group .btn__group .social__btn--viber,
  .social__group .btn__group .social__btn--whatsapp {
    display: none;
  }
}
.social__checkbox:checked ~ .social__group {
  overflow: visible;
}
.social__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

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

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

.form__error {
  position: relative;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #f0371a;
  text-transform: uppercase;
  padding: 5px 0 5px 20px;
}
.form__error:before {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  content: "\ea07";
}
.form__row {
  position: relative;
  height: 97px;
  margin: 0;
  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;
  box-sizing: border-box;
}
@media screen and (min-width: 1310px) {
  .form__row--search {
    height: 107px;
  }
}
.checkbox_group .form__row, .radiobutton_group .form__row {
  max-height: 96px;
  min-height: 64px;
  height: auto;
}
.forum--new_thread .form__row .g-recaptcha {
  margin-top: 40px;
}
@media screen and (max-width: 325px) {
  .forum--new_thread .form__row .g-recaptcha {
    margin-left: -5px;
  }
}
.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;
  box-sizing: border-box;
}
.form__type--radio .form__label {
  margin: 0 28px;
}
.form__label {
  display: block;
  padding: 0 15px;
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.075em;
  color: #231f20;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .form__label {
    padding: 0 12px;
    letter-spacing: 0.1em;
  }
  .profile__sidebox_list_item .form__label {
    letter-spacing: 0.075em;
  }
}
.form__label a {
  color: #64bd13;
}
.search__header .form__label {
  color: #231f20;
}
.form__textfield, .form__textarea, .form__select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #231f20;
  text-align: left;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
}
.form__textfield.has_error, .form__textarea.has_error, .form__select.has_error {
  border: 1px solid #e94141;
}
.form__textfieldspan, .form__textareaspan, .form__selectspan {
  color: #8f8f8f;
}
.form__textfield:focus, .form__textarea:focus, .form__select:focus {
  border: 1px solid #b8b8b8;
}
.form__textfield, .form__textarea {
  display: block;
  vertical-align: middle;
  background-color: #fff;
  color: #231f20;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
}
.form__textfield::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
}
.form__textfield::-moz-placeholder, .form__textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
}
.form__textfield:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
}
.form__textfield:-moz-placeholder, .form__textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
}
.form__textfield:focus, .form__textarea:focus {
  color: #231f20;
  border: 1px solid #b8b8b8;
}
.form__textfield:disabled, .form__textarea:disabled {
  background-color: #f5f5f5;
  color: #8f8f8f;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form__textfield.has_error, .form__textarea.has_error {
  border: 1px solid #e94141;
}
.form__textfield.has_error + .form__hint_wrap .form__input_hint, .form__textarea.has_error + .form__hint_wrap .form__input_hint {
  display: none !important;
}
.form__row--search .form__textfield, .form__row--search .form__textarea {
  background-color: #fff;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1024px) {
  .form__row--search .form__textfield, .form__row--search .form__textarea {
    height: 50px;
    padding: 0 11px;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0em;
  }
}
.form__hint_wrap {
  position: absolute;
  min-height: 24px;
  padding: 0 10px;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  text-align: left;
}
.form__textfield:focus + .form__hint_wrap, .form__row.has_error + .form__hint_wrap, .form__textfield.has_error + .form__hint_wrap, .form__textarea:focus + .form__hint_wrap {
  visibility: visible;
}
.form__row.has_error + .form__hint_wrap .form__input_error, .form__textfield.has_error + .form__hint_wrap .form__input_error {
  visibility: visible;
}
.modal--edit .form__textarea {
  resize: none;
  min-height: 80px;
}
.form__textarea.has_error + div iframe {
  border: 1px solid #e94141;
}
.form__textarea.has_error ~ .form__hint_wrap {
  visibility: visible;
}
.form__textarea.has_error ~ .form__hint_wrap .form__input_error {
  visibility: visible;
}
.form__input_hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 4px 12px;
  background-color: #fff;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.01em;
  color: #64bd13;
  z-index: 1;
  visibility: hidden;
}
.form__textfield:focus ~ .form__hint_wrap .form__input_hint, .form__textarea:focus ~ .form__hint_wrap .form__input_hint {
  visibility: visible;
}
.form__input_error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 4px 10px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.01em;
  color: #e94141;
  z-index: 2;
  visibility: hidden;
}
.form__input_error--relative {
  position: relative;
}
.form__input_error--visible, .form__row.has_error .form__input_error, .has_error .form__input_error {
  visibility: visible;
}
.form__input_icon {
  position: absolute;
  bottom: 24px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  color: #e0e0e0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px !important;
  line-height: 4rem !important;
}
.form__textfield:focus ~ .form__input_icon {
  color: #231f20;
}
.form__row--search .form__input_icon {
  background-color: #e94141;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form__row--search .form__input_icon:hover {
  background-color: #c12112;
  cursor: pointer;
}
@media screen and (min-width: 1310px) {
  .form__row--search .form__input_icon {
    width: 50px;
    height: 50px;
  }
  .form__row--search .form__input_icon:before {
    line-height: 50px;
  }
}
.form__row--search .form__textfield:focus ~ .form__input_icon {
  color: #fff;
}
.form__input_icon {
  position: absolute;
  top: 32px;
  bottom: auto;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  line-height: 3.7rem;
  border: 0 none;
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  outline: 0 none;
  text-align: center;
  color: #adadad;
}
.form__input_icon .icon {
  font-size: 2rem;
  position: relative;
  top: 10px;
}
.form__input_icon .not_editing {
  display: block;
}
.form__input_icon .is_editing {
  display: none;
}
.form__textfield.is_edited ~ .form__input_icon .not_editing, .form__textarea.is_edited ~ .form__input_icon .not_editing, .form__textfield:focus ~ .form__input_icon .not_editing, .form__textarea:focus ~ .form__input_icon .not_editing {
  display: none;
}
.form__textfield.is_edited ~ .form__input_icon .is_editing, .form__textarea.is_edited ~ .form__input_icon .is_editing, .form__textfield:focus ~ .form__input_icon .is_editing, .form__textarea:focus ~ .form__input_icon .is_editing {
  display: block;
}
.form__submit {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form__submit {
    margin: 0;
  }
}

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

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

.radiobutton_group,
.checkbox_group {
  text-align: left;
}
.radiobutton_group .form__label,
.checkbox_group .form__label {
  line-height: 14px;
  line-height: 1.4rem;
}
.radiobutton_group__error_wrap,
.checkbox_group__error_wrap {
  display: none;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e94141;
  background-color: #fff;
}
.radiobutton_group__error_wrap--consent,
.checkbox_group__error_wrap--consent {
  margin: 10px 10px 0 10px;
}
.radiobutton_group.has_error .radiobutton_group__error_wrap,
.radiobutton_group.has_error .checkbox_group__error_wrap,
.checkbox_group.has_error .radiobutton_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% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.01em;
  color: #e94141;
}
.radiobutton_group__error--captcha,
.checkbox_group__error--captcha {
  padding: 2px 14px 4px;
}
.modal .radiobutton_group__error--captcha,
.modal .checkbox_group__error--captcha {
  text-align: center;
}

.forum__form__error {
  position: relative;
  top: -21px;
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.01em;
  color: #e94141;
}
.forum__form__error--captcha {
  padding: 4px 10px;
}

.radiobutton,
.checkbox {
  display: inline-block;
  margin: 0 0 0 5px;
}
.radiobutton:first-of-type,
.checkbox:first-of-type {
  margin-right: 33px;
}
.radiobutton__input,
.checkbox__input {
  display: none;
}
.radiobutton__label,
.checkbox__label {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  color: #231f20;
}
.radiobutton__label:hover,
.checkbox__label:hover {
  color: #231f20;
}
.radiobutton__input:checked + .radiobutton__label,
.radiobutton__input:checked + .checkbox__label,
.checkbox__input:checked + .radiobutton__label,
.checkbox__input:checked + .checkbox__label {
  color: #231f20;
}
.radiobutton__input:disabled + .radiobutton__label,
.radiobutton__input:disabled + .checkbox__label,
.checkbox__input:disabled + .radiobutton__label,
.checkbox__input:disabled + .checkbox__label {
  color: #b8b8b8;
}

.radiobutton__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: inherit;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
}
.radiobutton__icon:before {
  content: "\e938";
}
.radiobutton__input:not(:disabled) + .radiobutton__label {
  cursor: pointer;
}
.radiobutton__input:checked + .radiobutton__label .radiobutton__icon:before {
  content: "\e937";
  font-size: 24px;
  font-size: 2.4rem;
}

.checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: inherit;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
}
.checkbox__icon:before {
  content: "\e935";
}
.checkbox__input:not(:disabled) + .checkbox__label {
  cursor: pointer;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon:before {
  content: "\e936";
}
.checkbox__input:checked + .checkbox__label .checkbox__icon {
  display: block;
}

.modal .g-recaptcha {
  position: relative;
  top: 0px;
}
@media screen and (max-width: 325px) {
  .modal .g-recaptcha {
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .modal .g-recaptcha > div {
    margin: 0 auto;
  }
}

.fake_form_select__wrap {
  position: relative;
  z-index: 12;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .fake_form_select__wrap {
    border: none;
    background-clip: no-clip;
  }
}
@media screen and (min-width: 1024px) {
  .fake_form_select__wrap {
    width: 20%;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1310px) {
  .fake_form_select__wrap {
    width: 18%;
    margin: 13px 20px 0 0;
  }
}
.fake_form_select__title {
  display: block;
  padding: 0 0 0 12px;
  margin: 6px 0;
  font: normal 600 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #231f20;
  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;
  border-radius: 8px;
  *zoom: 1;
  background: #fff;
}
.fake_form_select__list_wrap:before, .fake_form_select__list_wrap:after {
  content: "";
  display: table;
}
.fake_form_select__list_wrap:after {
  clear: both;
}
.fake_form_select__btn {
  position: relative;
  display: block;
  padding: 0 0 0 14px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #231f20;
  z-index: 2;
  line-height: 38px;
  line-height: 3.8rem;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.fake_form_select__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.fake_form_select__icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 4rem !important;
  line-height: 40px !important;
  z-index: 12;
  pointer-events: none;
  color: #b8b8b8;
}
.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;
  border-radius: 8px;
  list-style: none;
  background: #fff;
  z-index: 11;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}
.fake_form_select__list.is_visible {
  display: block;
}
.fake_form_select__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 12px;
  margin: 0;
  font: normal 400 100% "Source Sans Pro", 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;
  transition: 0.12s ease-in-out;
}
.fake_form_select__item:first-child {
  margin: 0;
}
.fake_form_select__item:hover {
  color: #df6fa3;
}
.fake_form_select__item a:hover {
  background: #e0e0e0;
}
.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 {
  width: 100%;
  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);
}
.modal--standalone .center_me {
  width: 100%;
  min-width: 320px;
}
@media screen and (min-width: 360px) {
  .modal--change_avatar {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .forum--thread_list .modal, .forum--post_list .modal, .modal--connect_with_us {
    border-radius: 8px;
    overflow: hidden;
  }
}
@media screen and (min-width: 440px) {
  .modal {
    width: 400px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .modal {
    width: 540px;
    margin: 0 auto;
  }
  .forum--thread_list .modal, .forum--post_list .modal {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .forum--thread_list .modal, .forum--post_list .modal {
    width: 540px;
  }
}
.modal__header {
  position: relative;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .modal__header {
    padding: 10px 0;
  }
  .modal--change_avatar .modal__header {
    padding: 0;
  }
  .forum--thread_list .modal__header, .forum--post_list .modal__header {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum--thread_list .modal__header, .forum--post_list .modal__header {
    padding: 10px 0;
  }
}
.modal__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #231f20;
  text-transform: uppercase;
}
.modal__title span {
  color: #df6fa3;
}
@media screen and (min-width: 768px) {
  .modal__title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.14em;
  }
}
.modal__close_btn {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
}
.modal__close_btn .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  color: #231f20;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal__close_btn {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .modal--change_avatar .modal__close_btn {
    right: 10px;
  }
}
.modal__content {
  padding: 0 14px 20px 14px;
}
@media screen and (min-width: 768px) {
  .modal__content {
    padding: 0 30px 45px 30px;
  }
}
@media screen and (min-width: 768px) {
  .modal--login .modal__content {
    width: 310px;
    margin: 0 auto;
  }
}
.modal__content .btn--fb {
  margin-top: 20px;
  padding-right: 61px;
}
@media screen and (min-width: 768px) {
  .modal__content .btn--fb {
    margin-top: 17px;
  }
}
.modal--page_select .modal__content, .modal--upload_image .modal__content {
  padding: 0 14px 40px;
}
.modal--connect_with_us .modal__content {
  padding: 0;
}
.modal__figure, .modal__avatar_preview {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 8px;
  margin: 30px auto;
  overflow: hidden;
}
.modal__figure img, .modal__avatar_preview img {
  width: 100%;
  height: auto;
}
.modal__avatar_preview .modal__avatar_figure {
  margin: 0;
}
.modal__text {
  margin: 16px 0 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #231f20;
}
.modal__text span {
  color: #df6fa3;
}
.modal__text:first-child {
  margin: 19px 0 0;
}
.modal--reset .modal__text {
  text-align: center;
}
.modal--reset .modal__text:first-child {
  margin: 16px 0;
}
.modal--reset_finish .modal__text:first-child {
  margin: 13px 0;
  text-align: center;
}
.modal--register .modal__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal--register .modal__text {
    margin: 13px 0 0;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .modal--register .modal__text:first-child {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .modal--register.modal--set_pass .modal__text, .modal--reset .modal__text {
    line-height: 28px;
    line-height: 2.8rem;
  }
  .modal--register.modal--set_pass .modal__text:first-child, .modal--reset .modal__text:first-child {
    margin: 18px 0 0;
  }
}
.modal--reset.modal--reset_done .modal__text:first-child {
  margin: 18px 0;
}
.modal--send_again .modal__text:first-child {
  margin: 18px 0;
}
.modal--delete .modal__text {
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
.modal--page_select .modal__text {
  margin: 22px 0 0 14px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.modal--report_to_admin .modal__text {
  margin: 20px 0 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  text-align: center;
}
.modal--connect_with_us .modal__text {
  margin: 50px auto;
  text-align: center;
}
.modal--upload_image .modal__text {
  margin: 20px 0 4px 0;
  text-align: center;
}
.modal--upload_image .modal__text span {
  color: #df6fa3;
}
.modal__btn_wrap {
  font-weight: 700;
}
.modal--login .modal__btn_wrap, .modal--delete .modal__btn_wrap, .modal--reset .modal__btn_wrap {
  margin: 14px 0 0 0;
}
@media screen and (min-width: 768px) {
  .modal--login .modal__btn_wrap, .modal--delete .modal__btn_wrap, .modal--reset .modal__btn_wrap {
    margin: 38px 0 0 0;
  }
}
.modal--login .modal__btn_wrap--footer, .modal--delete .modal__btn_wrap--footer, .modal--reset .modal__btn_wrap--footer {
  margin: 17px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal--login .modal__btn_wrap--footer, .modal--delete .modal__btn_wrap--footer, .modal--reset .modal__btn_wrap--footer {
    float: right;
    width: 40%;
    margin: 0;
    text-align: right;
  }
}
.modal--login .modal__btn_wrap .btn:not(.btn--icon_right), .modal--delete .modal__btn_wrap .btn:not(.btn--icon_right), .modal--reset .modal__btn_wrap .btn:not(.btn--icon_right) {
  padding: 0 27px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.modal--register .modal__btn_wrap {
  margin: 28px 0 0 0;
}
.modal--dob .modal__btn_wrap {
  margin: 0;
}
.modal--reset .modal__btn_wrap--reset {
  margin: 16px 0 24px;
}
.modal--register.modal--set_pass .modal__btn_wrap {
  margin: 36px 0 0 0;
}
.modal--register.modal--change_pass .modal__btn_wrap {
  margin: 16px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .modal--register.modal--change_pass .modal__btn_wrap {
    margin: 16px 0 5px 0;
  }
}
.modal--page_select .modal__btn_wrap {
  margin: 8px 0 0 0;
}
.modal--upload_image .modal__btn_wrap {
  margin: 30px 0 0 0;
}
.modal--connect_with_us .modal__btn_wrap {
  margin: 16px 0 47px 0;
}
.modal__form {
  margin: 22px 0 0 0;
}
@media screen and (min-width: 768px) {
  .modal__form {
    width: 310px;
    margin: 22px auto 0 auto;
  }
}
.modal__form .checkbox__label a {
  display: inline-block;
  line-height: 16px;
  line-height: 1.6rem;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff;
}
.modal--page_select .modal__form {
  margin: 0;
}
.modal--connect_with_us .modal__form {
  width: 292px;
  margin: 34px auto 0 auto;
}
@media screen and (min-width: 360px) {
  .modal--connect_with_us .modal__form {
    width: 310px;
  }
}
.modal__form .form__row {
  height: auto;
  margin-bottom: 25px;
}
.modal--upload_image .modal__form .form__row {
  max-width: 310px;
  margin: 30px auto;
}
.modal--connect_with_us .modal__form .form__row {
  min-height: 96px;
}
.modal--connect_with_us .modal__form .form__textarea {
  height: 151px;
  resize: none;
}
.modal__footer {
  padding: 15px 0 20px 0;
  margin: 0px 14px;
  border-top: 1px solid #efefef;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #231f20;
}
.modal__footer p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal__footer {
    margin: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .modal--register .modal__footer {
    margin: 15px 30px 0;
  }
}
.modal__footer br {
  display: block;
}
@media screen and (min-width: 768px) {
  .modal__footer br {
    display: none;
  }
}
.modal__footer_links {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #231f20;
}
@media screen and (min-width: 768px) {
  .modal__footer_links {
    display: inline-block;
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .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 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #231f20;
}
.modal__link span {
  color: #231f20;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-shadow: inset 0 -8px 0 #e0e0e0;
          box-shadow: inset 0 -8px 0 #e0e0e0;
}
.modal__link:first-child {
  margin: 0;
}
.modal__link:hover span {
  -webkit-box-shadow: inset 0 -8px #efefef;
          box-shadow: inset 0 -8px #efefef;
}
.modal__footer_text {
  margin: 14px 0 18px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #231f20;
  text-align: center;
}
.modal--login_fb_error .modal__text:first-child {
  margin: 18px 0 0;
}
.modal--login_fb_error .modal__btn_wrap {
  margin: 35px 0 45px 0;
  text-align: center;
}
.modal__image_preview {
  width: 310px;
  height: 160px;
  border-radius: 8px;
}
.modal__avatar_figure, .modal__image_figure {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  margin: 30px auto 45px auto;
}
.modal__image_figure {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.modal__image_figure img {
  width: 100%;
  height: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border-radius: 8px;
}
.modal__loader_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 140px;
  margin: auto;
  color: #df6fa3;
}
.modal .radiobutton_group {
  margin-top: 10px;
  margin-bottom: 4px;
}
.modal .btn--icon {
  position: relative;
  padding: 0 60px 0 20px;
}
.modal .btn--icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
}
.modal--register .modal .btn .icon {
  font-size: 24px;
  font-size: 2.4rem;
}
.modal .btn--icon_right .icon-checkmark {
  top: -2px;
}
.modal--page_select .btn, .modal--upload_image .btn {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 37px;
  line-height: 3.7rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.modal--upload_image .btn {
  padding: 0 28px;
}
.modal--change_avatar .modal__avatar_preview + .btn--pink {
  padding: 0 28px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: 0.1em;
}
.modal .checkbox__label a {
  border-bottom: 1px solid #231f20;
}
.modal--register .form__hint_wrap {
  padding: 4px 6px;
}
.modal--register .form__input_error {
  position: relative;
  padding: 0;
}
.modal--register .checkbox_group {
  height: 42px;
  margin: 12px 0 43px;
}
.modal--register .checkbox_group.has_error {
  margin-top: 48px;
}
@media screen and (max-width: 335px) {
  .modal--register .checkbox_group {
    height: 57px;
  }
}
.modal--register .checkbox_group .form__row {
  max-height: none;
  min-height: 0;
}
.modal--register .checkbox_group__error_wrap {
  padding: 3px 6px 0;
  margin: 12px 0 0;
  border-top: 1px solid #f63c29;
}
.modal--register .checkbox__icon {
  top: -3px;
  left: -5px;
  font-size: 22px;
  font-size: 2.2rem;
}
.modal--register .form__row--checkbox .checkbox__label {
  padding: 8px 0 0 35px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.modal--register .modal__text--terms {
  margin: 48px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.modal--register .modal__text--terms a {
  border-bottom: 1px solid #373737;
}

.paginator__wrap {
  height: 80px;
  overflow: hidden;
  position: relative;
  margin: 0 -14px;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .paginator__wrap {
    margin: 0;
    padding-top: 28px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1310px) {
  .paginator__wrap {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .forum--post_list .paginator__wrap {
    margin: 25px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--post_list .paginator__wrap {
    margin: 30px 0 0px 0;
  }
}
@media screen and (min-width: 540px) {
  .search .paginator__wrap {
    margin: 37px -14px 0;
  }
}
@media screen and (min-width: 1024px) {
  .search .paginator__wrap {
    margin: 37px 0 70px 0;
  }
}
@media screen and (min-width: 1310px) {
  .search .paginator__wrap {
    margin: 40px 0 80px;
  }
}
@media screen and (min-width: 540px) {
  .fold_keywords .paginator__wrap, .fold__turhos_page .paginator__wrap {
    margin: 0px -14px 0;
  }
}
@media screen and (min-width: 1024px) {
  .fold_keywords .paginator__wrap, .fold__turhos_page .paginator__wrap {
    margin: 37px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .fold_keywords .paginator__wrap, .fold__turhos_page .paginator__wrap {
    margin: 40px 0 0px;
  }
}
.paginator__wrap--bottom {
  margin: 10px -14px 0;
}
@media screen and (min-width: 1024px) {
  .paginator__wrap--bottom {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .paginator__wrap--bottom {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum--post_list .paginator__wrap--bottom {
    margin: 25px 0 0px 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--post_list .paginator__wrap--bottom {
    margin: 30px 0 0px 0;
  }
}
.paginator__wrap .pagination {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .paginator__wrap .pagination {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 60px;
  }
}

.pagination {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin: 18px -14px 0;
  list-style: none;
  height: 60px;
  text-align: center;
  font-size: 0;
  opacity: 1;
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
  -webkit-transition: opacity 200ms ease-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 200ms ease-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 200ms ease-out, transform 400ms ease-in-out;
  transition: opacity 200ms ease-out, transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}
.pagination__wrap {
  height: 60px;
  background-color: #efefef;
}
@media screen and (min-width: 1024px) {
  .pagination__wrap {
    border-radius: 8px;
  }
}
.pagination__wrap.is-translating {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .pagination {
    border-radius: 10px;
    padding: 14px 0;
    margin: 30px 0 60px 0;
  }
}
.active-input .pagination {
  opacity: 0;
  -webkit-transform: translatey(-80px);
      -ms-transform: translatey(-80px);
          transform: translatey(-80px);
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 200ms ease-in-out;
  transition: opacity 400ms ease-out, -webkit-transform 200ms ease-in-out;
  transition: opacity 400ms ease-out, transform 200ms ease-in-out;
  transition: opacity 400ms ease-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.pagination__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 60px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0.05em;
  color: #231f20;
  text-transform: uppercase;
  text-align: center;
  margin: 0 1px;
}
@media screen and (min-width: 1024px) {
  .pagination__item {
    margin: 0 8px;
  }
}
.pagination__item--empty {
  font-weight: 400;
  pointer-events: none;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .pagination__item--empty {
    margin: 0;
  }
}
.pagination__item--cancel {
  width: 80px;
  position: absolute;
  right: 14px;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .pagination__item--cancel {
    right: 20px;
  }
}
.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: 32px;
}
@media screen and (min-width: 1024px) {
  .pagination__item--next, .pagination__item--prev {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .pagination__item--next span, .pagination__item--prev span {
    top: -3px;
  }
  .pagination__item--next span.pagination__link, .pagination__item--prev span.pagination__link {
    top: 0;
  }
}
.pagination__item--next:hover, .pagination__item--prev:hover {
  border: none;
  color: #414142;
}
.pagination__item--next:hover::before, .pagination__item--prev:hover::before {
  display: none;
}
.pagination__item--next .pagination__link, .pagination__item--prev .pagination__link {
  padding: 0;
}
.pagination__item--next {
  float: right;
}
@media screen and (min-width: 1310px) {
  .pagination__item--next {
    margin: 0;
  }
}
.pagination__item--prev {
  float: left;
}
@media screen and (min-width: 1310px) {
  .pagination__item--prev {
    margin: 0;
  }
}
.pagination__item--active .pagination__link {
  color: #fff;
}
.pagination__item--active .pagination__link:hover {
  color: #fff;
}
.pagination__icon {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 60px;
  line-height: 6rem;
  width: 32px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .pagination__icon {
    width: 40px;
  }
}
.pagination__fake {
  display: block;
  position: relative;
  height: 60px;
  z-index: 20;
  border-radius: 8px;
  -webkit-transform: translatey(-200px);
      -ms-transform: translatey(-200px);
          transform: translatey(-200px);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.active-input .pagination__fake {
  -webkit-transform: translatey(-60px);
      -ms-transform: translatey(-60px);
          transform: translatey(-60px);
}
.pagination__fake--wrap {
  position: absolute;
  top: 10px;
  left: 14px;
  width: 210px;
}
@media screen and (min-width: 1024px) {
  .pagination__fake--wrap {
    left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
.pagination__fake_input {
  cursor: pointer;
  overflow: visible;
}
.pagination__input, .pagination__fake_input {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  color: #231f20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  height: 40px;
  padding: 10px 0;
  width: 54px;
  z-index: 2;
  text-align: center;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  -moz-appearance: textfield;
}
.pagination__input:hover, .pagination__fake_input:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.pagination__input::-webkit-outer-spin-button, .pagination__input::-webkit-inner-spin-button, .pagination__fake_input::-webkit-outer-spin-button, .pagination__fake_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pagination__input::-webkit-input-placeholder, .pagination__fake_input::-webkit-input-placeholder {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #b8b8b8;
}
.pagination__input::-moz-placeholder, .pagination__fake_input::-moz-placeholder {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #b8b8b8;
}
.pagination__input:-ms-input-placeholder, .pagination__fake_input:-ms-input-placeholder {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #b8b8b8;
}
.pagination__input:-moz-placeholder, .pagination__fake_input:-moz-placeholder {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #b8b8b8;
}
.visible_bubble .pagination__input, .pagination__input.visible_bubble, .visible_bubble .pagination__fake_input, .pagination__fake_input.visible_bubble {
  border: 1px solid #3fa7d6;
}
.has_error .pagination__input, .has_error .pagination__fake_input {
  border: 1px solid #e94141;
}
.pagination__input--error, .pagination__fake_input--error {
  display: none;
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 8px;
  padding-top: 40px;
  padding: 40px 10px 5px;
  background-color: #e94141;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  text-transform: none;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.has_error .pagination__input--error, .has_error .pagination__fake_input--error {
  display: block;
}
.pagination__fake_input {
  padding: 0;
  line-height: 40px;
  line-height: 4rem;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}
.active-input .pagination__fake_input {
  height: 0;
}
.pagination__input {
  text-align: left;
  padding-left: 10px;
  width: 210px;
  padding-right: 40px;
}
.pagination__input:focus {
  border: 1px solid #b8b8b8;
}
.pagination__input_icon {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  right: 0px;
  top: 0;
  color: #231f20;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  cursor: pointer;
}
.pagination__input_icon:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pagination__input_icon:hover {
  color: #4d4a4b;
}
.pagination__bubble {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 3;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: 190px;
  padding: 0 6px;
  border-radius: 8px;
  background-color: #3fa7d6;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  text-transform: none;
  color: white;
}
.pagination__bubble:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3fa7d6;
}
.visible_bubble .pagination__bubble {
  display: block;
}
.pagination__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  z-index: 2;
  height: 60px;
  padding: 0 6px;
  color: #231f20;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0.05em;
  top: 0;
}
.pagination__link:hover {
  color: #4d4a4b;
}
.pagination__link span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pagination__link span {
    position: relative;
    display: inline-block;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
.pagination__item--disabled .pagination__link {
  color: #8f8f8f;
}

@media screen and (min-width: 540px) {
  .authors_page .pagination__item--prev {
    margin: 0 0 0 21px;
  }
}
@media screen and (min-width: 1024px) {
  .authors_page .pagination__item--prev {
    margin: 0 0 0 5px;
  }
}
@media screen and (min-width: 1310px) {
  .authors_page .pagination__item--prev {
    margin: 0 0 0 16px;
  }
}
@media screen and (min-width: 540px) {
  .authors_page .pagination__item--next {
    margin: 0 19px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .authors_page .pagination__item--next {
    margin: 0 3px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .authors_page .pagination__item--next {
    margin: 0 14px 0 0;
  }
}

.pagination__fake .pagination__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 60px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0.05em;
  color: #231f20;
  text-transform: uppercase;
  text-align: center;
}
.pagination__fake .pagination__item--cancel {
  width: auto;
  position: absolute;
  right: 14px;
  top: 0;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .pagination__fake .pagination__item--cancel {
    margin: 0;
    right: 20px;
  }
}
.pagination__fake .pagination__input {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  color: #231f20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  height: 40px;
  padding: 10px 14px;
  width: 210px;
  z-index: 2;
  text-align: left;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  cursor: pointer;
  overflow: visible;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #231f20;
  text-transform: uppercase;
  -moz-appearance: textfield;
}
.pagination__fake .pagination__input:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.pagination__fake .pagination__input::-webkit-outer-spin-button, .pagination__fake .pagination__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pagination__fake .pagination__input::-webkit-input-placeholder {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #b8b8b8;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
}
.pagination__fake .pagination__input::-moz-placeholder {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #b8b8b8;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
}
.pagination__fake .pagination__input:-ms-input-placeholder {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #b8b8b8;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
}
.pagination__fake .pagination__input:-moz-placeholder {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #b8b8b8;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
}
.pagination__fake .pagination__input:focus {
  color: #231f20;
  border: 1px solid #b8b8b8;
}
.visible_bubble .pagination__fake .pagination__input, .pagination__fake .pagination__input.visible_bubble {
  border: 1px solid #3fa7d6;
}
.has_error .pagination__fake .pagination__input {
  border: 1px solid #e94141;
}
.pagination__fake .pagination__input--error {
  display: none;
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 8px;
  padding-top: 40px;
  padding: 40px 10px 5px;
  background-color: #e94141;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  text-transform: none;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.has_error .pagination__fake .pagination__input--error {
  display: block;
}

.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% "Playfair Display", serif;
}
.cal__header {
  position: relative;
  display: block;
  height: 42px;
  margin: 0;
  padding: 0;
  *zoom: 1;
  background: #000;
  color: #fff;
}
.cal__header:before, .cal__header:after {
  content: "";
  display: table;
}
.cal__header:after {
  clear: both;
}
.cal__nav {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.cal__nav--left {
  float: left;
}
.cal__nav--right {
  float: right;
}
.cal__nav [class^=icon-], .cal__nav [class*=" icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px !important;
  line-height: 4.2rem !important;
  text-align: center;
  color: #fff;
}
.cal__date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font: normal 400 100% "Playfair Display", serif;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 42px;
  line-height: 4.2rem;
  cursor: default;
  text-transform: uppercase;
}
.cal__days {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.cal__days:before, .cal__days:after {
  content: "";
  display: table;
}
.cal__days:after {
  clear: both;
}
.cal__day {
  position: relative;
  display: block;
  float: left;
  width: 14.285%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}
.cal__table {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px;
  background: #f6f6f6;
}
.cal__row {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  *zoom: 1;
  border-top: 1px solid #d4d4d4;
}
.cal__row:before, .cal__row:after {
  content: "";
  display: table;
}
.cal__row:after {
  clear: both;
}
.cal__row:first-child {
  border-top: 0;
}
.cal__row > a {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 14.285%;
  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: #231f20;
  cursor: pointer;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
.cal__row > a.active:not(.today):hover {
  color: #231f20;
}
.cal__row > a.off {
  color: #231f20;
  cursor: default;
}
.cal__row > a.off:hover {
  color: #231f20;
}
.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: #231f20;
  z-index: 1;
}
.cal__row > a > span {
  position: relative;
  top: -1px;
  z-index: 5;
}

/**************************************************
    MODULES
    **********************************************/
.flatpages__header {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #231f20;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 18px;
}
@media screen and (min-width: 1024px) {
  .flatpages__header {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages__header {
    padding: 50px 50px 0 50px;
    margin-top: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages--error .flatpages__header {
    padding: 50px 34px 0 34px;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages--error .flatpages__header {
    padding: 50px 50px 0 50px;
  }
}
.flatpages__header_breadcrumbs {
  width: 50%;
  display: inline-block;
}
@media screen and (min-width: 1310px) {
  .flatpages__header_breadcrumbs {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1023px) {
  .flatpages__header_breadcrumbs {
    display: none;
  }
}
.flatpages__header_breadcrumbs i.icon--linear {
  vertical-align: initial;
  line-height: 27px;
  line-height: 2.7rem;
}
.flatpages__header_breadcrumb {
  display: inline-block;
  height: 27px;
  padding: 0 0 0 8px;
  margin: 0 0 0 2px;
  float: left;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #8f8f8f;
  text-transform: uppercase;
}
.flatpages__header_breadcrumb:first-child {
  padding: 0 0 0 4px;
  margin: 0;
}
.flatpages__header_breadcrumb:last-child {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #8f8f8f;
}
.flatpages__header_breadcrumb:not(:last-of-type):after {
  margin-right: 7px;
  margin-left: 12px;
}
@media screen and (min-width: 1024px) {
  .flatpages__header_breadcrumb:not(:last-of-type):after {
    margin-right: 5px;
  }
}
.flatpages__header_breadcrumb:hover {
  opacity: 0.8;
}
.flatpages__header_breadcrumb .icon-chevron-right {
  position: relative;
  margin-right: 7px;
  top: 3px;
}
.flatpages__header_breadcrumb .icon-home {
  position: relative;
  top: -4px;
}
.flatpages__header_breadcrumb--subsection {
  display: inline-block;
  max-width: 320px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.flatpages__header--title {
  padding: 0;
  margin: 9px 0 0 0;
  font: normal 700 100% "Playfair Display", serif;
  color: #231f20;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .flatpages__header--title {
    margin: 19px 0 0 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages__header--title {
    margin: 17px 0 0 0;
    padding: 0px 0 27px 0;
    font-size: 51px;
    font-size: 5.1rem;
    line-height: 60px;
    line-height: 6rem;
  }
  .flatpages--error .flatpages__header--title {
    padding-bottom: 7px;
  }
}
.flatpages__lead_text {
  margin: 0 0 27px;
  padding-top: 29px;
  padding-bottom: 1px;
  font: normal 400 100% "Playfair Display", serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
  color: #231f20;
}
.flatpages__lead_text a {
  color: #df6fa3;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.flatpages__lead_text a:hover {
  color: #ed8ab5;
}
@media screen and (min-width: 1024px) {
  .flatpages__lead_text {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 32px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-align: left;
  }
  .flatpages--error .flatpages__lead_text {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages__lead_text {
    padding-bottom: 40px;
    margin-bottom: -10px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.flatpages__content {
  word-break: break-word;
}
@media screen and (min-width: 1310px) {
  .flatpages__content {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages__content .social__wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .flatpages__content .social__wrap.th_miss7mama_share_bottom {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages--error .flatpages__content {
    padding: 0 34px;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages--error .flatpages__content {
    padding: 0 50px;
  }
}

.flatpages:not(.flatpages--newsletter_zahvala) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) {
    padding: 0 0 100px 0;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p {
  margin: 12px 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #231f20;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p a {
  text-decoration: none;
  color: #df6fa3;
}
@media screen and (min-width: 768px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.01em;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content h1 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content .flatpages__leadblock + p {
  margin: 28px 0 20px 0;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content .flatpages__leadblock + p {
    margin: 30px 0 7px 0;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__leadblock .flatpages__lead_text {
  font: normal 700 100% "Playfair Display", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 34px;
  line-height: 3.4rem;
  letter-spacing: -0.01em;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__leadblock .flatpages__lead_text {
    margin: 18px 0 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) h2 {
  margin: 32px 0 18px 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #1e1e1e;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) h2 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) h3 {
  margin: 32px 0 18px 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #1e1e1e;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) h3 {
    margin: 54px 0 18px 0;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpage__impressum h3 {
  margin: 20px 0 18px 0;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpage__impressum h3 {
    margin: 25px 0 18px 0;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__lead_text + h3 {
  margin: 21px 0 18px 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) li,
.flatpages:not(.flatpages--newsletter_zahvala) ol {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #231f20;
}
.flatpages:not(.flatpages--newsletter_zahvala) li a,
.flatpages:not(.flatpages--newsletter_zahvala) ol a {
  text-decoration: none;
  color: #df6fa3;
}
.flatpages--error .flatpages:not(.flatpages--newsletter_zahvala) li a,
.flatpages--error .flatpages:not(.flatpages--newsletter_zahvala) ol a {
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) li,
  .flatpages:not(.flatpages--newsletter_zahvala) ol {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.025em;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) ol,
.flatpages:not(.flatpages--newsletter_zahvala) ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ol,
  .flatpages:not(.flatpages--newsletter_zahvala) ul {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.01em;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) ul {
  list-style-type: none;
}
.flatpages:not(.flatpages--newsletter_zahvala) ul li {
  position: relative;
  padding: 12px 20px 4px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpages:not(.flatpages--newsletter_zahvala) ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8f8f8f;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ul li:before {
    top: 27px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) ol {
  list-style-type: none;
}
.flatpages:not(.flatpages--newsletter_zahvala) ol li {
  counter-increment: item;
  position: relative;
  padding-left: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ol li {
    padding-left: 41px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) ol li:before {
  content: counter(item) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
}
.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: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small tbody,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big tbody {
  border-color: #ccc;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small td, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small th,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small a,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big a {
  text-decoration: none;
  color: #df6fa3;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big table {
  width: 5230px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th {
  width: 210px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td:first-child, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th:first-child {
  width: 440px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td: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: 50px auto 20px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__sidebar {
    margin: 0 auto;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image {
  width: 100%;
  height: 325px;
  margin: 30px auto 50px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image {
    height: 550px;
    margin: 0 auto;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
  width: 186px;
  height: 253px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
    width: 256px;
    height: 349px;
    margin-top: 59px;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
    margin-left: 110px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
  width: 198px;
  height: 253px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
    width: 272px;
    height: 349px;
    margin-top: 177px;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
    margin-left: 107px;
  }
}

.flatpage--newsletter_footer .content__wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .flatpage--newsletter_footer {
    background: #f7f6f4 url("../../../images/kl-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: 540px;
  }
}
@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: -2px;
  padding: 40px 0 0;
  color: #231f20;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
  text-transform: inherit;
}
@media screen and (min-width: 1024px) {
  .flatpages--newsletter_zahvala .main_tile__label {
    margin-top: 14px;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages--newsletter_zahvala .main_tile__label {
    margin-top: 33px;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 66px;
    line-height: 6.6rem;
  }
}
.flatpages--newsletter_zahvala .main_tile__label:before {
  display: none;
}
.flatpages--newsletter_zahvala .main_tile__label span {
  display: block;
  color: #231f20;
}
.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;
  border-radius: 100px;
}
.flatpages--newsletter_zahvala .main_tile__buttons .btn--pink {
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .flatpages--newsletter_zahvala .main_tile__buttons .btn--pink {
    margin-bottom: 0;
    padding: 0 28px;
  }
}
.flatpages--newsletter_zahvala .main_tile__buttons .btn--grey {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .flatpages--newsletter_zahvala .main_tile__buttons .btn--grey {
    margin: 0 20px 0 0;
  }
}
.flatpages--newsletter_zahvala p {
  margin-top: 6px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .flatpages--newsletter_zahvala p {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages--newsletter_zahvala p {
    margin-top: 19px;
  }
}
.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;
  }
}

.flatpages {
  padding-bottom: 60px;
}
@media screen and (min-width: 540px) {
  .flatpages {
    padding: 0 16px 60px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages {
    padding-bottom: 60px;
  }
}
.flatpages.flatpages--error .flatpages__header--title {
  margin: 7px 0 0 0;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
  line-height: 5.6rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .flatpages.flatpages--error .flatpages__header--title {
    margin-bottom: 16px;
    text-align: left;
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 84px;
    line-height: 8.4rem;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages.flatpages--error .flatpages__header--title {
    font-size: 96px;
    font-size: 9.6rem;
    line-height: 112px;
    line-height: 11.2rem;
  }
}
.flatpages.flatpages--error .flatpages__lead_text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 17px;
  margin: 0 0 5px;
}
@media screen and (min-width: 1024px) {
  .flatpages.flatpages--error .flatpages__lead_text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .flatpages.flatpages--error .flatpages__lead_text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.flatpages.flatpages--error .flatpages__list {
  padding: 0;
  list-style-type: none;
  margin-top: -11px;
}
@media screen and (min-width: 1024px) {
  .flatpages.flatpages--error .flatpages__list {
    margin-top: -7px;
  }
}
.flatpages.flatpages--error .flatpages__list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 10px 20px 4px 30px;
  margin: 0;
}
.flatpages.flatpages--error .flatpages__list_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8f8f8f;
}
@media screen and (min-width: 1024px) {
  .flatpages.flatpages--error .flatpages__list_item:before {
    top: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages.flatpages--error .flatpages__list_item {
    padding: 12px 20px 4px 32px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.flatpages.flatpages--error .flatpages__list_item a {
  color: #231f20 !important;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-shadow: inset 0 -8px 0 #e0e0e0;
          box-shadow: inset 0 -8px 0 #e0e0e0;
}
.flatpages.flatpages--error .flatpages__list_item a:hover {
  -webkit-box-shadow: inset 0 -8px #efefef;
          box-shadow: inset 0 -8px #efefef;
}

.didomi_preferences {
  word-break: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px;
  margin: 0 -14px;
  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% "Source Sans Pro", 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 -30px;
  }
}
@media screen and (min-width: 1024px) {
  .didomi_preferences {
    margin: 0;
    padding: 0px 20px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.didomi_preferences.sticky {
  bottom: 0;
  top: auto;
}
.didomi_preferences--text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 1024px) {
  .didomi_preferences--text {
    text-align: left;
    margin-bottom: 0;
  }
}
.didomi_preferences--button {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1197dd;
  color: white;
  text-align: center;
  padding: 0 14px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  cursor: pointer;
}

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

.dfp_banner {
  text-align: center;
  *zoom: 1;
}
.dfp_banner:before, .dfp_banner:after {
  content: "";
  display: table;
}
.dfp_banner:after {
  clear: both;
}
.dfp_banner > picture {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.dfp_banner > picture img {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.dfp_banner img {
  display: block;
  margin: 0 auto;
}
.home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 30px 0 0;
  }
}
@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 0px;
  }
}
.home .fold_home_a .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_a .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_a .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
.home .fold_home__recommend_widget .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home__recommend_widget .dfp_banner--Leaderboard div[id$=_ad_container],
.home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=__container__],
.home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__recommend_widget .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home__recommend_widget .dfp_banner--Leaderboard div[id$=_ad_container],
  .home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=__container__],
  .home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 43px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home__recommend_widget .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home__recommend_widget .dfp_banner--Leaderboard div[id$=_ad_container],
  .home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=__container__],
  .home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 72px 0 0 0;
  }
}
.home .fold_home_b .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_b .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_b .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
.home .fold_home_c .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_c .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_c .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 60px 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_c .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_c .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 90px 0;
  }
}
.home .fold_home_c .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_c .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_c .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 26px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_c .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_c .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 45px 0 0 0;
  }
}
.home .fold_home__lazy_banner .dfp_banner {
  margin: 37px 0 0 0;
}
.home .topnews_widget .fold_home__lazy_banner .dfp_banner {
  margin: 17px 0 0 0;
}
.home .fold_home_a--part2 .fold_home_a__block_4 .fold_home__lazy_banner .dfp_banner,
.home .fold_home_b .fold_home_b__block_4 .fold_home__lazy_banner .dfp_banner,
.home .fold_home_more_news .fold_home__lazy_banner .dfp_banner {
  margin: 30px 0 0 0;
}
.home .fold_home_b__block_1 .fold_home__lazy_banner .dfp_banner {
  margin: 12px 0 32px 0;
}
.home .fold_home_c--part1 .fold_home__lazy_banner .dfp_banner {
  margin: 0 0 32px 0;
}
.home .fold_home_c--part2 .fold_home__lazy_banner .dfp_banner {
  margin: 20px 0 0 0;
}
.home .fold_home_c--part2 .fold_home__lazy_banner--bottom .dfp_banner {
  margin: 60px 0 0 0;
}
.home .forum_widget .fold_home__lazy_banner .dfp_banner {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__lazy_banner .dfp_banner,
  .home .topnews_widget .fold_home__lazy_banner .dfp_banner,
  .home .fold_home_a--part2 .fold_home_a__block_4 .fold_home__lazy_banner .dfp_banner,
  .home .fold_home_b .fold_home_b__block_4,
  .home .fold_home_b__block_1 .fold_home__lazy_banner .dfp_banner,
  .home .fold_home_c--part1 .fold_home__lazy_banner .dfp_banner,
  .home .fold_home_c--part2 .fold_home__lazy_banner .dfp_banner,
  .home .fold_home_c--part2 .fold_home__lazy_banner--bottom .dfp_banner,
  .home .fold_home_more_news .fold_home__lazy_banner .dfp_banner,
  .home .forum_widget .fold_home__lazy_banner .dfp_banner {
    margin: 0;
  }
}

.article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=__container__], .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=__container__], .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=__container__], .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0 0;
  }
}
.article .fold_article__article_body .dfp_banner--Halfpage div[id$=__container__], .article .fold_article__article_body .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0 0 43px 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__article_body .dfp_banner--Halfpage div[id$=__container__], .article .fold_article__article_body .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0 0 51px 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__article_body .dfp_banner--Halfpage div[id$=__container__], .article .fold_article__article_body .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0 0 65px 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: 25px 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: 1px 0 40px 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: 58px 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: 0 0 30px 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: 0 0 50px 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: 0 0 110px 0;
  }
}
.article .fold_article__lazy_banner .dfp_banner {
  margin: 27px 0 0 0;
}
.article .fold_article__lazy_banner .dfp_banner iframe {
  width: auto;
}
.article .fold_article__lazy_banner--under_social .dfp_banner {
  margin: 32px 0 0 0;
}
.article .fold_article__related_articles .fold_section__lazy_banner .dfp_banner {
  margin: 22px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__lazy_banner--under_social .dfp_banner,
  .article .fold_article__related_articles .fold_section__lazy_banner .dfp_banner,
  .article .fold_article__lazy_banner .dfp_banner {
    margin: 0;
  }
}

.section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  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;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0 10px 0;
  }
}
.section .fold_section_b .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_b .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 0 0 30px 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 0 60px 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: 0 0 90px 0;
  }
}
.section .fold_section__lazy_banner .dfp_banner {
  margin: 34px 0 0 0;
}
.section .topnews_widget .fold_home__lazy_banner .dfp_banner {
  margin: 37px 0 0 0;
}
.section .fold_section__recommend_widget .fold_section__lazy_banner .dfp_banner {
  margin: 39px 0 0 0;
}
.section .fold_section_b .fold_section__lazy_banner .dfp_banner {
  margin: 42px 0 0 0;
}
.section .fold_section_b__block_1 .fold_section__lazy_banner .dfp_banner {
  margin: 13px 0 33px 0;
}
.section .fold_section_more_news .fold_section__lazy_banner .dfp_banner {
  margin: 27px 0 0 0;
}
.section .fold_section_more_news .fold_home__lazy_banner .dfp_banner {
  margin: 30px 0 13px 0;
}
@media screen and (min-width: 1024px) {
  .section .topnews_widget .fold_home__lazy_banner .dfp_banner,
  .section .fold_section_b .fold_section__lazy_banner .dfp_banner,
  .section .fold_section_b__block_1 .fold_section__lazy_banner .dfp_banner,
  .section .fold_section__recommend_widget .fold_section__lazy_banner .dfp_banner,
  .section .fold_section_more_news .fold_section__lazy_banner .dfp_banner,
  .section .fold_section_more_news .fold_home__lazy_banner .dfp_banner,
  .section .fold_section__lazy_banner .dfp_banner {
    margin: 0;
  }
}
.section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1310px) {
  .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: -30px 0 60px;
  }
}
.section--special .fold_special__lazy_banner .dfp_banner {
  margin: 27px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section--special .fold_special__lazy_banner .dfp_banner {
    margin: 0;
  }
}

.search .dfp_banner--Halfpage div[id$=__container__], .search .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0px 0 30px 0;
}
@media screen and (min-width: 1024px) {
  .search .dfp_banner--Halfpage div[id$=__container__], .search .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 20px 0 0 0;
  }
}

.authors_page .dfp_banner--Halfpage div[id$=__container__], .authors_page .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 44px 0;
}
@media screen and (min-width: 1310px) {
  .authors_page .dfp_banner--Halfpage div[id$=__container__], .authors_page .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 70px 0 0 0;
  }
}

.user_profile .dfp_banner--Halfpage div[id$=__container__], .user_profile .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 12px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .user_profile .dfp_banner--Halfpage div[id$=__container__], .user_profile .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.weather_page .dfp_banner--Leaderboard div[id$=__container__], .weather_page .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 22px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .weather_page .dfp_banner--Leaderboard div[id$=__container__], .weather_page .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 39px 0 0 0;
  }
}
.weather_page .dfp_banner--Halfpage div[id$=__container__], .weather_page .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0 0 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;
  }
}

.forum .fold_forum__top_banner .dfp_banner--Leaderboard div[id$=__container__], .forum .fold_forum__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .forum .fold_forum__top_banner .dfp_banner--Leaderboard div[id$=__container__], .forum .fold_forum__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum .fold_forum__top_banner .dfp_banner--Leaderboard div[id$=__container__], .forum .fold_forum__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0 0 0;
  }
}
.forum .fold_forum .dfp_banner--Halfpage div[id$=__container__], .forum .fold_forum .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0 0 30px 0;
}
.forum .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=__container__], .forum .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 0 0 30px;
}
@media screen and (min-width: 1024px) {
  .forum .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=__container__], .forum .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=__container__], .forum .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 40px 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--thread_list .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=__container__], .forum--thread_list .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 110px 0;
  }
}
.forum--post_list .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .forum--post_list .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0 0 32px 0;
}
@media screen and (min-width: 1024px) {
  .forum--post_list .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .forum--post_list .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum--post_list .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=__container__], .forum--post_list .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--post_list .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=__container__], .forum--post_list .fold_forum__bottom_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 110px 0;
  }
}
.forum .fold_forum__lazy_banner .dfp_banner {
  margin: 33px 0 0;
}
.forum .fold_forum__lazy_banner--bottom .dfp_banner {
  margin: 10px 0 0;
}
.forum .forum_thread .fold_forum__lazy_banner--bottom .dfp_banner {
  margin-bottom: 15px;
}
.forum .forum__thread_list .fold_forum__lazy_banner .dfp_banner {
  margin: 0;
}
.forum .forum_thread__post_list .fold_forum__lazy_banner .dfp_banner {
  margin: 0 0 8px;
}
.forum .forum__thread_list .fold_forum__lazy_banner .dfp_banner {
  position: relative;
  margin: 0 0 23px;
  padding-top: 23px;
}
.forum .forum__thread_list .fold_forum__lazy_banner .dfp_banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  left: -14px;
  height: 1px;
  background: #efefef;
}

.fold_author__lazy_banner .dfp_banner > div,
.fold_keyword__lazy_banner .dfp_banner > div {
  margin: 24px 0 20px 0;
}
@media screen and (min-width: 1024px) {
  .fold_author__lazy_banner .dfp_banner > div,
  .fold_keyword__lazy_banner .dfp_banner > div {
    margin: 0;
  }
}

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

.royalSlider > * {
  float: left;
}

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

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

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

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

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

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

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

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

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-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;
  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: 0.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;
  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("../../js/lib/royalslider/blank.gif");
}

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

.rsOverflow {
  height: 100% !important;
}

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

.rsNavItem {
  position: relative;
  float: none;
  display: inline-block;
  width: 70px;
  padding: 0 5px;
  margin: 0 !important;
  font-size: 0;
}
.rsNavItem:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  z-index: 0;
}
.rsNavItem:first-child:after {
  left: 0;
}
.rsNavItem:first-child {
  padding-left: 0;
}
.rsNavItem .rsTmb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.rsNavItem picture::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 20;
}
.rsNavItem img {
  position: relative;
  width: 100%;
  z-index: 20;
  opacity: 0.5;
}
.rsNavItem:hover .rsTmb__icon,
.rsNavItem:hover img, .rsNavItem.rsNavSelected .rsTmb__icon,
.rsNavItem.rsNavSelected img {
  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 {
  display: block;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 57px;
  line-height: 5.7rem;
}

.standalone_gallery {
  position: static;
}
@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%;
  }
}
.standalone_gallery .header__logo_img--mobile {
  width: 27px;
}
@media screen and (min-width: 1024px) {
  .standalone_gallery .header__logo_img--mobile {
    display: none;
  }
}
.standalone_gallery .header__logo_img--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .standalone_gallery .header__logo_img--desktop {
    display: block;
  }
}
.standalone_gallery .content__wrap {
  max-width: 1280px;
}
@media screen and (min-width: 1310px) {
  .standalone_gallery .content__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 120px 15px 0;
  }
}
.standalone_gallery .column_content {
  position: absolute;
  top: 56px;
  bottom: 0;
  margin: 0;
}
@media screen and (max-width: 1024px -1) {
  .standalone_gallery .column_content {
    overlow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .standalone_gallery .column_content {
    top: 104px;
    left: 0;
    right: 0;
    bottom: 120px;
    max-width: 980px;
    margin: auto;
  }
}
@media screen and (min-width: 1310px) {
  .standalone_gallery .column_content {
    top: 120px;
    right: auto;
    max-width: none;
  }
}
.standalone_gallery .column_content__inner {
  margin: 0;
  position: static;
}
@media screen and (min-width: 1024px) {
  .standalone_gallery .column_content__inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: auto;
    height: 100%;
    max-height: 613px;
    padding: 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .standalone_gallery .column_content__inner {
    max-height: 588px;
    margin: 0 340px 0 0;
  }
}
.standalone_gallery .column_sidebar {
  display: none;
}
@media screen and (min-width: 1310px) {
  .standalone_gallery .column_sidebar {
    display: block;
    width: 300px;
    float: right;
  }
}

.gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 1260px;
  height: 100% !important;
  z-index: 1;
}
@media screen and (min-width: 1310px) {
  .gallery {
    position: relative;
    width: 940px;
    margin: 0 0 0 15px;
  }
}
.gallery__title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gallery__title {
    display: inline-block;
    position: absolute;
    top: 18px;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-height: 24px;
    overflow: hidden;
    padding: 0 230px 0 133px;
    margin: 0;
    font: normal 700 100% "Playfair Display", serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #231f20;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1310px) {
  .gallery__title {
    top: 27px;
    padding: 0 325px 0 235px;
  }
}
.gallery__close_btn {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .gallery__close_btn {
    top: 12px;
  }
}
@media screen and (min-width: 1310px) {
  .gallery__close_btn {
    top: 0;
    width: 80px;
    height: 80px;
  }
}
.gallery__close_btn .icon {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  color: #231f20;
  text-align: center;
}
@media screen and (min-width: 1310px) {
  .gallery__close_btn .icon {
    font-size: 30px;
    font-size: 3rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
.gallery__close_btn:hover .icon {
  color: #4d4a4b;
}
.gallery__close_btn:active, .gallery__close_btn:hover, .gallery__close_btn:focus {
  top: 8px;
}
@media screen and (min-width: 1024px) {
  .gallery__close_btn:active, .gallery__close_btn:hover, .gallery__close_btn:focus {
    top: 12px;
  }
}
@media screen and (min-width: 1310px) {
  .gallery__close_btn:active, .gallery__close_btn:hover, .gallery__close_btn:focus {
    top: 0;
  }
}
.gallery__social_wrap {
  position: absolute;
  top: 8px;
  right: 34px;
  bottom: auto;
  left: auto;
}
@media screen and (min-width: 1310px) {
  .gallery__social_wrap {
    right: 64px;
    top: 20px;
  }
}
.gallery__social_wrap .social__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 16px 0 0;
  border-radius: 50%;
  float: left;
  cursor: pointer;
}
.gallery__social_wrap .social__btn .icon {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  color: #fff;
}
.gallery__functions_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 11;
  height: 40px;
  margin: auto;
  pointer-events: none;
}
@media screen and (min-width: 540px) {
  .gallery__functions_wrap {
    right: 8px;
    left: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__functions_wrap {
    position: absolute;
    right: 0;
    left: auto;
    bottom: -28px;
    top: auto;
    height: 72px;
  }
}
@media screen and (min-width: 1310px) {
  .gallery__functions_wrap {
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    pointer-events: none;
  }
}
.gallery__functions {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .gallery__functions {
    width: 144px;
    height: 72px;
    background-color: #231f20;
  }
}
@media screen and (min-width: 1310px) {
  .gallery__functions {
    margin: 0;
    float: right;
    pointer-events: all;
  }
}
.gallery__caption {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: auto;
  max-height: 100px;
}
.gallery__caption:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(54, 54, 54)), color-stop(16%, rgba(54, 54, 54, 0)));
  background: linear-gradient(0, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 16%);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (min-width: 540px) {
  .gallery__caption:before {
    height: 304px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__caption:before {
    height: 549px;
  }
}
@media screen and (min-width: 1310px) {
  .gallery__caption:before {
    height: 524px;
  }
}
@media screen and (min-width: 540px) {
  .gallery__caption:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#363636), color-stop(12%, #363636), color-stop(24%, rgba(54, 54, 54, 0)));
    background: linear-gradient(0, #363636 0%, #363636 12%, rgba(54, 54, 54, 0) 24%);
  }
}
@media screen and (min-width: 1024px) {
  .gallery__caption:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#363636), color-stop(10%, #363636), color-stop(22%, rgba(54, 54, 54, 0)));
    background: linear-gradient(0, #363636 0%, #363636 10%, rgba(54, 54, 54, 0) 22%);
  }
}
@media screen and (min-width: 1310px) {
  .gallery__caption:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#363636), color-stop(8%, #363636), color-stop(16%, rgba(54, 54, 54, 0)));
    background: linear-gradient(0, #363636 0%, #363636 8%, rgba(54, 54, 54, 0) 16%);
  }
}
.gallery__caption--full {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: auto;
  max-height: 100px;
}
.gallery__caption--full .gallery__icon-plus {
  position: absolute;
  padding: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
}
.gallery__caption--full .gallery__icon-plus:before, .gallery__caption--full .gallery__icon-plus:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: white;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.gallery__caption--full .gallery__icon-plus:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gallery__meta_info {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: left;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .gallery__meta_info {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.gallery__paginator {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  float: left;
}
.gallery__controls_wrap {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .gallery__controls_wrap {
    height: 48px;
  }
}
.gallery__control_btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn {
    position: relative;
    width: 50%;
    height: 72px;
    opacity: 1;
  }
}
.gallery__control_btn:before {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 24px;
  height: 40px;
  background-color: #231f20;
}
@media screen and (max-width: 1023px) {
  .gallery__control_btn:before {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn:before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
}
.gallery__control_btn--prev {
  float: left;
}
.gallery__control_btn--next {
  float: right;
}
.gallery__control_btn:hover {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn:hover:before {
    background-color: #231f20;
  }
}
.gallery__control_btn .icon {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  color: #fff;
  left: 2px;
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn .icon {
    left: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 72px;
    line-height: 7.2rem;
  }
}
.gallery__control_btn.is_hidden {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn.is_hidden:before {
    display: none;
  }
}
.gallery__control_btn.is_hidden .icon {
  color: #616161;
}
.gallery__slider_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-color: #fff;
}
.gallery__photo_desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  white-space: normal;
  text-align: left;
  display: block;
  bottom: 0;
}
.gallery__photo_desc--wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .gallery__photo_desc--wrap {
    background: rgb(35, 31, 32);
  }
}
.gallery__photo_desc--wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(35, 31, 32)), to(rgba(35, 31, 32, 0)));
  background: linear-gradient(0, rgb(35, 31, 32) 0%, rgba(35, 31, 32, 0) 100%);
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (max-width: 1023px) {
  .gallery__photo_desc--wrap:before {
    right: 50px;
    z-index: 2;
    opacity: 0;
  }
}
.gallery__photo_desc--wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(35, 31, 32)), to(rgba(35, 31, 32, 0)));
  background: linear-gradient(0, rgb(35, 31, 32) 0%, rgba(35, 31, 32, 0) 100%);
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (max-width: 1023px) {
  .gallery__photo_desc--wrap:after {
    opacity: 0;
  }
}
.gallery__photo_desc--wrap.is-displayed:before {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  .gallery__photo_desc--wrap.is-displayed:before {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__photo_desc--wrap.is-displayed:after {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .gallery__photo_desc--wrap.is-displayed.is_active:before {
    z-index: 0;
    background: rgb(35, 31, 32);
  }
}
.gallery__photo_desc--wrap.is-displayed.is_active:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(35, 31, 32)), to(rgb(35, 31, 32)));
  background: linear-gradient(0, rgb(35, 31, 32) 0%, rgb(35, 31, 32) 100%);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .gallery__photo_desc--wrap.is-displayed.is_active:after {
    opacity: 0;
  }
}
.gallery__photo_desc .gallery__textwrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #fff;
  padding: 9px 50px 12px 14px;
}
@media screen and (min-width: 1024px) {
  .gallery__photo_desc .gallery__textwrap {
    padding: 9px 50px 12px 8px;
  }
}
.gallery__photo_desc--mobile, .gallery__photo_desc--full {
  display: block;
  position: absolute;
  bottom: -52px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0;
  height: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .gallery__photo_desc--mobile, .gallery__photo_desc--full {
    display: none;
  }
}
.gallery__photo_desc--mobile label, .gallery__photo_desc--full label {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.gallery__photo_desc--mobile label .icon, .gallery__photo_desc--full label .icon {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
}
.gallery__photo_desc--mobile label .icon:last-child, .gallery__photo_desc--full label .icon:last-child {
  display: none;
}
.gallery__photo_desc--full {
  display: block;
  bottom: 0;
  height: 65px;
}
.gallery__photo_desc--full span {
  background-color: transparent;
  color: white;
}
@media screen and (max-width: 1023px) {
  .gallery__photo_desc--full {
    display: none;
  }
}
.gallery__photo_desc--mobile, .gallery__photo_desc--full {
  display: block;
  bottom: -52px;
}
@media screen and (min-width: 1024px) {
  .gallery__photo_desc--mobile, .gallery__photo_desc--full {
    display: none;
  }
}
.gallery__photo_desc--desktop {
  display: none;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .gallery__photo_desc--desktop {
    display: block;
  }
}
.gallery__icon-plus {
  display: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
}
.is-displayed .gallery__icon-plus {
  display: block;
}
.gallery__icon-plus .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.gallery__icon-plus .icon-circle-plus {
  opacity: 1;
}
.is_active .gallery__icon-plus .icon-circle-plus {
  opacity: 0;
}
.gallery__icon-plus .icon-circle-minus {
  opacity: 0;
}
.is_active .gallery__icon-plus .icon-circle-minus {
  opacity: 1;
}
.gallery__photo_author {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .gallery__photo_author {
    position: relative;
    bottom: auto;
    width: auto;
    margin: 0 30px 0 0;
  }
}
.gallery__slider {
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 64px);
  padding: 0;
}
.gallery__slider.rsVideoPlaying {
  z-index: 11;
}
.gallery__slider_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .gallery__slider_item {
    height: 100%;
    background-color: #e0e0e0;
  }
}
.gallery__slider_item .rsVideoContainer {
  margin: 0 !important;
}
.rsVideoPlaying .gallery__slider_item .rsVideoContainer {
  z-index: 2;
}
.gallery__slider_item small {
  font-size: 100%;
}
.gallery__slider_item img {
  display: block;
  margin: 0 !important;
}
@media screen and (min-width: 1024px) {
  .gallery__slider_item img {
    margin: 0 auto !important;
  }
}
.gallery__image_wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gallery__image_wrap {
    display: inline-block;
  }
}
.gallery__image_wrap:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: -webkit-gradient(linear, left bottom, left top, from(#363636), color-stop(12%, rgba(54, 54, 54, 0)));
  background: linear-gradient(0, #363636 0%, rgba(54, 54, 54, 0) 12%);
  mix-blend-mode: multiply;
  opacity: 0.8;
  height: 524px;
}
.gallery .rsOverflow {
  width: 100% !important;
  height: 100% !important;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .gallery .rsOverflow {
    overflow: hidden;
  }
}
.gallery .rsThumbsContainer {
  margin: 0 0 0 -4px;
}
.gallery .rsThumbs {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gallery .rsThumbs {
    display: block;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 0;
  }
}
@media screen and (min-width: 1310px) {
  .gallery .rsThumbs {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 0 560px 0 0;
    overflow: hidden;
  }
  .gallery .rsThumbs:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    background-color: #fff;
  }
  .gallery .rsThumbs:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 340px;
    background-color: #fff;
  }
}
.gallery__fakes {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gallery__fakes {
    display: block;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 72px;
    font-size: 0;
  }
}
.gallery__fake_thumb {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 0 0 8px;
  float: left;
}
.gallery__fake_thumb:first-child {
  margin: 0;
}
.gallery .rsNavItem {
  position: relative;
  width: 72px;
  height: 72px;
  padding: 0;
  margin: 0 0 0 8px !important;
}
.gallery .rsNavItem:hover:after {
  height: 4px;
}
.gallery .rsNavItem:first-child {
  margin: 0 !important;
}
.gallery .rsNavItem:after {
  content: " ";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 2;
  background-color: #df6fa3;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
.gallery .rsNavItem img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.gallery .rsNavItem.rsNavSelected:after {
  height: 8px;
}
.gallery .rsNavItem.rsNavSelected img {
  -webkit-filter: none;
          filter: none;
}
.gallery .rsNav .rsTmb {
  z-index: 1;
  display: block;
}
.gallery .rsBtnCenterer {
  width: 40px;
  height: 40px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .gallery .rsBtnCenterer {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1310px) {
  .gallery .rsBtnCenterer {
    width: 104px;
    height: 104px;
  }
}
.gallery .rsPlayBtn {
  font-family: "icomoon" !important;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #df6fa3;
  border: none;
  color: white;
}
.gallery .rsPlayBtn:before {
  content: "\e93e";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: white;
  position: relative;
  top: 1px;
  left: 1px;
}
@media screen and (min-width: 1024px) {
  .gallery .rsPlayBtn:before {
    top: 2px;
    left: 2px;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
@media screen and (min-width: 1310px) {
  .gallery .rsPlayBtn:before {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 104px;
    line-height: 10.4rem;
  }
}
.gallery .jw-controls {
  z-index: 51;
}
.gallery .jw-flag-small-player .jw-video {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.main_tile {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main_tile--weather_widget {
    margin-top: 10px;
  }
}
.main_tile__label {
  display: block;
  position: relative;
  padding: 0px 0 5px 0;
  margin: 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .main_tile__label {
    padding: 41px 0 37px;
  }
}
@media screen and (min-width: 1024px) {
  .main_tile__label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 41px 0 37px;
    margin: 0 0 29px 0;
  }
  .no_posts .main_tile__label, .authors_page .main_tile__label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1310px) {
  .main_tile__label {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main_tile__label:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 67px;
  height: 5px;
  margin: auto;
  background-color: #efefef;
}
.weather_widget .main_tile__label:before {
  display: none;
}
.main_tile__label span {
  color: #df6fa3;
}
.main_tile__label--user_page {
  padding: 31px 0 12px;
}
@media screen and (min-width: 1024px) {
  .main_tile__label--user_page {
    padding: 31px 0 2px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .column_sidebar .main_tile__label {
    padding: 0 0 24px 0;
  }
  .column_sidebar .main_tile__label:before {
    top: auto;
    bottom: 0;
  }
}
.topnews_widget .main_tile__label {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .topnews_widget .main_tile__label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 21px 0;
    margin: 0 0 17px 0;
  }
}
@media screen and (min-width: 1310px) {
  .topnews_widget .main_tile__label {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 24px 0;
    margin: 0 0 29px;
  }
}
.recommend_widget .main_tile__label, .fold_article__more_from_section .main_tile__label, .fold_section_more_news .main_tile__label, .fold_home_more_news .main_tile__label, .fold_search__results .main_tile__label {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .recommend_widget .main_tile__label, .fold_article__more_from_section .main_tile__label, .fold_section_more_news .main_tile__label, .fold_home_more_news .main_tile__label, .fold_search__results .main_tile__label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 41px 0 37px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1310px) {
  .recommend_widget .main_tile__label, .fold_article__more_from_section .main_tile__label, .fold_section_more_news .main_tile__label, .fold_home_more_news .main_tile__label, .fold_search__results .main_tile__label {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .fold_section_more_news .main_tile__label {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .fold_home_more_news .main_tile__label {
    padding-bottom: 11px;
  }
}
.main_tile__content {
  margin: 11px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .main_tile__content {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .main_tile__content {
    margin: 36px 0 0 0;
  }
  .main_tile--weather_widget .main_tile__content {
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .authors_page .main_tile__content {
    margin-top: 0;
  }
}
@media screen and (min-width: 1310px) {
  .authors_page .main_tile__content {
    margin: 6px 0 0 0;
  }
}
.topnews_widget .main_tile__content {
  margin: 7px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .topnews_widget .main_tile__content {
    margin: 13px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .topnews_widget .main_tile__content {
    margin: 23px 0 0 0;
  }
}

.header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 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);
  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 {
    height: 64px;
    left: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1310px) {
  .header_wrapper {
    height: 80px;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header_wrapper .gr-12 {
    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-color: #df6fa3;
}
@media screen and (min-width: 1024px) {
  .has_subnav .header_wrapper__subback {
    top: 64px;
    display: block;
  }
}
@media screen and (min-width: 1310px) {
  .header_wrapper__subback {
    top: 80px;
  }
  .has_subnav .header_wrapper__subback {
    top: 80px;
  }
}
.forum .header_wrapper__subback {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header_wrapper__search {
    margin: 0 -5px;
    background: #efefef;
  }
}
@media screen and (min-width: 1310px) {
  .header_wrapper__search {
    margin: 0;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: relative;
  padding: 0;
  z-index: 199;
  background-color: white;
  height: 56px;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0 14px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 64px;
  }
}
@media screen and (min-width: 1310px) {
  .header {
    height: 80px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .header {
    padding: 0 5px;
  }
}
.header__logo {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  opacity: 1;
  transition: opacity 0.3s linear 0.3s, left 0.25s ease-out, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
  line-height: 64px;
  line-height: 6.4rem;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    left: 0;
    top: 0px;
  }
}
@media screen and (min-width: 1310px) {
  .header__logo {
    top: 0;
    z-index: 20;
  }
}
@media screen and (max-width: 1023px) {
  body.has_navigation .header__logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  body.has_subnavigation .header__logo {
    opacity: 0;
    z-index: -1;
    -webkit-transition: none;
    transition: none;
  }
}
.header__logo_heading {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media screen and (min-width: 540px) {
  .header__logo_heading {
    margin: 0;
  }
}
.header__logo_img {
  width: auto;
  margin: 0;
  padding: 0;
  width: auto;
  height: 56px;
}
.header__logo_img--big {
  display: block;
  width: auto;
  height: 56px;
}
@media screen and (min-width: 1024px) {
  .header__logo_img--big {
    height: 40px;
    margin-top: 12px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1310px) {
  .header__logo_img--big {
    display: block;
    height: 80px;
    margin-top: 0;
  }
}
.header__utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 136px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header__utils {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header__menu_utils {
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 20;
}
.header__menu_utils a {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .header__menu_utils {
    margin-left: 4px;
  }
}
.header__icon {
  width: 20px;
  height: 20px;
  color: #231f20;
  z-index: 200;
}
.has_subnavigation .header__icon {
  color: #fff;
}
.header__icon > .icon {
  font-size: 20px;
  font-size: 2rem;
}
.header__icon--back {
  left: 20px;
  top: 15px;
  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 {
  line-height: 40px;
  line-height: 4rem;
  -webkit-transition: opacity 0.12s ease-in-out;
  transition: opacity 0.12s ease-in-out;
}
.header__icon--menu .icon--menu {
  display: block;
}
.header__icon--menu .icon--close {
  display: none;
}
.has_navigation .header__icon--menu .icon--menu {
  display: none;
}
.has_navigation .header__icon--menu .icon--close {
  display: block;
}
.header__icon--user > img {
  width: 80px;
}
.header__icon--social {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #b8b8b8;
}
body.has_subnavigation .header__icon--social {
  color: #fff;
}
.header__icon--social:last-of-type {
  margin: 0 4px 0 0;
}
.header__social_menu {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 200;
  width: 100%;
  text-align: center;
  color: #231f20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header__social_menu:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 82px;
  z-index: -2;
  background-color: #df6fa3;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}
.has_navigation .header__social_menu {
  bottom: 0;
  padding: 0 0 9px 0;
}
@media screen and (min-width: 1024px) {
  .has_navigation .header__social_menu {
    display: none;
  }
}
.has_subnavigation .header__social_menu:before {
  left: 0;
}
.header__social_menu > span {
  display: block;
  margin-bottom: 3px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  color: #b8b8b8;
}
body.has_subnavigation .header__social_menu > span {
  color: #fff;
}
@media screen and (min-width: 1310px) {
  .header__social_menu {
    display: none;
  }
}
.header__social_icon_wrap {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.header__search {
  left: auto;
  z-index: 50;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1024px) {
  .header__search {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1310px) {
  .header__search {
    top: 12px;
    right: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .header__search {
    margin-right: 4px;
  }
}
.header__search:hover .icon {
  color: #575757;
}
@media screen and (max-width: 1023px) {
  .has_navigation .header__search {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -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: #231f20;
  text-align: center;
}
.header__search .icon:before {
  line-height: 40px;
}
.header__user {
  z-index: 50;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.header__user:hover .icon {
  color: #575757;
}
.header__avatar {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  z-index: 50;
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}
@media screen and (min-width: 1024px) {
  .header__avatar {
    margin: 0px auto;
  }
}
@media screen and (max-width: 1023px) {
  .has_navigation .header__avatar {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}
.header__avatar .icon {
  display: block;
  color: #231f20;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
}
@media screen and (max-width: 1023px) {
  .header__avatar .icon {
    position: relative;
    top: 2px;
  }
}
body.has_notif .header__avatar .icon {
  color: #4d4a4b;
}
.header__avatar:hover .toggle__count {
  background-color: #ed8ab5;
}
body.has_notif .header__avatar .toggle__count {
  background-color: #ed8ab5;
}
.header__avatar_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  overflow: hidden;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
          box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
}
.header__avatar_img--authenticated {
  background: #fff;
}
.header__avatar_img--authenticated:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.header__avatar_img img {
  display: block;
  width: 100%;
  height: auto;
}

.toggle__count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  font: normal 600 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  background: #df6fa3;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 175ms ease-out 100ms;
  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;
  }
}

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

.leadblock {
  position: relative;
  z-index: 11;
  font-size: 0;
}
.leadblock__wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .leadblock__wrap {
    max-width: 540px;
  }
}
.leadblock__wrap:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 87px;
  background-color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( 					startColorstr="#00ffffff", 					endColorstr="#ffffff", 					GradientType=0 				); /* IE6-9 */
}
.leadblock__wrap.white .leadblock__title {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 2px rgba(144, 144, 144, 0.4));
          filter: drop-shadow(0 0 2px rgba(144, 144, 144, 0.4));
}
@media screen and (min-width: 1024px) {
  .leadblock__wrap {
    margin: 0px -5px;
    height: 500px;
  }
}
@media screen and (min-width: 1310px) {
  .leadblock__wrap {
    margin: 25px 0 0 0;
    height: 570px;
  }
}
.leadblock__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .leadblock__background {
    max-width: 540px;
    left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
.leadblock__text_wrap {
  padding: 0 30px;
  margin: 21px 0 5px 0;
  float: left;
}
@media screen and (min-width: 1024px) {
  .leadblock__text_wrap {
    padding: 0 30px 0 15px;
    margin: 16px 15px 92px 0;
    border-left: 1px solid #fff;
  }
}
.leadblock__data_wrap {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .leadblock__data_wrap {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1310px) {
  .leadblock__data_wrap {
    padding: 0 15px;
  }
}
.leadblock__data {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 40% 0 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .leadblock__data {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 67px 0 0 0;
    height: 247px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
  }
  .leadblock__sponsor_wrap + .leadblock__data {
    height: auto;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1310px) {
  .leadblock__data {
    margin-top: 100px;
    width: 55%;
    height: 340px;
    margin: 80px 0 0 0;
  }
  .leadblock__sponsor_wrap + .leadblock__data {
    height: auto;
    margin-top: 43px;
  }
}
.leadblock__overtitle {
  display: inline-block;
  float: left;
  clear: both;
  margin: 0;
  padding: 0 14px;
  font: normal 400 100% "Playfair Display", serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .leadblock__overtitle {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1310px) {
  .leadblock__overtitle {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .leadblock__title_wrap {
    position: relative;
    height: 100%;
  }
  .leadblock__sponsor_wrap + .leadblock__data .leadblock__title_wrap {
    position: static;
    height: auto;
  }
}
.leadblock__title {
  clear: both;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0 14px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 150;
  overflow: hidden;
  color: #231f20;
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .leadblock__title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .leadblock__title {
    text-align: center;
    margin: 25px 0 35px 0;
  }
}
@media screen and (min-width: 1024px) {
  .leadblock__title {
    padding: 0;
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 62px;
    line-height: 6.2rem;
    text-align: left;
    max-height: 186px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .leadblock__title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .leadblock__sponsor_wrap + .leadblock__data .leadblock__title {
    position: static;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1310px) {
  .leadblock__title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 72px;
    line-height: 7.2rem;
    letter-spacing: -0.01em;
    max-height: 216px;
  }
}
.leadblock__title span {
  display: inline;
  padding: 0 14px;
  color: #231f20;
  background-color: white;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 1024px) {
  .leadblock__title span {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1310px) {
  .leadblock__title span {
    padding: 0 20px;
  }
}
.leadblock__sponsor_wrap {
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1023px) {
  .leadblock__sponsor_wrap {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .leadblock__sponsor_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 73px;
  }
}
@media screen and (min-width: 1310px) {
  .leadblock__sponsor_wrap {
    margin: 120px 0 0 0;
  }
}
.leadblock__sponsor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background-color: white;
  width: 247px;
  height: 83px;
  padding: 5px 10px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .leadblock__sponsor {
    float: left;
  }
}
.leadblock__sponsor_label {
  margin: 6px 0 0 9px;
  float: left;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 75px;
  line-height: 7.5rem;
  letter-spacing: 0.1em;
  color: #8f8f8f;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .leadblock__sponsor_label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1310px) {
  .leadblock__sponsor_label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.leadblock__sponsor_figure {
  display: table;
  height: 63px;
  float: right;
}
.leadblock__sponsor_figure img {
  display: block;
}
.leadblock__sponsor_link {
  display: table-cell;
  vertical-align: middle;
}

.container__flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .container__flex {
    position: relative;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -moz-align-items: left;
    align-items: left;
  }
}

.weather_page {
  /*trenutno vrijeme*/
  /*ikone za vjetar i animacija*/
  /*tablica tjedna prognoza*/
  /* bioprognoza*/
}
.weather_page .main_tile {
  margin-bottom: 12px;
}
.weather_page .weather_content {
  padding-top: 34px;
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_content {
    padding-top: 34px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_content {
    padding-top: 71px;
  }
}
.weather_page .weather_text,
.weather_page .weather_bio,
.weather_page .weather_week,
.weather_page .weather_today {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_text,
  .weather_page .weather_bio,
  .weather_page .weather_week,
  .weather_page .weather_today {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_today,
  .weather_page .weather_bio {
    padding-right: 15px;
  }
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .weather_page .weather_week,
  .weather_page .weather_bio,
  .weather_page .weather_text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.weather_page .weather_widget__select_wrap {
  width: 240px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
  .weather_page .weather_widget__select_wrap {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_widget__select_wrap {
    margin-bottom: 0;
  }
}
.weather_page .weather_widget__select_wrap select {
  width: 100%;
  padding: 0 55px 0 18px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  background-color: transparent;
  font: normal 300 100% "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #231f20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.weather_page .weather_widget__select_wrap option {
  padding: 5px 10px;
  font: normal 300 100% "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #231f20;
}
.weather_page .weather_widget__label {
  color: #231f20;
  width: 40px;
  height: 40px;
  right: 10px;
  z-index: -1;
}
.weather_page .weather_widget__label .icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  color: #231f20;
}
.weather_page .weather_widget__select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 220px;
  height: 40px;
  color: #231f20;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  /*  padding: 0px 40px 0px 6px; */
  border: 1px solid #b8b8b8;
  /* 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;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1309px) {
  .weather_page .weather_widget__icon_figure {
    position: absolute;
  }
}
.weather_page .weather_widget__icon_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_widget__icon_wrap {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_widget__icon_wrap {
    float: left;
    position: relative;
    margin-top: 46px;
    padding-right: 0;
    width: 260px;
    height: 260px;
  }
}
.weather_page .weather_widget__icon_wrap svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 200px;
  height: 200px;
}
.weather_page .weather_widget__icon_wrap svg path {
  fill: #df6fa3;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_widget__icon_wrap svg {
    width: 100%;
    height: 100%;
  }
}
.weather_page .weather_today {
  font: normal 700 100% "Playfair Display", serif;
  color: #231f20;
  position: relative;
  padding-top: 13px;
}
.weather_page .weather_today__data {
  float: left;
}
@media screen and (max-width: 1310px) {
  .weather_page .weather_today__data {
    width: 43%;
    padding: 0;
    float: right;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__data {
    padding: 58px 0 0 0;
  }
}
.weather_page .weather_today__now {
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem;
  margin-bottom: 11px;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__now {
    margin-bottom: 13px;
    font-size: 76px;
    font-size: 7.6rem;
    line-height: 80px;
    line-height: 8rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__now small {
    margin-bottom: -5px;
  }
}
.weather_page .weather_today__later {
  font-size: 30px;
  font-size: 3rem;
  line-height: 44px;
  line-height: 4.4rem;
  margin-bottom: 6px;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__later {
    margin-bottom: 10px;
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 56px;
    line-height: 5.6rem;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__later small {
    margin-bottom: -4px;
  }
}
.weather_page .weather_today__wind {
  margin-left: 6px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #231f20;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__wind {
    margin: 0;
  }
}
.weather_page .weather_today__wind .icon {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__wind small {
    margin-bottom: -10px;
  }
}
.weather_page .weather_today__wind_dir {
  position: relative;
  top: -10px;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__wind_dir {
    top: 0;
  }
}
.weather_page .weather_today__wind_desc {
  position: relative;
  top: -10px;
  text-transform: lowercase;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__wind_desc {
    top: 0;
  }
}
.weather_page .weather_today img.weather_today__icon {
  display: none;
}
.weather_page .weather_today small {
  display: block;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #231f20;
  text-transform: uppercase;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@-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;
  top: -10px;
  width: 25px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_today__wind_dir_ico {
    top: 0;
  }
}
.weather_page .weather_today__wind_dir_ico .icon {
  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: 50px 0 0 0;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_week {
    margin: 13px 0 0 0;
    padding: 0 3px 0 13px;
  }
}
.weather_page .weather_week__list {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_week__list {
    margin: 0;
  }
}
.weather_page .weather_week__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 10px;
  height: 50px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0em;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_week__item {
    padding: 0 20px 0 30px;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_week__item {
    height: 48px;
    line-height: 48px;
    line-height: 4.8rem;
  }
}
.weather_page .weather_week__item:nth-of-tpye(odd) {
  background-color: white;
}
.weather_page .weather_week__item:nth-of-type(even) {
  background-color: rgba(239, 239, 239, 0.5);
  border-radius: 8px;
}
.weather_page .weather_week__day {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  color: #231f20;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_week__day {
    line-height: 48px;
    line-height: 4.8rem;
  }
}
.weather_page .weather_week__symbol {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_week__symbol {
    -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
}
.weather_page .weather_week__temperature {
  display: inline-block;
}
.weather_page .weather_week__min, .weather_page .weather_week__max {
  display: inline-block;
  width: 30px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_week__min, .weather_page .weather_week__max {
    width: 60px;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_week__min, .weather_page .weather_week__max {
    width: 63px;
    line-height: 48px;
    line-height: 4.8rem;
    text-align: right;
  }
}
.weather_page .weather_week__min small, .weather_page .weather_week__max small {
  display: block;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 25px;
  line-height: 2.5rem;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_week__min small, .weather_page .weather_week__max small {
    display: inline-block;
    margin: 0 7px 0 0;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}
.weather_page .weather_week__min {
  color: #b8b8b8;
}
.weather_page .weather_week__max {
  margin: 0 0 0 40px;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_week__max {
    margin: 0 0 0 78px;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_week__max {
    margin: 0 0 0 35px;
  }
}
.weather_page .weather_bio,
.weather_page .weather_text {
  margin-top: 44px;
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_bio,
  .weather_page .weather_text {
    margin-top: 50px;
  }
}
.weather_page .weather_bio__desc,
.weather_page .weather_text__desc {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  padding-top: 20px;
  color: #231f20;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_bio__desc,
  .weather_page .weather_text__desc {
    padding: 14px 30px 0 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.01em;
  }
}
.weather_page .weather_bio__powerby,
.weather_page .weather_text__powerby {
  margin: 4px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_bio__powerby,
  .weather_page .weather_text__powerby {
    padding-left: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_bio__powerby,
  .weather_page .weather_text__powerby {
    text-align: left;
    margin: 8px 0 30px 0;
  }
}
.weather_page .weather_bio__powerby small,
.weather_page .weather_text__powerby small {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-top: 40px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #b8b8b8;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_bio__powerby small,
  .weather_page .weather_text__powerby small {
    float: none;
    -webkit-transform: translatex(-50px);
        -ms-transform: translatex(-50px);
            transform: translatex(-50px);
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_bio__powerby small,
  .weather_page .weather_text__powerby small {
    margin-right: 23px;
    float: left;
    -webkit-transform: translatex(0px);
        -ms-transform: translatex(0px);
            transform: translatex(0px);
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .weather_page .weather_bio__powerby img,
  .weather_page .weather_text__powerby img {
    -webkit-transform: translatex(-50px);
        -ms-transform: translatex(-50px);
            transform: translatex(-50px);
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_bio__powerby img,
  .weather_page .weather_text__powerby img {
    -webkit-transform: translatex(0px);
        -ms-transform: translatex(0px);
            transform: translatex(0px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .weather_page .weather_bio__powerby img,
  .weather_page .weather_text__powerby img {
    -webkit-transform: translate(-50px, 6px);
        -ms-transform: translate(-50px, 6px);
            transform: translate(-50px, 6px);
  }
}
.weather_page .weather_bio .main_tile__label,
.weather_page .weather_text .main_tile__label,
.weather_page .weather_week .main_tile__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 20px;
  vertical-align: middle;
  background-color: #efefef;
  color: #231f20;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 8px;
}
.weather_page .weather_bio .main_tile__label:before,
.weather_page .weather_text .main_tile__label:before,
.weather_page .weather_week .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,
  .weather_page .weather_week .main_tile__label {
    padding: 15px 0;
    margin-bottom: 15px;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_bio .main_tile__label,
  .weather_page .weather_text .main_tile__label,
  .weather_page .weather_week .main_tile__label {
    background-color: #efefef;
    color: #231f20;
  }
}
.weather_page .weather_bio {
  position: relative;
  margin: 53px 0 0 0;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_bio {
    margin: 50px 0 0 0;
  }
}
.weather_page .weather_bio__ico {
  position: relative;
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 18px;
  font-size: 80px;
  font-size: 8rem;
  line-height: 80px;
  line-height: 8rem;
}
@media screen and (max-width: 1309px) {
  .weather_page .weather_bio__ico {
    margin: 29px 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: #231f20;
}
@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_text {
  margin-top: 51px;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_text {
    padding: 0 0 0 13px;
    margin: 50px 0 0 0;
  }
}
.weather_page .weather_text .main_tile {
  margin-bottom: 0;
}
.weather_page .weather_text .main_tile__label {
  padding: 12px 20px;
}
@media screen and (min-width: 1310px) {
  .weather_page .weather_text .main_tile__label {
    padding: 15px 0;
  }
}

.thread__list_wrap {
  position: relative;
}
.thread__list {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 16px -14px 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .thread__list {
    margin: 0 0 0;
    border: none;
  }
}
@media screen and (min-width: 1310px) {
  .thread__list {
    margin: 12px 0 0 0;
  }
}
.article .thread__list {
  margin: 11px 0 0;
  border: none;
}
@media screen and (min-width: 1024px) {
  .article .thread__list {
    margin: 0;
  }
}
.thread__item {
  position: relative;
  padding: 20px 14px 28px;
  list-style-type: none;
}
@media screen and (min-width: 540px) {
  .thread__item {
    padding: 20px 0 28px;
  }
}
@media screen and (min-width: 1024px) {
  .thread__item {
    padding: 21px 14px 33px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1310px) {
  .thread__item {
    padding: 22px 14px 34px;
  }
}
.thread__item:nth-child(odd) {
  background-color: #fff;
}
.thread__item:nth-child(even) {
  background-color: #e0e0e0;
}
.thread__item--commenting {
  margin: 38px -14px;
  padding: 0 14px;
  background-color: #fff !important;
}
@media screen and (min-width: 1024px) {
  .thread__item--commenting {
    margin: 48px -14px;
  }
}
@media screen and (min-width: 1310px) {
  .thread__item--commenting {
    margin: 68px -14px;
  }
}
.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;
  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__form {
  padding: 10px 14px 30px;
  border-radius: 10px;
  background: #fff;
}
.thread__form.no_posts {
  margin-top: -15px;
}
@media screen and (max-width: 1023px) {
  .thread__form.no_posts {
    padding: 0 14px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .thread__form.no_posts {
    margin-top: -22px;
  }
}
.thread__form.is_authenticated {
  padding: 28px 25px;
}
.thread__form.is_authenticated .thread__message--title {
  margin: 6px 0 5px;
}
.article .thread__form.is_authenticated {
  padding: 28px 14px;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .article .thread__form.is_authenticated {
    padding: 28px 25px 0 25px;
    padding-top: 0;
  }
}
.article .thread__form.is_authenticated .btn {
  margin-top: 14px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article .thread__form.is_authenticated .btn {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .thread__form.is_authenticated .btn {
    float: right;
  }
  .article .thread__form.is_authenticated .btn {
    float: none;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1310px) {
  .article .thread__form.is_authenticated .btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .article .thread__form {
    text-align: center;
  }
}
.article .thread__form.no_posts {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .article .thread__form.no_posts {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .article .thread__form a {
    margin: 10px 0 8px;
  }
}
.article .thread__form.is_authenticated.no_posts {
  text-align: center;
}
.article .thread__form.is_authenticated.no_posts .btn {
  margin: 18px 0 2px 0;
}
@media screen and (min-width: 1024px) {
  .article .thread__form.is_authenticated.no_posts .btn {
    margin: 0;
  }
}

.thread--thread_teaser {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1310px) {
  .thread--thread_teaser {
    padding: 0 50px;
  }
}
.thread--thread_teaser .main_tile__label {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser .main_tile__label {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
  }
}
.no_posts .thread--thread_teaser .main_tile__label {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .no_posts .thread--thread_teaser .main_tile__label {
    display: block;
    text-align: center;
  }
}
.thread--thread_teaser .main_tile__label span {
  color: #df6fa3;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser .main_tile__label:before {
    left: 0;
    right: auto;
  }
}
.thread--thread_teaser.no_posts .main_tile__label {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser.no_posts .main_tile__label:before {
    right: auto;
    left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .thread--thread_teaser .main_tile--top {
    text-align: center;
  }
}
.no_posts .thread--thread_teaser .main_tile--top {
  text-align: center;
}
.thread--thread_teaser .main_tile--top .btn {
  position: relative;
}
.thread--thread_teaser .main_tile--top .btn__divider {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .thread--thread_teaser .main_tile--top .btn__divider {
    display: block;
    bottom: 14px;
  }
  .thread--thread_teaser .main_tile--top .btn__divider:before {
    content: "";
    display: block;
    width: auto;
    height: 5px;
    background-color: #efefef;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(calc(-50% + 0.5px));
        -ms-transform: translatey(calc(-50% + 0.5px));
            transform: translatey(calc(-50% + 0.5px));
    left: 14px;
    right: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .thread--thread_teaser .main_tile--top .btn__divider {
    bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser .main_tile--top .btn__divider {
    top: 32px;
    float: right;
  }
}
.thread--thread_teaser .main_tile__content {
  margin-top: 0;
}
.main_tile__content .thread--thread_teaser {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .main_tile__content .thread--thread_teaser {
    padding: 0;
  }
}
@media screen and (min-width: 1310px) {
  .main_tile__content .thread--thread_teaser {
    padding: 0;
  }
}
.thread--thread_teaser .is_authenticated .thread__separator {
  display: none;
  width: 100%;
  height: 1px;
  background-color: #b8b8b8;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser .is_authenticated .thread__separator {
    display: block;
    width: 80px;
    margin-bottom: 20px;
  }
}
.thread--thread_teaser .thread__list .commbox--self:before, .thread--thread_teaser .thread__list .commbox--self:after {
  display: none;
}
.article .thread--thread_teaser .thread__list {
  margin-top: 0;
  padding: 0 14px;
}
@media screen and (min-width: 1024px) {
  .article .thread--thread_teaser .thread__list {
    padding: 0;
    margin-top: -10px;
  }
}
.thread--thread_teaser .thread__item {
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 10px;
  background: #fff;
}
.article .thread--thread_teaser .thread__item {
  border-radius: 0;
  padding: 15px 0px 19px;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
@media screen and (min-width: 768px) {
  .article .thread--thread_teaser .thread__item {
    padding: 15px 0px 19px;
  }
}
@media screen and (min-width: 1024px) {
  .article .thread--thread_teaser .thread__item {
    padding: 10px 0 27px 0;
    margin-bottom: 10px;
  }
}
.article .thread--thread_teaser .thread__item:first-of-type {
  padding-top: 0;
}
.article .thread--thread_teaser .thread__item p.commbox__content {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  max-height: 125px;
}
@media screen and (max-width: 1023px) {
  .article .thread--thread_teaser .thread__item p.commbox__content {
    padding-top: 7px;
  }
}

.thread--thread_teaser.th_miss7mama {
  margin: 0 0 44px;
}
.article .thread--thread_teaser.th_miss7mama {
  margin: 36px 0 0px;
}
@media screen and (min-width: 768px) {
  .article .thread--thread_teaser.th_miss7mama {
    margin: 59px 0 12px;
  }
}
@media screen and (min-width: 1310px) {
  .article .thread--thread_teaser.th_miss7mama {
    margin: 59px 0 0 0;
  }
}
.article .thread--thread_teaser.th_miss7mama.no_posts {
  margin: 43px 0 0;
}
@media screen and (min-width: 1024px) {
  .article .thread--thread_teaser.th_miss7mama.no_posts {
    margin: 43px 0 12px 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .thread--thread_teaser.th_miss7mama.no_posts {
    margin: 43px 0 23px 0;
  }
}
.thread--thread_teaser.th_miss7mama .thread__message--title {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 6px 0 5px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser.th_miss7mama .thread__message--title {
    margin: 0px 0 3px;
  }
}
@media screen and (min-width: 1310px) {
  .thread--thread_teaser.th_miss7mama .thread__message--title {
    margin: 14px 0 2px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.thread--thread_teaser.th_miss7mama .thread__form.is_authenticated .thread__message--title {
  margin: 6px 0 5px;
}
.article .thread--thread_teaser.th_miss7mama .thread__form.is_authenticated .thread__message--title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .article .thread--thread_teaser.th_miss7mama .thread__form.is_authenticated .thread__message--title {
    margin: 0px 0 3px;
  }
}
@media screen and (min-width: 1310px) {
  .article .thread--thread_teaser.th_miss7mama .thread__form.is_authenticated .thread__message--title {
    margin: 24px 0 16px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.thread--thread_teaser.th_miss7mama .thread__form.is_authenticated.no_posts .thread__message--title {
  margin: 6px 0 5px;
}
@media screen and (min-width: 1310px) {
  .article .thread--thread_teaser.th_miss7mama .thread__form.is_authenticated.no_posts .thread__message--title {
    margin: 15px 0 16px;
  }
}
.thread--thread_teaser.th_miss7mama .thread__message {
  display: block;
  margin: 9px 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser.th_miss7mama .thread__message {
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.article .thread--thread_teaser.th_miss7mama .thread__message {
  text-align: center;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 11px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .article .thread--thread_teaser.th_miss7mama .thread__message {
    margin: 15px 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .thread--thread_teaser.th_miss7mama .thread__message {
    margin: 19px 0 14px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser.th_miss7mama .no_posts .thread__unlogged {
    margin: 24px 0 10px;
  }
}
.thread--thread_teaser.th_miss7mama .thread__unlogged {
  margin: 16px 0px 0;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser.th_miss7mama .thread__unlogged {
    margin: 24px 0 10px 87px;
  }
}
.article .thread--thread_teaser.th_miss7mama .thread__unlogged {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .article .thread--thread_teaser.th_miss7mama .thread__unlogged {
    margin: 21px 0px 10px;
  }
}
.article .thread--thread_teaser.th_miss7mama .thread__unlogged.no_posts {
  margin: 21px 0 0;
}
@media screen and (min-width: 1024px) {
  .article .thread--thread_teaser.th_miss7mama .thread__unlogged.no_posts {
    padding: 0;
    margin: 20px 0px 0;
  }
}
.thread--thread_teaser.th_miss7mama .thread__unlogged .btn--pink {
  margin: 0 8px 0 0;
}
@media screen and (min-width: 360px) {
  .thread--thread_teaser.th_miss7mama .thread__unlogged .btn--pink {
    margin: 0;
  }
}
@media screen and (max-width: 374px) {
  .article .thread--thread_teaser.th_miss7mama .thread__unlogged .btn--pink {
    width: 100%;
  }
}
.thread--thread_teaser.th_miss7mama .thread__unlogged .btn--fb_color {
  display: inline-block;
  padding-left: 54px;
  padding-right: 30px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser.th_miss7mama .thread__unlogged .btn--fb_color {
    height: 40px;
    padding-left: 58px;
  }
}
@media screen and (max-width: 374px) {
  .article .thread--thread_teaser.th_miss7mama .thread__unlogged .btn--fb_color {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.thread--thread_teaser.th_miss7mama .thread__unlogged .btn--fb_color.btn--icon_left .icon {
  width: 40px;
}
@media screen and (min-width: 1024px) {
  .thread--thread_teaser.th_miss7mama .thread__unlogged .btn--fb_color.btn--icon_left .icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .thread--thread_teaser.th_miss7mama .thread__unlogged .btn--fb_color span {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .thread--thread_teaser.th_miss7mama .thread__unlogged.btn--wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.thread--th_miss7mama .article__header {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #231f20;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 70px;
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__header {
    margin-top: 12px;
  }
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread--th_miss7mama .article__header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.thread--th_miss7mama .article__header_breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__header_breadcrumbs {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.thread--th_miss7mama .article__header_breadcrumbs i {
  vertical-align: top;
  margin-right: 12px;
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .article__header_breadcrumbs {
    display: none;
  }
}
.thread--th_miss7mama .article__header_breadcrumb {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.thread--th_miss7mama .article__header_breadcrumb:not(:last-of-type):after {
  margin-right: 7px;
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__header_breadcrumb:not(:last-of-type):after {
    margin-right: 5px;
  }
}
.thread--th_miss7mama .article__header_breadcrumb:hover {
  color: #231f20;
}
.thread--th_miss7mama .article__header_views {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .article__header_views {
    float: left;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0em;
  }
}
.thread--th_miss7mama .article__header_views i {
  position: relative;
  margin-right: 7px;
  top: -2px;
}
.thread--th_miss7mama .article__header_date {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.thread--th_miss7mama .article__date {
  color: #231f20;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.thread--th_miss7mama .article__title {
  margin: 0;
  font: normal 700 100% "Playfair Display", serif;
  color: #231f20;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 10px 0 17px 0;
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread--th_miss7mama .article__title {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .article__title {
    padding: 21px 0 20px 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__title {
    padding: 26px 0 22px 0;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
.thread--th_miss7mama .article__author {
  display: inline-block;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #231f20;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread--th_miss7mama .article__author {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.thread--th_miss7mama .article__author--link {
  margin-left: 5px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  text-transform: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .article__author--link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.thread--th_miss7mama .article__author--link:hover {
  color: #231f20;
}
.thread--th_miss7mama .article__author:after {
  margin: 0px 12px 0 15px;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .article__author:after {
    display: none;
  }
}
.thread--th_miss7mama .article__header_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 13px 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .article__header_back {
    left: 14px;
    right: 14px;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__header_back {
    padding: 0;
    background-color: transparent;
    top: auto;
    left: -64px;
    right: auto;
    bottom: -185px;
  }
}
.thread--th_miss7mama .article__header_back a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__header_back:hover .icon_wrap {
    background-color: transparent;
    border: 1px solid #e94141;
  }
}
.thread--th_miss7mama .article__header_back:hover i {
  color: #e94141;
}
@media screen and (max-width: 1309px) {
  .thread--th_miss7mama .article__header_back:hover .hidden_desktop {
    color: #e94141;
  }
}
.thread--th_miss7mama .article__header_back .icon_wrap {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1309px) {
  .thread--th_miss7mama .article__header_back .icon_wrap {
    top: 3px;
    margin-right: 18px;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__header_back .icon_wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    background-color: #e94141;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__header_back .icon_wrap i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.thread--th_miss7mama .article__header_back .hidden_mobile {
  display: none;
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__header_back .hidden_mobile {
    padding-top: 6px;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.06em;
    color: #231f20;
    text-transform: uppercase;
  }
}
.thread--th_miss7mama .article__header_back .hidden_desktop {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .article__header_back .hidden_desktop {
    display: none;
  }
}
.thread--th_miss7mama .comments__upper {
  padding-top: 22px;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__upper {
    padding-top: 1px;
  }
}
.thread--th_miss7mama .comments__upper .main_label {
  float: none;
  padding-bottom: 14px;
  font: normal 300 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  color: #231f20;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__upper .main_label {
    float: left;
    padding-bottom: 0;
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.thread--th_miss7mama .comments__upper .main_label span {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  color: #e94141;
}
.thread--th_miss7mama .comments__upper .comments__show_answers {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  position: absolute;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .pagination__wrap--upper {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .pagination__wrap--upper .pagination {
    margin-bottom: 22px;
  }
}
.thread--th_miss7mama .pagination__wrap .pagination {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .pagination__wrap .pagination {
    margin: 0;
  }
}
.thread--th_miss7mama .pagination__separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b8b8b8;
  margin-top: 20px;
  margin-bottom: 0px;
}
.pagination--lower .thread--th_miss7mama .pagination__separator {
  margin-bottom: 20px;
}
.thread--th_miss7mama .pagination--lower .pagination__separator {
  margin-bottom: 60px;
}
.thread--th_miss7mama .thread__list--thread > .thread__item--last {
  border: none;
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .thread__list--thread .thread__sublist {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .thread__list--thread .thread__sublist .thread__item {
    margin-left: -14px;
    margin-right: -14px;
  }
}
.thread--th_miss7mama .thread__list--thread .thread__sublist .thread__item:last-of-type {
  border-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .thread__list--thread .comments__item {
    margin-top: 40px;
  }
}
.thread--th_miss7mama .thread__item--self .commbox__reply,
.thread--th_miss7mama .thread__item--self .commbox__replies {
  background-color: white;
}
.thread--th_miss7mama .thread__sublist {
  padding-top: 1px;
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .thread__sublist {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .thread__sublist .commbox__wrap {
    padding-left: 100px;
  }
}
.thread--th_miss7mama .thread__sublist .thread__item {
  border-bottom: 1px solid #8f8f8f;
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .thread__sublist .commbox__rating {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .thread__sublist .commbox__rating .voting_span {
    position: relative;
    top: 5px;
    float: right;
  }
}
.thread--th_miss7mama .commbox__wrap {
  padding: 0;
}
@media screen and (min-width: xlg) {
  .thread--th_miss7mama .commbox__avatar {
    margin-right: 30px;
  }
}
.thread--th_miss7mama .commbox__content {
  padding-top: 2px;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .commbox__content {
    padding-top: 4px;
  }
}
.thread--th_miss7mama .commbox__interaction {
  margin: 24px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .commbox__interaction {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__content {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .comments__content {
    margin-bottom: 70px;
  }
}
.thread--th_miss7mama .comments__item--unlogged {
  padding: 0 16px;
  margin: 30px 0 30px;
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread--th_miss7mama .comments__item--unlogged {
    padding: 34px 30px 40px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__item--unlogged {
    position: relative;
    z-index: 1;
    padding: 64px 60px 60px 60px;
    margin: 70px 0 0 0;
    background-color: #e0e0e0;
  }
  .thread--th_miss7mama .comments__item--unlogged:before {
    content: " ";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: -1;
    background-color: #fff;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .comments__item--unlogged {
    padding: 64px 223px 60px 199px;
  }
}
.thread--th_miss7mama .comments__item--unlogged .thread__message--title {
  font: normal 700 100% "Playfair Display", serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 29px;
  line-height: 2.9rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__item--unlogged .thread__message--title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.thread--th_miss7mama .comments__item--unlogged .thread__message--unlogged {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__item--unlogged .thread__message--unlogged {
    margin: 13px 0 14px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .comments__item--unlogged .thread__message--unlogged {
    margin: 13px 0 0 0;
  }
}
.thread--th_miss7mama .comments__item--unlogged .thread__unlogged {
  margin: 9px 0 0 0;
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .comments__item--unlogged .thread__unlogged {
    margin: 24px 0 0 0;
  }
}
.thread--th_miss7mama .comments__item--unlogged .btn--login {
  padding: 0 11px;
  margin-right: 8px;
}
@media screen and (min-width: 360px) {
  .thread--th_miss7mama .comments__item--unlogged .btn--login {
    padding: 0 13px;
    margin-right: 17px;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .comments__item--unlogged .btn--login {
    height: 40px;
    padding: 0 29px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 37px;
    line-height: 3.7rem;
  }
}
.thread--th_miss7mama .comments__item--unlogged .btn--fb_login {
  display: inline-block;
  padding: 0 12px 0 50px;
}
@media screen and (min-width: 360px) {
  .thread--th_miss7mama .comments__item--unlogged .btn--fb_login {
    padding: 0 15px 0 53px;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .comments__item--unlogged .btn--fb_login {
    height: 40px;
    padding: 0 32px 0 61px;
    line-height: 36px;
    line-height: 3.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.thread--th_miss7mama .comments__item--unlogged .btn--fb_login .icon {
  width: 40px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .comments__item--unlogged .btn--fb_login:after {
    left: 41px;
  }
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .comments__item--unlogged .btn--fb_login:before {
    left: 29px;
  }
}
@media screen and (max-width: 1023px) {
  .thread--th_miss7mama .comments__item--unlogged .btn--fb_login span {
    display: none;
  }
}

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

.thread_teaser__button_separator {
  position: relative;
  display: block;
  margin: 19px 0 18px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 379px) {
  .thread_teaser__button_separator {
    display: inline-block;
    padding: 0 15px;
    margin: 0 8px;
    line-height: 40px;
    line-height: 4rem;
  }
}
.thread_teaser__button_separator:after, .thread_teaser__button_separator:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 44%;
  margin: auto;
  background-color: #e0e0e0;
}
@media screen and (min-width: 379px) {
  .thread_teaser__button_separator:after, .thread_teaser__button_separator:before {
    width: 8px;
    top: 0;
  }
}
.thread_teaser__button_separator:after {
  left: 0;
}
.thread_teaser__button_separator:before {
  right: 0;
}

/* Refactoring komentara */
.comments__item_commenting_title {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #231f20;
}

.commbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.commbox__avatar {
  float: left;
  margin-right: 10px;
}
.article .commbox__avatar {
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .commbox__avatar_img_wrap {
    width: 100px;
    height: 100px;
    margin: auto;
  }
}
.commbox__avatar_img {
  display: block;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .commbox__avatar_img {
    width: 100px;
    height: 100px;
  }
}
.article .commbox__avatar_img {
  width: 50px;
  height: 50px;
}
.commbox__avatar_img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.commbox__user {
  font: normal 700 100% "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #231f20;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .commbox__user {
    display: block;
  }
}
.commbox__user:hover {
  color: #4d4a4b;
}
@media screen and (max-width: 1023px) {
  .article .commbox__user {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.commbox__content {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .commbox__content {
    overflow: hidden;
  }
}
.article .commbox__content {
  margin: 3px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .commbox__content--hidden {
    display: none;
  }
}
.commbox__top {
  padding-top: 4px;
}
.commbox__more {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .commbox__more {
    display: none;
  }
}
.commbox__interaction {
  font-size: 0;
  position: relative;
}
.commbox__replies, .commbox__quote, .commbox__flag {
  display: inline-block;
  margin-right: 10px;
}
.commbox__time {
  padding-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  font: normal 400 100% "Source Sans Pro", 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;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .article .commbox__time {
    display: block;
    padding-top: 0;
    margin-top: -2px;
  }
}
.commbox__replies {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .commbox__replies {
    margin-right: 20px;
  }
}
.post__thread .commbox__replies {
  display: none;
}
.commbox__flag {
  position: relative;
  text-align: center;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .commbox__flag {
    margin-right: 10px;
  }
}
.commbox .voting_span {
  display: inline;
}
.commbox__rating {
  float: right;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .commbox__rating {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em;
  }
}
.commbox__rating:after {
  clear: both;
}
.commbox__rating--positive {
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .commbox__rating--positive {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .commbox__rating--negative {
    margin-left: 10px;
  }
}
.commbox__rating .btn__value {
  font: normal 700 100% "Source Sans Pro", 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;
  transition: 0.12s ease-in-out;
}

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

/* TEMA */
.thread--th_miss7mama .comments__upper .comments__show_answers {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 31px;
  line-height: 3.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #231f20;
  right: 14px;
  padding-top: 4px;
}
.thread--th_miss7mama .comments__upper .fake__form_select_wrap {
  margin-right: 0;
  position: relative;
  width: 45%;
  text-align: right;
  line-height: 32px;
  line-height: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__upper .fake__form_select_wrap {
    text-align: right;
    padding: 0;
    margin-right: 16px;
    width: 33%;
  }
}
@media screen and (min-width: 1310px) {
  .thread--th_miss7mama .comments__upper .fake__form_select_wrap {
    margin-right: 26px;
  }
}
.thread--th_miss7mama .comments__upper .fake__form_select {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  @inlcude line-height(20);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #231f20;
  padding-right: 35px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__upper .fake__form_select {
    top: 5px;
    padding-right: 62px;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.thread--th_miss7mama .comments__upper .fake__form_select li {
  padding: 0 10px;
  line-height: 36px;
  line-height: 3.6rem;
}
.thread--th_miss7mama .comments__upper .fake__form_select li:hover {
  cursor: pointer;
}
.thread--th_miss7mama .comments__upper .fake__form_select span:hover {
  cursor: pointer;
}
.thread--th_miss7mama .comments__upper .fake__form_select .icon {
  position: absolute;
  right: 0px;
  top: -1px;
  color: #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__upper .fake__form_select .icon {
    top: 3px;
    right: 0;
    top: 0;
    color: #231f20;
  }
}
.thread--th_miss7mama .comments__upper .fake__form_select_list {
  text-align: left;
}
.thread--th_miss7mama .comments__upper .fake__form_select_list.is_visible {
  right: 0px;
  top: 0px;
  left: auto;
  background-color: white;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__upper .fake__form_select_list.is_visible {
    width: 195px;
    right: -25px;
    top: -5px;
  }
}
.thread--th_miss7mama .comments__upper .comments__show_answers {
  display: none;
  float: right;
}
@media screen and (min-width: 1024px) {
  .thread--th_miss7mama .comments__upper .comments__show_answers {
    display: inline-block;
  }
}
.thread--th_miss7mama .comments__upper .comments__show_answers:hover {
  color: #a3a3a3;
}

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

.commbox--th_miss7mama .commbox .thread__sublist:after {
  display: none;
}
.commbox--th_miss7mama .commbox .thread__sublist.commbox--self:after {
  display: block;
}
.commbox--th_miss7mama .commbox__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 19px;
}
.commbox--th_miss7mama .commbox__avatar:hover .commbox__avatar_img:after {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__avatar {
    width: 144px;
    height: auto;
    margin: 16px 15px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .commbox--th_miss7mama .commbox__avatar {
    width: 172px;
    margin: 16px 15px 0 0;
  }
}
.thread--thread_teaser .commbox--th_miss7mama .commbox__avatar {
  margin-right: 20px;
}
.thread__sublist .commbox--th_miss7mama .commbox__avatar {
  width: 50px;
  height: 50px;
}
.commbox--th_miss7mama .commbox__user_info {
  display: none;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__user_info {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.commbox--th_miss7mama .commbox__user_info p {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #b8b8b8;
  text-transform: uppercase;
}
.commbox--th_miss7mama .commbox__user_info p:first-child {
  margin: 12px 0 0 0;
}
.commbox--th_miss7mama .commbox__user_info p:first-child span {
  display: block;
}
.commbox--th_miss7mama .commbox__user_info p:last-child {
  margin: 8px 0 0 0;
}
.commbox--th_miss7mama .commbox__avatar_img_wrap {
  position: relative;
  display: block;
  overflow: normal;
}
.commbox--th_miss7mama .commbox__avatar_img {
  position: relative;
  display: block;
}
.commbox--th_miss7mama .commbox__avatar_img:before {
  border-radius: 50%;
}
.commbox--th_miss7mama .commbox__avatar_img:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(35, 31, 32, 0.055);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 0;
}
.thread__item--self .commbox--th_miss7mama .commbox__avatar_img {
  border: 2px solid #df6fa3;
  border-radius: 50%;
}
.thread__item--admin .commbox--th_miss7mama .commbox__avatar_img {
  border: 2px solid #df6fa3;
  border-radius: 50%;
}
.commbox--th_miss7mama .commbox__avatar_img > img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.commbox--th_miss7mama .commbox__user {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0 60px 0 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #df6fa3;
}
.commbox--th_miss7mama .commbox__content {
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__content {
    padding: 0 0 44px 0;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.commbox--th_miss7mama .commbox__content p {
  clear: both;
  margin: 6px 0 0;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__content p {
    position: relative;
    top: -2px;
    margin: 0;
  }
}
@media screen and (min-width: 1310px) {
  .commbox--th_miss7mama .commbox__content p {
    top: 0;
    padding: 0;
    margin: 3px 0 0 0;
  }
}
.commbox--th_miss7mama .commbox__content p img.emoticon {
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  margin: -5px 0 0 0;
}
.commbox--th_miss7mama .commbox__content .single-post-quote {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 14px 10px;
  margin: 17px 0 11px 0;
  border-radius: 10px;
  overflow: hidden;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: -0.025em;
  color: #b8b8b8;
}
.commbox--th_miss7mama .commbox__content .single-post-quote p {
  margin: 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #df6fa3;
}
.commbox--th_miss7mama .commbox__content .single-post-quote span {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: -0.025em;
  color: #b8b8b8;
}
.commbox--th_miss7mama .commbox__content .single-post-quote span:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 41px;
}
@media screen and (min-width: 1310px) {
  .commbox--th_miss7mama .commbox__content .single-post-quote span:after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__content .single-post-quote {
    margin: 8px 0 19px 0;
    padding: 13px 20px 15px;
  }
}
@media screen and (min-width: 1310px) {
  .commbox--th_miss7mama .commbox__content .single-post-quote {
    max-height: 100%;
    margin: 8px 0 15px 0;
  }
}
.commbox--th_miss7mama .commbox__content .single-post-quote:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 41px;
}
@media screen and (min-width: 1310px) {
  .commbox--th_miss7mama .commbox__content .single-post-quote:after {
    display: none;
  }
}
.commbox--th_miss7mama .commbox__content .single-post-quote br {
  display: none;
}
.thread__item:nth-child(odd) .commbox--th_miss7mama .commbox__content .single-post-quote {
  background-color: rgba(224, 224, 224, 0.8);
}
.thread__item:nth-child(odd) .commbox--th_miss7mama .commbox__content .single-post-quote blockquote span:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fbf9f4), color-stop(37%, rgba(251, 249, 244, 0.63)), color-stop(54%, rgba(251, 249, 244, 0.46)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #fbf9f4, rgba(251, 249, 244, 0.63) 37%, rgba(251, 249, 244, 0.46) 54%, rgba(255, 255, 255, 0));
}
.thread__item:nth-child(even) .commbox--th_miss7mama .commbox__content .single-post-quote {
  background-color: rgba(255, 255, 255, 0.8);
}
.thread__item:nth-child(even) .commbox--th_miss7mama .commbox__content .single-post-quote blockquote span:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(37%, rgba(255, 255, 255, 0.63)), color-stop(54%, rgba(255, 255, 255, 0.46)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.63) 37%, rgba(255, 255, 255, 0.46) 54%, rgba(255, 255, 255, 0));
}
.commbox--th_miss7mama .commbox__content .single-post-quote blockquote {
  margin: 0;
}
.commbox--th_miss7mama .commbox__content .single-post-quote blockquote p {
  margin: 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #df6fa3;
}
.commbox--th_miss7mama .commbox__content .single-post-quote blockquote span {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: -0.025em;
  color: #b8b8b8;
}
.commbox--th_miss7mama .commbox__content .single-post-quote blockquote span:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 41px;
}
@media screen and (min-width: 1310px) {
  .commbox--th_miss7mama .commbox__content .single-post-quote blockquote span:after {
    display: none;
  }
}
.commbox--th_miss7mama .commbox__content .single-post-quote img.emoticon {
  position: relative;
  top: 7px;
  width: 24px;
  height: 24px;
  margin: -7px 0 0 0;
}
.commbox--th_miss7mama .commbox__content .single-post-quote .single-post-quote {
  padding: 16px 14px 7px;
  margin: 2px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__content .single-post-quote .single-post-quote {
    padding: 19px 19px 14px;
  }
}
.commbox--th_miss7mama .commbox__content .single-post-quote .single-post-quote span {
  position: relative;
}
.commbox--th_miss7mama .commbox__content .single-post-quote .single-post-quote span:before {
  content: " ";
  position: absolute;
  top: -19px;
  left: -14px;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
}
.commbox--th_miss7mama .commbox__content .single-post-quote .single-post-quote .single-post-quote .single-post-quote {
  display: none;
}
.commbox--th_miss7mama .commbox__more {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .commbox--th_miss7mama .commbox__interaction {
    margin-top: 22px;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .thread__sublist .commbox--th_miss7mama .commbox__interaction {
    margin-top: 8px;
    padding-bottom: 8px;
  }
}
.commbox--th_miss7mama .commbox__time {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b8b8b8;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__time {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.commbox--th_miss7mama .commbox__rating {
  position: relative;
  top: 2px;
}
.commbox--th_miss7mama .commbox__rating .btn {
  height: auto;
}
.commbox--th_miss7mama .commbox__rating .btn__param,
.commbox--th_miss7mama .commbox__rating .btn__value {
  position: relative;
  color: #231f20;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__rating .btn__param,
  .commbox--th_miss7mama .commbox__rating .btn__value {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__rating .btn__value {
    margin-left: 4px;
  }
}
.commbox--th_miss7mama .commbox__rating--positive .btn__value {
  color: #64bd13;
}
@media screen and (min-width: 1310px) {
  .commbox--th_miss7mama .commbox__rating--positive {
    margin-right: 15px;
  }
}
.commbox--th_miss7mama .commbox__rating--negative {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__rating--negative {
    padding: 0 7px;
    margin-right: 14px;
  }
}
.commbox--th_miss7mama .commbox__rating--negative .btn__value {
  color: #e94141;
}
.commbox--th_miss7mama .commbox__rating--negative.btn--invert:after {
  background-color: #e94141;
}
.commbox--th_miss7mama .commbox__rating--positive {
  padding: 0;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__rating--positive {
    padding: 0 7px;
  }
}
.commbox--th_miss7mama .commbox__rating--positive.btn--invert:after {
  background-color: #64bd13;
}
.commbox--th_miss7mama .commbox__rating .btn--invert:after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__rating .btn--invert:after {
    left: 7px;
    right: 7px;
  }
}
.commbox--th_miss7mama .commbox__rating:hover .btn__param {
  color: #231f20;
}
.commbox--th_miss7mama .commbox__replies {
  color: #231f20;
  height: auto;
  padding: 0px 7px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__replies {
    padding: 0px 10px;
  }
}
.commbox--th_miss7mama .commbox__replies .btn__value {
  margin-left: 9px;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__replies .btn__value {
    margin-left: 10px;
  }
}
.commbox--th_miss7mama .commbox__replies .icon {
  display: inline-block;
  float: left;
  position: relative;
  line-height: 32px;
  line-height: 3.2rem;
}
.commbox--th_miss7mama .commbox__replies span {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__replies span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.commbox--th_miss7mama .commbox__replies:hover, .commbox--th_miss7mama .commbox__replies.is_active {
  color: white;
  background-color: #e94141;
}
.commbox--th_miss7mama .commbox__quote {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  color: #231f20;
}
.commbox--th_miss7mama .commbox__quote.btn--quote {
  height: auto;
  padding: 0 14px;
  margin-right: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #786c54;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__quote.btn--quote {
    float: right;
    margin: 0 20px 0 0;
  }
}
.thread__item:nth-child(even) .commbox--th_miss7mama .commbox__quote.btn--quote {
  background-color: #fff;
}
.thread__item:nth-child(odd) .commbox--th_miss7mama .commbox__quote.btn--quote {
  background-color: #e0e0e0;
}
.commbox--th_miss7mama .commbox__quote.btn--quote:hover {
  background-color: #df6fa3 !important;
  color: #fff !important;
}
.commbox--th_miss7mama .commbox__quote.btn--reply {
  display: none;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__quote.btn--reply {
    display: inline-block;
    padding: 0 12px;
    margin: 0 5px 0 0;
    height: 30px;
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0.05em;
    color: #fff;
    cursor: pointer;
  }
}
.commbox--th_miss7mama .commbox__flag {
  color: #e0e0e0;
  top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .commbox--th_miss7mama .commbox__flag {
    margin-right: 10px;
    margin-left: 0;
  }
}
.commbox--th_miss7mama .commbox__flag .icon {
  position: relative;
}
.commbox--th_miss7mama .commbox__flag:hover {
  color: #e94141;
}
.commbox--th_miss7mama .commbox__flag.btn--invert {
  color: #e94141;
}

.onecomment--th_miss7mama {
  position: relative;
  padding: 30px 0 45px;
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama {
    padding: 30px 20px;
  }
}
.onecomment--th_miss7mama.onecomment__new_comment {
  background-color: #fff;
  padding: 0;
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar {
    position: absolute;
    left: 14px;
  }
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar {
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar {
    margin-right: 30px;
  }
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar figure {
  position: relative;
  border-radius: 50%;
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(35, 31, 32, 0.055);
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 0;
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar:hover figure:after {
  opacity: 1;
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__content {
  display: block;
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama.onecomment__new_comment .onecomment__content {
    position: relative;
  }
}
@media screen and (min-width: 1310px) {
  .onecomment--th_miss7mama.onecomment__new_comment .onecomment__content {
    padding: 0 11px 0 201px;
  }
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__label {
  margin: 0;
  padding: 0 0 0 12px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0.075em;
  color: #231f20;
  text-transform: uppercase;
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__username {
  margin-left: -6px;
}
@media screen and (max-width: 1023px) {
  .onecomment--th_miss7mama.onecomment__new_comment .onecomment__username {
    margin-left: 0;
    padding-left: 70px;
  }
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__form {
  display: inline-block;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama.onecomment__new_comment .onecomment__form {
    margin: 11px 0 0 0;
  }
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__form .btn--send {
  padding: 0 28px;
  margin: 13px 0 0 0;
  float: right;
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama.onecomment__new_comment .onecomment__form .btn--send {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .onecomment--th_miss7mama.onecomment__new_comment .onecomment__form .btn--send {
    margin: 30px 0 0 0;
  }
}
.onecomment--th_miss7mama.onecomment__new_comment .onecomment__form_item {
  position: relative;
}
.thread__item .onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar {
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media screen and (min-width: 1310px) {
  .thread__item .onecomment--th_miss7mama.onecomment__new_comment .onecomment__avatar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 201px;
    margin: 3px 0 0 0;
    opacity: 1;
    visibility: visible;
  }
}
.thread__item .onecomment--th_miss7mama.onecomment__new_comment .onecomment__username {
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .thread__item .onecomment--th_miss7mama.onecomment__new_comment .onecomment__username {
    margin-left: 4px;
  }
}
.thread__item .onecomment--th_miss7mama.onecomment__new_comment .onecomment__counter {
  right: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .thread__item .onecomment--th_miss7mama.onecomment__new_comment .onecomment__counter {
    display: inline-block;
    float: left;
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
  }
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .thread__item .onecomment--th_miss7mama.onecomment__new_comment .onecomment__counter {
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .thread__item .onecomment--th_miss7mama.onecomment__new_comment .onecomment__counter {
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .thread__item .onecomment--th_miss7mama.onecomment__new_comment .onecomment__content {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama .onecomment__content {
    margin-left: 80px;
  }
}
.onecomment--th_miss7mama .onecomment__username {
  font: normal 700 100% "Playfair Display", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama .onecomment__username {
    margin-left: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .onecomment--th_miss7mama .onecomment__username {
    width: 100%;
    float: left;
  }
}
.onecomment--th_miss7mama .onecomment__form_textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  min-height: 215px;
  padding: 0 10px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin: 0;
  resize: none;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.01em;
  color: #231f20;
}
.onecomment--th_miss7mama .onecomment__form_textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
}
.onecomment--th_miss7mama .onecomment__form_textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
}
.onecomment--th_miss7mama .onecomment__form_textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
}
.onecomment--th_miss7mama .onecomment__form_textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama .onecomment__form_textarea {
    min-height: 195px;
    padding: 2px 10px;
  }
}
.onecomment--th_miss7mama .onecomment__counter {
  color: #e0e0e0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .onecomment--th_miss7mama .onecomment__counter {
    display: inline-block;
    float: left;
    padding-left: 70px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama .onecomment__counter {
    right: 20px;
    position: absolute;
    right: 14px;
    top: 30px;
  }
}
.onecomment--th_miss7mama .onecomment__form_link {
  position: relative;
  top: 9px;
  font: normal 600 100% "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama .onecomment__form_link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.onecomment--th_miss7mama .onecomment__form_link:hover {
  color: #a3a3a3;
}
.onecomment--th_miss7mama .onecomment__form_link--cancel {
  margin: 4px 37px 0 0;
  float: right;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 37px;
  line-height: 3.7rem;
  letter-spacing: 0.075em;
  color: #231f20;
}
.onecomment--th_miss7mama .onecomment__form_link--cancel:hover {
  color: #a3a3a3;
}
@media screen and (min-width: 1024px) {
  .onecomment--th_miss7mama .onecomment__form_link--cancel {
    margin: 11px 37px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .onecomment--th_miss7mama .onecomment__form_link--cancel {
    margin: 21px 37px 0 0;
  }
}
.onecomment--th_miss7mama .onecomment__new_comment .onecomment__avatar {
  opacity: 0;
  visibility: hidden;
}
.onecomment--th_miss7mama .profile__figure_wrap,
.onecomment--th_miss7mama .profile__figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}
.onecomment--th_miss7mama .profile__user_reg_date {
  margin: 12px 0 0 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #b8b8b8;
  text-align: center;
  text-transform: uppercase;
}
.onecomment--th_miss7mama .profile__user_reg_date span {
  display: block;
}
.onecomment--th_miss7mama .profile__user_msg_count {
  margin: 8px 0 0 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #b8b8b8;
  text-align: center;
  text-transform: uppercase;
}
.onecomment--th_miss7mama .btn--reply {
  float: right;
  height: auto;
  padding: 6px 10px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
}

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

.pagination--lower {
  padding: 0;
  margin-top: 10px;
}
.pagination--lower ul {
  padding: 10px 0;
  margin-top: 0;
}

.author_infobox {
  position: relative;
  margin: 47px -14px 0 -14px;
}
@media screen and (min-width: 1024px) {
  .author_infobox {
    padding: 0 34px;
    margin: 40px 0 0 0;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1310px) {
  .author_infobox {
    margin: 40px 0 10px 0;
    padding: 0 50px;
  }
}
.author_infobox__link {
  padding: 20px 14px 22px 14px;
  display: block;
  background-color: #efefef;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 1024px) {
  .author_infobox__link {
    padding: 13px 20px 23px 20px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1310px) {
  .author_infobox__link {
    padding: 10px 20px 26px 20px;
  }
}
.author_infobox__figure {
  position: relative;
  width: 68px;
  height: 68px;
  margin: 3px auto 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffdbec;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 1024px) {
  .author_infobox__figure {
    float: left;
    margin: 8px 0 0 0;
  }
}
.author_infobox__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.author_infobox__label {
  display: block;
  margin-top: 14px;
  font: normal 400 100% "Source Sans Pro", 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;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 1024px) {
  .author_infobox__label {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1310px) {
  .author_infobox__label {
    margin-top: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.author_infobox__data {
  padding: 0;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 1024px) {
  .author_infobox__data {
    padding: 0 0 0 90px;
    margin: -8px 0 0 0;
    text-align: left;
  }
}
.author_infobox__name {
  padding: 0;
  margin-top: -1px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231f20;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 1024px) {
  .author_infobox__name {
    margin-top: -2px;
    margin-bottom: 6px;
    display: inline-block;
  }
}
@media screen and (min-width: 1310px) {
  .author_infobox__name {
    margin-top: -1px;
    margin-bottom: 1px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.author_infobox__lead {
  margin: 7px 0 0 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #231f20;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 1024px) {
  .author_infobox__lead {
    margin: 1px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .author_infobox__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .author_infobox__link:hover {
    background-color: #efefef;
  }
  .author_infobox__link:hover .author_infobox__figure {
    opacity: 0.9;
  }
  .author_infobox__link:hover .author_infobox__label {
    color: #8f8f8f;
  }
  .author_infobox__link:hover .author_infobox__name,
  .author_infobox__link:hover .author_infobox__lead {
    color: #4d4a4b;
  }
}

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

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

.top_navigation {
  z-index: 13;
}
@media screen and (min-width: 1024px) {
  .top_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.top_navigation .main_nav {
  z-index: 200;
  height: 56px;
  background-color: #fff;
  font-size: 0;
  -webkit-transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav {
    height: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .top_navigation .main_nav {
    position: fixed;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    margin-left: 50%;
    padding: 56px 0;
    z-index: 170;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .top_navigation .main_nav:after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    -webkit-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
  }
  .top_navigation .main_nav:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 1023px) and (min-width: 540px) {
  .top_navigation .main_nav {
    left: 50%;
    width: 0;
    margin-left: 270px;
  }
}
@media screen and (max-width: 1023px) {
  .has_navigation .top_navigation .main_nav {
    width: 100%;
    margin-left: -50%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 540px) {
  .has_navigation .top_navigation .main_nav {
    left: 50%;
    width: 540px;
    margin-left: -270px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .has_navigation .top_navigation .main_nav {
    width: 100%;
    margin-left: -50%;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav {
    height: 80px;
  }
}
.top_navigation .main_nav__btn {
  padding: 10px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__subnav_wrap {
    display: none;
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 36px;
    text-align: center;
    z-index: 200;
  }
}
.top_navigation .main_nav__list {
  z-index: 10;
  padding: 0;
  margin-top: 7px;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.top_navigation .main_nav__item {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 11px;
  }
  .top_navigation .main_nav__item:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__item {
    padding: 0 20px;
  }
}
.top_navigation .main_nav__item--forum {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item--forum {
    line-height: 52px;
    line-height: 5.2rem;
  }
}
.top_navigation .main_nav__item--forum a {
  height: 52px;
}
.top_navigation .main_nav__item--forum a span {
  display: block;
  line-height: 52px;
  line-height: 5.2rem;
}
.top_navigation .main_nav__item--miss__partner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.top_navigation .main_nav__item--miss__partner span {
  font-size: 0;
  line-height: 0;
}
.top_navigation .main_nav__item--miss__partner:hover {
  opacity: 0.85;
}
.top_navigation .main_nav__item--miss__partner.miss--miss7 a {
  position: relative;
  width: 65px;
  height: 56px;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item--miss__partner.miss--miss7 a {
    width: 41px;
    height: 64px;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__item--miss__partner.miss--miss7 a {
    width: 54px;
    height: 80px;
  }
}
.top_navigation .main_nav__item--miss__partner.miss--miss7 span {
  position: absolute;
  top: 20px;
  left: 0;
  width: 56px;
  height: 30px;
  background: url("../../../images/header/miss7-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item--miss__partner.miss--miss7 span {
    width: 41px;
    top: 17px;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__item--miss__partner.miss--miss7 span {
    height: 40px;
    width: 54px;
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item--miss__partner.miss--miss7 {
    height: 64px;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__item--miss__partner.miss--miss7 {
    height: 80px;
  }
}
.top_navigation .main_nav__item--miss__partner.miss--zdrava a {
  position: relative;
  width: 116px;
  height: 56px;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item--miss__partner.miss--zdrava a {
    height: 64px;
    width: 85px;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__item--miss__partner.miss--zdrava a {
    height: 80px;
    width: 105px;
  }
}
.top_navigation .main_nav__item--miss__partner.miss--zdrava span {
  position: absolute;
  top: 20px;
  left: 0;
  width: 116px;
  height: 30px;
  background: url("../../../images/header/misszdrava-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item--miss__partner.miss--zdrava span {
    top: 19px;
    width: 83px;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__item--miss__partner.miss--zdrava span {
    top: 22px;
    width: 103px;
    height: 40px;
  }
}
.top_navigation .main_nav__item--miss__partner.miss--zdrava span:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item--miss__partner.miss--zdrava {
    height: 64px;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__item--miss__partner.miss--zdrava {
    height: 80px;
  }
}
.top_navigation .main_nav__link {
  display: block;
  height: 40px;
  line-height: 40px;
  line-height: 4rem;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: all 0.15s ease-in-out, color 0.15s ease-in-out;
  color: #231f20;
}
.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 {
  color: #df6fa3;
}
.top_navigation .main_nav__link.active_forum {
  color: #df6fa3;
}
.top_navigation .main_nav__link.active_forum.is_active, .top_navigation .main_nav__link.active_forum:hover {
  color: #ed8ab5;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__link.active_forum {
    position: relative;
    color: #fff;
    background-color: #df6fa3;
    padding: 0 12px;
  }
  .top_navigation .main_nav__link.active_forum.is_active, .top_navigation .main_nav__link.active_forum:hover {
    color: #fff;
    background-color: #ed8ab5;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__link.active_forum {
    padding: 0 23px;
  }
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 64px;
    line-height: 64px;
    line-height: 6.4rem;
  }
  .top_navigation .main_nav__link.is_active, .top_navigation .main_nav__link:hover {
    color: #df6fa3;
  }
  .top_navigation .main_nav__link:hover {
    color: #4d4a4b;
  }
  .top_navigation .main_nav__link.active_forum.is_active, .top_navigation .main_nav__link.active_forum:hover {
    color: #fff;
  }
  .main_nav__item--forum .top_navigation .main_nav__link {
    height: 54px;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__link {
    height: 80px;
    line-height: 82px;
    line-height: 8.2rem;
    line-height: 80px;
    line-height: 8rem;
  }
  .main_nav__item--forum .top_navigation .main_nav__link {
    height: 54px;
  }
}
.main_nav__item--forum .top_navigation .main_nav__link {
  height: 54px;
}
.top_navigation .main_nav__span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 0.05em;
  -webkit-transition: font-size 0.15s ease-in-out;
  transition: font-size 0.15s ease-in-out;
}
.top_navigation .main_nav__span--main {
  -webkit-transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .top_navigation .main_nav__span--main {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 64px;
    line-height: 6.4rem;
    letter-spacing: 0.05em;
  }
  .main_nav__item--forum .top_navigation .main_nav__span {
    line-height: 52px;
    line-height: 5.2rem;
  }
}
@media screen and (min-width: 1310px) {
  .top_navigation .main_nav__span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 80px;
    line-height: 8rem;
  }
  .main_nav__item--forum .top_navigation .main_nav__span {
    line-height: 52px;
    line-height: 5.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav .sub_nav {
    display: none;
  }
}

.main_nav__link.is_active ~ .sub_nav--toggle + .main_nav__subnav_wrap {
  display: block;
}
@media screen and (min-width: 1024px) {
  .forum .main_nav__link.is_active ~ .sub_nav--toggle + .main_nav__subnav_wrap {
    display: none;
  }
}

.main_nav__link.is_active ~ .sub_nav--toggle + .main_nav__subnav_wrap .main_nav__list--sub {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .forum .main_nav__link.is_active ~ .sub_nav--toggle + .main_nav__subnav_wrap .main_nav__list--sub {
    display: none;
  }
}

.header .sub_nav.main_nav__list {
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: auto;
  height: 36px;
  font-size: 0;
  list-style-type: none;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .header .sub_nav.main_nav__list {
    color: #fff;
    -webkit-transition: none;
    transition: none;
  }
  .header .sub_nav.main_nav__list:hover {
    color: #5e2640;
  }
}
.header .sub_nav .main_nav__item {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .header .sub_nav .main_nav__item {
    color: inherit;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
}
.header .sub_nav .main_nav__item:nth-child(1) .main_nav__link:before, .header .sub_nav .main_nav__item:nth-child(2) .main_nav__link:before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header .sub_nav .main_nav__item {
    display: block;
    text-align: center;
  }
}
.header .sub_nav .main_nav__item--section {
  display: none;
}
.mobile_nav .header .sub_nav .main_nav__item--section {
  display: block;
  margin: 15px 0 16px 0;
}
@media screen and (max-width: 1023px) {
  .header .sub_nav .main_nav__item--section {
    display: block;
    margin: 7px 40px 16px 40px;
  }
  .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #5e2640;
  }
  .header .sub_nav .main_nav__item--section .main_nav__span:hover {
    color: white !important;
  }
  .main_nav__item--zdravlje .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--zdravlje .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e926";
  }
  .main_nav__item--dijeta .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--dijeta .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e91f";
  }
  .main_nav__item--hrana .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--hrana .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e91d";
  }
  .main_nav__item--psiha-i-seks .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--psiha-i-seks .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e91b";
  }
  .main_nav__item--psiha_i_seks .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--psiha_i_seks .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e91b";
  }
  .main_nav__item--ljepota-i-relax .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--ljepota-i-relax .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e91c";
  }
  .main_nav__item--ljepota_i_relax .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--ljepota_i_relax .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e91c";
  }
  .main_nav__item--fitness .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--fitness .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e91e";
  }
  .main_nav__item--green-i-bio .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--green-i-bio .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e920";
  }
  .main_nav__item--green_i_bio .header .sub_nav .main_nav__item--section .main_nav__span {
    color: #333;
  }
  .main_nav__item--green_i_bio .header .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #333;
    content: "\e920";
  }
}
.header .sub_nav .main_nav__item--last {
  display: none;
}
.mobile_nav .header .sub_nav .main_nav__item--last {
  display: block;
  color: #5e2640;
}
@media screen and (max-width: 1023px) {
  .header .sub_nav .main_nav__item--last {
    display: block;
    margin-top: 7px;
  }
  .main_nav__item--zdravlje .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--dijeta .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--hrana .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--psiha-i-seks .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--psiha_i_seks .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--ljepota-i-relax .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--ljepota_i_relax .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--fitness .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--green-i-bio .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
  .main_nav__item--green_i_bio .header .sub_nav .main_nav__item--last .main_nav__span {
    color: #333;
  }
}
@media screen and (min-width: 1024px) {
  .header .sub_nav .main_nav__item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    border-radius: 50%;
    background-color: #5e2640;
  }
}
@media screen and (min-width: 1024px) {
  .header .sub_nav .main_nav__item:nth-child(2):before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header .sub_nav .main_nav__item:hover .main_nav__link .main_nav__span {
    color: #fff;
  }
}
.header .sub_nav .main_nav__link {
  display: block;
  height: 40px;
  line-height: 40px;
  line-height: 4rem;
  color: inherit;
  text-decoration: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .header .sub_nav .main_nav__link {
    padding: 0 20px;
    -webkit-transition: none;
    transition: none;
  }
  .header .sub_nav .main_nav__link.is_active, .header .sub_nav .main_nav__link:hover {
    color: #fff;
  }
}
@media screen and (min-width: 1310px) {
  .header .sub_nav .main_nav__link {
    padding: 0 22px;
  }
}
@media screen and (min-width: 1024px) {
  .header .sub_nav .main_nav__link {
    height: 36px;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .header .sub_nav .main_nav__link {
    line-height: 40px;
    line-height: 4rem;
    height: 40px;
  }
  .header .sub_nav .main_nav__link:before {
    display: none;
  }
}
.header .sub_nav .main_nav__span {
  display: inline-block;
  margin: 0;
  padding: 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.header .sub_nav .main_nav__span--sub {
  -webkit-transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header .sub_nav .main_nav__span--sub {
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
  }
}
.header .sub_nav .main_nav__span--sub:hover {
  color: white;
}
@media screen and (min-width: 1024px) {
  .header .sub_nav .main_nav__span {
    font: normal 400 100% "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    letter-spacing: 0.08em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
.header .sub_nav .main_nav__item--last .main_nav__span {
  color: #5e2640;
}
.header .sub_nav.has_active .main_nav__item .main_nav__span {
  color: #5e2640;
}
.header .sub_nav.has_active .main_nav__item .main_nav__link.is_active .main_nav__span,
.header .sub_nav.has_active .main_nav__item .main_nav__link:hover .main_nav__span {
  color: #fff;
}

.header .mobile_nav {
  position: fixed;
  top: 0;
  height: 100%;
  display: block;
  z-index: 100;
  background-color: #df6fa3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 110%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav {
    width: 320px;
    right: -325px;
    -webkit-box-shadow: -3px 2px 7px rgba(0, 0, 0, 0.1);
            box-shadow: -3px 2px 7px rgba(0, 0, 0, 0.1);
  }
}
.header .mobile_nav .nano {
  height: 100%;
}
body.has_navigation .header .mobile_nav {
  left: 0;
}
@media screen and (min-width: 1024px) {
  body.has_navigation .header .mobile_nav {
    right: 0;
    left: auto;
  }
}
.header .mobile_nav__controls {
  position: relative;
  z-index: 100;
  height: 56px;
  width: 100%;
  pointer-events: none;
  background-color: white;
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav__controls {
    height: 64px;
    background-color: transparent;
  }
}
@media screen and (min-width: 1310px) {
  .header .mobile_nav__controls {
    height: 80px;
  }
}
body.has_subnavigation .header .mobile_nav__controls {
  background-color: transparent;
}
.header .mobile_nav__controller {
  width: 40px;
  height: 40px;
  pointer-events: all;
  cursor: pointer;
}
.header .mobile_nav__controller--close {
  position: absolute;
  top: 8px;
  right: 6px;
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav__controller--close {
    top: 12px;
    right: 3px;
  }
}
@media screen and (min-width: 1310px) {
  .header .mobile_nav__controller--close {
    top: 18px;
    right: 10px;
  }
}
.header .mobile_nav__controller--back {
  position: relative;
  display: block;
  opacity: 0;
  float: left;
  top: 8px;
  left: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header .mobile_nav__controller--back .icon {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  color: #5e2640;
}
.header .mobile_nav__controller--back:hover .icon {
  color: #7d3c58;
}
@media screen and (min-width: 1310px) {
  .header .mobile_nav__controller--back {
    top: 18px;
  }
}
body.has_subnavigation .header .mobile_nav__controller--back {
  display: block;
  opacity: 1;
  left: 6px;
}
.header .mobile_nav__controller .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}
.header .mobile_nav__controller .icon-cross {
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
.has_subnavigation .header .mobile_nav__controller .icon-cross {
  color: #5e2640;
}
.header .mobile_nav__controller--close:hover .icon {
  color: #4d4a4b;
}
.has_subnavigation .header .mobile_nav__controller--close:hover .icon {
  color: #7d3c58;
}
.header .mobile_nav__partners {
  position: relative;
  margin: 0;
  background-color: #efefef;
}
.header .mobile_nav__partners .footer_nav {
  position: relative;
  background-color: #efefef;
}
.header .mobile_nav__partners .footer_nav:before {
  content: "";
  display: block;
  height: 1px;
  width: auto;
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  background-color: #e0e0e0;
}
.header .mobile_nav__info .footer_nav__list, .header .mobile_nav__partners .footer_nav__list {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 540px;
  padding: 14px 20px;
  margin: 0 auto;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav__info .footer_nav__list, .header .mobile_nav__partners .footer_nav__list {
    padding: 15px 0 10px 0;
  }
}
.header .mobile_nav__info .footer_nav__item, .header .mobile_nav__partners .footer_nav__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  float: left;
  text-align: center;
}
.header .mobile_nav__info .footer_nav__span, .header .mobile_nav__partners .footer_nav__span {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 37px;
  line-height: 3.7rem;
  color: #231f20;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.header .mobile_nav__info .footer_nav__span:hover, .header .mobile_nav__partners .footer_nav__span:hover {
  opacity: 0.7;
}
.header .mobile_nav__info {
  background-color: white;
  position: relative;
  padding: 0;
  text-align: center;
}
.header .mobile_nav__info .footer_nav__item {
  padding: 0;
  width: 50%;
}
.header .mobile_nav__info:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 1px;
  width: auto;
  background-color: #e0e0e0;
}
.header .mobile_nav__partners--label {
  position: relative;
  display: block;
  margin: 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 55px;
  line-height: 5.5rem;
  letter-spacing: 0.1em;
  color: #231f20;
  text-align: center;
  text-transform: uppercase;
}
.header .mobile_nav__partners--label:before, .header .mobile_nav__partners--label:after {
  content: " ";
  position: absolute;
  top: -1px;
  right: 30px;
  bottom: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #231f20;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.header .mobile_nav__partners--label:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header .mobile_nav__partners--label.is_opened:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.header .mobile_nav__partners--label.is_opened:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .mobile_nav__partners--label:hover {
  cursor: pointer;
}
.header .mobile_nav__partners .footer_nav {
  display: none;
}
.header .mobile_nav__partners .footer_nav.is_opened {
  display: block;
}
.header .mobile_nav__copy_wrap {
  position: relative;
}
.header .mobile_nav__copyright {
  background-color: white;
  padding: 0;
  margin: 0;
}
.header .mobile_nav__copyright .footer__copy {
  position: relative;
  margin-top: -2px;
  display: block;
  width: 100%;
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 44px;
  line-height: 4.4rem;
  margin-bottom: 12px;
  float: none;
}
.header .mobile_nav__copyright .footer__copy:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 8px;
  right: 8px;
  height: 1px;
  width: auto;
  background-color: #e0e0e0;
}
@media screen and (min-width: 1310px) {
  .header .mobile_nav__copyright .footer__copy {
    font-weight: 400;
  }
}
.header .mobile_nav__copyright .footer__copy svg {
  display: inline-block;
  position: relative;
  top: 15px;
  margin-left: 16px;
  width: 46px;
  height: 37px;
  fill: #231f20;
}
.header .mobile_nav__copyright .footer__copy_link:hover {
  cursor: pointer;
}
.header .mobile_nav__copyright .footer__copy_link:hover svg {
  fill: #4d4a4b;
}
.header .mobile_nav__copyright .footer__poweredby {
  position: relative;
  display: block;
  right: 0;
  bottom: auto;
  padding-top: 0px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav__copyright .footer__poweredby {
    padding-top: 1px;
  }
}
.header .mobile_nav__copyright .footer__poweredby_text {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1310px) {
  .header .mobile_nav__copyright .footer__poweredby_text {
    font-weight: 400;
  }
}
.header .mobile_nav__copyright .footer__poweredby svg {
  display: inline-block;
  width: 163px;
  height: 60px;
  fill: #231f20;
  margin-top: 5px;
  margin-left: 8px;
}
@media screen and (max-width: 1023px) {
  .header .mobile_nav__copyright .footer__poweredby svg {
    margin-left: 10px;
  }
}
.header .mobile_nav__copyright .footer__poweredby_link:hover svg {
  fill: #4d4a4b;
}
.header .mobile_nav__social_menu {
  position: relative;
  left: 0;
  z-index: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 18px 20px 0;
  float: left;
  background-color: #df6fa3;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav__social_menu {
    margin: 10px 0 0 0;
  }
}
.has_navigation .header .mobile_nav__social_menu {
  display: block;
}
.header .mobile_nav__social_menu > span {
  display: inline-block;
  width: 100%;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
}
.header .mobile_nav__social_menu_wrap {
  display: inline-block;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 auto;
}
.header .mobile_nav__social_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px 0 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.header .mobile_nav__social_icon--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav__social_icon--desktop {
    display: inline-block;
  }
}
.header .mobile_nav__social_icon--mobile {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav__social_icon--mobile {
    display: none;
  }
}
.header .mobile_nav__social_icon:hover {
  opacity: 0.8;
}
.header .mobile_nav__social_icon .icon {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.header .mobile_nav .footer__social {
  display: block;
  margin: 0;
  text-align: center;
  float: none;
  width: 100%;
}
.header .mobile_nav .footer__social_label {
  float: none;
  margin-bottom: 10px;
}
.header .mobile_nav .footer__social_icon_wrap {
  margin: 0;
}
.header .mobile_nav .footer__social_link {
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 0 0 20px;
}
.header .mobile_nav .footer__social_link:first-of-type {
  margin: 0;
}
.header .mobile_nav .main_nav {
  padding: 64px 0 0 0;
  margin: 0;
  background-color: #fff;
}
@media screen and (min-width: 1310px) {
  .header .mobile_nav .main_nav {
    padding: 64px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .header .mobile_nav .main_nav {
    padding: 80px 0 0 0;
  }
}
.header .mobile_nav .main_nav__list {
  position: relative;
  padding: 0 0 8px;
  margin: 0;
  list-style-type: none;
}
.header .mobile_nav .main_nav__item {
  position: relative;
  width: 100%;
  color: #231f20;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  height: 48px;
}
.header .mobile_nav .main_nav__item:hover {
  color: rgba(35, 31, 32, 0.7);
}
.header .mobile_nav .main_nav__item--sub {
  color: white;
  -webkit-transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.1s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .mobile_nav .main_nav__item--sub:first-child {
  color: #5e2640;
}
@media screen and (max-width: 1023px) {
  .header .mobile_nav .main_nav__item--sub:first-child {
    height: 56px;
  }
  .header .mobile_nav .main_nav__item--sub:first-child span {
    line-height: 56px;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav .main_nav__item--sub:first-child {
    height: 64px;
  }
  .header .mobile_nav .main_nav__item--sub:first-child span {
    line-height: 64px;
    line-height: 6.4rem;
  }
}
@media screen and (min-width: 1310px) {
  .header .mobile_nav .main_nav__item--sub:first-child {
    height: 80px;
  }
  .header .mobile_nav .main_nav__item--sub:first-child span {
    line-height: 80px;
    line-height: 8rem;
  }
}
.header .mobile_nav .main_nav__item--section, .header .mobile_nav .main_nav__item--last {
  margin: 0;
  display: block;
  color: #5e2640;
}
.header .mobile_nav .main_nav__item--miss__partner.miss--miss7 a {
  position: relative;
  margin: 0px auto;
  width: 53px;
  height: 48px;
}
.header .mobile_nav .main_nav__item--miss__partner.miss--miss7 span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 53px;
  height: 40px;
  background: url("../../../images/header/miss7-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.header .mobile_nav .main_nav__item--miss__partner.miss--miss7:hover span {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.header .mobile_nav .main_nav__item--miss__partner.miss--zdrava a {
  position: relative;
  margin: 0px auto;
  width: 115px;
  height: 48px;
}
.header .mobile_nav .main_nav__item--miss__partner.miss--zdrava span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 115px;
  height: 40px;
  background: url("../../../images/header/misszdrava-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.header .mobile_nav .main_nav__item--miss__partner.miss--zdrava:hover span {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.header .mobile_nav .main_nav__link {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  text-align: center;
  height: auto;
}
.header .mobile_nav .main_nav__link.active_forum {
  color: white;
  background-color: #df6fa3;
}
.header .mobile_nav .main_nav__span {
  display: inline-block;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: inherit;
}
.header .mobile_nav .main_nav__subnav_toggle {
  position: relative;
  z-index: 2;
  display: block;
  height: 48px;
  margin: -48px 0 0 0;
}
.header .mobile_nav .main_nav__subnav_wrap {
  position: absolute;
  top: 0;
  left: 100%;
  position: relative;
  z-index: 3;
}
.header .mobile_nav .main_nav__span--sub {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header .mobile_nav .sub_nav.main_nav__list {
  list-style-type: none;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #df6fa3;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 180;
}
@media screen and (min-width: 1024px) {
  .header .mobile_nav .sub_nav.main_nav__list {
    left: auto;
    right: -325px;
    width: 320px;
  }
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened {
  left: 0;
}
@media screen and (min-width: 1024px) {
  body.has_subnavigation .header .mobile_nav .sub_nav.is_opened {
    right: 0;
    left: auto;
  }
}
.has_navigation .header .mobile_nav .sub_nav--toggle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}
.has_subnavigation .header .mobile_nav .sub_nav--toggle {
  position: relative;
  z-index: 0;
}
.header .mobile_nav .sub_nav .main_nav__item:before {
  display: none;
}
.header .mobile_nav .sub_nav .main_nav__item--last {
  margin: 11px 0 0 0;
}
.header .mobile_nav .sub_nav .main_nav__item--last .main_nav__span {
  color: #5e2640;
  padding: 0 34px;
  line-height: 43px;
  line-height: 4.3rem;
}

.has_navigation .top_navigation .main_nav__item--main:nth-child(1) .main_nav__span--main {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.has_navigation .top_navigation .main_nav__item--main:nth-child(2) .main_nav__span--main {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.has_navigation .top_navigation .main_nav__item--main:nth-child(3) .main_nav__span--main {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.has_navigation .top_navigation .main_nav__item--main:nth-child(4) .main_nav__span--main {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.has_navigation .top_navigation .main_nav__item--main:nth-child(5) .main_nav__span--main {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.has_navigation .top_navigation .main_nav__item--main:nth-child(6) .main_nav__span--main {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.has_navigation .top_navigation .main_nav__item--main:nth-child(7) .main_nav__span--main {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.has_navigation .top_navigation .main_nav__item--main:nth-child(8) .main_nav__span--main {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.has_navigation .top_navigation .main_nav__item--main:nth-child(9) .main_nav__span--main {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.has_navigation .top_navigation .main_nav__item--main:nth-child(10) .main_nav__span--main {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(1) .main_nav__span--sub {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(2) .main_nav__span--sub {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(3) .main_nav__span--sub {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(4) .main_nav__span--sub {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(5) .main_nav__span--sub {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(6) .main_nav__span--sub {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(7) .main_nav__span--sub {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(8) .main_nav__span--sub {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(9) .main_nav__span--sub {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(10) .main_nav__span--sub {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(11) .main_nav__span--sub {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(12) .main_nav__span--sub {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(13) .main_nav__span--sub {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(14) .main_nav__span--sub {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body.has_subnavigation .header .mobile_nav .sub_nav.is_opened:nth-child(15) .main_nav__span--sub {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

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

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

.article__header {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.article__header i {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  vertical-align: middle;
}
.article__header_views {
  float: right;
}
.article__date {
  position: relative;
  display: none;
}
@media screen and (min-width: 1024px) {
  .article__date {
    display: inline-block;
  }
}
.article__header_date {
  display: block;
  float: right;
}
@media screen and (min-width: 1024px) {
  .article__header_date {
    display: none;
  }
}
.article__leadtext {
  position: relative;
}
.article__gallery {
  position: relative;
}
.article__gallery_figure {
  display: block;
  width: 100%;
  height: auto;
}
.article__gallery_figure img {
  width: 100%;
}
.article__figure_more {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.article__figure_more i {
  vertical-align: middle;
  margin: 0 5px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.article__figure_more .active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.article__figure_more:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.article__figure_caption {
  position: relative;
  display: inline-block;
  word-break: break-word;
}
.article__figure_caption i {
  display: none;
  position: absolute;
  margin: 0;
  vertical-align: middle;
  display: block;
}
.article__figure_caption--author {
  text-transform: uppercase;
}
.article .additional_code {
  height: 1px;
  visibility: hidden;
}
.article .additional_code img {
  width: 1px;
  height: 1px;
}
@media screen and (min-width: 1024px) {
  .article__sponsor {
    float: right;
  }
}
.article__body img {
  width: 100%;
  height: auto;
}
.article__body iframe {
  max-width: 100%;
  width: 100%;
}
.fold_article__lazy_banner .article__body iframe {
  width: auto;
}
.article__body blockquote {
  text-align: center;
  position: relative;
}
.article__body table {
  width: 100% !important;
  border-color: #8f8f8f;
  border: none;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #231f20;
  text-align: center;
}
.article__body table td {
  padding: 5px;
}
.article__body table th {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.article__video {
  position: relative;
}
.article__video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.article__video > .ar_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article__video iframe {
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 100%;
}
.article__tag_name {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.article__tag_name:last-child {
  margin-right: 0;
}
.article__column_data {
  display: inline-block;
  margin: 10px 0;
}
.article__column_author {
  float: left;
}
.article__column_author_image {
  float: left;
  width: 64px;
  height: 64px;
}
.article__timeline_widget {
  position: relative;
  padding: 16px 0;
}
@media screen and (min-width: 1310px) {
  .article__timeline_widget {
    padding: 18px 0;
    margin: -29px 0 0 0;
  }
}
.article__timeline_widget:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: -14px;
  right: -14px;
  height: 1px;
  margin: auto;
  background-color: #8f8f8f;
}
@media screen and (min-width: 1310px) {
  .article__timeline_widget:after {
    left: 0;
    right: 0;
  }
}
.article__timeline_category {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 37px;
  line-height: 3.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media screen and (min-width: 1310px) {
  .article__timeline_category {
    font: normal 700 100% "Source Sans Pro", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 37px;
    line-height: 3.7rem;
    letter-spacing: 0.12em;
  }
}
.article__timeline_category span {
  display: none;
}
.article__timeline_category span:last-child {
  display: inline-block;
}
@media screen and (min-width: 1310px) {
  .article__timeline_category span:last-child {
    display: none;
  }
}
@media screen and (min-width: 1310px) {
  .article__timeline_category span {
    display: inline-block;
    font: normal 400 100% "Source Sans Pro", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 37px;
    line-height: 3.7rem;
    letter-spacing: 0.12em;
  }
}
.article__timeline_select_wrap {
  position: relative;
  height: 37px;
  margin: 0 14px 0 0;
  float: right;
}
@media screen and (min-width: 1310px) {
  .article__timeline_select_wrap {
    margin: 0 20px 0 0;
  }
}
.article__timeline_select_wrap .icon {
  position: absolute;
  top: -1px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  color: #8f8f8f;
  text-align: center;
  pointer-events: none;
}
.article__timeline_select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
  height: 100%;
  padding: 0 40px 0 13px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
  background-color: white;
  border-radius: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.01em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 1310px) {
  .article__timeline_select {
    width: 170px;
    border-radius: 20px;
  }
}
.article__timeline_select option {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.01em;
}
.article__timeline_select option.is_active {
  color: #df6fa3;
}
.article__timeline_btn {
  width: 37px;
  height: 37px;
  float: right;
  border-radius: 10px;
  background-color: #df6fa3;
  text-align: center;
}
@media screen and (min-width: 1310px) {
  .article__timeline_btn {
    width: auto;
    padding: 0 30px;
    border-radius: 20px;
  }
}
.article__timeline_btn span {
  display: none;
}
@media screen and (min-width: 1310px) {
  .article__timeline_btn span {
    display: block;
    font: normal 400 100% "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 37px;
    line-height: 3.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
  }
}
.article__timeline_btn .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 37px;
  line-height: 3.7rem;
  color: #fff;
}
@media screen and (min-width: 1310px) {
  .article__timeline_btn .icon {
    display: none;
  }
}
.article__imagine_placeholder {
  margin: 38px 0 35px 0;
}
@media screen and (min-width: 1024px) {
  .article__imagine_placeholder {
    margin: 39px -34px 34px -34px;
  }
}
@media screen and (min-width: 1310px) {
  .article__imagine_placeholder {
    margin: 49px -50px 46px -50px;
  }
}
.article__in_gallery {
  position: relative;
  display: block;
  margin: 0 -14px;
  padding: 0;
}
@media screen and (min-width: 540px) {
  .article__in_gallery {
    margin: 0 -30px;
  }
}
@media screen and (min-width: 1024px) {
  .article__in_gallery {
    margin: 0 -33px;
  }
}
@media screen and (min-width: 1310px) {
  .article__in_gallery {
    margin: 0 -50px;
  }
}
.article__in_gallery_link {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 !important;
  text-decoration: none !important;
  background: transparent !important;
}
.article__in_gallery_link picture {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.article__in_gallery_link picture img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .article__in_gallery_link picture img {
    border-radius: 10px;
  }
}
.article__in_gallery_controllers {
  position: absolute;
  bottom: 8px;
  right: 0;
  display: block;
  height: 36px;
  margin: 0;
  padding: 0;
  background: #231f20;
  color: #fff;
  *zoom: 1;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.article__in_gallery_controllers:before, .article__in_gallery_controllers:after {
  content: "";
  display: table;
}
.article__in_gallery_controllers:after {
  clear: both;
}
.article__in_gallery_paginator {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0 7px 0 6px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  line-height: 3.4rem;
}
.article__in_gallery_paginator span span {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  line-height: 3.4rem;
}
.article__in_gallery_nav {
  position: relative;
  float: left;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
.article__in_gallery_nav--prev {
  opacity: 0.5;
}
.article__in_gallery_nav .icon {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  font-size: 20px;
  font-size: 2rem;
  line-height: 37px;
  line-height: 3.7rem;
}
.article__in_gallery_description {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 12px 20px 0 43px;
  font: normal 400 100% "Source Sans Pro", sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.01em;
  color: #a3a3a3;
}
@media screen and (min-width: 540px) {
  .article__in_gallery_description {
    padding: 12px 20px 0 59px;
  }
}
@media screen and (min-width: 1024px) {
  .article__in_gallery_description {
    padding: 16px 30px 0;
    font-size: 13px !important;
    line-height: 20px !important;
  }
}
.article__in_gallery_description .icon {
  position: absolute;
  top: 7px;
  left: -1px;
  display: block;
  width: 50px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #a3a3a3;
}
@media screen and (min-width: 540px) {
  .article__in_gallery_description .icon {
    left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .article__in_gallery_description .icon {
    top: 12px;
    left: -13px;
  }
}

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

.thread--th_miss7mama .article__header_breadcrumb:not(:last-of-type):after, .thread--th_miss7mama .article__author:after {
  content: "∕";
  display: inline-block;
  color: #8f8f8f;
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .th_missmama.article__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.th_missmama .article__header {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #231f20;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 18px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__header {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__header {
    margin-top: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .article--timeline .th_missmama .article__header {
    margin: 41px 0 0 0;
  }
}
.th_missmama .article__header_breadcrumbs {
  width: 80%;
  display: inline-block;
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__header_breadcrumbs {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1023px) {
  .th_missmama .article__header_breadcrumbs {
    display: none;
  }
}
.th_missmama .article__header_breadcrumbs i.icon--linear {
  vertical-align: initial;
  line-height: 27px;
  line-height: 2.7rem;
}
.th_missmama .article__header_breadcrumb {
  display: inline-block;
  height: 27px;
  padding: 0 0 0 8px;
  margin: 0 0 0 2px;
  float: left;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #8f8f8f;
  text-transform: uppercase;
}
.th_missmama .article__header_breadcrumb:first-child {
  padding: 0 0 0 4px;
  margin: 0;
}
.th_missmama .article__header_breadcrumb:last-child {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #8f8f8f;
}
.th_missmama .article__header_breadcrumb:not(:last-of-type):after {
  margin-right: 7px;
  margin-left: 12px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__header_breadcrumb:not(:last-of-type):after {
    margin-right: 5px;
  }
}
.th_missmama .article__header_breadcrumb:hover {
  opacity: 0.8;
}
.th_missmama .article__header_breadcrumb i.icon--linear {
  vertical-align: initial;
  line-height: 27px;
  line-height: 2.7rem;
}
.th_missmama .article__header_breadcrumb .icon-chevron-right {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  margin-right: 7px;
  top: -1px;
}
.th_missmama .article__header_breadcrumb .icon-home {
  position: relative;
  top: -5px;
}
.th_missmama .article__header_breadcrumb--subsection {
  display: inline-block;
  max-width: 320px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.th_missmama .article__header_views {
  color: #8f8f8f;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .th_missmama .article__header_views {
    float: left;
    font: normal 400 100% "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.06em;
    color: #8f8f8f;
  }
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__header_views {
    height: 27px;
    padding: 0 0 0 14px;
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em;
  }
}
.th_missmama .article__header_views strong {
  font: normal 700 100% "Source Sans Pro", sans-serif;
}
.th_missmama .article__header_views i {
  position: relative;
  margin-right: 4px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__header_views i {
    top: -2px;
  }
}
.th_missmama .article__header_date {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8f8f8f;
}
.th_missmama .article__date {
  color: #8f8f8f;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__date {
    position: relative;
    margin: 0 0 0 38px;
  }
  .th_missmama .article__date:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -21px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: auto;
    background-color: #8f8f8f;
  }
}
.th_missmama .article__title {
  padding: 0;
  margin: 9px 0 0 0;
  font: normal 700 100% "Playfair Display", serif;
  color: #231f20;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__title {
    margin: 19px 0 0 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__title {
    margin: 17px 0 0 0;
    padding: 0px 0 32px 0;
    font-size: 51px;
    font-size: 5.1rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
.th_missmama .article__author {
  display: inline-block;
  margin: 11px 0 0 2px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #8f8f8f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__author {
    margin: 10px 0 0 2;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__author {
    margin: 0 0 0 2px;
  }
}
.th_missmama .article__author--link {
  margin-left: 4px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #df6fa3;
}
.th_missmama .article__author--link:hover {
  color: #ed8ab5;
}
.th_missmama .article__body {
  padding-top: 16px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body {
    padding: 44px 34px 0 34px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body {
    padding: 35px 50px 0 50px;
  }
}
.th_missmama .article__body h2:first-child {
  margin: 28px 0 0 0;
}
.th_missmama .article__body p {
  margin: 27px 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #231f20;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
.th_missmama .article__body p strong,
.th_missmama .article__body p b {
  font: normal 700 100% "Source Sans Pro", sans-serif;
}
.th_missmama .article__body p em,
.th_missmama .article__body p i:not([class*=icon]) {
  font: italic 400 100% "Source Sans Pro", sans-serif;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.01em;
    margin: 27px 0;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body p {
    margin: 38px 0;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body .article__content > p:first-child + .responsive_inline_container {
    margin-top: 48px;
  }
}
.th_missmama .article__body h2 {
  padding: 0 0 1px 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.th_missmama .article__body h2:not(:first-of-type) {
  padding-top: 22px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body h2:not(:first-of-type) {
    padding-top: 30px;
  }
}
.th_missmama .article__body hr + h2:not(:first-of-type) {
  padding: 0;
  margin: -2px 0 0 0;
}
.th_missmama .article__body h2 + p {
  margin: 9px 0;
}
.th_missmama .article__body h3 {
  color: #231f20 !important;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-style: normal !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    margin: 27px 0 10px 0;
  }
}
.th_missmama .article__body h3 + p {
  margin-top: 0;
}
.th_missmama .article__body ol,
.th_missmama .article__body ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body ol,
  .th_missmama .article__body ul {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.01em;
  }
}
.th_missmama .article__body ul {
  list-style-type: none;
}
.th_missmama .article__body ul li {
  position: relative;
  padding: 12px 20px 4px 32px;
}
.th_missmama .article__body ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8f8f8f;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body ul li:before {
    top: 27px;
  }
}
.th_missmama .article__body ol {
  list-style-type: none;
}
.th_missmama .article__body ol li {
  counter-increment: item;
  position: relative;
  padding-left: 31px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body ol li {
    padding-left: 41px;
  }
}
.th_missmama .article__body ol li:before {
  content: counter(item) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
}
.th_missmama .article__body ol .ck_image_in_article--left50,
.th_missmama .article__body ul .ck_image_in_article--left50 {
  margin: 20px 0 10px 0;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body ol .ck_image_in_article--left50,
  .th_missmama .article__body ul .ck_image_in_article--left50 {
    margin: 20px -34px 26px -34px;
  }
}
@media screen and (max-width: 1309px) {
  .th_missmama .article__body ol .ck_image_in_article--left50,
  .th_missmama .article__body ul .ck_image_in_article--left50 {
    width: auto;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body ol .ck_image_in_article--left50,
  .th_missmama .article__body ul .ck_image_in_article--left50 {
    margin: 25px 58px 15px -51px;
  }
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body ol .ck_image_in_article--full,
  .th_missmama .article__body ul .ck_image_in_article--full {
    margin: 20px 0px 11px 0px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body ol .ck_image_in_article--full,
  .th_missmama .article__body ul .ck_image_in_article--full {
    margin: 30px 0px 11px 0px;
  }
}
.th_missmama .article__body hr {
  background-color: #8f8f8f;
  height: 1px;
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 41px 0;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body hr {
    margin: 50px 0;
  }
}
.th_missmama .article__body .ck_image_in_article--full,
.th_missmama .article__body .ck_image_in_article--left100 {
  display: inline-block;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body .ck_image_in_article--full,
  .th_missmama .article__body .ck_image_in_article--left100 {
    margin: 0 -34px 11px -34px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body .ck_image_in_article--full,
  .th_missmama .article__body .ck_image_in_article--left100 {
    margin: 0 -51px 11px -51px;
  }
}
.th_missmama .article__body .ck_image_in_article--full .article__figure_caption,
.th_missmama .article__body .ck_image_in_article--left100 .article__figure_caption {
  margin-left: 0;
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body .ck_image_in_article--left50 {
    margin: 0 58px 31px -51px;
  }
}
.th_missmama .article__body .ck_image_in_article--left50 .article__figure_caption {
  margin-left: 0;
}
.th_missmama .article__body .ck_image_in_article .image_wrapper {
  position: relative;
  display: block;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0px;
  line-height: 0rem;
  border-radius: 8px;
}
.th_missmama .article__body .ck_image_in_article .image_wrapper img {
  border-radius: 8px;
}
.th_missmama .article__body .ck_image_in_article .article__figure_caption {
  margin-top: 3px;
  padding-right: 0;
}
.th_missmama .article__body div[id*=container_video_embed] {
  width: auto;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body div[id*=container_video_embed] {
    margin: 0 -34px 11px -34px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body div[id*=container_video_embed] {
    margin: 0 -51px 11px -51px;
  }
}
.th_missmama .article__body .article-yt-video-container {
  margin: 5px 0 0 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body .article-yt-video-container {
    margin: 0 -34px 47px -34px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body .article-yt-video-container {
    margin: 0 -51px 47px -51px;
  }
}
.th_missmama .article__body .article-yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.th_missmama .article__body blockquote {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 32px 0;
  margin: 32px 0;
  font: normal 400 100% "Playfair Display", serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body blockquote {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 38px 35px 42px 35px;
    margin: 43px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 38px;
    line-height: 3.8rem;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body blockquote {
    padding: 38px 40px 42px 40px;
    margin: 41px 0;
  }
}
.th_missmama .article__body blockquote:before, .th_missmama .article__body blockquote:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 67px;
  height: 5px;
  margin: auto;
  background-color: #efefef;
}
.th_missmama .article__body blockquote:before {
  top: 9px;
}
.th_missmama .article__body blockquote:after {
  bottom: 6px;
}
.th_missmama .article__body blockquote p {
  padding: 0;
  margin: 0;
  font: normal 400 100% "Playfair Display", serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body blockquote p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 38px;
    line-height: 3.8rem;
    letter-spacing: 0em;
    text-align: center;
  }
}
.th_missmama .article__body .article__leadtext {
  margin: 0 0 27px;
  padding-bottom: 1px;
  font: normal 400 100% "Playfair Display", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__body .article__leadtext {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 32px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-align: center;
  }
  .th_missmama .article__body .article__leadtext:after {
    content: " ";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 65px;
    margin: auto;
    background-color: #e0e0e0;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__body .article__leadtext {
    padding-bottom: 36px;
    margin-bottom: -10px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
  .th_missmama .article__body .article__leadtext:after {
    bottom: 3px;
  }
}
.th_missmama .article__body .article__leadtext a {
  color: #df6fa3;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-decoration: underline;
  cursor: pointer;
}
.th_missmama .article__body .article__leadtext a:hover {
  color: #ed8ab5;
}
.th_missmama .article__social.th_missmama_share_top {
  margin-bottom: 14px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__social.th_missmama_share_top {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__social.th_missmama_share_top {
    margin-bottom: 16px;
  }
}
.th_missmama .article__social.th_missmama_share_bottom {
  margin-top: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__social.th_missmama_share_bottom {
    margin-top: 9px;
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__social.th_missmama_share_bottom {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.th_missmama .article__gallery {
  position: relative;
  margin-top: 19px;
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__gallery {
    margin-top: 27px;
  }
}
@media screen and (max-width: 539px) {
  .th_missmama .article__gallery {
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .th_missmama .article__gallery {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.th_missmama .article__gallery_link {
  display: block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .th_missmama .article__gallery_figure:before {
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__gallery_figure {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .th_missmama .article__figure:before {
    border-radius: 0;
  }
}
.th_missmama .article__figure:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(54, 54, 54)), color-stop(16%, rgba(54, 54, 54, 0)));
  background: linear-gradient(0, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 16%);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (min-width: 540px) {
  .th_missmama .article__figure:after {
    height: 304px;
  }
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__figure:after {
    height: 360px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__figure:after {
    height: 471px;
  }
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__figure {
    border-radius: 10px;
    overflow: hidden;
  }
}
.th_missmama .article__figure img {
  position: relative;
  width: 100%;
  height: auto;
}
.th_missmama .article__figure_more {
  right: 0;
  bottom: 10px;
  height: 36px;
  padding: 0 45px;
  border-radius: 8px 0 0 8px;
  background-color: #231f20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}
.th_missmama .article__figure_more i {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
}
.th_missmama .article__figure_more i:first-of-type {
  left: 0;
}
.th_missmama .article__figure_more i:last-of-type {
  right: 0;
}
.th_missmama .article__figure_more .active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.th_missmama .article__figure_more:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.th_missmama .article__figure_counter {
  position: relative;
  vertical-align: middle;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
}
.th_missmama .article__figure--wrapper, .th_missmama .article__gallery_link {
  position: relative;
}
.th_missmama .article__figure--wrapper:before, .th_missmama .article__gallery_link:before {
  content: " ";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(54, 54, 54)), color-stop(16%, rgba(54, 54, 54, 0)));
  background: linear-gradient(0, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 16%);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (min-width: 540px) {
  .th_missmama .article__figure--wrapper:before, .th_missmama .article__gallery_link:before {
    height: 304px;
  }
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__figure--wrapper:before, .th_missmama .article__gallery_link:before {
    border-radius: 8px;
    height: 360px;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__figure--wrapper:before, .th_missmama .article__gallery_link:before {
    height: 471px;
  }
}
.th_missmama .article__figure_caption {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 8px;
  right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  width: auto;
  min-height: 24px;
  padding-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__figure_caption {
    left: 14px;
    right: 14px;
  }
}
@media screen and (max-width: 539px) {
  .th_missmama .article__figure_caption {
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 14px;
    width: auto;
    max-width: 99%;
  }
}
.th_missmama .article__figure_caption--author, .th_missmama .article__figure_caption--description {
  position: relative;
  top: 1px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.01em;
  color: white;
}
.th_missmama .article__content a {
  color: #df6fa3;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-decoration: underline;
  cursor: pointer;
}
.th_missmama .article__content a:hover {
  color: #ed8ab5;
}
.th_missmama .article__tag {
  padding-top: 14px;
  text-align: center;
  padding-bottom: 22px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__tag {
    padding-top: 33px;
  }
}
.th_missmama .article__tag a {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f8f8f;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -1px 0 #e0e0e0;
          box-shadow: inset 0 -1px 0 #e0e0e0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-decoration: none;
}
.th_missmama .article__tag a span {
  color: #231f20;
}
.th_missmama .article__tag a:after {
  display: none;
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #8f8f8f;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__tag a {
    margin-right: 15px;
    margin-bottom: 17px;
  }
}
.th_missmama .article__tag a:last-of-type {
  margin-right: 0;
}
.th_missmama .article__tag a:hover {
  color: #4d4a4b;
  -webkit-box-shadow: inset 0 -1px 0 #efefef;
          box-shadow: inset 0 -1px 0 #efefef;
}
.th_missmama .article__tag a:hover:after {
  background-color: #efefef;
}
.th_missmama .article__rebranding {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 1023px) {
  .th_missmama .article__rebranding {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.th_missmama .article__rebranding_text {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  color: #8f8f8f;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__rebranding_text {
    font: normal 700 100% "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.th_missmama .article__rebranding_img {
  display: block;
  width: 123px;
  height: auto;
  margin-top: -4px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__rebranding_img {
    width: 144px;
    margin-top: 0;
    margin-left: 15px;
  }
}
.th_missmama .article__promo {
  padding-top: 0px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__promo {
    padding-top: 37px;
  }
}
.th_missmama .article__promo .social__wrap:first-of-type {
  display: inline-block;
  text-align: left;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .th_missmama .article__promo .social__wrap:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
.th_missmama .article__promo .article__top {
  margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
  .th_missmama .article__promo .article__top {
    display: -webkit-box;
    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: 1310px) {
  .th_missmama .article__promo .article__top {
    position: relative;
    margin: -10px -50px 0px;
    text-align: center;
  }
}
.th_missmama .article__promo .article__rebranding {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__promo .article__rebranding {
    margin-top: 17px;
  }
}
.th_missmama .article__promo .article__sponsor {
  width: 200px;
  height: 62px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 -14px 12px;
  padding: 0 14px;
}
@media screen and (min-width: 540px) {
  .th_missmama .article__promo .article__sponsor {
    margin: 0 -30px 12px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .th_missmama .article__promo .article__sponsor {
    width: auto;
    height: 66px;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__promo .article__sponsor {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1310px) {
  .th_missmama .article__promo .article__sponsor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    height: auto;
  }
}
.th_missmama .article__promo .article__sponsor--center {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .th_missmama .article__promo .article__sponsor--center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.th_missmama .article__promo .article__sponsor p {
  margin: 0;
}
.th_missmama .article__promo .article__sponsor--text {
  padding-right: 5px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #a3a3a3;
}
.th_missmama .article__promo .article__sponsor--link {
  position: relative;
  width: 86px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__promo .article__sponsor--link {
    width: 106px;
    height: 60px;
  }
}
.th_missmama .article__promo .article__sponsor--link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 86px;
  max-height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .th_missmama .article__promo .article__sponsor--link img {
    max-width: 106px;
    max-height: 60px;
  }
}

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

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

.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;
  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;
  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;
  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: 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;
  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;
  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: 3em;
  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;
  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;
  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;
  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.6666666667em;
}

.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.3333333333em;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-text-track-settings .vjs-modal-dialog-content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .vjs-text-track-settings .vjs-modal-dialog-content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .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: 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: 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); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* 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: "\f103";
}

.ima-paused:before {
  content: "\f101";
}

.ima-playing:hover:before, .ima-paused:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-muted:before {
  content: "\f107";
}

.ima-muted:before {
  content: "\f104";
}

.ima-non-muted:hover:before, .ima-muted:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-fullscreen:before {
  content: "\f108";
}

.ima-fullscreen:before {
  content: "\f109";
}

.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: 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;
  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;
  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;
  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;
  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;
  transition: transform 0.3s ease-out, filter 0.2s ease-out;
  transition: transform 0.3s ease-out, filter 0.2s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  border: none;
  outline: none;
}

.video-js .vjs-share__social:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

.video-js .vjs-share__social svg {
  overflow: visible;
  max-height: 24px;
}

.video-js .vjs-share__social_vk {
  background-color: #5d7294;
}

.video-js .vjs-share__social_ok {
  background-color: #ed7c20;
}

.video-js .vjs-share__social_mail {
  background-color: #134785;
}

.video-js .vjs-share__social_tw {
  background-color: #76aaeb;
}

.video-js .vjs-share__social_reddit {
  background-color: #ff4500;
}

.video-js .vjs-share__social_fbFeed {
  background-color: #475995;
}

.video-js .vjs-share__social_messenger {
  background-color: #0084ff;
}

.video-js .vjs-share__social_gp {
  background-color: #d53f35;
}

.video-js .vjs-share__social_linkedin {
  background-color: #0077b5;
}

.video-js .vjs-share__social_viber {
  background-color: #766db5;
}

.video-js .vjs-share__social_telegram {
  background-color: #4bb0e2;
}

.video-js .vjs-share__social_whatsapp {
  background-color: #78c870;
}

.video-js .vjs-share__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-height: 220px) {
  .video-js .vjs-share .hidden-xs {
    display: none;
  }
}
@media (max-height: 350px) {
  .video-js .vjs-share .hidden-sm {
    display: none;
  }
}
@media (min-height: 400px) {
  .video-js .vjs-share__title {
    margin-bottom: 15px;
  }
  .video-js .vjs-share__short-link-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 5px;
    top: 10px;
  }
}
@media (min-width: 660px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 20px;
    top: 20px;
  }
  .video-js .vjs-share__social {
    width: 40px;
    height: 40px;
  }
}
.article__video_wrap .video-js {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25%;
}

.video-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.uploaded_video .video-js {
  height: 100% !important;
}
.video-js:hover .vjs-big-play-button {
  background-color: rgba(43, 51, 63, 0);
}
.video-js .vjs-close-button {
  background-image: url("/static/images/videojs/close.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  right: 12px !important;
  top: 12px !important;
}
.video-js .vjs-close-button:before {
  display: none;
}
.video-js .vjs-close-button .vjs-icon-placeholder {
  display: none !important;
}
.video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-image: url("/static/images/videojs/play.png");
  background-repeat: no-repeat;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  background-size: 44px;
  font-size: 0;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .video-js .vjs-big-play-button {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }
}
.video-js .vjs-share .vjs-share__social {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.video-js .vjs-share .vjs-share__social_fbFeed {
  background-color: #3b5998;
}
.video-js .vjs-share .vjs-share__social_fbFeed:hover {
  background-color: #334c82;
}
.video-js .vjs-share .vjs-share__social_messenger {
  background-color: #3486f7;
}
.video-js .vjs-share .vjs-share__social_messenger:hover {
  background-color: #2071e0;
}
.video-js .vjs-share .vjs-share__social_viber {
  background-color: #665CAC;
}
.video-js .vjs-share .vjs-share__social_viber:hover {
  background-color: #59267c;
}
.video-js .vjs-share .vjs-share__social_tw {
  background-color: #4099ff;
}
.video-js .vjs-share .vjs-share__social_tw:hover {
  background-color: #3783d9;
}
.video-js .vjs-share .vjs-share__social_mail, .video-js .vjs-share .vjs-share__social_email {
  background-color: #b8b8b8;
  background-image: url("/static/images/videojs/email.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.video-js .vjs-share .vjs-share__social_mail svg, .video-js .vjs-share .vjs-share__social_email svg {
  display: none;
}
.video-js .vjs-share .vjs-share__social_mail:hover, .video-js .vjs-share .vjs-share__social_email:hover {
  background-color: #a8a8a8;
}

.gallery__slider_item .video {
  height: 0;
  padding-bottom: 56.25%;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}
.video video .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-image: url("/static/images/videojs/play2.png");
  background-repeat: no-repeat;
  background-size: 40px;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .video video .vjs-big-play-button {
    width: 104px;
    height: 104px;
    background-size: 104px;
  }
}

.gallery__slider_item .vjs-big-play-button {
  display: none;
}
.gallery__slider_item .vjs-has-started.vjs-playing .vjs-control-bar {
  opacity: 1 !important;
}

.related_article {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .related_article {
    margin-top: 11px;
    margin-bottom: 3px;
  }
}
.related_article a {
  padding: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none !important;
}
.related_article a:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .related_article {
    margin-top: 2px;
    margin-bottom: -7px;
  }
}
@media screen and (min-width: 1310px) {
  .related_article {
    margin-top: 1px;
    margin-bottom: -2px;
  }
}
.related_article__photo_wrap {
  position: relative;
  display: block;
  margin: 3px 0 0 0;
  float: left;
}
@media screen and (min-width: 1024px) {
  .related_article__photo_wrap {
    margin: 1px 0 0 0;
  }
}
.related_article__photo_wrap:before {
  border-radius: 8px;
}
.related_article__photo_wrap a {
  display: block;
}
.related_article__photo_wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.related_article__data_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 0 0 90px;
}
@media screen and (min-width: 1024px) {
  .related_article__data_wrap {
    padding: 7px 0 0 122px;
  }
}
@media screen and (min-width: 1310px) {
  .related_article__data_wrap {
    padding: 13px 0 0 119px;
  }
}
.related_article__overtitle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  color: #8f8f8f !important;
  text-transform: uppercase;
}
.related_article__overtitle a {
  color: #8f8f8f !important;
}
.related_article__overtitle a:hover {
  background-color: transparent;
}
.related_article__section {
  display: inline-block;
  margin: 5px 0 0 0;
  border-radius: 10px;
  float: left;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #df6fa3;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .related_article__section {
    margin: 6px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .related_article__section {
    margin: 8px 0 0 0;
  }
}
.related_article__section a {
  color: inherit !important;
}
.related_article__lead_text {
  font: normal 700 100% "Playfair Display", serif;
  width: 100%;
  margin: 0;
  float: left;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #231f20;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .related_article__lead_text {
    margin: 6px 0 3px 0;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.01em;
    -webkit-line-clamp: 1;
    max-height: 24px;
  }
}
.related_article__lead_text a {
  color: #231f20 !important;
  padding: 0;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.related_article__lead_text a:hover {
  color: #231f20 !important;
}

.ck_image_in_article--left10 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left10 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 10%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left10 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 10%;
  }
}
.ck_image_in_article--left10 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left10 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left10 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--left25 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left25 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 25%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left25 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 25%;
  }
}
.ck_image_in_article--left25 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left25 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left25 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--left50 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left50 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 50%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left50 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 50%;
  }
}
.ck_image_in_article--left50 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left50 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left50 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--left75 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left75 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 75%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left75 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 75%;
  }
}
.ck_image_in_article--left75 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left75 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left75 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right10 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right10 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 10%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right10 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 10%;
  }
}
.ck_image_in_article--right10 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right10 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right10 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right25 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right25 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 25%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right25 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 25%;
  }
}
.ck_image_in_article--right25 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right25 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right25 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right50 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right50 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 50%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right50 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 50%;
  }
}
.ck_image_in_article--right50 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right50 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right50 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right75 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right75 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 75%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right75 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 75%;
  }
}
.ck_image_in_article--right75 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right75 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right75 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--full100 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--full100 {
    top: 11px;
    margin: 0 29px 20px;
    margin-full: -34px;
    width: 100%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--full100 {
    top: 11px;
    margin: 0 57px 5px;
    margin-full: -50px;
    width: 100%;
  }
}
.ck_image_in_article--full100 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--full100 span {
    padding-right: 0;
  }
}
.ck_image_in_article--full100 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--none100 {
  position: relative;
  float: none;
  margin: 0 0 20px;
  margin-none: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--none100 {
    top: 11px;
    margin: 0 29px 20px;
    margin-none: -34px;
    width: 100%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--none100 {
    top: 11px;
    margin: 0 57px 5px;
    margin-none: -50px;
    width: 100%;
  }
}
.ck_image_in_article--none100 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--none100 span {
    padding-right: 0;
  }
}
.ck_image_in_article--none100 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article img {
  max-width: 100%;
}

@media screen and (min-width: 1310px) {
  .section--loadmorewrap {
    margin: -71px 0 -10px;
  }
}
.section--special {
  /* .js_sticky {
      @include min-screen($lg) {
          top: 0;
      }

      @include min-screen($xlg) {
          top: 70px;
      }
  } */
}
.section__noresult_block {
  margin: 32px 0;
}
@media screen and (min-width: 1024px) {
  .section__noresult_block {
    margin: 37px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section__noresult_block {
    margin: 47px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .section__noresult_block .btn {
    display: block;
    width: 100%;
  }
}
.section__noresult_title {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 6px 0 5px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .section__noresult_title {
    margin: 0px 0 3px;
  }
}
@media screen and (min-width: 1310px) {
  .section__noresult_title {
    margin: 4px 0 2px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.section__noresult_desc {
  text-align: center;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 11px 0 15px 0;
}
@media screen and (min-width: 1024px) {
  .section__noresult_desc {
    margin: 15px 0;
  }
}
@media screen and (min-width: 1310px) {
  .section__noresult_desc {
    margin: 19px 0 24px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.section__noresult_desc a {
  color: #df6fa3;
}
.section__noresult_desc a:hover {
  color: #ed8ab5;
}

/*! SCEditor | (C) 2011-2013, Sam Clarke | sceditor.com/license */
.sceditor-button div,
div.sceditor-grip {
  background-image: url("../../../images/sceditor/famfamfam.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.sceditor-button-youtube div {
  background-position: 0 0;
}

.sceditor-button-link div {
  background-position: 0 -16px;
}

.sceditor-button-unlink div {
  background-position: 0 -32px;
}

.sceditor-button-underline div {
  background-position: 0 -48px;
}

.sceditor-button-time div {
  background-position: 0 -64px;
}

.sceditor-button-table div {
  background-position: 0 -80px;
}

.sceditor-button-superscript div {
  background-position: 0 -96px;
}

.sceditor-button-subscript div {
  background-position: 0 -112px;
}

.sceditor-button-strike div {
  background-position: 0 -128px;
}

.sceditor-button-source div {
  background-position: 0 -144px;
}

.sceditor-button-size div {
  background-position: 0 -160px;
}

.sceditor-button-rtl div {
  background-position: 0 -176px;
}

.sceditor-button-right div {
  background-position: 0 -192px;
}

.sceditor-button-removeformat div {
  background-position: 0 -208px;
}

.sceditor-button-quote div {
  background-position: 0 -224px;
}

.sceditor-button-print div {
  background-position: 0 -240px;
}

.sceditor-button-pastetext div {
  background-position: 0 -256px;
}

.sceditor-button-paste div {
  background-position: 0 -272px;
}

.sceditor-button-outdent div {
  background-position: 0 -288px;
}

.sceditor-button-orderedlist div {
  background-position: 0 -304px;
}

.sceditor-button-maximize div {
  background-position: 0 -320px;
}

.sceditor-button-ltr div {
  background-position: 0 -336px;
}

.sceditor-button-left div {
  background-position: 0 -352px;
}

.sceditor-button-justify div {
  background-position: 0 -368px;
}

.sceditor-button-italic div {
  background-position: 0 -384px;
}

.sceditor-button-indent div {
  background-position: 0 -400px;
}

.sceditor-button-image div {
  background-position: 0 -416px;
}

.sceditor-button-horizontalrule div {
  background-position: 0 -432px;
}

.sceditor-button-format div {
  background-position: 0 -448px;
}

.sceditor-button-font div {
  background-position: 0 -464px;
}

.sceditor-button-emoticon div {
  background-position: 0 -480px;
}

.sceditor-button-email div {
  background-position: 0 -496px;
}

.sceditor-button-date div {
  background-position: 0 -512px;
}

.sceditor-button-cut div {
  background-position: 0 -528px;
}

.sceditor-button-copy div {
  background-position: 0 -544px;
}

.sceditor-button-color div {
  background-position: 0 -560px;
}

.sceditor-button-code div {
  background-position: 0 -576px;
}

.sceditor-button-center div {
  background-position: 0 -592px;
}

.sceditor-button-bulletlist div {
  background-position: 0 -608px;
}

.sceditor-button-bold div {
  background-position: 0 -624px;
}

div.sceditor-grip {
  background-position: 0 -640px;
}

.rtl div.sceditor-grip {
  background-position: 0 -650px;
  width: 10px;
  height: 10px;
}

.sceditor-container {
  position: relative;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 13px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  line-height: 1;
  font-weight: 700;
  border-radius: 8px;
  background-clip: padding-box;
}

.sceditor-container *,
.sceditor-container:after,
.sceditor-container:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sceditor-container,
.sceditor-container div,
div.sceditor-dropdown,
div.sceditor-dropdown div {
  padding: 0;
  margin: 0;
  z-index: 3;
}

.sceditor-container iframe,
.sceditor-container textarea {
  line-height: 1;
  border: 0;
  outline: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #111;
  padding: 0;
  margin: 5px;
  resize: none;
  background: #fff;
  display: block;
}

div.sceditor-resize-cover {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.3;
}

.ie6 div.sceditor-resize-cover,
.ie7 div.sceditor-resize-cover,
.ie8 div.sceditor-resize-cover {
  background: #efefef;
}

.sceditor-maximize,
.sceditor-maximize div.sceditor-toolbar {
  border-radius: 0;
  background-clip: padding-box;
}

.sceditor-container.ie6 {
  overflow: hidden;
}

div.sceditor-grip {
  overflow: hidden;
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.sceditor-maximize {
  position: fixed;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  z-index: 2000;
}

body.sceditor-maximize,
html.sceditor-maximize {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.ie6.sceditor-maximize {
  position: absolute;
}

.sceditor-maximize div.sceditor-grip {
  display: none;
}

div.sceditor-dropdown {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  z-index: 4000;
  padding: 10px;
  line-height: 1;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

div.sceditor-dropdown a,
div.sceditor-dropdown a:link {
  color: #333;
}

div.sceditor-dropdown form {
  margin: 0;
}

div.sceditor-dropdown label {
  display: block;
  font-weight: 700;
  color: #3c3c3c;
  padding: 4px 0;
}

div.sceditor-dropdown input,
div.sceditor-dropdown textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  outline: 0;
  padding: 4px;
  border: 1px solid #ccc;
  border-top-color: #888;
  margin: 0 0 0.75em;
  border-radius: 1px;
  background-clip: padding-box;
}

div.sceditor-dropdown textarea {
  padding: 6px;
}

div.sceditor-dropdown input:focus,
div.sceditor-dropdown textarea:focus {
  border-color: #666 #aaa #aaa;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

div.sceditor-dropdown .button {
  font-weight: 700;
  color: #444;
  padding: 6px 12px;
  background: #ececec;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  margin: 0.3em 0 0;
}

div.sceditor-dropdown .button:hover {
  background: #f3f3f3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

div.sceditor-font-picker,
div.sceditor-fontsize-picker,
div.sceditor-format {
  padding: 6px 0;
}

div.sceditor-color-picker,
div.sceditor-emoticons,
div.sceditor-more-emoticons {
  padding: 0;
}

.sceditor-pastetext textarea {
  border: 1px solid #bbb;
  width: 20em;
}

.sceditor-emoticons img,
.sceditor-more-emoticons img {
  padding: 0;
  cursor: pointer;
  margin: 2px;
}

.sceditor-more {
  border-top: 1px solid #bbb;
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  padding: 6px 0;
}

.sceditor-dropdown a:hover {
  background: #eee;
}

.sceditor-font-option,
.sceditor-fontsize-option,
.sceditor-format a {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  text-decoration: none;
  color: #222;
}

.sceditor-fontsize-option {
  padding: 7px 13px;
}

.sceditor-color-column {
  float: left;
}

.sceditor-color-option {
  display: block;
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  overflow: hidden;
}

.sceditor-color-option:hover {
  border: 1px solid #333;
}

div.sceditor-toolbar {
  overflow: hidden;
  padding: 3px 5px 2px;
  background: #f5f5f5;
  border-bottom: 1px solid silver;
  line-height: 0;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}

div.sceditor-group {
  display: inline-block;
  background: #ddd;
  margin: 1px 5px 1px 0;
  padding: 1px;
  border-bottom: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}

.ie6 div.sceditor-group,
.ie7 div.sceditor-group {
  display: inline;
  zoom: 1;
}

.sceditor-button {
  float: left;
  cursor: pointer;
  padding: 3px 5px;
  width: 16px;
  height: 20px;
  border-radius: 3px;
  background-clip: padding-box;
  text-indent: -9999px;
}

.ie .sceditor-button {
  text-indent: 0;
}

.ie6 .sceditor-button,
.ie7 .sceditor-button {
  float: none !important;
  display: inline;
  zoom: 1;
}

.ie6 .sceditor-button {
  padding: 0;
}

.ie6 .sceditor-button div {
  margin: 5px;
}

.ie7 .sceditor-button div {
  margin: 5px 0;
}

.sceditor-button.active,
.sceditor-button:active,
.sceditor-button:hover {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.sceditor-button:active {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 8px rgba(0, 0, 0, 0.3);
}

.sceditor-button.disabled:hover {
  background: inherit;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sceditor-button,
.sceditor-button div {
  display: block;
}

.sceditor-button div {
  margin: 2px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.sceditor-button.disabled div {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.sceditor-button.text,
.sceditor-button.text div,
.sceditor-button.text-icon,
.sceditor-button.text-icon div,
.text .sceditor-button,
.text .sceditor-button div,
.text-icon .sceditor-button,
.text-icon .sceditor-button div {
  width: auto;
  overflow: visible;
  line-height: 16px;
  font-size: 1em;
  color: inherit;
  text-indent: 0;
}

.sceditor-button.text div,
.text .sceditor-button div {
  padding: 0 2px;
  background: 0 0;
}

.sceditor-button.text-icon div,
.text-icon .sceditor-button div {
  padding: 0 2px 0 20px;
}

.rtl div.sceditor-toolbar {
  text-align: right;
}

.rtl .sceditor-button {
  float: right;
}

.rtl div.sceditor-grip {
  right: auto;
  left: 0;
}

/****************** Start SEARCH ******************/
.search .column_sidebar {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .search .column_sidebar {
    margin: 40px 0;
  }
}
.search__placeholder--default {
  display: block;
  position: relative;
  padding-top: 100px;
  min-height: 200px;
}
@media screen and (min-width: 1024px) {
  .search__placeholder--default {
    padding-top: 50px;
    min-height: 300px;
  }
}
.search__placeholder--default:before {
  content: "";
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #efefef;
}
.search__placeholder--default .icon-custom-keyboard {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translatex(-50%) rotate(-15deg);
      -ms-transform: translatex(-50%) rotate(-15deg);
          transform: translatex(-50%) rotate(-15deg);
  font-size: 200px;
  font-size: 20rem;
}
@media screen and (min-width: 1024px) {
  .search__placeholder--default .icon-custom-keyboard {
    top: -21px;
  }
}
.search__header {
  background-color: #efefef;
  padding: 18px 0px 24px;
}
@media screen and (min-width: 540px) {
  .search__header {
    padding: 16px 0px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .search__header {
    padding: 24px 0px 35px;
  }
}
@media screen and (min-width: 1310px) {
  .search__header {
    padding: 24px 0px 35px;
  }
}
@media screen and (max-width: 1023px) {
  .search__header--wrap {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  }
}
.search__submit_btn {
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0 10px 10px 0;
  background-color: transparent;
  padding: 0;
}
.search__submit_btn .icon {
  width: 40px;
  height: 40px;
  border-radius: 0 10px 10px 0;
  color: #231f20;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
}
@media screen and (min-width: 1024px) {
  .search__submit_btn {
    width: 50px;
    height: 50px;
  }
  .search__submit_btn .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    line-height: 5rem;
  }
}
.search .form__row {
  height: 73px;
}
@media screen and (min-width: 1310px) {
  .search .form__row--search {
    height: 83px;
  }
}
.search__filters {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 14px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .search__filters {
    margin: 16px 0 0 0;
    padding: 0 156px 0 0;
  }
}
.search__filters_label {
  margin: 0;
  padding: 0 15px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: 0.075em;
  color: #231f20;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .search__filters_label {
    padding: 0 12px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .search__dropdowns_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px 0 0;
    float: left;
  }
}
.search .fake_form_select__wrap {
  width: 100%;
  margin: 16px 0 0 0;
}
.search .fake_form_select__wrap:first-of-type {
  margin: 0;
  z-index: 3;
}
.search .fake_form_select__wrap:last-of-type {
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .search .fake_form_select__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
  }
  .search .fake_form_select__wrap:first-of-type {
    padding: 0 10px 0 0;
  }
  .search .fake_form_select__wrap:last-of-type {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .search__calendar {
    position: relative;
  }
}
.search__calendars_wrap {
  position: relative;
  margin: 16px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .search__calendars_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px 0 0;
    margin: 0;
    float: left;
  }
}
.search__single_calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.search__single_calendar:first-child {
  padding: 0 8px 0 0;
}
.search__single_calendar:last-child {
  padding: 0 0 0 8px;
}
@media screen and (min-width: 1024px) {
  .search__single_calendar:first-child {
    padding: 0 10px 0 0;
  }
  .search__single_calendar:last-child {
    padding: 0 0 0 10px;
  }
}
.search__calendar_wrap {
  position: relative;
}
.search__calendar_label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 4px 0 14px;
  border-radius: 8px 0 0 10px;
  background-color: transparent;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  color: #b8b8b8;
  z-index: 1;
  pointer-events: none;
}
.search__calendar_input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 37px;
  border-radius: 8px;
  background-color: #fff;
  border: none;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 41px;
  line-height: 4.1rem;
  letter-spacing: 0.01em;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
  text-indent: -300%;
}
@media screen and (min-width: 1024px) {
  .search__calendar_input:hover {
    cursor: pointer;
  }
}
.search__calendar_input--display {
  position: absolute;
  top: 0;
  left: 35px;
  right: 0;
  width: auto;
  padding: 0 40px 0 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  pointer-events: none;
  line-height: 40px;
  line-height: 4rem;
  text-indent: 0;
}
.search__calendar_input--display:not(:empty) {
  z-index: 2;
}
.search__calendar_input:focus {
  border: 1px solid #b8b8b8;
}
.search__calendar_input + .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 0 10px 10px 0;
  background-color: transparent;
  color: #b8b8b8;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}
.search__form_calendar_overlay {
  position: absolute;
  top: 48px !important;
  left: 53px !important;
  right: auto !important;
  bottom: auto !important;
  display: none;
  width: 311px !important;
  height: 310px !important;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.search__controls {
  position: relative;
  margin: 24px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .search__controls {
    float: right;
    margin: -40px 0 0 0;
  }
}
.search__controls .btn--ghost {
  padding: 0px 5px 0px 28px;
  color: #df6fa3;
  cursor: pointer;
}
.search__controls .btn--ghost:after {
  display: none;
}
.search__controls .btn--ghost .icon {
  left: 0;
  height: 22px;
  color: #df6fa3;
}
@media screen and (min-width: 1024px) {
  .search__controls .btn--ghost {
    position: absolute;
    right: 166px;
    bottom: 100%;
    padding-right: 5px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1310px) {
  .search__controls .btn--ghost {
    bottom: 93%;
  }
}
.search__controls .btn--pink {
  float: right;
  padding: 0 25px;
  height: 40px;
  line-height: 39px;
  line-height: 3.9rem;
}
@media screen and (min-width: 1024px) {
  .search__controls .btn--pink {
    padding: 0 37px;
  }
}
.search .gldp-default {
  position: absolute;
  top: 56px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  display: block;
  width: 311px !important;
  height: 305px !important;
  margin: auto;
  border-radius: 8px;
  -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;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .search__form_calendar_inner_wrap--start .search .gldp-default {
    left: 0 !important;
    right: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .search__form_calendar_inner_wrap--end .search .gldp-default {
    right: 0 !important;
    left: auto !important;
  }
}
.search .gldp-default .core.border.monyear.title {
  background-color: #df6fa3;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
}
.search .gldp-default .monyear span {
  margin: 0 2px;
}
.search .gldp-default .core.border.monyear::after {
  background: rgba(255, 255, 255, 0.3);
}
.search .gldp-default .core.border.dow {
  background-color: #df6fa3;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #fff;
}
.search .gldp-default .core.border:not(.dow) {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #fff;
}
.search .gldp-default .core.border:not(.dow).selected:before {
  width: 30px;
  margin: auto;
  border-radius: 8px;
  background-color: #df6fa3;
  opacity: 1;
}
.search .gldp-default .core.border.outday {
  color: transparent !important;
}
.search .gldp-default .prev-arrow,
.search .gldp-default .next-arrow {
  background-color: #df6fa3;
  font-size: 20px;
  font-size: 2rem;
}
.search .gldp-default .prev-arrow:after {
  content: "\e90d";
  color: #fff;
}
.search .gldp-default .next-arrow:after {
  content: "\e90e";
  color: #fff;
}

/****************** End SEARCH ******************/
.topnews_widget {
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .topnews_widget {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1310px) {
  .topnews_widget {
    padding: 0;
  }
}

.timeline_widget {
  display: inline-block;
  padding: 0 14px 40px;
  background-color: #df6fa3;
  border: 2px solid #d45992;
}
@media screen and (min-width: 1024px) {
  .timeline_widget {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 14px 36px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1310px) {
  .timeline_widget {
    padding: 0 14px 36px;
  }
}
.timeline_widget__title {
  padding: 0;
  margin: 33px 0 0 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .timeline_widget__title {
    float: left;
    margin: 27px 0 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 38px;
    line-height: 3.8rem;
    letter-spacing: 0.15em;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .timeline_widget__title {
    margin: 29px 0 0 14px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.timeline_widget__text {
  position: relative;
  padding: 0 40px;
  margin: 24px 0 0 0;
  font: normal 300 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .timeline_widget__text {
    float: right;
    padding: 0 0 0 40px;
    margin: 27px 7px 0 0;
    font: italic 300 100% "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 38px;
    line-height: 3.8rem;
    text-align: right;
  }
}
@media screen and (min-width: 1310px) {
  .timeline_widget__text {
    margin: 29px 16px 0 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
.timeline_widget__text:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  height: 1px;
  background-color: #d45992;
}
@media screen and (min-width: 1024px) {
  .timeline_widget__text:after {
    top: 6px;
    right: 100%;
    bottom: 0;
    left: auto;
    width: 190px;
    margin: auto;
  }
}
@media screen and (min-width: 1310px) {
  .timeline_widget__text:after {
    top: 1px;
    width: 324px;
  }
}
.timeline_widget .radiobutton_group {
  position: relative;
  padding: 0 0 100px 0;
  margin: 64px -14px 0 -14px;
}
@media screen and (min-width: 1024px) {
  .timeline_widget .radiobutton_group {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 17px 0 0 0;
    clear: both;
  }
}
@media screen and (min-width: 1310px) {
  .timeline_widget .radiobutton_group {
    margin: 29px 0 0 0;
  }
}
.timeline_widget .radiobutton {
  margin-right: 8px;
}
.timeline_widget .radiobutton:first-of-type {
  margin-right: 8px;
}
.timeline_widget .radiobutton__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 20px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.14em;
  color: #5e2640;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.timeline_widget .radiobutton__label:hover {
  color: #7d3c58;
}
@media screen and (min-width: 1024px) {
  .timeline_widget .radiobutton__label {
    line-height: 37px;
    line-height: 3.7rem;
  }
}
.timeline_widget .radiobutton__input:checked + .radiobutton__label {
  color: #fff;
}
.timeline_widget .radiobutton__icon {
  top: -2px;
  line-height: 43px;
  line-height: 4.3rem;
}
@media screen and (min-width: 1024px) {
  .timeline_widget .radiobutton__icon {
    line-height: 37px;
    line-height: 3.7rem;
  }
}
@media screen and (min-width: 1310px) {
  .timeline_widget .radiobutton__icon {
    line-height: 43px;
    line-height: 4.3rem;
  }
}
.timeline_widget__dropdown_wrap {
  display: none;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .timeline_widget__dropdown_wrap {
    width: 233px;
    bottom: -45px;
  }
}
@media screen and (min-width: 1310px) {
  .timeline_widget__dropdown_wrap {
    width: 233px;
    right: 222px;
    bottom: 2px;
    left: auto;
  }
}
.timeline_widget__dropdown_wrap select {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 55px 0 20px;
  border: none;
  border-radius: 20px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #231f20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #d45992;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1024px) {
  .timeline_widget__dropdown_wrap select {
    padding: 0 50px 0 20px;
  }
}
@media screen and (min-width: 1310px) {
  .timeline_widget__dropdown_wrap select {
    padding: 0 45px 0 28px;
  }
}
.timeline_widget__dropdown_wrap option {
  padding: 0;
}
.timeline_widget__dropdown_wrap .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  color: #231f20;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .timeline_widget__dropdown_wrap .icon {
    right: 8px;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.radiobutton__input:checked ~ .timeline_widget__dropdown_wrap {
  display: block;
}
.timeline_widget__btn_wrap {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .timeline_widget__btn_wrap {
    margin: 8px 0 0 273px;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .timeline_widget__btn_wrap {
    float: right;
    text-align: center;
    margin: -42px 13px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1309px) {
  .timeline_widget__btn_wrap .btn {
    margin-top: -3px;
  }
}
.forum_widget {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .forum_widget {
    padding: 0 15px;
  }
}
.forum_widget__post_lead_text, .forum_widget__post_autho, .forum_widget__post_time, .forum_widget__post_figure {
  opacity: 0.9;
}
.forum_widget__inner_wrap {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 1024px) {
  .forum_widget__inner_wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
}
.forum_widget__header {
  position: relative;
  padding: 21px 14px 0;
  background-color: #df6fa3;
  border: 1px solid #d45992;
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .forum_widget__header {
    border: 2px solid #d45992;
    border-bottom: 0;
    padding: 0 22px;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum_widget__header {
    padding: 0 30px 18px;
  }
}
.forum_widget__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
  padding: 22px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e0e0e0;
  border-top: 0;
}
@media screen and (min-width: 1024px) {
  .forum_widget__body {
    border: 0;
    -webkit-box-shadow: inset 0 0 0 0 #e0e0e0, inset -2px 0 0 #e0e0e0, inset 0 -2px 0 0 #e0e0e0, inset 2px 0 0 #e0e0e0;
            box-shadow: inset 0 0 0 0 #e0e0e0, inset -2px 0 0 #e0e0e0, inset 0 -2px 0 0 #e0e0e0, inset 2px 0 0 #e0e0e0;
    border-radius: 0 0 8px 8px;
    padding: 26px 0 16px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.forum_widget__title {
  padding: 0 15px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.14em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .forum_widget__title {
    position: relative;
    top: 29px;
    display: inline-block;
    padding: 0;
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .forum_widget__title {
    top: 43px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.forum_widget__form {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum_widget__form {
    margin: 22px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum_widget__form {
    margin: 30px 0 0 0;
  }
}
.forum_widget .form__row {
  position: relative;
  height: 70px;
}
@media screen and (min-width: 1024px) {
  .forum_widget .form__row {
    display: inline-block;
    height: 62px;
    float: right;
  }
}
.forum_widget .form__textfield {
  padding-right: 50px;
  border: none;
  border: 1px solid #df6fa3;
}
@media screen and (min-width: 1024px) {
  .forum_widget .form__textfield {
    width: 454px;
  }
}
@media screen and (min-width: 1310px) {
  .forum_widget .form__textfield {
    width: 597px;
    height: 50px;
  }
}
.forum_widget .form__textfield:focus {
  border: 1px solid #d45992;
}
.forum_widget__submit_btn {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  color: #231f20;
  text-align: center;
}
@media screen and (min-width: 1310px) {
  .forum_widget__submit_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    line-height: 5rem;
  }
}
.forum_widget__submit_btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.forum_widget__thread_block {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.forum_widget__thread_block:first-of-type {
  margin-bottom: 25px;
}
.forum_widget__thread_block:nth-child(even) {
  padding: 0 14px;
}
@media screen and (min-width: 1024px) {
  .forum_widget__thread_block:nth-child(even) {
    padding: 0 28px 0 15px;
  }
}
.forum_widget__thread_block:nth-child(odd) {
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  .forum_widget__thread_block:nth-child(odd) {
    padding: 0 15px 0 28px;
  }
}
@media screen and (min-width: 1024px) {
  .forum_widget__thread_block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .forum_widget__thread_block:first-of-type {
    margin-bottom: 0;
  }
}
.forum_widget__thread_section {
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #8f8f8f;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .forum_widget__thread_section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.forum_widget__thread_section span a {
  color: #df6fa3;
  font-weight: 700;
}
.forum_widget__thread_section span a:hover {
  color: #ed8ab5;
}
.forum_widget__thread_title_wrap {
  margin-bottom: 22px;
}
@media screen and (min-width: 1024px) {
  .forum_widget__thread_title_wrap {
    position: relative;
  }
}
.forum_widget__thread_title {
  margin: 4px 0 0 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
  color: #231f20;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .forum_widget__thread_title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1310px) {
  .forum_widget__thread_title {
    margin: 6px 0 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
  }
}
.forum_widget__btn_wrap {
  margin: 11px 0 0 0;
  text-align: center;
}
.forum_widget__btn_wrap .btn__divider {
  margin-top: 30px;
  position: relative;
  display: block;
}
.forum_widget__btn_wrap .btn__divider:before {
  content: "";
  display: block;
  width: auto;
  height: 5px;
  background-color: #efefef;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(calc(-50% + 0.5px));
      -ms-transform: translatey(calc(-50% + 0.5px));
          transform: translatey(calc(-50% + 0.5px));
  left: 0;
  right: 0;
}
.forum_widget__btn_wrap .btn:hover {
  background-color: #ed8ab5;
}
.forum_widget__post_link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0px 16px;
}
@media screen and (min-width: 1024px) {
  .forum_widget__post_link {
    padding: 11px 0px 16px;
  }
}
@media screen and (min-width: 1310px) {
  .forum_widget__post_link {
    padding: 16px 0px 18px;
  }
}
.forum_widget__post_link:hover .forum_widget__post_lead_text,
.forum_widget__post_link:hover .forum_widget__post_author {
  color: #4d4a4b;
}
.forum_widget__post_link:hover .forum_widget__post_time {
  color: #b8b8b8;
}
.forum_widget__post_link:hover .forum_widget__post_figure {
  opacity: 0.9;
}
.forum_widget__post {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-bottom: 3px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e0e0e0;
}
.forum_widget__post:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.forum_widget--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.forum_widget--top_text {
  padding: 3px 0 0 12px;
}
.forum_widget__post_figure {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  border-radius: 8px;
  margin: 0;
}
.forum_widget__post_figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.forum_widget__post_text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
  margin-top: -2px;
}
.forum_widget__post_author {
  margin: 0;
  padding: 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #231f20;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.forum_widget__post_author:hover {
  color: #4d4a4b;
}
@media screen and (min-width: 1024px) {
  .forum_widget__post_author {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1310px) {
  .forum_widget__post_author {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
}
.forum_widget__post_lead_text {
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: -0.025em;
  color: #231f20;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 42px;
  height: 42px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .forum_widget__post_lead_text {
    margin: 15px 0 0 0px;
    line-height: 19px;
    line-height: 1.9rem;
    max-height: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 1310px) {
  .forum_widget__post_lead_text {
    margin: -2px 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem;
    max-height: 42px;
    height: 42px;
  }
}
.forum_widget__post_time {
  display: block;
  font: normal 400 100% "Source Sans Pro", 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;
  margin-top: -2px;
}
@media screen and (min-width: 1024px) {
  .forum_widget__post_time {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1310px) {
  .forum_widget__post_time {
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.column_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .column_widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .column_widget {
    -webkit-box-shadow: inset 0 0 0 2px #efefef;
            box-shadow: inset 0 0 0 2px #efefef;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border-bottom: 0;
  }
}
.column_widget__inner_wrap {
  border: 2px solid #d45992;
  border-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px -1) {
  .column_widget__inner_wrap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column_widget__inner_wrap {
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .column_widget__image {
    top: -36%;
    right: auto;
    bottom: -36%;
    left: 0;
    width: 598px;
    border-radius: 0 50% 50% 0;
    overflow: hidden;
    height: auto;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__image {
    width: 807px;
  }
}
.column_widget__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (min-width: 1024px) {
  .column_widget__background {
    top: -36%;
    right: auto;
    bottom: -36%;
    left: 0;
    width: 598px;
    border-radius: 0 50% 50% 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__background {
    width: 807px;
  }
}
@media screen and (min-width: 1024px) {
  .column_widget__background img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.column_widget__overlay {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  top: -36%;
  bottom: -36%;
  background-color: rgba(223, 111, 163, 0.9);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .column_widget__overlay {
    border-radius: 0 50% 50% 0;
    top: -36%;
    right: auto;
    bottom: -36%;
    left: 0;
    width: 598px;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__overlay {
    width: 807px;
  }
}
.column_widget__lead_block {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .column_widget__lead_block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 598px;
    padding: 0 0 0 60px;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__lead_block {
    max-width: 807px;
    padding: 0 0 0 80px;
  }
}
.column_widget__text {
  position: relative;
  padding-bottom: 22px;
  margin: 45px 0 0 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.14em;
  color: #5e2640;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .column_widget__text {
    padding-bottom: 25px;
    margin: 65px 0 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__text {
    margin: 75px 0 0 0;
  }
}
.column_widget__text:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 67px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1024px) {
  .column_widget__text:after {
    left: 0;
    -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
            transform: translatex(0);
  }
}
.column_widget__lead_title {
  padding: 0;
  margin: 23px 0 0 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .column_widget__lead_title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    padding: 0 35px 0 0;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 54px;
    line-height: 5.4rem;
    text-align: left;
    max-height: 162px;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__lead_title {
    margin: 19px 0 0 0;
    font-size: 60px;
    font-size: 6rem;
    line-height: 72px;
    line-height: 7.2rem;
    max-height: 216px;
  }
}
.column_widget__lead_title a {
  color: inherit;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.column_widget__lead_title a:hover {
  opacity: 0.9;
}
.column_widget__lead_author_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .column_widget__lead_author_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .column_widget__lead_author_link {
    padding: 0;
    margin: 18px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__lead_author_link {
    margin: 27px 0 0 0;
  }
}
.column_widget__lead_author_link:hover .column_widget__lead_author_figure img {
  opacity: 0.85;
}
.column_widget__lead_author_link:hover .column_widget__lead_author_name span {
  color: #7d3c58;
}
.column_widget__lead_author_figure {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffdbec;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .column_widget__lead_author_figure {
    width: 38px;
    height: 38px;
    margin: 0;
    float: left;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__lead_author_figure {
    width: 50px;
    height: 50px;
  }
}
.column_widget__lead_author_figure img {
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  display: block;
  width: 100%;
  height: auto;
}
.column_widget__lead_author_name, .column_widget__lead_publish_date {
  width: 100%;
  margin: 2px 0 0 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.025em;
  color: #ffdbec;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .column_widget__lead_author_name, .column_widget__lead_publish_date {
    margin: 10px 0 0 16px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__lead_author_name, .column_widget__lead_publish_date {
    margin: 12px 0 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.column_widget__lead_author_name span, .column_widget__lead_publish_date span {
  padding-left: 2px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  color: #5e2640;
}
@media screen and (max-width: 1023px) {
  .column_widget__lead_author_name, .column_widget__lead_publish_date {
    display: block;
    text-align: left;
  }
}
.column_widget__lead_publish_date {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .column_widget__lead_publish_date {
    margin: 10px 0 0 6px;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__lead_publish_date {
    margin: 12px 0 0 3px;
  }
}
.column_widget__separator {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0 8px 0 10px;
}
@media screen and (min-width: 1024px) {
  .column_widget__separator {
    margin: 0 11px 0 16px;
    width: auto;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__separator {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .column_widget__separator {
    display: none;
  }
}
.column_widget__btn_wrap {
  margin: 30px 0 49px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .column_widget__btn_wrap {
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__btn_wrap {
    margin: 41px 0 87px 0;
  }
}
.column_widget__article_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  list-style-type: none;
  padding: 0 14px 32px 14px;
  border: 2px solid #efefef;
  border-top: 0;
}
@media screen and (min-width: 1024px) {
  .column_widget__article_list {
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 28px;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__article_list {
    margin: 0;
    padding: 0 60px 0 45px;
  }
}
.column_widget__article_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 24px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .column_widget__article_list_item {
    margin: 33px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__article_list_item {
    margin: 40px 0 0 0;
  }
}
.column_widget__article_list_item:first-child {
  margin: 0;
  padding-top: 32px;
}
@media screen and (min-width: 1024px) {
  .column_widget__article_list_item:first-child {
    padding-top: 9px;
  }
}
.column_widget__author_figure {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
}
@media screen and (min-width: 1024px) {
  .column_widget__author_figure {
    width: 53px;
    height: 53px;
    -ms-flex-preferred-size: 53px;
        flex-basis: 53px;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__author_figure {
    width: 70px;
    height: 70px;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
  }
}
.column_widget__author_figure img {
  display: block;
  width: 100%;
  height: auto;
}
.column_widget__author_figure:before {
  border-radius: 50%;
}
.column_widget__article_link {
  display: block;
}
.column_widget__article_link:hover .article_list__figure {
  opacity: 0.85;
}
.column_widget__article_data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .column_widget__article_data {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__article_data {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    padding-left: 30px;
  }
}
.column_widget__article_title {
  margin: 0;
  padding: 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  -webkit-line-clamp: 2;
}
.column_widget__article_title:hover {
  color: #4d4a4b;
}
@media screen and (min-width: 1024px) {
  .column_widget__article_title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.01em;
    max-height: 40px;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__article_title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    max-height: 52px;
  }
}
.column_widget__author_link {
  display: inline-block;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .column_widget__author_link {
    margin: 1px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__author_link {
    margin: 4px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .column_widget__author {
    margin-left: 10px;
  }
}
.column_widget__author_name {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #df6fa3;
  text-transform: uppercase;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.column_widget__author_name:hover {
  color: #ed8ab5;
}
@media screen and (min-width: 1024px) {
  .column_widget__author_name {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__author_name {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.column_widget__bullet {
  display: inline;
  padding: 0 7px;
  color: #b8b8b8;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.column_widget__publish_date {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #b8b8b8;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .column_widget__publish_date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 1310px) {
  .column_widget__publish_date {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

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

.story_widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 35px 0 40px 0;
  background-color: #df6fa3;
  border: 2px solid #d45992;
  border-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .story_widget {
    border-bottom: 0;
    padding: 0 20px 15px 28px;
    border-radius: 8px;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .story_widget {
    padding: 0 40px 30px 37px;
  }
}
.story_widget__title {
  margin: 0;
  padding: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .story_widget__title {
    display: inline-block;
    margin: 27px 0 0 0;
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .story_widget__title {
    margin: 38px 0 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.story_widget .btn {
  margin: 27px 0 0 0;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .story_widget .btn {
    margin: 15px 0 0 0;
    float: right;
  }
}
@media screen and (min-width: 1310px) {
  .story_widget .btn {
    margin: 30px 0 0 0;
  }
}

.weather_widget {
  padding: 0 14px 60px;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 1024px) {
  .weather_widget {
    padding: 0 30px;
    margin: 0 0 79px 0;
    max-width: unset;
  }
}
@media screen and (min-width: 1310px) {
  .weather_widget {
    margin: 0 0 11px 0;
  }
}
.weather_widget .main_tile__label {
  padding-top: 0px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .weather_widget .main_tile__label {
    padding: 0;
  }
}
.weather_widget__select_wrap {
  position: relative;
  z-index: 2;
  display: block;
  width: 234px;
  margin: 0px auto;
}
.weather_widget__label {
  color: #231f20;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  text-align: center;
}
.weather_widget__label .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  color: #231f20;
}
.weather_widget__select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1px;
  text-overflow: "";
  width: 237px;
  height: 40px;
  padding: 0 40px 0 14px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  font: normal 300 100% "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: 0.025em;
  color: #231f20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
  /* hide select arrow for IE */
}
.weather_widget__select:hover {
  cursor: pointer;
}
.weather_widget__select::-ms-expand {
  display: none;
}
.weather_widget__select option {
  font: normal 300 100% "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: 0.025em;
  text-transform: none;
  padding: 5px 10px;
  text-transform: none;
}
.weather_widget__today {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 35px 0;
}
@media screen and (min-width: 1310px) {
  .weather_widget__today {
    padding: 7px 0 35px 0;
  }
}
.weather_widget__today .weather_widget__icon_wrap {
  position: relative;
  top: 0;
  bottom: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.weather_widget__today .weather_widget__icon_figure {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  margin-left: -20px;
  -webkit-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;
  width: 180px;
}
@media screen and (min-width: 1024px) {
  .weather_widget__today .weather_widget__icon_figure img,
  .weather_widget__today .weather_widget__icon_figure svg {
    width: 200px;
    left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
.weather_widget__today .weather_widget__icon_figure svg path {
  fill: #df6fa3;
}
.weather_widget__today .weather_widget__data_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0;
  margin: 10px 0 0 0;
  float: right;
}
@media screen and (min-width: 1024px) {
  .weather_widget__today .weather_widget__data_wrap {
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .weather_widget__today .weather_widget__data_wrap {
    margin: 16px 0 0 0;
  }
}
.weather_widget__today .weather_widget__data_wrap,
.weather_widget__today .weather_widget__icon_wrap {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.weather_widget__today .weather_widget__now p {
  margin: 1px 0 0 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem;
  color: #231f20;
}
@media screen and (min-width: 1310px) {
  .weather_widget__today .weather_widget__now p {
    margin: 2px 0 0 0;
  }
}
.weather_widget__today .weather_widget__now small {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231f20;
}
.weather_widget__today .weather_widget__pressure,
.weather_widget__today .weather_widget__humidity {
  margin: 9px 0 0 0;
}
.weather_widget__today .weather_widget__pressure small,
.weather_widget__today .weather_widget__humidity small {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231f20;
}
.weather_widget__today .weather_widget__pressure p,
.weather_widget__today .weather_widget__humidity p {
  margin: 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #231f20;
}
.weather_widget__today .weather_widget__humidity {
  margin: 15px 0 0 0;
}
.weather_widget__today .weather_widget__humidity small {
  line-height: 26px;
  line-height: 2.6rem;
}
.weather_widget__separator {
  width: 100px;
  height: 1px;
  margin: 0 auto;
  background-color: #e0e0e0;
}
.weather_widget__later {
  position: relative;
  padding: 30px 0 38px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .weather_widget__later {
    padding: 41px 0 38px 0;
  }
}
.weather_widget__later .weather_widget__icon_wrap {
  position: relative;
  top: 0;
  bottom: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.weather_widget__later .weather_widget__icon_figure {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-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;
  max-width: 200px;
}
.weather_widget__later .weather_widget__icon_figure svg path {
  fill: #df6fa3;
}
.weather_widget__later .weather_widget__data_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 11px 0 0 0;
  float: right;
}
@media screen and (min-width: 1024px) {
  .weather_widget__later .weather_widget__data_wrap {
    margin: 0;
  }
}
.weather_widget__later .weather_widget__data_wrap,
.weather_widget__later .weather_widget__icon_wrap {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.weather_widget__later .weather_widget__now p {
  margin: 6px 0 0 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem;
  color: #231f20;
}
.weather_widget__later .weather_widget__now small {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231f20;
}
.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% "Playfair Display", 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 400 100% "Playfair Display", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #231f20;
}
.weather_widget__later .weather_widget__humidity {
  margin: 14px 0 0 0;
}
.weather_widget__btn_wrap {
  text-align: center;
}
.weather_widget .btn--red {
  padding: 9px 35px;
}

@-webkit-keyframes DrawBubbleOne {
  0% {
    stroke-dashOffset: 250;
    opacity: 1;
  }
  100% {
    stroke-dashOffset: 0;
    opacity: 1;
  }
}

@keyframes DrawBubbleOne {
  0% {
    stroke-dashOffset: 250;
    opacity: 1;
  }
  100% {
    stroke-dashOffset: 0;
    opacity: 1;
  }
}
@-webkit-keyframes DrawBubbleTwo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes DrawBubbleTwo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.funzone {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1024px) {
  .funzone {
    display: none;
  }
}
.funzone__wrap {
  position: fixed;
  bottom: 13px;
  right: 13px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #d45992;
  -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--custom .funzone__wrap, .funzone--missmama .funzone__wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.funzone--iseljavanje .funzone__wrap {
  background-color: transparent;
}
.funzone__img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 2px;
}
.funzone--iseljavanje .funzone__img, .funzone--supertata .funzone__img {
  padding: 0;
}
.funzone__img img {
  display: block;
  width: 100%;
  height: auto;
}
.funzone__animate {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  *zoom: 1;
}
.funzone__animate:before, .funzone__animate:after {
  content: "";
  display: table;
}
.funzone__animate:after {
  clear: both;
}
.funzone__bubble {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
}
.funzone__bubble--01 {
  top: 10px;
  left: 7px;
  opacity: 0;
  width: 38px;
  height: 42px;
  -webkit-animation-name: DrawBubbleOne;
          animation-name: DrawBubbleOne;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  stroke-dashArray: 250;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.funzone__bubble--02 {
  top: 24px;
  left: 25px;
  width: 22px;
  height: 18px;
  opacity: 0;
  -webkit-animation-name: DrawBubbleTwo;
          animation-name: DrawBubbleTwo;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.users {
  padding: 20px 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.users:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.users__title {
  padding: 0 0 10px;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.users__separator {
  margin: 0 -20px;
  padding: 0 0 20px;
}
.users__avatar_help {
  background: #333;
}
.users__list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

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

@media screen and (min-width: 1024px) and (max-width: 1310px) {
  .profile__left_sidebar {
    margin-right: -10px;
  }
}
.profile__tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 0 17px;
  padding: 0;
  font-size: 0;
  background-color: #df6fa3;
}
@media screen and (min-width: 1024px) {
  .profile__tab {
    display: none;
  }
}
.profile__tab_btn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.05em;
  color: #5e2640;
  text-transform: uppercase;
  text-align: center;
}
.profile__tab_btn.is_active {
  color: #fff;
}
.profile__section {
  position: relative;
  display: none;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .profile__section {
    display: block;
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 1310px) {
  .profile__section {
    margin: 0 0 90px 0;
  }
}
.profile__section.is_active {
  display: block;
}
.profile__section_inner {
  position: relative;
  margin: 0 0 39px 0;
  padding: 0;
  background: #fff;
}
.profile__sidebox {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  *zoom: 1;
}
.profile__sidebox:before, .profile__sidebox:after {
  content: "";
  display: table;
}
.profile__sidebox:after {
  clear: both;
}
@media screen and (min-width: 540px) {
  .profile__sidebox {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .profile__sidebox {
    padding: 0;
  }
}
.profile__sidebox--avatar {
  margin: 26px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .profile__sidebox--avatar {
    padding: 2px 18px 0;
    margin: 0;
  }
}
.profile__sidebox .btn--ghost:hover {
  color: #8f8f8f;
}
.profile__sidebox .btn--ghost:hover .icon {
  color: #8f8f8f;
}
.profile__sidebox--basic_info {
  margin: 26px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .profile__sidebox--basic_info {
    padding: 0;
  }
}
.profile__sidebox--personal_info {
  margin: 41px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .profile__sidebox--personal_info {
    padding: 0;
  }
}
.profile__sidebox--social {
  margin: 38px 0 55px 0;
}
@media screen and (min-width: 1024px) {
  .profile__sidebox--social {
    padding: 0;
  }
}
.profile__sidebox--social .btn--fb {
  display: inline-block;
  padding: 0 34px;
  margin: 25px 0 0 0;
}
.profile__sidebox--forum {
  margin: 38px 0 0 0;
}
.profile__sidebox--forum .form__row {
  height: auto;
}
.profile__sidebox--forum .form__row--nickname {
  height: 113px;
}
.profile__sidebox--forum .form__textarea {
  height: 170px;
  padding: 10px 40px 10px 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  color: #b8b8b8;
  resize: none;
}
.profile__sidebox_avatar {
  position: relative;
  display: block;
  margin: 25px 0 0 0;
  padding: 0 0 21px 0;
  border-bottom: 1px solid #e0e0e0;
}
.profile__sidebox_avatar--public {
  border-bottom: 0;
}
.profile__sidebox_figure_wrap {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.profile__sidebox_figure {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.profile__sidebox_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.profile__sidebox_avatar_change {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(223, 111, 163, 0.8);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
.profile__sidebox_avatar_change .icon {
  position: relative;
  display: block;
  margin: 40px 0 4px;
  font-size: 24px;
  font-size: 2.4rem;
}
.profile__sidebox_avatar_name {
  position: relative;
  display: block;
  margin: 20px 0 0;
  padding: 0 10px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: 0em;
  color: #231f20;
  text-align: center;
  word-break: break-word;
}
.profile__sidebox_avatar_button {
  position: relative;
  margin: 23px 0 13px;
}
.profile__sidebox--avatar .profile__sidebox_avatar_button {
  margin: 11px 0 13px;
}
.profile__sidebox_list {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  *zoom: 1;
}
.profile__sidebox_list:before, .profile__sidebox_list:after {
  content: "";
  display: table;
}
.profile__sidebox_list:after {
  clear: both;
}
.profile__sidebox_list_item {
  position: relative;
  margin: 0;
  padding: 0;
}
.profile__sidebox_list_item--radiobutton {
  padding: 5px 0 0 0;
}
.profile__sidebox_list_item--radiobutton .form__label {
  padding: 0 11px;
}
.profile__sidebox_list_item--radiobutton .radiobutton {
  margin: 0 33px 0 2px;
}
.profile__sidebox_list_item .form__input_icon {
  line-height: 37px !important;
  line-height: 3.7rem !important;
}
.profile__sidebox_list_item span.form__textfield {
  color: #8f8f8f;
  margin-bottom: 25px;
}
.modal--edit .profile__sidebox_list_item {
  height: 97px;
}
.modal--edit .profile__sidebox_list_item.has_textarea {
  height: 120px;
}
.profile__sidebox--additional_info {
  padding: 14px 10px 8px 10px;
}
.profile__sidebox--additional_info p {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #b8b8b8;
}
.profile__list {
  position: relative;
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.profile__list.is_active {
  display: block;
}
.profile__list .btn--loadmore {
  margin: 40px auto 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 1310px) {
  .profile__list .btn--loadmore {
    margin: 50px auto 0;
  }
}
.profile__list .btn--loadmore.is_loading {
  background-color: #fff;
  color: #df6fa3;
}
.profile__list .btn--loadmore.is_loading .icon {
  animation: rotateLoadIcon 2s linear infinite;
  -webkit-animation: rotateLoadIcon 2s linear infinite;
}
@media screen and (min-width: 540px) {
  .profile__list {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .profile__list {
    padding: 0;
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .profile__list {
    padding: 0;
    margin-left: -14px;
    margin-right: -14px;
  }
}
.profile__list_tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.profile__list_tab:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 5px;
  background-color: #efefef;
}
@media screen and (min-width: 1024px) {
  .profile__list_tab {
    height: 51px;
  }
}
.profile__list_slider {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 5px;
  background-color: #df6fa3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.profile__list_slider.is_public {
  width: 100%;
}
.profile__list_tab_btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .profile__list_tab_btn {
    padding-top: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.14em;
  }
}
.profile__list_tab_btn.is_active {
  color: #df6fa3;
}
.profile__list_tab_btn:hover {
  color: #4d4a4b;
}
.profile__list_tab_btn:nth-child(1).is_active ~ .profile__list_slider {
  left: 0;
}
.profile__list_tab_btn:nth-child(2).is_active ~ .profile__list_slider {
  left: 50%;
}
.profile__sidebox_footer {
  position: relative;
  height: 49px;
  margin: 10px 0 0;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}
.profile__sidebox_footer .btn {
  margin-top: 9px;
}
.profile__sidebox--basic_info .profile__sidebox_footer {
  margin: 4px 0 0 0;
}
.profile__sidebox--basic_info .profile__sidebox_footer .btn {
  margin-top: 10px;
}
.profile__sidebox--social .profile__sidebox_footer {
  margin: 30px 0 0 0;
}
.profile__sidebox--social .profile__sidebox_footer .btn {
  margin-top: 11px;
}
.profile__edit--icon {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
}
.profile__edit--icon .icon {
  width: 40px;
  float: right;
}

.act {
  position: relative;
  display: block;
  margin: 0;
  padding: 16px 14px 12px;
}
@media screen and (min-width: 1024px) {
  .act {
    padding: 10px 19px 5px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .act:first-of-type {
    padding-top: 7px;
  }
}
.act:nth-child(even) {
  background-color: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .act:nth-child(even) {
    background-color: transparent;
  }
}
.act:nth-child(odd) {
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .act:nth-child(odd) {
    background-color: #f5f5f5;
  }
}
.act:first-of-type {
  border-top: 0;
}
.act__header {
  position: relative;
  display: block;
  margin: 0 0 6px 0;
  padding: 0;
  *zoom: 1;
}
.act__header:before, .act__header:after {
  content: "";
  display: table;
}
.act__header:after {
  clear: both;
}
.act__figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .act__figure {
    top: 10px;
    bottom: auto;
  }
}
.act__figure a {
  display: block;
}
.act__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.act__figure + .act__title, .act__figure ~ .act__time {
  padding-left: 70px;
}
.act__user {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1a1a1a;
}
.act__title {
  position: relative;
  display: block;
  margin: 6px 0 0;
  padding: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .act__title {
    margin: 14px 0 0;
  }
}
.act__title span {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
}
.act__user_link {
  font: normal 700 100% "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #231f20;
}
.act__time {
  position: relative;
  display: block;
  margin: 4px 0 0;
  padding: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #b8b8b8;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .act__time {
    display: none;
  }
}
.act__time--footer {
  display: none;
  margin: 0;
  line-height: 32px;
  line-height: 3.2rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .act__time--footer {
    top: 12px;
    display: inline-block;
    margin: 0 0 0 29px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.act__main {
  position: relative;
  margin: 1px 0 0;
  padding: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .act__main {
    margin: 6px 0 0;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.act__main a {
  display: block;
}
@media screen and (min-width: 1024px) {
  .act__main--narrow {
    padding: 0 0 0 70px;
  }
}
.act__footer {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  *zoom: 1;
  font-size: 0;
}
.act__footer:before, .act__footer:after {
  content: "";
  display: table;
}
.act__footer:after {
  clear: both;
}
.act__footer > *:first-child {
  margin-left: 0;
  top: 0;
}
@media screen and (min-width: 1310px) {
  .act__footer {
    margin: 11px 0 5px;
  }
}
.act__footer--button {
  margin: 15px 0 18px;
}
@media screen and (min-width: 1024px) {
  .act__footer--button {
    margin: 1px 0 14px;
  }
}

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

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

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

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

.prijava__separator {
  position: relative;
  top: -16px;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  font: italic 400 100% "Source Sans Pro", 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: 320px;
  margin-left: 185px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  -webkit-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  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: 1023px) {
  .ntfs {
    left: 0px;
    width: auto;
    right: 0px;
    margin: 0;
  }
}
@media screen and (min-width: 540px) {
  .ntfs {
    right: 0px;
    left: auto;
    width: 320px;
    border-radius: 0 0 8px 8px;
  }
}
.ntfs.header--small {
  top: 70px;
}
@media screen and (min-width: 1024px) {
  .ntfs {
    right: 0;
    top: 64px;
  }
}
@media screen and (min-width: 1310px) {
  .ntfs {
    top: 80px;
  }
}
.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;
  }
}
@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;
  box-sizing: border-box;
  padding: 12px 14px;
  margin: 0;
  background: #fff;
  text-align: left;
  *zoom: 1;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 21px 21px -21px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0px 21px 21px -21px rgba(0, 0, 0, 0.08);
}
.ntfs__header:before, .ntfs__header:after {
  content: "";
  display: table;
}
.ntfs__header:after {
  clear: both;
}
.ntfs__header--unlogged {
  padding: 55px 14px 19px 14px;
}
.ntfs__header .btn {
  display: inline-block;
  padding: 0 13px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.ntfs__header .btn--fb {
  padding-left: 51px;
  padding-right: 15px;
  margin-left: 6px;
  background-color: #3b5998;
}
@media screen and (min-width: 360px) {
  .ntfs__header .btn--fb {
    margin-left: 18px;
  }
}
.ntfs__header .btn--fb:hover {
  background-color: #4e6da6;
}
.ntfs__header--above_nano {
  padding: 6px 14px 5px 14px;
  border-top: 1px solid #e0e0e0;
  text-align: right;
}
.ntfs__header--above_nano span {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #231f20;
  text-transform: uppercase;
}
.ntfs__header--above_nano .ntfs__header_link {
  float: right;
  height: auto;
  margin: 0;
  line-height: 12px;
  line-height: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: none;
  color: #8f8f8f;
  text-decoration: none;
  cursor: pointer;
}
.ntfs__header--btn_wrap {
  display: block;
}
.ntfs__header--btn_wrap .btn {
  width: 100%;
  margin: 0;
}
.ntfs__header--btn_wrap .btn--fb {
  padding-right: 51px;
}
.ntfs__header--button_separator {
  position: relative;
  display: block;
  margin: 16px 0 18px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
.ntfs__header--button_separator:after, .ntfs__header--button_separator:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 44%;
  margin: auto;
  background-color: #e0e0e0;
}
.ntfs__header--button_separator:after {
  left: 0;
}
.ntfs__header--button_separator:before {
  right: 0;
}
.ntfs__header_figure_wrap {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 5px 9px 0 0;
  padding: 0;
  overflow: hidden;
}
.ntfs__header_figure {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}
.ntfs__header_figure:before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.ntfs__header_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.ntfs__header_name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  height: 27px;
  margin: 4px 0 0 0;
  padding: 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #231f20;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
}
.ntfs__header_link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -4px;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-decoration: none;
  color: #231f20;
  text-transform: none;
  -webkit-transition: color 0.12s ease-in-out;
  transition: color 0.12s ease-in-out;
}
.ntfs__header_link span {
  color: #231f20;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-shadow: inset 0 -8px 0 #e0e0e0;
          box-shadow: inset 0 -8px 0 #e0e0e0;
}
.ntfs__header_link:hover span {
  -webkit-box-shadow: inset 0 -8px #efefef;
          box-shadow: inset 0 -8px #efefef;
}
.ntfs__header--above_nano .ntfs__header_link {
  position: relative;
  top: 1px;
  font-size: 12px;
  font-size: 1.2rem;
}
.ntfs__header_link--block {
  position: relative;
  font: normal 400 100% "Playfair Display", serif;
  display: block;
  height: 30px;
  padding: 0 14px;
  z-index: 10;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.06em;
}
.ntfs__header_link--block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 1px;
}
.ntfs__header_link--block > span {
  font: normal 400 100% "Playfair Display", serif;
  text-transform: none;
  color: #231f20;
  float: right;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  text-decoration: underline;
}
.ntfs__cards {
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 14px;
  font-size: 0;
}
.ntfs__card {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: 0 0 0 5px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #fff;
}
.ntfs__card--yellow.is_active {
  top: 0;
  background: #feda10;
  border: 1px solid #dfbf0e;
}
.ntfs__card--red.is_active {
  top: 0;
  background: #fd3425;
  border: 1px solid #d62518;
}
.ntfs__header_close {
  position: absolute;
  top: 4px;
  right: 12px;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto 0;
  color: #231f20;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .ntfs__header_close:hover {
    color: #4d4a4b;
  }
}
.ntfs__header--unlogged .ntfs__header_close {
  margin: 0;
  top: 9px;
}
.ntfs__content {
  position: relative;
  margin: 0;
  padding: 0;
}
.ntfs__list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ntfs__list_item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.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 #e0e0e0;
}
.ntfs__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 50px;
  height: auto;
  margin: 0;
  padding: 14px;
  text-decoration: none;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
.ntfs__link--seen {
  background: #fff;
}
.ntfs__link--admin:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #df6fa3;
  position: absolute;
  left: 7px;
  top: 14px;
  z-index: 1;
}
.ntfs__link:hover {
  border-bottom: 1px solid #e0dfce;
  background-color: #fffbc9;
}
.ntfs__figure_wrap {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 6px 18px 0 6px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
  overflow: hidden;
}
.ntfs__figure {
  position: relative;
  overflow: hidden;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin: 0;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
          box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
}
.ntfs__figure:before {
  z-index: 3;
}
.ntfs__figure--banned {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  background: #eb0000;
}
.ntfs__figure img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.ntfs__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 3px;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #231f20;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-left: 9px;
}
@media screen and (min-width: 1024px) {
  .ntfs__text {
    -ms-flex-preferred-size: 231px;
        flex-basis: 231px;
  }
}
.no_image .ntfs__text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-left: 0;
}
.ntfs__text strong {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  margin-right: 10px;
}
.ntfs__text strong:empty {
  display: none;
}
.ntfs__title {
  margin: 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #231f20;
}
.ntfs__text_content {
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #231f20;
}
.ntfs__time {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0;
  padding: 3px 0 0 0;
  text-decoration: none;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 10px;
  line-height: 1rem;
  letter-spacing: 0.05em;
  color: #b8b8b8;
  text-transform: uppercase;
}
.ntfs__icon {
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: block;
}
.ntfs__icon > span {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  line-height: 1.6rem;
}
.ntfs__icon > span::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1197dd;
  text-align: center;
}
.ntfs__link--seen .ntfs__icon > span::after {
  color: #9c9c9c;
}
.ntfs__icon--reply > span::after {
  content: "\f265";
}
.ntfs__icon--message > span::after {
  content: "\e907";
}
.ntfs__icon--follow > span::after {
  content: "\f277";
}
.ntfs__icon--ban > span::after {
  content: "\f119";
  color: #eb0000;
}
.ntfs__icon--eye > span::after {
  content: "\f15c";
}
.ntfs__icon--redcard > span {
  position: relative;
  right: 2px;
  display: block;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 1px solid #d62518;
  border-radius: 2px;
  background: #fd3425;
}
.ntfs__icon--redcard > span ::after {
  display: none;
}
.ntfs__icon--yellowcard > span {
  position: relative;
  right: 2px;
  display: block;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 1px solid #dfbf0e;
  border-radius: 2px;
  background: #feda10;
}
.ntfs__icon--yellowcard > span ::after {
  display: none;
}
.home .fold_home__top_banner + .fold_home__special_widget {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__top_banner + .fold_home__special_widget {
    margin: 30px 0 -10px 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home__top_banner + .fold_home__special_widget {
    margin: 40px 0 -20px;
  }
}
.home .fold_home_a--part1 {
  margin-top: 14px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a--part1 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_a--part1 {
    margin-top: 60px;
  }
}
.home .fold_home_a--part2 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a--part2 {
    margin: 51px 0 0 0;
  }
}
.home .fold_home_a__block_3 div:last-child .card--04 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a__block_3 div:last-child .card--04 {
    margin: 0;
  }
}
.home .fold_home_a__block_4 div:first-child .card--05 {
  margin: 22px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a__block_4 div:first-child .card--05 {
    margin: 51px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_a__block_4 div:first-child .card--05 {
    margin: 57px 0 0 0;
  }
}
.home .fold_home_a__block_4 div:nth-child(2) .card--05 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a__block_4 div:nth-child(2) .card--05 {
    margin: 45px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_a__block_4 div:nth-child(2) .card--05 {
    margin: 60px 0 0 0;
  }
}
.home .fold_home_a__extra_news div .card--05 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a__extra_news div .card--05 {
    margin: 45px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_a__extra_news div .card--05 {
    margin: 60px 0 0 0;
  }
}
.home .fold_home_a .topnews_widget {
  position: relative;
  margin: 29px 0 0 0;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a .topnews_widget {
    top: -8px;
    margin: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_a .topnews_widget {
    top: -3px;
  }
}
.home .fold_home_a .topnews_widget .main_tile__content {
  margin: 7px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a .topnews_widget .main_tile__content {
    margin: 13px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_a .topnews_widget .main_tile__content {
    margin: 23px 0 0 0;
  }
}
.home .fold_home__forum_search_widget {
  margin-top: 17px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__forum_search_widget {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home__forum_search_widget {
    margin-top: 39px;
  }
}
.home .fold_home__timeline_widget {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__timeline_widget {
    padding: 0 15px;
    margin: 48px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home__timeline_widget {
    margin: 89px 0 0 0;
  }
}
.home .fold_home__recommend_widget {
  margin-top: 23px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__recommend_widget {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home__recommend_widget {
    margin-top: 65px;
  }
}
.home .fold_home__recommend_widget .main_tile__content {
  margin: 7px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__recommend_widget .main_tile__content {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home__recommend_widget .main_tile__content {
    margin: 36px 0 0 0;
  }
}
.home .fold_home__recommend_widget .main_tile__content div:first-child .card--recommend_widget {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .home .fold_home__recommend_widget .main_tile__content div:first-child .card--recommend_widget {
    margin-top: 2px;
  }
}
.home .fold_home__recommend_widget .main_tile__content div:first-child .card--recommend_widget:before {
  display: none;
}
.home .fold_home__special_widget {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__special_widget {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home__special_widget {
    margin-top: 72px;
  }
}
.home .fold_home_b {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_b {
    margin-top: 80px;
  }
}
.home .fold_home_b__block_2 {
  margin: 12px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__block_2 {
    margin: 15px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_b__block_2 {
    margin: 45px 0 0 0;
  }
}
.home .fold_home_b__block_3 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__block_3 {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_b__block_3 {
    margin: 70px 0 0 0;
  }
}
.home .fold_home_b__block_3 div:last-child .card--04 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__block_3 div:last-child .card--04 {
    margin: 0;
  }
}
.home .fold_home_b__block_4 div:first-child .card--05 {
  margin: 31px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__block_4 div:first-child .card--05 {
    margin: 51px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_b__block_4 div:first-child .card--05 {
    margin: 57px 0 0 0;
  }
}
.home .fold_home_b__block_4 div:nth-child(2) .card--05 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__block_4 div:nth-child(2) .card--05 {
    margin: 45px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_b__block_4 div:nth-child(2) .card--05 {
    margin: 60px 0 0 0;
  }
}
.home .fold_home_b__column_widget {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__column_widget {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_b__column_widget {
    margin-top: 90px;
  }
}
.home .fold_home__top_gifts {
  margin: 23px auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__top_gifts {
    margin: 33px auto -7px auto;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home__top_gifts {
    margin: 65px auto -10px auto;
  }
}
.home .fold_home__top_gifts .main_tile__content {
  margin: 17px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__top_gifts .main_tile__content {
    margin: 27px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home__top_gifts .main_tile__content {
    margin: 43px 0 0 0;
  }
}
.home .fold_home__top_gifts .main_tile__content .card--topgifts_widget {
  margin: 20px 0 0 0;
  padding: 21px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__top_gifts .main_tile__content .card--topgifts_widget {
    margin: 0;
    padding: 0;
  }
}
.home .fold_home__top_gifts .main_tile__content div:first-child .card--topgifts_widget {
  margin: 0;
  padding: 0;
}
.home .fold_home__top_gifts .main_tile__content div:first-child .card--topgifts_widget:before {
  display: none;
}
.home .fold_home_c--part1 {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c--part1 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_c--part1 {
    margin-top: 80px;
  }
}
.home .fold_home_c--part1 .column_sidebar {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c--part1 .column_sidebar {
    margin: 0;
  }
}
.home .fold_home_c__block_2 {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c__block_2 {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_c__block_2 {
    margin-top: 45px;
  }
}
.home .fold_home_c__block_2 div:last-child .card--04 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c__block_2 div:last-child .card--04 {
    margin: 0;
  }
}
.home .fold_home_c__block_3 div:first-child .card--05 {
  margin: 31px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c__block_3 div:first-child .card--05 {
    margin: 51px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_c__block_3 div:first-child .card--05 {
    margin: 57px 0 0 0;
  }
}
.home .fold_home_c__block_3 div:nth-child(2) .card--05 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c__block_3 div:nth-child(2) .card--05 {
    margin: 45px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_c__block_3 div:nth-child(2) .card--05 {
    margin: 60px 0 0 0;
  }
}
.home .fold_home_feed {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_feed {
    margin: 75px 0 70px 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_feed {
    margin: 121px 0 110px 0;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_feed .main_tile__label:before {
    left: 14px;
  }
  .home .fold_home_feed .main_tile__label:after {
    right: 14px;
  }
}
.home .fold_home_feed .main_tile__loadmore {
  margin: 40px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_feed .main_tile__loadmore {
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_feed .main_tile__loadmore {
    margin: 70px 0 0 0;
  }
}
.home .fold_home_feed__extra_news {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_feed__extra_news {
    margin: 49px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .home .fold_home_feed__extra_news {
    margin: 60px 0 0 0;
  }
}
.home .fold_home_feed .column_sidebar {
  margin: 24px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_feed .column_sidebar {
    margin: -14px 0 0 0;
  }
}

.article .column_sidebar {
  margin: 4px 0 0 0;
}
@media screen and (min-width: 768px) {
  .article .column_sidebar {
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .article .column_sidebar {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .article .fold_article__article_body {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__article_body {
    margin: 60px 0 0 0;
  }
}
.article .fold_article__more_from_section {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__more_from_section {
    margin-top: 81px;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__more_from_section {
    margin-top: 90px;
    margin-bottom: 100px;
  }
}
.article .fold_home__top_gifts {
  margin: 23px auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .article .fold_home__top_gifts {
    margin: 33px auto -7px auto;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_home__top_gifts {
    margin: 65px auto -10px auto;
  }
}
.article .fold_home__top_gifts .main_tile__content {
  margin: 17px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_home__top_gifts .main_tile__content {
    margin: 27px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_home__top_gifts .main_tile__content {
    margin: 43px 0 0 0;
  }
}
.article .fold_home__top_gifts .main_tile__content .card--topgifts_widget {
  margin: 20px 0 0 0;
  padding: 21px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_home__top_gifts .main_tile__content .card--topgifts_widget {
    margin: 0;
    padding: 0;
  }
}
.article .fold_home__top_gifts .main_tile__content div:first-child .card--topgifts_widget {
  margin: 0;
  padding: 0;
}
.article .fold_home__top_gifts .main_tile__content div:first-child .card--topgifts_widget:before {
  display: none;
}
.article .fold_article__tes_widget {
  margin-bottom: 56px;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__tes_widget {
    margin-bottom: 59px;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__tes_widget {
    margin-bottom: 96px;
  }
}
.article .fold_article__tes_widget iframe {
  width: 100%;
}
.article .fold_article__most_commented {
  margin: 40px 0 30px 0;
  padding-bottom: 3px;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__most_commented {
    padding-bottom: 0;
    margin: 54px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__most_commented {
    margin: 59px 0 0;
  }
}
.article .fold_article__most_commented .main_tile {
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__most_commented .main_tile {
    padding: 0 47px;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__most_commented .main_tile {
    padding: 0 177px 0 145px;
  }
}
@media screen and (min-width: 1024px) {
  .article .fold_article__most_commented .main_tile__label {
    text-align: left;
  }
}
.article .fold_article__most_commented .main_tile__content {
  margin: -4px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__most_commented .main_tile__content {
    margin: 26px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__most_commented .main_tile__content {
    margin: 36px 0 0 0;
  }
}
.article .fold_article__most_commented .row > div:last-child .card--most_commented:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__most_commented .row > div:last-child .card--most_commented:after {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .article .fold_article__most_commented .row > div:nth-child(1) .card--most_commented,
  .article .fold_article__most_commented .row > div:nth-child(2) .card--most_commented {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .article .fold_article__most_commented .row > div:nth-child(1) .card--most_commented:after,
  .article .fold_article__most_commented .row > div:nth-child(2) .card--most_commented:after {
    display: none;
  }
}
.article .fold_article__recommender {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__recommender {
    padding: 0 33px;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__recommender {
    padding: 0 47px;
    margin-top: 70px;
  }
}
.article .topnews_widget {
  margin: 0 0 53px 0;
}
@media screen and (min-width: 1024px) {
  .article .topnews_widget {
    padding: 0 10px;
    margin: 0 0 65px 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .topnews_widget {
    margin: 0 0 73px 0;
  }
}
.article .fold_article__pr_articles {
  padding: 0 14px;
  margin: 0 0 43px 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__pr_articles {
    padding: 0;
    margin: 0 0 41px 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__pr_articles {
    margin: 0 0 56px 0;
  }
}
.article .fold_article__pr_articles .main_tile__content {
  padding: 16px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__pr_articles .main_tile__content {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__pr_articles .main_tile__content {
    padding: 17px 0 0 0;
  }
}
.article .fold_article__related_articles {
  padding: 0 14px 7px;
  margin: 0 0 34px 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__related_articles {
    padding: 0;
  }
}
.article .fold_article__related_articles .main_tile__content {
  margin: -4px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__related_articles .main_tile__content {
    margin: -7px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .article .fold_article__related_articles .main_tile__content {
    margin: -12px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .section .fold_section_a--part1 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_a--part1 {
    margin-top: 50px;
  }
}
.section .fold_section_a--part1 .card--02 {
  margin: 22px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a--part1 .card--02 {
    margin: 0;
  }
}
.section .fold_section_a--part1 .column_sidebar {
  margin: 32px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a--part1 .column_sidebar {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a--part1 .column_sidebar .topnews_widget {
    margin: -9px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_a--part1 .column_sidebar .topnews_widget {
    margin: -3px 0 0 0;
    padding: 0 10px;
  }
}
.section .fold_section_a--part2 {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a--part2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_a--part2 {
    margin-top: 46px;
  }
}
.section .fold_section_a--part2 .column_sidebar {
  margin: 32px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a--part2 .column_sidebar {
    margin: 0;
  }
}
.section .fold_section_a__block_2 div:nth-child(2) .card--04 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a__block_2 div:nth-child(2) .card--04 {
    margin: 0;
  }
}
.section .fold_section_a__block_3 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a__block_3 {
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_a__block_3 {
    margin: 57px 0 0 0;
  }
}
.section .fold_section_a__block_3 div:nth-child(2) .card--05 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a__block_3 div:nth-child(2) .card--05 {
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_a__block_3 div:nth-child(2) .card--05 {
    margin: 60px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a .js_sticky {
    top: 112px;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_a .js_sticky {
    top: 134px;
  }
}
.section .fold_section__recommend_widget {
  margin-top: 22px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section__recommend_widget {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section__recommend_widget {
    margin-top: 69px;
  }
}
.section .fold_section__recommend_widget .main_tile__content {
  margin: 11px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section__recommend_widget .main_tile__content {
    margin: 22px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section__recommend_widget .main_tile__content {
    margin: 38px 0 0 0;
  }
}
.section .fold_section__recommend_widget .main_tile__content .card--recommend_widget {
  margin: 23px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section__recommend_widget .main_tile__content .card--recommend_widget {
    margin: 0;
  }
}
.section .fold_section__recommend_widget .main_tile__content div:first-child .card--recommend_widget {
  margin: 0;
  padding: 0;
}
.section .fold_section__recommend_widget .main_tile__content div:first-child .card--recommend_widget:before {
  display: none;
}
.section .fold_section_b {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b {
    margin-top: 44px;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_b {
    margin-top: 71px;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b__block_2 {
    margin: 18px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_b__block_2 {
    margin: 45px 0 0 0;
  }
}
.section .fold_section_b__block_2 div:nth-child(2) .card--04 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b__block_2 div:nth-child(2) .card--04 {
    margin: 0;
  }
}
.section .fold_section_b__block_3 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b__block_3 {
    margin: 52px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_b__block_3 {
    margin: 57px 0 0 0;
  }
}
.section .fold_section_b__block_3 div:nth-child(2) .card--05 {
  margin: 22px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b__block_3 div:nth-child(2) .card--05 {
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_b__block_3 div:nth-child(2) .card--05 {
    margin: 61px 0 0 0;
  }
}
.section .fold_section_b .column_sidebar {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b .column_sidebar {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b .js_sticky {
    top: 102px;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_b .js_sticky {
    top: 124px;
  }
}
.section .fold_section_more_news {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_more_news {
    margin: 77px 0 70px 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_more_news {
    margin: 118px 0 110px 0;
  }
}
.section .fold_section_more_news .main_tile__loadmore {
  margin: 40px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_more_news .main_tile__loadmore {
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .section .fold_section_more_news .main_tile__loadmore {
    margin: 70px 0 0 0;
  }
}
.section--special .content__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .section--special .content__wrap {
    position: relative;
    z-index: 1;
    margin: -120px auto 0 auto;
  }
}
@media screen and (min-width: 1310px) {
  .section--special .content__wrap {
    margin: -50px auto 0 auto;
  }
}
.section--special .fold_section_a--part1 {
  margin: 10px auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .section--special .fold_section_a--part1 {
    margin: 132px auto 0 auto;
  }
}
@media screen and (min-width: 1310px) {
  .section--special .fold_section_a--part1 {
    margin: 50px auto 0 auto;
  }
}

.search .search__results .card--05 {
  padding: 20px 0;
}
@media screen and (min-width: 1310px) {
  .search .search__results .card--05 {
    margin: 20px 0 0 0;
  }
}
.search .search__results .card--05:first-child {
  padding-top: 6px;
}
@media screen and (min-width: 1024px) {
  .search .search__results .card--05:first-child {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1310px) {
  .search .search__results .card--05:first-child {
    padding-top: 9px;
    margin: 0;
  }
}
.search .search__results .card--05:first-child:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .search .main_tile {
    margin-bottom: 80px;
  }
}

.fold_search__results {
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .fold_search__results {
    padding-top: 50px;
  }
}

.authors_page .card--05 {
  padding: 20px 0;
}
@media screen and (min-width: 1310px) {
  .authors_page .card--05 {
    margin: 20px 0 0 0;
  }
}
.authors_page .card--05:first-child {
  padding-top: 6px;
}
@media screen and (min-width: 1024px) {
  .authors_page .card--05:first-child {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1310px) {
  .authors_page .card--05:first-child {
    padding-top: 9px;
    margin: 0;
  }
}
.authors_page .card--05:first-child:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .authors_page .js_sticky {
    top: 33px;
  }
}
@media screen and (min-width: 1310px) {
  .authors_page .js_sticky {
    top: 68px;
  }
}

.fold_keywords,
.fold_authors_page {
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .fold_keywords,
  .fold_authors_page {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1310px) {
  .fold_keywords,
  .fold_authors_page {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .fold_user_page {
    padding: 58px 0 0 0;
  }
}
.fold_user_page .column_sidebar {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1024px) {
  .fold_user_page .js_sticky {
    top: 77px;
  }
}
@media screen and (min-width: 1310px) {
  .fold_user_page .js_sticky {
    top: 97px;
  }
}

.weather_page .column_sidebar {
  margin: 20px 0 30px 0;
}
@media screen and (min-width: 1024px) {
  .weather_page .column_sidebar {
    margin: 60px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .forum .fold_forum {
    margin: 30px 0 49px 0;
  }
  .forum .fold_forum--new_thread {
    margin: 30px 0 30px 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum .fold_forum {
    margin: 40px 0 80px 0;
  }
  .forum .fold_forum--new_thread {
    margin: 40px 0 50px 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum .fold_forum--thread_list {
    margin: 40px 0 110px 0;
  }
}
.forum .fold_forum .column_sidebar {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1310px) {
  .forum .fold_forum .column_sidebar {
    margin: 40px 0 0 0;
  }
}
.forum .fold_forum--new_thread .column_sidebar {
  margin: 37px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum .fold_forum--new_thread .column_sidebar {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum .fold_forum--new_thread .column_sidebar {
    margin: 40px 0 0 0;
  }
}
.forum--post_list .body_wrap {
  overflow-x: visible;
}
@media screen and (min-width: 1024px) {
  .forum--post_list .forum__search {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--post_list .forum__search {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .forum--post_list .forum_thread__list_wrap .js_sticky {
    position: static;
    position: sticky;
    position: -webkit-sticky;
    top: 75vh;
  }
}
@media screen and (min-width: 1310px) {
  .forum--post_list .thread--th_miss7mama .comments__content {
    margin: 0 0 83px 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum--post_list .column_sidebar {
    margin: 30px 0 51px 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--post_list .column_sidebar {
    margin: 40px 0 83px 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum .js_sticky {
    top: 79px;
  }
}
@media screen and (min-width: 1310px) {
  .forum .js_sticky {
    top: 101px;
  }
}

p.exchange_rate {
  text-align: right;
  margin-right: 15px;
}

.card {
  position: relative;
}
.card * {
  margin: 0;
  padding: 0;
}
.card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.card__overtitle {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #df6fa3;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 16px;
  overflow: hidden;
}
.card__title {
  font: normal 700 100% "Playfair Display", serif;
  color: #231f20;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__lead_text {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  color: #373737;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__figure {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.card__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.card .card__overtitle, .card .card__lead_text, .card .card__title {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.card:hover .card__figure {
  opacity: 0.85;
}
.card:hover .card__overtitle {
  color: #ed8ab5;
}
.card:hover .card__lead_text, .card:hover .card__title {
  color: #4d4a4b;
}
.card--01 .card__figure {
  width: 100%;
  border-radius: 8px;
}
.card--01 .card__data_wrap {
  margin: 21px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .card--01 .card__data_wrap {
    padding: 0 0 0 8px;
    margin: 26px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--01 .card__data_wrap {
    padding: 0 0 0 20px;
    margin: 41px 0 0 0;
  }
}
.card--01 .card__overtitle {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .card--01 .card__overtitle {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.card--01 .card__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14px;
  margin: 3px 0 0 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: -0.01em;
  text-align: center;
  max-height: 60px;
}
@media screen and (min-width: 1024px) {
  .card--01 .card__title {
    padding: 0;
    margin: 12px 0 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 35px;
    line-height: 3.5rem;
    text-align: left;
    max-height: 105px;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1310px) {
  .card--01 .card__title {
    margin: 8px 0 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
    -webkit-line-clamp: 3;
    max-height: 150px;
  }
}
.card--02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 0;
  margin: 25px 0 0 0;
  float: left;
}
@media screen and (min-width: 1024px) {
  .card--02 {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .card--02 .card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card--02 .card__photo_wrap {
  float: left;
  width: 70px;
  height: 70px;
  padding-top: 8px;
}
@media screen and (max-width: 1023px) {
  .card--02 .card__photo_wrap {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-top: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .card--02 .card__photo_wrap {
    float: none;
    padding-top: 0;
    width: 100%;
    height: auto;
  }
}
.card--02 .card__figure {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .card--02 .card__figure {
    width: 100%;
    height: auto;
  }
}
.card--02 .card__data_wrap {
  position: relative;
  padding: 0 0 0 90px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .card--02 .card__data_wrap {
    padding: 0;
    margin: 26px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .card--02 .card__data_wrap {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.card--02 .card__overtitle {
  margin-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .card--02 .card__overtitle {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1310px) {
  .card--02 .card__overtitle {
    margin-bottom: 4px;
  }
}
.card--02 .card__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  max-height: 48px;
}
@media screen and (min-width: 1024px) {
  .card--02 .card__title {
    line-height: 23px;
    line-height: 2.3rem;
    max-height: 92px;
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1310px) {
  .card--02 .card__title {
    margin: 5px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    -webkit-line-clamp: 3;
    max-height: 90px;
  }
}
.card--03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  float: left;
}
@media screen and (min-width: 1024px) {
  .card--03 {
    margin: 11px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--03 {
    margin: 9px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .card--03 .card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card--03 .card__photo_wrap {
  float: left;
}
@media screen and (max-width: 1023px) {
  .card--03 .card__photo_wrap {
    float: none;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-top: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .card--03 .card__photo_wrap {
    margin: 25px 0 0 0;
    float: right;
  }
}
@media screen and (min-width: 1310px) {
  .card--03 .card__photo_wrap {
    margin: 14px 0 0 0;
  }
}
.card--03 .card__figure {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .card--03 .card__figure {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 1310px) {
  .card--03 .card__figure {
    width: 100px;
    height: 100px;
  }
}
.card--03 .card__data_wrap {
  position: relative;
  padding: 0 0 0 90px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .card--03 .card__data_wrap {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 1024px) {
  .card--03 .card__data_wrap {
    margin: 2px 0 0 0;
    padding: 0 70px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--03 .card__data_wrap {
    margin: 11px 0 0 0;
    padding: 0 110px 0 0;
  }
}
.card--03 .card__title {
  margin: 6px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  max-height: 48px;
}
@media screen and (min-width: 1024px) {
  .card--03 .card__title {
    min-height: 72px;
    max-height: 115px;
    margin: 4px 0 0 0;
    line-height: 23px;
    line-height: 2.3rem;
    -webkit-line-clamp: 5;
  }
}
@media screen and (min-width: 1310px) {
  .card--03 .card__title {
    min-height: 84px;
    margin: 5px 0 0 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em;
    -webkit-line-clamp: 4;
    max-height: 96px;
  }
}
.card--03 .card__lead_text {
  display: none;
}
@media screen and (min-width: 1310px) {
  .card--03 .card__lead_text {
    display: block;
    margin: 8px -110px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem;
    max-height: 63px;
  }
}
.card--04 .card__figure {
  border-radius: 8px;
}
.card--04 .card__data_wrap {
  margin: 22px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .card--04 .card__data_wrap {
    margin: 15px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--04 .card__data_wrap {
    margin: 25px 0 0 0;
  }
}
.card--04 .card__overtitle {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .card--04 .card__overtitle {
    margin-bottom: 1px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .card--04 .card__overtitle {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.card--04 .card__title {
  margin: 6px 0 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .card--04 .card__title {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .card--04 .card__title {
    margin: 8px 0 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.card--04a {
  margin: 29px 0 0 0;
}
.card--04a:first-child {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .card--04a .card__data_wrap {
    margin: 17px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--04a .card__data_wrap {
    margin: 22px 0 0 0;
  }
}
.card--04a .card__title {
  max-height: 60px;
}
@media screen and (min-width: 1024px) {
  .card--04a .card__title {
    line-height: 28px;
    line-height: 2.8rem;
    max-height: 56px;
  }
}
@media screen and (min-width: 1310px) {
  .card--04a .card__title {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.card--04b {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .card--04b {
    margin: 49px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--04b {
    margin: 60px 0 0 0;
  }
}
.card--04b:first-child {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .card--04b .card__photo_wrap {
    width: 201px;
    float: left;
  }
}
@media screen and (min-width: 1310px) {
  .card--04b .card__photo_wrap {
    width: 297px;
  }
}
.card--04b .card__data_wrap {
  margin: 19px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .card--04b .card__data_wrap {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card--04b .card__data_inner_wrap {
    position: absolute;
    top: 50%;
    left: 230px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1310px) {
  .card--04b .card__data_inner_wrap {
    left: 328px;
  }
}
.card--04b .card__lead_text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .card--04b .card__lead_text {
    display: block;
    max-height: 38px;
    margin: 3px 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 1310px) {
  .card--04b .card__lead_text {
    max-height: 48px;
    margin: 8px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.card--05 {
  padding: 16px 0 0;
}
@media screen and (min-width: 1024px) {
  .card--05 {
    padding: 0;
  }
}
.card--05 .card__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card--05 .card__photo_wrap {
  width: 70px;
  height: 70px;
  float: left;
  padding-top: 4px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
@media screen and (min-width: 1024px) {
  .card--05 .card__photo_wrap {
    width: 201px;
    height: auto;
    -ms-flex-preferred-size: 201px;
        flex-basis: 201px;
  }
}
@media screen and (min-width: 1310px) {
  .card--05 .card__photo_wrap {
    width: 297px;
    -ms-flex-preferred-size: 297px;
        flex-basis: 297px;
  }
}
.card--05 .card__figure {
  border-radius: 8px;
}
.card--05 .card__data_wrap {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.card--05 .card__overtitle {
  margin-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .card--05 .card__overtitle {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1310px) {
  .card--05 .card__overtitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.card--05 .card__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  max-height: 44px;
}
@media screen and (min-width: 1024px) {
  .card--05 .card__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    max-height: 52px;
  }
}
@media screen and (min-width: 1310px) {
  .card--05 .card__title {
    margin: 10px 0 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 35px;
    line-height: 3.5rem;
    max-height: 76px;
  }
}
.card--05 .card__lead_text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .card--05 .card__lead_text {
    display: block;
    margin: 3px 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
    max-height: 38px;
  }
}
@media screen and (min-width: 1310px) {
  .card--05 .card__lead_text {
    margin: 15px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    max-height: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .card--05_a {
    margin: 10px 0 0 0;
  }
  .card--05_a:first-child {
    margin: 0;
    padding-top: 0;
  }
  .card--05_a:first-child .card__photo_wrap {
    padding-top: 0;
  }
  .card--05_a:before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .card--05_a {
    margin: 50px 0 0 0;
  }
  .card--05_a:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--05_a {
    margin: 60px 0 0 0;
  }
  .card--05_a:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .card--05_a .card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .card--05_a .card__photo_wrap {
    width: 100%;
    height: auto;
    float: none;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .card--05_a .card__data_wrap {
    padding: 0;
    margin: 19px 0 0 0;
  }
}
.card--05_a .card__data_inner_wrap {
  position: static;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .card--05_a .card__data_inner_wrap {
    left: 0;
  }
}
.card--05_a .card__overtitle {
  display: block;
}
@media screen and (max-width: 1023px) {
  .card--05_a .card__overtitle {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .card--05_a .card__title {
    margin: 3px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    max-height: 60px;
    text-align: center;
  }
}
.card--most_read {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (min-width: 1024px) {
  .card--most_read {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1310px) {
  .card--most_read {
    margin-bottom: 30px;
  }
}
.card--most_read .card__overtitle {
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .card--most_read .card__overtitle {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--most_read .card__overtitle {
    margin-bottom: 4px;
  }
}
.card--most_read .card__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  -webkit-line-clamp: 2;
  max-height: 48px;
}
@media screen and (min-width: 1024px) {
  .card--most_read .card__title {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1310px) {
  .card--most_read .card__title {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.01em;
    max-height: 48px;
    margin-bottom: 6px;
  }
}
.card--most_read .card__metadata {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #8f8f8f;
}
.card--recommend_widget, .card--more_in_section, .card--topgifts_widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 16px 0 0 0;
  margin: 20px 0 0 0;
  float: left;
}
@media screen and (min-width: 1024px) {
  .card--recommend_widget, .card--more_in_section, .card--topgifts_widget {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .card--recommend_widget .card__link, .card--more_in_section .card__link, .card--topgifts_widget .card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card--recommend_widget .card__photo_wrap, .card--more_in_section .card__photo_wrap, .card--topgifts_widget .card__photo_wrap {
  float: left;
  width: 70px;
  height: 70px;
  padding-top: 6px;
}
@media screen and (max-width: 1023px) {
  .card--recommend_widget .card__photo_wrap, .card--more_in_section .card__photo_wrap, .card--topgifts_widget .card__photo_wrap {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-top: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .card--recommend_widget .card__photo_wrap, .card--more_in_section .card__photo_wrap, .card--topgifts_widget .card__photo_wrap {
    float: none;
    width: 100%;
    height: auto;
  }
}
.card--recommend_widget .card__figure, .card--more_in_section .card__figure, .card--topgifts_widget .card__figure {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .card--recommend_widget .card__figure, .card--more_in_section .card__figure, .card--topgifts_widget .card__figure {
    width: 100%;
    height: auto;
  }
}
.card--recommend_widget .card__data_wrap, .card--more_in_section .card__data_wrap, .card--topgifts_widget .card__data_wrap {
  position: relative;
  padding: 0 0 0 90px;
  margin: 2px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .card--recommend_widget .card__data_wrap, .card--more_in_section .card__data_wrap, .card--topgifts_widget .card__data_wrap {
    padding: 0;
    margin: 16px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--recommend_widget .card__data_wrap, .card--more_in_section .card__data_wrap, .card--topgifts_widget .card__data_wrap {
    margin: 27px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .card--recommend_widget .card__data_wrap, .card--more_in_section .card__data_wrap, .card--topgifts_widget .card__data_wrap {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (max-width: 1023px) {
  .card--recommend_widget .card__overtitle, .card--more_in_section .card__overtitle, .card--topgifts_widget .card__overtitle {
    margin-bottom: 4px;
  }
}
.card--recommend_widget .card__title, .card--more_in_section .card__title, .card--topgifts_widget .card__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  max-height: 48px;
}
@media screen and (min-width: 1024px) {
  .card--recommend_widget .card__title, .card--more_in_section .card__title, .card--topgifts_widget .card__title {
    margin: 1px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--recommend_widget .card__title, .card--more_in_section .card__title, .card--topgifts_widget .card__title {
    margin: 5px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    max-height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .gr-12:first-of-type .card--more_in_section {
    margin-top: 0;
    padding-top: 0;
  }
}
.card--more_in_section .card__lead_text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .card--more_in_section .card__lead_text {
    display: block;
    margin: 7px 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
    max-height: 76px;
  }
}
@media screen and (min-width: 1310px) {
  .card--more_in_section .card__lead_text {
    margin: 8px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    max-height: 96px;
  }
}
.card--related_articles {
  position: relative;
  padding: 22px 0 24px 0;
}
@media screen and (min-width: 1024px) {
  .card--related_articles {
    padding: 17px 0 20px;
  }
}
@media screen and (min-width: 1310px) {
  .card--related_articles {
    padding: 22px 0 21px;
  }
}
.card--related_articles:last-child .card__data_inner_wrap {
  border: none;
}
.card--related_articles:first-child {
  padding: 14px 0 24px 0;
}
@media screen and (min-width: 1024px) {
  .card--related_articles:first-child {
    padding: 17px 0 20px;
  }
}
@media screen and (min-width: 1310px) {
  .card--related_articles:first-child {
    padding: 12px 0 21px;
  }
}
.card--related_articles .card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card--related_articles .card__overtitle {
  display: block;
}
.card--related_articles .card__photo_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 1024px) {
  .card--related_articles .card__photo_wrap {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1310px) {
  .card--related_articles .card__photo_wrap {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    width: 70px;
    height: 70px;
  }
}
.card--related_articles .card__data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: 30px;
}
.card--related_articles .card__figure {
  border-radius: 8px;
}
.card--related_articles .card__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  max-height: 44px;
}
@media screen and (min-width: 1024px) {
  .card--related_articles .card__title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    max-height: 40px;
  }
}
@media screen and (min-width: 1310px) {
  .card--related_articles .card__title {
    margin: 7px 0 0 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    line-height: 2.4rem;
    max-height: 48px;
  }
}
.card--most_commented {
  position: relative;
  padding: 22px 0 24px 0;
}
.card--most_commented:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .card--most_commented:after {
    top: -28px;
  }
}
@media screen and (min-width: 1024px) {
  .card--most_commented {
    padding: 0 0 25px;
    margin: 28px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--most_commented {
    padding: 0 0 30px;
  }
}
.card--most_commented .card__photo_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .card--most_commented .card__photo_wrap {
    bottom: auto;
    width: 50px;
    height: 50px;
  }
}
.card--most_commented .card__photo_wrap img {
  border-radius: 50%;
}
.card--most_commented .card__data_wrap {
  padding: 0;
}
.card--most_commented .card__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  max-height: 44px;
}
@media screen and (min-width: 1024px) {
  .card--most_commented .card__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    max-height: 40px;
  }
}
@media screen and (min-width: 1310px) {
  .card--most_commented .card__title {
    line-height: 24px;
    line-height: 2.4rem;
    max-height: 48px;
  }
}
.card--most_commented .card__metadata {
  padding: 0;
  margin: 2px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .card--most_commented .card__metadata {
    margin: 5px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .card--most_commented .card__metadata {
    margin: 8px 0 0 0;
  }
}
.card--most_commented .card__section {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 0 7px;
  margin: 0 12px 0 0;
  border-radius: 20px;
  background-color: #df6fa3;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.075em;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .card--most_commented .card__section {
    padding: 0 5px;
    margin: 0 9px 0 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1310px) {
  .card--most_commented .card__section {
    padding: 0 8px;
    margin: 0 12px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.card--most_commented .card__section:after {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  right: 100%;
  bottom: -1px;
  width: auto;
  height: 100%;
  margin: auto;
  background-color: #df6fa3;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.card--most_commented .card__section a {
  position: relative;
  z-index: 1;
}
.card--most_commented:hover .card__section:after {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  opacity: 1;
}
.card--most_commented .card__views_wrap {
  position: relative;
  display: inline-block;
}
.card--most_commented .card__views {
  position: relative;
  top: 3px;
  display: inline-block;
  height: 20px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.075em;
  color: #df6fa3;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .card--most_commented .card__views {
    top: 2px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1310px) {
  .card--most_commented .card__views {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.075em;
  }
}
.card--most_commented .card__views strong {
  display: inline-block;
  margin: 0 4px 0 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
  color: #df6fa3;
}
@media screen and (min-width: 1024px) {
  .card--most_commented .card__views strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1310px) {
  .card--most_commented .card__views strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.special_widget {
  background-color: #fafafa;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .special_widget {
    border-radius: 8px 8px 0 0;
  }
}
.special_widget__inner_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 12px 100px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
@media screen and (max-width: 1023px) {
  .special_widget__inner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .special_widget__inner_wrap {
    padding: 20px 20px 20px 12px;
  }
}
.special_widget__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .special_widget__background {
    border-radius: 8px 8px 0 0;
  }
}
.special_widget.white .special_widget__overtitle, .special_widget.white .special_widget__title {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 2px rgba(144, 144, 144, 0.4));
          filter: drop-shadow(0 0 2px rgba(144, 144, 144, 0.4));
}
.special_widget.white .special_widget__overtitle a:hover, .special_widget.white .special_widget__title a:hover {
  color: #f5f5f5;
}
.special_widget__sponsor {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 247px;
  height: 83px;
  padding: 5px;
  margin: 200px auto 30px auto;
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .special_widget__sponsor {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .special_widget__sponsor {
    width: 240px;
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    margin: 0;
  }
}
@media screen and (min-width: 1310px) {
  .special_widget__sponsor {
    -ms-flex-preferred-size: 247px;
        flex-basis: 247px;
    width: 247px;
  }
}
.special_widget__sponsor_label {
  margin: 0 0 0 15px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 75px;
  line-height: 7.5rem;
  letter-spacing: 0.1em;
  color: #8f8f8f;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .special_widget__sponsor_label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1310px) {
  .special_widget__sponsor_label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.special_widget__sponsor_figure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 110px;
  height: 73px;
  float: right;
}
.special_widget__sponsor_figure img {
  display: block;
  max-width: 100%;
  max-height: 73px;
  height: auto;
}
.special_widget__sponsor_figure_wrap {
  display: table-cell;
  vertical-align: middle;
}
.special_widget__title_wrap {
  position: relative;
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .special_widget__title_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .special_widget__title_wrap {
    padding: 125px 10px 24px 0;
    margin-left: 60px;
  }
}
@media screen and (min-width: 1310px) {
  .special_widget__title_wrap {
    padding: 150px 10px 85px 0;
  }
}
.special_widget__overtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.14em;
  color: #231f20;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .special_widget__overtitle {
    padding-bottom: 20px;
    margin-bottom: 28px;
    text-align: left;
  }
}
.special_widget__overtitle:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 67px;
  height: 5px;
  background-color: #231f20;
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  .special_widget__overtitle:before {
    left: 0;
    -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
            transform: translatex(0);
  }
}
.special_widget__title {
  position: relative;
  padding: 0;
  margin-bottom: 32px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 44px;
  line-height: 4.4rem;
  letter-spacing: -0.025em;
  color: #231f20;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 132px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .special_widget__title {
    margin-bottom: 30px;
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 62px;
    line-height: 6.2rem;
    letter-spacing: -0.01em;
    max-height: 186px;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .special_widget__title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 72px;
    line-height: 7.2rem;
    max-height: 216px;
  }
}
.special_widget__title a {
  color: inherit;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.special_widget__title a:hover {
  color: #4d4a4b;
}
@media screen and (min-width: 1024px) {
  .special_widget .btn--pink {
    float: left;
  }
}

.article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14px 22px 14px;
  margin: 0;
  background-color: #df6fa3;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .article_list {
    padding: 0 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 0 0 8px 8px;
  }
}
.article_list__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .article_list__item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    padding-left: 15px;
  }
}
.article_list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0 1px 0px;
}
@media screen and (min-width: 1024px) {
  .article_list__link {
    padding: 22px 0 22px 0px;
  }
}
.article_list__figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
@media screen and (min-width: 1024px) {
  .article_list__figure {
    width: 60px;
    height: 60px;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
  }
}
@media screen and (min-width: 1310px) {
  .article_list__figure {
    width: 70px;
    height: 70px;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
  }
}
.article_list__figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #ffdbec;
  border-radius: 50%;
}
.article_list__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.article_list__link:hover .article_list__figure {
  opacity: 0.85;
}
.article_list__title {
  padding: 0px 0px 0 18px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .article_list__title {
    padding: 1px 60px 0 30px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    max-height: 40px;
  }
}
@media screen and (min-width: 1310px) {
  .article_list__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    max-height: 52px;
  }
}

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

.newsletter {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #efefef;
}
@media screen and (min-width: 1024px) {
  .newsletter {
    -webkit-box-shadow: inset 0 0 0 2px #efefef;
            box-shadow: inset 0 0 0 2px #efefef;
    border-radius: 8px;
    border-bottom: 0;
  }
}
.newsletter:before {
  content: " ";
  position: absolute;
  top: -182px;
  left: 50%;
  width: 185%;
  height: 348px;
  margin: auto;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  background: url("../../../images/klokanica-newsletter-img.png") no-repeat center 80px/cover;
  opacity: 1;
}
@media screen and (min-width: 530px) {
  .newsletter:before {
    top: -224px;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter:before {
    top: -218px;
    width: 573px;
  }
}
@media screen and (min-width: 1310px) {
  .newsletter:before {
    top: -123px;
  }
}
.newsletter__title {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  margin: 38px auto 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .newsletter__title {
    margin: 30px auto 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 1310px) {
  .newsletter__title {
    margin: 43px auto 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}
.newsletter__text {
  padding: 0 8px;
  margin: 0;
  color: #231f20;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .newsletter__text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1310px) {
  .newsletter__text {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.newsletter__form {
  position: relative;
  z-index: 1;
  max-width: 418px;
  margin: 74px auto 0;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  .newsletter__form {
    margin: 58px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .newsletter__form {
    margin: 75px 0 0 0;
  }
}
.newsletter__form.is_hidden {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.newsletter .form__row {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .newsletter .form__row {
    margin: 12px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .newsletter .form__row {
    margin: 20px 0 0 0;
  }
}
.newsletter__confirmation {
  position: absolute;
  top: 265px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  color: #231f20;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .newsletter__confirmation {
    top: 245px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1310px) {
  .newsletter__confirmation {
    top: 330px;
  }
}
.newsletter__confirmation.is_hidden {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.newsletter form {
  margin-top: 17px;
}
.newsletter .af-form-wrapper,
.newsletter .af-form,
.newsletter .af-header,
.newsletter .af-body,
.newsletter .af-footer {
  background: transparent;
  background-color: transparent;
}
.newsletter .previewLabel {
  display: block;
  padding: 0 12px;
  margin: -3px 0 0;
  color: #373737;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.07em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.newsletter input[type=text] {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-top: -2px;
  padding: 0 11px;
  color: #231f20;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
}
.newsletter input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
}
.newsletter input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
}
.newsletter input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
}
.newsletter input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
}
.newsletter input[type=text]:focus {
  color: #231f20;
}
.newsletter input[type=submit] {
  width: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 40px;
  margin: 23px 0 28px 0;
  padding: 0 36px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.01em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #df6fa3;
  border: 1px solid #df6fa3;
  border-radius: 20px;
}
.newsletter input[type=submit].is_disabled {
  opacity: 0.8;
}
.newsletter .af-element {
  padding-left: 0;
  padding-right: 0;
}
.newsletter .af-element ::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1 !important;
}
.newsletter .af-element :-moz-placeholder {
  color: #b8b8b8;
  opacity: 1 !important;
}
.newsletter .af-element ::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1 !important;
}
.newsletter .af-element :-ms-input-placeholder {
  color: #b8b8b8;
}
.newsletter .buttonContainer {
  text-align: center;
}
.newsletter .af-header {
  display: none;
}
.newsletter .checkbox_holder {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
.newsletter .checkbox_holder .checkbox {
  position: absolute;
  opacity: 0;
}
.newsletter .checkbox_holder .checkbox + label {
  position: relative;
  cursor: pointer;
  float: left;
  width: 100%;
  padding-top: 11px;
  color: #231f20;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.newsletter .checkbox_holder .checkbox + label a {
  display: inline-block;
  color: #231f20;
  text-decoration: underline;
}
.newsletter .checkbox_holder .checkbox + label span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: calc(100% - 26px);
  margin-top: 1px;
  padding-left: 8px;
}
.newsletter .checkbox_holder .checkbox + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin-left: 1px;
  background: #fff;
  border: 2px solid #bebab3;
  border-radius: 2px;
}
.newsletter .checkbox_holder .checkbox:checked + label:before {
  background: #df6fa3;
  border: 2px solid #df6fa3;
}
.newsletter .checkbox_holder .checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.newsletter__checkboxes .af-element-checkbox {
  height: 40px;
}
.newsletter__checkboxes .af-element-checkbox:first-child {
  height: 56px;
}
@media (min-width: 500px) and (max-width: 539px) {
  .newsletter__checkboxes .af-element-checkbox:first-child {
    height: 40px;
  }
}
.newsletter .af-textWrap {
  position: relative;
  margin-top: -4px;
}
.newsletter .af-textWrap input.text:focus {
  border: 1px solid #b8b8b8;
}
.newsletter .af-textWrap input.text.error {
  position: relative;
  top: 0;
  z-index: 4;
  background: #fff;
  border: 1px solid #e94141;
}
.newsletter .af-textWrap label.error {
  position: absolute;
  left: 0;
  top: 33px;
  right: 0;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 13px 11px 6px 11px;
  color: #fff;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.00025em;
  background: #e94141;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.forum__search {
  background-color: #df6fa3;
  padding: 19px 14px 33px;
}
@media screen and (min-width: 1024px) {
  .forum__search {
    padding: 0 15px;
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .forum__search .form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px 13px;
    border-radius: 10px;
    background-color: #df6fa3;
  }
}
@media screen and (min-width: 1310px) {
  .forum__search .form {
    padding: 19px 30px 14px;
  }
}
@media screen and (min-width: 1024px) {
  .forum__search .form__row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 210px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum__search .form__row {
    padding: 0 333px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum--thread_list .forum__search .form__row, .forum--post_list .forum__search .form__row {
    padding: 0 454px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--thread_list .forum__search .form__row, .forum--post_list .forum__search .form__row {
    padding: 0 618px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum--updated .forum__search .form__row {
    padding: 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--updated .forum__search .form__row {
    padding: 0 170px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum--search_list .forum__search .form__row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 210px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--search_list .forum__search .form__row {
    padding: 0 333px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum__search .form__row_inner_wrap {
    position: relative;
  }
}
.forum__search .form__label {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .forum__search .form__label {
    line-height: 31px;
    line-height: 3.1rem;
  }
}
.forum--new_thread .forum__search .form__label {
  padding: 0 11px;
}
.forum__search .form__row_error {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  padding: 0 10px;
  border-radius: 10px 10px 0 0;
  background-color: red;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .forum__search .form__row_error {
    left: auto;
  }
}
.forum__search .form__row_error ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.forum__search .form__textfield {
  border: none;
  border: 1px solid #df6fa3;
}
@media screen and (min-width: 1024px) {
  .forum__search .form__textfield {
    margin-top: 10px;
    height: 40px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.forum__search .form__textfield:focus {
  border: 1px solid #d45992;
}
.forum__search .form__row.has_error .form__textfield {
  border: 1px #e94141;
}
.forum__search_btn_wrap {
  margin: 4px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .forum__search_btn_wrap {
    margin: -57px 0 0 0;
    float: right;
  }
}
.forum__search_btn_wrap .btn--create_thread_desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .forum__search_btn_wrap .btn--create_thread_desk {
    display: inline-block;
    margin: 0 28px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum__search_btn_wrap .btn {
    padding: 0 28px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1310px) {
  .forum__search_btn_wrap .btn {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}
.forum__search_submit_btn {
  position: absolute;
  bottom: 25px;
  right: 0px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  color: #373737;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .forum__search_submit_btn {
    bottom: 0;
  }
}
.forum__search_submit_btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.forum__breadcrumbs {
  display: none;
}
@media screen and (min-width: 1024px) {
  .forum__breadcrumbs {
    display: block;
    margin: 45px 0 0 0;
    padding: 0px 0 0 24px;
  }
}
.forum__breadcrumb {
  display: inline-block;
  height: 27px;
  padding: 0 0 0 8px;
  margin: 0 0 0 2px;
  float: left;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #8f8f8f;
  text-transform: uppercase;
}
.forum__breadcrumb:first-child {
  padding: 0 0 0 4px;
  margin: 0;
}
.forum__breadcrumb:last-child {
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #8f8f8f;
}
.forum__breadcrumb:not(:last-of-type):after {
  margin-right: 7px;
  margin-left: 12px;
}
@media screen and (min-width: 1024px) {
  .forum__breadcrumb:not(:last-of-type):after {
    margin-right: 5px;
  }
}
.forum__breadcrumb:hover {
  opacity: 0.8;
}
.forum__breadcrumb i.icon--linear {
  vertical-align: initial;
  line-height: 27px;
  line-height: 2.7rem;
}
.forum__breadcrumb .icon-chevron-right {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  margin-right: 7px;
  top: 1px;
}
.forum__breadcrumb .icon-home {
  position: relative;
  top: -5px;
}
.forum__title {
  padding: 0;
  margin: 19px 0 0 1px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: -0.02em;
  color: #231f20;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .forum__title {
    text-align: left;
    padding: 0 0 0 17px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1310px) {
  .forum__title {
    padding: 0 0 0 24px;
  }
}
@media screen and (min-width: 1310px) {
  .forum--thread_list .forum__title {
    padding: 0 0 0 29px;
  }
}
.forum--post_list .forum__title {
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1024px) {
  .forum--post_list .forum__title {
    padding: 0 100px 0 18px;
    margin: 36px 0 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1310px) {
  .forum--post_list .forum__title {
    padding: 0 0 0 20px;
    margin: 35px 0 0 0;
  }
}
.forum--new_thread .forum__title {
  margin: 21px 0 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1024px) {
  .forum--new_thread .forum__title {
    margin: 26px 0 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1310px) {
  .forum--new_thread .forum__title {
    margin: 29px 0 0 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.forum__title--bottom {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum__title--bottom {
    margin: 40px 0 -3px 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum__title--bottom {
    margin: 53px 0 -5px 0;
  }
}
.forum__lead_text {
  margin: 6px 0 0 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #231f20;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .forum__lead_text {
    padding: 0 0 0 17px;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .forum__lead_text {
    padding: 7px 0 0 27px;
  }
}
.forum .btn--create_thread {
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .forum .btn--create_thread {
    display: none;
  }
}
.forum .btn--article_link {
  display: none;
}
@media screen and (min-width: 1024px) {
  .forum .btn--article_link {
    display: inline-block;
    margin: 20px 0 0 18px;
  }
}
.forum .btn--article__back {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  z-index: 1;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-shadow: inset 0 -8px 0 #e0e0e0;
          box-shadow: inset 0 -8px 0 #e0e0e0;
  text-transform: uppercase;
  text-align: center;
}
.forum .btn--article__back span {
  color: #231f20;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 1024px) {
  .forum .btn--article__back span {
    padding: 0 0 0 14px;
  }
}
@media screen and (min-width: 1310px) {
  .forum .btn--article__back span {
    padding: 0 0 0 18px;
  }
}
.forum .btn--article__back span .icon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
}
.forum .btn--article__back:hover {
  -webkit-box-shadow: inset 0 -8px #efefef;
          box-shadow: inset 0 -8px #efefef;
}
@media screen and (min-width: 1024px) {
  .forum .btn--article__back {
    display: none;
  }
}
.forum__separator {
  height: 1px;
  margin: 30px -14px 0 -14px;
  background-color: #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .forum__separator {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum__separator {
    margin: 40px 0 0 0;
  }
}
.forum__separator--bottom {
  margin-top: 0;
}
.forum__paginator_wrap {
  height: 60px;
  position: relative;
  margin: 30px -14px 0;
}
@media screen and (min-width: 1024px) {
  .forum__paginator_wrap {
    margin: 28px 0 0;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1310px) {
  .forum__paginator_wrap {
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum--post_list .forum__paginator_wrap {
    margin: 25px 0 0 0;
  }
  .forum--post_list .forum__paginator_wrap--bottom {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--post_list .forum__paginator_wrap {
    margin: 30px 0 0 0;
  }
}
.forum__paginator_wrap--bottom {
  margin: 10px -14px 0;
}
@media screen and (min-width: 1024px) {
  .forum__paginator_wrap--bottom {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum__paginator_wrap--bottom {
    margin: 20px 0 0;
  }
}
.forum__paginator_wrap .pagination {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .forum__paginator_wrap .pagination {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 60px;
  }
}
.forum .fake_form_select__wrap {
  margin: 37px 0 0 0;
  float: none;
}
@media screen and (min-width: 1024px) {
  .forum .fake_form_select__wrap {
    position: absolute;
    top: 30px;
    right: 15px;
    margin: 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum .fake_form_select__wrap {
    top: 41px;
  }
}
.forum .forum__separator + .fake_form_select__wrap {
  margin: 17px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum .forum__separator + .fake_form_select__wrap {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .forum .forum__paginator_wrap + .fake_form_select__wrap {
    margin: 17px 0 0 0;
  }
}
.forum .fake_form_select__list_wrap {
  height: 39px;
}
.forum .fake_form_select__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 145px;
  height: 39px;
  float: right;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .forum .fake_form_select__btn {
    width: 181px;
  }
}
.forum .fake_form_select__list {
  left: auto;
  width: 145px;
}
@media screen and (min-width: 1024px) {
  .forum .fake_form_select__list {
    width: 181px;
  }
}
.forum .fake_form_select__label {
  display: inline-block;
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 39px;
  line-height: 3.9rem;
  letter-spacing: 0.075em;
  color: #231f20;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .forum .fake_form_select__label {
    display: none;
  }
}
.forum__page_btn_wrap--mobile {
  display: block;
}
@media screen and (min-width: 1310px) {
  .forum__page_btn_wrap--mobile {
    display: none;
  }
}
.forum__page_btn_wrap--desktop {
  display: none;
}
@media screen and (min-width: 1310px) {
  .forum__page_btn_wrap--desktop {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
  }
}
.forum__page_btn_wrap--desktop input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  height: 37px;
  padding: 0 47px 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 37px;
  line-height: 3.7rem;
  letter-spacing: 0.01em;
  color: #231f20;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
}
.forum__page_btn_wrap--desktop input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
}
.forum__page_btn_wrap--desktop input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
}
.forum__page_btn_wrap--desktop input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
}
.forum__page_btn_wrap--desktop input:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
}
.forum__page_btn_wrap--desktop input.has_error {
  border: 1px solid red;
}
.forum__page_btn_wrap--desktop a {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 37px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 37px;
  line-height: 3.7rem;
  color: #231f20;
  text-align: center;
  cursor: pointer;
}
.forum__page_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #df6fa3;
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .forum__page_btn {
    width: 70px;
    height: 60px;
    line-height: 60px;
    line-height: 6rem;
  }
}
.forum__thread_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .forum__thread_list {
    margin: -1px 0 0 0;
  }
}
.forum__thread_item {
  position: relative;
}
.forum__thread_item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -14px;
  right: -14px;
  height: 1px;
  background-color: #efefef;
}
@media screen and (min-width: 1024px) {
  .forum__thread_item:before {
    left: 0;
    right: 0;
  }
}
.forum__thread_item--sticky::after {
  content: " ";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: -14px;
  width: 3px;
  background-color: #df6fa3;
}
@media screen and (min-width: 1024px) {
  .forum__thread_item--sticky::after {
    left: 0;
    width: 4px;
  }
}
.forum__list_thread_link {
  position: relative;
  display: block;
  padding: 0 45px 0 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -0.025em;
  color: #231f20;
  padding: 23px 45px 23px 0;
}
@media screen and (min-width: 1024px) {
  .forum__list_thread_link {
    position: static;
    padding: 23px 270px 18px 19px;
  }
}
@media screen and (min-width: 1310px) {
  .forum__list_thread_link {
    padding: 23px 322px 18px 28px;
  }
}
.forum__list_thread_link h3 {
  padding: 0 0 2px 0;
}
.forum__list_thread_link > div:first-child {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 56px;
  overflow: hidden;
}
.forum__list_thread_link > span {
  position: absolute;
  top: 21px;
  right: 0;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .forum__list_thread_link > span {
    top: 0;
    right: 172px;
    bottom: 0;
    height: 28px;
    margin: auto;
  }
}
@media screen and (min-width: 1310px) {
  .forum__list_thread_link > span {
    top: 4px;
    right: 224px;
  }
}
.forum__list_thread_title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -0.025em;
}
.forum__list_thread_link:hover .forum__list_thread_title {
  color: #4d4a4b;
}
.forum__thread_last_post, .forum__thread_created_by {
  margin: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.025em;
  color: #8f8f8f;
  text-transform: uppercase;
}
.forum__thread_last_post span, .forum__thread_created_by span {
  color: #df6fa3;
}
.forum__thread_created_by {
  display: none;
}
@media screen and (min-width: 1024px) {
  .forum__thread_created_by {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .forum__thread_last_post {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 45px;
    margin: auto;
    text-align: right;
  }
}
@media screen and (min-width: 1310px) {
  .forum__thread_last_post {
    right: 30px;
  }
}
.forum__thread_last_post span:first-child {
  color: #8f8f8f;
}
@media screen and (min-width: 1024px) {
  .forum__thread_last_post span:first-child {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .forum__thread_last_post time {
    display: block;
  }
}
.forum__list_labels {
  display: none;
}
@media screen and (min-width: 1024px) {
  .forum__list_labels {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 0 0 0 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 29px 0 0 0;
    font: normal 400 100% "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 38px;
    line-height: 3.8rem;
    letter-spacing: 0.025em;
    color: #8f8f8f;
    text-transform: uppercase;
  }
  .forum__list_labels span:first-child {
    float: left;
  }
  .forum__list_labels span:last-child {
    float: right;
  }
}
@media screen and (min-width: 1310px) {
  .forum__list_labels {
    padding: 0 30px;
    margin: 25px 0 0 0;
  }
}
.forum--thread_list .forum__list_labels {
  position: relative;
  display: block;
  margin: 20px 0 0 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 39px;
  line-height: 3.9rem;
  letter-spacing: 0.025em;
  color: #8f8f8f;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .forum--thread_list .forum__list_labels {
    border: none;
    margin: 0;
  }
}
.forum--thread_list .forum__list_labels span:nth-child(1) {
  float: left;
}
.forum--thread_list .forum__list_labels span:nth-child(2) {
  float: right;
}
@media screen and (min-width: 1024px) {
  .forum--thread_list .forum__list_labels span:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 172px;
    margin: auto;
    float: none;
  }
}
@media screen and (min-width: 1310px) {
  .forum--thread_list .forum__list_labels span:nth-child(2) {
    right: 225px;
  }
}
.forum--thread_list .forum__list_labels span:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .forum--thread_list .forum__list_labels span:nth-child(3) {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 1310px) {
  .forum--thread_list .forum__list_labels span:nth-child(3) {
    right: 30px;
  }
}
.forum--thread_list .forum__paginator_wrap + .forum__list_labels {
  margin: 0;
}
.forum__topic_list {
  padding: 14px 0 0 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 1310px) {
  .forum__topic_list {
    padding: 14px 30px 0;
  }
}
.forum__topic_list--misc {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .forum__topic_list--misc {
    padding: 25px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum__topic_list--misc {
    padding: 25px 30px 0;
  }
}
.forum__topic {
  position: relative;
  margin: 13px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum__topic {
    margin: 25px 0 0 0;
  }
  .forum__topic:first-child {
    margin: 11px 0 0 0;
  }
}
.forum__topic_list--misc .forum__topic:first-child {
  margin: 0;
}
.forum__topic:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -14px;
  right: -14px;
  height: 1px;
  background-color: #efefef;
}
@media screen and (min-width: 1024px) {
  .forum__topic:after {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum__topic:after {
    left: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .forum__topic:last-child:after {
    display: none;
  }
}
.forum__topic_link {
  position: relative;
  display: block;
  padding: 6px 0 73px 0;
}
@media screen and (min-width: 1024px) {
  .forum__topic_link {
    padding: 6px 0 32px 0;
  }
}
.forum__topic_thread_nb {
  position: absolute;
  top: 14px;
  left: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 8px;
  background-color: #df6fa3;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .forum__topic_thread_nb {
    top: -5px;
  }
  .forum__topic_link:hover .forum__topic_thread_nb {
    background-color: #ed8ab5;
  }
  .forum__topic_list--misc .forum__topic_link:hover .forum__topic_thread_nb {
    background-color: rgba(143, 143, 143, 0.7);
  }
}
.forum__topic_list--misc .forum__topic_thread_nb {
  background-color: #8f8f8f;
}
.forum__topic_name {
  padding: 0 0 0 79px;
  margin: 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
  color: #231f20;
}
@media screen and (min-width: 1024px) {
  .forum__topic_name {
    padding: 0 0 0 69px;
    letter-spacing: -0.025em;
  }
}
@media screen and (min-width: 1310px) {
  .forum__topic_name {
    padding: 0 0 0 79px;
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: -0.025em;
  }
}
.forum__topic_link:hover .forum__topic_name {
  color: #4d4a4b;
}
.forum__thread_link {
  position: absolute;
  left: 79px;
  top: 36px;
}
@media screen and (min-width: 1024px) {
  .forum__thread_link {
    left: auto;
    right: 0;
    top: -4px;
    text-align: right;
    max-width: 265px;
  }
}
.forum__topic_last_thread {
  margin: 0;
  padding: 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #8f8f8f;
  text-transform: uppercase;
}
.forum__topic_last_thread p {
  margin: 0;
  display: inline-block;
  color: #231f20;
}
.forum__topic_last_thread p:nth-child(1) {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 24px;
  overflow: hidden;
}
.forum__topic_last_thread p:nth-child(1) span {
  color: #8f8f8f;
}
@media screen and (min-width: 1024px) {
  .forum__topic_last_thread p:nth-child(1) span {
    display: none;
  }
}
.forum__topic_last_thread p:nth-child(2) {
  color: #d45992;
}
.forum__topic_last_thread p time {
  color: #8f8f8f;
}
.forum a.forum__option_btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 246px;
  z-index: 10;
}
.forum a.forum__option_btn:first-child {
  margin: 0;
}
@media screen and (min-width: 360px) {
  .forum a.forum__option_btn {
    left: 281px;
    width: 50px;
    height: 50px;
    margin: 0 0 0 6px;
  }
}
@media screen and (min-width: 1024px) {
  .forum a.forum__option_btn {
    left: auto;
    right: 13px;
    top: -30px;
    width: 24px;
    height: 24px;
    margin: 0 0 0 15px;
  }
}
@media screen and (min-width: 1310px) {
  .forum a.forum__option_btn {
    right: 18px;
  }
}
.forum a.forum__option_btn .icon {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 4rem;
  color: #231f20;
}
@media screen and (min-width: 360px) {
  .forum a.forum__option_btn .icon {
    line-height: 50px;
    line-height: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .forum a.forum__option_btn .icon {
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.forum .sceditor-container {
  border: none;
}
.forum .sceditor-container iframe {
  width: 100%;
  min-height: 210px;
  margin: 0;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1024px) {
  .forum .sceditor-container iframe {
    min-height: 193px;
  }
}
.forum .sceditor-toolbar {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 360px) {
  .forum .sceditor-toolbar {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .forum .sceditor-toolbar {
    position: absolute;
    top: -30px;
    right: 12px;
    width: auto;
    height: 24px;
  }
}
@media screen and (min-width: 1310px) {
  .forum .sceditor-toolbar {
    right: 16px;
  }
}
.forum .sceditor-group {
  margin: 0 0 0 7px;
  background-color: transparent;
  border: none;
  width: 42px;
  height: 42px;
}
.forum .sceditor-group:first-child {
  margin: 0;
}
@media screen and (min-width: 360px) {
  .forum .sceditor-group {
    width: 50px;
    height: 50px;
    margin: 0 0 0 4px;
  }
}
@media screen and (min-width: 1024px) {
  .forum .sceditor-group {
    width: 26px;
    height: 26px;
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 1310px) {
  .forum .sceditor-group {
    margin: 0 0 0 11px;
  }
}
.forum .sceditor-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  float: left;
  text-align: center;
  cursor: pointer;
}
.forum .sceditor-button.active, .forum .sceditor-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.forum .sceditor-button:first-child {
  margin: 0;
}
@media screen and (min-width: 360px) {
  .forum .sceditor-button {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .forum .sceditor-button {
    width: 24px;
    height: 24px;
  }
}
.forum .sceditor-button div {
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: none;
  text-indent: 0;
}
.forum .sceditor-button div:before {
  font-size: 25px;
  line-height: 40px;
  color: #231f20;
}
@media screen and (min-width: 360px) {
  .forum .sceditor-button div:before {
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .forum .sceditor-button div:before {
    line-height: 24px;
  }
}
.forum .sceditor-button.active div:before {
  color: #df6fa3;
}
.forum .sceditor-button.sceditor-button-bold div:before {
  content: "\e92e";
}
.forum .sceditor-button.sceditor-button-italic div:before {
  content: "\e92c";
}
.forum .sceditor-button.sceditor-button-underline div:before {
  content: "\e930";
}
.forum .sceditor-button.sceditor-button-emoticon div:before {
  content: "\e92d";
}
.forum .sceditor-button.sceditor-button-quote div:before {
  content: "\e92f";
}
.forum .sceditor-dropdown.sceditor-emoticons {
  width: 300px;
  padding: 0 0 18px 0;
  margin: -17px auto 0 !important;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 10px !important;
  right: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(55, 55, 55, 0.26);
          box-shadow: 0px 2px 5px 0px rgba(55, 55, 55, 0.26);
}
@media screen and (min-width: 360px) {
  .forum .sceditor-dropdown.sceditor-emoticons {
    left: 15px !important;
    right: 15px;
    width: 336px;
    margin: -6px auto 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .forum .sceditor-dropdown.sceditor-emoticons {
    right: 9px;
    width: 350px;
    margin-top: -26px !important;
  }
}
@media screen and (min-width: 1310px) {
  .forum .sceditor-dropdown.sceditor-emoticons {
    right: -258px;
    margin-top: -48px !important;
  }
}
.forum .sceditor-dropdown.sceditor-emoticons img {
  width: 40px;
  height: 40px;
  margin: 18px 0 0 8px;
}
@media screen and (min-width: 360px) {
  .forum .sceditor-dropdown.sceditor-emoticons img {
    margin: 18px 0 0 13px;
  }
}
@media screen and (min-width: 1024px) {
  .forum .sceditor-dropdown.sceditor-emoticons img {
    margin: 18px 0 0 15px;
  }
}
.forum__user_link {
  display: none;
}
@media screen and (min-width: 1310px) {
  .forum__user_link {
    position: absolute;
    top: 40px;
    left: 50px;
    display: block;
    width: 100px;
  }
}
.forum__user_avatar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.forum__user_avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.forum__user_reg_date, .forum__user_msg_count {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #8f8f8f;
  text-align: center;
  text-transform: uppercase;
}
.forum__user_reg_date span, .forum__user_msg_count span {
  display: block;
}
.forum__user_reg_date {
  margin: 12px 0 0 0;
}
.forum__user_msg_count {
  margin: 8px 0 0 0;
}
.forum--new_thread .forum__form {
  position: relative;
  padding: 25px 0 0 0;
  margin: 16px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum--new_thread .forum__form {
    margin: 25px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--new_thread .forum__form {
    padding: 29px 12px 0 200px;
  }
}
.forum--new_thread .forum__form:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -14px;
  right: -14px;
  height: 1px;
  background-color: #8f8f8f;
}
@media screen and (min-width: 1024px) {
  .forum--new_thread .forum__form:before {
    left: 0;
    right: 0;
  }
}
.forum--new_thread .forum__form .form__label {
  padding: 0 11px;
}
@media screen and (min-width: 1024px) {
  .forum--new_thread .forum__form .form__row:nth-of-type(1) {
    width: 330px;
  }
}
@media screen and (min-width: 1310px) {
  .forum--new_thread .forum__form .form__row:nth-of-type(1) {
    width: 297px;
  }
}
.forum--new_thread .forum__form .form__row:nth-of-type(2) {
  min-height: 286px;
}
@media screen and (min-width: 1024px) {
  .forum--new_thread .forum__form .form__row:nth-of-type(2) {
    min-height: 227px;
    margin: 5px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum--new_thread .forum__form .form__row:nth-of-type(2) {
    margin: 0;
  }
}
.forum--new_thread .forum__form .form__row .forum__option_btn {
  top: 32px;
}
@media screen and (min-width: 1024px) {
  .forum--new_thread .forum__form .form__row .forum__option_btn {
    top: 2px;
  }
}
.forum--new_thread .forum__form .forum__options {
  margin: -10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum--new_thread .forum__form .forum__options {
    margin: 0;
    top: 3px;
  }
}
@media screen and (min-width: 1310px) {
  .forum--new_thread .forum__form .forum__options {
    right: 7px;
  }
}
.forum--new_thread .forum__form .form__textarea {
  min-height: 214px;
  padding: 0 11px;
  line-height: 36px;
  line-height: 3.6rem;
  resize: none;
}
@media screen and (min-width: 1024px) {
  .forum--new_thread .forum__form .form__textarea {
    min-height: 195px;
  }
}
.forum--new_thread .forum__form .forum__btn_wrap {
  margin: 5px 0 0 0;
}
@media screen and (min-width: 335px) {
  .forum--new_thread .forum__form .forum__btn_wrap {
    margin: 20px 0 0 0;
  }
}
.forum--new_thread .forum__form .btn {
  float: left;
}
.forum--new_thread .forum__form .btn--send {
  padding: 0 28px;
}
@media screen and (min-width: 1024px) {
  .forum--new_thread .forum__form .btn--send {
    padding: 0 26px;
  }
}
.forum--new_thread .forum__form .btn--cancel {
  margin: 0 39px 0 0;
  cursor: pointer;
}
.forum__search_no_result {
  padding: 0 30px;
  margin: 50px 0 20px;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: -0.01em;
  color: #df6fa3;
}
@media screen and (min-width: 1024px) {
  .forum__search_no_result {
    padding: 0 15px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

.forum_thread__post_list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.forum_thread__post_list:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -14px;
  right: -14px;
  margin: auto;
  height: 1px;
  background-color: #efefef;
}
@media screen and (min-width: 1024px) {
  .forum_thread__post_list:before {
    display: none;
  }
}
.forum_thread__post {
  padding: 0 14px;
  margin: 0 -14px;
}
@media screen and (min-width: 1024px) {
  .forum_thread__post {
    margin: 0;
    padding: 0 20px 0 36px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1310px) {
  .forum_thread__post {
    padding: 0 20px 0 50px;
  }
}
.forum_thread__post:nth-child(odd) {
  background-color: #fff;
}
.forum_thread__post:nth-child(even) {
  background-color: #f5f5f5;
}
.forum_thread__post--banner {
  position: relative;
  margin: 0;
  background-color: #fff !important;
}
.forum_thread__post--banner .dfp_banner--Leaderboard div[id$=__container__],
.forum_thread__post--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .forum_thread__post--banner .dfp_banner--Leaderboard div[id$=__container__],
  .forum_thread__post--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    padding: 30px;
  }
}
.forum_thread__post--banner .dfp_banner--Leaderboard div[id$=__container__]:before,
.forum_thread__post--banner .dfp_banner--Leaderboard div[id$=_ad_container]:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -14px;
  right: -14px;
  height: 1px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .forum_thread__post--banner .dfp_banner--Leaderboard div[id$=__container__]:before,
  .forum_thread__post--banner .dfp_banner--Leaderboard div[id$=_ad_container]:before {
    left: 0;
    right: 0;
  }
}
.forum_thread__post--banner ~ .forum_thread__post:nth-child(even) {
  background-color: #fff;
}
.forum_thread__post--banner ~ .forum_thread__post:nth-child(odd) {
  background-color: #f5f5f5;
}
.forum_thread__list_wrap {
  position: relative;
  margin: 17px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum_thread__list_wrap {
    margin: 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum_thread__list_wrap {
    margin: 13px 0 0 0;
  }
}
.forum_thread__reply_btn_wrap {
  position: absolute;
  top: 173px;
  right: 1px;
  bottom: 10px;
  width: 50px;
}
@media screen and (min-width: 540px) {
  .forum_thread__reply_btn_wrap {
    right: 14px;
  }
}
.forum_thread__reply_btn {
  position: relative;
  z-index: 3;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.forum_thread__reply_btn:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #d45992;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 1024px) {
  .forum_thread__reply_btn {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.forum_thread__reply_btn .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
}
.forum_thread__postbox_anchor {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.forum_thread__postbox_wrap {
  position: relative;
  margin: 0px 0 40px 0;
}
@media screen and (min-width: 1024px) {
  .forum_thread__postbox_wrap {
    margin: 35px 0 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum_thread__postbox_wrap--unlogged {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum_thread .forum__separator + .forum_thread__postbox_wrap {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .forum_thread__postbox_wrap--unlogged .forum_thread__postbox_inner_wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 30px 35px 30px;
    background-color: #fff;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1310px) {
  .forum_thread__postbox_wrap--unlogged .forum_thread__postbox_inner_wrap {
    padding: 0px 204px 35px 178px;
  }
}
@media screen and (min-width: 1310px) {
  .forum_thread__postbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0 0 200px;
  }
}
.forum_thread__postbox_user {
  display: none;
}
@media screen and (min-width: 1310px) {
  .forum_thread__postbox_user {
    display: block;
    margin: 36px 0 0 49px;
    float: left;
  }
}
.forum_thread__user_link {
  display: block;
  width: 100px;
}
.forum_thread__user_avatar {
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
}
.forum_thread__user_avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.forum_thread__user_info {
  display: none;
}
@media screen and (min-width: 1024px) {
  .forum_thread__user_info {
    display: block;
    margin: 12px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0.05em;
    color: #8f8f8f;
    text-transform: uppercase;
    text-align: center;
  }
  .forum_thread__user_info span {
    display: block;
  }
}
.forum_thread__user_msg_count {
  display: none;
}
@media screen and (min-width: 1024px) {
  .forum_thread__user_msg_count {
    display: block;
    margin: 8px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0.05em;
    color: #8f8f8f;
    text-transform: uppercase;
    text-align: center;
  }
}
.forum_thread__postbox_label {
  padding: 0 0 0 12px;
  margin: 0 0 -15px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.forum_thread__postbox_content {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .forum_thread__postbox_content {
    margin: 12px 0 0 0;
  }
}
.forum_thread__postbox_textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  min-height: 215px;
  padding: 0 10px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  margin: 0;
  resize: none;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.01em;
  color: #231f20;
}
.forum_thread__postbox_textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
}
.forum_thread__postbox_textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
}
.forum_thread__postbox_textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
}
.forum_thread__postbox_textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
}
@media screen and (min-width: 1024px) {
  .forum_thread__postbox_textarea {
    min-height: 195px;
    padding: 2px 10px;
  }
}
.forum_thread__postbox_btn_wrap {
  text-align: center;
  margin: 21px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum_thread__postbox_btn_wrap {
    margin: 24px 0 0 0;
  }
}
.forum_thread__postbox_btn_wrap .btn {
  padding: 0 28px;
  float: right;
}
.forum_thread__postbox_btn_wrap .btn--send {
  position: relative;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 37px;
  line-height: 3.7rem;
  letter-spacing: 0.1em;
}
.forum_thread__postbox_btn_wrap .btn--send.btn--icon {
  padding: 0 20px 0 41px;
}
.forum_thread__postbox_btn_wrap .btn--send.btn--icon .icon {
  display: block;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 6px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
  animation: rotateLoadIcon 2s linear infinite;
  -webkit-animation: rotateLoadIcon 2s linear infinite;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.forum_thread__postbox_btn_wrap .btn--send.btn--icon .icon:before {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
}
.forum_thread__postbox_btn_wrap .btn--cancel {
  margin: 0 9px 0 0;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.075em;
  cursor: pointer;
}
.forum_thread__postbox_btn_wrap--unlogged .btn {
  float: none;
  display: inline-block;
  padding-left: 54px;
  padding-right: 14px;
  margin: 0;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .forum_thread__postbox_btn_wrap--unlogged .btn {
    height: 40px;
    padding-left: 58px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .forum_thread__postbox_btn_wrap--unlogged .btn {
    padding-right: 35px;
  }
}
.forum_thread__postbox_btn_wrap--unlogged .btn--login {
  padding: 0 14px;
}
@media screen and (min-width: 1310px) {
  .forum_thread__postbox_btn_wrap--unlogged .btn--login {
    padding: 0 28px;
  }
}
@media screen and (max-width: 374px) {
  .forum_thread__postbox_btn_wrap--unlogged .btn--fb {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 374px) {
  .forum_thread__postbox_btn_wrap--unlogged .btn {
    width: 100%;
  }
}
.forum_thread__postbox_warning {
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  right: -100%;
  display: inline-block;
  min-width: 200px;
  padding: 20px;
  background-color: #e94141;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.forum_thread__postbox_warning.is_open {
  right: 0;
}
.forum_thread__postbox_warning p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #fff;
}
.forum_thread__postbox_warning i {
  margin: 0 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #fff;
}
.forum_thread__unlogged_title {
  display: block;
  margin: 6px 0 5px;
  text-align: center;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .forum_thread__unlogged_title {
    margin: 0px 0 3px;
  }
}
@media screen and (min-width: 1310px) {
  .forum_thread__unlogged_title {
    margin: 14px 0 2px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.forum_thread__unlogged_message {
  text-align: center;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .forum_thread__unlogged_message {
    margin: 15px 0;
  }
}
@media screen and (min-width: 1310px) {
  .forum_thread__unlogged_message {
    margin: 21px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.forum_thread__button_separator {
  position: relative;
  display: block;
  margin: 19px 0 18px;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 379px) {
  .forum_thread__button_separator {
    display: inline-block;
    padding: 0 15px;
    margin: 0 8px;
    line-height: 40px;
    line-height: 4rem;
  }
}
.forum_thread__button_separator:after, .forum_thread__button_separator:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 44%;
  margin: auto;
  background-color: #e0e0e0;
}
@media screen and (min-width: 379px) {
  .forum_thread__button_separator:after, .forum_thread__button_separator:before {
    width: 8px;
    top: 0;
  }
}
.forum_thread__button_separator:after {
  left: 0;
}
.forum_thread__button_separator:before {
  right: 0;
}

.post {
  position: relative;
  padding: 20px 0 30px 0;
}
@media screen and (min-width: 1024px) {
  .post {
    padding: 37px 0 64px 0;
  }
}
@media screen and (min-width: 1310px) {
  .post {
    padding: 37px 0 54px 0;
  }
}
.post__user {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .post__user {
    width: 100px;
    float: left;
  }
}
.post__user_avatar {
  width: 50px;
  height: 50px;
  margin: 2px 19px 0 0;
  padding: 0;
  float: left;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .post__user_avatar {
    margin: -10px 19px 0 0;
    width: 100px;
    height: 100px;
  }
}
.post--self .post__user_avatar:after {
  content: " ";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 2;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(223, 111, 163, 0.9);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.post--admin .post__user_avatar:after {
  content: " ";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 2;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(94, 38, 64, 0.9);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.post__user_avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.post--admin .post__user_avatar:hover:after {
  background-color: rgba(125, 60, 88, 0.9);
}
.post--self .post__user_avatar:hover:after {
  background-color: rgba(237, 138, 181, 0.9);
}
.post__user_info {
  display: none;
}
@media screen and (min-width: 1024px) {
  .post__user_info {
    display: block;
    margin: 12px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0.05em;
    color: #8f8f8f;
    text-transform: uppercase;
    text-align: center;
  }
  .post__user_info span {
    display: block;
  }
}
.post__user_msg_count {
  display: none;
}
@media screen and (min-width: 1024px) {
  .post__user_msg_count {
    display: block;
    margin: 8px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0.05em;
    color: #8f8f8f;
    text-transform: uppercase;
    text-align: center;
  }
}
.post__user_name {
  display: inline-block;
  margin: 3px 0 0 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  color: #231f20;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 1024px) {
  .post__user_name {
    position: absolute;
    top: -14px;
    left: 137px;
    max-width: 400%;
    padding: 0;
    margin: 0;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1310px) {
  .post__user_name {
    left: 149px;
  }
}
.post__user_link:hover .post__user_name {
  color: #4d4a4b;
}
.post__time {
  display: block;
  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: 1024px) {
  .post__time {
    position: absolute;
    top: 6px;
    left: 137px;
    max-width: 400%;
    padding: 0;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1310px) {
  .post__time {
    left: 149px;
  }
}
@media screen and (min-width: 1024px) {
  .post__content_wrap {
    padding: 0 0 0 137px;
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 1310px) {
  .post__content_wrap {
    padding: 0 0 0 149px;
  }
}
.post__user_signature {
  position: relative;
  display: block;
  padding: 16px 0 0 0;
  margin: 23px 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #8f8f8f;
}
.post__user_signature:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #8f8f8f;
}
.post__user_signature img {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .post__user_signature img {
    width: auto;
  }
}
.post__interaction {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 23px 0 0 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 1024px) {
  .post__interaction {
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 0 0 0 300px;
    margin: 0;
  }
}
@media screen and (min-width: 1310px) {
  .post__interaction {
    bottom: 20px;
  }
}
.post__interaction .btn {
  height: 30px;
  padding: 0 15px;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .post__interaction .btn {
    float: right;
  }
}
.post__interaction .btn--reply {
  display: none;
}
@media screen and (min-width: 1024px) {
  .post__interaction .btn--reply {
    line-height: 30px;
    line-height: 3rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .post__interaction .btn--quote {
    margin: 0 16px 0 0;
  }
}
.post__interaction_warning {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 100px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  margin: auto;
  padding: 0 10px;
  color: #e94141;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0s linear 0.2s;
  transition: opacity 0.2s, -webkit-transform 0s linear 0.2s;
  transition: opacity 0.2s, transform 0s linear 0.2s;
  transition: opacity 0.2s, transform 0s linear 0.2s, -webkit-transform 0s linear 0.2s;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .post__interaction_warning {
    left: auto;
    right: 0;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-transition: opacity 0.2s, -webkit-transform 0s linear 0.2s;
    transition: opacity 0.2s, -webkit-transform 0s linear 0.2s;
    transition: opacity 0.2s, transform 0s linear 0.2s;
    transition: opacity 0.2s, transform 0s linear 0.2s, -webkit-transform 0s linear 0.2s;
  }
}
.post__interaction_warning.is_visible {
  -webkit-transform: translateX(82px);
      -ms-transform: translateX(82px);
          transform: translateX(82px);
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1024px) {
  .post__interaction_warning.is_visible {
    -webkit-transform: translateX(-115%);
        -ms-transform: translateX(-115%);
            transform: translateX(-115%);
  }
}
.post__options {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 540px) {
  .post__options {
    right: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .post__options {
    top: 16px;
    right: -10px;
  }
}
@media screen and (min-width: 1310px) {
  .post__options {
    top: 22px;
    right: -9px;
  }
}
.post__option_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  text-align: right;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .post__option_btn {
    width: 40px;
    height: 40px;
    text-align: center;
  }
}
.post__option_btn .icon {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #231f20;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1024px) {
  .post__option_btn .icon {
    line-height: 40px;
    line-height: 4rem;
  }
}
.post__options_inner_wrap {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 155px;
  padding: 0 0 0 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(55, 55, 55, 0.26);
          box-shadow: 0 2px 5px rgba(55, 55, 55, 0.26);
}
@media screen and (min-width: 1024px) {
  .post__options_inner_wrap {
    top: 20px;
    right: 20px;
  }
}
.post__options_inner_wrap a {
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 43px;
  line-height: 4.3rem;
  letter-spacing: 0.01em;
  color: #231f20;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .post__options_inner_wrap a:hover {
    color: #4d4a4b;
  }
}
.post__options_checkbox:checked + .post__option_btn .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #df6fa3;
}
.post__options_checkbox:checked ~ .post__options_inner_wrap {
  display: block;
}

.single_post {
  margin: 9px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  line-height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .single_post {
    margin: 32px 0 0 0;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1310px) {
  .single_post {
    margin: 37px 0 0 0;
  }
}
.single_post > p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .single_post > p {
    overflow: visible;
  }
}
.single_post img.emoticon {
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  margin: -5px 0 0 0;
}
.single_post__figure {
  width: 100%;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .single_post__figure {
    margin: 15px 0 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .single_post__figure {
    width: 640px;
  }
}
.single_post__figure img {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 1310px) {
  .single_post__figure img {
    max-width: 640px;
  }
}
.single_post__figure img:before {
  content: "\e934";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px 10px 10px 13px;
  background-color: rgb(240, 240, 240);
  font-size: 20px;
  font-size: 2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: rgb(100, 100, 100);
}
.single_post__figure img:after {
  content: attr(alt);
  position: absolute;
  top: 0;
  left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 40px;
  padding: 10px 13px 10px 0;
  background-color: rgb(240, 240, 240);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: rgb(100, 100, 100);
}
.single_post__figure figcaption {
  margin: 12px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.025em;
  color: #8f8f8f;
}
.single_post__figure + p {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .single_post__figure + p {
    margin-top: 15px;
  }
}
.single_post__quote {
  position: relative;
  margin: 20px 0;
  padding: 13px 14px;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .single_post__quote {
    padding: 13px 20px;
  }
}
.single_post__quote.is_collapsed:before {
  content: "Prikaži još";
  position: absolute;
  top: 18px;
  right: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
  color: #786c54;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .single_post__quote.is_collapsed:before {
    display: none;
  }
}
.single_post__quote.is_collapsed div:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 43px;
  left: 0;
  height: 41px;
}
@media screen and (min-width: 1024px) {
  .single_post__quote.is_collapsed div:after {
    display: none;
  }
}
.forum_thread__post:nth-child(odd) .single_post__quote.is_collapsed div:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgb(247, 247, 247)));
  background: linear-gradient(rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grey04", endColorstr="#ffffff",GradientType=0 );
}
.forum_thread__post:nth-child(even) .single_post__quote.is_collapsed div:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgb(247, 247, 247)));
  background: linear-gradient(rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grey04", endColorstr="#ffffff",GradientType=0 );
}
.forum_thread__post--banner ~ .forum_thread__post:nth-child(odd) .single_post__quote.is_collapsed div:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 );
}
.forum_thread__post--banner ~ .forum_thread__post:nth-child(even) .single_post__quote.is_collapsed div:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 );
}
.forum_thread__post:nth-child(odd) .single_post__quote {
  background-color: #f5f5f5;
}
.forum_thread__post:nth-child(even) .single_post__quote {
  background-color: rgba(255, 255, 255, 0.8);
}
.forum_thread__post--banner ~ .forum_thread__post:nth-child(odd) .single_post__quote {
  background-color: rgba(255, 255, 255, 0.8);
}
.forum_thread__post--banner ~ .forum_thread__post:nth-child(even) .single_post__quote {
  background-color: #f5f5f5;
}
.single_post__quote b,
.single_post__quote strong {
  font-weight: 400;
}
.single_post__quote div {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: -0.025em;
  color: #8f8f8f;
  max-height: 84px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .single_post__quote div {
    max-height: none;
    overflow: visible;
  }
}
.single_post__quote .single_post__quote {
  margin: 5px 0 0;
}
.single_post__quote .single_post__quote div {
  position: relative;
  padding: 0 0 0 14px;
  margin: 0 0 0 -14px;
}
@media screen and (min-width: 1024px) {
  .single_post__quote .single_post__quote div {
    padding: 0 0 0 20px;
    margin: 0 0 0 -20px;
  }
}
.single_post__quote .single_post__quote div:before {
  content: " ";
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #8f8f8f;
}
.single_post__quote .single_post__quote .single_post__quote_author + div {
  position: relative;
  padding: 18px 0 0 14px;
  margin: -18px 0 0 -14px;
}
@media screen and (min-width: 1024px) {
  .single_post__quote .single_post__quote .single_post__quote_author + div {
    padding: 18px 0 0 20px;
    margin: -18px 0 0 -20px;
  }
}
.single_post__quote .single_post__quote .single_post__quote_author + div:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #f5f5f5;
}
.single_post__quote .single_post__quote .single_post__quote_author + div:after {
  top: 61px;
}
.single_post__quote .single_post__quote_author + .single_post__quote {
  margin-top: 0;
}
.single_post__quote .single_post__quote .single_post__quote .single_post__quote {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.single_post__quote + p > br:first-child, .single_post__quote + div > br:first-child {
  display: none;
}
.single_post > .single_post__quote:first-child {
  margin-top: 10px;
}
.single_post--expanded > p {
  display: block;
  max-height: none;
  overflow: visible;
}
.single_post--expanded div {
  max-height: none;
  overflow: visible;
}
.single_post--expanded div:after {
  display: none;
}
.single_post__quote_author {
  margin: 0 0 -3px 0;
  font: normal 700 100% "Playfair Display", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #231f20;
}
.single_post__more_btn {
  float: right;
  font: normal 700 100% "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .single_post__more_btn {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.single_post p + .single_post__more_btn {
  float: right;
  padding: 0 10px 0 30px;
  margin-top: -24px;
  position: relative;
  z-index: 1;
}
.forum_thread__post:nth-child(even) .single_post p + .single_post__more_btn {
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 243, 229, 0)), color-stop(20%, rgb(250, 243, 229)), to(rgb(250, 243, 229)));
  background: linear-gradient(to right, rgba(250, 243, 229, 0) 0%, rgb(250, 243, 229) 20%, rgb(250, 243, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00faf3e5", endColorstr="$grey04",GradientType=1 );
}
.forum_thread__post:nth-child(odd) .single_post p + .single_post__more_btn {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
.forum_thread__post--banner ~ .forum_thread__post:nth-child(odd) .single_post p + .single_post__more_btn {
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 243, 229, 0)), color-stop(20%, rgb(250, 243, 229)), to(rgb(250, 243, 229)));
  background: linear-gradient(to right, rgba(250, 243, 229, 0) 0%, rgb(250, 243, 229) 20%, rgb(250, 243, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00faf3e5", endColorstr="#faf3e5",GradientType=1 );
}
.forum_thread__post--banner ~ .forum_thread__post:nth-child(even) .single_post p + .single_post__more_btn {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}

.styleguide {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .styleguide {
    padding: 20px 70px;
  }
}
.styleguide .column_sidebar--full {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.styleguide__title {
  text-transform: uppercase;
  margin: 20px 0;
  padding: 0;
}
.styleguide__separator {
  float: left;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.styleguide .select {
  border: 1px solid #ccc;
}
.styleguide__btn_wrap {
  position: relative;
  padding: 15px;
  text-align: center;
}
.styleguide__btn_wrap--blue {
  background-color: #40bdea;
}
.styleguide__btn_wrap--pink {
  background-color: #f067a6;
}
.styleguide .button {
  display: table;
  margin: 10px 0;
}
.styleguide__menu {
  width: 100%;
  height: 40px;
}
.styleguide__list {
  display: table;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.styleguide__list_item {
  display: table-cell;
  font: normal 400 100% "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .styleguide__list_item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.styleguide__list_link {
  display: block;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.styleguide__section {
  display: none;
  visibility: hidden;
}
.styleguide__radio_select:checked + .styleguide__section {
  display: block;
  visibility: visible;
}
/*# sourceMappingURL=style.css.map */