/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1em; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

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

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

* {
  box-sizing: border-box; }

body {
  font-family: Rubik, sans-serif;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto; }

.logged-in-only {
  display: none !important; }

.logged-out-only {
  display: none !important; }

.button-primary {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 25px;
  background: #f83d44;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  border: none; }
  .button-primary:focus {
    outline: 0; }

.button-likes {
  cursor: pointer;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px 40px 15px 40px;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.13);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  color: #989898;
  font-size: 24px;
  font-weight: 500; }
  .button-likes img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    height: 24px;
    margin-right: 10px; }
  .button-likes .likes-count {
    margin-left: 10px; }
  .button-likes.clicked {
    background-color: #f83d44;
    color: white; }
    .button-likes.clicked img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1);
      opacity: 1; }

/*Balls Spinner*/
.spinner {
  animation: spinner-animate 1s linear infinite;
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  display: none; }
  .spinner.top-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px; }
  .spinner.left {
    right: 30%; }
    @media (max-width: 768px) {
      .spinner.left {
        right: 0; } }

.spinner:before {
  border-radius: 50%;
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fcb9b4;
  position: absolute;
  top: 0;
  left: 0;
  animation: spinner-animate-before 1s ease-in-out infinite; }

.spinner:after {
  border-radius: 50%;
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #d6d6d6;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: spinner-animate-after 1s ease-in-out infinite; }

/*Balls Spinner Animation*/
@keyframes spinner-animate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner-animate-before {
  0% {
    transform: translate(-5px, -5px); }
  50% {
    transform: translate(0px, 0px); }
  100% {
    transform: translate(-5px, -5px); } }

@keyframes spinner-animate-after {
  0% {
    transform: translate(5px, 5px); }
  50% {
    transform: translate(0px, 0px); }
  100% {
    transform: translate(5px, 5px); } }

* {
  box-sizing: border-box; }

body {
  font-family: Rubik, sans-serif;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto; }

.logged-in-only {
  display: none !important; }

.logged-out-only {
  display: none !important; }

.header-wrapper {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.2);
  border-top: 4px solid #f83d44;
  background-color: #fff; }
  @media (max-width: 768px) {
    .header-wrapper {
      height: 50px;
      background-color: #f83d44;
      border-top: none;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -moz-transition: transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      -webkit-transition: transform 0.3s ease;
      transition: transform 0.3s ease; }
      .header-wrapper.hidden {
        -moz-transform: translateY(-46px);
        -o-transform: translateY(-46px);
        -ms-transform: translateY(-46px);
        -webkit-transform: translateY(-46px);
        transform: translateY(-46px); } }
  .header-wrapper .header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1283px;
    padding: 0 31.5px;
    height: 59px;
    max-width: 100%;
    width: 1283px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .header-wrapper .header {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      .header-wrapper .header {
        height: 50px;
        justify-content: space-between; } }
    .header-wrapper .header > *:not(:first-child) {
      margin-left: 31.5px; }
      @media (max-width: 768px) {
        .header-wrapper .header > *:not(:first-child) {
          margin-left: 5px; } }
    .header-wrapper .header > *:not(:last-child) {
      margin-right: 31.5px; }
      @media (max-width: 768px) {
        .header-wrapper .header > *:not(:last-child) {
          margin-right: 5px; } }
    .header-wrapper .header .logo {
      margin-right: auto; }
      @media (max-width: 768px) {
        .header-wrapper .header .logo img {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
          width: 100px; } }
    .header-wrapper .header a {
      font-size: 16px;
      color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 768px) {
        .header-wrapper .header a {
          color: white; } }
    .header-wrapper .header .create-link {
      color: #f83d44; }
      @media (max-width: 768px) {
        .header-wrapper .header .create-link {
          display: none !important; } }
    .header-wrapper .header #user-details {
      display: flex;
      align-items: center; }
      .header-wrapper .header #user-details .avatar {
        border-radius: 100%;
        width: 30px;
        height: 30px;
        margin: 0 10px;
        object-fit: cover; }
      .header-wrapper .header #user-details .name {
        font-weight: 500; }
        @media (max-width: 768px) {
          .header-wrapper .header #user-details .name {
            display: none !important; } }
    .header-wrapper .header #header-menu-switch img {
      width: 19px; }
      @media (max-width: 768px) {
        .header-wrapper .header #header-menu-switch img {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
          margin-left: 10px;
          width: 17px; } }

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: local("Rubik Light"), local("Rubik-Light"), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Fqj2md8WA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local("Rubik"), local("Rubik-Regular"), url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local("Rubik Medium"), local("Rubik-Medium"), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: local("Rubik Bold"), local("Rubik-Bold"), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7F6iGmd8WA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 200;
  src: local("Neuton ExtraLight"), local("Neuton-ExtraLight"), url(https://fonts.gstatic.com/s/neuton/v10/UMBQrPtMoH62xUZKAKkvfQr4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 300;
  src: local("Neuton Light"), local("Neuton-Light"), url(https://fonts.gstatic.com/s/neuton/v10/UMBQrPtMoH62xUZKZKovfQr4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  src: local("Neuton Regular"), local("Neuton-Regular"), url(https://fonts.gstatic.com/s/neuton/v10/UMBTrPtMoH62xUZCz4g6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 700;
  src: local("Neuton Bold"), local("Neuton-Bold"), url(https://fonts.gstatic.com/s/neuton/v10/UMBQrPtMoH62xUZKdK0vfQr4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.campaign-bar-wrapper {
  /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)*/
  /* HTML5 display-role reset for older browsers */ }
  .campaign-bar-wrapper html, .campaign-bar-wrapper body, .campaign-bar-wrapper div, .campaign-bar-wrapper span, .campaign-bar-wrapper applet, .campaign-bar-wrapper object, .campaign-bar-wrapper iframe, .campaign-bar-wrapper h1, .campaign-bar-wrapper h2, .campaign-bar-wrapper h3, .campaign-bar-wrapper h4, .campaign-bar-wrapper h5, .campaign-bar-wrapper h6, .campaign-bar-wrapper p, .campaign-bar-wrapper blockquote, .campaign-bar-wrapper pre, .campaign-bar-wrapper a, .campaign-bar-wrapper abbr, .campaign-bar-wrapper acronym, .campaign-bar-wrapper address, .campaign-bar-wrapper big, .campaign-bar-wrapper cite, .campaign-bar-wrapper code, .campaign-bar-wrapper del, .campaign-bar-wrapper dfn, .campaign-bar-wrapper em, .campaign-bar-wrapper img, .campaign-bar-wrapper ins, .campaign-bar-wrapper kbd, .campaign-bar-wrapper q, .campaign-bar-wrapper s, .campaign-bar-wrapper samp, .campaign-bar-wrapper small, .campaign-bar-wrapper strike, .campaign-bar-wrapper strong, .campaign-bar-wrapper sub, .campaign-bar-wrapper sup, .campaign-bar-wrapper tt, .campaign-bar-wrapper var, .campaign-bar-wrapper b, .campaign-bar-wrapper u, .campaign-bar-wrapper i, .campaign-bar-wrapper center, .campaign-bar-wrapper dl, .campaign-bar-wrapper dt, .campaign-bar-wrapper dd, .campaign-bar-wrapper ol, .campaign-bar-wrapper ul, .campaign-bar-wrapper li, .campaign-bar-wrapper fieldset, .campaign-bar-wrapper form, .campaign-bar-wrapper label, .campaign-bar-wrapper legend, .campaign-bar-wrapper table, .campaign-bar-wrapper caption, .campaign-bar-wrapper tbody, .campaign-bar-wrapper tfoot, .campaign-bar-wrapper thead, .campaign-bar-wrapper tr, .campaign-bar-wrapper th, .campaign-bar-wrapper td, .campaign-bar-wrapper article, .campaign-bar-wrapper aside, .campaign-bar-wrapper canvas, .campaign-bar-wrapper details, .campaign-bar-wrapper embed, .campaign-bar-wrapper figure, .campaign-bar-wrapper figcaption, .campaign-bar-wrapper footer, .campaign-bar-wrapper header, .campaign-bar-wrapper hgroup, .campaign-bar-wrapper menu, .campaign-bar-wrapper nav, .campaign-bar-wrapper output, .campaign-bar-wrapper ruby, .campaign-bar-wrapper section, .campaign-bar-wrapper summary, .campaign-bar-wrapper time, .campaign-bar-wrapper mark, .campaign-bar-wrapper audio, .campaign-bar-wrapper video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1em; }
  .campaign-bar-wrapper article, .campaign-bar-wrapper aside, .campaign-bar-wrapper details, .campaign-bar-wrapper figcaption, .campaign-bar-wrapper figure, .campaign-bar-wrapper footer, .campaign-bar-wrapper header, .campaign-bar-wrapper hgroup, .campaign-bar-wrapper menu, .campaign-bar-wrapper nav, .campaign-bar-wrapper section {
    display: block; }
  .campaign-bar-wrapper body {
    line-height: 1; }
  .campaign-bar-wrapper ol, .campaign-bar-wrapper ul {
    list-style: none; }
  .campaign-bar-wrapper blockquote, .campaign-bar-wrapper q {
    quotes: none; }
  .campaign-bar-wrapper blockquote:before, .campaign-bar-wrapper blockquote:after {
    content: '';
    content: none; }
  .campaign-bar-wrapper q:before, .campaign-bar-wrapper q:after {
    content: '';
    content: none; }
  .campaign-bar-wrapper table {
    border-collapse: collapse;
    border-spacing: 0; }
  .campaign-bar-wrapper a {
    text-decoration: none; }
  .campaign-bar-wrapper * {
    box-sizing: border-box; }

