@charset "UTF-8";
/* helper */
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100%;
  position: relative;
}

.flex-container.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 100%;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fill-height {
  height: 100%;
}

.clear {
  clear: both;
}

/* http://codepen.io/ebellempire/pen/rnvEK */
.blur {
  -webkit-filter: blur(6px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
  filter: blur(6px);
  /* Someday, sigh ... */
  filter: url(#blur);
  /* Firefox needs SVG */
}

.lazy-load {
  display: none;
}

.separator {
  padding: 12px;
  width: 100%;
  height: 24px;
}

.separator .horizontal-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

span.em {
  height: 1em;
  width: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
}

input {
  color: white;
}

.navbarsub {
  display: none;
  height: 100%;
  background-color: white;
  margin-top: 15px;
}

.navsub {
  text-align: justify;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.navsub h1 {
  color: white;
  margin: 0;
  font-size: 0.9em;
  text-align: center;
  display: inline-block;
}

.navsub h3 {
  display: inline-block;
  text-transform: uppercase;
  font-family: Brown;
  font-size: 14px;
  opacity: 0.5;
  line-height: 25px;
}

.navsub h3.active {
  opacity: 1;
}

.navsub a:hover {
  text-decoration: none;
}

.navsub .thumbnail {
  width: 100%;
  min-width: 45px;
}

.navsub .thumbnail::before {
  padding-top: 100%;
}

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

.navsub .navsub-item {
  margin: 0 10px;
  text-align: center;
}

.navsub .navsub-item.active {
  border-bottom: 2px solid #c03cd8;
}

@media (min-width: 601px) {
  .navsub .navsub-item:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }

  .navsub .navsub-item.active:hover {
    border-bottom: 2px solid #c03cd8;
  }
}
button {
  border-style: none;
}

.btn {
  color: #FFFFFF;
  text-transform: uppercase;
  border-width: 0px;
  padding: 4px 8px 2px;
  border-radius: 16px;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  line-height: 1.42857143;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.btn-gray {
  background-color: #3c3a3a;
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
}

.btn-white {
  background-color: white;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-gradient {
  background-image: linear-gradient(45deg, #C02EE4 0%, #E87B2F 100%);
  background-repeat: no-repeat;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.btn.focus, .btn:focus {
  color: white;
}

.btn:hover, .btn:focus:hover {
  color: #FFFFFF;
  background-color: #6e6a6a;
}

.btn.active, .btn:active, .btn:hover:active, .btn:focus:hover:active {
  color: #333;
  background-image: none;
  background-color: #aaa;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.header-row-now-viewing {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.75);
}

.container-header .header-row-now-viewing {
  display: none;
}

.shadow-overlay {
  background-image: linear-gradient(180deg, rgba(1, 1, 1, 0.5) 0%, #232222 90%);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
}

.container-header .shadow-overlay {
  background-image: linear-gradient(180deg, rgba(1, 1, 1, 0.5) 0%, #232222 90%);
  opacity: 0.9;
}

.story .shadow-overlay {
  background-image: linear-gradient(180deg, rgba(1, 1, 1, 0.5) 0%, #232222 90%);
  opacity: 0.8;
}

.memes-overlay {
  background-image: url("/static/img/header-bg-memes.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  z-index: -3;
  opacity: 0.15;
}

.container-header .memes-overlay {
  opacity: 0.3;
}

.graph-overlay {
  background-image: url("/static/img/header-bg-graph.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  z-index: -2;
}

.container-title .title-thumbnail-border {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px;
}

.container-title .title-thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 101%;
  height: 101%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.container-page .header-row-thumbnail {
  display: none;
}

.container-title .popularity {
  width: 50%;
  font-size: 0.9em;
  opacity: 0.9;
  position: relative;
  padding: 0 10px;
  min-height: 120px;
}

.container-footer {
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
}

.container-footer h2 {
  font-weight: 300;
  text-align: left;
  font-size: 42px;
}

.container-footer .subscribe {
  padding: 20px;
}

.container-footer .subscribe .title {
  margin-bottom: 8px;
}

.container-footer .subscribe .btn {
  padding: 8px 16px 6px;
  border-radius: 22px;
  font-size: 1em;
  letter-spacing: 3px;
}

.title.option {
  opacity: 0.7;
  text-transform: uppercase;
}

.navbar #search-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.navbar .title.option {
  text-align: center;
  font-size: 0.85em;
  color: rgba(0, 0, 0, 0.7);
}

.container-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999999999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  color: #333;
}

.container-modal .prev-arrow, .container-modal .next-arrow {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 50px;
  font-size: 3.5em;
  color: white;
  opacity: 0.5;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.container-modal .prev-arrow:hover, .container-modal .next-arrow:hover {
  opacity: 1;
}

.container-modal .prev-arrow {
  top: 0;
  left: 0;
}

.container-modal .next-arrow {
  top: 0;
  right: 0;
}

.container-modal .modal-share {
  padding: 41px 50px;
  min-height: initial;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container-modal .modal-share.flex-container {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.modal-share-content {
  border-radius: 6px;
  background-color: white;
  margin-bottom: 6px;
  max-width: 500px;
  margin: 6px;
  overflow: hidden;
  padding: 6px;
  position: relative;
  min-width: 50%;
}

.modal-share-content-message {
  padding: 15px;
}

.modal-share-sidebar {
  max-width: 500px;
  width: 300px;
  margin: 6px;
  padding: 6px 4px;
  border-radius: 6px;
  background-color: white;
}

.modal-share-sidebar .horizontal-line {
  height: 0px;
  margin: 0px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}

.modal-share-sidebar .section-title {
  margin: 0 6px 0 10px;
  font-size: 1em;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.modal-share-related a {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
  width: 33%;
  max-width: 120px;
}

.modal-share-related a .outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px;
}

.modal-share-related a .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-share-related a .bg-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.85;
}

.modal-share-related .more-overlay {
  padding: 8px;
  color: white;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modal-share-related a:hover .more-overlay {
  opacity: 1;
}

@media (max-width: 600px) {
  .modal-share-related .more-overlay {
    opacity: 1 !important;
  }
}
.modal-share-related .story-more {
  word-wrap: break-word;
  max-width: 100%;
}

.modal-share-related .image-tile {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  z-index: -2;
  background-repeat: no-repeat;
}

.modal-share-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 24px;
}

.bg-gradient {
  background-image: linear-gradient(45deg, #C02EE4 0%, #E87B2F 100%);
  background-repeat: no-repeat;
}

.share-embed input {
  width: 100%;
  border: 1px solid #232222;
  color: #232222;
  height: 40px;
  font-size: 14px;
  margin: 10px 0;
  padding: 0px 10px;
}

.share-embed input:focus {
  outline: none;
}

.container-modal .modal-subscribe {
  display: none;
}

.container-modal .modal-subscribe .title {
  font-size: 26px;
  color: white;
  margin-bottom: 5px;
}

.container-modal .modal-subscribe .action input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  color: white;
  letter-spacing: 1px;
  box-sizing: border-box;
  outline: 0;
  padding: 4px;
  margin: 0;
  font-size: 18px;
  width: 100%;
  margin-bottom: 6px;
}

.modal-subscribe .btn {
  padding: 8px 16px 6px;
  border-radius: 22px;
  font-size: 1em;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .container-modal .modal-share.flex-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-share-sidebar {
    width: 100%;
  }

  .container-modal .modal-share {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 100%;
  }

  .container-modal .modal-share-content {
    margin: 0;
    margin-bottom: 6px;
  }

  .container-modal .modal-share-sidebar {
    margin: 0;
  }

  .container-modal .modal-share-actions {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }

  .modal-share-related .flex-container {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }

  .modal-share-related a:nth-child(n+6) {
    display: none;
  }

  .prev-arrow, .next-arrow {
    display: none !important;
  }
}
.button-close {
  background: 0 0;
  border: none;
  cursor: pointer;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
}

.button-close::before {
  color: #fff;
  content: "×";
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  padding: 0;
  margin: 0;
}

.container-header .container-title.container-title-404 {
  background-image: url("/static/img/404_background.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 360px;
  position: relative;
  padding: 20px 0 !important;
}

.container-header .container-title.container-title-500 {
  background-image: url("/static/img/500_background.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 360px;
  position: relative;
  padding: 20px 0 !important;
}

.tint-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.7);
  text-align: center;
}

.title-meme-message {
  position: absolute;
  width: 100%;
  top: 40%;
  color: white;
}

.title-meme-message h1 {
  font-size: 2.2em;
  margin: auto;
}

.container-title-404 .title-meme-message h1 {
  max-width: 500px;
}

.title-meme-details {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.title-meme-details h2 {
  font-size: 1em;
  color: white;
  opacity: 0.8;
}

/* ads */
.grid .grid-item.ad {
  border-radius: 6px;
  padding: 4px 2px;
}

.grid .grid-item.ad .body {
  border-radius: 6px;
  overflow: hidden;
  background-color: #F5F5F5;
}

.grid .grid-item.ad .grid-ad {
  background-color: #F5F5F5;
  min-height: 260px;
}

.grid .grid-item.ad .grid-ad:empty {
  padding: 0;
  min-height: 0;
}

.grid .grid-item.ad::before {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  float: left;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ad.interstitial {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.ad.interstitial img {
  max-width: 300px;
  margin: 10px;
}

.ad.interstitial input {
  color: black;
  margin: 10px;
  display: inline-block;
  padding: 15px;
  border-radius: 6px;
}

.ad.interstitial a {
  text-decoration: none;
}

.ad.interstitial h3 {
  padding: 15px 0 5px 0;
}

.ad.interstitial button {
  display: block;
  margin: 10px auto;
  padding: 10px;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 4px;
}

.ad.interstitial .close-text {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.ad-memegenerator {
  display: none;
}

.ad-google {
  border-radius: 6px;
  text-align: center;
}

.adsbygoogle {
  display: block;
}

.ad-google.top {
  margin: 8px 0 4px 0;
  text-align: center;
}

.ad-google.bottom {
  margin: 8px 0 0 0;
  text-align: center;
}

.ad-google.side {
  margin: 8px 0 8px 0;
}

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

.ad-lifestreet iframe {
  max-width: 100%;
}

.sidebar-right .ad-google {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .ad-google.side .adsbygoogle {
    display: none;
  }
}
.pagination-container {
  text-align: center;
}

.pagination-container span {
  background-color: silver;
  color: #232222;
  font-size: 14px;
  padding: 15px;
  text-transform: uppercase;
  margin: 20px 0;
  border-radius: 6px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  border: none;
  display: inline-block;
}

.pagination-container span:focus {
  outline: 0;
}

.pagination-container span:active {
  background-color: transparent;
  color: #FFFFFF;
}

.pagination-container a {
  padding: 0 10px;
  cursor: pointer;
}

.pagination-container a.active {
  opacity: 0.5;
  text-decoration: none;
}

.promo {
  background-color: #000000;
  color: white;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  text-align: center;
}

.promo a {
  text-decoration: none !important;
}

.promo .body {
  position: relative;
  padding: 15px;
}

.promo .header {
  font-size: 26px;
  font-weight: bold;
}

.promo .description {
  padding: 15px 0;
}

.promo {
  width: 100%;
  padding: 4px;
  border-radius: 6px;
  opacity: 1;
}

.clickable-service-row-ok-status {
  background-color: green;
}

.clickable-service-row-error-status {
  background-color: #FFA0A0;
}

.service-column-error-status {
  background-color: red;
}

.column-title {
  margin: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.75;
  font-family: "Roboto-Condensed", sans-serif;
  font-weight: 600;
}

.container-content .column-title {
  margin: 0 0 5px 8px;
  font-size: 0.9em;
}

.content-body h5 {
  margin: 5px auto;
}

.footer {
  height: 50px;
  line-height: 50px;
  background-color: #000000;
  z-index: 99999;
  width: 100%;
}

.footer.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.share-embed input {
  width: 100%;
  border: 1px solid #232222;
  color: #232222;
  height: 40px;
  font-size: 14px;
  margin: 10px 0;
  padding: 0px 10px;
}

.share-embed input:focus {
  outline: none;
}

.item-submission-form input {
  width: 100%;
  border: 1px solid #232222;
  color: #232222;
  height: 60px;
  font-size: 18px;
  margin: 10px 0;
  padding: 0px 10px;
}

.item-submission-form input {
  outline: none;
}

.item-submission-form input[type=submit] {
  text-transform: uppercase;
  height: 80px;
  background-color: #C0C0C0;
}

.btn-center {
  margin: 0 auto;
}

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

.container-title-extendednavbar {
  padding: 110px 12px 40px !important;
}

.container-footer, .footer {
  z-index: 99;
}

/*# sourceMappingURL=style.css.map */
