.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-gallery,
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition:
    transform 0s,
    opacity 0s;
  -moz-transition:
    transform 0s,
    opacity 0s;
  transition:
    transform 0s,
    opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-fadeOut,
.tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.33333%;
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.42857%;
  height: 10px;
  float: left;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }
}
@keyframes progress-bar {
  0% {
    width: 0;
  }
}
@keyframes bounce_loaderCst {
  0% {
    transform: scale(1);
    background-color: #b4bac1;
  }
  to {
    transform: scale(0.3);
    background-color: transparent;
  }
}
@-webkit-keyframes bounce_loaderCst {
  0% {
    -webkit-transform: scale(1);
    background-color: #b4bac1;
  }
  to {
    -webkit-transform: scale(0.3);
    background-color: transparent;
  }
}
@-webkit-keyframes circular-progress-bar {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circular-progress-bar {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes highlightsPulse {
  0% {
    background: transparent;
  }
  50% {
    background: #cfdadd;
  }
  to {
    background: transparent;
  }
}
@keyframes highlightsPulse {
  0% {
    background: transparent;
  }
  50% {
    background: #cfdadd;
  }
  to {
    background: transparent;
  }
}
@-webkit-keyframes blink-animation {
  50% {
    opacity: 0;
  }
}
@keyframes blink-animation {
  50% {
    opacity: 0;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local(""),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2)
      format("woff2"),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff)
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local(""),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2)
      format("woff2"),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-500.woff)
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local(""),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2)
      format("woff2"),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.woff)
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local(""),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2)
      format("woff2"),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff)
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    local(""),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.woff2)
      format("woff2"),
    url(../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-800.woff)
      format("woff");
}
body {
  font-family: Montserrat, sans-serif !important;
  font-weight: 400;
}
body.tip main {
  font-family:
    Bricolage Grotesque,
    sans-serif !important;
  font-weight: 400;
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
.normalize {
  padding: 0 !important;
  margin: 0 !important;
}
.no-touch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
main img {
  width: 100%;
}
a {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative-position {
  position: relative;
}
.image-responsive {
  position: absolute;
  left: 0;
  top: 0;
}
.image-fit,
.image-responsive {
  display: block;
  width: 100%;
  height: 100%;
}
.image-fit {
  object-fit: cover;
  object-position: center;
}
.text-transform-none {
  text-transform: none !important;
}
.clear-both,
.clear-both-mobile {
  clear: both;
}
@media (min-width: 600px) {
  .clear-both-mobile {
    clear: none;
  }
}
.close-icon {
  position: absolute;
  width: 22px;
  height: 16px;
  cursor: pointer;
}
.close-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #231f20;
  left: 0;
  top: 7px;
}
.close-icon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-icon span:first-child,
.close-icon span:nth-child(2) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.close-icon span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobileHidden {
  display: none !important;
}
@media (min-width: 600px) {
  .mobileHidden {
    display: block !important;
  }
}
.desktopHidden {
  display: block !important;
}
@media (min-width: 600px) {
  .desktopHidden {
    display: none !important;
  }
}
.tabletLargeHidden {
  display: block !important;
}
@media (min-width: 850px) {
  .tabletLargeHidden {
    display: none !important;
  }
}
.tabletLargeDisplay {
  display: none !important;
}
@media (min-width: 850px) {
  .tabletLargeDisplay {
    display: block !important;
  }
}
.margin-full-width-block {
  padding: 3.22754% 2.04121%;
  margin: 1.5rem -2.04121%;
}
@media (min-width: 1390px) {
  .margin-full-width-block {
    padding: 2.5%;
    margin-left: -2.5%;
    margin-right: -2.5%;
    padding-bottom: 4.00093%;
    padding-top: 4.00093%;
  }
}
@media (min-width: 600px) {
  .margin-full-width-block {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .margin-full-width-block {
    margin-bottom: 6.0014%;
  }
}
@media (min-width: 600px) {
  .margin-full-width-block {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .margin-full-width-block {
    margin-top: 6.0014%;
  }
}
@media (min-width: 850px) {
  .margin-full-width-block {
    padding: 3.22754%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  .margin-full-width-block {
    padding: 4.00093%;
  }
}
.square {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 10px;
}
.o-h {
  overflow: hidden;
}
.input-field {
  margin-bottom: 3.22754%;
}
@media (min-width: 1390px) {
  .input-field {
    margin-bottom: 4.00093%;
  }
}
.lazy-default {
  opacity: 0.3;
}
.lazy-appear {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.error-border {
  border: 1px solid #e5282a;
}
[v-cloak] {
  display: none !important;
}
.warning {
  background: #fff7af;
}
.success {
  background: #4bb543;
}
.danger {
  background: #f94d4d;
}
.info {
  background: #32aadd;
}
.warningFont {
  color: #fff7af;
}
.successFont {
  color: #4bb543;
}
.dangerFont {
  color: #f94d4d;
}
.infoFont {
  color: #32aadd;
}
.form-group {
  margin-bottom: 20px;
}
.m-t-0 {
  margin-top: 0 !important;
}
.nonscript-text {
  border: 2px solid #e5282a;
  color: #e5282a;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  padding: 10px;
}
@media (min-width: 995px) {
  .nonscript-text {
    margin-bottom: 2.04121%;
  }
}
.send-message-wrapper {
  background: #dee5e7;
  margin-top: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-bottom: 3.22754%;
}
@media (min-width: 1390px) {
  .send-message-wrapper {
    margin-bottom: 4.00093%;
  }
}
@media (min-width: 850px) {
  .send-message-wrapper {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 3.22715%;
    padding-right: 3.22715%;
  }
}
@media (min-width: 1390px) {
  .send-message-wrapper {
    padding-left: 4.00025%;
    padding-right: 4.00025%;
  }
}
.send-message-wrapper a,
.send-message-wrapper p {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 600;
  color: #0c0c0d;
}
.send-message-wrapper a {
  color: #e5282a;
  text-decoration: underline;
}
.ona-widget-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .ona-widget-wrapper {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .ona-widget-wrapper {
    margin-top: 6.0014%;
  }
}
@media (min-width: 600px) {
  .ona-widget-wrapper {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .ona-widget-wrapper {
    margin-bottom: 6.0014%;
  }
}
.ona-widget-wrapper .loader-wrapper {
  height: 0;
  padding-bottom: 300%;
}
@media (min-width: 600px) {
  .ona-widget-wrapper .loader-wrapper {
    padding-bottom: 80%;
  }
}
.live-badge {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-weight: 800;
  letter-spacing: 0;
}
.live-badge,
.vesti .live-badge,
figure.vesti .live-badge,
section.vesti .live-badge {
  color: #e5282a;
}
.sport .live-badge,
figure.sport .live-badge,
section.sport .live-badge {
  color: #27d050;
}
.tip .live-badge,
figure.tip .live-badge,
section.tip .live-badge {
  color: #f15a24;
}
.jetset .live-badge,
figure.jetset .live-badge,
section.jetset .live-badge {
  color: #da2569;
}
.biznis .live-badge,
figure.biznis .live-badge,
section.biznis .live-badge {
  color: #14bdcc;
}
.aero .live-badge,
figure.aero .live-badge,
section.aero .live-badge {
  color: #8ea2ae;
}
.nauka .live-badge,
figure.nauka .live-badge,
section.nauka .live-badge {
  color: #7313d8;
}
.ljubimci .live-badge,
figure.ljubimci .live-badge,
section.ljubimci .live-badge {
  color: #fb5b01;
}
.pop-i-kultura .live-badge,
figure.pop-i-kultura .live-badge,
section.pop-i-kultura .live-badge {
  color: #9144c4;
}
.hi-tech .live-badge,
figure.hi-tech .live-badge,
section.hi-tech .live-badge {
  color: #276ad1;
}
.zanimljivosti .live-badge,
figure.zanimljivosti .live-badge,
section.zanimljivosti .live-badge {
  color: #29b2a3;
}
.zivot-i-stil .live-badge,
figure.zivot-i-stil .live-badge,
section.zivot-i-stil .live-badge {
  color: #f7a324;
}
.putovanja .live-badge,
figure.putovanja .live-badge,
section.putovanja .live-badge {
  color: #f82;
}
.esports .live-badge,
figure.esports .live-badge,
section.esports .live-badge {
  color: #26ce45;
}
.auto .live-badge,
figure.auto .live-badge,
section.auto .live-badge {
  color: #e5282a;
}
.ona .live-badge,
figure.ona .live-badge,
section.ona .live-badge {
  color: #b798ec;
}
.ubrzanje .live-badge,
figure.ubrzanje .live-badge,
section.ubrzanje .live-badge {
  color: #df1f26;
}
.plantbased .live-badge,
figure.plantbased .live-badge,
section.plantbased .live-badge {
  color: #248e60;
}
.plantbased.text-overlay .live-badge,
figure.plantbased.text-overlay .live-badge {
  color: #8bd1c8;
}
@media (max-width: 599px) {
  .right-block-content .plantbased.text-overlay .live-badge,
  .right-block-content figure.plantbased.text-overlay .live-badge {
    color: #248e60;
  }
}
body.black-theme .live-badge {
  color: #e5282a;
}
.live-badge .live-badge-inner {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  vertical-align: -0.5vw;
  margin-right: 0.4vw;
}
body.tip .live-badge .live-badge-inner {
  width: 4.2vw;
  height: 4.2vw;
  vertical-align: -0.525vw;
  margin-right: 0.42vw;
}
.single-article h1 .live-badge .live-badge-inner {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -0.1875rem;
  margin-right: 0.15rem;
}
body.tip .single-article h1 .live-badge .live-badge-inner {
  width: 1.625rem;
  height: 1.625rem;
  vertical-align: -0.203125rem;
  margin-right: 0.1625rem;
}
.main-focus .left-block-content .live-badge .live-badge-inner,
.main-section-item .live-badge .live-badge-inner {
  width: 5.2vw;
  height: 5.2vw;
  vertical-align: -0.65vw;
  margin-right: 0.52vw;
}
body.tip .main-focus .left-block-content .live-badge .live-badge-inner,
body.tip .main-section-item .live-badge .live-badge-inner {
  width: 5.4vw;
  height: 5.4vw;
  vertical-align: -0.675vw;
  margin-right: 0.54vw;
}
@media (min-width: 480px) {
  .live-badge .live-badge-inner {
    width: 3.4vw;
    height: 3.4vw;
    vertical-align: -0.425vw;
    margin-right: 0.34vw;
  }
  body.tip .live-badge .live-badge-inner {
    width: 3.5vw;
    height: 3.5vw;
    vertical-align: -0.4375vw;
    margin-right: 0.35vw;
  }
}
@media (min-width: 420px) {
  .main-focus .left-block-content .live-badge .live-badge-inner,
  .main-section-item .live-badge .live-badge-inner {
    width: 4.6vw;
    height: 4.6vw;
    vertical-align: -0.575vw;
    margin-right: 0.46vw;
  }
  body.tip .main-focus .left-block-content .live-badge .live-badge-inner,
  body.tip .main-section-item .live-badge .live-badge-inner {
    width: 4.8vw;
    height: 4.8vw;
    vertical-align: -0.6vw;
    margin-right: 0.48vw;
  }
}
@media (min-width: 600px) {
  .category-focus .list-item .live-badge .live-badge-inner,
  .live-badge .live-badge-inner,
  .section-block .list-item .live-badge .live-badge-inner {
    width: 2vw;
    height: 2vw;
    vertical-align: -0.25vw;
    margin-right: 0.2vw;
  }
  body.tip .category-focus .list-item .live-badge .live-badge-inner,
  body.tip .live-badge .live-badge-inner,
  body.tip .section-block .list-item .live-badge .live-badge-inner {
    width: 2.2vw;
    height: 2.2vw;
    vertical-align: -0.275vw;
    margin-right: 0.22vw;
  }
  .middle-section-item .live-badge .live-badge-inner {
    width: 2.16vw;
    height: 2.16vw;
    vertical-align: -0.27vw;
    margin-right: 0.216vw;
  }
  body.tip .middle-section-item .live-badge .live-badge-inner {
    width: 2.4vw;
    height: 2.4vw;
    vertical-align: -0.3vw;
    margin-right: 0.24vw;
  }
  .main-focus .left-block-content .live-badge .live-badge-inner,
  .main-section-item .live-badge .live-badge-inner {
    width: 3.6vw;
    height: 3.6vw;
    vertical-align: -0.45vw;
    margin-right: 0.36vw;
  }
  body.tip .main-focus .left-block-content .live-badge .live-badge-inner,
  body.tip .main-section-item .live-badge .live-badge-inner {
    width: 3.8vw;
    height: 3.8vw;
    vertical-align: -0.475vw;
    margin-right: 0.38vw;
  }
  .related-widget-wrapper .live-badge .live-badge-inner {
    width: 18px;
    height: 18px;
    vertical-align: -1px;
    margin-right: 1.8px;
  }
  body.tip .related-widget-wrapper .live-badge .live-badge-inner {
    width: 20px;
    height: 20px;
    vertical-align: -2px;
    margin-right: 2px;
  }
}
@media (min-width: 850px) {
  .category-focus .list-item .live-badge .live-badge-inner,
  .live-badge .live-badge-inner,
  .section-block .list-item .live-badge .live-badge-inner {
    width: 1.36vw;
    height: 1.36vw;
    vertical-align: -0.17vw;
    margin-right: 0.136vw;
  }
  .middle-section-item .live-badge .live-badge-inner {
    width: 1.6vw;
    height: 1.6vw;
    vertical-align: -0.2vw;
    margin-right: 0.16vw;
  }
  .main-focus .left-block-content .live-badge .live-badge-inner,
  .main-section-item .live-badge .live-badge-inner {
    width: 2.2vw;
    height: 2.2vw;
    vertical-align: -0.275vw;
    margin-right: 0.22vw;
  }
  .timeline-item .live-badge .live-badge-inner {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 1.4px;
  }
  body.tip .timeline-item .live-badge .live-badge-inner {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-right: 1.6px;
  }
}
@media (min-width: 995px) {
  .category-focus .list-item .live-badge .live-badge-inner,
  .live-badge .live-badge-inner,
  .section-block .list-item .live-badge .live-badge-inner {
    width: 14px;
    height: 14px;
    vertical-align: -1px;
    margin-right: 1.4px;
  }
  body.tip .category-focus .list-item .live-badge .live-badge-inner,
  body.tip .live-badge .live-badge-inner,
  body.tip .section-block .list-item .live-badge .live-badge-inner {
    width: 15px;
    height: 15px;
    vertical-align: -1px;
    margin-right: 1.5px;
  }
  .middle-section-item .live-badge .live-badge-inner {
    width: 16px;
    height: 16px;
    vertical-align: -1px;
    margin-right: 1.6px;
  }
  body.tip .middle-section-item .live-badge .live-badge-inner {
    width: 17px;
    height: 17px;
    vertical-align: -2px;
    margin-right: 1.7px;
  }
  .main-focus .left-block-content .live-badge .live-badge-inner,
  .main-section-item .live-badge .live-badge-inner {
    width: 24px;
    height: 24px;
    vertical-align: -2px;
    margin-right: 2.4px;
  }
  .single-article h1 .live-badge .live-badge-inner,
  body.tip .main-focus .left-block-content .live-badge .live-badge-inner,
  body.tip .main-section-item .live-badge .live-badge-inner {
    width: 26px;
    height: 26px;
    vertical-align: -3px;
    margin-right: 2.6px;
  }
  body.tip .single-article h1 .live-badge .live-badge-inner {
    width: 28px;
    height: 28px;
    vertical-align: -3px;
    margin-right: 2.8px;
  }
}
@media (min-width: 1390px) {
  .category-focus .list-item .live-badge .live-badge-inner,
  .live-badge .live-badge-inner,
  .section-block .list-item .live-badge .live-badge-inner {
    width: 1vw;
    height: 1vw;
    vertical-align: -0.125vw;
    margin-right: 0.1vw;
  }
  body.tip .category-focus .list-item .live-badge .live-badge-inner,
  body.tip .live-badge .live-badge-inner,
  body.tip .section-block .list-item .live-badge .live-badge-inner {
    width: 1.1vw;
    height: 1.1vw;
    vertical-align: -0.1375vw;
    margin-right: 0.11vw;
  }
  .middle-section-item .live-badge .live-badge-inner {
    width: 1.07vw;
    height: 1.07vw;
    vertical-align: -0.13375vw;
    margin-right: 0.107vw;
  }
  body.tip .middle-section-item .live-badge .live-badge-inner {
    width: 1.2vw;
    height: 1.2vw;
    vertical-align: -0.15vw;
    margin-right: 0.12vw;
  }
  .main-focus .left-block-content .live-badge .live-badge-inner,
  .main-section-item .live-badge .live-badge-inner {
    width: 1.63vw;
    height: 1.63vw;
    vertical-align: -0.20375vw;
    margin-right: 0.163vw;
  }
  body.tip .main-focus .left-block-content .live-badge .live-badge-inner,
  body.tip .main-section-item .live-badge .live-badge-inner {
    width: 1.8vw;
    height: 1.8vw;
    vertical-align: -0.225vw;
    margin-right: 0.18vw;
  }
}
@media (min-width: 1587px) {
  .category-focus .list-item .live-badge .live-badge-inner,
  .live-badge .live-badge-inner,
  .section-block .list-item .live-badge .live-badge-inner {
    width: 15px;
    height: 15px;
    vertical-align: -1px;
    margin-right: 1.5px;
  }
  body.tip .category-focus .list-item .live-badge .live-badge-inner,
  body.tip .live-badge .live-badge-inner,
  body.tip .section-block .list-item .live-badge .live-badge-inner {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-right: 1.6px;
  }
  .middle-section-item .live-badge .live-badge-inner {
    width: 17px;
    height: 17px;
    vertical-align: -1px;
    margin-right: 1.7px;
  }
  body.tip .middle-section-item .live-badge .live-badge-inner {
    width: 18px;
    height: 18px;
    vertical-align: -2px;
    margin-right: 1.8px;
  }
  .main-focus .left-block-content .live-badge .live-badge-inner,
  .main-section-item .live-badge .live-badge-inner {
    width: 26px;
    height: 26px;
    vertical-align: -3px;
    margin-right: 2.6px;
  }
  body.tip .main-focus .left-block-content .live-badge .live-badge-inner,
  body.tip .main-section-item .live-badge .live-badge-inner {
    width: 28px;
    height: 28px;
    vertical-align: -3px;
    margin-right: 2.8px;
  }
}
.live-badge .live-badge-inner svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #e5282a;
}
.vesti .live-badge .live-badge-inner svg,
figure.vesti .live-badge .live-badge-inner svg,
section.vesti .live-badge .live-badge-inner svg {
  fill: #e5282a;
}
.sport .live-badge .live-badge-inner svg,
figure.sport .live-badge .live-badge-inner svg,
section.sport .live-badge .live-badge-inner svg {
  fill: #27d050;
}
.tip .live-badge .live-badge-inner svg,
figure.tip .live-badge .live-badge-inner svg,
section.tip .live-badge .live-badge-inner svg {
  fill: #f15a24;
}
.jetset .live-badge .live-badge-inner svg,
figure.jetset .live-badge .live-badge-inner svg,
section.jetset .live-badge .live-badge-inner svg {
  fill: #da2569;
}
.biznis .live-badge .live-badge-inner svg,
figure.biznis .live-badge .live-badge-inner svg,
section.biznis .live-badge .live-badge-inner svg {
  fill: #14bdcc;
}
.aero .live-badge .live-badge-inner svg,
figure.aero .live-badge .live-badge-inner svg,
section.aero .live-badge .live-badge-inner svg {
  fill: #8ea2ae;
}
.nauka .live-badge .live-badge-inner svg,
figure.nauka .live-badge .live-badge-inner svg,
section.nauka .live-badge .live-badge-inner svg {
  fill: #7313d8;
}
.ljubimci .live-badge .live-badge-inner svg,
figure.ljubimci .live-badge .live-badge-inner svg,
section.ljubimci .live-badge .live-badge-inner svg {
  fill: #fb5b01;
}
.pop-i-kultura .live-badge .live-badge-inner svg,
figure.pop-i-kultura .live-badge .live-badge-inner svg,
section.pop-i-kultura .live-badge .live-badge-inner svg {
  fill: #9144c4;
}
.hi-tech .live-badge .live-badge-inner svg,
figure.hi-tech .live-badge .live-badge-inner svg,
section.hi-tech .live-badge .live-badge-inner svg {
  fill: #276ad1;
}
.zanimljivosti .live-badge .live-badge-inner svg,
figure.zanimljivosti .live-badge .live-badge-inner svg,
section.zanimljivosti .live-badge .live-badge-inner svg {
  fill: #29b2a3;
}
.zivot-i-stil .live-badge .live-badge-inner svg,
figure.zivot-i-stil .live-badge .live-badge-inner svg,
section.zivot-i-stil .live-badge .live-badge-inner svg {
  fill: #f7a324;
}
.putovanja .live-badge .live-badge-inner svg,
figure.putovanja .live-badge .live-badge-inner svg,
section.putovanja .live-badge .live-badge-inner svg {
  fill: #f82;
}
.esports .live-badge .live-badge-inner svg,
figure.esports .live-badge .live-badge-inner svg,
section.esports .live-badge .live-badge-inner svg {
  fill: #26ce45;
}
.auto .live-badge .live-badge-inner svg,
figure.auto .live-badge .live-badge-inner svg,
section.auto .live-badge .live-badge-inner svg {
  fill: #e5282a;
}
.ona .live-badge .live-badge-inner svg,
figure.ona .live-badge .live-badge-inner svg,
section.ona .live-badge .live-badge-inner svg {
  fill: #b798ec;
}
.ubrzanje .live-badge .live-badge-inner svg,
figure.ubrzanje .live-badge .live-badge-inner svg,
section.ubrzanje .live-badge .live-badge-inner svg {
  fill: #df1f26;
}
.plantbased .live-badge .live-badge-inner svg,
figure.plantbased .live-badge .live-badge-inner svg,
section.plantbased .live-badge .live-badge-inner svg {
  fill: #248e60;
}
.plantbased.text-overlay .live-badge .live-badge-inner svg,
figure.plantbased.text-overlay .live-badge .live-badge-inner svg {
  fill: #8bd1c8;
}
@media (max-width: 599px) {
  .right-block-content
    .plantbased.text-overlay
    .live-badge
    .live-badge-inner
    svg,
  .right-block-content
    figure.plantbased.text-overlay
    .live-badge
    .live-badge-inner
    svg {
    fill: #248e60;
  }
}
body.black-theme .live-badge .live-badge-inner svg {
  fill: #e5282a;
}
.live-badge .live-badge-inner svg .live-badge-circle {
  -webkit-animation: blink-animation 1s step-start 0s infinite;
  animation: blink-animation 1s step-start 0s infinite;
}
footer {
  height: 200px;
  overflow: hidden;
}
.pagination-wrapper {
  height: 40px;
  overflow: hidden;
}
.w-e-wrapper:after,
.w-e-wrapper:before {
  content: " ";
  display: table;
}
.w-e-wrapper:after {
  clear: both;
}
aside .w-e-wrapper {
  display: none;
}
@media (min-width: 995px) {
  aside .w-e-wrapper {
    display: block;
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
  }
}
@media (min-width: 995px) and (min-width: 850px) {
  aside .w-e-wrapper {
    margin-bottom: 6.66862%;
  }
}
@media (min-width: 995px) and (min-width: 1390px) {
  aside .w-e-wrapper {
    margin-bottom: 8.335%;
  }
}
@media (min-width: 995px) and (min-width: 850px) {
  aside .w-e-wrapper {
    margin-top: 6.66862%;
  }
}
@media (min-width: 995px) and (min-width: 1390px) {
  aside .w-e-wrapper {
    margin-top: 8.335%;
  }
}
aside .w-e-wrapper .loader-wrapper {
  height: 0;
  padding-bottom: 45%;
}
header .w-e-wrapper {
  padding: 12px 0;
}
#pushCustomPoupup,
.w-e-wrapper .exchange-wrapper,
.w-e-wrapper .weather-wrapper {
  display: none;
}
.poll-wrapper,
.rating-wrapper {
  clear: both;
  margin-left: -2.04121%;
  margin-right: -2.04121%;
  position: relative;
  padding-top: 0;
}
.poll-wrapper:after,
.poll-wrapper:before,
.rating-wrapper:after,
.rating-wrapper:before {
  content: " ";
  display: table;
}
.poll-wrapper:after,
.rating-wrapper:after {
  clear: both;
}
@media (min-width: 1390px) {
  .poll-wrapper,
  .rating-wrapper {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
}
@media (min-width: 850px) {
  .poll-wrapper,
  .rating-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
aside .poll-wrapper,
aside .rating-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 2.04121% 2.04121%;
}
@media (min-width: 1390px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    padding: 2.5%;
  }
}
@media (min-width: 600px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    margin-top: 6.0014%;
  }
}
@media (min-width: 600px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    margin-bottom: 6.0014%;
  }
}
@media (min-width: 850px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    padding: 3.22754% !important;
    margin: 0 0 3.22754%;
  }
}
@media (min-width: 850px) and (min-width: 850px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    padding: 6.66862% !important;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    padding: 8.335% !important;
  }
}
@media (min-width: 850px) and (min-width: 850px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    margin-bottom: 6.66862%;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    margin-bottom: 8.335%;
  }
}
@media (min-width: 850px) and (min-width: 850px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    margin-top: 6.66862%;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  aside .poll-wrapper,
  aside .rating-wrapper {
    margin-top: 8.335%;
  }
}
.poll-wrapper .loader-wrapper,
.rating-wrapper .loader-wrapper {
  padding-bottom: 50%;
}
.rating-wrapper .loader-wrapper {
  padding-bottom: 200%;
}
@media (min-width: 600px) {
  .rating-wrapper .loader-wrapper {
    padding-bottom: 100%;
  }
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.us-map-wrapper .loader-wrapper {
  padding-bottom: 64%;
}
body,
html {
  height: auto;
  min-height: 100%;
}
html.esports {
  overflow-x: hidden;
}
body {
  position: relative;
  background: #fff;
}
body.esports {
  background: #0c0c0d;
  overflow-x: hidden;
}
body.tip {
  background-image: url(./tip_pattern.png);
}
main {
  position: relative;
  padding-top: 90px;
}
@media (min-width: 995px) {
  main {
    overflow-x: hidden;
    padding-top: 110px;
    min-height: 1170px;
  }
  .has-full-branding main,
  .has-submenu main {
    padding-top: 90px;
  }
}
.page-inner {
  min-height: 100%;
}
.main-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 995px;
}
@media (min-width: 995px) {
  .main-wrapper {
    max-width: 980px;
  }
}
@media (min-width: 1390px) {
  .main-wrapper {
    max-width: 1600px;
    margin: 0 185px;
    width: auto;
  }
}
@media (min-width: 1587px) {
  .main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
.page-wrapper {
  padding-left: 2.04121%;
  padding-right: 2.04121%;
  padding-top: 10px;
}
@media (min-width: 1390px) {
  .page-wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.page-wrapper:after,
.page-wrapper:before {
  content: " ";
  display: table;
}
.page-wrapper:after {
  clear: both;
}
@media (min-width: 995px) {
  .page-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .page-wrapper.single {
    padding-top: 0;
  }
  body.tip .page-wrapper.single {
    padding-top: 10px;
  }
}
.page-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 850px) {
  .page-content {
    width: 65.95718%;
    float: left;
    margin-right: 2.12847%;
  }
}
@media (min-width: 1390px) {
  .page-content {
    width: 65.78947%;
    float: left;
    margin-right: 2.63158%;
  }
}
.main-focus {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 600px) {
  .main-focus {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .main-focus {
    margin-bottom: 4.00093%;
  }
}
.left-block-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2.63158%;
}
@media (min-width: 600px) {
  .left-block-content {
    margin-bottom: 0;
    width: 65.59082%;
    float: left;
    margin-right: 3.22754%;
  }
}
@media (min-width: 1390px) {
  .left-block-content {
    width: 65.33302%;
    float: left;
    margin-right: 4.00093%;
  }
}
.main-focus-1-2 {
  margin-bottom: 1.5rem;
}
.main-focus-1-2:after,
.main-focus-1-2:before {
  content: " ";
  display: table;
}
.main-focus-1-2:after {
  clear: both;
}
@media (min-width: 600px) {
  .main-focus-1-2 {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .main-focus-1-2 {
    margin-bottom: 6.0014%;
  }
}
.box-1-2-main-focus {
  position: relative;
}
.right-block-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 600px) {
  .right-block-content {
    width: 31.18164%;
    float: left;
    margin-right: 0;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .box-1-2-main-focus .right-block-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    float: none;
    display: block;
  }
}
@media (min-width: 1390px) {
  .right-block-content {
    width: 30.66604%;
    float: left;
    margin-right: 0;
  }
}
.main-focus .right-block-content figure {
  margin-bottom: 5.26316%;
  width: 48.38692%;
  float: left;
  padding: 0;
}
.main-focus .right-block-content figure:nth-child(odd) {
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.main-focus .right-block-content figure:nth-child(2n + 2) {
  margin-left: 51.61308%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 600px) {
  .main-focus .right-block-content figure {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 6.84211%;
  }
}
.main-focus .right-block-content figure:last-child {
  margin-bottom: 0;
  display: none;
}
@media (min-width: 600px) {
  .main-focus .right-block-content figure:last-child {
    display: block;
  }
}
.main-focus.box-1-2-main-focus .right-block-content figure:last-child {
  display: block;
}
@media (min-width: 600px) {
  .main-focus.box-1-2-main-focus .right-block-content figure:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
aside {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 850px) {
  aside {
    width: 31.91435%;
    float: left;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1390px) {
  aside {
    width: 31.57895%;
    float: left;
    margin-right: 0;
    float: right;
  }
}
.main-section-item {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3.22754%;
}
@media (min-width: 1390px) {
  .main-section-item {
    margin-bottom: 4.00093%;
  }
}
.z-i-s-wrapper .main-section-item {
  margin-bottom: 4.92083%;
}
@media (min-width: 1390px) {
  .z-i-s-wrapper .main-section-item {
    margin-bottom: 6.12396%;
  }
}
.list-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.list-item figure {
  margin-bottom: 5.26316%;
  width: 48.38623%;
  float: left;
  margin-right: 3.22754%;
}
.category-focus .list-item figure,
.home-focus.page-content div.main-focus-1-2 .list-item figure,
.section-block .list-item figure {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.list-item figure:nth-child(2n + 2) {
  margin-right: 0;
}
@media (min-width: 600px) {
  .list-item figure {
    margin-bottom: 3.22754%;
  }
  .category-focus .list-item figure,
  .home-focus.page-content div.main-focus-1-2 .list-item figure,
  .list-item figure,
  .section-block .list-item figure {
    width: 31.18164%;
    float: left;
    margin-right: 3.22754%;
  }
  .category-focus .list-item figure:nth-child(2n + 2),
  .home-focus.page-content
    div.main-focus-1-2
    .list-item
    figure:nth-child(2n + 2),
  .list-item figure:nth-child(2n + 2),
  .section-block .list-item figure:nth-child(2n + 2) {
    margin-right: 3.22754% !important;
  }
  .category-focus .list-item figure:nth-child(3n + 3),
  .home-focus.page-content
    div.main-focus-1-2
    .list-item
    figure:nth-child(3n + 3),
  .list-item figure:nth-child(3n + 3),
  .section-block .list-item figure:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
}
@media (min-width: 1390px) {
  .list-item figure {
    margin-bottom: 4.00093%;
  }
  .category-focus .list-item figure,
  .home-focus.page-content div.main-focus-1-2 .list-item figure,
  .list-item figure,
  .section-block .list-item figure {
    width: 30.66604%;
    float: left;
    margin-right: 4.00093%;
  }
  .category-focus .list-item figure:nth-child(2n + 2),
  .home-focus.page-content
    div.main-focus-1-2
    .list-item
    figure:nth-child(2n + 2),
  .list-item figure:nth-child(2n + 2),
  .section-block .list-item figure:nth-child(2n + 2) {
    margin-right: 4.00093% !important;
  }
  .category-focus .list-item figure:nth-child(3n + 3),
  .home-focus.page-content
    div.main-focus-1-2
    .list-item
    figure:nth-child(3n + 3),
  .list-item figure:nth-child(3n + 3),
  .section-block .list-item figure:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
}
.middle-section-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.middle-section-item figure {
  margin-bottom: 5.26316%;
  width: 48.38692%;
  float: left;
  padding: 0;
}
.middle-section-item figure:nth-child(odd) {
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.middle-section-item figure:nth-child(2n + 2) {
  margin-left: 51.61308%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 600px) {
  .middle-section-item figure {
    margin-bottom: 3.22617%;
  }
}
@media (min-width: 1390px) {
  .middle-section-item figure {
    width: 48%;
    float: left;
    margin-bottom: 4%;
    padding: 0;
  }
  .middle-section-item figure:nth-child(odd) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .middle-section-item figure:nth-child(2n + 2) {
    margin-left: 52%;
    margin-right: -100%;
    clear: none;
  }
}
.z-i-s-wrapper .middle-section-item figure {
  width: 47.53958%;
  float: left;
  padding: 0;
}
.z-i-s-wrapper .middle-section-item figure:nth-child(odd) {
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.z-i-s-wrapper .middle-section-item figure:nth-child(2n + 2) {
  margin-left: 52.46042%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 600px) {
  .z-i-s-wrapper .middle-section-item figure {
    margin-bottom: 4.92083%;
  }
}
@media (min-width: 1390px) {
  .z-i-s-wrapper .middle-section-item figure {
    width: 46.93802%;
    float: left;
    margin-bottom: 6.12396%;
    padding: 0;
  }
  .z-i-s-wrapper .middle-section-item figure:nth-child(odd) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .z-i-s-wrapper .middle-section-item figure:nth-child(2n + 2) {
    margin-left: 53.06198%;
    margin-right: -100%;
    clear: none;
  }
}
.section-tabs {
  height: 40px;
}
@media (min-width: 600px) {
  .section-tabs {
    height: 40px;
  }
}
.apple-store_icon-inner,
.arrow-dropdown_icon-inner,
.camera_icon-inner,
.comments_icon-inner,
.eklinika_icon-inner,
.english_icon-inner,
.envelope_icon-inner,
.esports-logo_icon-inner,
.expand_icon-inner,
.facebook_icon-inner,
.foto_icon-inner,
.google-play_icon-inner,
.instagram_icon-inner,
.katalozi_icon-inner,
.latest_icon-inner,
.like_icon-inner,
.linkedin_icon-inner,
.logo-red-small_icon-inner,
.logo-white-small_icon-inner,
.logo-white_icon-inner,
.logo_icon-inner,
.naslovne-strane_icon-inner,
.neradni-dani_icon-inner,
.photo_icon-inner,
.play_icon-inner,
.popular_icon-inner,
.radio_icon-inner,
.search_icon-inner,
.share_icon-inner,
.telegraftv_icon-inner,
.tiktok_icon-inner,
.time_icon-inner,
.tip-logo_icon-inner,
.twitter_icon-inner,
.viber_icon-inner,
.video_icon-inner,
.whatsapp_icon-inner,
.youtube_icon-inner {
  height: 0;
  width: 100%;
  position: relative;
}
.arrow-dropdown_icon_id,
.comments_icon_id,
.envelope_icon_id,
.latest_icon_id,
.like_icon_id,
.logo-red-small_icon_id,
.logo-white-small_icon_id,
.logo-white_icon_id,
.logo_icon_id,
.photo_icon_id,
.popular_icon_id,
.time_icon_id,
.tip-logo_icon_id {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tip-logo_icon-inner {
  padding-bottom: 45.377%;
}
.logo-red-small_icon-inner,
.logo-white-small_icon-inner {
  padding-bottom: 97.1%;
}
.logo-white_icon-inner,
.logo_icon-inner {
  padding-bottom: 24.98%;
  display: block;
}
@media (min-width: 995px) {
  .logo-white_icon-inner,
  .logo_icon-inner {
    display: none;
  }
}
.logo-white_icon-inner,
body.black-theme .logo_icon-inner,
body.esports .logo_icon-inner {
  display: none;
}
body.black-theme .logo-white_icon-inner {
  display: block;
}
@media (min-width: 995px) {
  body.black-theme .logo-white_icon-inner {
    display: none;
  }
}
body.esports .logo-white_icon-inner {
  display: none;
}
body.tip .logo-white-small_icon-wrapper-outer,
body.tip .logo-white_icon-inner,
body.tip .logo_icon-inner {
  display: none !important;
}
.eklinika_icon-inner {
  padding-bottom: 100%;
  background-size: 100% 100%;
}
.esports-logo_icon-inner {
  padding-bottom: 0;
  height: 100%;
  background-image: url(./esports-logo.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.naslovne-strane_icon-inner {
  padding-bottom: 125%;
  background-size: 100% 100%;
}
.katalozi_icon-inner {
  padding-bottom: 100%;
  background-size: 100% 100%;
}
.neradni-dani_icon-inner,
.radio_icon-inner {
  padding-bottom: 105%;
  background-size: 100% 100%;
}
.english_icon-inner {
  padding-bottom: 100%;
  background-size: 100% 100%;
}
.photo_icon-inner {
  padding-bottom: 72.42%;
  background-image: url(./photo_icon_white.svg?v=1);
}
.telegraftv_icon-inner {
  padding-bottom: 75%;
  background-size: 100% 100%;
}
.foto_icon-inner {
  padding-bottom: 88.89%;
  background-size: 100% 100%;
}
.envelope_icon-inner {
  padding-bottom: 80%;
}
.article-header .envelope_icon-inner,
.c-s-wrapper-outer.bottom .envelope_icon-inner,
.comments-action .envelope_icon-inner,
.share-poll-wrapper .envelope_icon-inner {
  background-image: url(./envelope_icon_white.svg?v=1);
}
.search_icon-inner {
  padding-bottom: 97.98%;
  cursor: pointer;
  background-image: url(./search_icon.svg);
}
.arrow-dropdown_icon-inner {
  padding-bottom: 51.28%;
  background-image: url(./arrow-dropdown_icon.svg);
}
.slider-controls .arrow-dropdown_icon-inner,
body.esports aside .slider-controls .arrow-dropdown_icon-inner {
  background-image: url(./arrow-dropdown_icon_white.svg);
}
.w-e-wrapper .slider-controls .arrow-dropdown_icon-inner,
.w-e-wrapper body.esports aside .slider-controls .arrow-dropdown_icon-inner {
  background-image: url(./arrow-dropdown_icon.svg);
}
li.current .arrow-dropdown_icon-inner,
li.menu-item-background-color .arrow-dropdown_icon-inner {
  background-image: url(./arrow-dropdown_icon_white.svg);
}
.fullscreen-wrapper .slider-controls .arrow-dropdown_icon-inner {
  background-image: url(./arrow-dropdown_icon.svg);
}
@media (min-width: 600px) {
  .fullscreen-wrapper .slider-controls .arrow-dropdown_icon-inner {
    background-image: url(./arrow-dropdown-shadow_icon.svg);
  }
}
body.tip .top-header .arrow-dropdown_icon-inner {
  background-image: url(./arrow-dropdown_icon_white.svg);
}
@media (min-width: 995px) {
  body.tip .top-header .arrow-dropdown_icon-inner {
    background-image: url(./arrow-dropdown_icon.svg);
  }
}
.instagram_icon-inner {
  padding-bottom: 93.86%;
}
.article-header .instagram_icon-inner {
  background-image: url(./instagram_icon_white.svg);
}
.tiktok_icon-inner {
  padding-bottom: 111.76%;
}
.article-header .tiktok_icon-inner,
.c-s-wrapper-outer.bottom .tiktok_icon-inner,
.comments-action .tiktok_icon-inner {
  background-image: url(./tiktok_icon_white.svg);
}
.facebook_icon-inner {
  padding-bottom: 214.14%;
}
.article-header .facebook_icon-inner,
.c-s-wrapper-outer.bottom .facebook_icon-inner,
.comments-action .facebook_icon-inner,
.share-poll-wrapper .facebook_icon-inner {
  background-image: url(./facebook_icon_white.svg);
}
.viber_icon-inner {
  padding-bottom: 106.95%;
}
.article-header .viber_icon-inner,
.c-s-wrapper-outer.bottom .viber_icon-inner,
.comments-action .viber_icon-inner,
.share-poll-wrapper .viber_icon-inner {
  background-image: url(./viber_icon_white.svg);
}
.twitter_icon-inner {
  padding-bottom: 79.95%;
}
.article-header .twitter_icon-inner,
.c-s-wrapper-outer.bottom .twitter_icon-inner,
.comments-action .twitter_icon-inner,
.share-poll-wrapper .twitter_icon-inner {
  background-image: url(./twitter_icon_white.svg?v=1);
}
.linkedin_icon-inner {
  padding-bottom: 100%;
}
.article-header .linkedin_icon-inner,
.c-s-wrapper-outer.bottom .linkedin_icon-inner,
.comments-action .linkedin_icon-inner,
.share-poll-wrapper .linkedin_icon-inner {
  background-image: url(./linkedin_icon_white.svg);
}
.whatsapp_icon-inner {
  padding-bottom: 100%;
}
.article-header .whatsapp_icon-inner,
.c-s-wrapper-outer.bottom .whatsapp_icon-inner,
.comments-action .whatsapp_icon-inner,
.share-poll-wrapper .whatsapp_icon-inner {
  background-image: url(./whatsapp_icon_white.svg);
}
.youtube_icon-inner {
  padding-bottom: 70.42%;
}
.article-header .youtube_icon-inner {
  background-image: url(./youtube_icon_white.svg);
}
.video_icon-inner {
  padding-bottom: 72.42%;
  background-image: url(./video_icon_white.svg?v=1);
}
.popular_icon-inner {
  padding-bottom: 95.32%;
}
.latest_icon-inner {
  padding-bottom: 119.54%;
}
.comments_icon-inner {
  padding-bottom: 92.28%;
  background-image: url(./comments_icon.svg);
}
.text-overlay .comments_icon-inner,
section.foto .comments_icon-inner {
  background-image: url(./comments_icon_white.svg);
}
.main-focus .right-block-content .text-overlay .comments_icon-inner {
  background-image: url(./comments_icon.svg);
}
@media (min-width: 600px) {
  .main-focus .right-block-content .text-overlay .comments_icon-inner {
    background-image: url(./comments_icon_white.svg);
  }
}
.comments-wrapper .comments_icon-inner,
.timeline-tabs-wrapper .comments_icon-inner {
  background-image: none;
}
.share_icon-inner {
  padding-bottom: 105.12%;
  background-image: url(./share_icon.svg);
}
.share-action-wrapper .share_icon-inner,
.text-overlay .share_icon-inner,
section.foto .share_icon-inner {
  background-image: url(./share_icon_white.svg);
}
.main-focus .right-block-content .text-overlay .share_icon-inner {
  background-image: url(./share_icon.svg);
}
@media (min-width: 600px) {
  .main-focus .right-block-content .text-overlay .share_icon-inner {
    background-image: url(./share_icon_white.svg);
  }
}
body.esports .share-action-wrapper .share_icon-inner {
  background-image: url(./share_icon_black.svg);
}
.single-article-bottom-socials .share_icon-inner,
.single-article .share_icon-inner {
  background-image: url(./share_icon_grey.svg);
}
@media (min-width: 600px) {
  .single-article-bottom-socials .share_icon-inner,
  .single-article .share_icon-inner {
    background-image: url(./share_icon.svg);
  }
}
.play_icon-inner {
  padding-bottom: 100%;
  border-radius: 50%;
}
.section-block.video .play_icon-inner {
  background-image: url(./play_icon.svg);
}
.camera_icon-inner {
  padding-bottom: 73.81%;
}
.section-block.foto .camera_icon-inner {
  background-image: url(./camera_icon.svg);
}
.expand_icon-inner,
.like_icon-inner,
.time_icon-inner {
  padding-bottom: 100%;
}
.expand_icon-inner {
  background-image: url(./expand_icon.svg);
}
.arrow-dropdown_icon-inner,
.camera_icon-inner,
.comments_icon-inner,
.envelope_icon-inner,
.expand_icon-inner,
.facebook_icon-inner,
.instagram_icon-inner,
.linkedin_icon-inner,
.logo-red-small_icon-inner,
.photo_icon-inner,
.play_icon-inner,
.search_icon-inner,
.share_icon-inner,
.tiktok_icon-inner,
.twitter_icon-inner,
.viber_icon-inner,
.video_icon-inner,
.whatsapp_icon-inner,
.youtube_icon-inner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btn,
input[type="submit"] {
  display: inline-block;
  outline: none;
  border-radius: 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 20px;
  border: 2px solid #0c0c0d;
  color: #0c0c0d;
  background: transparent;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 480px) {
  .btn,
  input[type="submit"] {
    font-size: 13px;
  }
}
body.esports .section-content-wrapper .btn,
body.esports .section-content-wrapper input[type="submit"],
body.esports .subcategory-block .btn,
body.esports .subcategory-block input[type="submit"],
body.esports aside .btn,
body.esports aside input[type="submit"] {
  border: 2px solid #26ce45;
  color: #fff;
}
html.no-touch .btn:hover,
html.no-touch input[type="submit"]:hover {
  background: #0c0c0d;
  color: #fff;
  -webkit-transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.esports .subcategory-block .btn:hover,
body.esports .subcategory-block input[type="submit"]:hover,
html.no-touch body.esports .section-content-wrapper .btn:hover,
html.no-touch body.esports .section-content-wrapper input[type="submit"]:hover,
html.no-touch body.esports aside .btn:hover,
html.no-touch body.esports aside input[type="submit"]:hover {
  background: #26ce45;
  color: #0c0c0d;
}
.btn-inverse {
  color: #fff !important;
  background: #0c0c0d !important;
}
.btn-inverse,
html.no-touch .btn-inverse:hover {
  -webkit-transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.no-touch .btn-inverse:hover {
  background: transparent !important;
  color: #0c0c0d !important;
}
.btn-inverse-black,
body.black-theme .btn-inverse-red {
  color: #fff !important;
  background: #0c0c0d !important;
  border: 2px solid #fff !important;
}
.btn-inverse-black,
body.black-theme .btn-inverse-red,
html.no-touch .btn-inverse-black:hover,
html.no-touch body.black-theme .btn-inverse-red:hover {
  -webkit-transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.no-touch .btn-inverse-black:hover,
html.no-touch body.black-theme .btn-inverse-red:hover {
  background: #fff !important;
  color: #0c0c0d !important;
}
.btn-inverse-red {
  color: #fff;
  background: #b51719;
  border: 2px solid #fff;
}
.btn-inverse-red,
html.no-touch .btn-inverse-red:hover {
  -webkit-transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition:
    background 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.no-touch .btn-inverse-red:hover {
  background: #fff;
  color: #b51719;
}
.btn-action {
  text-align: center;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.btn-action a {
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .btn-action a {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.btn-action.pagination .btn-inner {
  display: inline-block;
}
.btn-action.pagination .btn-inner:after,
.btn-action.pagination .btn-inner:before {
  content: " ";
  display: table;
}
.btn-action.pagination .btn-inner:after {
  clear: both;
}
.subcategory .btn-action.pagination {
  margin-bottom: 3.22754%;
}
.subcategory .btn-action.pagination:after,
.subcategory .btn-action.pagination:before {
  content: " ";
  display: table;
}
.subcategory .btn-action.pagination:after {
  clear: both;
}
@media (min-width: 1390px) {
  .subcategory .btn-action.pagination {
    margin-bottom: 4.00093%;
  }
}
.subcategory .btn-action.pagination a {
  margin: 0 10px;
  float: left;
}
@media (min-width: 1390px) {
  .subcategory .btn-action.pagination a {
    margin: 0 15px;
  }
}
.subcategory .btn-action.pagination a.next {
  float: right;
}
.back-btn {
  margin: 1rem 0;
}
.back-btn:after,
.back-btn:before {
  content: " ";
  display: table;
}
.back-btn:after {
  clear: both;
}
@media (min-width: 600px) {
  .back-btn {
    margin-top: 3.22754%;
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .back-btn {
    margin-top: 4.00093%;
    margin-bottom: 4.00093%;
  }
}
.back-btn > a {
  color: #0c0c0d !important;
  float: left;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.33;
}
.back-btn > a:hover {
  opacity: 0.8;
}
.back-btn > a span {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}
body.esports .back-btn > a {
  color: #fff !important;
}
.disabled-btn {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.disabled-btn.enable-btn {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.btn-round {
  border-radius: 30px;
  border: 2px solid #0c0c0d;
  color: #fff;
  background: #0c0c0d;
  padding: 10px 20px;
  font-size: 0.875rem;
}
html.no-touch .btn-round:hover {
  background: #fff;
  color: #0c0c0d;
}
.vesti .btn-round {
  background: #e5282a;
  border: 2px solid #e5282a;
}
html.no-touch .vesti .btn-round:hover {
  background: #fff;
  color: #e5282a;
}
.sport .btn-round {
  background: #27d050;
  border: 2px solid #27d050;
}
html.no-touch .sport .btn-round:hover {
  background: #fff;
  color: #27d050;
}
.tip .btn-round {
  background: #f15a24;
  border: 2px solid #f15a24;
}
html.no-touch .tip .btn-round:hover {
  background: #fff;
  color: #f15a24;
}
.jetset .btn-round {
  background: #da2569;
  border: 2px solid #da2569;
}
html.no-touch .jetset .btn-round:hover {
  background: #fff;
  color: #da2569;
}
.pop-i-kultura .btn-round {
  background: #9144c4;
  border: 2px solid #9144c4;
}
html.no-touch .pop-i-kultura .btn-round:hover {
  background: #fff;
  color: #9144c4;
}
.hi-tech .btn-round {
  background: #276ad1;
  border: 2px solid #276ad1;
}
html.no-touch .hi-tech .btn-round:hover {
  background: #fff;
  color: #276ad1;
}
.zanimljivosti .btn-round {
  background: #29b2a3;
  border: 2px solid #29b2a3;
}
html.no-touch .zanimljivosti .btn-round:hover {
  background: #fff;
  color: #29b2a3;
}
.zivot-i-stil .btn-round {
  background: #f7a324;
  border: 2px solid #f7a324;
}
html.no-touch .zivot-i-stil .btn-round:hover {
  background: #fff;
  color: #f7a324;
}
.esports .btn-round {
  background: #26ce45;
  border: 2px solid #26ce45;
}
html.no-touch .esports .btn-round:hover {
  background: #fff;
  color: #26ce45;
}
.auto .btn-round {
  background: #e5282a;
  border: 2px solid #e5282a;
}
html.no-touch .auto .btn-round:hover {
  background: #fff;
  color: #e5282a;
}
body.black-theme .btn-round {
  background: #000;
  border: 2px solid #000;
}
html.no-touch body.black-theme .btn-round:hover {
  background: #fff;
  color: #000;
}
.btn-round-inverse {
  color: #0c0c0d;
  background: #fff;
  border: 2px solid #0c0c0d;
}
html.no-touch .btn-round-inverse:hover {
  background: #0c0c0d;
  color: #fff;
}
.vesti .btn-round-inverse {
  color: #e5282a;
  border: 2px solid #e5282a;
}
html.no-touch .vesti .btn-round-inverse:hover {
  background: #e5282a;
  color: #fff;
}
.sport .btn-round-inverse {
  color: #27d050;
  background: #fff;
  border: 2px solid #27d050;
}
html.no-touch .sport .btn-round-inverse:hover {
  background: #27d050;
  color: #fff;
}
.tip .btn-round-inverse {
  color: #f15a24;
  background: #fff;
  border: 2px solid #f15a24;
}
html.no-touch .tip .btn-round-inverse:hover {
  background: #f15a24;
  color: #fff;
}
.jetset .btn-round-inverse {
  color: #da2569;
  background: #fff;
  border: 2px solid #da2569;
}
html.no-touch .jetset .btn-round-inverse:hover {
  background: #da2569;
  color: #fff;
}
.pop-i-kultura .btn-round-inverse {
  color: #9144c4;
  background: #fff;
  border: 2px solid #9144c4;
}
html.no-touch .pop-i-kultura .btn-round-inverse:hover {
  background: #9144c4;
  color: #fff;
}
.hi-tech .btn-round-inverse {
  color: #276ad1;
  background: #fff;
  border: 2px solid #276ad1;
}
html.no-touch .hi-tech .btn-round-inverse:hover {
  background: #276ad1;
  color: #fff;
}
.zanimljivosti .btn-round-inverse {
  color: #29b2a3;
  background: #fff;
  border: 2px solid #29b2a3;
}
html.no-touch .zanimljivosti .btn-round-inverse:hover {
  background: #29b2a3;
  color: #fff;
}
.zivot-i-stil .btn-round-inverse {
  color: #f7a324;
  background: #fff;
  border: 2px solid #f7a324;
}
html.no-touch .zivot-i-stil .btn-round-inverse:hover {
  background: #f7a324;
  color: #fff;
}
.esports .btn-round-inverse {
  color: #26ce45;
  background: #fff;
  border: 2px solid #26ce45;
}
html.no-touch .esports .btn-round-inverse:hover {
  background: #26ce45;
  color: #fff;
}
.auto .btn-round-inverse {
  color: #e5282a;
  background: #fff;
  border: 2px solid #e5282a;
}
html.no-touch .auto .btn-round-inverse:hover {
  background: #e5282a;
  color: #fff;
}
body.black-theme .btn-round-inverse {
  color: #000;
  background: #fff;
  border: 2px solid #000;
}
html.no-touch body.black-theme .btn-round-inverse:hover {
  background: #000;
  color: #fff;
}
input,
textarea {
  line-height: 20px;
  padding: 6px 10px;
  color: #0c0c0d;
  font-size: 100%;
  font-weight: 600;
  border: 1px solid transparent;
  display: inline-block;
  outline: none;
  font-family: Montserrat, sans-serif !important;
  -webkit-touch-callout: text !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  user-select: text !important;
}
@media (min-width: 600px) {
  input,
  textarea {
    font-size: 14px;
  }
}
textarea {
  min-height: 176px;
  -webkit-touch-callout: text !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  user-select: text !important;
}
table {
  width: 100%;
}
td,
th {
  border: 1px solid #19191a;
  padding: 5px;
  vertical-align: middle;
  border-spacing: 0;
  border-collapse: collapse;
  font-weight: 600;
}
thead th {
  font-size: 0.875rem;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #edf1f2;
}
@media (min-width: 420px) {
  thead th {
    font-size: 15px;
    line-height: 1.5;
  }
}
tbody tr td {
  font-size: 0.8125rem;
  line-height: 1.76;
}
@media (min-width: 420px) {
  tbody tr td {
    font-size: 0.875rem;
  }
}
@media (min-width: 600px) {
  tbody tr td {
    font-size: 14px;
  }
}
.table-wrapper {
  overflow-x: auto;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.overlay.navigation-overlay {
  top: 46px;
}
.overlay.navigation-overlay.open-menu {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in;
  animation: fadeIn 0.3s ease-in;
}
@media (min-width: 995px) {
  .overlay.navigation-overlay.open-menu {
    display: none;
  }
}
@media (min-width: 995px) {
  .overlay.navigation-overlay {
    top: 90px;
  }
}
.overlay.share-overlay {
  position: absolute;
  background: #c1ced2;
  display: none;
}
.overlay.share-overlay.open {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in;
  animation: fadeIn 0.3s ease-in;
}
@media (min-width: 600px) {
  .overlay.share-overlay {
    display: none !important;
  }
}
.loaderCst-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 50%;
  max-width: 200px;
  margin: auto;
}
.loaderCst-wrapper:after,
.loaderCst-wrapper:before {
  content: " ";
  display: table;
}
.loaderCst-wrapper:after {
  clear: both;
}
.loaderCst {
  float: left;
  width: 12.5%;
}
.loaderCst span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: transparent;
  animation-name: bounce_loaderCst;
  -webkit-animation-name: bounce_loaderCst;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-direction: normal;
  -webkit-animation-direction: normal;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.loaderCst_1 span {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.loaderCst_2 span {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.loaderCst_3 span {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.loaderCst_4 span {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.loaderCst_5 span {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.loaderCst_6 span {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.loaderCst_7 span {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.loaderCst_8 span {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.loader-wrapper {
  position: relative;
  background: transparent;
}
.loader-wrapper.init {
  height: 0;
  padding-bottom: 56.25%;
  display: none !important;
}
.loader-wrapper.init[v-cloak] {
  display: block !important;
}
.socials-wrapper {
  text-align: center;
}
.socials-wrapper li {
  display: inline-block;
  margin: 0 5px;
}
@media (min-width: 850px) {
  .socials-wrapper li {
    float: left;
    margin: 0 0 0 10px;
  }
}
.socials-wrapper li a {
  display: block;
  position: relative;
}
.socials-wrapper li a > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure {
  position: relative;
}
html.no-touch .main-focus .right-block-content figure:hover.text-overlay h2,
html.no-touch figure:hover figcaption h2 {
  color: rgba(12, 12, 13, 0.7);
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 600px) {
  html.no-touch .main-focus .right-block-content figure:hover.text-overlay h2 {
    color: #fff;
  }
}
html.no-touch figure:hover.text-overlay figcaption h2 {
  color: #fff;
}
html.no-touch figure:hover .grid-image-inner a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure .grid-image-wrapper {
  position: relative;
  background: #edf1f2;
}
.category-focus .list-item figure .grid-image-wrapper,
.main-focus-1-2 .list-item figure .grid-image-wrapper,
.section-block .list-item figure .grid-image-wrapper {
  width: 40.13158%;
  float: left;
  margin-right: 2.63158%;
}
@media (min-width: 600px) {
  .category-focus .list-item figure .grid-image-wrapper,
  .main-focus-1-2 .list-item figure .grid-image-wrapper,
  .section-block .list-item figure .grid-image-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
figure .grid-image-inner a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
figure .grid-image-inner a:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1));
}
figure .grid-image-inner.ratio-1x1,
figure .grid-image-inner.ratio-43,
figure .grid-image-inner.ratio-169 {
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
figure .grid-image-inner.ratio-43 {
  aspect-ratio: 4/3;
}
figure .grid-image-inner.ratio-43.inverse-ratio {
  aspect-ratio: 16/9;
}
@media (min-width: 600px) {
  figure .grid-image-inner.ratio-43.inverse-ratio {
    aspect-ratio: 4/3;
  }
}
figure .grid-image-inner.ratio-43.inverse-ratio-tablet {
  aspect-ratio: 16/9;
}
@media (min-width: 850px) {
  figure .grid-image-inner.ratio-43.inverse-ratio-tablet {
    aspect-ratio: 4/3;
  }
}
figure .grid-image-inner.ratio-169 {
  aspect-ratio: 16/9;
}
figure .grid-image-inner.ratio-169.inverse-ratio {
  aspect-ratio: 4/3;
}
@media (min-width: 600px) {
  figure .grid-image-inner.ratio-169.inverse-ratio {
    aspect-ratio: 16/9;
  }
}
figure .grid-image-inner.ratio-1x1 {
  aspect-ratio: 1/1;
}
figure .video_icon-wrapper {
  width: 12px;
}
@media (min-width: 420px) {
  figure .video_icon-wrapper {
    width: 14px;
  }
}
.main-focus .left-block-content figure .video_icon-wrapper,
.main-section-item figure .video_icon-wrapper {
  width: 16px;
}
@media (min-width: 420px) {
  .main-focus .left-block-content figure .video_icon-wrapper,
  .main-section-item figure .video_icon-wrapper {
    width: 18px;
  }
}
figure .photo_icon-wrapper {
  width: 12px;
}
@media (min-width: 420px) {
  figure .photo_icon-wrapper {
    width: 14px;
  }
}
.main-focus .left-block-content figure .photo_icon-wrapper,
.main-section-item figure .photo_icon-wrapper {
  width: 16px;
}
@media (min-width: 420px) {
  .main-focus .left-block-content figure .photo_icon-wrapper,
  .main-section-item figure .photo_icon-wrapper {
    width: 18px;
  }
}
figure .duration,
figure h3 {
  font-weight: 700;
  font-size: 0.5625rem;
  line-height: 9px;
  padding: 4px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 420px) {
  figure .duration,
  figure h3 {
    font-size: 11px;
    padding: 5px 6px;
    line-height: 11px;
  }
}
.main-focus .left-block-content figure .duration,
.main-focus .left-block-content figure h3,
.main-section-item figure .duration,
.main-section-item figure h3 {
  font-size: 0.6875rem;
  line-height: 11px;
  padding: 5px 6px;
}
@media (min-width: 420px) {
  .main-focus .left-block-content figure .duration,
  .main-focus .left-block-content figure h3,
  .main-section-item figure .duration,
  .main-section-item figure h3 {
    font-size: 13px;
    line-height: 13px;
    padding: 8px 10px;
  }
}
figure .duration,
figure .figure-category h3 {
  height: 17px;
}
@media (min-width: 420px) {
  figure .duration,
  figure .figure-category h3 {
    height: 21px;
  }
}
.main-focus .left-block-content figure .duration,
.main-focus .left-block-content figure .figure-category h3,
.main-section-item figure .duration,
.main-section-item figure .figure-category h3 {
  height: 21px;
}
@media (min-width: 420px) {
  .main-focus .left-block-content figure .duration,
  .main-focus .left-block-content figure .figure-category h3,
  .main-section-item figure .duration,
  .main-section-item figure .figure-category h3 {
    height: 29px;
  }
}
body.esports .list-item h3,
body.esports .main-section-item h3,
body.esports .middle-section-item h3,
figure.esports h3 {
  color: #0c0c0d;
}
.figure-category {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.figure-category:after,
.figure-category:before {
  content: " ";
  display: table;
}
.figure-category:after {
  clear: both;
}
.figure-category .type-figure,
.figure-category > a {
  float: left;
}
@media (max-width: 600px) {
  .figure-category .type-figure,
  .figure-category > a {
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
}
@media (max-width: 600px) {
  .figure-category > a {
    padding-top: 27px;
  }
  .main-focus .left-block-content .figure-category > a,
  .main-section-item .figure-category > a {
    padding-top: 23px;
  }
}
@media (max-width: 600px) {
  .figure-category .type-figure {
    margin-left: -5px;
  }
  .author-list-news-wrapper .list-item .figure-category .type-figure,
  .author-list-news-wrapper .main-section-item .figure-category .type-figure,
  .author-list-news-wrapper .middle-section-item .figure-category .type-figure,
  .post_tag .figure-category .type-figure,
  .subcategory-block .figure-category .type-figure,
  .subcategory .figure-category .type-figure {
    margin-left: 0;
  }
}
.figure-category h3,
.vesti .figure-category h3,
figure.vesti .figure-category h3,
section.vesti .figure-category h3 {
  background: #e5282a;
}
.sport .figure-category h3,
figure.sport .figure-category h3,
section.sport .figure-category h3 {
  background: #27d050;
}
.tip .figure-category h3,
figure.tip .figure-category h3,
section.tip .figure-category h3 {
  background: #f15a24;
}
.jetset .figure-category h3,
figure.jetset .figure-category h3,
section.jetset .figure-category h3 {
  background: #da2569;
}
.biznis .figure-category h3,
figure.biznis .figure-category h3,
section.biznis .figure-category h3 {
  background: #14bdcc;
}
.aero .figure-category h3,
figure.aero .figure-category h3,
section.aero .figure-category h3 {
  background: #053263;
}
.nauka .figure-category h3,
figure.nauka .figure-category h3,
section.nauka .figure-category h3 {
  background: #7313d8;
}
.ljubimci .figure-category h3,
figure.ljubimci .figure-category h3,
section.ljubimci .figure-category h3 {
  background: #fb5b01;
}
.pop-i-kultura .figure-category h3,
figure.pop-i-kultura .figure-category h3,
section.pop-i-kultura .figure-category h3 {
  background: #9144c4;
}
.hi-tech .figure-category h3,
figure.hi-tech .figure-category h3,
section.hi-tech .figure-category h3 {
  background: #276ad1;
}
.zanimljivosti .figure-category h3,
figure.zanimljivosti .figure-category h3,
section.zanimljivosti .figure-category h3 {
  background: #29b2a3;
}
.zivot-i-stil .figure-category h3,
figure.zivot-i-stil .figure-category h3,
section.zivot-i-stil .figure-category h3 {
  background: #f7a324;
}
.foto .figure-category h3,
figure.foto .figure-category h3,
section.foto .figure-category h3 {
  background: #b51719;
}
.putovanja .figure-category h3,
figure.putovanja .figure-category h3,
section.putovanja .figure-category h3 {
  background: #f82;
}
.esports .figure-category h3,
figure.esports .figure-category h3,
section.esports .figure-category h3 {
  background: #26ce45;
}
.ona .figure-category h3,
figure.ona .figure-category h3,
section.ona .figure-category h3 {
  background: #b798ec;
}
.ubrzanje .figure-category h3,
figure.ubrzanje .figure-category h3,
section.ubrzanje .figure-category h3 {
  background: #df1f26;
}
.plantbased .figure-category h3,
figure.plantbased .figure-category h3,
section.plantbased .figure-category h3 {
  background: #8bd1c8;
}
.content-exchange-focus-figure.eklinika .figure-category h3,
.focus-type-eklinika .figure-category h3,
.focus-type-eklinika_api .figure-category h3,
.section-slider-widget.eklinika .figure-category h3 {
  background: #1188ea;
}
body.black-theme .content-exchange-focus-figure.eklinika .figure-category h3,
body.black-theme .figure-category h3,
body.black-theme .focus-type-eklinika .figure-category h3,
body.black-theme .focus-type-eklinika_api .figure-category h3 {
  background: #303033;
}
.figure-category h3:hover {
  background: #c21819;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vesti .figure-category h3:hover,
figure.vesti .figure-category h3:hover,
section.vesti .figure-category h3:hover {
  background: #c21819;
}
.sport .figure-category h3:hover,
figure.sport .figure-category h3:hover,
section.sport .figure-category h3:hover {
  background: #1fa53f;
}
.tip .figure-category h3:hover,
figure.tip .figure-category h3:hover,
section.tip .figure-category h3:hover {
  background: #d4420e;
}
.jetset .figure-category h3:hover,
figure.jetset .figure-category h3:hover,
section.jetset .figure-category h3:hover {
  background: #ae1e54;
}
.biznis .figure-category h3:hover,
figure.biznis .figure-category h3:hover,
section.biznis .figure-category h3:hover {
  background: #12a7b5;
}
.aero .figure-category h3:hover,
figure.aero .figure-category h3:hover,
section.aero .figure-category h3:hover {
  background: #04264b;
}
.nauka .figure-category h3:hover,
figure.nauka .figure-category h3:hover,
section.nauka .figure-category h3:hover {
  background: #574d5c;
}
.ljubimci .figure-category h3:hover,
figure.ljubimci .figure-category h3:hover,
section.ljubimci .figure-category h3:hover {
  background: #e25201;
}
.pop-i-kultura .figure-category h3:hover,
figure.pop-i-kultura .figure-category h3:hover,
section.pop-i-kultura .figure-category h3:hover {
  background: #7633a2;
}
.hi-tech .figure-category h3:hover,
figure.hi-tech .figure-category h3:hover,
section.hi-tech .figure-category h3:hover {
  background: #1f54a6;
}
.zanimljivosti .figure-category h3:hover,
figure.zanimljivosti .figure-category h3:hover,
section.zanimljivosti .figure-category h3:hover {
  background: #1f897d;
}
.zivot-i-stil .figure-category h3:hover,
figure.zivot-i-stil .figure-category h3:hover,
section.zivot-i-stil .figure-category h3:hover {
  background: #e08a08;
}
.foto .figure-category h3:hover,
figure.foto .figure-category h3:hover,
section.foto .figure-category h3:hover {
  background: #881113;
}
.putovanja .figure-category h3:hover,
figure.putovanja .figure-category h3:hover,
section.putovanja .figure-category h3:hover {
  background: #ee6e00;
}
.esports .figure-category h3:hover,
figure.esports .figure-category h3:hover,
section.esports .figure-category h3:hover {
  background: #22b83e;
}
.ona .figure-category h3:hover,
figure.ona .figure-category h3:hover,
section.ona .figure-category h3:hover {
  background: #996de4;
}
.ubrzanje .figure-category h3:hover,
figure.ubrzanje .figure-category h3:hover,
section.ubrzanje .figure-category h3:hover {
  background: #fff;
  color: #df1f26;
}
.plantbased .figure-category h3:hover,
figure.plantbased .figure-category h3:hover,
section.plantbased .figure-category h3:hover {
  background: #248e60;
}
section.foto .figure-category h3:hover {
  background: #881113;
}
.content-exchange-focus-figure.eklinika .figure-category h3:hover,
.focus-type-eklinika .figure-category h3:hover,
.focus-type-eklinika_api .figure-category h3:hover,
.section-slider-widget.eklinika .figure-category h3:hover {
  background: #0e6cba;
}
body.black-theme .figure-category h3:hover {
  background: #000;
}
.type-figure {
  padding: 4px 3px;
}
.type-figure,
.vesti .type-figure,
figure.vesti .type-figure,
section.vesti .type-figure {
  background: #c21819;
}
.sport .type-figure,
figure.sport .type-figure,
section.sport .type-figure {
  background: #1fa53f;
}
.tip .type-figure,
figure.tip .type-figure,
section.tip .type-figure {
  background: #d4420e;
}
.jetset .type-figure,
figure.jetset .type-figure,
section.jetset .type-figure {
  background: #ae1e54;
}
.biznis .type-figure,
figure.biznis .type-figure,
section.biznis .type-figure {
  background: #12a7b5;
}
.aero .type-figure,
figure.aero .type-figure,
section.aero .type-figure {
  background: #8ea2ae;
}
.nauka .type-figure,
figure.nauka .type-figure,
section.nauka .type-figure {
  background: #574d5c;
}
.ljubimci .type-figure,
figure.ljubimci .type-figure,
section.ljubimci .type-figure {
  background: #e25201;
}
.pop-i-kultura .type-figure,
figure.pop-i-kultura .type-figure,
section.pop-i-kultura .type-figure {
  background: #7633a2;
}
.hi-tech .type-figure,
figure.hi-tech .type-figure,
section.hi-tech .type-figure {
  background: #1f54a6;
}
.zanimljivosti .type-figure,
figure.zanimljivosti .type-figure,
section.zanimljivosti .type-figure {
  background: #1f897d;
}
.zivot-i-stil .type-figure,
figure.zivot-i-stil .type-figure,
section.zivot-i-stil .type-figure {
  background: #e08a08;
}
.foto .type-figure,
figure.foto .type-figure,
section.foto .type-figure {
  background: #881113;
}
.putovanja .type-figure,
figure.putovanja .type-figure,
section.putovanja .type-figure {
  background: #ee6e00;
}
.esports .type-figure,
figure.esports .type-figure,
section.esports .type-figure {
  background: #0c0c0d;
}
.ona .type-figure,
figure.ona .type-figure,
section.ona .type-figure {
  background: #996de4;
}
.ubrzanje .type-figure,
figure.ubrzanje .type-figure,
section.ubrzanje .type-figure {
  background: #223c78;
}
.plantbased .type-figure,
figure.plantbased .type-figure,
section.plantbased .type-figure {
  background: #248e60;
}
body.black-theme .type-figure {
  background: #000 !important;
}
@media (min-width: 420px) {
  .type-figure {
    padding: 5px 4px;
  }
}
.main-focus .left-block-content .type-figure,
.main-section-item .type-figure {
  padding: 5px 6px;
}
@media (min-width: 420px) {
  .main-focus .left-block-content .type-figure,
  .main-section-item .type-figure {
    padding: 8px 10px;
  }
}
.type-figure li {
  display: block;
  float: left;
  padding: 0 1px;
  height: 9px;
}
@media (min-width: 420px) {
  .type-figure li {
    height: 11px;
    padding: 0 2px;
  }
}
.main-focus .left-block-content .type-figure li,
.main-section-item .type-figure li {
  height: 11px;
  padding: 0 2px;
}
@media (min-width: 420px) {
  .main-focus .left-block-content .type-figure li,
  .main-section-item .type-figure li {
    height: 13px;
    padding: 0 3px;
  }
}
@media (min-width: 600px) {
  .main-focus .right-block-content .text-overlay figcaption a {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.8));
    padding: 15% 2% 30px 5%;
  }
}
.content-exchange-focus-figure figcaption,
.focus-telegraftv figcaption,
.home-focus .list-item .focus-type-blic figcaption,
.home-focus .list-item .focus-type-eklinika_api figcaption,
.home-focus .list-item .focus-type-eklinika figcaption {
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  .content-exchange-focus-figure figcaption,
  .focus-telegraftv figcaption,
  .home-focus .list-item .focus-type-blic figcaption,
  .home-focus .list-item .focus-type-eklinika_api figcaption,
  .home-focus .list-item .focus-type-eklinika figcaption {
    padding-bottom: 16px;
  }
}
.home-focus .right-block-content .focus-type-eklinika_api figcaption,
.home-focus .right-block-content .focus-type-eklinika figcaption {
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  .home-focus .right-block-content .focus-type-eklinika_api figcaption,
  .home-focus .right-block-content .focus-type-eklinika figcaption {
    padding-bottom: 0;
  }
}
.main-focus .left-block-content .focus-telegraftv figcaption {
  padding-bottom: 0;
}
@media (min-width: 600px) {
  .main-focus .right-block-content .focus-telegraftv figcaption {
    padding-bottom: 0;
  }
}
figure.telegraftv:nth-child(n + 3) figcaption {
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  figure.telegraftv:nth-child(n + 3) figcaption {
    padding-bottom: 16px;
  }
}
.category-focus .list-item figcaption,
.main-focus-1-2 .list-item figcaption,
.section-block .list-item figcaption {
  width: 57.23684%;
  float: left;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  float: none;
}
@media (min-width: 600px) {
  .category-focus .list-item figcaption,
  .main-focus-1-2 .list-item figcaption,
  .section-block .list-item figcaption {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }
}
.list-item figcaption {
  margin-top: 5.26316%;
}
.category-focus .list-item figcaption,
.main-focus-1-2 .list-item figcaption,
.section-block .list-item figcaption {
  margin-top: 0;
}
@media (min-width: 600px) {
  .category-focus .list-item figcaption,
  .main-focus-1-2 .list-item figcaption,
  .section-block .list-item figcaption {
    margin-top: 5.26316%;
  }
}
.main-focus .right-block-content figcaption,
.middle-section-item figcaption {
  margin-top: 5.26316%;
}
@media (min-width: 600px) {
  .main-focus .right-block-content figcaption {
    margin-top: 0;
  }
}
.text-overlay figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.main-focus .right-block-content .text-overlay figcaption {
  position: static;
}
@media (min-width: 600px) {
  .main-focus .right-block-content .text-overlay figcaption {
    position: absolute;
    width: 100%;
  }
}
figcaption h2 {
  font-weight: 700;
  overflow: hidden;
  color: #0c0c0d;
  font-size: 4vw;
  line-height: 4.7vw;
  height: 23.2vw;
  letter-spacing: -0.04rem;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.tip figcaption h2 {
  letter-spacing: 0;
  font-size: 4.2vw;
}
@media (min-width: 480px) {
  figcaption h2 {
    font-size: 3.4vw;
    line-height: 4.2vw;
    height: 21vw;
  }
  body.tip figcaption h2 {
    font-size: 3.5vw;
  }
}
body.esports figcaption h2 {
  color: #fff !important;
}
@media (min-width: 600px) {
  .category-focus .list-item figcaption h2,
  .section-block .list-item figcaption h2,
  figcaption h2 {
    font-size: 2vw;
    line-height: 2.5vw;
    height: 9.9vw;
  }
  body.tip .category-focus .list-item figcaption h2,
  body.tip .section-block .list-item figcaption h2,
  body.tip figcaption h2 {
    font-size: 2.2vw;
  }
  .middle-section-item figcaption h2 {
    font-size: 2.16vw;
    line-height: 2.88vw;
    height: 8.4vw;
  }
  body.tip .middle-section-item figcaption h2 {
    font-size: 2.4vw;
  }
}
@media (min-width: 850px) {
  .category-focus .list-item figcaption h2,
  .section-block .list-item figcaption h2,
  figcaption h2 {
    line-height: 1.65vw;
    font-size: 1.36vw;
    height: 6.58vw;
  }
  body.tip .category-focus .list-item figcaption h2,
  body.tip .section-block .list-item figcaption h2,
  body.tip figcaption h2 {
    font-size: 1.5vw;
  }
  .middle-section-item figcaption h2 {
    line-height: 2.1vw;
    font-size: 1.6vw;
    height: 6.2vw;
  }
  body.tip .middle-section-item figcaption h2 {
    font-size: 1.75vw;
  }
}
@media (min-width: 995px) {
  .category-focus .list-item figcaption h2,
  .section-block .list-item figcaption h2,
  figcaption h2 {
    line-height: 17px;
    font-size: 14px;
    height: 67px;
  }
  body.tip .category-focus .list-item figcaption h2,
  body.tip .section-block .list-item figcaption h2,
  body.tip figcaption h2 {
    font-size: 15px;
  }
  .middle-section-item figcaption h2 {
    height: 59px;
    line-height: 20px;
    font-size: 16px;
  }
  body.tip .middle-section-item figcaption h2 {
    font-size: 17px;
  }
}
@media (min-width: 1390px) {
  .category-focus .list-item figcaption h2,
  .section-block .list-item figcaption h2,
  figcaption h2 {
    font-size: 1vw;
    line-height: 1.3vw;
    height: 5.1vw;
  }
  body.tip .category-focus .list-item figcaption h2,
  body.tip .section-block .list-item figcaption h2,
  body.tip figcaption h2 {
    font-size: 1.1vw;
  }
  .middle-section-item figcaption h2 {
    height: 4.4vw;
    font-size: 1.07vw;
    line-height: 1.51vw;
  }
  body.tip .middle-section-item figcaption h2 {
    font-size: 1.2vw;
  }
}
@media (min-width: 1587px) {
  .category-focus .list-item figcaption h2,
  .section-block .list-item figcaption h2,
  figcaption h2 {
    font-size: 15px;
    line-height: 20px;
    height: 79px;
  }
  body.tip .category-focus .list-item figcaption h2,
  body.tip .section-block .list-item figcaption h2,
  body.tip figcaption h2 {
    font-size: 16px;
  }
  .middle-section-item figcaption h2 {
    height: 70px;
    font-size: 17px;
    line-height: 24px;
  }
  body.tip .middle-section-item figcaption h2 {
    font-size: 18px;
  }
}
.main-focus .right-block-content figcaption h2 {
  margin-bottom: 2.63158%;
}
@media (min-width: 600px) {
  .main-focus .right-block-content figcaption h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .main-focus .right-block-content figcaption h2 {
    margin-bottom: 0;
  }
}
.list-item figcaption h2,
.middle-section-item figcaption h2 {
  margin-bottom: 2.63158%;
}
@media (max-width: 600px) {
  .list-item figcaption h2,
  .middle-section-item figcaption h2 {
    margin-bottom: 0;
  }
}
.text-overlay figcaption h2 {
  padding: 15% 2% 30px 5%;
  color: #fff;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.8));
}
.main-focus .right-block-content .text-overlay figcaption h2 {
  color: #0c0c0d;
  padding: 0;
  height: 22.8vw;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, transparent);
  background: linear-gradient(180deg, transparent 0, transparent);
}
@media (min-width: 480px) {
  .main-focus .right-block-content .text-overlay figcaption h2 {
    height: 21vw;
  }
}
@media (min-width: 600px) {
  .main-focus .right-block-content .text-overlay figcaption h2 {
    max-height: 9.9vw;
    height: auto;
    color: #fff;
  }
}
@media (min-width: 850px) {
  .main-focus .right-block-content .text-overlay figcaption h2 {
    max-height: 6.58vw;
  }
}
@media (min-width: 995px) {
  .main-focus .right-block-content .text-overlay figcaption h2 {
    max-height: 67px;
  }
}
@media (min-width: 1390px) {
  .main-focus .right-block-content .text-overlay figcaption h2 {
    max-height: 5.1vw;
  }
}
@media (min-width: 1587px) {
  .main-focus .right-block-content .text-overlay figcaption h2 {
    max-height: 79px;
  }
}
.foto .text-overlay figcaption h2 {
  margin-bottom: 0;
}
.main-focus .left-block-content .text-overlay figcaption h2,
.main-section-item .text-overlay figcaption h2 {
  padding-bottom: 38px;
  padding-left: 3%;
  font-size: 5.2vw;
  line-height: 6vw;
  height: auto;
  letter-spacing: -0.01rem;
}
body.tip .main-focus .left-block-content .text-overlay figcaption h2,
body.tip .main-section-item .text-overlay figcaption h2 {
  font-size: 5.4vw;
}
@media (min-width: 420px) {
  .main-focus .left-block-content .text-overlay figcaption h2,
  .main-section-item .text-overlay figcaption h2 {
    padding-bottom: 50px;
    padding-left: 5%;
    font-size: 4.6vw;
    line-height: 5.6vw;
    height: auto;
  }
  body.tip .main-focus .left-block-content .text-overlay figcaption h2,
  body.tip .main-section-item .text-overlay figcaption h2 {
    font-size: 4.8vw;
  }
}
@media (min-width: 600px) {
  .main-focus .left-block-content .text-overlay figcaption h2,
  .main-section-item .text-overlay figcaption h2 {
    font-size: 3.6vw;
    line-height: 4.2vw;
    height: auto;
  }
  body.tip .main-focus .left-block-content .text-overlay figcaption h2,
  body.tip .main-section-item .text-overlay figcaption h2 {
    font-size: 3.8vw;
  }
}
@media (min-width: 850px) {
  .main-focus .left-block-content .text-overlay figcaption h2,
  .main-section-item .text-overlay figcaption h2 {
    line-height: 3vw;
    font-size: 2.2vw;
    height: auto;
  }
  body.tip .main-focus .left-block-content .text-overlay figcaption h2,
  body.tip .main-section-item .text-overlay figcaption h2 {
    font-size: 2.4vw;
  }
}
@media (min-width: 995px) {
  .main-focus .left-block-content .text-overlay figcaption h2,
  .main-section-item .text-overlay figcaption h2 {
    font-size: 24px;
    line-height: 30px;
    height: auto;
  }
  body.tip .main-focus .left-block-content .text-overlay figcaption h2,
  body.tip .main-section-item .text-overlay figcaption h2 {
    font-size: 26px;
  }
}
@media (min-width: 1390px) {
  .main-focus .left-block-content .text-overlay figcaption h2,
  .main-section-item .text-overlay figcaption h2 {
    font-size: 1.63vw;
    line-height: 2.13vw;
    height: auto;
  }
  body.tip .main-focus .left-block-content .text-overlay figcaption h2,
  body.tip .main-section-item .text-overlay figcaption h2 {
    font-size: 1.8vw;
  }
}
@media (min-width: 1587px) {
  .main-focus .left-block-content .text-overlay figcaption h2,
  .main-section-item .text-overlay figcaption h2 {
    font-size: 26px;
    line-height: 34px;
    height: auto;
  }
  body.tip .main-focus .left-block-content .text-overlay figcaption h2,
  body.tip .main-section-item .text-overlay figcaption h2 {
    font-size: 28px;
  }
}
.share_icon-wrapper {
  width: 12px;
}
.share_icon-wrapper #share_icon_id {
  fill: #b4bac1;
}
section.foto .share_icon-wrapper #share_icon_id {
  fill: #fff;
}
.comments_icon-wrapper {
  width: 13px;
}
.comments_icon-wrapper .comments_icon_id {
  stroke: #b4bac1;
}
section.foto .comments_icon-wrapper .comments_icon_id {
  stroke: #fff;
}
.focus-type-eklinika .c-s-wrapper,
.focus-type-eklinika_api .c-s-wrapper {
  display: none !important;
}
.category-focus .list-item .c-s-wrapper,
.main-focus-1-2 .c-s-wrapper,
.section-block .list-item .c-s-wrapper {
  position: absolute;
  bottom: 3%;
  left: 0;
}
@media (max-width: 600px) {
  .category-focus .list-item .c-s-wrapper,
  .main-focus-1-2 .c-s-wrapper,
  .section-block .list-item .c-s-wrapper {
    bottom: -8px;
  }
}
@media (min-width: 600px) {
  .category-focus .list-item .c-s-wrapper,
  .main-focus-1-2 .c-s-wrapper,
  .section-block .list-item .c-s-wrapper {
    position: static;
  }
}
.text-overlay .c-s-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  left: auto;
}
@media (max-width: 600px) {
  .text-overlay .c-s-wrapper {
    bottom: -8px;
    padding-bottom: 0 !important;
  }
}
.main-focus .left-block-content .text-overlay .c-s-wrapper,
.main-section-item .text-overlay .c-s-wrapper {
  padding-bottom: 6px;
}
@media (min-width: 420px) {
  .main-focus .left-block-content .text-overlay .c-s-wrapper,
  .main-section-item .text-overlay .c-s-wrapper {
    padding-bottom: 10px;
  }
}
.main-focus .right-block-content .text-overlay .c-s-wrapper {
  padding-bottom: 0;
  position: static;
}
@media (min-width: 600px) {
  .main-focus .right-block-content .text-overlay .c-s-wrapper {
    position: absolute;
    padding-bottom: 5px;
  }
}
.home-focus .list-item .c-s-wrapper,
.home-focus .list-item .c-s-wrapper > li,
.home-focus .list-item .c-s-wrapper > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.home-focus .list-item .c-s-wrapper > li {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .home-focus .list-item .c-s-wrapper > li {
    margin-right: 7px;
  }
}
.home-focus .list-item .c-s-wrapper span {
  margin-right: 6px;
}
@media (min-width: 600px) {
  .home-focus .list-item .c-s-wrapper span {
    margin-right: 7px;
  }
}
.c-s-wrapper > li > div,
.c-s-wrapper a > div,
.c-s-wrapper li,
.c-s-wrapper span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
.c-s-wrapper li {
  margin-right: 6px;
  height: 16px;
  vertical-align: top;
}
@media (max-width: 600px) {
  .c-s-wrapper li {
    margin-right: 3px;
    height: 40px;
  }
}
html.no-touch .c-s-wrapper li a:hover span:first-child {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .c-s-wrapper .comment-number > a {
    padding: 12px 15px 12px 0;
    display: block;
  }
}
@media (max-width: 600px) {
  .c-s-wrapper .share-number {
    padding: 12px 0;
  }
}
.c-s-wrapper span {
  font-weight: 500;
  margin-right: 2px;
  font-size: 0.75rem;
  color: #b4bac1;
}
@media (min-width: 600px) {
  .c-s-wrapper span {
    margin-right: 3px;
    font-size: 12px;
  }
}
.text-overlay .c-s-wrapper span,
section.foto .c-s-wrapper span {
  color: #fff;
}
.main-focus .right-block-content .text-overlay .c-s-wrapper span {
  color: #b4bac1;
}
@media (min-width: 600px) {
  .main-focus .right-block-content .text-overlay .c-s-wrapper span {
    color: #fff;
  }
}
.timeline-item .c-s-wrapper {
  margin-left: 50px;
}
.text-overlay .comments_icon-wrapper .comments_icon_id {
  stroke: #fff;
}
.main-focus
  .right-block-content
  .text-overlay
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #b4bac1;
}
@media (min-width: 600px) {
  .main-focus
    .right-block-content
    .text-overlay
    .comments_icon-wrapper
    .comments_icon_id {
    stroke: #fff;
  }
}
.text-overlay .share_icon-wrapper #share_icon_id {
  fill: #fff;
}
.main-focus
  .right-block-content
  .text-overlay
  .share_icon-wrapper
  #share_icon_id {
  fill: #b4bac1;
}
@media (min-width: 600px) {
  .main-focus
    .right-block-content
    .text-overlay
    .share_icon-wrapper
    #share_icon_id {
    fill: #fff;
  }
}
@media (min-width: 600px) {
  .main-focus .right-block-content .text-overlay .c-s-wrapper {
    display: none;
  }
}
figure.category-evropsko-prventstvo-u-vaterpolu .figure-category h3,
figure.evropsko-prventstvo-u-vaterpolu .figure-category h3 {
  height: auto !important;
}
.main-focus
  .right-block-content
  figure.category-evropsko-prventstvo-u-vaterpolu
  figcaption
  a,
.main-focus
  .right-block-content
  figure.evropsko-prventstvo-u-vaterpolu
  figcaption
  a {
  padding-bottom: 35px !important;
}
figure.category-evropsko-prventstvo-u-vaterpolu .type-figure,
figure.evropsko-prventstvo-u-vaterpolu .type-figure {
  display: none !important;
}
.header-navigation {
  text-align: center;
  background: #fff;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9001;
}
body.esports .header-navigation {
  background: #0c0c0d;
}
body.black-theme .header-navigation {
  background: #000;
}
@media (min-width: 995px) {
  .header-navigation {
    height: 90px;
  }
}
.header-navigation:after {
  bottom: -5px;
  -webkit-box-shadow: inset 0 6px 4px -3px rgba(17, 17, 17, 0.06);
  box-shadow: inset 0 6px 4px -3px rgba(17, 17, 17, 0.06);
  content: "";
  height: 5px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
body.black-theme .header-navigation:after,
body.esports .header-navigation:after {
  display: none;
}
@media (min-width: 995px) {
  body.black-theme .header-navigation:after,
  body.esports .header-navigation:after {
    display: block;
  }
}
.header-navigation .nav-wrapper {
  padding-left: 2.04121%;
  padding-right: 2.04121%;
  position: relative;
}
@media (min-width: 1390px) {
  .header-navigation .nav-wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.header-navigation > .main-wrapper .nav-wrapper {
  padding-top: 46px;
}
@media (min-width: 995px) {
  .header-navigation > .main-wrapper .nav-wrapper {
    padding-top: 0;
    height: 54px;
  }
}
body.esports .header-navigation > .main-wrapper .nav-wrapper:before {
  background: #26ce45;
  right: calc(97.95879% - 40px);
}
body.tip .header-navigation > .main-wrapper .nav-wrapper:before {
  background: #f15a24;
  right: 0;
}
@media (min-width: 995px) {
  body.tip .header-navigation > .main-wrapper .nav-wrapper:before {
    right: calc(97.95879% - 40px);
  }
}
body.tip.black-theme .header-navigation > .main-wrapper .nav-wrapper:before {
  background: #000;
}
body.esports .header-navigation > .main-wrapper .nav-wrapper:before,
body.tip .header-navigation > .main-wrapper .nav-wrapper:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  height: 46px;
  width: 1000px;
}
@media (min-width: 995px) {
  body.esports .header-navigation > .main-wrapper .nav-wrapper:before,
  body.tip .header-navigation > .main-wrapper .nav-wrapper:before {
    height: 100%;
  }
}
@media (min-width: 1390px) {
  body.esports .header-navigation > .main-wrapper .nav-wrapper:before,
  body.tip .header-navigation > .main-wrapper .nav-wrapper:before {
    right: calc(97.5% - 40px);
  }
}
.header-navigation--mainmenu.desk {
  height: 100%;
  display: none;
  padding-left: 100px;
}
@media (min-width: 995px) {
  .header-navigation--mainmenu.desk {
    display: block;
  }
}
body.esports .header-navigation--mainmenu.desk,
body.tip .header-navigation--mainmenu.desk {
  padding-left: 110px;
}
.header-navigation--mainmenu.mob {
  display: block;
  padding: 4px 0;
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
}
@media (min-width: 995px) {
  .header-navigation--mainmenu.mob {
    display: none;
  }
}
body.tip:not(.black-theme) .header-navigation--mainmenu.mob {
  background: #fff;
}
.header-navigation--mainmenu .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header-navigation--submenu.desk {
  padding: 13px 0;
  display: none;
}
@media (min-width: 995px) {
  .header-navigation--submenu.desk {
    display: block;
  }
}
.header-navigation--submenu.mob {
  padding: 8px 0 16px;
  overflow-x: auto;
}
.header-navigation--submenu .nav-wrapper,
.header-navigation--submenu .nav-wrapper > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header-navigation--submenu .nav-wrapper {
  padding-left: 2.04121%;
  padding-right: 2.04121%;
}
@media (min-width: 1390px) {
  .header-navigation--submenu .nav-wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.header-navigation--submenu-outer {
  margin-top: 5px;
  height: 50px;
  padding-right: 2.04121%;
  padding-left: 0;
  overflow: hidden;
  display: block;
}
@media (min-width: 1390px) {
  .header-navigation--submenu-outer {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media (min-width: 995px) {
  .header-navigation--submenu-outer {
    display: none;
  }
}
.header-navigation .top-header {
  display: none;
  z-index: 6;
  background: #edf1f2;
}
@media (min-width: 995px) {
  .header-navigation .top-header {
    position: relative;
    height: 36px;
    background: #e8e8e8;
    display: block;
  }
}
.header-navigation .top-header .top-header-wrapper {
  display: none;
}
.single-post .header-navigation .top-header {
  display: block;
}
.header-navigation--dropdown-menu {
  position: fixed;
  z-index: 2;
  outline: none;
  top: 46px;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 0;
  width: 100%;
  max-width: 420px;
  bottom: 0;
  background: #fff;
  text-align: left;
}
@media (min-width: 995px) {
  .header-navigation--dropdown-menu {
    display: none;
  }
}
.header-navigation--dropdown-menu.open-menu > div {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}
.header-navigation--dropdown-menu--inner,
.header-navigation--dropdown-menu.open-menu > div {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-navigation--dropdown-menu--inner {
  position: relative;
  top: 0;
  right: 0;
  padding: 0 8px 53px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  background: #fff;
  overflow-y: scroll;
  height: 100%;
}
.header-navigation--dropdown-menu--inner > .main-wrapper {
  display: none;
}
.menu.main-menu > li {
  padding: 0 2px;
}
@media (min-width: 995px) {
  .desk .menu.main-menu > li {
    display: none;
  }
  .desk .menu.main-menu > li:nth-child(-n + 10) {
    display: block;
  }
}
@media (min-width: 1587px) {
  .desk .menu.main-menu > li:nth-child(-n + 11) {
    display: block;
  }
}
.desk .menu.main-menu > li.more-items {
  display: block;
  position: relative;
}
.desk .menu.main-menu > li.more-items.active {
  background: #e5282a;
}
.desk .menu.main-menu > li.more-items.active > button {
  color: #fff;
}
.desk .menu.main-menu > li.more-items > button {
  font-family: Montserrat, sans-serif;
  display: block;
  font-weight: 600;
  color: #323331;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
  padding: 0 20px 0 8px;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  background: transparent;
}
@media (min-width: 995px) {
  .desk .menu.main-menu > li.more-items > button {
    font-size: 14px;
  }
}
@media (min-width: 1390px) {
  .desk .menu.main-menu > li.more-items > button {
    font-size: 15px;
  }
}
@media (min-width: 1587px) {
  .desk .menu.main-menu > li.more-items > button {
    font-size: 16px;
  }
}
.desk .menu.main-menu > li.more-items > button svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.desk .menu.main-menu > li.more-items > button:hover {
  opacity: 0.8;
}
.desk .menu.main-menu > li.more-items > button .more-icon {
  fill: #323331;
}
body.black-theme .desk .menu.main-menu > li.more-items > button .more-icon,
body.esports .desk .menu.main-menu > li.more-items > button .more-icon {
  fill: #fff;
}
.desk .menu.main-menu > li.more-items ul {
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  top: calc(100% + 3px);
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.101961);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.101961);
}
body.black-theme .desk .menu.main-menu > li.more-items ul,
body.esports .desk .menu.main-menu > li.more-items ul {
  background: #303033;
}
.desk .menu.main-menu > li.more-items li {
  padding: 0;
  margin-bottom: 4px;
  display: block;
  text-align: left;
}
.desk .menu.main-menu > li.more-items li:last-child {
  margin-bottom: 0;
}
.desk .menu.main-menu > li.more-items li a {
  overflow: hidden;
  display: inline-block;
}
@media (min-width: 1587px) {
  .desk .menu.main-menu > li.more-items li:first-child {
    display: none;
  }
}
.menu.main-menu > li:first-child {
  padding-left: 0;
}
.header-navigation--dropdown-menu--pin .menu li,
.header-navigation--submenu .menu li {
  background: transparent;
}
.header-navigation--submenu .menu li {
  padding: 0 4px;
}
@media (min-width: 995px) {
  .header-navigation--submenu .menu li {
    display: none;
    padding: 0 2px;
  }
  .header-navigation--submenu .menu li:nth-child(-n + 9) {
    display: block;
  }
}
@media (min-width: 1587px) {
  .header-navigation--submenu .menu li {
    padding: 0 4px;
  }
  .header-navigation--submenu .menu li:nth-child(-n + 10) {
    display: block;
  }
}
.header-navigation--submenu .menu li:first-child {
  padding-left: 0;
}
.header-navigation--submenu .menu li.separator {
  position: relative;
  padding-right: 9px;
}
@media (min-width: 995px) {
  .header-navigation--submenu .menu li.separator {
    padding-right: 5px;
  }
}
@media (min-width: 1587px) {
  .header-navigation--submenu .menu li.separator {
    padding-right: 9px;
  }
}
.header-navigation--submenu .menu li.separator:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background: #323331;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-navigation--submenu .menu li.separator + li {
  padding-left: 8px;
}
@media (min-width: 995px) {
  .header-navigation--submenu .menu li.separator + li {
    padding-left: 4px;
  }
}
@media (min-width: 1587px) {
  .header-navigation--submenu .menu li.separator + li {
    padding-left: 8px;
  }
}
.menu a {
  display: block;
  font-weight: 600;
  color: #323331;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  white-space: nowrap;
  padding: 0 8px;
}
@media (min-width: 995px) {
  .menu a {
    font-size: 14px;
  }
}
@media (min-width: 1390px) {
  .menu a {
    font-size: 15px;
  }
}
@media (min-width: 1587px) {
  .menu a {
    font-size: 16px;
  }
}
.menu a > span {
  display: block;
  position: relative;
}
html.no-touch .menu a:hover .hover-block {
  opacity: 1;
  visibility: visible;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-navigation--dropdown-menu--pin .menu a,
.header-navigation--submenu .menu a {
  font-size: 14px;
  padding: 0 12px;
  border-radius: 26px;
  line-height: 32px;
  background: #edf1f2;
  overflow: hidden;
  border: 1px solid #edf1f2;
}
@media (min-width: 995px) {
  .header-navigation--dropdown-menu--pin .menu a,
  .header-navigation--submenu .menu a {
    font-size: 13px;
  }
}
@media (min-width: 1587px) {
  .header-navigation--dropdown-menu--pin .menu a,
  .header-navigation--submenu .menu a {
    font-size: 14px;
  }
}
.menu .live-mode {
  position: relative;
}
.menu .live-mode a {
  padding-left: 32px;
}
.menu .live-mode svg {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu .live-mode svg .live-mode-circle {
  -webkit-animation: blink-animation 1s step-start 0s infinite;
  animation: blink-animation 1s step-start 0s infinite;
}
.hover-block {
  display: block;
  position: absolute;
  content: "";
  bottom: 6px;
  height: 2px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #323331;
}
a.current,
li.category-vesti a.current,
li.category-vesti li.current,
li.current {
  background: #e5282a;
}
li.category-sport a.current,
li.category-sport li.current {
  background: #27d050;
}
li.category-jetset a.current,
li.category-jetset li.current {
  background: #da2569;
}
li.category-pop-i-kultura a.current,
li.category-pop-i-kultura li.current {
  background: #9144c4;
}
li.category-hi-tech a.current,
li.category-hi-tech li.current {
  background: #276ad1;
}
li.category-zanimljivosti a.current,
li.category-zanimljivosti li.current {
  background: #29b2a3;
}
li.category-zivot-i-stil a.current,
li.category-zivot-i-stil li.current {
  background: #f7a324;
}
li.category-foto a.current,
li.category-foto li.current {
  background: #b51719;
}
a.current,
li.current {
  color: #fff;
}
.header-navigation--submenu a.current,
.header-navigation--submenu li.current,
header .header-navigation--dropdown-menu--pin a.current a,
header .header-navigation--dropdown-menu--pin li.current a {
  color: #323331;
}
a.current .hover-block,
li.current .hover-block {
  display: none;
}
.header-navigation--dropdown-menu--pin a.current .hover-block,
.header-navigation--dropdown-menu--pin li.current .hover-block,
.header-navigation--submenu a.current .hover-block,
.header-navigation--submenu li.current .hover-block {
  display: block;
  background: #323331;
  opacity: 1;
  visibility: visible;
}
.branding-image {
  position: relative;
}
.branding-image > a {
  padding: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
  border: none !important;
}
.branding-image > a > span {
  color: rgba(50, 51, 49, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
}
.branding-image > a .hover-block,
.branding-image > a svg {
  display: none !important;
}
.header-navigation--dropdown-menu--categories .branding-image > a {
  background-position: 0;
  background-size: auto 100%;
}
@media (min-width: 995px) {
  .branding-background a:hover,
  .branding-image a:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
body.black-theme .main-menu a,
body.esports .main-menu a {
  color: #fff;
}
body.black-theme .main-menu a.current,
body.esports .main-menu a.current {
  color: #323331;
  background-color: #fff;
}
body.black-theme .main-menu a.current .hover-block,
body.black-theme .main-menu a .hover-block,
body.esports .main-menu a.current .hover-block,
body.esports .main-menu a .hover-block {
  background: #fff;
}
.logo_icon-wrapper {
  position: absolute;
  top: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 2.04121%;
  width: 100%;
  z-index: 6;
  max-width: 110px;
}
@media (min-width: 1390px) {
  .logo_icon-wrapper {
    left: 2.5%;
  }
}
@media (min-width: 360px) {
  .logo_icon-wrapper {
    max-width: 120px;
  }
}
@media (min-width: 995px) {
  .logo_icon-wrapper {
    max-width: 90px;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
body.esports .logo_icon-wrapper {
  max-width: 100px;
  z-index: 0;
}
body.esports .logo_icon-wrapper:after,
body.esports .logo_icon-wrapper:before {
  content: " ";
  display: table;
}
body.esports .logo_icon-wrapper:after {
  clear: both;
}
body.tip .logo_icon-wrapper {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 82px;
}
@media (min-width: 995px) {
  body.tip .logo_icon-wrapper {
    top: 50%;
    bottom: auto;
    left: 2.04121%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100px;
    z-index: 0;
  }
}
@media (min-width: 995px) and (min-width: 1390px) {
  body.tip .logo_icon-wrapper {
    left: 2.5%;
  }
}
body.tip .logo_icon-wrapper:after,
body.tip .logo_icon-wrapper:before {
  content: " ";
  display: table;
}
body.tip .logo_icon-wrapper:after {
  clear: both;
}
.logo_icon-wrapper .logo-white-small_icon-wrapper-outer {
  background: #e5282a;
  width: 90px;
  height: 90px;
  position: relative;
  display: none;
}
@media (min-width: 995px) {
  .logo_icon-wrapper .logo-white-small_icon-wrapper-outer {
    display: block;
  }
}
body.black-theme:not(.esports)
  .logo_icon-wrapper
  .logo-white-small_icon-wrapper-outer {
  background: #000;
}
body.esports .logo_icon-wrapper .logo-white-small_icon-wrapper-outer {
  display: block !important;
  float: left;
  width: 46px;
  height: 46px;
  background: #26ce45;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 995px) {
  body.esports .logo_icon-wrapper .logo-white-small_icon-wrapper-outer {
    height: 54px;
  }
}
body.esports
  .logo_icon-wrapper
  .logo-white-small_icon-wrapper-outer
  .logo-white-small_icon-inner {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.logo_icon-wrapper .logo-white-small_icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.logo_icon-wrapper .logo-white-small_icon-wrapper .logo-white-small_icon-inner {
  width: 52px;
}
body.esports
  .logo_icon-wrapper
  .logo-white-small_icon-wrapper
  .logo-white-small_icon-inner {
  width: 36px;
}
@media (min-width: 995px) {
  body.esports
    .logo_icon-wrapper
    .logo-white-small_icon-wrapper
    .logo-white-small_icon-inner {
    width: 40px;
  }
}
body.esports
  .logo_icon-wrapper
  .logo-white-small_icon-wrapper
  .logo-white-small_icon-inner
  .logo-white-small_icon_id {
  fill: #0c0c0d;
}
.logo_icon-wrapper .logo-white-small_icon-wrapper .logo-white-small_icon_id {
  fill: #fff;
}
.logo_icon-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.esports-logo-wrapper {
  display: none;
}
body.esports .esports-logo-wrapper {
  display: block;
  width: 42px;
  height: 46px;
  margin-left: 10px;
  float: left;
  position: relative;
}
@media (min-width: 995px) {
  body.esports .esports-logo-wrapper {
    width: 44px;
    height: 54px;
  }
}
body.esports .header-navigation--submenu .menu a {
  color: #fff;
  background: #303033;
  border-color: #303033;
}
body.esports .header-navigation--submenu .menu a .hover-block {
  background: #fff;
}
.tip-logo_icon-wrapper-outer {
  display: none;
  position: relative;
  background: #f15a24;
}
body.tip .tip-logo_icon-wrapper-outer {
  display: block;
}
@media (min-width: 995px) {
  .tip-logo_icon-wrapper-outer {
    height: 54px;
    width: 100px;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
}
@media (min-width: 995px) {
  .tip-logo_icon-wrapper-outer,
  .tip-logo_icon-wrapper-outer a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .tip-logo_icon-wrapper-outer a {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
}
.tip-logo_icon-wrapper-outer .tip-logo_icon-wrapper {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 995px) {
  .tip-logo_icon-wrapper-outer .tip-logo_icon-wrapper {
    width: 82px;
  }
}
body.black-theme .tip-logo_icon-wrapper-outer {
  background: #000;
}
body.tip:not(.black-theme) .main-menu a {
  color: #19191a;
}
body.tip:not(.black-theme) .main-menu a .hover-block {
  background: #19191a;
}
body.tip:not(.black-theme) .main-menu li.category-sport a.current,
body.tip:not(.black-theme) .main-menu li.category-tip a.current {
  background: #f15a24 !important;
  color: #fff !important;
}
body.tip:not(.black-theme) .main-menu li.category-sport a.current .hover-block,
body.tip:not(.black-theme) .main-menu li.category-tip a.current .hover-block {
  background: #f15a24 !important;
  display: block !important;
}
.search_icon-wrapper {
  right: 6px;
  width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search_icon-wrapper,
.search_icon-wrapper.desktop-search {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search_icon-wrapper.desktop-search {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.search-filed-desktop-wrapper .search_icon-wrapper {
  right: 11px;
}
@media (min-width: 995px) {
  .search-filed-desktop-wrapper .search_icon-wrapper {
    right: 17px;
  }
}
.search-filed-desktop-wrapper {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 0;
  left: 90px;
  z-index: 5;
  height: 100%;
  display: none;
  padding-left: 2.04121%;
  padding-right: 2.04121%;
}
@media (min-width: 995px) {
  .search-filed-desktop-wrapper {
    display: block;
  }
}
@media (min-width: 1390px) {
  .search-filed-desktop-wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media (min-width: 995px) {
  .search-filed-desktop-wrapper input {
    background: #edf1f2;
    border: none;
    border-radius: 0;
    outline: none;
    line-height: 36px;
    font-weight: 600;
    color: #231f20;
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
    height: 38px;
    font-size: 100%;
    background: #fff;
    margin-top: 8px;
  }
}
@media (min-width: 995px) and (min-width: 600px) {
  .search-filed-desktop-wrapper input {
    font-size: 14px;
  }
}
body.esports .search-filed-desktop-wrapper,
body.tip .search-filed-desktop-wrapper {
  left: 0;
}
.search-filed-desktop-inner {
  padding: 0 5px;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  background: #dbdbdb;
}
@media (min-width: 995px) {
  .search-filed-desktop-inner {
    padding: 0 11px;
  }
}
.open-search .search-filed-desktop-inner {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search_icon-wrapper-outer {
  position: absolute;
  top: 0;
  width: 30px;
  bottom: 0;
  right: 0;
}
.third-level-navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: -2.04121%;
  margin-right: -2.04121%;
  margin-bottom: 3.22754%;
  padding: 8px 0;
}
@media (min-width: 1390px) {
  .third-level-navigation-wrapper {
    margin-left: -2.5%;
    margin-right: -2.5%;
    margin-bottom: 4.00093%;
  }
}
@media (min-width: 850px) {
  .third-level-navigation-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
body.tip .third-level-navigation-wrapper {
  background: #f15a24;
}
body.black-theme .third-level-navigation-wrapper {
  background: #000;
}
.third-level-navigation-wrapper li {
  flex-grow: 1;
  text-align: center;
}
.third-level-navigation-wrapper li a {
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0 2px;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 360px) {
  .third-level-navigation-wrapper li a {
    font-size: 0.875rem;
  }
}
@media (min-width: 480px) {
  .third-level-navigation-wrapper li a {
    font-size: 16px;
    padding: 0;
  }
}
@media (min-width: 600px) {
  .third-level-navigation-wrapper li a {
    font-size: 17px;
    padding: 0;
  }
}
@media (min-width: 1390px) {
  .third-level-navigation-wrapper li a {
    font-size: 18px;
    padding: 0;
  }
}
.third-level-navigation-wrapper li a > span {
  display: inline-block;
  position: relative;
}
.third-level-navigation-wrapper li a > span .hover-block {
  bottom: -2px;
  background: #fff !important;
}
.third-level-navigation-wrapper li a.current .hover-block,
.third-level-navigation-wrapper li a:hover .hover-block {
  background: #fff !important;
}
html.no-touch .third-level-navigation-wrapper li a.current .hover-block,
html.no-touch .third-level-navigation-wrapper li a:hover .hover-block {
  opacity: 1;
  visibility: visible;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.third-level-navigation-wrapper li a.current {
  background: transparent;
}
.header-comment-number {
  position: absolute;
  border-radius: 3px;
  z-index: 1;
  top: 21px;
  right: calc(2.0412% + 62px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e5282a;
}
@media (min-width: 995px) {
  .header-comment-number {
    top: 42%;
    right: calc(2.0412% + 46px);
  }
}
@media (min-width: 1390px) {
  .header-comment-number {
    right: calc(2.5% + 46px);
  }
}
body.vesti .header-comment-number,
body.vesti .header-comment-number a:before {
  background: #e5282a;
}
body.sport .header-comment-number,
body.sport .header-comment-number a:before {
  background: #27d050;
}
body.jetset .header-comment-number,
body.jetset .header-comment-number a:before {
  background: #da2569;
}
body.pop-i-kultura .header-comment-number,
body.pop-i-kultura .header-comment-number a:before {
  background: #9144c4;
}
body.hi-tech .header-comment-number,
body.hi-tech .header-comment-number a:before {
  background: #276ad1;
}
body.zanimljivosti .header-comment-number,
body.zanimljivosti .header-comment-number a:before {
  background: #29b2a3;
}
body.zivot-i-stil .header-comment-number,
body.zivot-i-stil .header-comment-number a:before {
  background: #f7a324;
}
body.foto .header-comment-number,
body.foto .header-comment-number a:before {
  background: #b51719;
}
body.black-theme .header-comment-number,
body.black-theme .header-comment-number a:before,
body.esports .header-comment-number,
body.esports .header-comment-number a:before,
body.tip .header-comment-number,
body.tip .header-comment-number a:before {
  background: #fff;
}
@media (min-width: 995px) {
  body.tip .header-comment-number,
  body.tip .header-comment-number a:before {
    background: #f15a24;
  }
}
@media (min-width: 995px) {
  body.esports .header-comment-number,
  body.esports .header-comment-number a:before {
    background: #26ce45;
  }
}
@media (min-width: 995px) {
  body.black-theme .header-comment-number,
  body.black-theme .header-comment-number a:before {
    background: #000;
  }
}
.header-comment-number a {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 7px;
  color: #fff;
  min-width: 30px;
  position: relative;
  display: block;
}
body.black-theme .header-comment-number a,
body.esports .header-comment-number a,
body.tip .header-comment-number a {
  color: #323331;
}
@media (min-width: 995px) {
  body.black-theme .header-comment-number a,
  body.esports .header-comment-number a,
  body.tip .header-comment-number a {
    color: #fff;
  }
}
.header-comment-number a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: inherit;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#hamburger-nav-icon,
.header-comment-number a:before {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#hamburger-nav-icon {
  height: 22px;
  width: 26px;
  right: 2.04121%;
  top: 23px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center center;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1390px) {
  #hamburger-nav-icon {
    right: 2.5%;
  }
}
@media (max-width: 995px) {
  #hamburger-nav-icon {
    right: calc(2.0412% + 10px);
  }
}
@media (min-width: 995px) {
  #hamburger-nav-icon {
    display: none;
  }
}
#hamburger-nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  background: #0c0c0d;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.black-theme #hamburger-nav-icon span,
body.esports #hamburger-nav-icon span,
body.tip #hamburger-nav-icon span {
  background: #fff;
}
@media (min-width: 995px) {
  body.esports #hamburger-nav-icon span,
  body.tip #hamburger-nav-icon span {
    background: #0c0c0d;
  }
}
body.black-theme #hamburger-nav-icon.open-menu span {
  background: #0c0c0d;
}
.touch body.black-theme #hamburger-nav-icon.open-menu span {
  background: #fff;
}
#hamburger-nav-icon span:first-child {
  top: 0;
}
#hamburger-nav-icon span:nth-child(2),
#hamburger-nav-icon span:nth-child(3) {
  top: 10px;
}
#hamburger-nav-icon span:nth-child(4) {
  top: 20px;
}
#hamburger-nav-icon.open-menu span:first-child {
  top: 10px;
  width: 0;
  left: 50%;
}
#hamburger-nav-icon.open-menu span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#hamburger-nav-icon.open-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#hamburger-nav-icon.open-menu span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}
.section-tabs .tabs-wrapper {
  overflow: hidden;
}
.section-tabs a {
  font-weight: 700;
  color: #0c0c0d;
  line-height: 40px;
  display: block;
  padding: 0 8px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.75rem;
}
@media (min-width: 600px) {
  .section-tabs a {
    padding: 0 12px;
  }
}
.section-tabs .tabs-scroll-wrapper {
  overflow-x: scroll;
}
.section-tabs .tabs-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.section-tabs .tabs-scroll > div {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.section-tabs .tabs-scroll > div,
.section-tabs .tns-item {
  outline: none;
}
html.no-touch .section-tabs .tabs-scroll > div:hover,
html.no-touch .section-tabs .tns-item:hover,
html.touch .section-tabs .tabs-scroll > div:active,
html.touch .section-tabs .tns-item:active {
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #edf1f2;
}
.section-content-wrapper {
  padding-bottom: 0;
}
.section-content-wrapper:after,
.section-content-wrapper:before {
  content: " ";
  display: table;
}
.section-content-wrapper:after {
  clear: both;
}
section.galleries .section-content-wrapper .loader-wrapper {
  padding-bottom: 140%;
}
@media (min-width: 600px) {
  section.galleries .section-content-wrapper .loader-wrapper {
    padding-bottom: 37%;
  }
}
.section-slider-widget .loader-wrapper {
  padding-bottom: 130%;
}
@media (min-width: 600px) {
  .section-slider-widget .loader-wrapper {
    padding-bottom: 50%;
  }
}
.play_icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.main-focus .play_icon-wrapper {
  z-index: 3;
}
.media-widget {
  padding-bottom: 3.22754%;
}
@media (min-width: 1390px) {
  .media-widget {
    padding-bottom: 4.00093%;
  }
}
.related-widget-wrapper .title-section-wrapper,
.title-section-wrapper {
  margin-bottom: 3.22754%;
  margin-top: 0;
}
@media (min-width: 1390px) {
  .related-widget-wrapper .title-section-wrapper,
  .title-section-wrapper {
    margin-bottom: 4.00093%;
  }
}
.related-widget-wrapper .title-section-wrapper:after,
.related-widget-wrapper .title-section-wrapper:before,
.title-section-wrapper:after,
.title-section-wrapper:before {
  content: " ";
  display: table;
}
.related-widget-wrapper .title-section-wrapper:after,
.title-section-wrapper:after {
  clear: both;
}
.category.foto .related-widget-wrapper .title-section-wrapper .title-section,
.category.foto .title-section-wrapper .title-section,
.related-widget-wrapper .title-section-wrapper .title-section,
.title-section-wrapper .title-section {
  font-weight: 700;
  text-transform: uppercase;
  color: #0c0c0d;
  float: left;
  padding-left: 0;
  font-size: 5.2vw;
  line-height: 6vw;
}
body.esports
  .category.foto
  .related-widget-wrapper
  .title-section-wrapper
  .title-section,
body.esports .category.foto .title-section-wrapper .title-section,
body.esports .related-widget-wrapper .title-section-wrapper .title-section,
body.esports .title-section-wrapper .title-section {
  color: #fff;
}
body.tip
  .category.foto
  .related-widget-wrapper
  .title-section-wrapper
  .title-section,
body.tip .category.foto .title-section-wrapper .title-section,
body.tip .related-widget-wrapper .title-section-wrapper .title-section,
body.tip .title-section-wrapper .title-section {
  font-size: 5.5vw;
}
@media (min-width: 600px) {
  .category.foto .related-widget-wrapper .title-section-wrapper .title-section,
  .category.foto .title-section-wrapper .title-section,
  .related-widget-wrapper .title-section-wrapper .title-section,
  .title-section-wrapper .title-section {
    font-size: 28px;
    line-height: 34px;
  }
  body.tip
    .category.foto
    .related-widget-wrapper
    .title-section-wrapper
    .title-section,
  body.tip .category.foto .title-section-wrapper .title-section,
  body.tip .related-widget-wrapper .title-section-wrapper .title-section,
  body.tip .title-section-wrapper .title-section {
    font-size: 29px;
  }
}
.category.foto
  .related-widget-wrapper
  .title-section-wrapper
  a:hover
  .title-section,
.category.foto .title-section-wrapper a:hover .title-section,
.related-widget-wrapper .title-section-wrapper a:hover .title-section,
.title-section-wrapper a:hover .title-section {
  color: rgba(12, 12, 13, 0.7);
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.foto
  .category.foto
  .related-widget-wrapper
  .title-section-wrapper
  a:hover
  .title-section,
.foto .category.foto .title-section-wrapper a:hover .title-section,
.foto .related-widget-wrapper .title-section-wrapper a:hover .title-section,
.foto .title-section-wrapper a:hover .title-section,
.video
  .category.foto
  .related-widget-wrapper
  .title-section-wrapper
  a:hover
  .title-section,
.video .category.foto .title-section-wrapper a:hover .title-section,
.video .related-widget-wrapper .title-section-wrapper a:hover .title-section,
.video .title-section-wrapper a:hover .title-section,
body.esports
  .category.foto
  .related-widget-wrapper
  .title-section-wrapper
  a:hover
  .title-section,
body.esports .category.foto .title-section-wrapper a:hover .title-section,
body.esports
  .related-widget-wrapper
  .title-section-wrapper
  a:hover
  .title-section,
body.esports .title-section-wrapper a:hover .title-section {
  color: hsla(0, 0%, 100%, 0.7);
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-tabs {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.home-focus:after,
.home-focus:before,
.section-block:after,
.section-block:before {
  content: " ";
  display: table;
}
.home-focus:after,
.section-block:after {
  clear: both;
}
.section-block {
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .section-block {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .section-block {
    margin-bottom: 6.0014%;
  }
}
section.galleries,
section.section-slider-widget {
  clear: both;
  margin-bottom: 5.26316%;
}
@media (min-width: 600px) {
  section.galleries,
  section.section-slider-widget {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 1390px) {
  section.galleries,
  section.section-slider-widget {
    margin-bottom: 4.00093%;
  }
}
section.galleries .title-section,
section.section-slider-widget .title-section {
  color: #fff !important;
}
.paging .page-content .section-block {
  margin-bottom: 0;
}
.paging .aklamator-wrapper,
.paging .content-exchange-wrapper,
.paging .google-povezane-vesti {
  display: none;
}
@media (min-width: 850px) {
  .paging .aklamator-wrapper,
  .paging .content-exchange-wrapper,
  .paging .google-povezane-vesti {
    display: block;
  }
}
.paging aside {
  display: none;
}
@media (min-width: 850px) {
  .paging aside {
    display: block;
  }
}
.timeline-icon-wrapper .latest_icon-wrapper {
  width: 18px;
}
.timeline-icon-wrapper .latest_icon-wrapper .latest_icon_id {
  fill: #b4bac1;
}
.timeline-icon-wrapper .latest_icon-wrapper .latest_icon_id,
li.active .timeline-icon-wrapper .latest_icon-wrapper .latest_icon_id {
  -webkit-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.timeline-wrapper.vesti
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
.vesti
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
li.active .timeline-icon-wrapper .latest_icon-wrapper .latest_icon_id {
  fill: #e5282a;
}
.sport
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
.timeline-wrapper.sport
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #27d050;
}
.jetset
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
.timeline-wrapper.jetset
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #da2569;
}
.pop-i-kultura
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
.timeline-wrapper.pop-i-kultura
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #9144c4;
}
.hi-tech
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
.timeline-wrapper.hi-tech
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #276ad1;
}
.timeline-wrapper.zanimljivosti
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
.zanimljivosti
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #29b2a3;
}
.timeline-wrapper.zivot-i-stil
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
.zivot-i-stil
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #f7a324;
}
.foto
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
.timeline-wrapper.foto
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #b51719;
}
.putovanja
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id,
.timeline-wrapper.putovanja
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #f82;
}
body.esports
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #26ce45;
}
body.tip
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #f15a24;
}
body.black-theme
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .latest_icon-wrapper
  .latest_icon_id {
  fill: #000;
}
.timeline-icon-wrapper .popular_icon-wrapper {
  width: 23px;
}
.timeline-icon-wrapper .popular_icon-wrapper .popular_icon_id {
  fill: #b4bac1;
  -webkit-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
li.active .timeline-icon-wrapper .popular_icon-wrapper .popular_icon_id {
  fill: #e5282a;
  -webkit-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.timeline-wrapper.vesti
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id,
.vesti
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #e5282a;
}
.sport
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id,
.timeline-wrapper.sport
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #27d050;
}
.jetset
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id,
.timeline-wrapper.jetset
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #da2569;
}
.pop-i-kultura
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id,
.timeline-wrapper.pop-i-kultura
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #9144c4;
}
.hi-tech
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id,
.timeline-wrapper.hi-tech
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #276ad1;
}
.timeline-wrapper.zanimljivosti
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id,
.zanimljivosti
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #29b2a3;
}
.timeline-wrapper.zivot-i-stil
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id,
.zivot-i-stil
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #f7a324;
}
.foto
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id,
.timeline-wrapper.foto
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #b51719;
}
.putovanja
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id,
.timeline-wrapper.putovanja
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #f82;
}
body.esports
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #26ce45;
}
body.tip
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #f15a24;
}
body.black-theme
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .popular_icon-wrapper
  .popular_icon_id {
  fill: #000;
}
.timeline-icon-wrapper .comments_icon-wrapper {
  width: 19px;
}
.timeline-icon-wrapper .comments_icon-wrapper .comments_icon_id {
  stroke: #b4bac1;
  -webkit-transition: stroke 0.1s ease-in-out;
  transition: stroke 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
li.active .timeline-icon-wrapper .comments_icon-wrapper .comments_icon_id {
  stroke: #e5282a;
  -webkit-transition: stroke 0.1s ease-in-out;
  transition: stroke 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.timeline-wrapper.vesti
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id,
.vesti
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #e5282a;
}
.sport
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id,
.timeline-wrapper.sport
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #27d050;
}
.jetset
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id,
.timeline-wrapper.jetset
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #da2569;
}
.pop-i-kultura
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id,
.timeline-wrapper.pop-i-kultura
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #9144c4;
}
.hi-tech
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id,
.timeline-wrapper.hi-tech
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #276ad1;
}
.timeline-wrapper.zanimljivosti
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id,
.zanimljivosti
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #29b2a3;
}
.timeline-wrapper.zivot-i-stil
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id,
.zivot-i-stil
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #f7a324;
}
.foto
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id,
.timeline-wrapper.foto
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #b51719;
}
.putovanja
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id,
.timeline-wrapper.putovanja
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #f82;
}
body.esports
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #26ce45;
}
body.tip
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #f15a24;
}
body.black-theme
  .timeline-wrapper
  li.active
  .timeline-icon-wrapper
  .comments_icon-wrapper
  .comments_icon_id {
  stroke: #000;
}
.timeline-item-wrapper {
  display: none;
}
.timeline-item-wrapper.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.15s linear both;
  animation: fadeIn 0.15s linear both;
}
.timeline-item-wrapper.active.remove-default {
  display: none;
}
.timeline-wrapper {
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .timeline-wrapper {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .timeline-wrapper {
    margin-bottom: 6.0014%;
  }
}
@media (min-width: 850px) {
  .timeline-wrapper {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 850px) and (min-width: 850px) {
  .timeline-wrapper {
    margin-bottom: 6.66862%;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  .timeline-wrapper {
    margin-bottom: 8.335%;
  }
}
.timeline-wrapper .timeline-tabs-wrapper {
  margin-bottom: 5.26316%;
}
.timeline-wrapper .timeline-tabs-wrapper:after,
.timeline-wrapper .timeline-tabs-wrapper:before {
  content: " ";
  display: table;
}
.timeline-wrapper .timeline-tabs-wrapper:after {
  clear: both;
}
.timeline-wrapper .timeline-tabs-wrapper li {
  text-align: center;
  float: left;
  width: 33.33%;
  cursor: pointer;
}
.timeline-wrapper .timeline-tabs-wrapper li .timeline-icon-wrapper {
  height: 30px;
  display: table;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .timeline-wrapper .timeline-tabs-wrapper li .timeline-icon-wrapper {
    height: 40px;
  }
}
.timeline-wrapper .timeline-tabs-wrapper li .timeline-icon-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}
.timeline-wrapper .timeline-tabs-wrapper li > div {
  display: inline-block;
}
.timeline-wrapper .timeline-tabs-wrapper li > span {
  display: block;
  color: #b4bac1;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: 4vw;
  line-height: 4.8vw;
  padding: 6px 0 10px;
}
@media (min-width: 480px) {
  .timeline-wrapper .timeline-tabs-wrapper li > span {
    font-size: 3.4vw;
    line-height: 4.2vw;
  }
}
@media (min-width: 600px) {
  .timeline-wrapper .timeline-tabs-wrapper li > span {
    padding: 10px 0 15px;
    font-size: 3.2vw;
    line-height: 3.6vw;
  }
}
@media (min-width: 850px) {
  .timeline-wrapper .timeline-tabs-wrapper li > span {
    font-size: 2.2vw;
    line-height: 2.5vw;
    line-height: 1.8vw;
    font-size: 1.41vw;
  }
}
@media (min-width: 995px) {
  .timeline-wrapper .timeline-tabs-wrapper li > span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1390px) {
  .timeline-wrapper .timeline-tabs-wrapper li > span {
    font-size: 1vw;
    line-height: 1.2vw;
  }
}
@media (min-width: 1587px) {
  .timeline-wrapper .timeline-tabs-wrapper li > span {
    font-size: 16px;
    line-height: 20px;
  }
}
.timeline-wrapper .timeline-tabs-wrapper li.active span,
.timeline-wrapper .timeline-tabs-wrapper li:hover span {
  color: #b4bac1;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.timeline-wrapper .timeline-tabs-wrapper li.active span:after,
.timeline-wrapper .timeline-tabs-wrapper li:hover span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 25%;
  background: #b4bac1;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.timeline-wrapper .timeline-tabs-wrapper li.active span {
  color: #0c0c0d;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.esports .timeline-wrapper .timeline-tabs-wrapper li.active span {
  color: #fff;
}
.timeline-wrapper .timeline-tabs-wrapper li.active span:after {
  background: #0c0c0d;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.esports .timeline-wrapper .timeline-tabs-wrapper li.active span:after {
  background: #fff;
}
.timeline-item {
  margin-bottom: 5.26316%;
  position: relative;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item h2 {
  margin-left: 50px;
  font-weight: 700;
  color: #0c0c0d;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 4vw;
  line-height: 4.8vw;
  margin-bottom: 2.63158%;
}
body.esports .timeline-item h2 {
  color: #fff;
}
body.tip .timeline-item h2 {
  font-size: 4.2vw;
}
@media (min-width: 480px) {
  .timeline-item h2 {
    font-size: 3.4vw;
    line-height: 4.2vw;
  }
  body.tip .timeline-item h2 {
    font-size: 3.5vw;
  }
}
@media (min-width: 600px) {
  .timeline-item h2 {
    line-height: 2.5vw;
    font-size: 2vw;
  }
  body.tip .timeline-item h2 {
    font-size: 2.2vw;
  }
}
@media (min-width: 850px) {
  .timeline-item h2 {
    font-size: 14px;
    line-height: 18px;
  }
  body.tip .timeline-item h2 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .timeline-item h2 {
    margin-bottom: 0;
  }
}
html.no-touch .timeline-item h2:hover {
  color: rgba(12, 12, 13, 0.7);
}
html.no-touch body.esports .timeline-item h2:hover {
  color: #fff;
}
.time-ago {
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}
.time-ago div {
  font-size: 9px;
  font-weight: 700;
}
.time-ago .time {
  font-size: 20px;
  line-height: 24px;
}
body.esports .time-ago {
  color: #fff;
}
.time-ago.hot,
.timeline-wrapper.vesti .time-ago.hot,
.vesti .time-ago.hot,
.vesti .timeline-wrapper .time-ago.hot {
  color: #e5282a;
}
.sport .time-ago.hot,
.sport .timeline-wrapper .time-ago.hot,
.timeline-wrapper.sport .time-ago.hot {
  color: #27d050;
}
.jetset .time-ago.hot,
.jetset .timeline-wrapper .time-ago.hot,
.timeline-wrapper.jetset .time-ago.hot {
  color: #da2569;
}
.pop-i-kultura .time-ago.hot,
.pop-i-kultura .timeline-wrapper .time-ago.hot,
.timeline-wrapper.pop-i-kultura .time-ago.hot {
  color: #9144c4;
}
.hi-tech .time-ago.hot,
.hi-tech .timeline-wrapper .time-ago.hot,
.timeline-wrapper.hi-tech .time-ago.hot {
  color: #276ad1;
}
.timeline-wrapper.zanimljivosti .time-ago.hot,
.zanimljivosti .time-ago.hot,
.zanimljivosti .timeline-wrapper .time-ago.hot {
  color: #29b2a3;
}
.timeline-wrapper.zivot-i-stil .time-ago.hot,
.zivot-i-stil .time-ago.hot,
.zivot-i-stil .timeline-wrapper .time-ago.hot {
  color: #f7a324;
}
.foto .time-ago.hot,
.foto .timeline-wrapper .time-ago.hot,
.timeline-wrapper.foto .time-ago.hot {
  color: #b51719;
}
.putovanja .time-ago.hot,
.putovanja .timeline-wrapper .time-ago.hot,
.timeline-wrapper.putovanja .time-ago.hot {
  color: #f82;
}
body.esports .timeline-wrapper .time-ago.hot {
  color: #26ce45;
}
body.tip .timeline-wrapper .time-ago.hot {
  color: #f15a24;
}
body.black-theme .timeline-wrapper .time-ago.hot {
  color: #000;
}
.widget-category-wrapper {
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 600px) {
  .widget-category-wrapper {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .widget-category-wrapper {
    margin-bottom: 6.0014%;
  }
}
@media (min-width: 600px) {
  .widget-category-wrapper {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .widget-category-wrapper {
    margin-top: 6.0014%;
  }
}
@media (min-width: 480px) {
  .widget-category-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 850px) {
  .widget-category-wrapper {
    margin-bottom: 3.22754%;
    margin-top: 0;
  }
}
@media (min-width: 850px) and (min-width: 850px) {
  .widget-category-wrapper {
    margin-bottom: 6.66862%;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  .widget-category-wrapper {
    margin-bottom: 8.335%;
  }
}
.widget-category-wrapper.latest-widget-video .placeholder-wrapper {
  padding-bottom: 160%;
}
@media (min-width: 850px) {
  .widget-category-wrapper.latest-widget-video .placeholder-wrapper {
    padding-bottom: 133%;
  }
}
.widget-category-wrapper .placeholder-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 215%;
}
aside .widget-category-wrapper {
  display: none !important;
}
@media (min-width: 850px) {
  aside .widget-category-wrapper {
    display: block !important;
  }
}
.page-content .widget-category-wrapper,
.widget-category-wrapper.widget-custom-esports {
  display: block !important;
}
.widget-category-wrapper.widget-custom-esports .placeholder-wrapper {
  padding-bottom: 150%;
}
.widget-category-wrapper.widget-eklinika {
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.widget-category-wrapper.widget-eklinika .placeholder-wrapper {
  padding-bottom: 170%;
}
.widget-category-wrapper.widget-poll-result {
  display: block !important;
}
.latest-btn-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .latest-btn-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 480px) and (min-width: 600px) {
  .latest-btn-wrapper {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 480px) and (min-width: 1390px) {
  .latest-btn-wrapper {
    margin-bottom: 6.0014%;
  }
}
@media (min-width: 850px) {
  .latest-btn-wrapper {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 850px) and (min-width: 850px) {
  .latest-btn-wrapper {
    margin-bottom: 6.66862%;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  .latest-btn-wrapper {
    margin-bottom: 8.335%;
  }
}
.latest-btn-wrapper .btn {
  width: 100%;
  text-transform: uppercase;
}
aside .banner-widget-wrapper {
  padding: 0 !important;
  margin-top: 0 !important;
  display: none;
}
@media (min-width: 850px) {
  aside .banner-widget-wrapper {
    margin-bottom: 3.22754%;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
  }
}
@media (min-width: 850px) and (min-width: 850px) {
  aside .banner-widget-wrapper {
    margin-bottom: 6.66862%;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  aside .banner-widget-wrapper {
    margin-bottom: 8.335%;
  }
}
.banner-widget-wrapper .banner-widget-image {
  width: 100%;
  height: 0;
  padding-bottom: 17.33%;
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -100000px;
}
.page-content .banner-widget-wrapper,
.page-wrapper > .banner-widget-wrapper {
  padding: 0 !important;
}
.naslovna .page-content .banner-widget-wrapper,
.naslovna .page-wrapper > .banner-widget-wrapper {
  margin-top: 0 !important;
}
.page-wrapper > .banner-widget-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.single-article {
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 500;
  color: #0c0c0d;
  width: 100%;
}
body.tip .single-article {
  font-size: 1.125rem;
}
body.esports .single-article {
  color: #fff;
}
@media (min-width: 600px) {
  .single-article .article-header > :first-child,
  .single-article .article-header > div:first-of-type {
    margin-top: 0;
  }
}
.single-article .article-header h1 {
  -webkit-touch-callout: text !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  user-select: text !important;
}
.single-article .article-content > :first-child,
.single-article .article-content > div:first-of-type,
.single-article .blog-post-content > :first-child,
.single-article .blog-post-content > div:first-of-type,
.single-article .blog-top_news > :first-child,
.single-article .blog-top_news > div:first-of-type {
  margin-top: 0;
}
.single-article .article-content:after,
.single-article .article-content:before {
  content: " ";
  display: table;
}
.single-article .article-content:after {
  clear: both;
}
.single-article .article-content a,
.single-article .article-content div,
.single-article .article-content em,
.single-article .article-content h1,
.single-article .article-content h2,
.single-article .article-content h3,
.single-article .article-content h4,
.single-article .article-content h5,
.single-article .article-content h6,
.single-article .article-content label,
.single-article .article-content li,
.single-article .article-content p,
.single-article .article-content strong {
  -webkit-touch-callout: text !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  user-select: text !important;
}
.single-article .article-content h2,
.single-article .article-content h3,
.single-article .article-content h4,
.single-article .article-content h5,
.single-article .article-content h6 {
  font-weight: 700;
  color: #231f20;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
}
body.tip .single-article .article-content h2,
body.tip .single-article .article-content h3,
body.tip .single-article .article-content h4,
body.tip .single-article .article-content h5,
body.tip .single-article .article-content h6 {
  font-size: 1.3125rem;
}
@media (min-width: 600px) {
  .single-article .article-content h2,
  .single-article .article-content h3,
  .single-article .article-content h4,
  .single-article .article-content h5,
  .single-article .article-content h6 {
    margin-bottom: 3.22754%;
    font-size: 1.1875rem;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .article-content h2,
  .single-article .article-content h3,
  .single-article .article-content h4,
  .single-article .article-content h5,
  .single-article .article-content h6 {
    margin-bottom: 4.00093%;
  }
}
@media (min-width: 600px) {
  body.tip .single-article .article-content h2,
  body.tip .single-article .article-content h3,
  body.tip .single-article .article-content h4,
  body.tip .single-article .article-content h5,
  body.tip .single-article .article-content h6 {
    font-size: 1.25rem;
  }
}
body.esports .single-article .article-content h2,
body.esports .single-article .article-content h3,
body.esports .single-article .article-content h4,
body.esports .single-article .article-content h5,
body.esports .single-article .article-content h6 {
  color: #fff;
}
.single-article .article-content .inline-image,
.single-article .article-content > iframe,
.single-article .article-content embed,
.single-article .article-content object,
.single-article .article-content p > iframe {
  width: 100% !important;
  position: relative;
  margin-bottom: 1.5rem;
  clear: both;
}
@media (min-width: 600px) {
  .single-article .article-content .inline-image,
  .single-article .article-content > iframe,
  .single-article .article-content embed,
  .single-article .article-content object,
  .single-article .article-content p > iframe {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .article-content .inline-image,
  .single-article .article-content > iframe,
  .single-article .article-content embed,
  .single-article .article-content object,
  .single-article .article-content p > iframe {
    margin-bottom: 4.00093%;
  }
}
.single-article .article-content > iframe img,
.single-article .article-content embed img,
.single-article .article-content object img,
.single-article .article-content p > iframe img {
  height: auto !important;
}
.single-article .article-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 1.5rem 0;
}
body.tip .single-article .article-content p {
  font-size: 1.1875rem;
}
@media (min-width: 600px) {
  .single-article .article-content p {
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
    font-size: 1.0625rem;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .article-content p {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
@media (min-width: 600px) {
  body.tip .single-article .article-content p {
    font-size: 1.125rem;
  }
}
.single-article .article-content a {
  color: #e5282a;
  text-decoration: underline;
}
.single-article .article-content a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.esports .single-article .article-content a {
  color: #26ce45;
}
body.tip .single-article .article-content a {
  color: #f15a24;
}
.single-article .article-content .embed-inside-post,
.single-article .article-content .inline-image,
.single-article .article-content .poll-wrapper,
.single-article .article-content .telegraf-video-wrapper-outer {
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .single-article .article-content .embed-inside-post,
  .single-article .article-content .inline-image,
  .single-article .article-content .poll-wrapper,
  .single-article .article-content .telegraf-video-wrapper-outer {
    margin-top: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .article-content .embed-inside-post,
  .single-article .article-content .inline-image,
  .single-article .article-content .poll-wrapper,
  .single-article .article-content .telegraf-video-wrapper-outer {
    margin-top: 4.00093%;
  }
}
.single-article .article-content hr {
  margin: 1.5rem 0;
}
@media (min-width: 600px) {
  .single-article .article-content hr {
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .article-content hr {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
.single-article strong {
  font-weight: 700;
}
.single-article em {
  font-style: italic;
}
.single-article h1 {
  font-weight: 700;
  color: #231f20;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  font-size: 1.625rem;
  line-height: 1.3;
}
body.tip .single-article h1 {
  font-size: 1.75rem;
}
@media (min-width: 600px) {
  .single-article h1 {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article h1 {
    margin-bottom: 4.00093%;
  }
}
@media (min-width: 995px) {
  .single-article h1 {
    font-size: 27px;
  }
  body.tip .single-article h1 {
    font-size: 28px;
  }
}
body.esports .single-article h1 {
  color: #fff;
}
.single-article .embed-inside-post {
  margin-bottom: 1.5rem;
  overflow: hidden;
  clear: both;
}
@media (min-width: 600px) {
  .single-article .embed-inside-post {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .embed-inside-post {
    margin-bottom: 4.00093%;
  }
}
.single-article .embed-inside-post iframe {
  max-width: 100% !important;
}
.single-article .embed-inside-post.source-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.single-article .embed-inside-post.source-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-article .embed-inside-post.source-wimbledon {
  position: relative;
  padding-bottom: 83.33333%;
  height: 0;
}
.single-article .embed-inside-post.source-wimbledon iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-article .featured-image-wrapper {
  overflow: hidden;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  margin: 0 -2.04121% 0.5rem;
}
@media (min-width: 1390px) {
  .single-article .featured-image-wrapper {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
}
@media (min-width: 600px) {
  .single-article .featured-image-wrapper {
    margin-bottom: 1.61377%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .featured-image-wrapper {
    margin-bottom: 2.00047%;
  }
}
.single-article .header-top-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  clear: both;
}
.single-article .header-top-details.above-details {
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 600px) {
  .single-article .header-top-details.above-details {
    margin-bottom: 1.61377%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .header-top-details.above-details {
    margin-bottom: 2.00047%;
  }
}
.single-article .header-top-details * {
  display: inline;
  width: auto;
  line-height: 30px;
}
.single-article .header-top-details .page-title {
  height: 30px;
  overflow: hidden;
}
.single-article .header-top-details .page-title span {
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
  height: 38px;
}
.touch .single-article .header-top-details .page-title span {
  overflow-x: scroll;
}
.single-article .header-top-details .breadcrumb {
  width: 100%;
  overflow: hidden;
}
.single-article .header-top-details .breadcrumb li,
.single-article .header-top-details .breadcrumb ol {
  display: flex;
}
.single-article .header-top-details .breadcrumb a {
  white-space: nowrap;
  color: #e5282a;
  font-size: 0.8125rem;
  font-weight: 700;
}
.vesti .single-article .header-top-details .breadcrumb a {
  color: #e5282a;
}
.sport .single-article .header-top-details .breadcrumb a {
  color: #27d050;
}
.tip .single-article .header-top-details .breadcrumb a {
  color: #f15a24;
}
.jetset .single-article .header-top-details .breadcrumb a {
  color: #da2569;
}
.pop-i-kultura .single-article .header-top-details .breadcrumb a {
  color: #9144c4;
}
.hi-tech .single-article .header-top-details .breadcrumb a {
  color: #276ad1;
}
.zanimljivosti .single-article .header-top-details .breadcrumb a {
  color: #29b2a3;
}
.zivot-i-stil .single-article .header-top-details .breadcrumb a {
  color: #f7a324;
}
.esports .single-article .header-top-details .breadcrumb a {
  color: #26ce45;
}
body.black-theme .single-article .header-top-details .breadcrumb a {
  color: #000;
}
.single-article .header-top-details .breadcrumb a:hover {
  text-decoration: underline;
}
.single-article .header-top-details .breadcrumb .divider {
  padding: 0 6px;
}
.single-article .header-top-details .divider {
  position: relative;
  padding: 0 8px;
}
.single-article .header-top-details .divider:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 14px;
  background: rgba(50, 51, 49, 0.4);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.single-article .header-top-details .date-modified-delimiter,
.single-article .header-top-details .page-title,
.single-article .header-top-details .reading-time-wrapper,
.single-article .header-top-details time {
  white-space: nowrap;
  font-size: 12px;
  color: #b3b8bf;
  font-weight: 600;
}
.single-article .header-top-details .reading-time-wrapper svg {
  width: 14px !important;
  height: 17px;
  vertical-align: middle;
  fill: #b3b8bf;
  margin-bottom: 4px;
}
.single-article .header-top-details .single-author-text {
  font-size: 0.75rem;
  color: #323331;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700;
}
body.esports .single-article .header-top-details .single-author-text {
  color: #fff;
}
.single-article .header-top-details a.single-author-text:hover {
  text-decoration: underline;
  opacity: 1;
}
.single-article .header-top-details .single-author-images-wrapper {
  margin-right: 8px;
}
.single-article
  .header-top-details
  .single-author-images-wrapper
  .single-author-image
  img {
  border-radius: 50%;
  margin-bottom: -6px;
}
.single-article
  .header-top-details
  .single-author-images-wrapper
  .single-author-image
  a {
  line-height: 20px;
}
.single-article .inline-image {
  position: relative;
  overflow: hidden;
}
.single-article .inline-image.lazy-loading-single-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.single-article .inline-image .caption-text,
.single-article .inline-image a {
  text-align: left;
  color: #fff;
  line-height: 1.2rem;
  font-size: 0.75rem;
  font-weight: 400;
}
body.tip .single-article .inline-image .caption-text,
body.tip .single-article .inline-image a {
  font-size: 0.8125rem;
}
.single-article .inline-image .caption-text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 4px;
  background: rgba(2, 2, 2, 0.6);
  margin: 0;
}
.single-article .blockquote-wrapper {
  clear: both;
  position: relative;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background: #edf1f2;
}
@media (min-width: 600px) {
  .single-article .blockquote-wrapper {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-article .blockquote-wrapper {
    margin-top: 6.0014%;
  }
}
@media (min-width: 600px) {
  .single-article .blockquote-wrapper {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-article .blockquote-wrapper {
    margin-bottom: 6.0014%;
  }
}
@media (min-width: 600px) {
  .single-article .blockquote-wrapper {
    padding: 3.22754% 4.84131%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .blockquote-wrapper {
    padding-left: 6.0014%;
    padding-right: 6.0014%;
    padding-bottom: 4.00093%;
    padding-top: 4.00093%;
  }
}
.single-article .blockquote-wrapper blockquote {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
}
.esports .single-article .blockquote-wrapper blockquote {
  color: #0c0c0d;
}
body.tip .single-article .blockquote-wrapper blockquote {
  font-size: 1.25rem;
}
.single-article .blockquote-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #e5282a;
}
.vesti .single-article .blockquote-wrapper:after {
  background: #e5282a;
}
.sport .single-article .blockquote-wrapper:after {
  background: #27d050;
}
body.tip .single-article .blockquote-wrapper:after {
  background: #f15a24;
}
.jetset .single-article .blockquote-wrapper:after {
  background: #da2569;
}
.pop-i-kultura .single-article .blockquote-wrapper:after {
  background: #9144c4;
}
.hi-tech .single-article .blockquote-wrapper:after {
  background: #276ad1;
}
.zanimljivosti .single-article .blockquote-wrapper:after {
  background: #29b2a3;
}
.zivot-i-stil .single-article .blockquote-wrapper:after {
  background: #f7a324;
}
.putovanja .single-article .blockquote-wrapper:after {
  background: #f82;
}
.esports .single-article .blockquote-wrapper:after {
  background: #26ce45;
}
body.black-theme .single-article .blockquote-wrapper:after {
  background: #000;
}
.single-article .embed-wrapper {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 600px) {
  .single-article .embed-wrapper {
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .embed-wrapper {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
.single-article .twitter-tweet {
  clear: both;
  margin-top: 2.63158% !important;
  margin-bottom: 2.63158% !important;
}
.single-article .embedded-video-fb {
  clear: both;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .single-article .embedded-video-fb {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-article .embedded-video-fb {
    margin-top: 6.0014%;
  }
}
@media (min-width: 600px) {
  .single-article .embedded-video-fb {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-article .embedded-video-fb {
    margin-bottom: 6.0014%;
  }
}
.single-article .embedded-video {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .single-article .embedded-video {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-article .embedded-video {
    margin-top: 6.0014%;
  }
}
@media (min-width: 600px) {
  .single-article .embedded-video {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-article .embedded-video {
    margin-bottom: 6.0014%;
  }
}
.single-article .embedded-video-fb iframe,
.single-article .embedded-video embed,
.single-article .embedded-video iframe,
.single-article .embedded-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.single-article .banner {
  text-align: center;
  display: none;
  clear: both;
}
@media (min-width: 800px) {
  .single-article .banner {
    display: block;
  }
}
.single-article .banner > div {
  margin-left: auto !important;
  margin-right: auto !important;
}
.single-article .banner > div:not(:empty) {
  margin-bottom: 3.22754%;
}
@media (min-width: 1390px) {
  .single-article .banner > div:not(:empty) {
    margin-bottom: 4.00093%;
  }
}
.single-article video {
  width: 100% !important;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .single-article video {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-article video {
    margin-top: 6.0014%;
  }
}
@media (min-width: 600px) {
  .single-article video {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-article video {
    margin-bottom: 6.0014%;
  }
}
.single-disclaimer {
  font-size: 0.75rem;
  font-style: italic;
  color: #6f7a86;
  margin: 1rem 0;
}
@media (min-width: 600px) {
  .single-disclaimer {
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-disclaimer {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
.single-disclaimer a {
  color: #e5282a;
}
body.esports .single-disclaimer a {
  color: #26ce45;
}
.tags-wrapper {
  margin: 1rem 0;
}
@media (min-width: 480px) {
  .tags-wrapper {
    margin-top: 3.22754%;
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 480px) and (min-width: 1390px) {
  .tags-wrapper {
    margin-top: 4.00093%;
    margin-bottom: 4.00093%;
  }
}
.tags-wrapper h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  color: #0c0c0d;
}
body.tip .tags-wrapper h3 {
  font-size: 1rem;
}
@media (min-width: 480px) {
  .tags-wrapper h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  body.tip .tags-wrapper h3 {
    font-size: 17px;
  }
}
body.esports .tags-wrapper h3 {
  color: #fff;
}
.tags-wrapper ul:after,
.tags-wrapper ul:before {
  content: " ";
  display: table;
}
.tags-wrapper ul:after {
  clear: both;
}
.tags-wrapper ul li {
  float: left;
  margin: 5px 10px 5px 0;
}
@media (min-width: 600px) {
  .tags-wrapper ul li {
    margin: 5px 15px 5px 0;
  }
}
.tags-wrapper ul li:last-child {
  margin-right: 0;
}
.tags-wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #edf1f2;
  font-weight: 500;
  color: #0c0c0d;
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1.3;
  padding: 2px 6px;
}
body.tip .tags-wrapper ul li a {
  font-size: 0.875rem;
}
@media (min-width: 480px) {
  .tags-wrapper ul li a {
    padding: 3px 10px;
    font-size: 0.875rem;
  }
  body.tip .tags-wrapper ul li a {
    font-size: 0.9375rem;
  }
}
.tags-wrapper ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media (max-width: 600px) {
  .tags-wrapper ul li a {
    padding: 12px 6px;
  }
}
body.esports .tags-wrapper ul li a {
  color: #0c0c0d;
  background: #26ce45;
}
.comments-wrapper .single-time {
  float: right;
}
.comments-wrapper .comments-time {
  display: block;
  color: #0c0c0d;
  font-size: 0.65rem;
  line-height: 20px;
  font-weight: 600;
}
body.tip .comments-wrapper .comments-time {
  font-size: 0.6875rem;
}
.single-pagination {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-pagination:after,
.single-pagination:before {
  content: " ";
  display: table;
}
.single-pagination:after {
  clear: both;
}
@media (min-width: 600px) {
  .single-pagination {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-pagination {
    margin-top: 6.0014%;
  }
}
@media (min-width: 600px) {
  .single-pagination {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .single-pagination {
    margin-bottom: 6.0014%;
  }
}
.single-pagination .single-pagination-inner {
  text-align: center;
}
@media (min-width: 600px) {
  .single-pagination .single-pagination-inner {
    float: right;
  }
}
.single-pagination .single-pagination-inner a {
  display: inline-block;
  margin: 0 8px 16px;
  text-decoration: none;
  color: #0c0c0d;
}
@media (min-width: 600px) {
  .single-pagination .single-pagination-inner a {
    margin: 0 0 0 16px;
    float: left;
  }
}
.single-pagination .single-pagination-inner a:hover {
  opacity: 1;
  -webkit-transition:
    background 0.15s ease-in-out,
    color 0.15s ease-in-out;
  transition:
    background 0.15s ease-in-out,
    color 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.single-pagination .single-pagination-all {
  text-align: center;
}
.single-pagination .single-pagination-all a {
  text-decoration: none;
}
.single-pagination .single-pagination-all a:hover {
  opacity: 1;
  -webkit-transition:
    background 0.15s ease-in-out,
    color 0.15s ease-in-out;
  transition:
    background 0.15s ease-in-out,
    color 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 600px) {
  .single-pagination .single-pagination-all {
    float: left;
  }
}
.single-pagination a {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
.content-exchange-wrapper {
  position: relative;
}
.content-exchange-wrapper .grid-image-inner {
  padding-bottom: 75%;
}
.content-exchange-wrapper p.signature,
.content-exchange-wrapper p.signature a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #8c8c8c;
  font-size: 0.75rem;
  line-height: 1.33;
}
body.tip .content-exchange-wrapper p.signature,
body.tip .content-exchange-wrapper p.signature a {
  font-size: 0.8125rem;
}
@media (min-width: 600px) {
  .content-exchange-wrapper p.signature,
  .content-exchange-wrapper p.signature a {
    font-size: 12px;
  }
  body.tip .content-exchange-wrapper p.signature,
  body.tip .content-exchange-wrapper p.signature a {
    font-size: 13px;
  }
}
.content-exchange-wrapper img {
  width: auto;
}
.content-exchange-wrapper a {
  color: #fff !important;
}
.aklamator-wrapper-sidebar .columns-CyTFw8L,
.aklamator-wrapper-sidebar .columns-DsI3iIF,
.aklamator-wrapper-sidebar .columns-I6scLlH,
.aklamator-wrapper-sidebar .columns-MpSTV9c,
.aklamator-wrapper-sidebar .columns-Ns6dGT7,
.aklamator-wrapper-sidebar div,
.aklamator-wrapper .columns-CyTFw8L,
.aklamator-wrapper .columns-DsI3iIF,
.aklamator-wrapper .columns-I6scLlH,
.aklamator-wrapper .columns-MpSTV9c,
.aklamator-wrapper .columns-Ns6dGT7,
.aklamator-wrapper div {
  z-index: 0 !important;
}
body.esports .akla_title_CyTFw8L,
body.esports .akla_title_D8xcsTK,
body.esports .akla_title_DsI3iIF,
body.esports .akla_title_I6scLlH,
body.esports .akla_title_MpSTV9c,
body.esports .akla_title_Ns6dGT7,
body.esports .akla_title_wX8QyJg {
  color: #fff !important;
}
body.esports .columns-CyTFw8L,
body.esports .columns-D8xcsTK,
body.esports .columns-DsI3iIF,
body.esports .columns-I6scLlH,
body.esports .columns-MpSTV9c,
body.esports .columns-Ns6dGT7,
body.esports .columns-wX8QyJg,
body.esports .dtCyTFw8L,
body.esports .dtD8xcsTK,
body.esports .dtDsI3iIF,
body.esports .dtI6scLlH,
body.esports .dtMpSTV9c,
body.esports .dtNs6dGT7,
body.esports .dtwX8QyJg {
  background: #0c0c0d !important;
}
.aklamator-wrapper-sidebar {
  display: none;
}
@media (min-width: 850px) {
  .aklamator-wrapper-sidebar {
    display: block;
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 850px) and (min-width: 850px) {
  .aklamator-wrapper-sidebar {
    margin-bottom: 6.66862%;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  .aklamator-wrapper-sidebar {
    margin-bottom: 8.335%;
  }
}
.aklamator-wrapper-sidebar .columns-DsI3iIF {
  margin-top: 0 !important;
}
.lwdgt a {
  color: #0c0c0d;
  font-weight: 700;
  font-size: 0.9375rem;
}
.hotest-news-block .time-ago {
  display: none;
}
@media (max-width: 600px) {
  .hotest-news-block .grid-image-wrapper {
    display: none;
  }
  .hotest-news-block figcaption {
    position: relative !important;
    width: 100% !important;
  }
  .hotest-news-block figcaption h2 {
    height: auto;
    margin-left: 50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .hotest-news-block figcaption h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .hotest-news-block figcaption .c-s-wrapper {
    margin-left: 50px;
    position: static !important;
  }
  .hotest-news-block .time-ago {
    display: block;
  }
}
.comments-action .c-s-wrapper-outer:after,
.comments-action .c-s-wrapper-outer:before,
.single-article-bottom-socials .c-s-wrapper-outer:after,
.single-article-bottom-socials .c-s-wrapper-outer:before,
.single-article .c-s-wrapper-outer:after,
.single-article .c-s-wrapper-outer:before {
  content: " ";
  display: table;
}
.comments-action .c-s-wrapper-outer:after,
.single-article-bottom-socials .c-s-wrapper-outer:after,
.single-article .c-s-wrapper-outer:after {
  clear: both;
}
.comments-action .socials-wrapper,
.single-article-bottom-socials .socials-wrapper,
.single-article .socials-wrapper {
  margin: 0 -1px;
}
.comments-action .socials-wrapper:after,
.comments-action .socials-wrapper:before,
.single-article-bottom-socials .socials-wrapper:after,
.single-article-bottom-socials .socials-wrapper:before,
.single-article .socials-wrapper:after,
.single-article .socials-wrapper:before {
  content: " ";
  display: table;
}
.comments-action .socials-wrapper:after,
.single-article-bottom-socials .socials-wrapper:after,
.single-article .socials-wrapper:after {
  clear: both;
}
@media (min-width: 600px) {
  .comments-action .socials-wrapper,
  .single-article-bottom-socials .socials-wrapper,
  .single-article .socials-wrapper {
    float: left;
    margin: 0;
  }
}
.comments-action .socials-wrapper li,
.single-article-bottom-socials .socials-wrapper li,
.single-article .socials-wrapper li {
  margin: 0;
  display: block;
  float: left;
  width: 16.66%;
  height: 40px;
  padding: 0 1px;
}
@media (min-width: 600px) {
  .comments-action .socials-wrapper li,
  .single-article-bottom-socials .socials-wrapper li,
  .single-article .socials-wrapper li {
    width: 40px;
    margin-right: 10px;
    padding: 0;
  }
}
.comments-action .socials-wrapper li:last-child,
.single-article-bottom-socials .socials-wrapper li:last-child,
.single-article .socials-wrapper li:last-child {
  margin-right: 0;
}
.comments-action .socials-wrapper li.viber-wrapper,
.single-article-bottom-socials .socials-wrapper li.viber-wrapper,
.single-article .socials-wrapper li.viber-wrapper {
  display: block;
}
@media (min-width: 995px) {
  .comments-action .socials-wrapper li.viber-wrapper,
  .single-article-bottom-socials .socials-wrapper li.viber-wrapper,
  .single-article .socials-wrapper li.viber-wrapper {
    display: none;
  }
}
.comments-action .socials-wrapper li.viber-wrapper a,
.single-article-bottom-socials .socials-wrapper li.viber-wrapper a,
.single-article .socials-wrapper li.viber-wrapper a {
  background: #7b519d;
}
.comments-action .socials-wrapper li.facebook-wrapper a,
.single-article-bottom-socials .socials-wrapper li.facebook-wrapper a,
.single-article .socials-wrapper li.facebook-wrapper a {
  background: #3c5898;
}
.comments-action .socials-wrapper li.twitter-wrapper a,
.single-article-bottom-socials .socials-wrapper li.twitter-wrapper a,
.single-article .socials-wrapper li.twitter-wrapper a {
  background: #000;
}
.comments-action .socials-wrapper li.whatsapp-wrapper,
.single-article-bottom-socials .socials-wrapper li.whatsapp-wrapper,
.single-article .socials-wrapper li.whatsapp-wrapper {
  display: block;
}
@media (min-width: 995px) {
  .comments-action .socials-wrapper li.whatsapp-wrapper,
  .single-article-bottom-socials .socials-wrapper li.whatsapp-wrapper,
  .single-article .socials-wrapper li.whatsapp-wrapper {
    display: none;
  }
}
.comments-action .socials-wrapper li.whatsapp-wrapper a,
.single-article-bottom-socials .socials-wrapper li.whatsapp-wrapper a,
.single-article .socials-wrapper li.whatsapp-wrapper a {
  background: #00d343;
}
.comments-action .socials-wrapper li.linkedin-wrapper a,
.single-article-bottom-socials .socials-wrapper li.linkedin-wrapper a,
.single-article .socials-wrapper li.linkedin-wrapper a {
  background: #0073b0;
}
.comments-action .socials-wrapper li.envelope-wrapper a,
.single-article-bottom-socials .socials-wrapper li.envelope-wrapper a,
.single-article .socials-wrapper li.envelope-wrapper a {
  background: #e5282a;
}
.comments-action .socials-wrapper li:hover,
.single-article-bottom-socials .socials-wrapper li:hover,
.single-article .socials-wrapper li:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.comments-action .socials-wrapper li a,
.single-article-bottom-socials .socials-wrapper li a,
.single-article .socials-wrapper li a {
  height: 100%;
  width: 100%;
  display: block;
}
.comments-action .socials-wrapper .facebook_icon-wrapper,
.single-article-bottom-socials .socials-wrapper .facebook_icon-wrapper,
.single-article .socials-wrapper .facebook_icon-wrapper {
  width: 8px;
}
.comments-action .socials-wrapper .viber_icon-wrapper,
.single-article-bottom-socials .socials-wrapper .viber_icon-wrapper,
.single-article .socials-wrapper .viber_icon-wrapper {
  width: 19px;
}
.comments-action .socials-wrapper .envelope_icon-wrapper,
.comments-action .socials-wrapper .linkedin_icon-wrapper,
.comments-action .socials-wrapper .whatsapp_icon-wrapper,
.single-article-bottom-socials .socials-wrapper .envelope_icon-wrapper,
.single-article-bottom-socials .socials-wrapper .linkedin_icon-wrapper,
.single-article-bottom-socials .socials-wrapper .whatsapp_icon-wrapper,
.single-article .socials-wrapper .envelope_icon-wrapper,
.single-article .socials-wrapper .linkedin_icon-wrapper,
.single-article .socials-wrapper .whatsapp_icon-wrapper {
  width: 20px;
}
.comments-action .socials-wrapper .twitter_icon-wrapper,
.single-article-bottom-socials .socials-wrapper .twitter_icon-wrapper,
.single-article .socials-wrapper .twitter_icon-wrapper {
  width: 21px;
}
.single-article-bottom-socials .c-s-wrapper-outer,
.single-article .c-s-wrapper-outer {
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .single-article-bottom-socials .c-s-wrapper-outer,
  .single-article .c-s-wrapper-outer {
    margin-bottom: 2.15169%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article-bottom-socials .c-s-wrapper-outer,
  .single-article .c-s-wrapper-outer {
    margin-bottom: 2.66729%;
  }
}
.single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper,
.single-article .c-s-wrapper-outer .c-s-wrapper {
  float: left;
  width: calc(20% - 2px);
  text-align: center;
  background: #edf1f2;
  margin-right: 2px;
  margin-top: 0;
}
@media (min-width: 600px) {
  .single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper,
  .single-article .c-s-wrapper-outer .c-s-wrapper {
    float: right;
    width: auto;
    background: transparent;
    margin-right: 0;
  }
}
.single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li,
.single-article .c-s-wrapper-outer .c-s-wrapper li {
  margin-right: 6px;
  line-height: 40px;
  height: 40px;
  padding: 0;
}
.single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li:last-child,
.single-article .c-s-wrapper-outer .c-s-wrapper li:last-child {
  margin-right: 0;
}
.single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li a,
.single-article .c-s-wrapper-outer .c-s-wrapper li a {
  text-decoration: none;
}
.single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li > div,
.single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li a > div,
.single-article .c-s-wrapper-outer .c-s-wrapper li > div,
.single-article .c-s-wrapper-outer .c-s-wrapper li a > div {
  margin-right: 3px;
}
.single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li > span,
.single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li a > span,
.single-article .c-s-wrapper-outer .c-s-wrapper li > span,
.single-article .c-s-wrapper-outer .c-s-wrapper li a > span {
  font-size: 1rem;
  line-height: 40px;
  vertical-align: middle;
  margin-right: 0;
  color: #323331;
  font-weight: 600;
}
@media (min-width: 480px) {
  .single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li > span,
  .single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li a > span,
  .single-article .c-s-wrapper-outer .c-s-wrapper li > span,
  .single-article .c-s-wrapper-outer .c-s-wrapper li a > span {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 600px) {
  .single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li > span,
  .single-article-bottom-socials .c-s-wrapper-outer .c-s-wrapper li a > span,
  .single-article .c-s-wrapper-outer .c-s-wrapper li > span,
  .single-article .c-s-wrapper-outer .c-s-wrapper li a > span {
    color: #b4bac1;
  }
}
.single-article-bottom-socials
  .c-s-wrapper-outer
  .c-s-wrapper
  li
  .comments_icon-wrapper,
.single-article .c-s-wrapper-outer .c-s-wrapper li .comments_icon-wrapper {
  width: 20px;
  vertical-align: middle;
}
.single-article-bottom-socials
  .c-s-wrapper-outer
  .c-s-wrapper
  li
  .share_icon-wrapper,
.single-article .c-s-wrapper-outer .c-s-wrapper li .share_icon-wrapper {
  width: 18px;
  vertical-align: middle;
}
.single-article-bottom-socials
  .c-s-wrapper-outer
  .c-s-wrapper
  li.comment-number,
.single-article .c-s-wrapper-outer .c-s-wrapper li.comment-number {
  display: none;
}
@media (min-width: 600px) {
  .single-article-bottom-socials
    .c-s-wrapper-outer
    .c-s-wrapper
    li.comment-number,
  .single-article .c-s-wrapper-outer .c-s-wrapper li.comment-number {
    display: inline-block;
  }
}
.single-article-bottom-socials .c-s-wrapper-outer .socials-wrapper,
.single-article .c-s-wrapper-outer .socials-wrapper {
  width: 80%;
  float: left;
}
@media (min-width: 600px) {
  .single-article-bottom-socials .c-s-wrapper-outer .socials-wrapper,
  .single-article .c-s-wrapper-outer .socials-wrapper {
    width: auto;
  }
}
.single-article-bottom-socials .c-s-wrapper-outer.bottom,
.single-article .c-s-wrapper-outer.bottom {
  margin-top: 1rem;
}
.single-article-bottom-socials .c-s-wrapper-outer.bottom:after,
.single-article-bottom-socials .c-s-wrapper-outer.bottom:before,
.single-article .c-s-wrapper-outer.bottom:after,
.single-article .c-s-wrapper-outer.bottom:before {
  content: " ";
  display: table;
}
.single-article-bottom-socials .c-s-wrapper-outer.bottom:after,
.single-article .c-s-wrapper-outer.bottom:after {
  clear: both;
}
@media (min-width: 600px) {
  .single-article-bottom-socials .c-s-wrapper-outer.bottom,
  .single-article .c-s-wrapper-outer.bottom {
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article-bottom-socials .c-s-wrapper-outer.bottom,
  .single-article .c-s-wrapper-outer.bottom {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
.single-article-bottom-socials .c-s-wrapper-outer.bottom h3,
.single-article .c-s-wrapper-outer.bottom h3 {
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.6rem;
  font-size: 1rem;
}
@media (min-width: 600px) {
  .single-article-bottom-socials .c-s-wrapper-outer.bottom h3,
  .single-article .c-s-wrapper-outer.bottom h3 {
    margin-bottom: 0;
    margin-right: 20px;
    float: left;
    line-height: 40px;
    font-size: 16px;
  }
}
.foto-gallery-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .foto-gallery-wrapper {
    margin-top: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .foto-gallery-wrapper {
    margin-top: 6.0014%;
  }
}
@media (min-width: 600px) {
  .foto-gallery-wrapper {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .foto-gallery-wrapper {
    margin-bottom: 6.0014%;
  }
}
.category.foto .foto-gallery-wrapper {
  margin: 0;
}
.foto-gallery-wrapper .loader-wrapper {
  padding-bottom: 76%;
  padding-top: 80px;
}
.category.foto .foto-gallery-wrapper .loader-wrapper {
  padding-top: 0;
}
.foto-gallery-wrapper .grid-image-wrapper .loader-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.foto-gallery-wrapper
  .single-post-gallery
  .main-section-item
  .grid-image-inner:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.foto-gallery-wrapper
  .single-post-gallery
  .main-section-item
  .grid-image-inner
  .btn-action {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.foto-gallery-wrapper
  .single-post-gallery
  .main-section-item
  .grid-image-inner
  .btn-action
  div.btn {
  background: #fff;
  color: #0c0c0d;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.foto-gallery-wrapper
  .single-post-gallery
  .main-section-item
  .grid-image-inner
  .btn-action
  div.btn:hover {
  opacity: 1;
  background: #0c0c0d;
  color: #fff;
  border-color: #0c0c0d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-title-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  z-index: 2;
  padding: 1%;
  background: #000;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(180deg, transparent 0, #000);
}
.single-post-gallery .main-section-item .gallery-title-wrapper {
  background: none;
  position: static;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .single-post-gallery .main-section-item .gallery-title-wrapper {
    padding-bottom: 3.22754%;
    padding-top: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-post-gallery .main-section-item .gallery-title-wrapper {
    padding-bottom: 4.00093%;
    padding-top: 4.00093%;
  }
}
@media (min-width: 1390px) {
  .single-post-gallery .main-section-item .gallery-title-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.gallery-title-wrapper h3,
.single-article .gallery-title-wrapper h3 {
  padding: 0;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.3;
  text-transform: none;
  font-weight: 600;
  margin: 0;
  text-align: left;
}
body.tip .gallery-title-wrapper h3,
body.tip .single-article .gallery-title-wrapper h3 {
  font-size: 0.8125rem;
}
.single-post-gallery .main-section-item .gallery-title-wrapper h3,
.single-post-gallery
  .main-section-item
  .single-article
  .gallery-title-wrapper
  h3 {
  font-size: 0.9375rem;
  cursor: pointer;
  text-align: center;
  color: #0c0c0d;
  font-weight: 700;
}
body.tip .single-post-gallery .main-section-item .gallery-title-wrapper h3,
body.tip
  .single-post-gallery
  .main-section-item
  .single-article
  .gallery-title-wrapper
  h3 {
  font-size: 1rem;
}
@media (min-width: 600px) {
  .gallery-title-wrapper h3,
  .single-article .gallery-title-wrapper h3 {
    font-size: 14px;
  }
  .single-post-gallery .main-section-item .gallery-title-wrapper h3,
  .single-post-gallery
    .main-section-item
    .single-article
    .gallery-title-wrapper
    h3,
  body.tip .gallery-title-wrapper h3,
  body.tip .single-article .gallery-title-wrapper h3 {
    font-size: 15px;
  }
  body.tip .single-post-gallery .main-section-item .gallery-title-wrapper h3,
  body.tip
    .single-post-gallery
    .main-section-item
    .single-article
    .gallery-title-wrapper
    h3 {
    font-size: 16px;
  }
}
@media (min-width: 1390px) {
  .single-post-gallery .main-section-item .gallery-title-wrapper h3,
  .single-post-gallery
    .main-section-item
    .single-article
    .gallery-title-wrapper
    h3 {
    font-size: 16px;
  }
  body.tip .single-post-gallery .main-section-item .gallery-title-wrapper h3,
  body.tip
    .single-post-gallery
    .main-section-item
    .single-article
    .gallery-title-wrapper
    h3 {
    font-size: 17px;
  }
}
.gallery-title-wrapper h4,
.single-article .gallery-title-wrapper h4 {
  color: #fff;
  margin: 0;
  line-height: 18px;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  padding-top: 1%;
  text-align: left;
}
body.tip .gallery-title-wrapper h4,
body.tip .single-article .gallery-title-wrapper h4 {
  font-size: 0.8125rem;
}
@media (min-width: 600px) {
  .gallery-title-wrapper h4,
  .single-article .gallery-title-wrapper h4 {
    line-height: 20px;
    font-size: 14px;
  }
  body.tip .gallery-title-wrapper h4,
  body.tip .single-article .gallery-title-wrapper h4 {
    font-size: 15px;
  }
}
.single-post-gallery .main-section-item .gallery-title-wrapper h4,
.single-post-gallery
  .main-section-item
  .single-article
  .gallery-title-wrapper
  h4 {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(12, 12, 13, 0.7);
  padding: 0.5rem 0 0;
  font-weight: 600;
}
body.tip .single-post-gallery .main-section-item .gallery-title-wrapper h4,
body.tip
  .single-post-gallery
  .main-section-item
  .single-article
  .gallery-title-wrapper
  h4 {
  font-size: 0.9375rem;
}
@media (min-width: 600px) {
  .single-post-gallery .main-section-item .gallery-title-wrapper h4,
  .single-post-gallery
    .main-section-item
    .single-article
    .gallery-title-wrapper
    h4 {
    padding-bottom: 1.61377%;
    padding-top: 1.61377%;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-post-gallery .main-section-item .gallery-title-wrapper h4,
  .single-post-gallery
    .main-section-item
    .single-article
    .gallery-title-wrapper
    h4 {
    padding-bottom: 2.00047%;
    padding-top: 2.00047%;
  }
}
@media (min-width: 1390px) {
  .single-post-gallery .main-section-item .gallery-title-wrapper h4,
  .single-post-gallery
    .main-section-item
    .single-article
    .gallery-title-wrapper
    h4 {
    padding-top: 10px;
  }
}
.single-post-gallery .main-section-item img {
  display: block;
}
.single-article .video-title,
.video-title {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .single-article .video-title,
  .video-title {
    margin-bottom: 1.61377%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .video-title,
  .video-title {
    margin-bottom: 2.00047%;
  }
}
.single-article .video-title.bottom-position,
.video-title.bottom-position {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .single-article .video-title.bottom-position,
  .video-title.bottom-position {
    margin-top: 1.61377%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .video-title.bottom-position,
  .video-title.bottom-position {
    margin-top: 2.00047%;
  }
}
.single-article .video-title h2,
.video-title h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 22px;
  margin: 0 !important;
  color: #231f20;
}
body.tip .single-article .video-title h2,
body.tip .video-title h2 {
  font-size: 1.3125rem;
}
@media (min-width: 995px) {
  .single-article .video-title h2,
  .video-title h2 {
    font-size: 17px;
  }
  body.tip .single-article .video-title h2,
  body.tip .video-title h2 {
    font-size: 19px;
  }
}
.esports .single-article .video-title h2,
.esports .video-title h2 {
  color: #fff;
}
.single-article .video-title h2 span:first-child,
.video-title h2 span:first-child {
  text-transform: uppercase;
  color: #e5282a;
}
.vesti .single-article .video-title h2 span:first-child,
.vesti .video-title h2 span:first-child {
  color: #e5282a;
}
.sport .single-article .video-title h2 span:first-child,
.sport .video-title h2 span:first-child {
  color: #27d050;
}
.tip .single-article .video-title h2 span:first-child,
.tip .video-title h2 span:first-child {
  color: #f15a24;
}
.jetset .single-article .video-title h2 span:first-child,
.jetset .video-title h2 span:first-child {
  color: #da2569;
}
.pop-i-kultura .single-article .video-title h2 span:first-child,
.pop-i-kultura .video-title h2 span:first-child {
  color: #9144c4;
}
.hi-tech .single-article .video-title h2 span:first-child,
.hi-tech .video-title h2 span:first-child {
  color: #276ad1;
}
.zanimljivosti .single-article .video-title h2 span:first-child,
.zanimljivosti .video-title h2 span:first-child {
  color: #29b2a3;
}
.zivot-i-stil .single-article .video-title h2 span:first-child,
.zivot-i-stil .video-title h2 span:first-child {
  color: #f7a324;
}
.putovanja .single-article .video-title h2 span:first-child,
.putovanja .video-title h2 span:first-child {
  color: #f82;
}
.esports .single-article .video-title h2 span:first-child,
.esports .video-title h2 span:first-child {
  color: #26ce45;
}
body.black-theme .single-article .video-title h2 span:first-child,
body.black-theme .video-title h2 span:first-child {
  color: #000;
}
.telegraf-audio-wrapper,
.telegraf-video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.telegraf-audio-wrapper .video-js .vjs-big-play-button,
.telegraf-video-wrapper .video-js .vjs-big-play-button {
  border: none;
  background: url(./play_icon.svg) no-repeat;
  background-size: 100% 100%;
  width: 14%;
  border-radius: 50%;
  height: 24.88%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.telegraf-audio-wrapper .video-js button,
.telegraf-video-wrapper .video-js button {
  outline: none;
}
.telegraf-audio-wrapper .vjs-picture-in-picture-control,
.telegraf-audio-wrapper .vjs-seek-to-live-control,
.telegraf-video-wrapper .vjs-picture-in-picture-control,
.telegraf-video-wrapper .vjs-seek-to-live-control {
  display: none !important;
}
.telegraf-audio-wrapper
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder:before,
.telegraf-video-wrapper
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder:before {
  content: none;
}
.telegraf-audio-wrapper .video-js:hover .vjs-big-play-button,
.telegraf-video-wrapper .video-js:hover .vjs-big-play-button {
  background-color: transparent !important;
}
.telegraf-audio-wrapper .vjs-poster,
.telegraf-video-wrapper .vjs-poster {
  background-size: 100% auto;
}
.telegraf-audio-wrapper .video-js,
.telegraf-video-wrapper .video-js {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100% !important;
  padding: 0 !important;
}
.telegraf-audio-wrapper .video-js.portrait .vjs-poster,
.telegraf-video-wrapper .video-js.portrait .vjs-poster {
  background-size: auto 100%;
}
.telegraf-audio-wrapper .video-js {
  width: 100%;
  margin: 0;
}
.telegraf-audio-wrapper .video-js:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.telegraf-audio-wrapper .video-js.vjs-has-started:after {
  display: none;
}
.telegraf-audio-wrapper .vjs-big-play-button {
  z-index: 1;
}
.telegraf-audio-wrapper .video-js,
.telegraf-audio-wrapper .vjs-poster,
.telegraf-audio-wrapper audio {
  margin: 0;
  outline: none;
  border: none;
}
.single.page .telegraf-audio-wrapper {
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .single.page .telegraf-audio-wrapper {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single.page .telegraf-audio-wrapper {
    margin-bottom: 4.00093%;
  }
}
.telegraf-video-wrapper-inner {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.telegraf-video-wrapper-inner .loader-wrapper {
  width: 100%;
  position: absolute;
  background: #0c0c0d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.telegraf-video-wrapper-outer {
  clear: both;
  width: 100%;
  margin-bottom: 1.5rem;
}
.telegraf-video-wrapper-outer:after,
.telegraf-video-wrapper-outer:before {
  content: " ";
  display: table;
}
.telegraf-video-wrapper-outer:after {
  clear: both;
}
@media (min-width: 600px) {
  .telegraf-video-wrapper-outer {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .telegraf-video-wrapper-outer {
    margin-bottom: 4.00093%;
  }
}
.telegraf-video-wrapper-outer .bottom-video-banner,
.telegraf-video-wrapper-outer .top-video-banner {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: none;
}
.telegraf-video-wrapper-outer video {
  margin: 0;
  outline: none;
  border: none;
}
.telegraf-video-wrapper-outer .video-js {
  display: none;
}
@media (min-width: 420px) {
  .telegraf-video-wrapper-outer.portrait {
    max-width: 360px;
    margin: 0 auto;
  }
}
.video-dimensions {
  width: 100% !important;
  height: 100% !important;
  padding-top: 56.25%;
}
.telegraf-single video {
  margin: 0 !important;
  height: 100% !important;
}
.jana-banner a:hover {
  opacity: 1 !important;
}
.esports .single .latest-btn-wrapper,
.esports .single .timeline-wrapper {
  display: none;
}
@media (min-width: 850px) {
  .esports .single .latest-btn-wrapper,
  .esports .single .timeline-wrapper {
    display: block;
  }
}
.esports .tabletLargeHidden .banner-widget-wrapper {
  display: none;
}
.tiktok-embed > section {
  height: 0 !important;
  overflow: hidden !important;
  border: none !important;
}
.age-restriction-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 2.04121%;
  margin: 1rem -2.04121%;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 1390px) {
  .age-restriction-wrapper {
    padding: 2.5%;
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
}
@media (min-width: 600px) {
  .age-restriction-wrapper {
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .age-restriction-wrapper {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
@media (min-width: 850px) {
  .age-restriction-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }
}
body.tip .age-restriction-wrapper {
  background: #f15a24;
}
body.black-theme .age-restriction-wrapper {
  background: #000;
}
.age-restriction-wrapper span {
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  font-weight: 800;
  text-align: center;
  font-size: 1.375rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 2.04121%;
}
@media (min-width: 600px) {
  .age-restriction-wrapper span {
    font-size: 24px;
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
}
@media (min-width: 850px) {
  .age-restriction-wrapper span {
    margin-right: 15px;
  }
}
.single-article .article-content > ul,
.single-article .blog-post-content > ul,
.single-article .blog-top_news > ul {
  margin: 1rem 0;
}
@media (min-width: 600px) {
  .single-article .article-content > ul,
  .single-article .blog-post-content > ul,
  .single-article .blog-top_news > ul {
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .article-content > ul,
  .single-article .blog-post-content > ul,
  .single-article .blog-top_news > ul {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
.single-article .article-content > ul > li,
.single-article .blog-post-content > ul > li,
.single-article .blog-top_news > ul > li {
  padding-left: 30px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.3rem;
  padding-bottom: 8px;
}
@media (min-width: 600px) {
  .single-article .article-content > ul > li,
  .single-article .blog-post-content > ul > li,
  .single-article .blog-top_news > ul > li {
    font-size: 1.0625rem;
  }
}
body.tip .single-article .article-content > ul > li,
body.tip .single-article .blog-post-content > ul > li,
body.tip .single-article .blog-top_news > ul > li {
  font-size: 1.1875rem;
}
@media (min-width: 600px) {
  body.tip .single-article .article-content > ul > li,
  body.tip .single-article .blog-post-content > ul > li,
  body.tip .single-article .blog-top_news > ul > li {
    font-size: 1.125rem;
  }
}
.single-article .article-content > ul > li:before,
.single-article .blog-post-content > ul > li:before,
.single-article .blog-top_news > ul > li:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #0c0c0d;
  border-radius: 50%;
  left: 20px;
  top: 8px;
  top: 0.5rem;
}
body.esports .single-article .article-content > ul > li:before,
body.esports .single-article .blog-post-content > ul > li:before,
body.esports .single-article .blog-top_news > ul > li:before {
  background: #fff;
}
.single-article .article-content > ol,
.single-article .blog-post-content > ol,
.single-article .blog-top_news > ol {
  display: block;
  list-style-type: decimal;
  padding-inline-start: 30px;
  margin: 1rem 0;
}
@media (min-width: 600px) {
  .single-article .article-content > ol,
  .single-article .blog-post-content > ol,
  .single-article .blog-top_news > ol {
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .single-article .article-content > ol,
  .single-article .blog-post-content > ol,
  .single-article .blog-top_news > ol {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
.single-article .article-content > ol li,
.single-article .blog-post-content > ol li,
.single-article .blog-top_news > ol li {
  font-size: 1.125rem;
  line-height: 1.3rem;
  padding-bottom: 8px;
}
@media (min-width: 600px) {
  .single-article .article-content > ol li,
  .single-article .blog-post-content > ol li,
  .single-article .blog-top_news > ol li {
    font-size: 1.0625rem;
  }
}
body.tip .single-article .article-content > ol li,
body.tip .single-article .blog-post-content > ol li,
body.tip .single-article .blog-top_news > ol li {
  font-size: 1.1875rem;
}
@media (min-width: 600px) {
  body.tip .single-article .article-content > ol li,
  body.tip .single-article .blog-post-content > ol li,
  body.tip .single-article .blog-top_news > ol li {
    font-size: 1.125rem;
  }
}
.single-article .article-content .intervju,
.single-article .blog-post-content .intervju,
.single-article .blog-top_news .intervju {
  clear: both;
  display: inline;
  line-height: 24px;
  padding-left: 1rem;
  background: url(./t.png) 0 0.2rem no-repeat;
  font-weight: 700;
}
.single-article .article-content .intervju:before,
.single-article .blog-post-content .intervju:before,
.single-article .blog-top_news .intervju:before {
  display: none;
}
.single-article .single-summary,
.single-summary {
  padding: 16px 8px 8px;
  background: #f5f5f5;
  border-top: 3px solid #e5282a;
  margin-bottom: 1rem;
}
.single-article .single-summary h2,
.single-summary h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 1rem;
  letter-spacing: 0.1px;
}
@media (min-width: 995px) {
  .single-article .single-summary,
  .single-summary {
    padding: 16px;
  }
}
.vesti .single-article .single-summary,
.vesti .single-summary {
  border-color: #e5282a;
}
.sport .single-article .single-summary,
.sport .single-summary {
  border-color: #27d050;
}
.tip .single-article .single-summary,
.tip .single-summary {
  border-color: #f15a24;
}
.jetset .single-article .single-summary,
.jetset .single-summary {
  border-color: #da2569;
}
.pop-i-kultura .single-article .single-summary,
.pop-i-kultura .single-summary {
  border-color: #9144c4;
}
.hi-tech .single-article .single-summary,
.hi-tech .single-summary {
  border-color: #276ad1;
}
.zanimljivosti .single-article .single-summary,
.zanimljivosti .single-summary {
  border-color: #29b2a3;
}
.zivot-i-stil .single-article .single-summary,
.zivot-i-stil .single-summary {
  border-color: #f7a324;
}
.esports .single-article .single-summary,
.esports .single-summary {
  border-color: #26ce45;
}
body.black-theme .single-article .single-summary,
body.black-theme .single-summary {
  border-color: #000;
}
.single-article .single-summary ul,
.single-summary ul {
  padding-left: 30px;
  list-style-type: disc;
}
.single-article .single-summary ul li,
.single-summary ul li {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1px;
}
.single-article .single-summary ul li a,
.single-summary ul li a,
.vesti .single-article .single-summary ul li a,
.vesti .single-summary ul li a {
  color: #e5282a;
}
.sport .single-article .single-summary ul li a,
.sport .single-summary ul li a {
  color: #27d050;
}
.tip .single-article .single-summary ul li a,
.tip .single-summary ul li a {
  color: #f15a24;
}
.jetset .single-article .single-summary ul li a,
.jetset .single-summary ul li a {
  color: #da2569;
}
.pop-i-kultura .single-article .single-summary ul li a,
.pop-i-kultura .single-summary ul li a {
  color: #9144c4;
}
.hi-tech .single-article .single-summary ul li a,
.hi-tech .single-summary ul li a {
  color: #276ad1;
}
.zanimljivosti .single-article .single-summary ul li a,
.zanimljivosti .single-summary ul li a {
  color: #29b2a3;
}
.zivot-i-stil .single-article .single-summary ul li a,
.zivot-i-stil .single-summary ul li a {
  color: #f7a324;
}
.esports .single-article .single-summary ul li a,
.esports .single-summary ul li a {
  color: #26ce45;
}
body.black-theme .single-article .single-summary ul li a,
body.black-theme .single-summary ul li a {
  color: #000;
}
.related-widget-wrapper,
.single-article .related-widget-wrapper {
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media (min-width: 600px) {
  .related-widget-wrapper,
  .single-article .related-widget-wrapper {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .related-widget-wrapper,
  .single-article .related-widget-wrapper {
    margin-bottom: 4.00093%;
  }
}
.related-widget-wrapper .loader-wrapper,
.single-article .related-widget-wrapper .loader-wrapper {
  padding-bottom: 100%;
}
@media (min-width: 600px) {
  .related-widget-wrapper .loader-wrapper,
  .single-article .related-widget-wrapper .loader-wrapper {
    padding-bottom: 50%;
  }
}
.top-news-by-category .loader-wrapper {
  padding-bottom: 86px;
}
#related-news-subdom .loader-wrapper {
  padding-bottom: 22.57%;
}
@media (min-width: 600px) {
  #related-news-subdom .loader-wrapper {
    padding-bottom: 79px;
  }
}
.related-widget-wrapper .title-section-wrapper,
.single-article .related-widget-wrapper .title-section-wrapper {
  margin-bottom: 3.15789%;
}
@media (min-width: 600px) {
  .related-widget-wrapper .title-section-wrapper,
  .single-article .related-widget-wrapper .title-section-wrapper {
    margin-bottom: 15px;
  }
}
.related-widget-wrapper .title-section-wrapper h2,
.related-widget-wrapper .title-section-wrapper h4,
.single-article .related-widget-wrapper .title-section-wrapper h2,
.single-article .related-widget-wrapper .title-section-wrapper h4 {
  margin-bottom: 0;
}
.related-widget-wrapper figure,
.single-article .related-widget-wrapper figure {
  width: 100%;
  margin-bottom: 10px;
}
.related-widget-wrapper figure:after,
.related-widget-wrapper figure:before,
.single-article .related-widget-wrapper figure:after,
.single-article .related-widget-wrapper figure:before {
  content: " ";
  display: table;
}
.related-widget-wrapper figure:after,
.single-article .related-widget-wrapper figure:after {
  clear: both;
}
.related-widget-wrapper figure:last-child,
.single-article .related-widget-wrapper figure:last-child {
  margin-bottom: 0;
}
.top-news-by-category figure {
  flex: 1;
  margin: 0;
}
.related-widget-wrapper figcaption,
.single-article .related-widget-wrapper figcaption {
  width: 57.23684%;
  float: left;
  margin-right: 0;
}
@media (min-width: 600px) {
  .related-widget-wrapper figcaption,
  .single-article .related-widget-wrapper figcaption {
    width: calc(100% - 160px);
    float: right;
  }
}
.related-widget-wrapper figcaption a,
.single-article .related-widget-wrapper figcaption a {
  text-decoration: none;
}
.top-news-by-category figcaption {
  width: calc(100% - 85px);
  float: right;
}
.related-widget-wrapper figcaption h2,
.related-widget-wrapper figcaption h4,
.single-article .related-widget-wrapper figcaption h2,
.single-article .related-widget-wrapper figcaption h4 {
  font-size: 4vw;
  line-height: 5vw;
  letter-spacing: -0.04rem;
  height: 19.8vw;
  color: #0c0c0d;
  overflow: hidden;
  margin: 0 !important;
}
body.esports .related-widget-wrapper figcaption h2,
body.esports .related-widget-wrapper figcaption h4,
body.esports .single-article .related-widget-wrapper figcaption h2,
body.esports .single-article .related-widget-wrapper figcaption h4 {
  color: #fff;
}
body.tip .related-widget-wrapper figcaption h2,
body.tip .related-widget-wrapper figcaption h4,
body.tip .single-article .related-widget-wrapper figcaption h2,
body.tip .single-article .related-widget-wrapper figcaption h4 {
  font-size: 4.2vw;
}
@media (min-width: 480px) {
  .related-widget-wrapper figcaption h2,
  .related-widget-wrapper figcaption h4,
  .single-article .related-widget-wrapper figcaption h2,
  .single-article .related-widget-wrapper figcaption h4 {
    font-size: 3.4vw;
    line-height: 4.2vw;
    height: 21vw;
  }
  body.tip .related-widget-wrapper figcaption h2,
  body.tip .related-widget-wrapper figcaption h4,
  body.tip .single-article .related-widget-wrapper figcaption h2,
  body.tip .single-article .related-widget-wrapper figcaption h4 {
    font-size: 3.5vw;
  }
}
@media (min-width: 600px) {
  .related-widget-wrapper figcaption h2,
  .related-widget-wrapper figcaption h4,
  .single-article .related-widget-wrapper figcaption h2,
  .single-article .related-widget-wrapper figcaption h4 {
    font-size: 18px;
    line-height: 24px;
    height: 72px;
  }
  body.tip .related-widget-wrapper figcaption h2,
  body.tip .related-widget-wrapper figcaption h4,
  body.tip .single-article .related-widget-wrapper figcaption h2,
  body.tip .single-article .related-widget-wrapper figcaption h4 {
    font-size: 20px;
  }
}
.top-news-by-category figcaption h2,
.top-news-by-category figcaption h4 {
  font-size: 14px;
  line-height: 18px;
  height: 72px;
  overflow: hidden;
  margin: 0;
  letter-spacing: -0.02rem;
}
body.tip .top-news-by-category figcaption h2,
body.tip .top-news-by-category figcaption h4 {
  font-size: 15px;
}
body.esports .top-news-by-category figcaption h2,
body.esports .top-news-by-category figcaption h4 {
  color: #0c0c0d !important;
}
.related-widget-wrapper .grid-image-wrapper,
.single-article .related-widget-wrapper .grid-image-wrapper {
  width: 40.13158%;
  float: left;
  margin-right: 2.63158%;
}
@media (min-width: 600px) {
  .related-widget-wrapper .grid-image-wrapper,
  .single-article .related-widget-wrapper .grid-image-wrapper {
    margin-right: 0;
    width: 140px;
  }
}
.top-news-by-category .grid-image-wrapper {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 5px;
}
@media (min-width: 1390px) {
  .top-news-by-category .grid-image-wrapper {
    margin-right: 10px;
  }
}
.top-news-by-category .grid-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-news-by-category .related-news-widget-inner {
  display: flex;
  gap: 10px;
  background-color: #edf1f2;
  padding: 8px 8px 6px;
}
.top-news-by-category {
  display: none;
}
@media (min-width: 995px) {
  .top-news-by-category {
    display: block;
    margin-bottom: 1.61377%;
  }
}
@media (min-width: 995px) and (min-width: 1390px) {
  .top-news-by-category {
    margin-bottom: 2.00047%;
  }
}
.slider-wrapper {
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .slider-wrapper {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .slider-wrapper {
    margin-bottom: 4.00093%;
  }
}
.slider-controls > div {
  cursor: pointer;
}
.w-e-wrapper .slider-controls > div {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.w-e-wrapper .slider-controls > div.prev {
  left: 0;
}
@media (min-width: 600px) {
  .w-e-wrapper .slider-controls > div.prev {
    left: 5%;
  }
}
.w-e-wrapper .slider-controls > div.next {
  right: 0;
}
@media (min-width: 600px) {
  .w-e-wrapper .slider-controls > div.next {
    right: 5%;
  }
}
.slider-controls .prev > div {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center center;
}
.slider-controls .next > div,
.slider-controls .prev > div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-controls .next > div {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center center;
}
.slider-controls .arrow-dropdown_icon-wrapper {
  width: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.slider-controls .arrow-dropdown_icon_id {
  fill: #fff;
}
.w-e-wrapper .slider-controls .arrow-dropdown_icon_id {
  fill: #0c0c0d;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .tns-no-subpixel.tns-carousel.tns-horizontal > .tns-item {
    margin-right: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.tns-subpixel.tns-carousel.tns-horizontal {
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}
.tiny-gallery-wrapper {
  position: relative;
}
.tiny-gallery-wrapper figure {
  cursor: pointer;
}
.comments-wrapper-outer .loader-wrapper {
  height: 0;
  padding-bottom: 33%;
}
.comments-wrapper {
  padding-top: 3.22754%;
  background: #edf1f2;
  margin-left: -2.04121%;
  margin-right: -2.04121%;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 1390px) {
  .comments-wrapper {
    padding-bottom: 4.00093%;
    padding-top: 4.00093%;
  }
}
.comments-wrapper:after,
.comments-wrapper:before {
  content: " ";
  display: table;
}
.comments-wrapper:after {
  clear: both;
}
@media (min-width: 1390px) {
  .comments-wrapper {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
}
@media (min-width: 600px) {
  .comments-wrapper {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .comments-wrapper {
    margin-bottom: 6.0014%;
  }
}
@media (min-width: 600px) {
  .comments-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 850px) {
  .comments-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.comments-wrapper.no-comments .comments-nav > div {
  clear: both;
  float: left;
}
@media (min-width: 995px) {
  .comments-wrapper.no-comments .comments-nav > div {
    float: right;
    clear: none;
  }
}
.comments-wrapper.no-comments.has-comments .comments-nav > div {
  clear: both;
  float: left;
}
@media (min-width: 480px) {
  .comments-wrapper.no-comments.has-comments .comments-nav > div {
    float: right;
    clear: none;
  }
}
.comments-wrapper.no-comments.has-comments {
  padding-bottom: 3.22754%;
  padding-top: 3.22754%;
}
@media (min-width: 1390px) {
  .comments-wrapper.no-comments.has-comments {
    padding-bottom: 4.00093%;
    padding-top: 4.00093%;
  }
}
.comments-wrapper h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0c0c0d;
  font-size: 1.0625rem;
  line-height: 20px;
  margin-bottom: 1rem;
  padding-left: 2.04121%;
  padding-right: 2.04121%;
}
@media (min-width: 1390px) {
  .comments-wrapper h3 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media (min-width: 850px) {
  .comments-wrapper h3 {
    padding-left: 3.22754%;
    padding-right: 3.22754%;
    margin-bottom: 3.22754%;
    font-size: 16px;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  .comments-wrapper h3 {
    padding-left: 4.00093%;
    padding-right: 4.00093%;
    margin-bottom: 4.00093%;
  }
}
@media (min-width: 480px) {
  .comments-wrapper.no-comments.has-comments h3 {
    float: left;
    margin-bottom: 0;
    line-height: 40px;
  }
}
.comments-wrapper .comments-nav {
  padding-left: 2.04121%;
  padding-right: 2.04121%;
  margin-bottom: 1rem;
}
@media (min-width: 1390px) {
  .comments-wrapper .comments-nav {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.comments-wrapper .comments-nav:after,
.comments-wrapper .comments-nav:before {
  content: " ";
  display: table;
}
.comments-wrapper .comments-nav:after {
  clear: both;
}
@media (min-width: 850px) {
  .comments-wrapper .comments-nav {
    padding-left: 3.22754%;
    padding-right: 3.22754%;
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  .comments-wrapper .comments-nav {
    padding-left: 4.00093%;
    padding-right: 4.00093%;
    margin-bottom: 4.00093%;
  }
}
.comments-wrapper .comments-nav label {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  display: block;
  line-height: 20px;
  color: #231f20;
  font-weight: 500;
}
@media (min-width: 995px) {
  .comments-wrapper .comments-nav label {
    margin-bottom: 0;
  }
}
.comments-wrapper .comments-nav label br {
  display: none;
}
@media (min-width: 995px) {
  .comments-wrapper .comments-nav label br {
    display: inline;
  }
}
.comments-wrapper.no-comments.has-comments .comments-nav {
  margin-bottom: 0;
}
.comments-wrapper .comments-actions {
  position: relative;
  margin-top: 1rem;
  clear: both;
  float: left;
}
@media (min-width: 600px) {
  .comments-wrapper .comments-actions {
    margin-top: 0;
    float: right;
    clear: none;
  }
}
.comments-wrapper .comments-actions:after,
.comments-wrapper .comments-actions:before {
  content: " ";
  display: table;
}
.comments-wrapper .comments-actions:after {
  clear: both;
}
.comments-wrapper .comments-actions > div {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 20px;
}
.comments-wrapper .comments-actions > div:last-child {
  margin-right: 0;
}
.comments-wrapper .comments-actions > div.active,
html.no-touch .comments-wrapper .comments-actions > div:hover {
  background: #0c0c0d;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.comments-wrapper .comments-actions > div > a {
  display: block;
  width: 100%;
  height: 100%;
}
.comments-wrapper .comments-actions > div > a > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 20px;
}
.comments-wrapper .comments-actions > div > a > div .like_icon_id,
.comments-wrapper .comments-actions > div > a > div .time_icon_id {
  fill: #0c0c0d;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.comments-wrapper .comments-actions > div.active .like_icon_id,
.comments-wrapper .comments-actions > div.active .time_icon_id,
html.no-touch .comments-wrapper .comments-actions > div:hover .like_icon_id,
html.no-touch .comments-wrapper .comments-actions > div:hover .time_icon_id {
  fill: #fff;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.comments-wrapper .comments-actions label {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 40px;
  color: #0c0c0d;
  text-transform: uppercase;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .comments-wrapper .comments-actions label {
    position: absolute;
    bottom: 100%;
    left: 0;
    line-height: 20px;
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }
}
.comments-wrapper .comments-actions .dislike {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.comments-wrapper .comments-count {
  float: left;
  background: #0c0c0d;
  position: relative;
  margin-right: 20px;
}
.comments-wrapper .comments-count,
html.no-touch .comments-wrapper .comments-count:hover {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.no-touch .comments-wrapper .comments-count:hover {
  background: #fff;
}
.comments-wrapper .comments-count span {
  display: block;
  line-height: 40px;
  padding: 0 20px 0 40px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.comments-wrapper .comments-count span,
html.no-touch .comments-wrapper .comments-count:hover span {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.no-touch .comments-wrapper .comments-count:hover span {
  color: #0c0c0d;
}
.comments-wrapper .comments-count > a > div {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 20px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.comments-wrapper .comments-count > a > div .comments_icon_id {
  stroke: #fff;
}
.comments-wrapper .comments-count > a > div .comments_icon_id,
html.no-touch
  .comments-wrapper
  .comments-count:hover
  > a
  > div
  .comments_icon_id {
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.no-touch
  .comments-wrapper
  .comments-count:hover
  > a
  > div
  .comments_icon_id {
  stroke: #0c0c0d;
}
.comments-wrapper .comments-send {
  float: left;
}
.comments-wrapper .comments-action .btn,
.comments-wrapper .comments-send .btn {
  padding: 10px 20px;
  border: none;
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
html.no-touch .comments-wrapper .comments-action .btn:hover,
html.no-touch .comments-wrapper .comments-send .btn:hover {
  color: #fff;
  background: #0c0c0d;
}
.comments-wrapper .comments-action .btn {
  padding: 10px 8px;
}
@media (min-width: 360px) {
  .comments-wrapper .comments-action .btn {
    padding: 10px 20px;
  }
}
.comments-wrapper.no-comments .comments-send .btn {
  width: auto;
}
@media (min-width: 360px) {
  .comments-wrapper.no-comments .comments-send .btn {
    width: 230px;
  }
}
@media (min-width: 480px) {
  .comments-wrapper.no-comments .comments-send .btn {
    width: 300px;
  }
}
@media (min-width: 850px) {
  .comments-wrapper.no-comments .comments-send .btn {
    width: auto;
  }
}
.comments-wrapper.no-comments.has-comments .comments-send .btn {
  width: auto;
}
@media (min-width: 360px) {
  .comments-wrapper.no-comments.has-comments .comments-send .btn {
    width: 230px;
  }
}
@media (min-width: 600px) {
  .comments-wrapper.no-comments.has-comments .comments-send .btn {
    width: 300px;
  }
}
@media (min-width: 850px) {
  .comments-wrapper.no-comments.has-comments .comments-send .btn {
    width: auto;
  }
}
@media (min-width: 995px) {
  .comments-wrapper.no-comments.has-comments .comments-send .btn {
    width: 250px;
  }
}
@media (min-width: 1390px) {
  .comments-wrapper.no-comments.has-comments .comments-send .btn {
    width: 300px;
  }
}
.comments-wrapper .btn span {
  font-size: 1rem;
  line-height: 18px;
  display: inline-block;
}
.comments-wrapper .comments-action:after,
.comments-wrapper .comments-action:before {
  content: " ";
  display: table;
}
.comments-wrapper .comments-action:after {
  clear: both;
}
.comments-wrapper .comments-action .btn {
  font-size: 10px;
}
.comments-wrapper .comments-action .downvote-comments,
.comments-wrapper .comments-action .upvote-comments {
  text-align: center;
  float: left;
  margin-right: 10px;
}
@media (min-width: 360px) {
  .comments-wrapper .comments-action .downvote-comments,
  .comments-wrapper .comments-action .upvote-comments {
    margin-right: 15px;
  }
}
.comments-wrapper .comments-action .downvote-comments span,
.comments-wrapper .comments-action .upvote-comments span {
  display: block;
  float: left;
  line-height: 40px;
  margin-right: 5px;
  font-size: 0.75rem;
  color: #231f20;
  font-weight: 600;
}
.comments-wrapper .comments-action .downvote-comments > div,
.comments-wrapper .comments-action .upvote-comments > div {
  cursor: pointer;
  float: left;
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.no-touch .comments-wrapper .comments-action .downvote-comments > div:hover,
html.no-touch .comments-wrapper .comments-action .upvote-comments > div:hover {
  background: #0c0c0d;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.comments-wrapper .comments-action .downvote-comments > div:after,
.comments-wrapper .comments-action .downvote-comments > div:before,
.comments-wrapper .comments-action .upvote-comments > div:after,
.comments-wrapper .comments-action .upvote-comments > div:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.comments-wrapper .comments-action .downvote-comments .disabled-btn,
.comments-wrapper .comments-action .upvote-comments .disabled-btn {
  opacity: 0.5;
}
.comments-wrapper .comments-action .downvote-comments {
  margin-right: 0;
}
.comments-wrapper .comments-action .downvote-comments > div:before {
  background: #e5282a;
}
.comments-wrapper .comments-action .downvote-comments > div:after {
  display: none;
}
.comments-wrapper .comments-action .downvote-comments .voted {
  opacity: 1;
  background: #e5282a;
}
.comments-wrapper .comments-action .downvote-comments .voted:after,
.comments-wrapper .comments-action .downvote-comments .voted:before {
  background: #fff;
}
.comments-wrapper .comments-action .upvote-comments > div:before {
  background: #27d050;
}
.comments-wrapper .comments-action .upvote-comments > div:after {
  width: 2px;
  height: 12px;
  background: #27d050;
}
.comments-wrapper .comments-action .upvote-comments .voted {
  opacity: 1;
  background: #27d050;
}
.comments-wrapper .comments-action .upvote-comments .voted:after,
.comments-wrapper .comments-action .upvote-comments .voted:before {
  background: #fff;
}
.comments-wrapper .comments-content-header {
  margin-bottom: 1rem;
}
.comments-wrapper .comments-content-header:after,
.comments-wrapper .comments-content-header:before {
  content: " ";
  display: table;
}
.comments-wrapper .comments-content-header:after {
  clear: both;
}
.comments-wrapper .comments-content-header h4 {
  float: left;
  font-size: 1.0625rem;
  line-height: 20px;
  font-weight: 700;
  color: #231f20;
  word-break: break-word;
}
.comments-wrapper .comments-content-inner.subcomment {
  margin-left: 3%;
  width: 97%;
}
@media (min-width: 360px) {
  .comments-wrapper .comments-content-inner.subcomment {
    margin-left: 5%;
    width: 95%;
  }
}
.comments-wrapper .comments-content-inner.subcomment > li {
  margin-top: 1.5rem;
}
.comments-wrapper .comments-content-inner.subcomment > li:last-child {
  padding-bottom: 0;
}
.comments-wrapper .comments-content-inner.main-comments > li {
  padding: 1rem 2.04121%;
  border-bottom: 2px solid #fff;
}
@media (min-width: 1390px) {
  .comments-wrapper .comments-content-inner.main-comments > li {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media (min-width: 600px) {
  .comments-wrapper .comments-content-inner.main-comments > li {
    padding: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .comments-wrapper .comments-content-inner.main-comments > li {
    padding: 4.00093%;
  }
}
@media (min-width: 850px) {
  .comments-wrapper .comments-content-inner.main-comments > li {
    padding: 3.22754%;
  }
}
@media (min-width: 850px) and (min-width: 1390px) {
  .comments-wrapper .comments-content-inner.main-comments > li {
    padding: 4.00093%;
  }
}
.comments-wrapper .comments-content-inner.main-comments > li:last-child {
  border-bottom: 0;
}
.comments-wrapper .comments-content-inner.main-comments > li:first-child {
  border-top: 2px solid #fff;
}
.comments-wrapper .comments-content-inner .pulse.comment-content-wrapper {
  -webkit-animation: highlightsPulse 0.6s ease-in-out 0.5s 2;
  animation: highlightsPulse 0.6s ease-in-out 0.5s 2;
}
.comments-wrapper p {
  font-weight: 500;
  color: #231f20;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 16px;
  word-break: break-word;
  -webkit-touch-callout: text !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  user-select: text !important;
}
@media (min-width: 600px) {
  .comments-wrapper p {
    margin-bottom: 20px;
    font-size: 1.0625rem;
  }
}
body.tip .comments-wrapper p {
  font-size: 1.1875rem;
}
@media (min-width: 600px) {
  body.tip .comments-wrapper p {
    font-size: 1.125rem;
  }
}
.comments-wrapper p.replay {
  margin-bottom: 5px;
  font-size: 0.875rem;
}
.comments-wrapper .comments-bottom-action {
  margin-bottom: 3.22754%;
  margin-top: 3.22754%;
  text-align: center;
}
@media (min-width: 1390px) {
  .comments-wrapper .comments-bottom-action {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
.comments-wrapper .comments-bottom-action .btn {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
.comments-wrapper .comment-content-wrapper {
  position: relative;
}
.comments-wrapper .c-s-wrapper-outer {
  display: none;
  width: 100%;
  z-index: 1;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 600px) {
  .comments-wrapper .c-s-wrapper-outer {
    margin-top: 0;
    margin-left: 15px;
    width: auto;
    display: block;
    float: left;
    position: static;
    padding: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.comments-wrapper .c-s-wrapper-outer.open {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in;
  animation: fadeIn 0.3s ease-in;
}
@media (min-width: 600px) {
  .comments-wrapper .c-s-wrapper-outer .viber-wrapper,
  .comments-wrapper .c-s-wrapper-outer .whatsapp-wrapper {
    display: none !important;
  }
}
.comments-wrapper .c-s-wrapper-outer h4 {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 600px) {
  .comments-wrapper .c-s-wrapper-outer h4 {
    display: none;
  }
}
.comments-wrapper .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.comments-wrapper .close-icon span {
  background: #fff;
}
.comments-wrapper .share-action-wrapper {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 10px;
  background: #e5282a;
  position: relative;
  cursor: pointer;
}
@media (min-width: 360px) {
  .comments-wrapper .share-action-wrapper {
    margin-left: 15px;
  }
}
@media (min-width: 420px) {
  .comments-wrapper .share-action-wrapper {
    margin-left: 20px;
  }
}
body.sport .comments-wrapper .share-action-wrapper {
  background: #23ae44;
}
body.tip .comments-wrapper .share-action-wrapper {
  background: #f15a24;
}
body.jetset .comments-wrapper .share-action-wrapper {
  background: #e0115f;
}
body.foto .comments-wrapper .share-action-wrapper {
  background: #b51719;
}
body.pop-i-kultura .comments-wrapper .share-action-wrapper {
  background: #813bb0;
}
body.hi-tech .comments-wrapper .share-action-wrapper {
  background: #276ad1;
}
body.zanimljivosti .comments-wrapper .share-action-wrapper {
  background: #29b2a3;
}
body.zivot-i-stil .comments-wrapper .share-action-wrapper {
  background: #de410c;
}
body.putovanja .comments-wrapper .share-action-wrapper {
  background: #1c85c4;
}
body.auto .comments-wrapper .share-action-wrapper {
  background: #871b1b;
}
body.esports .comments-wrapper .share-action-wrapper {
  background: #26ce45;
}
@media (min-width: 600px) {
  .comments-wrapper .share-action-wrapper {
    display: none;
  }
}
.comments-wrapper .share-action-wrapper .share_icon-wrapper {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.comments-terms {
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .comments-terms {
    margin-bottom: 4.84131%;
  }
}
@media (min-width: 1390px) {
  .comments-terms {
    margin-bottom: 6.0014%;
  }
}
.comments-terms h2 {
  font-weight: 700;
  font-size: 1rem;
  color: #0c0c0d;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .comments-terms h2 {
    margin-bottom: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .comments-terms h2 {
    margin-bottom: 4.00093%;
  }
}
body.esports .comments-terms h2 {
  color: #fff;
}
.comments-terms ul {
  list-style-type: disc;
  padding-left: 30px;
}
.comments-terms li {
  font-size: 0.875rem;
  color: #231f20;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .comments-terms li {
    margin-bottom: 1.61377%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .comments-terms li {
    margin-bottom: 2.00047%;
  }
}
body.esports .comments-terms li {
  color: #fff;
}
.error-page .error-title {
  margin-bottom: 8%;
}
.error-page .error-title h1 {
  font-weight: 800;
  color: #303033;
  margin: 8% 0 5%;
  font-size: 4rem;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .error-page .error-title h1 {
    margin: 2% 0 5%;
    font-size: 96px;
  }
}
body.esports .error-page .error-title h1 {
  color: #fff;
}
.error-page .error-title p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
  color: #0c0c0d;
}
body.esports .error-page .error-title p {
  color: #fff;
}
@media (min-width: 600px) {
  .error-page .error-title {
    margin-bottom: 5%;
  }
}
.error-page .search-block-wrapper .search-block {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.error-page .search-block-wrapper .search-block input {
  background: #edf1f2;
  width: 100%;
  padding: 10px;
}
.error-page .error-content {
  text-align: center;
  margin-bottom: 15%;
}
@media (min-width: 600px) {
  .error-page .error-content {
    margin-bottom: 10%;
  }
}
.error-page .related-title {
  font-weight: 700;
  font-size: 1.125rem;
}
.big-banners,
.grey-aside-wrapper {
  display: none;
}
@media (min-width: 995px) {
  .big-banners,
  .grey-aside-wrapper {
    display: block;
  }
}
.big-banners > div,
.grey-aside-wrapper > div {
  position: fixed;
  top: 90px;
  overflow: hidden;
  width: 360px;
  display: none;
}
@media (min-width: 995px) {
  .big-banners > div,
  .grey-aside-wrapper > div {
    display: block;
  }
}
.big-banners .aside-left,
.big-banners .aside-right,
.grey-aside-wrapper .aside-left,
.grey-aside-wrapper .aside-right {
  background: #edf1f2;
  height: 100vh;
}
body.esports .big-banners .aside-left,
body.esports .big-banners .aside-right,
body.esports .grey-aside-wrapper .aside-left,
body.esports .grey-aside-wrapper .aside-right {
  background: #0c0c0d;
}
body.tip .big-banners .aside-left,
body.tip .big-banners .aside-right,
body.tip .grey-aside-wrapper .aside-left,
body.tip .grey-aside-wrapper .aside-right {
  background: transparent;
}
.big-banners .big-banners-left,
.big-banners .big-banners-right,
.grey-aside-wrapper .big-banners-left,
.grey-aside-wrapper .big-banners-right {
  z-index: 0;
  height: 1080px;
}
.big-banners .aside-left,
.big-banners .big-banners-left,
.grey-aside-wrapper .aside-left,
.grey-aside-wrapper .big-banners-left {
  left: 50%;
  margin-left: -850px;
}
@media (min-width: 1390px) {
  .big-banners .aside-left,
  .big-banners .big-banners-left,
  .grey-aside-wrapper .aside-left,
  .grey-aside-wrapper .big-banners-left {
    right: calc(100% - 185px);
    margin-left: 0;
    left: auto;
  }
}
@media (min-width: 1587px) {
  .big-banners .aside-left,
  .big-banners .big-banners-left,
  .grey-aside-wrapper .aside-left,
  .grey-aside-wrapper .big-banners-left {
    left: 50%;
    right: auto;
    margin-left: -960px;
  }
}
.big-banners .aside-right,
.big-banners .big-banners-right,
.grey-aside-wrapper .aside-right,
.grey-aside-wrapper .big-banners-right {
  right: 50%;
  margin-right: -850px;
}
@media (min-width: 1390px) {
  .big-banners .aside-right,
  .big-banners .big-banners-right,
  .grey-aside-wrapper .aside-right,
  .grey-aside-wrapper .big-banners-right {
    left: calc(100% - 185px);
    right: auto;
    margin-right: 0;
  }
}
@media (min-width: 1587px) {
  .big-banners .aside-right,
  .big-banners .big-banners-right,
  .grey-aside-wrapper .aside-right,
  .grey-aside-wrapper .big-banners-right {
    right: 50%;
    left: auto;
    margin-right: -960px;
  }
}
.tf-full-branding-wrapper {
  display: none;
}
@media (min-width: 995px) {
  .tf-full-branding-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 8.3333%;
  }
}
.tf-full-branding-wrapper .banner-placeholder-tf-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tf-full-branding-wrapper .banner-placeholder-tf-full-scrollable {
  background: #edf1f2;
}
body.esports .tf-full-branding-wrapper .banner-placeholder-tf-full-scrollable {
  background: #18181a;
}
.tf-full-branding-wrapper .banner-placeholder-tf-full-scrollable.scroll {
  position: fixed;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tf-full-branding-wrapper
  .banner-placeholder-tf-full-scrollable.scroll
  .banner-placeholder-tf-full-scrollable-inner {
  width: 100%;
  height: 0;
  padding-bottom: 8.3333%;
  position: relative;
}
.aside-banner-wrapper {
  margin: 0 auto;
  text-align: center;
  display: none;
  clear: both;
}
@media (min-width: 995px) {
  .aside-banner-wrapper {
    display: block;
  }
}
.aside-banner-wrapper > div:not(:empty),
.aside-banner-wrapper > ins:not(:empty) {
  margin-bottom: 3.22754% !important;
}
@media (min-width: 850px) {
  .aside-banner-wrapper > div:not(:empty),
  .aside-banner-wrapper > ins:not(:empty) {
    margin-bottom: 6.66862% !important;
  }
}
@media (min-width: 1390px) {
  .aside-banner-wrapper > div:not(:empty),
  .aside-banner-wrapper > ins:not(:empty) {
    margin-bottom: 8.335% !important;
  }
}
.aside-banner-wrapper.banner-placeholder-text {
  min-height: 250px;
  width: 300px;
  display: none;
  margin-bottom: 3.22754% !important;
}
@media (min-width: 850px) {
  .aside-banner-wrapper.banner-placeholder-text {
    margin-bottom: 6.66862% !important;
  }
}
@media (min-width: 1390px) {
  .aside-banner-wrapper.banner-placeholder-text {
    margin-bottom: 8.335% !important;
  }
}
.aside-banner-wrapper.banner-placeholder-text > div:not(:empty),
.aside-banner-wrapper.banner-placeholder-text > ins:not(:empty) {
  margin-bottom: 0 !important;
}
@media (min-width: 995px) {
  .aside-banner-wrapper.banner-placeholder-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
.aside-banner-wrapper div {
  margin: 0 auto !important;
}
.aside-banner-wrapper img {
  width: auto;
}
.telegraf-bilbord-wrapper {
  display: none;
}
.telegraf-bilbord-wrapper.large {
  text-align: center;
  display: none;
}
@media (min-width: 995px) {
  .telegraf-bilbord-wrapper.large {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 970px;
    min-height: 250px;
    margin: 0 auto;
    margin-bottom: 2.04121% !important;
  }
}
@media (min-width: 995px) and (min-width: 1390px) {
  .telegraf-bilbord-wrapper.large {
    margin-bottom: 2.5% !important;
  }
}
@media (min-width: 995px) {
  .telegraf-bilbord-wrapper.large div {
    margin: 0 auto !important;
  }
  .telegraf-bilbord-wrapper.large canvas,
  .telegraf-bilbord-wrapper.large img,
  .telegraf-bilbord-wrapper.large object {
    display: block;
    box-sizing: content-box;
  }
}
.telegraf-bilbord-wrapper.large img {
  margin: 0 auto;
}
.gam-desktop-position,
.gam-mobile-and-desktop-position,
.gam-mobile-position {
  text-align: center;
  clear: both;
}
.gam-desktop-position > div:not(:empty),
.gam-desktop-position > ins,
.gam-mobile-and-desktop-position > div:not(:empty),
.gam-mobile-and-desktop-position > ins,
.gam-mobile-position > div:not(:empty),
.gam-mobile-position > ins {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .gam-desktop-position > div:not(:empty),
  .gam-desktop-position > ins,
  .gam-mobile-and-desktop-position > div:not(:empty),
  .gam-mobile-and-desktop-position > ins,
  .gam-mobile-position > div:not(:empty),
  .gam-mobile-position > ins {
    margin-bottom: 3.22754%;
    margin-top: 3.22754%;
  }
}
@media (min-width: 600px) and (min-width: 1390px) {
  .gam-desktop-position > div:not(:empty),
  .gam-desktop-position > ins,
  .gam-mobile-and-desktop-position > div:not(:empty),
  .gam-mobile-and-desktop-position > ins,
  .gam-mobile-position > div:not(:empty),
  .gam-mobile-position > ins {
    margin-bottom: 4.00093%;
    margin-top: 4.00093%;
  }
}
@media (min-width: 995px) {
  .gam-mobile-position {
    display: none;
  }
}
.gam-mobile-position.header-banner.banner-placeholder-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: initial;
  min-height: 250px;
  margin-bottom: 1rem;
}
.gam-mobile-position.header-banner.banner-placeholder-text > div:not(:empty),
.gam-mobile-position.header-banner.banner-placeholder-text > ins {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 995px) {
  .gam-mobile-position.header-banner.banner-placeholder-text {
    display: none;
  }
}
.single-article .gam-mobile-position.header-banner.banner-placeholder-text {
  min-height: 250px;
  margin-bottom: 1rem;
}
.gam-desktop-position {
  display: none;
}
@media (min-width: 995px) {
  .gam-desktop-position {
    display: block;
  }
}
.in-focus-banner {
  clear: both;
}
.in-focus-banner > div:not(:empty),
.in-focus-banner > ins {
  margin-top: 0;
  margin-bottom: 5.26316%;
}
@media (min-width: 600px) {
  .in-focus-banner > div:not(:empty),
  .in-focus-banner > ins {
    margin-bottom: 3.22754%;
    margin-top: 0;
  }
}
@media (min-width: 1390px) {
  .in-focus-banner > div:not(:empty),
  .in-focus-banner > ins {
    margin-bottom: 4.00093%;
    margin-top: 0;
  }
}
.banner-placeholder,
.banner-placeholder-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-placeholder,
.banner-placeholder > div:not(:empty) {
  flex-shrink: 0;
  flex-grow: 1;
}
.banner-placeholder-text,
.banner-placeholder-text-tf-full,
.banner-placeholder-tf-full-scrollable.scroll {
  background: #edf1f2;
}
body.esports .banner-placeholder-text,
body.esports .banner-placeholder-text-tf-full,
body.esports .banner-placeholder-tf-full-scrollable.scroll {
  background: #18181a;
}
.banner-placeholder-text-tf-full:before,
.banner-placeholder-text:before,
.banner-placeholder-tf-full-scrollable.scroll:before {
  position: absolute;
  padding-top: 30px;
  width: 100%;
  content: attr(data-banner-placeholder);
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #999fa9;
  font-size: 0.75rem;
  background-image: url(./logo_grey.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 120px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 995px) {
  .banner-placeholder-text-tf-full:before,
  .banner-placeholder-text:before,
  .banner-placeholder-tf-full-scrollable.scroll:before {
    font-size: 12px;
  }
}
body.esports .banner-placeholder-text-tf-full:before,
body.esports .banner-placeholder-text:before,
body.esports .banner-placeholder-tf-full-scrollable.scroll:before {
  color: #b4bac1;
}
.footer-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.footer-sticky > div:not(:empty),
.footer-sticky > ins {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.footer-sticky .close-icon {
  bottom: calc(100% + 1px);
  right: 0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  background: rgba(12, 12, 13, 0.6);
}
.footer-sticky .close-icon span {
  background: #fff;
  height: 2px;
  width: 50%;
  top: 10px;
  left: 6px;
}
#qc-cmp2-persistent-link {
  z-index: 1;
}
.add-to-homescreen-wrapper .add-button {
  position: absolute;
  top: 23px;
  width: 26px;
  right: calc(2.0412% + 62px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.add-to-homescreen-wrapper .add-button svg {
  display: block;
  overflow: visible;
  fill: #0c0c0d;
}
body.black-theme .add-to-homescreen-wrapper .add-button svg,
body.esports .add-to-homescreen-wrapper .add-button svg,
body.tip .add-to-homescreen-wrapper .add-button svg {
  fill: #fff;
}
@media (min-width: 995px) {
  .add-to-homescreen-wrapper .add-button {
    display: none !important;
  }
}
.safariPWA-prompt-wrapper {
  display: none;
}