.campaign-bar-spacer {
  height: 63px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .campaign-bar-spacer {
      height: 50px; } }

.campaign-bar-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.2);
  border-top: 4px solid;
  font-family: 'Rubik', sans-serif; }
  @media (max-width: 768px) {
    .campaign-bar-wrapper {
      height: 50px;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -moz-transition: transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      -webkit-transition: transform 0.3s ease;
      transition: transform 0.3s ease; }
      .campaign-bar-wrapper.hidden {
        -moz-transform: translateY(-46px);
        -o-transform: translateY(-46px);
        -ms-transform: translateY(-46px);
        -webkit-transform: translateY(-46px);
        transform: translateY(-46px); } }
  .campaign-bar-wrapper .campaign-bar {
    margin-left: auto;
    margin-right: auto;
    max-width: 1283px;
    padding: 0 31.5px;
    height: 59px;
    max-width: 100%;
    width: 1283px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .campaign-bar-wrapper .campaign-bar {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      .campaign-bar-wrapper .campaign-bar {
        height: 50px;
        justify-content: space-between; } }
    .campaign-bar-wrapper .campaign-bar > * {
      font-weight: 100; }
      .campaign-bar-wrapper .campaign-bar > *:not(:first-child) {
        margin-left: 15.75px; }
        @media (max-width: 768px) {
          .campaign-bar-wrapper .campaign-bar > *:not(:first-child) {
            margin-left: 2.5px; } }
      .campaign-bar-wrapper .campaign-bar > *:not(:last-child) {
        margin-right: 15.75px; }
        @media (max-width: 768px) {
          .campaign-bar-wrapper .campaign-bar > *:not(:last-child) {
            margin-right: 2.5px; } }
    @media (max-width: 768px) {
      .campaign-bar-wrapper .campaign-bar .logo img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        width: 100px; } }
    .campaign-bar-wrapper .campaign-bar .spacer {
      margin-right: auto; }
    .campaign-bar-wrapper .campaign-bar a:not(.create-link) {
      font-size: 16px;
      color: inherit; }
    @media (max-width: 768px) {
      .campaign-bar-wrapper .campaign-bar > a:not(#campaign-mobile-menu-switch):not(.logo) {
        display: none !important; } }
    .campaign-bar-wrapper .campaign-bar > a:not(.logo):not(#campaign-mobile-menu-switch) {
      align-self: stretch;
      display: flex;
      align-items: center; }
      .campaign-bar-wrapper .campaign-bar > a:not(.logo):not(#campaign-mobile-menu-switch):hover {
        border-bottom: 4px solid white;
        padding-top: 4px; }
    .campaign-bar-wrapper .campaign-bar #user-details {
      display: flex;
      align-items: center; }
      .campaign-bar-wrapper .campaign-bar #user-details .avatar {
        border-radius: 100%;
        width: 30px;
        height: 30px;
        margin: 0 10px;
        object-fit: cover; }
      .campaign-bar-wrapper .campaign-bar #user-details .name {
        font-weight: 500; }
        @media (max-width: 768px) {
          .campaign-bar-wrapper .campaign-bar #user-details .name {
            display: none !important; } }
    .campaign-bar-wrapper .campaign-bar #campaign-menu-switch {
      display: flex;
      align-items: center; }
      .campaign-bar-wrapper .campaign-bar #campaign-menu-switch svg {
        margin-left: 10px; }
    .campaign-bar-wrapper .campaign-bar #campaign-menu-wrapper {
      align-self: stretch;
      display: flex;
      align-items: center;
      margin-left: 0;
      padding: 0 15px;
      cursor: pointer; }
      @media (max-width: 768px) {
        .campaign-bar-wrapper .campaign-bar #campaign-menu-wrapper {
          display: none !important; } }
      .campaign-bar-wrapper .campaign-bar #campaign-menu-wrapper #campaign-menu {
        position: absolute;
        margin-left: -15px;
        top: 100%;
        background-color: #fff;
        display: none; }
      .campaign-bar-wrapper .campaign-bar #campaign-menu-wrapper:hover {
        background-color: #fff;
        color: rgba(0, 0, 0, 0.9);
        filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3)); }
        .campaign-bar-wrapper .campaign-bar #campaign-menu-wrapper:hover #campaign-menu {
          display: block; }
  .campaign-bar-wrapper #campaign-mobile-menu a, .campaign-bar-wrapper #campaign-mobile-menu .spacer, .campaign-bar-wrapper #campaign-menu a, .campaign-bar-wrapper #campaign-menu .spacer {
    color: rgba(0, 0, 0, 0.9);
    min-width: 350px;
    padding: 20px 15px;
    display: flex; }
    .campaign-bar-wrapper #campaign-mobile-menu a:after, .campaign-bar-wrapper #campaign-mobile-menu .spacer:after, .campaign-bar-wrapper #campaign-menu a:after, .campaign-bar-wrapper #campaign-menu .spacer:after {
      content: url(https://static.blogg.se/start/img/arrow-right.svg);
      flex: 0 0 auto;
      margin-left: auto;
      width: 1em;
      height: 1em; }
    .campaign-bar-wrapper #campaign-mobile-menu a:not(:first-child), .campaign-bar-wrapper #campaign-mobile-menu .spacer:not(:first-child), .campaign-bar-wrapper #campaign-menu a:not(:first-child), .campaign-bar-wrapper #campaign-menu .spacer:not(:first-child) {
      border-top: 2px solid #f9f9f9; }
  @media (min-width: 769px) {
    .campaign-bar-wrapper #campaign-mobile-menu-switch {
      display: none !important; } }
  .campaign-bar-wrapper #campaign-mobile-menu-switch svg {
    flex: 0 0 auto;
    margin-left: auto;
    width: 32px;
    height: 22px; }
  .campaign-bar-wrapper #campaign-mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    display: none; }
    .campaign-bar-wrapper #campaign-mobile-menu a {
      width: 100%; }
    .campaign-bar-wrapper #campaign-mobile-menu .spacer {
      padding-bottom: 5px;
      padding-top: 5px;
      color: #989898; }
      .campaign-bar-wrapper #campaign-mobile-menu .spacer:after {
        content: none; }

#header-menu-background, #login-menu-background {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 4px;
  z-index: -1;
  bottom: 0;
  opacity: 0;
  transition: opacity ease 1s, visibility ease 1s;
  visibility: hidden; }
  #header-menu-background.visible, #login-menu-background.visible {
    z-index: 5;
    opacity: 1;
    visibility: visible; }

#header-menu, #login-menu {
  width: 457px;
  position: fixed;
  z-index: 10;
  height: 100vh;
  right: -457px;
  top: 4px;
  text-align: left;
  padding: 70px 60px 10px 60px;
  background: #fff;
  transition: all ease 0.4s;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    #header-menu, #login-menu {
      top: 0;
      width: 100%;
      padding: 30px 50px 10px 50px;
      right: -100%; } }
  #header-menu.visible, #login-menu.visible {
    right: 0; }
  #header-menu .header-menu-link, #login-menu .header-menu-link {
    display: block;
    line-height: 60px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.9);
    white-space: nowrap;
    margin-right: 20px; }
    @media (max-width: 768px) {
      #header-menu .header-menu-link, #login-menu .header-menu-link {
        font-size: 20px;
        line-height: 40px;
        margin-right: 0; } }
    #header-menu .header-menu-link img, #login-menu .header-menu-link img {
      height: 19px;
      margin-left: 11px; }
    #header-menu .header-menu-link.border, #login-menu .header-menu-link.border {
      border-bottom: 1px solid #000000;
      margin-bottom: 22px;
      padding-bottom: 22px; }
    #header-menu .header-menu-link.with-icon img, #login-menu .header-menu-link.with-icon img {
      height: 19px;
      margin-left: 11px; }
    #header-menu .header-menu-link.close, #login-menu .header-menu-link.close {
      position: absolute;
      right: 20px;
      top: 12px; }
      #header-menu .header-menu-link.close img, #login-menu .header-menu-link.close img {
        width: 31px;
        height: 31px; }
    #header-menu .header-menu-link.social, #login-menu .header-menu-link.social {
      margin-top: 25px;
      display: inline-block; }
      #header-menu .header-menu-link.social img, #login-menu .header-menu-link.social img {
        height: 26px; }

* {
  box-sizing: border-box; }

body {
  font-family: Rubik, sans-serif;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto; }

.logged-in-only {
  display: none !important; }

.logged-out-only {
  display: none !important; }

.ad {
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  justify-content: center; }

* {
  box-sizing: border-box; }

body {
  font-family: Rubik, sans-serif;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto; }

.logged-in-only {
  display: none !important; }

.logged-out-only {
  display: none !important; }

.header-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 1283px;
  padding: 0 31.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 400;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .header-info {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 768px) {
    .header-info {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 15px; }
      .header-info a {
        font-size: 11px;
        margin-top: 10px; } }
  .header-info b {
    font-weight: 500; }
  .header-info > * {
    margin: 0 10px; }

* {
  box-sizing: border-box; }

body {
  font-family: Rubik, sans-serif;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto; }

.logged-in-only {
  display: none !important; }

.logged-out-only {
  display: none !important; }

#exclusive {
  margin-left: auto;
  margin-right: auto;
  max-width: 1283px;
  padding: 0 31.5px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    #exclusive {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 768px) {
    #exclusive {
      padding-left: 0;
      padding-right: 0; } }
  #exclusive article > a {
    background-color: #fff;
    display: flex;
    height: 350px; }
    @media (max-width: 768px) {
      #exclusive article > a {
        height: 400px;
        flex-direction: column;
        border-radius: 6px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 5px;
        box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.13);
        min-height: 0; } }
  #exclusive article .image {
    flex: 1 1 55%;
    max-width: 55%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    display: inline-block; }
    @media (max-width: 768px) {
      #exclusive article .image {
        height: auto;
        max-height: 200px;
        max-width: none;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px; } }
  #exclusive article .item-content {
    margin: 40px 20px 20px 20px;
    flex: 1 1 45%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      #exclusive article .item-content {
        max-width: 45%; } }
    @media (max-width: 768px) {
      #exclusive article .item-content {
        margin: 10px; } }
    #exclusive article .item-content .title {
      color: rgba(0, 0, 0, 0.9);
      font-size: 32px;
      font-weight: 100;
      width: 90%; }
      @media (max-width: 768px) {
        #exclusive article .item-content .title {
          font-size: 18px;
          width: 100%; } }
    #exclusive article .item-content .excerpt {
      color: #989898;
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 300;
      width: 90%;
      line-height: 1.5;
      overflow: hidden;
      max-height: 70px; }
      @media (max-width: 768px) {
        #exclusive article .item-content .excerpt {
          font-size: 12px;
          width: 100%;
          flex: 1 1 auto; } }
    #exclusive article .item-content .author .avatar, #exclusive article .item-content .author .presented-by-image {
      width: 40px;
      height: 40px; }
      @media (max-width: 768px) {
        #exclusive article .item-content .author .avatar, #exclusive article .item-content .author .presented-by-image {
          width: 24px;
          height: 24px; } }
    #exclusive article .item-content .author .avatar {
      border-radius: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
    #exclusive article .item-content .author .name {
      margin-left: 10px;
      color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 768px) {
        #exclusive article .item-content .author .name {
          font-size: 10px; } }
    #exclusive article .item-content .item-footer {
      width: 90%;
      margin-top: auto;
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        #exclusive article .item-content .item-footer {
          margin-bottom: 0; } }
    #exclusive article .item-content .likes {
      margin-left: auto;
      white-space: nowrap;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.5;
      color: #f83d44; }
      @media (max-width: 768px) {
        #exclusive article .item-content .likes {
          font-size: 10px; } }
      #exclusive article .item-content .likes:hover, #exclusive article .item-content .likes.clicked {
        opacity: 1;
        filter: none;
        -webkit-filter: none; }
      #exclusive article .item-content .likes img {
        height: 12px; }
        @media (max-width: 768px) {
          #exclusive article .item-content .likes img {
            height: 10px;
            width: auto;
            margin-right: 3px; } }
    #exclusive article .item-content .author, #exclusive article .item-content .likes {
      display: flex;
      align-items: center; }
  #exclusive .prev, #exclusive .next, #exclusive .owl-prev, #exclusive .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    outline: 0; }
    #exclusive .prev::-moz-focus-inner, #exclusive .next::-moz-focus-inner, #exclusive .owl-prev::-moz-focus-inner, #exclusive .owl-next::-moz-focus-inner {
      border: none; }
    @media (max-width: 768px) {
      #exclusive .prev, #exclusive .next, #exclusive .owl-prev, #exclusive .owl-next {
        display: none; } }
  #exclusive .prev, #exclusive .next {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    #exclusive .prev img, #exclusive .next img {
      height: 37px;
      width: 22px; }
  #exclusive .prev, #exclusive .owl-prev {
    left: 0; }
  #exclusive .next, #exclusive .owl-next {
    right: 0; }
  #exclusive .owl-dots {
    display: none; }

* {
  box-sizing: border-box; }

body {
  font-family: Rubik, sans-serif;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto; }

.logged-in-only {
  display: none !important; }

.logged-out-only {
  display: none !important; }

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1283px;
  padding: 0 31.5px; }
  @media (max-width: 768px) {
    .content {
      padding-left: 10px;
      padding-right: 10px; } }
  .content .categories-menu {
    max-width: 66%;
    display: flex; }
    @media (max-width: 768px) {
      .content .categories-menu {
        max-width: none;
        position: relative; }
        .content .categories-menu:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 80px;
          pointer-events: none;
          background-image: -webkit-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
          background-image: -o-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
          background-image: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00F9F9F9', endColorstr='#FFF9F9F9', GradientType=1); } }
    .content .categories-menu .categories-links {
      display: inline-flex;
      flex-wrap: wrap;
      height: 26px;
      overflow: hidden; }
      @media (max-width: 768px) {
        .content .categories-menu .categories-links {
          height: auto;
          overflow-x: scroll;
          flex-wrap: nowrap;
          margin: -20px 0;
          padding: 20px 0; }
          .content .categories-menu .categories-links:after {
            content: "";
            position: static;
            display: inline-block;
            width: 80px;
            min-width: 80px; } }
      .content .categories-menu .categories-links a {
        color: rgba(0, 0, 0, 0.9);
        font-weight: 300;
        white-space: nowrap;
        margin: 0 20px 20px 0;
        line-height: 25px;
        cursor: pointer; }
        .content .categories-menu .categories-links a.active {
          color: #f83d44;
          border-bottom: 1px solid #f83d44;
          font-weight: 500; }
    .content .categories-menu.full .categories-links {
      height: auto;
      overflow: auto; }
    .content .categories-menu .expander {
      flex: 0 0 auto;
      text-transform: uppercase;
      line-height: 25px;
      color: #333538;
      font-size: 12px;
      display: inline-block;
      cursor: pointer;
      font-weight: 300; }
      @media (max-width: 768px) {
        .content .categories-menu .expander {
          display: none !important; } }
      .content .categories-menu .expander img {
        width: 12px;
        margin-bottom: 2px;
        opacity: 0.25;
        transition: transform 0.5s; }
    .content .categories-menu.full .expander img {
      -moz-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      transform: scaleY(-1);
      -ms-filter: flipv;
      filter: flipv; }
  .content .categories-content {
    margin: 40px -1.16667% 0 -1.16667%;
    position: relative;
    z-index: 0; }
    @media (max-width: 768px) {
      .content .categories-content {
        margin-top: 10px; } }
    .content .categories-content #articles {
      opacity: 1;
      transition: opacity ease 0.5s; }
      .content .categories-content #articles.fade {
        opacity: 0; }
      .content .categories-content #articles .right-panel {
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        margin: 1.16667%; }
        @media (max-width: 768px) {
          .content .categories-content #articles .right-panel .login {
            display: none !important; } }
        @media (max-width: 1100px) {
          .content .categories-content #articles .right-panel {
            width: 31%; } }
        @media (max-width: 768px) {
          .content .categories-content #articles .right-panel {
            left: 0;
            width: auto;
            top: calc(100% - -100px); } }
      .content .categories-content #articles article {
        background-color: #fff;
        font-weight: 300; }
        @media (max-width: 768px) {
          .content .categories-content #articles article {
            width: 48%;
            margin: 1vw 1%;
            border-radius: 6px; } }
        .content .categories-content #articles article .avatar, .content .categories-content #articles article .presented-by-image {
          width: 30px;
          height: 30px;
          flex: 0 0 auto; }
        .content .categories-content #articles article .avatar {
          border-radius: 100%;
          object-fit: cover; }
        .content .categories-content #articles article .image {
          width: 100%;
          height: auto; }
        .content .categories-content #articles article .author {
          padding: 10px;
          display: flex;
          align-items: center; }
        .content .categories-content #articles article .blogname {
          color: #333538;
          font-size: 14px;
          margin: 10px;
          min-width: 0;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media (max-width: 768px) {
            .content .categories-content #articles article .blogname {
              font-size: 10px; } }
        .content .categories-content #articles article .article-info {
          padding: 10px;
          display: flex;
          flex-wrap: wrap; }
        .content .categories-content #articles article .likes, .content .categories-content #articles article .likes-mobile {
          margin-left: auto;
          white-space: nowrap;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          opacity: 0.5;
          color: #f83d44;
          cursor: pointer; }
          @media (max-width: 768px) {
            .content .categories-content #articles article .likes, .content .categories-content #articles article .likes-mobile {
              font-size: 10px; } }
          .content .categories-content #articles article .likes:hover, .content .categories-content #articles article .likes.clicked, .content .categories-content #articles article .likes-mobile:hover, .content .categories-content #articles article .likes-mobile.clicked {
            opacity: 1;
            filter: none;
            -webkit-filter: none; }
          .content .categories-content #articles article .likes img, .content .categories-content #articles article .likes-mobile img {
            height: 12px;
            margin-right: 3px;
            pointer-events: none; }
            @media (max-width: 768px) {
              .content .categories-content #articles article .likes img, .content .categories-content #articles article .likes-mobile img {
                height: 7px; } }
        @media (max-width: 768px) {
          .content .categories-content #articles article .likes {
            display: none !important; } }
        @media (min-width: 769px) {
          .content .categories-content #articles article .likes-mobile {
            display: none !important; } }
        .content .categories-content #articles article .articlepage {
          font-size: 12px;
          text-transform: uppercase;
          color: #f83d44; }
        .content .categories-content #articles article .date {
          font-size: 14px;
          color: #989898; }
          @media (max-width: 768px) {
            .content .categories-content #articles article .date {
              font-size: 10px; } }
        .content .categories-content #articles article .title {
          padding-top: 10px;
          color: rgba(0, 0, 0, 0.9);
          line-height: 1.33em;
          width: 100%; }
          @media (max-width: 768px) {
            .content .categories-content #articles article .title {
              font-size: 12px; } }
      .content .categories-content #articles article {
        width: 31%;
        margin: 10px 1.16667%;
        box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.13);
        border-radius: 3px; }
        .content .categories-content #articles article:hover {
          opacity: 0.8; }
        @media (max-width: 768px) {
          .content .categories-content #articles article {
            margin-top: 1.16667vw;
            margin-bottom: 1.16667vw;
            width: 47%; } }
  .content .fetch-more {
    text-align: center;
    text-transform: uppercase;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; }
    .content .fetch-more, .content .fetch-more:visited, .content .fetch-more:active, .content .fetch-more:hover {
      color: rgba(0, 0, 0, 0.9); }
    .content .fetch-more img {
      width: 12px;
      opacity: 0.15; }
  .content .right-panel-spacer {
    height: 0; }

.button-primary {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 25px;
  background: #f83d44;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  border: none; }
  .button-primary:focus {
    outline: 0; }

.button-likes {
  cursor: pointer;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px 40px 15px 40px;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.13);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  color: #989898;
  font-size: 24px;
  font-weight: 500; }
  .button-likes img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    height: 24px;
    margin-right: 10px; }
  .button-likes .likes-count {
    margin-left: 10px; }
  .button-likes.clicked {
    background-color: #f83d44;
    color: white; }
    .button-likes.clicked img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1);
      opacity: 1; }

.login {
  margin-bottom: 40px; }
  .login .title {
    color: #f83d44;
    margin-bottom: 20px;
    font-size: 28px; }
  .login #email, .login #password {
    width: 100%;
    height: 40px;
    border: 1px solid #989898;
    border-radius: 3px;
    background-color: #fff;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 16px; }
  .login a {
    color: #989898;
    display: block;
    text-align: right;
    margin-bottom: 10px; }
  .login .submit {
    width: 100%; }

.toplist, .toplikes {
  margin-bottom: 40px; }
  .toplist header, .toplikes header {
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 20px;
    font-size: 18px;
    color: #989898;
    font-weight: 200; }
  .toplist .owl-item, .toplikes .owl-item {
    overflow: hidden; }
  .toplist .item, .toplikes .item {
    display: flex;
    flex-direction: row;
    margin-bottom: 1px;
    background-color: #fff;
    position: relative; }
    .toplist .item:hover::before, .toplikes .item:hover::before {
      content: "";
      background-color: #f9f9f9;
      position: absolute;
      bottom: 5px;
      right: 5px;
      top: 5px;
      left: 5px;
      border-radius: 5px;
      z-index: 0; }
    .toplist .item .left, .toplikes .item .left, .toplist .item .right, .toplikes .item .right {
      z-index: 1; }
  .toplist .owl-nav, .toplikes .owl-nav {
    position: absolute;
    right: 34px;
    bottom: 36px; }
    .toplist .owl-nav .next-link, .toplikes .owl-nav .next-link {
      color: #333538;
      font-size: 12px;
      text-transform: uppercase; }
      .toplist .owl-nav .next-link img, .toplikes .owl-nav .next-link img {
        width: 11px;
        opacity: 0.15;
        margin-bottom: 1px;
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .toplist .owl-dots, .toplikes .owl-dots {
    background: #fff;
    padding: 34px; }
    .toplist .owl-dots .owl-dot, .toplikes .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background-color: #e4e4e4;
      border-radius: 100%;
      display: inline-block;
      margin-right: 14px; }
      .toplist .owl-dots .owl-dot.active, .toplikes .owl-dots .owl-dot.active {
        background-color: #f83d44; }

.toplist .item {
  height: 115px;
  align-items: center;
  padding: 10px 20px; }
  .toplist .item .left {
    margin: 0 5px;
    flex: 0 0 auto;
    position: relative; }
    .toplist .item .left .avatar {
      border-radius: 100%;
      height: 65px;
      width: 65px;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
    .toplist .item .left .index {
      font-size: 14px;
      font-weight: 300;
      line-height: 31px;
      text-align: center;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      color: #fff;
      background: #f83d44;
      margin: auto 0;
      position: absolute;
      top: 0;
      left: -15px;
      bottom: 0; }
  .toplist .item .right .bloglink, .toplist .item .right .blog, .toplist .item .right .blog-title {
    display: block;
    margin: 5px;
    font-size: 14px; }
  .toplist .item .right .blog {
    color: #333538; }
  .toplist .item .right .bloglink {
    color: #989898;
    font-weight: 300; }

.synas {
  margin-bottom: 40px; }
  .synas header {
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 20px;
    font-size: 18px;
    color: #989898;
    font-weight: 200; }
    .synas header .icon {
      height: .7em; }
  .synas .article {
    display: flex;
    flex-direction: column;
    margin-bottom: 1px;
    padding: 20px;
    background-color: #fff;
    position: relative; }
    .synas .article * {
      z-index: 1; }
    .synas .article:hover::before {
      content: "";
      background-color: #f9f9f9;
      position: absolute;
      bottom: 5px;
      right: 5px;
      top: 5px;
      left: 5px;
      border-radius: 5px;
      z-index: 0; }
    .synas .article .image {
      width: 100%;
      margin-bottom: 10px; }
    .synas .article .title {
      display: block;
      font-size: 16px;
      margin-bottom: 10px;
      color: #333538; }
    .synas .article .excerpt {
      display: block;
      font-size: 14px;
      margin-bottom: 10px;
      color: #333538;
      font-weight: 300; }
    .synas .article .link {
      font-size: 14px;
      color: #989898;
      font-weight: 300; }
  .synas .synas-link a {
    color: #f83d44;
    font-size: 14px;
    font-weight: 300; }

.weeklyblog {
  margin-bottom: 40px; }
  .weeklyblog header {
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 20px;
    font-size: 18px;
    color: #989898;
    font-weight: 200; }
  .weeklyblog .article a {
    display: flex;
    flex-direction: row;
    margin-bottom: 1px;
    padding: 20px;
    background-color: #fff;
    position: relative; }
    .weeklyblog .article a * {
      z-index: 1; }
    .weeklyblog .article a:hover::before {
      content: "";
      background-color: #f9f9f9;
      position: absolute;
      bottom: 5px;
      right: 5px;
      top: 5px;
      left: 5px;
      border-radius: 5px;
      z-index: 0; }
    .weeklyblog .article a .title {
      display: block;
      font-size: 14px;
      margin-bottom: 10px;
      color: #333538;
      margin-left: 10px; }
    .weeklyblog .article a .linkname {
      font-size: 14px;
      color: #989898;
      font-weight: 300;
      margin-left: 10px; }
    .weeklyblog .article a .image {
      width: 65px;
      height: 65px;
      object-fit: cover;
      border-radius: 100%;
      flex: 1 0 auto; }

.toplist, .toplikes {
  margin-bottom: 40px; }
  .toplist header, .toplikes header {
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 20px;
    font-size: 18px;
    color: #989898;
    font-weight: 200; }
  .toplist .owl-item, .toplikes .owl-item {
    overflow: hidden; }
  .toplist .item, .toplikes .item {
    display: flex;
    flex-direction: row;
    margin-bottom: 1px;
    background-color: #fff;
    position: relative; }
    .toplist .item:hover::before, .toplikes .item:hover::before {
      content: "";
      background-color: #f9f9f9;
      position: absolute;
      bottom: 5px;
      right: 5px;
      top: 5px;
      left: 5px;
      border-radius: 5px;
      z-index: 0; }
    .toplist .item .left, .toplikes .item .left, .toplist .item .right, .toplikes .item .right {
      z-index: 1; }
  .toplist .owl-nav, .toplikes .owl-nav {
    position: absolute;
    right: 34px;
    bottom: 36px; }
    .toplist .owl-nav .next-link, .toplikes .owl-nav .next-link {
      color: #333538;
      font-size: 12px;
      text-transform: uppercase; }
      .toplist .owl-nav .next-link img, .toplikes .owl-nav .next-link img {
        width: 11px;
        opacity: 0.15;
        margin-bottom: 1px;
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .toplist .owl-dots, .toplikes .owl-dots {
    background: #fff;
    padding: 34px; }
    .toplist .owl-dots .owl-dot, .toplikes .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background-color: #e4e4e4;
      border-radius: 100%;
      display: inline-block;
      margin-right: 14px; }
      .toplist .owl-dots .owl-dot.active, .toplikes .owl-dots .owl-dot.active {
        background-color: #f83d44; }

.toplikes {
  border-radius: 3px; }
  .toplikes header img {
    width: 13px; }
  .toplikes .item {
    height: 140px;
    align-items: flex-start;
    padding: 20px; }
    .toplikes .item .left {
      flex: 0 0 auto; }
      .toplikes .item .left .image {
        height: 100px;
        width: 100px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    .toplikes .item .right {
      margin: 0 10px; }
      .toplikes .item .right .title, .toplikes .item .right .blog {
        display: block;
        font-size: 14px;
        margin-bottom: 10px; }
      .toplikes .item .right .title {
        color: #333538; }
      .toplikes .item .right .blog {
        color: #989898;
        font-weight: 300; }
      .toplikes .item .right .social-box, .toplikes .item .right .social-box img {
        font-size: 12px;
        color: #000;
        opacity: 0.5;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .toplikes .item .right .social-box:hover, .toplikes .item .right .social-box:hover img {
        color: #f83d44;
        -webkit-filter: none;
        filter: none;
        opacity: 1; }
      .toplikes .item .right .social-box img {
        width: 10px;
        display: inline; }

* {
  box-sizing: border-box; }

body {
  font-family: Rubik, sans-serif;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto; }

.logged-in-only {
  display: none !important; }

.logged-out-only {
  display: none !important; }

.latest-articles {
  background-color: #fff; }
  .latest-articles-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1283px;
    padding: 0 31.5px;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 200;
    text-transform: uppercase;
    color: #989898; }
    @media (max-width: 768px) {
      .latest-articles-title {
        padding-left: 10px;
        padding-right: 10px; } }
  .latest-articles .articles {
    margin-left: auto;
    margin-right: auto;
    max-width: 1283px;
    padding: 0 31.5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0; }
    @media (max-width: 768px) {
      .latest-articles .articles {
        padding-left: 10px;
        padding-right: 10px; } }
    .latest-articles .articles article {
      background-color: #fff;
      font-weight: 300; }
      @media (max-width: 768px) {
        .latest-articles .articles article {
          width: 48%;
          margin: 1vw 1%;
          border-radius: 6px; } }
      .latest-articles .articles article .avatar, .latest-articles .articles article .presented-by-image {
        width: 30px;
        height: 30px;
        flex: 0 0 auto; }
      .latest-articles .articles article .avatar {
        border-radius: 100%;
        object-fit: cover; }
      .latest-articles .articles article .image {
        width: 100%;
        height: auto; }
      .latest-articles .articles article .author {
        padding: 10px;
        display: flex;
        align-items: center; }
      .latest-articles .articles article .blogname {
        color: #333538;
        font-size: 14px;
        margin: 10px;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (max-width: 768px) {
          .latest-articles .articles article .blogname {
            font-size: 10px; } }
      .latest-articles .articles article .article-info {
        padding: 10px;
        display: flex;
        flex-wrap: wrap; }
      .latest-articles .articles article .likes, .latest-articles .articles article .likes-mobile {
        margin-left: auto;
        white-space: nowrap;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.5;
        color: #f83d44;
        cursor: pointer; }
        @media (max-width: 768px) {
          .latest-articles .articles article .likes, .latest-articles .articles article .likes-mobile {
            font-size: 10px; } }
        .latest-articles .articles article .likes:hover, .latest-articles .articles article .likes.clicked, .latest-articles .articles article .likes-mobile:hover, .latest-articles .articles article .likes-mobile.clicked {
          opacity: 1;
          filter: none;
          -webkit-filter: none; }
        .latest-articles .articles article .likes img, .latest-articles .articles article .likes-mobile img {
          height: 12px;
          margin-right: 3px;
          pointer-events: none; }
          @media (max-width: 768px) {
            .latest-articles .articles article .likes img, .latest-articles .articles article .likes-mobile img {
              height: 7px; } }
      @media (max-width: 768px) {
        .latest-articles .articles article .likes {
          display: none !important; } }
      @media (min-width: 769px) {
        .latest-articles .articles article .likes-mobile {
          display: none !important; } }
      .latest-articles .articles article .articlepage {
        font-size: 12px;
        text-transform: uppercase;
        color: #f83d44; }
      .latest-articles .articles article .date {
        font-size: 14px;
        color: #989898; }
        @media (max-width: 768px) {
          .latest-articles .articles article .date {
            font-size: 10px; } }
      .latest-articles .articles article .title {
        padding-top: 10px;
        color: rgba(0, 0, 0, 0.9);
        line-height: 1.33em;
        width: 100%; }
        @media (max-width: 768px) {
          .latest-articles .articles article .title {
            font-size: 12px; } }
    .latest-articles .articles article {
      width: 46%;
      margin-bottom: 2%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 768px) {
        .latest-articles .articles article {
          width: 100%; } }
      .latest-articles .articles article .image {
        width: 100%;
        height: 50vw;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        max-height: 350px; }
      .latest-articles .articles article .title {
        font-size: 28px;
        font-weight: 300; }
        @media (max-width: 768px) {
          .latest-articles .articles article .title {
            font-size: 18px; } }
      .latest-articles .articles article .blogname {
        font-size: 14px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.9); }
        @media (max-width: 768px) {
          .latest-articles .articles article .blogname {
            font-size: 9px; } }
      .latest-articles .articles article .author {
        margin-top: auto;
        padding-left: 0;
        padding-right: 0; }

* {
  box-sizing: border-box; }

body {
  font-family: Rubik, sans-serif;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto; }

.logged-in-only {
  display: none !important; }

.logged-out-only {
  display: none !important; }

footer {
  background-color: #f83d44; }
  footer .footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1283px;
    padding: 0 31.5px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      footer .footer {
        padding-left: 10px;
        padding-right: 10px; } }
    footer .footer > * {
      flex: 1 0 auto;
      order: 2; }
      footer .footer > *:nth-child(2) {
        flex: 2 0 auto; }
    footer .footer h3 {
      margin-bottom: 40px;
      text-transform: uppercase;
      color: white; }
    footer .footer .social {
      margin-left: auto;
      margin-bottom: 40px; }
      footer .footer .social svg {
        fill: white; }
      @media (max-width: 768px) {
        footer .footer .social {
          order: 1;
          width: 100%; } }
    footer .footer a {
      display: block;
      margin: 10px 0;
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px; }
  footer .info {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    background-color: #EC373A;
    font-size: 14px; }

* {
  box-sizing: border-box; }

body {
  font-family: Rubik, sans-serif;
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0;
  height: auto; }

.logged-in-only {
  display: none !important; }

.logged-out-only {
  display: none !important; }

.article-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1283px;
  padding: 0 31.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 56.5px; }
  @media (max-width: 768px) {
    .article-content {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 768px) {
    .article-content {
      flex-direction: column; } }
  .article-content .header {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%; }
    @media (max-width: 768px) {
      .article-content .header {
        text-align: center; } }
    .article-content .header .title {
      font-size: 46px;
      font-weight: 400; }
      @media (max-width: 768px) {
        .article-content .header .title {
          font-size: 22px; } }
    .article-content .header .author {
      display: flex;
      align-items: center; }
      .article-content .header .author > * {
        margin-right: 10px; }
      .article-content .header .author .avatar {
        width: 31px;
        height: 31px;
        border-radius: 100%; }
      .article-content .header .author .name {
        color: #2caeff;
        font-weight: 500; }
      .article-content .header .author .dot {
        color: #f83d44; }
      .article-content .header .author .date {
        color: rgba(0, 0, 0, 0.9);
        font-weight: 300; }
  .article-content .side {
    flex: 1 0 30%;
    width: 25%;
    max-width: 25%; }
    @media (max-width: 768px) {
      .article-content .side {
        max-width: none;
        width: 100%;
        order: 1; } }
  .article-content .main {
    flex: 1 1 66%;
    font-size: 18px;
    line-height: 1.56;
    max-width: 75%;
    padding-right: 5%; }
    @media (max-width: 768px) {
      .article-content .main {
        max-width: none;
        font-size: 17px; } }
    .article-content .main .ingress {
      font-weight: 400;
      margin-bottom: 20px;
      margin-top: 20px;
      text-align: justify;
      padding: 0 5%; }
      .article-content .main .ingress, .article-content .main .ingress * {
        line-height: 1.5em; }
    .article-content .main .text {
      padding: 0 5%; }
      .article-content .main .text, .article-content .main .text p {
        line-height: 1.5em;
        font-size: 0.975em;
        font-weight: 300;
        font-family: helvetica; }
      .article-content .main .text p {
        margin-bottom: 20px; }
      .article-content .main .text h2 {
        font-weight: 400;
        margin-bottom: 0.2em; }
      .article-content .main .text ul {
        margin-bottom: 0.5em; }
      .article-content .main .text li {
        list-style-type: disc;
        list-style-position: inside; }
    .article-content .main img {
      width: 100%; }
    .article-content .main p {
      margin-bottom: 10px; }
    .article-content .main strong {
      font-weight: 500; }
    .article-content .main em {
      font-style: italic; }
    .article-content .main a {
      color: #2caeff; }
  .article-content .footer {
    width: 66%;
    border-left: 4px solid #f83d44;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .article-content .footer {
        width: 100%; } }
    .article-content .footer > * {
      font-size: 14px;
      margin: 10px 0;
      display: inline-block; }
    .article-content .footer b, .article-content .footer strong {
      font-weight: 500;
      margin-left: 10px; }
    .article-content .footer a {
      color: #2caeff; }
  .article-content .likes {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    padding: 0 10% 0 5%; }

#disqus_thread {
  width: 100%; }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.toplist-standalone {
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .toplist-standalone {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 767px) {
    .toplist-standalone .mobile-only {
      display: none !important; } }
  .toplist-standalone > header {
    width: 100%;
    font-size: 24px;
    margin: -30px 10px 10px; }
  .toplist-standalone .main {
    padding-right: 20px; }
    @media (max-width: 768px) {
      .toplist-standalone .main {
        padding-right: 0; } }
  .toplist-standalone .toplist .ad {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 500px;
    align-items: center; }
    @media (max-width: 768px) {
      .toplist-standalone .toplist .ad {
        height: 320px; } }
  .toplist-standalone .toplist .item {
    margin-bottom: 5px;
    padding-left: 0; }
    @media (max-width: 768px) {
      .toplist-standalone .toplist .item {
        align-items: stretch;
        height: 95px; }
        .toplist-standalone .toplist .item:before {
          content: '';
          position: absolute;
          height: 70px;
          width: 70px;
          right: 5px;
          top: -15px;
          left: auto;
          bottom: auto;
          background-color: #f9f9f9;
          border-radius: 100%; }
        .toplist-standalone .toplist .item:after {
          content: '';
          position: absolute;
          height: 55px;
          width: 70px;
          right: 5px;
          top: 0;
          background-color: #fff; } }
    .toplist-standalone .toplist .item .left {
      display: flex;
      position: static; }
      .toplist-standalone .toplist .item .left .index {
        position: static;
        background: none;
        color: #333538;
        align-self: flex-start;
        margin: 0 10px;
        font-size: 24px; }
      .toplist-standalone .toplist .item .left .avatar {
        border: 2px solid #fff;
        height: 85px;
        width: 85px;
        background-color: #fff; }
        @media (max-width: 768px) {
          .toplist-standalone .toplist .item .left .avatar {
            border-width: 4px;
            position: absolute;
            height: 60px;
            width: 60px;
            right: 10px;
            top: -10px; } }
    @media (max-width: 768px) {
      .toplist-standalone .toplist .item .right {
        width: 150px;
        width: calc(100vw - 160px); } }
    .toplist-standalone .toplist .item .right .bloglink {
      color: #f83d44; }
    .toplist-standalone .toplist .item .right .blog-title {
      color: #333538;
      font-size: 16px;
      font-weight: 500; }
    @media (max-width: 768px) {
      .toplist-standalone .toplist .item .right .bloglink, .toplist-standalone .toplist .item .right .blog, .toplist-standalone .toplist .item .right .blog-title {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
    @media (min-width: 767px) {
      .toplist-standalone .toplist .item:hover {
        background-color: #f83d44; }
        .toplist-standalone .toplist .item:hover:before {
          content: none; }
        .toplist-standalone .toplist .item:hover .left .index {
          color: #fff; }
        .toplist-standalone .toplist .item:hover .right .bloglink, .toplist-standalone .toplist .item:hover .right .blog, .toplist-standalone .toplist .item:hover .right .blog-title {
          color: #fff; } }
  .toplist-standalone .latest-articles {
    background-color: transparent; }
    @media (max-width: 768px) {
      .toplist-standalone .latest-articles:not(.mobile-only) {
        display: none; } }
    .toplist-standalone .latest-articles .articles {
      padding: 0; }
      .toplist-standalone .latest-articles .articles article {
        background-color: white;
        width: 100%;
        margin-bottom: 10px; }
        .toplist-standalone .latest-articles .articles article .image {
          height: auto; }
        .toplist-standalone .latest-articles .articles article .title {
          font-size: 16px; }
        .toplist-standalone .latest-articles .articles article .likes {
          display: none; }
        .toplist-standalone .latest-articles .articles article .author {
          margin-bottom: 0; }
        .toplist-standalone .latest-articles .articles article header, .toplist-standalone .latest-articles .articles article .author {
          padding-left: 10px;
          padding-right: 10px; }
