@charset "UTF-8";
/*boomboom*/
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Oswald");
.content .pagination a {
  white-space: nowrap !important; }

.txt-np-page {
  display: none; }

@media (max-width: 1023px) {
  .add-page-to-next-mobile .txt-np-page {
    display: inline; } }

@media (min-width: 1024px) {
  .add-page-to-next-mobile .txt-np-page {
    display: inline; } }

@media (max-width: 767px) {
  .add-page-to-next-mobile .txt-np {
    display: inline; } }

/*imports*/
/*imports*/
@font-face {
  font-family: Helvetica-black;
  src: url("../fonts/Helvetica-Blakc-Cond.otf");
  font-weight: normal;
  font-stretch: condensed; }

@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica-Light.otf");
  font-weight: 100;
  font-stretch: normal; }

@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica-Cond.otf");
  font-weight: normal;
  font-stretch: condensed; }

@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica-Bold-Cond.otf");
  font-weight: bold;
  font-stretch: condensed; }

@font-face {
  font-family: Nexa shadow;
  src: url("../fonts/NexaRust-Slab-Shadow.otf"); }

@font-face {
  font-family: Nexa script;
  src: url("../fonts/NexaRust-Script.otf");
  font-weight: bold;
  font-stretch: condensed; }

@font-face {
  font-family: Nexa black;
  src: url("../fonts/NexaRust-Sans-Black.otf"); }

@font-face {
  font-family: Impact;
  src: url("../fonts/impact.ttf"); }

body {
  font-family: Helvetica; }

.cf:after {
  display: block;
  content: '';
  clear: both; }

.relative {
  position: relative; }

.cc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.hidden,
.hide {
  display: none; }

@media (max-width: 767px) {
  .hide-sm {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hide-md {
    display: none; } }

@media (min-width: 1024px) {
  .hide-lg {
    display: none; } }

.x2 {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2); }

.font-nexa-shadow {
  font-family: Nexa shadow; }

.font-nexa-script {
  font-family: Nexa script; }

.light-blue {
  color: #4AACE3; }

.orange {
  color: #FD8A25; }

.center {
  text-align: center; }

.condenced {
  font-stretch: condensed; }

.fb-share-btn,
.tweet-btn {
  color: #fff;
  text-decoration: none !important;
  font-stretch: condensed;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  font-size: 18px;
  width: 150px;
  font-family: Verdana;
  cursor: pointer;
  max-width: 90%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.fb-share-btn svg,
.tweet-btn svg {
  margin-right: 5px; }

.fb-share-btn {
  background: #3C5B97; }

.tweet-btn {
  background: #1DADEB; }

.icon-popup,
.icon-down {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #898989;
  border-right: 2px solid #898989;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block; }

.icon-popup.white,
.icon-down.white {
  border-color: #fff; }

.icon-menu {
  width: 50px;
  height: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer; }

.icon-menu:before, .icon-menu:after, .icon-menu div {
  height: 5px;
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  background: #4AACE3; }

.icon-menu:before {
  top: 0; }

.icon-menu div {
  top: calc(50% - 5px / 2); }

.icon-menu:after {
  bottom: 0; }

.css-icon-exit {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer; }

.css-icon-exit:before, .css-icon-exit:after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 13px;
  border-radius: 2px;
  background: #4AACE3; }

.css-icon-exit:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.css-icon-exit:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.icon-arrow-right {
  width: 15px;
  background: #3C5B97;
  height: 2px;
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.icon-arrow-right:after {
  content: '';
  display: block;
  border-left: 5px solid #3C5B97;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -5px;
  bottom: -4px; }

/* normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  padding: 0;
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  outline: none; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  max-width: 100%;
  height: auto; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

:focus {
  outline: none; }

/*
 * Specific to HTP
 */
.desktop_tablet-sidebar-top-items-1 .content-recs-top .post:nth-child(n + 3) {
  display: none; }

.desktop_tablet-sidebar-top-items-2 .content-recs-top .post:nth-child(n + 4) {
  display: none; }

.desktop_tablet-sidebar-top-items-3 .content-recs-top .post:nth-child(n + 5) {
  display: none; }

.desktop_tablet-sidebar-top-items-4 .content-recs-top .post:nth-child(n + 6) {
  display: none; }

.desktop_tablet-sidebar-top-items-5 .content-recs-top .post:nth-child(n + 7) {
  display: none; }

.desktop_tablet-sidebar-top-items-6 .content-recs-top .post:nth-child(n + 8) {
  display: none; }

.c6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

[data-adid] {
  display: inline-block; }

@media (max-width: 767px) {
  [data-adid] {
    margin: 0 -10px; } }

[data-adid='12'] {
  float: left;
  padding: 0 15px 15px 0; }

@media (max-width: 767px) {
  [data-adid='25'] {
    margin-top: 5px;
    margin-bottom: 15px; } }

[data-adid='26'] {
  text-align: center;
  margin: auto;
  margin-top: 10px; }

[data-adid='2'] {
  margin: 0 auto;
  width: 300px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px; }

@media (max-width: 767px) {
  [data-adid='2'] {
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
    width: auto; } }

.ad_margin {
  margin-top: 20px; }

[data-adid='24'], [data-adid='52'] {
  height: 1px; }

[data-adid='34'] {
  overflow: hidden;
  width: 160px;
  height: 600px;
  position: fixed;
  top: 80px;
  left: calc((100vw - 1040px) / 2 - 180px);
  z-index: 1; }

@media (max-width: 1279px) {
  [data-adid='34'] {
    display: none; } }

@media (min-width: 1280px) {
  [data-adid='34'] {
    left: calc((100vw - 890px) / 2 - 180px); } }

img[src="https://load.s3.amazonaws.com/pixel.gif"] {
  display: none; }

[data-adid='15'],
[data-adid='14'] {
  display: block; }

[data-adid='15'] {
  height: 0 !important; }

[data-adid='26'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-container-wrap ~ iframe {
  float: left; }

.gallery_promotion_title {
  font-size: 24px;
  margin: 20px; }

#rcjsload_994bfa .row-item h3 {
  display: none !important; }

[data-adid='24'], [data-adid='52'] {
  display: none; }

[data-adid='4'], [data-adid='5'], [data-adid='19'],
[data-adid='4'] > div, [data-adid='5'] > div, [data-adid='19'] > div {
  text-align: center; }

[data-adid='19'] > div {
  display: block !important;
  width: initial !important; }

@media (max-width: 767px) {
  [data-adid='3'] {
    width: auto !important; } }

.content-filter {
  margin: 15px 0 8px;
  text-transform: capitalize; }

.content-filter a {
  font-size: 17px;
  font-stretch: condensed;
  padding: 3px 7px 0;
  margin-right: 7px;
  color: #000;
  border-top: 3px solid transparent;
  text-decoration: none !important;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.content-filter a.selected {
  font-family: Helvetica-black;
  color: #FD8A25;
  border-top: 3px solid #FD8A25; }

@media (max-width: 767px) {
  .content-filter {
    display: none; } }

.archive-title {
  color: #fff;
  background: #FD8A25;
  display: inline-block;
  margin: 12px 0;
  padding: 9px 11px 0;
  font-stretch: condensed;
  font-size: 27px; }

.archive-title.author-page {
  background: transparent;
  color: #000; }

.archive-title img {
  height: auto;
  width: 27px; }

.archive-image {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }

.archive-image img {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 90px; }

.archive-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3); }

.archive-item-link-wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.archive-item-link-wrap .archive-cat-link {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 7px;
  z-index: 5;
  text-shadow: 1px 1px 0px #c56c1f;
  box-shadow: 1px 1px 2px 0px rgba(92, 92, 92, 0.5); }

@media (min-width: 768px) {
  .archive-item-link-wrap .archive-cat-link {
    font-size: 14px;
    height: 21px;
    line-height: 26px; } }

@media (max-width: 767px) {
  .archive-item-link-wrap .archive-cat-link {
    font-size: 15px;
    height: 25px;
    line-height: 32px; } }

.archive-item-link-wrap:hover .archive-item-content {
  box-shadow: 0px 1px 6px 2px rgba(162, 161, 161, 0.35); }

.archive-item-link-overlay {
  position: absolute;
  box-sizing: border-box;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1; }

.archive-item {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.archive-item:last-child {
  margin-bottom: 0; }

.play-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(62, 62, 62, 0.3);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.play-icon-overlay svg {
  width: 15%;
  height: auto;
  min-width: 60px;
  min-height: 60px; }

.archive-item-content {
  border: 1px solid #AFAFAF;
  border-width: 0 1px 1px;
  box-shadow: 0px 1px 3px 1px rgba(162, 161, 161, 0.3);
  transition: box-shadow .1s;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto; }

.archive-item-content .archive-item-title {
  color: #101010;
  line-height: 1.2;
  margin: 0 0 7px;
  font-weight: bold; }

@media (min-width: 768px) {
  .archive-item-content .archive-item-title {
    font-size: 23px; } }

@media (max-width: 767px) {
  .archive-item-content .archive-item-title {
    font-size: 20px; } }

.archive-item-content .archive-excerpt {
  font-size: 18px;
  letter-spacing: -0.7px; }

@media (max-width: 767px) {
  .archive-item-content .archive-excerpt {
    display: none; } }

@media (min-width: 768px) {
  .archive-item-content {
    padding: 18px 17px 0; } }

@media (max-width: 767px) {
  .archive-item-content {
    padding: 16px 21px 0; } }

.archive-social {
  padding: 14px 15px 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.archive-social .social {
  padding-top: 6px; }

.archive-social .social li a {
  position: relative;
  z-index: 5; }

.archive-social .social li.social-fb a {
  background: #3C5B97; }

.archive-social .social li.social-fb svg {
  width: 21px; }

.archive-social .social li.social-tw a {
  background: #1DADEB; }

.archive-social .social li.social-tw svg {
  width: 22px; }

.archive-social .social li.social-pin a {
  background: #C6242F; }

.archive-social .social li.social-pin svg {
  width: 33px; }

.archive-social .social li a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 768px) {
  .archive-social .social {
    width: 109px; } }

@media (max-width: 767px) {
  .archive-social .social {
    width: 240px; } }

@media (min-width: 768px) {
  .archive-social {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (max-width: 767px) {
  .archive-social {
    padding: 22px 15px;
    display: none;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .archive-social .edit-link {
    display: none; } }

.social {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cat-link {
  font-weight: bold;
  font-stretch: condensed;
  text-transform: uppercase;
  color: #fff;
  background: #FD8A25;
  text-decoration: none !important; }

.pagination {
  margin: 20px 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.pagination .prevpage,
.pagination .nextpage {
  text-decoration: none !important;
  height: 63px;
  line-height: 50px;
  box-sizing: border-box;
  font-weight: 600;
  font-family: Oswald;
  font-size: 30px;
  border-radius: 8px;
  text-shadow: 1px 1px 0px rgba(80, 80, 80, 0.3);
  width: 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pagination .prevpage.hidden,
.pagination .nextpage.hidden {
  visibility: hidden;
  display: block !important; }

.pagination .prevpage:active,
.pagination .nextpage:active {
  margin-top: 1px;
  margin-bottom: -1px; }

@media (max-width: 1023px) {
  .pagination .prevpage,
  .pagination .nextpage {
    font-size: 32px; } }

@media (max-width: 767px) {
  .pagination .prevpage,
  .pagination .nextpage {
    font-size: 6vw; } }

@media (max-width: 399px) {
  .pagination .prevpage,
  .pagination .nextpage {
    font-size: 9vw; } }

@media (max-width: 767px) {
  .pagination .pagination-button-content {
    padding-top: 2px;
    white-space: nowrap; } }

.pagination .prevpage {
  color: #4AACE3;
  border: 1px solid #1f8dcb;
  background: #fff;
  background-image: linear-gradient(to top, #ededed 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEDEDED'); }

.pagination .prevpage:hover {
  background-image: linear-gradient(to top, #e6e6e6 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFE6E6E6'); }

.first-gal-page .pagination .prevpage,
.gal-only-nextpage .pagination .prevpage {
  display: none !important; }

.pagination .nextpage {
  background: #4AACE3;
  background-image: linear-gradient(to top, #2197d9 0%, #4AACE3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF4AACE3', endColorstr='#FF2197D9');
  border: 1px solid #1b7bb1;
  color: #fff; }

.pagination .nextpage:hover {
  background-image: linear-gradient(to top, #1f8dcb 0%, #3da6e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF3DA6E1', endColorstr='#FF1F8DCB'); }

.first-gal-page .pagination .nextpage,
.gal-only-nextpage .pagination .nextpage {
  width: 100%; }

.pagination .icon-left,
.pagination .icon-right {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 2px;
  margin-bottom: 3px;
  position: absolute;
  top: 50%; }

.pagination .icon-right {
  margin-left: 9px;
  right: 30px;
  -webkit-transform: rotate(-45deg) translate(20px, 8px);
      -ms-transform: rotate(-45deg) translate(20px, 8px);
          transform: rotate(-45deg) translate(20px, 8px); }

.pagination .icon-left {
  margin-right: 14px;
  left: 30px;
  -webkit-transform: rotate(135deg) translate(8px, 22px);
      -ms-transform: rotate(135deg) translate(8px, 22px);
          transform: rotate(135deg) translate(8px, 22px); }

.pagination .pagi-counter {
  width: 20%;
  text-align: center; }

@media (min-width: 1024px) {
  .pagination .pagi-counter .mobile-break {
    display: none; } }

@media (max-width: 767px) {
  .pagination .pagi-counter {
    font-size: 3.5vw; } }

.pagination .page_of {
  width: 20%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pagination .page_of .dif_nomobile {
  display: block;
  margin-right: 8px; }

@media (max-width: 1023px) {
  .pagination .page_of .dif_nomobile {
    display: none; } }

@media (max-width: 1023px) {
  .pagination .page_of {
    font-weight: bold; } }

@media (max-width: 767px) {
  .pagination .page_of {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.custom_dialog_overlay {
  position: absolute;
  width: 100%;
  height: 100%; }

#exit_intent_dialog .popup-content {
  position: relative;
  z-index: 1; }

#exit_intent_dialog .popup-content article a {
  font-family: Lato, sans-serif; }

.bottom-newsletter-popup {
  position: fixed;
  box-sizing: border-box;
  bottom: -370px;
  width: 100vw;
  pointer-events: none;
  z-index: 22;
  transition: bottom .25s; }

.bottom-newsletter-popup .wrap {
  width: 1250px; }

@media (min-width: 1250px) {
  .bottom-newsletter-popup .wrap {
    width: calc(100% - 100px); } }

.bottom-newsletter-popup .newsletter-content {
  pointer-events: all;
  box-shadow: 0 0 2px 2px rgba(65, 65, 65, 0.82);
  width: 307px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 64px 18px 10px;
  height: 250px;
  position: relative;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.bottom-newsletter-popup .css-icon-exit {
  right: 5px;
  top: 5px; }

.bottom-newsletter-popup .newsletter-paw {
  position: absolute;
  width: 212px;
  top: -107px;
  left: -94px; }

.bottom-newsletter-popup .newsletter-paw svg {
  width: 100%;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg); }

.bottom-newsletter-popup .newsletter-paw svg:nth-of-type(2) {
  position: absolute;
  width: 75px;
  height: 75px;
  background-size: contain;
  top: 79px;
  left: 64px;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.bottom-newsletter-popup .footer-news-title {
  font-family: Nexa shadow;
  color: #4AACE3;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.bottom-newsletter-popup .footer-news-subtitle {
  font-family: Nexa script;
  color: #FD8A25;
  font-size: 26px;
  line-height: 29px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.bottom-newsletter-popup .footer-news-form input {
  display: block;
  margin: auto;
  margin-top: 12px;
  width: 220px;
  height: 34px;
  border: 2px solid #4AACE3;
  border-radius: 4px;
  padding: 0 3px;
  box-sizing: border-box;
  font-weight: bold;
  background: #EAE8E9;
  color: #858485;
  padding-top: 3px;
  transition: background .25s; }

.bottom-newsletter-popup .footer-news-form input:focus {
  background: #f3f3f3; }

.bottom-newsletter-popup .footer-news-form input::-webkit-input-placeholder {
  text-align: center;
  font-family: Helvetica;
  font-size: 15px;
  color: #858485;
  font-stretch: condensed;
  font-weight: bold; }

.bottom-newsletter-popup .footer-news-form input:-ms-input-placeholder {
  text-align: center;
  font-family: Helvetica;
  font-size: 15px;
  color: #858485;
  font-stretch: condensed;
  font-weight: bold; }

.bottom-newsletter-popup .footer-news-form input::placeholder {
  text-align: center;
  font-family: Helvetica;
  font-size: 15px;
  color: #858485;
  font-stretch: condensed;
  font-weight: bold; }

.bottom-newsletter-popup .footer-news-form button {
  margin-top: 7px;
  height: 30px;
  width: 95px;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  font-stretch: condensed;
  font-family: Verdana;
  border: 1px solid #1b78ac;
  background-image: linear-gradient(to top, #2197d9 0%, #4AACE3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF4AACE3', endColorstr='#FF2197D9');
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-image .25s; }

.bottom-newsletter-popup .footer-news-form button:hover {
  background-image: linear-gradient(to top, #1f8dcb 0%, #3da6e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF3DA6E1', endColorstr='#FF1F8DCB'); }

.bottom-newsletter-popup .footer-news-form button:active {
  margin-top: 8px; }

.bottom-newsletter-popup.active {
  bottom: 0; }

@media (max-width: 767px) {
  .bottom-newsletter-popup {
    display: none; } }

.footer {
  background: #4AACE3;
  color: #fff;
  font-weight: bold;
  font-stretch: condensed;
  clear: both; }

.footer .wrap {
  height: 50px;
  padding-top: 6px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.footer .wrap .footer-right {
  margin-left: auto; }

.footer .wrap .footer-left {
  margin-right: auto; }

.footer .mobile-logo {
  width: 100%;
  height: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 1023px) {
  .footer .mobile-logo img {
    height: 43px;
    max-width: calc(100vw - 50px);
    box-sizing: border-box; } }

@media (min-width: 1024px) {
  .footer .mobile-logo {
    display: none; } }

@media (min-width: 1024px) {
  .footer {
    margin-top: 20px; } }

@media (max-width: 1023px) {
  .footer {
    margin: 32px -10px 0;
    height: 50px; }
  .footer svg {
    max-height: 90%;
    max-width: 90%;
    width: auto; }
  .footer .wrap {
    display: none; } }

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.footer-links li {
  margin-right: 52px; }

.footer-links li:first-child {
  margin-left: 5px; }

.footer-links li:last-child {
  margin-right: 0; }

.footer-links a {
  text-decoration: none !important;
  color: #fff; }

.header-bg {
  font-family: Helvetica;
  font-weight: bold;
  font-stretch: condensed;
  box-shadow: 0px 0px 12px 2px rgba(141, 141, 141, 0.65);
  height: 56px; }

.header-bg .wrap {
  height: 100%;
  padding-left: 0;
  max-width: calc(100vw - 10px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 1023px) {
  .header-bg .wrap {
    padding-right: 10%;
    box-sizing: border-box; } }

@media (min-width: 1024px) {
  .header-bg .wrap {
    width: 1180px; } }

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

@media (max-width: 1023px) {
  .header-bg {
    padding: 4px 0;
    height: 45px;
    box-sizing: border-box; } }

.main-logo-container {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 1023px) {
  .main-logo-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .main-logo-container .main-logo {
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; } }

@media (max-width: 767px) {
  .main-logo-container {
    padding-bottom: 0; } }

.main-logo {
  position: relative;
  margin: 0 15px;
  width: 340px;
  max-width: 100%;
  color: #888;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-logo svg {
  width: 100%;
  max-height: 60px; }

@media (max-width: 1023px) {
  .main-logo svg {
    max-height: 35px; } }

@media (max-width: 1023px) {
  .main-logo {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%; }
  .main-logo img {
    max-height: 100%; } }

@media (max-width: 767px) {
  .main-logo {
    width: calc(100% - 40px);
    margin: auto; } }

.single-header-social {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: #fff;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: top .25s; }

.single-header-social .single-header-fb-share {
  line-height: 0;
  margin-right: 20px; }

.single-header-social .fb-like {
  padding: 3px;
  border: 2px solid #dc0d17;
  border-radius: 2px;
  -webkit-animation: header-like 1.5s infinite ease;
          animation: header-like 1.5s infinite ease; }

@-webkit-keyframes header-like {
  0% {
    border-color: transparent; }
  50% {
    border-color: #dc0d17; }
  100% {
    border-color: transparent; } }

@keyframes header-like {
  0% {
    border-color: transparent; }
  50% {
    border-color: #dc0d17; }
  100% {
    border-color: transparent; } }

.single-header-social.active {
  height: 100%;
  top: 0; }

@media (min-width: 1024px) {
  .single-header-social {
    display: none; } }

.menucontainer {
  max-width: 1150px;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#header-right {
  font-stretch: condensed;
  box-sizing: border-box; }

@media (min-width: 1024px) {
  #header-right {
    border-top: 5px solid #FD8A25;
    height: 56px; } }

@media (max-width: 1023px) {
  #header-right {
    margin-left: auto;
    height: calc(100% - 10px);
    max-width: 10%;
    position: absolute;
    right: 0; } }

#header-shop,
#header-submit {
  padding: 7px 7px 7px 12px; }

#main-search {
  height: 100%; }

@media (max-width: 1023px) {
  #main-search {
    max-width: 100%; } }

@media (min-width: 1024px) {
  #main-search {
    margin-right: 7px; } }

#main-search form {
  height: 100%;
  box-sizing: border-box;
  padding: 2px;
  position: relative;
  max-width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#main-search form span {
  height: 9px; }

#main-search form img {
  margin-left: 10px; }

@media (min-width: 1024px) {
  #main-search form {
    width: 200px; } }

#main-search input[type="text"] {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 5px 3px 0 0;
  box-sizing: border-box;
  text-align: left;
  padding-left: 20px;
  font-family: Helvetica;
  font-stretch: condensed;
  transition: width .25s; }

#main-search input[type="text"]::-webkit-input-placeholder {
  font-family: Helvetica;
  font-stretch: condensed; }

#main-search input[type="text"]:-ms-input-placeholder {
  font-family: Helvetica;
  font-stretch: condensed; }

#main-search input[type="text"]::placeholder {
  font-family: Helvetica;
  font-stretch: condensed; }

@media (max-width: 1023px) {
  #main-search input[type="text"] {
    text-align: left;
    width: 0;
    position: absolute;
    top: 0;
    right: 100%;
    padding: 0; } }

#main-search button[type="submit"] {
  background: #fff;
  height: 100%;
  border: 0;
  padding: 0; }

@media (min-width: 1024px) {
  #main-search button[type="submit"] {
    min-width: 38px; } }

@media (max-width: 1023px) {
  #main-search button[type="submit"] {
    min-width: 81px; } }

#main-search .icon-search-wrap {
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 1024px) {
  #main-search .icon-search-wrap {
    width: 38px;
    margin-left: -38px; } }

@media (max-width: 1023px) {
  #main-search .icon-search-wrap {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #main-search .icon-search-wrap .search-icon {
    width: 40px;
    max-width: calc(100% - 13px);
    height: 100%;
    max-height: 100%; } }

@media (max-width: 1023px) {
  #main-search.active input[type="text"] {
    padding-left: 20px;
    width: calc(100vw - 200%); } }

.main-menu {
  padding: 0;
  list-style: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

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

.main-menu > .menu-item {
  position: relative;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media (min-width: 1024px) {
  .main-menu > .menu-item.current a {
    color: #fff; } }

@media (min-width: 1024px) {
  .main-menu > .menu-item.current {
    background: #FDC581; } }

.main-menu > .menu-item > a {
  height: 56px;
  color: #898989;
  font-size: 16px;
  padding-top: 3px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 1024px) {
  .main-menu > .menu-item > a {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.main-menu > .menu-item > a:hover {
  cursor: pointer; }

.main-menu > .menu-item > a .icon-popup {
  margin-left: 13px;
  margin-top: -9px; }

@media (min-width: 1024px) {
  .main-menu > .menu-item > a {
    width: 119px;
    border-top: 5px solid #FD8A25; } }

@media (max-width: 1023px) {
  .main-menu > .menu-item.more > a {
    display: none; } }

@media (min-width: 1024px) {
  .main-menu > .menu-item {
    border-left: 2px solid #EDEEF1; }
  .main-menu > .menu-item:nth-last-of-type(2) {
    border-right: 2px solid #EDEEF1; } }

@media (max-width: 1023px) {
  .main-menu > .menu-item .icon-popup {
    display: none; } }

.main-menu > .menu-item .submenu {
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 1024px) {
  .main-menu > .menu-item .submenu {
    position: absolute;
    top: 100%;
    height: 54px;
    width: calc(500% + (2 * 5px));
    padding: 5px 0;
    right: -1px;
    box-shadow: 0 0 2px 2px rgba(184, 184, 184, 0.79);
    background: #fff;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .main-menu > .menu-item .submenu .menu-item {
    border-right: 1px solid #EDEEF1;
    height: 100%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-menu > .menu-item .submenu .menu-item:last-child {
    margin-right: 0; }
  .main-menu > .menu-item .submenu a {
    color: #4AACE3; } }

@media (max-width: 1023px) {
  .main-menu > .menu-item .submenu {
    padding: 0;
    margin-top: 40px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .main-menu > .menu-item .submenu .menu-item {
    margin-top: 15px; }
  .main-menu > .menu-item .submenu .menu-item:first-child {
    margin: 0; }
  .main-menu > .menu-item .submenu a {
    color: #fff;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 16px; } }

@media (max-width: 1023px) {
  .main-menu > .menu-item.css-icon-exit {
    position: absolute;
    top: 10px;
    right: 10px; }
  .main-menu > .menu-item.css-icon-exit:before, .main-menu > .menu-item.css-icon-exit:after {
    background: #fff; } }

@media (min-width: 1024px) {
  .main-menu > .menu-item.css-icon-exit {
    display: none; }
  .main-menu > .menu-item:nth-last-of-type(2) {
    -webkit-flex-grow: 10;
        -ms-flex-positive: 10;
            flex-grow: 10; }
  .main-menu > .menu-item:hover .submenu, .main-menu > .menu-item.active .submenu {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .main-menu > .menu-item.inactive .submenu {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); } }

@media (min-width: 1024px) {
  .main-menu {
    margin: 0 0 0 auto; } }

@media (max-width: 1023px) {
  .main-menu {
    position: absolute;
    top: 45px;
    left: -20px;
    margin: 0;
    background: #4AACE3;
    color: #fff;
    width: 280px;
    height: 100vh;
    padding-left: 45px;
    box-sizing: border-box;
    margin-left: -324px;
    padding-top: 20px;
    padding-bottom: calc(100vh - 310px);
    overflow: auto;
    transition: margin-left .25s;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-menu > .menu-item > a {
    font-size: 24px;
    color: #fff;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media (max-width: 1023px) {
  .category .main-menu > menu-item.current a {
    color: #FD8A25; } }

.mobile-menu-active .main-menu {
  margin-left: 0; }

.mobile-menu-active .mobile-menu-overlay {
  content: '';
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 45px;
  left: 0;
  z-index: -1; }

@media (min-width: 1024px) {
  .mobile-menu-active .mobile-menu-overlay {
    display: none; } }

.icon-menu-wrap {
  padding: 32px 14px 0;
  cursor: pointer; }

@media (min-width: 1024px) {
  .icon-menu-wrap {
    display: none; } }

@media (max-width: 1023px) {
  .icon-menu-wrap {
    padding: 0;
    box-sizing: border-box;
    max-width: 10%;
    width: 10%;
    max-height: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .icon-menu-wrap svg {
    width: 100%;
    max-height: 100%;
    height: 100%; } }

#top-banner {
  padding: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media (max-width: 767px) {
  #top-banner {
    padding: 0; } }

#top-banner .top-banner-inner {
  height: 100%; }

#top-banner .top-banner-inner .wrap {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1023px) {
  #top-banner .top-banner-inner {
    width: 1180px; } }

.single #top-banner {
  margin-bottom: 0; }

#top-banner .top-banner-inner {
  margin: 10px auto; }

.admin-bar .header-bg {
  margin-top: 32px; }

@media (max-width: 781px) {
  .admin-bar .header-bg {
    margin-top: 46px; } }

#ajaxinsertion {
  margin-top: 10px;
  clear: both;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  background-color: #4AACE3;
  color: #fff; }

#ajaxinsertion .fa {
  margin-right: 15px; }

.trending-top .angle-right {
  position: relative; }

.trending-top .angle-right:before {
  content: '';
  width: 15px;
  height: 15px;
  border-left: 2px white solid;
  border-bottom: 2px white solid;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
      -ms-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg); }

.pagination .icon-right {
  right: 30px; }

.pagination .pagination-button-content {
  white-space: nowrap;
  letter-spacing: 1.5px !important; }

.header-spacer {
  height: 75px; }

@media (max-width: 399px) {
  .prevpage .pagination-button-content {
    padding-left: 30px !important; }
  .nextpage .pagination-button-content {
    padding-right: 30px !important; }
  #sidebar > div.sidebar-posts-widget.most-bt.content-recs-bot {
    margin-top: 20px; } }

.main-wrap:after {
  content: '';
  clear: both;
  display: block; }

/*.content{
  border-right: 2px solid #EDEEF1;
}*/
.wpcf7 p {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (max-width: 1023px) {
  .wpcf7 p {
    font-size: 14px;
    font-weight: normal; } }

.wpcf7 p span {
  width: 50%; }

@media (max-width: 1023px) {
  .wpcf7 p span {
    min-width: 50%; } }

.wpcf7 p input, .wpcf7 p textarea {
  width: 100%;
  box-sizing: border-box; }

@media (max-width: 1023px) {
  .wpcf7 p input, .wpcf7 p textarea {
    border: 1px solid #b1b1b1; } }

.wpcf7 p input[type="submit"] {
  width: 50%;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  background-image: linear-gradient(to top, #2197d9 0%, #4AACE3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF4AACE3', endColorstr='#FF2197D9');
  color: #fff;
  box-sizing: border-box;
  height: 36px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #1e87c2;
  font-stretch: condensed;
  font-family: Verdana; }

.wpcf7 p input[type="submit"]:hover {
  background-image: linear-gradient(to top, #1f8dcb 0%, #3da6e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF3DA6E1', endColorstr='#FF1F8DCB'); }

.wpcf7 p input[type="submit"]:active {
  margin-bottom: -1px;
  margin-top: 1px; }

.wpcf7 p img {
  width: 16px;
  height: 16px;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  margin-right: 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

@media (min-width: 768px) {
  .wpcf7 {
    width: 550px; } }

.custom_dialog {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.custom_dialog.active_popup .popup-content {
  margin-top: 0; }

@media (min-width: 1024px) {
  .custom_dialog {
    height: calc(100vh - 56px);
    top: 56px !important; } }

@media (max-width: 1023px) {
  .custom_dialog {
    top: 0 !important;
    height: 100vh;
    z-index: 9999; } }

.modal-content-wrap,
.popup-content {
  background: #fff;
  display: inline-block;
  position: relative;
  pointer-events: all;
  padding: 40px 20px 20px;
  max-width: 780px;
  margin-top: -120px;
  max-height: 100vh;
  transition: margin-top .25s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.modal-content-wrap > h2,
.popup-content > h2 {
  text-align: center;
  color: #4AACE3;
  font-size: 75px;
  font-weight: normal;
  margin: 0;
  font-family: Nexa shadow; }

.modal-content-wrap > h2 .ei-you,
.popup-content > h2 .ei-you {
  font-family: Nexa script;
  color: #FD8A25; }

.modal-content-wrap > h2 .ei-exclamation,
.popup-content > h2 .ei-exclamation {
  display: none; }

@media (max-width: 1023px) {
  .modal-content-wrap > h2,
  .popup-content > h2 {
    font-size: 6vw; } }

.modal-content-wrap p,
.popup-content p {
  text-align: center;
  color: #393235;
  line-height: 29px;
  margin: 30px 0 30px;
  font-size: 29px;
  font-stretch: condensed; }

.modal-content-wrap p.light-blue,
.popup-content p.light-blue {
  color: #4AACE3; }

@media (max-width: 767px) {
  .modal-content-wrap,
  .popup-content {
    max-width: 100vw; } }

.close-popup {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 26px;
  height: 26px; }

.exit_intent_content article {
  float: left;
  max-width: calc(33.3333333333% - (30px / 3));
  margin-right: 15px;
  position: relative;
  text-align: left;
  color: #4AACE3; }

.exit_intent_content article:last-of-type {
  margin-right: 0; }

.exit_intent_content article .imgcont {
  max-height: 177px;
  overflow: hidden;
  display: block;
  line-height: 0;
  position: relative; }

.exit_intent_content article .imgcont .video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.exit_intent_content article header {
  display: none; }

.exit_intent_content article h2 {
  line-height: 18px;
  font-size: 18px;
  min-height: 4em;
  padding: 10px 10px 0;
  margin: 0;
  border: 2px solid #EDEEF1;
  border-top: 0;
  display: block; }

.exit_intent_content article h2 a {
  color: black;
  text-decoration: none !important;
  font-size: 16px;
  font-stretch: condensed;
  font-weight: bold;
  line-height: 16px; }

.custom_dialog.custom-dialog-btab-cta.active_popup .popup-content {
  margin-top: 0; }

.three-posts .exit_intent_content h2 {
  line-height: 23px; }

.custom_dialog.custom-dialog-btab-cta {
  background: rgba(0, 0, 0, 0.6) !important;
  pointer-events: all !important; }

.popup-paw {
  position: absolute;
  top: -105px;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg); }

@media (min-width: 768px) {
  .popup-paw {
    width: 210px;
    left: -90px; } }

@media (max-width: 767px) {
  .popup-paw {
    width: 160px;
    left: -15px; } }

.popup-image-overlay {
  line-height: 0; }

.popup-image-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(74, 172, 227, 0.5);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(74, 172, 227, 0.5) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$right', endColorstr='$left', GradientType=1);
  /* IE6-9 */ }

.facebook-overlay .font-nexa-shadow {
  font-size: 46px;
  margin-top: 47px;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .facebook-overlay .font-nexa-shadow {
    font-size: 7vw; } }

@media (min-width: 768px) {
  .facebook-overlay .font-nexa-shadow {
    margin-left: 36px; } }

.facebook-overlay .up-to-date {
  margin-top: 0px; }

@media (min-width: 768px) {
  .facebook-overlay .up-to-date {
    margin-left: 33px;
    font-size: 23px; } }

@media (max-width: 767px) {
  .facebook-overlay .up-to-date {
    font-size: 5vw; } }

#exit_intent_dialog .popup-content {
  max-width: 1020px;
  box-sizing: border-box; }

@media (max-width: 1023px) {
  #exit_intent_dialog .popup-content {
    max-width: calc(100% - 20px); } }

.after-fb-popup {
  text-shadow: 1px 1px #fff; }

@media (min-width: 768px) {
  .after-fb-popup .font-nexa-shadow {
    font-size: 42px;
    margin-top: 50px; } }

@media (max-width: 767px) {
  .after-fb-popup .font-nexa-shadow {
    font-size: 27px;
    margin-bottom: 0; } }

.after-fb-popup .like-text {
  font-size: 33px; }

@media (min-width: 768px) {
  .after-fb-popup .like-text {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .after-fb-popup .like-text {
    margin-bottom: 20px;
    font-size: 27px; } }

.after-fb-popup .after-fb-svg {
  position: absolute; }

@media (min-width: 768px) {
  .after-fb-popup .after-fb-svg {
    width: 320px;
    height: 340px;
    left: -180px;
    bottom: 40px; } }

@media (max-width: 767px) {
  .after-fb-popup .after-fb-svg {
    display: none; } }

.after-fb-popup .fb_iframe_widget {
  background: #fff; }

.after-fb-popup div {
  z-index: 1; }

@media (min-width: 768px) {
  .video-end-popup .font-nexa-shadow {
    font-size: 43px; } }

@media (max-width: 767px) {
  .video-end-popup .font-nexa-shadow {
    font-size: 28px; } }

.video-end-popup .share-it {
  font-size: 24px;
  margin-top: 10px; }

.video-end-popup .fb-share-btn,
.video-end-popup .tweet-btn {
  margin: auto; }

@media (max-width: 767px) {
  .video-end-popup .fb-share-btn,
  .video-end-popup .tweet-btn {
    width: 130px; } }

@media (min-width: 768px) {
  .video-end-popup .fb-share-btn {
    margin-right: 20px; }
  .video-end-popup .tweet-btn {
    margin-left: 20px; } }

.image-paws-overlay .popup-image-overlay {
  position: relative; }

.image-paws-overlay img {
  max-height: 30vh; }

.image-paws-overlay .paw-overlay-svg-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.image-paws-overlay svg {
  position: absolute;
  bottom: 0;
  height: 70%; }

.label-paw {
  height: 100%;
  max-height: 100%;
  max-width: 100%; }

.sidebar h3 {
  color: #4AACE3;
  margin: 0;
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
  font-stretch: condensed; }

.sidebar .play-icon-overlay {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .sidebar {
    position: relative !important;
    padding-bottom: 0 !important;
    margin: 25px auto !important; } }

.sidebar-fb-like {
  width: 100%;
  margin-top: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.sidebar-fb-like .icon-arrow-right {
  margin-left: auto;
  margin-right: 20px; }

@media (max-width: 767px) {
  .sidebar-fb-like {
    display: none; } }

h3.newsletter-title {
  color: #4AACE3;
  margin: 0 0 10px;
  margin-bottom: 3px; }

#sidebar-newsletter form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#sidebar-newsletter form .sidebar-submit-wrap {
  width: 46px;
  height: 46px;
  position: relative; }

#sidebar-newsletter form .sidebar-submit-wrap svg {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none; }

#sidebar-newsletter form button[type="submit"] {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  background-size: contain; }

#sidebar-newsletter form input[type="email"] {
  margin-right: auto;
  color: #898989;
  background: #E3E3E3;
  height: 29px;
  width: calc(100% - 46px - 12px);
  border: 1px solid #4AACE3;
  border-radius: 5px;
  padding-left: 20px;
  box-sizing: border-box;
  transition: background .25s; }

#sidebar-newsletter form input[type="email"]::-webkit-input-placeholder {
  text-align: center; }

#sidebar-newsletter form input[type="email"]:-ms-input-placeholder {
  text-align: center; }

#sidebar-newsletter form input[type="email"]::placeholder {
  text-align: center; }

#sidebar-newsletter form input[type="email"]:focus {
  background: #f3f3f3; }

@media (max-width: 767px) {
  #sidebar-newsletter {
    display: none; } }

@media (max-width: 767px) {
  .sidebar-bottom-ads {
    margin: 0 -20px;
    text-align: center; } }

.sidebar-div {
  width: 100%;
  height: 2px;
  margin: 10px 0;
  clear: both; }

@media (max-width: 767px) {
  .sidebar-div {
    display: none; } }

.sidebar-revcontent {
  margin-top: -10px; }

.sidebar-revcontent .widget {
  margin: 0; }

.image-upload {
  width: 100%;
  background: #E3E3E3;
  color: #4AACE3;
  font-weight: bold;
  height: 600px; }

.sidebar-posts-widget .sidebar-div {
  display: block; }

.sidebar-posts-widget .category-name {
  white-space: nowrap;
  text-decoration: none !important;
  color: #fff;
  background: #4AACE3;
  width: 100%;
  font-family: Impact;
  height: 38px;
  font-size: 22px;
  padding: 5px 15px 5px 24px;
  box-sizing: border-box;
  margin-bottom: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sidebar-posts-widget .category-name .icon-right {
  border-color: #fff;
  width: 15px;
  height: 15px;
  margin-bottom: 6px; }

.sidebar-posts-widget .category-name .icon-down {
  margin-top: -12px;
  margin-right: -4px; }

.sidebar-posts-widget.cat > .post {
  margin-bottom: 20px;
  position: relative; }

.sidebar-posts-widget.cat > .post:last-child {
  margin-bottom: 0; }

.sidebar-posts-widget.cat > .post > a {
  position: relative;
  text-decoration: none !important;
  min-width: 100%;
  min-height: 100px;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.sidebar-posts-widget.cat > .post > a .post-title, .sidebar-posts-widget.cat > .post > a:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  box-sizing: border-box; }

.sidebar-posts-widget.cat > .post > a .post-title {
  font-size: 16px;
  z-index: 2;
  margin: 0;
  padding: 8px 8px 5px;
  color: #fff;
  text-shadow: 0px 1px 1px #000;
  font-weight: normal;
  line-height: 1; }

.sidebar-posts-widget.cat > .post > a .wp-post-image {
  width: 100%;
  height: auto; }

.sidebar-posts-widget.cat > .post > a:after {
  content: '';
  display: block;
  height: 100%;
  z-index: 1;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+70,000000+100 */
  background: rgba(255, 255, 255, 0);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(#ffffff, 0)', endColorstr='rgba(#000000, 0.7)', GradientType=0);
  /* IE6-9 */ }

.sidebar-posts-widget.most-bt {
  margin-bottom: 20px;
  background: #fff; }

.sidebar-posts-widget.most-bt .play-icon-overlay {
  margin-bottom: 0; }

.sidebar-posts-widget.most-bt .category-name {
  margin-bottom: 19px; }

.sidebar-posts-widget.most-bt > .post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sidebar-posts-widget.most-bt > .post > a {
  text-decoration: none !important;
  width: calc(100% - 42px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sidebar-posts-widget.most-bt > .post .most-bt-position {
  color: #4AACE3;
  font-size: 62px;
  font-stretch: condensed;
  width: 42px; }

.sidebar-posts-widget.most-bt > .post .img {
  width: 104px;
  height: 104px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.sidebar-posts-widget.most-bt > .post .post-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #101010;
  width: calc(100% - 104px);
  padding-left: 16px;
  box-sizing: border-box; }

.sidebar-posts-widget.most-bt .sidebar-div {
  margin: 9px 0px; }

.fb-page {
  max-width: 100%; }

.fb-page > span {
  max-width: 100%; }

.fb-page > span > iframe {
  max-width: 100%; }

@media (min-width: 768px) {
  .fb-page {
    height: 214px; } }

@media (min-width: 768px) {
  .fb-page {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.sidebar-bottom-ad {
  background: #E3E3E3;
  color: #898989;
  margin: 0 12px;
  height: 250px; }

.widget {
  clear: both; }

li.widget {
  list-style-type: none; }

.sidebar-skyscraper li.widget {
  text-align: center; }

.sidebar-skyscraper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .sidebar-skyscraper {
    display: none; } }

.sidebar-fb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sidebar-div + .sidebar-div {
  display: none; }

.mail-fail-message {
  position: absolute;
  top: 100%; }

.fb-like {
  overflow: hidden; }

@media (min-width: 768px) and (max-width: 1023px) {
  .no-sidebar-tablet .sidebar {
    display: none !important; } }

@media (min-width: 768px) {
  .sidebar-posts-widget .img-ph-wrap img {
    max-height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: top; } }

@media (max-width: 767px) {
  .sidebar-posts-widget .img-ph-wrap img {
    width: 100%; } }

.attributioncont {
  display: block; }

.attributioncont .attribution {
  font-size: 10px;
  color: #808080;
  line-height: 1.25;
  margin-bottom: 0 !important;
  text-align: left;
  font-style: italic;
  display: block; }

.attributioncont img {
  width: 100%;
  height: auto; }

.attributioncont a {
  text-decoration: none !important;
  color: #898989; }

h1 {
  font-family: Helvetica;
  font-weight: bold;
  font-stretch: condensed; }

.single-revcontent-wrap {
  margin-top: -30px; }

@media (max-width: 767px) {
  .single-revcontent-wrap {
    margin-top: -20px; } }

.single-cat-link {
  font-size: 20px;
  height: 32px;
  line-height: 38px;
  margin-right: 20px;
  padding: 0 12px; }

@media (max-width: 767px) {
  .single-cat-link {
    box-sizing: border-box;
    font-size: 27px;
    height: 42px;
    padding: 8px 12px 0; } }

.embed-container iframe, .embed iframe {
  width: 100%; }

@media (min-width: 768px) {
  .embed-container iframe[src^="https://www.youtube.com/"], .embed-container iframe[src^="http://www.youtube.com/"], .embed iframe[src^="https://www.youtube.com/"], .embed iframe[src^="http://www.youtube.com/"] {
    height: 400px;
    width: 100%; } }

.single-title {
  margin-bottom: 20px;
  color: #494949; }

@media (max-width: 767px) {
  .single-title {
    font-size: 24px;
    line-height: 1.3;
    padding: 0;
    margin-bottom: 0px; } }

.single-byline {
  padding-bottom: 10px;
  font-stretch: condensed;
  color: #494949;
  border-bottom: 1px solid #EDEEF1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media (max-width: 767px) {
  .single-byline {
    padding: 20px 0; } }

.single-byline .single-byline-data {
  font-size: 16px; }

.single-byline a {
  color: #777474;
  text-decoration: blink; }

.single-byline .by, .single-byline .author-name {
  font-weight: bold; }

@media (max-width: 767px) {
  .single-byline img {
    height: 42px; } }

.single-social-header {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (max-width: 767px) {
  .top_social_bar_mobile .single-social-header {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .top_social_bar_tablet .single-social-header {
    display: none; } }

@media (min-width: 1024px) {
  .top_social_bar_desktop .single-social-header {
    display: none; } }

@media (min-width: 1024px) {
  .single-social-header .facebook {
    width: 64%; }
  .single-social-header .twitter {
    margin-left: 2%;
    width: 34%; } }

@media (max-width: 1023px) {
  .single-social-header .social-btn {
    width: calc(50% - 2px); }
  .single-social-header .social-btn a .on-fb {
    display: none; }
  .single-social-header .social-btn a .social-btn-icon {
    width: 10vw;
    min-width: 35%; } }

.dev-ad-350-250 {
  width: 300px;
  height: 250px;
  background: #E3E3E3;
  margin: 0 auto; }

.social-btn {
  height: 47px;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: Verdana; }

.social-btn .share-btn-text {
  display: block;
  margin: auto; }

.social-btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none !important;
  padding: 4px 0px;
  box-sizing: border-box;
  font-stretch: condensed;
  font-size: 19px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.social-btn.facebook {
  background: #3C5B97;
  background-image: linear-gradient(to top, #3b55a0 0%, #4c69ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF4C69BA', endColorstr='#FF3B55A0'); }

.social-btn.facebook:hover {
  background-image: linear-gradient(to top, #4864b1 0%, #5b7bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF5B7BD5', endColorstr='#FF4864B1'); }

.social-btn.twitter {
  background: #1DADEB;
  background-image: linear-gradient(to top, #139fdb 0%, #1DADEB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF1DADEB', endColorstr='#FF139FDB'); }

.social-btn .social-btn-icon {
  width: 55px;
  height: 100%;
  border-right: 1px solid #EDEEF1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 767px) {
  .social-btn {
    height: 50px; }
  .social-btn svg {
    max-width: calc(100% - 5px); } }

.single-social-footer {
  width: 100%;
  margin: 28px auto 5px;
  clear: both; }

.single-social-footer:after, .single-social-footer:before {
  content: '';
  clear: both; }

@media (max-width: 767px) {
  .remove_bottom_social_bar_mobile .single-social-footer {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .remove_bottom_social_bar_tablet .single-social-footer {
    display: none; } }

@media (min-width: 1024px) {
  .remove_bottom_social_bar_desktop .single-social-footer {
    display: none; } }

.single-social-footer a {
  font-family: Verdana;
  font-size: 30px; }

.single-social-footer .social-btn.facebook {
  height: 56px;
  text-shadow: 1px 1px black;
  border-bottom: 1px solid black;
  box-sizing: content-box; }

.single-social-footer .social-btn.facebook:active {
  border-top: 1px solid #fff;
  border-bottom: 0; }

.single-social-footer .social-btn.facebook .social-btn-icon {
  width: 55px; }

.single-social-footer .share-btn-text {
  text-shadow: 1px 1px #18264E; }

@media (max-width: 1023px) {
  .single-social-footer .share-btn-text {
    font-size: 3vw; } }

@media (max-width: 767px) {
  .single-social-footer .share-btn-text {
    font-size: 6vw; } }

.single-social-footer .fb-like-wrap {
  height: 40px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.single-social-footer .fb-like-wrap .msg {
  font-family: Verdana;
  color: #3C5B97;
  margin-right: 10px;
  text-transform: uppercase; }

.single-social-footer .fb-like-wrap .icon-arrow-right-wrap {
  width: 40px; }

.single-social-footer .fb-like-wrap .icon-arrow-right {
  margin-right: 20px;
  -webkit-animation: single-like 2s infinite ease;
          animation: single-like 2s infinite ease; }

@-webkit-keyframes single-like {
  0% {
    margin-left: 0px;
    margin-right: 10px; }
  50% {
    margin-left: 10px;
    margin-right: 0px; }
  100% {
    margin-left: 0px;
    margin-right: 10px; } }

@keyframes single-like {
  0% {
    margin-left: 0px;
    margin-right: 10px; }
  50% {
    margin-left: 10px;
    margin-right: 0px; }
  100% {
    margin-left: 0px;
    margin-right: 10px; } }

.post-single-excerpt, .single-content {
  line-height: 24px; }

.post-single-excerpt a[href*="javascript:void(0)"], .single-content a[href*="javascript:void(0)"] {
  color: initial;
  border-bottom: 0;
  text-decoration: blink !important;
  cursor: default; }

.post-single-excerpt p.btcaption, .single-content p.btcaption {
  padding: 0px 16px;
  clear: both;
  font-stretch: condensed; }

@media (max-width: 767px) {
  .post-single-excerpt p.btcaption, .single-content p.btcaption {
    margin-top: 20px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .post-single-excerpt p.btcaption, .single-content p.btcaption {
    font-size: 22px;
    margin-top: 20px; } }

.post-single-excerpt p img, .single-content p img {
  width: 100%; }

.post-single-excerpt > .main-content-iframe iframe,
.post-single-excerpt > iframe, .single-content > .main-content-iframe iframe,
.single-content > iframe {
  max-width: 100%;
  width: 100%; }

@media (min-width: 768px) {
  .post-single-excerpt > .main-content-iframe iframe[src^="https://www.youtube.com/"], .post-single-excerpt > .main-content-iframe iframe[src^="http://www.youtube.com/"],
  .post-single-excerpt > iframe[src^="https://www.youtube.com/"],
  .post-single-excerpt > iframe[src^="http://www.youtube.com/"], .single-content > .main-content-iframe iframe[src^="https://www.youtube.com/"], .single-content > .main-content-iframe iframe[src^="http://www.youtube.com/"],
  .single-content > iframe[src^="https://www.youtube.com/"],
  .single-content > iframe[src^="http://www.youtube.com/"] {
    height: 400px;
    width: 100%; } }

.single-div {
  width: 100%;
  height: 2px;
  background: #EDEEF1;
  margin: 30px 0; }

.single-recommendations-widget {
  margin-top: 20px; }

.single-recommendations-widget .archive-image img {
  max-height: 190px;
  object-fit: cover; }

.single-recommendations-widget .widget-title {
  background: #4AACE3;
  color: #fff;
  font-family: Impact;
  height: 37px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 5px 15px;
  font-size: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.single-recommendations-widget .widget-title .label-paw {
  margin-left: auto; }

@media (min-width: 768px) {
  .single-recommendations-widget {
    padding-bottom: 45px; } }

.archive-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.archive-container .archive-item {
  box-sizing: border-box; }

@media (max-width: 767px) {
  .archive-container .archive-item {
    width: 100%; } }

@media (min-width: 768px) {
  .archive-container .archive-item {
    width: calc(50% - 20px);
    margin: 10px; } }

@media (min-width: 1040px) {
  .archive-container .archive-item-content {
    padding: 14px 9px 0; } }

.archive-container .archive-item-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1; }

@media (min-width: 768px) {
  .archive-container .archive-item-title {
    margin: 0 0 19px; } }

@media (max-width: 767px) {
  .archive-container .archive-item-title {
    font-weight: bold;
    font-stretch: condensed;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px; } }

@media (min-width: 768px) {
  .archive-container {
    margin: -10px; } }

.main-content-iframe,
.main-content-image {
  text-align: center;
  position: relative;
  clear: both; }

.main-content-iframe .social,
.main-content-image .social {
  position: absolute;
  left: -6px;
  top: calc(50% - (126px / 2));
  width: auto;
  overflow: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.main-content-iframe .social li,
.main-content-image .social li {
  margin: 7px 7px 7px 0;
  position: relative; }

.main-content-iframe .social li.social-fb:after, .main-content-iframe .social li.social-fb:before, .main-content-iframe .social li.social-tw:after, .main-content-iframe .social li.social-tw:before, .main-content-iframe .social li.social-pin:after, .main-content-iframe .social li.social-pin:before,
.main-content-image .social li.social-fb:after,
.main-content-image .social li.social-fb:before,
.main-content-image .social li.social-tw:after,
.main-content-image .social li.social-tw:before,
.main-content-image .social li.social-pin:after,
.main-content-image .social li.social-pin:before {
  -webkit-transform: translate(6px, 6px);
      -ms-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  transition: all .25s;
  transition-delay: .25s;
  z-index: -1; }

.main-content-iframe .social li.social-fb:before, .main-content-iframe .social li.social-tw:before, .main-content-iframe .social li.social-pin:before,
.main-content-image .social li.social-fb:before,
.main-content-image .social li.social-tw:before,
.main-content-image .social li.social-pin:before {
  content: '';
  display: block;
  border-top: 5px solid;
  border-left: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 0; }

.main-content-iframe .social li.social-fb:after, .main-content-iframe .social li.social-tw:after, .main-content-iframe .social li.social-pin:after,
.main-content-image .social li.social-fb:after,
.main-content-image .social li.social-tw:after,
.main-content-image .social li.social-pin:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%; }

.main-content-iframe .social li.social-fb a,
.main-content-image .social li.social-fb a {
  background: #3C5B97; }

.main-content-iframe .social li.social-fb svg,
.main-content-image .social li.social-fb svg {
  width: 21px;
  min-width: 21px; }

.main-content-iframe .social li.social-fb:before,
.main-content-image .social li.social-fb:before {
  border-top-color: #1f2f4e; }

.main-content-iframe .social li.social-fb:after,
.main-content-image .social li.social-fb:after {
  background: #1f2f4e; }

.main-content-iframe .social li.social-tw a,
.main-content-image .social li.social-tw a {
  background: #1DADEB; }

.main-content-iframe .social li.social-tw svg,
.main-content-image .social li.social-tw svg {
  width: 22px;
  min-width: 22px; }

.main-content-iframe .social li.social-tw:before,
.main-content-image .social li.social-tw:before {
  border-top-color: #0d6c95; }

.main-content-iframe .social li.social-tw:after,
.main-content-image .social li.social-tw:after {
  background: #0d6c95; }

.main-content-iframe .social li.social-pin a,
.main-content-image .social li.social-pin a {
  background: #C6242F; }

.main-content-iframe .social li.social-pin svg,
.main-content-image .social li.social-pin svg {
  width: 26px;
  min-width: 26px; }

.main-content-iframe .social li.social-pin:before,
.main-content-image .social li.social-pin:before {
  border-top-color: #70141b; }

.main-content-iframe .social li.social-pin:after,
.main-content-image .social li.social-pin:after {
  background: #70141b; }

.main-content-iframe .social li a,
.main-content-image .social li a {
  width: 0;
  height: 35px;
  overflow: hidden;
  max-width: 20vw;
  transition: width .25s, box-shadow 0s;
  transition-delay: .25s;
  transition-delay: 0s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1023px) {
  .main-content-iframe .social,
  .main-content-image .social {
    top: calc(50% - (148px / 2)); } }

.main-content-iframe:hover .social li:before, .main-content-iframe:hover .social li:after, .main-content-iframe .hover .social li:before, .main-content-iframe .hover .social li:after,
.main-content-image:hover .social li:before,
.main-content-image:hover .social li:after,
.main-content-image .hover .social li:before,
.main-content-image .hover .social li:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition-delay: 0s; }

.main-content-iframe:hover .social li a, .main-content-iframe .hover .social li a,
.main-content-image:hover .social li a,
.main-content-image .hover .social li a {
  width: 100px;
  box-shadow: 3px 2px 1px -1px rgba(38, 38, 38, 0.45);
  transition-delay: .25s; }

@media (max-width: 767px) {
  .main-content-iframe {
    margin: 0 -10px; } }

@media (max-width: 1023px) {
  .main-content-iframe .social {
    display: none; } }

.youtube_player {
  width: 100%;
  height: 400px; }

input[name="readmore"] {
  display: none; }

input[name="readmore"] + div {
  display: none; }

input[name="readmore"]:checked + div {
  display: block; }

.post-single-excerpt {
  position: relative;
  line-height: 24px;
  margin: 1em 0 100px; }

.post-single-excerpt .excerpt > * {
  display: inline; }

.post-single-excerpt label {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0px 0 white, inset 0 -0.1px 0 black;
  cursor: pointer;
  color: #797676; }

.post-single-excerpt label:hover {
  color: #4AACE3; }

.post-single-excerpt .three-faded {
  display: inline;
  position: relative;
  color: lightgrey; }

.post-single-excerpt .three-faded:before {
  /*
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 24px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, white), color-stop(50%,  rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 0.5)));
      background-image: -webkit-linear-gradient(left, white 0%,rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
      background-image: -webkit-linear-gradient(right, white 0%,rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
      background-image: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
      pointer-events: none;
      */ }

.post-single-excerpt .faded:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: linear-gradient(to top, white 0%, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none; }

.post-single-excerpt .single-top-share {
  display: block; }

.post-single-excerpt .subscribeform {
  display: none; }

.trending-top-container {
  height: 168px;
  margin-bottom: 10px;
  font-family: Helvetica;
  font-weight: bold;
  font-stretch: condensed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.trending-top-container .container {
  border-bottom: 2px solid #EDEEF1;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.trending-top-container .trending-top {
  height: 155px;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.trending-top-container .trending-title {
  width: 110px;
  background: #4AACE3;
  color: #fff;
  height: 100%;
  font-size: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.trending-top-container .trending-slider {
  height: 100%;
  margin-left: 5px;
  overflow: hidden;
  position: relative;
  width: calc(100% - 5px - 110px - 5px - 28px); }

.trending-top-container .trending-items-wrap {
  height: 100%;
  width: 300%;
  transition: margin-left .5s; }

.trending-top-container .trend-item-link {
  height: 100%;
  width: calc((100% / 9) - 3px);
  margin-right: 5px;
  float: left;
  position: relative;
  transition: margin-left .5s; }

.trending-top-container .trend-item-link .trend-item-img img {
  width: 100%; }

.trending-top-container .trend-item-link .trend-item-title {
  position: absolute;
  bottom: 0;
  text-shadow: 0px 1px 1px #000;
  color: #fff;
  padding: 5px 5px 4px;
  min-height: 5em;
  font-stretch: condensed;
  font-weight: normal;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: linear-gradient(to top, #101010 0%, rgba(16, 16, 16, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00101010', endColorstr='#FF101010'); }

.trending-top-container .trending-next {
  height: 100%;
  cursor: pointer;
  background: #4AACE3;
  margin-left: 5px;
  width: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.trending-top-container .trending-next .icon-right {
  width: 20px;
  height: 20px;
  border-color: #fff;
  margin-bottom: -2px;
  margin-left: -12px; }

@media (max-width: 1023px) {
  .trending-top-container {
    display: none; } }

.trending-top-container .play-icon-overlay svg {
  margin-bottom: 30px; }

.taboola-pixel,
[data-adid='24'], [data-adid='52'],
img[src*="analytics.yahoo.com"],
[data-adid='11'],
[data-adid='16'],
.outbrain-pixel {
  display: none; }

[data-adid] {
  text-align: center; }

#singlebotad {
  text-align: center;
  clear: both;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

@media (max-width: 767px) {
  #singlebotad {
    margin: 0 -20px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

[data-adid='6'] {
  width: 100%; }

@media (min-width: 640px) {
  [data-adid='6'] {
    margin: 0 auto 10px auto; } }

@media (max-width: 640px) {
  [data-adid='6'] {
    margin-top: 8px; } }

@media (min-width: 768px) {
  .advertisement_gpt_title {
    position: relative;
    margin-top: 28px; }
  .advertisement_gpt_title:after {
    margin: 10px auto 3px auto;
    content: 'advertisement';
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 100%;
    text-transform: uppercase;
    color: #676767;
    font-size: 10px;
    padding-bottom: 5px; } }

[data-adid='43'] {
  margin: 20px 0; }

[data-adid='5'] {
  margin: 20px 0; }

@media (max-width: 767px) {
  [data-adid='6'] {
    margin-top: 10px; } }

[data-adid='20'] {
  margin-top: 20px; }

[data-adid='38'] {
  margin: 20px auto 10px auto;
  display: block; }

@media (max-width: 768px) {
  [data-adid='38'] {
    width: 300px;
    height: 250px; } }

.OUTBRAIN {
  margin-top: 25px; }

@media (min-width: 768px) {
  [data-adid='3'] {
    margin: 20px auto; }
  [data-adid='25'] {
    margin: 20px auto; } }

@media (min-width: 1024px) {
  .bt_taboola_wrapper {
    margin: 30px auto; } }

[id*="taboola-below-article-"] {
  margin-top: 20px; }

#yahoo_ads {
  max-width: 300px; }

.yap-ad-1-wrapper {
  margin-top: 20px; }

.bt-hidden-el {
  display: none !important; }

[data-adid='27'], [data-adid='28'], [data-adid='29'], [data-adid='30'], [data-adid='31'], [data-adid='32'], [data-adid='33'] {
  display: block;
  margin-bottom: 27px; }

@media (max-width: 767px) {
  [data-adid='27'], [data-adid='28'], [data-adid='29'], [data-adid='30'], [data-adid='31'], [data-adid='32'], [data-adid='33'] {
    margin-bottom: 22px; } }

[data-waid] [data-adid='27'],
[data-waid] [data-adid='28'],
[data-waid] [data-adid='29'],
[data-waid] [data-adid='30'],
[data-waid] [data-adid='31'],
[data-waid] [data-adid='32'],
[data-waid] [data-adid='33'] {
  margin-bottom: 7px; }

@media (max-width: 767px) {
  [data-waid] [data-adid='27'],
  [data-waid] [data-adid='28'],
  [data-waid] [data-adid='29'],
  [data-waid] [data-adid='30'],
  [data-waid] [data-adid='31'],
  [data-waid] [data-adid='32'],
  [data-waid] [data-adid='33'] {
    margin-bottom: 2px; } }

@-webkit-keyframes spin-a-wheel {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin-a-wheel {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.dfp-close-icon {
  visibility: hidden;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: black;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.dfp-close-icon:after, .dfp-close-icon:before {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  background: #fff; }

.dfp-close-icon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.dfp-close-icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.c51 {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  z-index: 2147483646;
  text-align: center;
  width: 100%; }

.c51-inner-wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.nextpage,
.prevpage {
  position: relative; }

.pagination-button-content {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.pagination-button-content svg, .pagination-button-content img {
  position: absolute;
  max-width: 30px;
  max-height: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.nextpage .pagination-button-content {
  padding-right: 40px; }

.nextpage .pagination-button-content svg, .nextpage .pagination-button-content img {
  right: 0; }

.prevpage .pagination-button-content {
  padding-left: 40px; }

.prevpage .pagination-button-content svg, .prevpage .pagination-button-content img {
  left: 0; }

.prevpage .first-gal-page,
.prevpage .gal-only-nextpage {
  display: none !important;
  width: 100%; }

@media (max-width: 767px) {
  .display-type-gallery.gal-only-next-mobile .nextpage {
    width: 100%; }
  .display-type-gallery.gal-only-next-mobile .prevpage {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .display-type-gallery.gal-only-next-tablet .nextpage {
    width: 100%; }
  .display-type-gallery.gal-only-next-tablet .prevpage {
    display: none !important; } }

@media (min-width: 1024px) {
  .display-type-gallery.gal-only-next-desktop .nextpage {
    width: 100%; }
  .display-type-gallery.gal-only-next-desktop .prevpage {
    display: none !important; } }

.paged-1 .pagination .link-prev {
  visibility: hidden; }

.fb-img-headline {
  display: none; }

@media (max-width: 767px) {
  .body--fb-img-headline-mobile-show .fb-img-headline {
    display: block;
    margin: 15px auto 20px auto; }
  .body--fb-img-headline-mobile-show .fb-img-headline img {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .body--fb-img-headline-tablet-show .fb-img-headline {
    display: block;
    margin: 15px auto 20px auto; }
  .body--fb-img-headline-tablet-show .fb-img-headline img {
    width: 100%; } }

@media (min-width: 1024px) {
  .body--fb-img-headline-desktop-show .fb-img-headline {
    display: block;
    margin: 15px auto 20px auto; }
  .body--fb-img-headline-desktop-show .fb-img-headline img {
    width: 100%; } }

.header-bg {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000; }

.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

html {
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden; }

@media (max-width: 767px) {
  body::-webkit-scrollbar {
    display: none; } }

.header-spacer {
  width: 100%; }

@media (max-width: 1023px) {
  .header-spacer {
    height: 45px; } }

@media (min-width: 1024px) {
  .header-spacer {
    height: 56px; } }

.wrap {
  margin: 0 10px; }

@media (min-width: 768px) {
  .wrap {
    width: 1076px;
    max-width: calc(100vw - 20px);
    margin: auto; } }

@media (min-width: 1280px) {
  .wrap.main-wrap {
    padding-left: 180px; }
  .body--no-static-skyscraper .wrap.main-wrap {
    padding-left: 0px; } }

.main-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 370px);
  position: relative;
  z-index: 1; }

@media (max-width: 767px) {
  .main-wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.content {
  box-sizing: border-box; }

@media (min-width: 768px) {
  .content {
    padding-right: 15px;
    width: calc(100% - 323px); } }

@media (min-width: 768px) and (max-width: 1023px) {
  .no-sidebar-tablet .content {
    width: 100%;
    padding-right: 0; } }

@media (min-width: 1280px) {
  .content {
    width: 753px; } }

.content--full-width {
  width: 1077px;
  max-width: 1077px; }

.sidebar {
  box-sizing: border-box;
  max-width: 100%; }

@media (min-width: 768px) {
  .sidebar {
    width: 323px;
    padding: 32px 0 32px 15px;
    display: table; } }

@media (max-width: 767px) {
  .sidebar {
    padding-bottom: 30px;
    margin: 0;
    display: block; } }

.mail-fail-message {
  visibility: hidden;
  margin-top: 10px;
  overflow: hidden;
  transition: height .3s; }

.mail-fail-message div {
  padding: 3px;
  border-radius: 3px; }

.from-error .mail-fail-message, .from-error .mail-message {
  visibility: visible;
  opacity: 1; }

.from-error {
  height: 50px;
  border: red 1px solid !important;
  border-radius: 50px; }

.from-error .mail-form {
  border: red 1px solid !important; }

.from-error > input {
  border: none !important; }

.from-error .newsletter_form_email {
  border: red 1px solid; }

.from-error .newsletter_form_submit {
  border: red 1px solid; }

@media (max-width: 1023px) {
  .mail-fail-message {
    font-size: 20px; } }

@media (max-width: 767px) {
  .mail-fail-message {
    font-size: 18px; } }

.newsletter-absolute-wrapper {
  display: none;
  z-index: 15;
  position: fixed;
  top: 50%;
  left: 50%;
  background-size: cover;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); }

.newsletter-absolute-wrapper::before {
  position: absolute;
  top: -400px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(0, 0, 0, 0.75) no-repeat center center;
  display: block; }

.newsletter-absolute-wrapper .newsletter-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); }

.newsletter-absolute-wrapper .close-newsletter-button {
  height: 28px;
  width: 28px;
  position: absolute;
  color: red;
  z-index: 12;
  font-size: 44px;
  right: 45px;
  top: 89px;
  cursor: pointer; }

.exit-intent {
  z-index: 1001;
  position: fixed;
  height: 10px;
  width: 100%;
  top: 0;
  background-color: transparent; }

input {
  outline: none !important; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@media (max-width: 767px) {
  .remove-sidebartop-mobile .sidebar_top,
  .remove-sidebartop-mobile .content-recs-top {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .remove-sidebartop-tablet .sidebar_top,
  .remove-sidebartop-tablet .content-recs-top {
    display: none; } }

@media (min-width: 1024px) {
  .remove-sidebartop-desktop .sidebar_top,
  .remove-sidebartop-desktop .content-recs-top {
    display: none; } }

@media (max-width: 767px) {
  .remove-sidebarbottom-mobile .most-bt,
  .remove-sidebarbottom-mobile .content-recs-bot,
  .remove-sidebarbottom-mobile .sidebar_bottom {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .remove-sidebarbottom-tablet .most-bt,
  .remove-sidebarbottom-tablet .content-recs-bot,
  .remove-sidebarbottom-tablet .sidebar_bottom {
    display: none; } }

@media (min-width: 1024px) {
  .remove-sidebarbottom-desktop .most-bt,
  .remove-sidebarbottom-desktop .content-recs-bot,
  .remove-sidebarbottom-desktop .sidebar_bottom {
    display: none; } }

@media (max-width: 767px) {
  .remove-underpost-mobile .single-recommendations-widget,
  .remove-underpost-mobile .bottom-cr {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .remove-underpost-tablet .single-recommendations-widget,
  .remove-underpost-tablet .bottom-cr {
    display: none; } }

@media (min-width: 1024px) {
  .remove-underpost-desktop .single-recommendations-widget,
  .remove-underpost-desktop .bottom-cr {
    display: none; } }

@media (max-width: 767px) {
  .mobile-sidebar-top-items-0 .sidebar-posts-widget,
  .mobile-sidebar-top-items-0 .content-recs-top {
    display: none; }
  .mobile-sidebar-bottom-items-0 .most-bt,
  .mobile-sidebar-bottom-items-0 .content-recs-bot {
    display: none; }
  .mobile-sidebar-top-items-1 .sidebar-posts-widget .post-widget:nth-child(n+3),
  .mobile-sidebar-top-items-1 .content-recs-top .post-widget:nth-child(n+3) {
    display: none; }
  .mobile-sidebar-bottom-items-1 .most-bt .post-widget:nth-child(n+3),
  .mobile-sidebar-bottom-items-1 .content-recs-bot .post-widget:nth-child(n+3) {
    display: none; }
  .mobile-sidebar-top-items-2 .sidebar-posts-widget .post-widget:nth-child(n+4),
  .mobile-sidebar-top-items-2 .content-recs-top .post-widget:nth-child(n+4) {
    display: none; }
  .mobile-sidebar-bottom-items-2 .most-bt .post-widget:nth-child(n+4),
  .mobile-sidebar-bottom-items-2 .content-recs-bot .post-widget:nth-child(n+4) {
    display: none; }
  .mobile-sidebar-top-items-3 .sidebar-posts-widget .post-widget:nth-child(n+5),
  .mobile-sidebar-top-items-3 .content-recs-top .post-widget:nth-child(n+5) {
    display: none; }
  .mobile-sidebar-bottom-items-3 .most-bt .post-widget:nth-child(n+5),
  .mobile-sidebar-bottom-items-3 .content-recs-bot .post-widget:nth-child(n+5) {
    display: none; }
  .mobile-sidebar-top-items-4 .sidebar-posts-widget .post-widget:nth-child(n+6),
  .mobile-sidebar-top-items-4 .content-recs-top .post-widget:nth-child(n+6) {
    display: none; }
  .mobile-sidebar-bottom-items-4 .most-bt .post-widget:nth-child(n+6),
  .mobile-sidebar-bottom-items-4 .content-recs-bot .post-widget:nth-child(n+6) {
    display: none; } }

.rc-wc .row-item h3 {
  margin: 20px 0 !important; }

.sidebar.sticky {
  position: fixed;
  bottom: 0;
  height: calc(100vh - 60px);
  right: calc((100% - 1076px) / 2); }

@media (max-width: 1109px) {
  .sidebar.sticky {
    right: 2px; } }

@media (min-width: 1280px) {
  .body--has-static-skyscraper .sidebar.sticky {
    -webkit-transform: translate(90px);
        -ms-transform: translate(90px);
            transform: translate(90px); } }

.sidebar.sticky.reached-bottom {
  position: absolute;
  right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.pagination a .txt-slideshow {
  display: none; }

.pagination a .txt-np {
  display: inline; }

.slideshow-button .pagination a {
  font-size: 28px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .slideshow-button .pagination a {
    font-size: 7.78vw; } }

.slideshow-button .pagination a svg {
  height: 50px; }

@media (max-width: 767px) {
  .slideshow-button .pagination a svg {
    height: 40px; } }

.slideshow-button .pagination a.link-prev {
  display: none; }

.slideshow-button .pagination a.link-next {
  width: 100%; }

.slideshow-button .pagination a .txt-np {
  display: none; }

.slideshow-button .pagination a .txt-slideshow {
  display: inline; }

@media (max-width: 767px) {
  .paged-1.slideshow-button-mobile .pagination a {
    font-size: 28px;
    text-transform: uppercase; } }

@media (max-width: 767px) and (max-width: 767px) {
  .paged-1.slideshow-button-mobile .pagination a {
    font-size: 7.78vw; } }

@media (max-width: 767px) {
  .paged-1.slideshow-button-mobile .pagination a svg {
    height: 50px; } }

@media (max-width: 767px) and (max-width: 767px) {
  .paged-1.slideshow-button-mobile .pagination a svg {
    height: 40px; } }

@media (max-width: 767px) {
  .paged-1.slideshow-button-mobile .pagination a.link-prev {
    display: none; }
  .paged-1.slideshow-button-mobile .pagination a.link-next {
    width: 100%; }
  .paged-1.slideshow-button-mobile .pagination a .txt-np {
    display: none; }
  .paged-1.slideshow-button-mobile .pagination a .txt-slideshow {
    display: inline; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .paged-1.slideshow-button-tablet .pagination a {
    font-size: 28px;
    text-transform: uppercase; } }

@media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .paged-1.slideshow-button-tablet .pagination a {
    font-size: 7.78vw; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .paged-1.slideshow-button-tablet .pagination a svg {
    height: 50px; } }

@media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .paged-1.slideshow-button-tablet .pagination a svg {
    height: 40px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .paged-1.slideshow-button-tablet .pagination a.link-prev {
    display: none; }
  .paged-1.slideshow-button-tablet .pagination a.link-next {
    width: 100%; }
  .paged-1.slideshow-button-tablet .pagination a .txt-np {
    display: none; }
  .paged-1.slideshow-button-tablet .pagination a .txt-slideshow {
    display: inline; } }

@media (min-width: 1024px) {
  .paged-1.slideshow-button-desktop .pagination a {
    font-size: 28px;
    text-transform: uppercase; } }

@media (min-width: 1024px) and (max-width: 767px) {
  .paged-1.slideshow-button-desktop .pagination a {
    font-size: 7.78vw; } }

@media (min-width: 1024px) {
  .paged-1.slideshow-button-desktop .pagination a svg {
    height: 50px; } }

@media (min-width: 1024px) and (max-width: 767px) {
  .paged-1.slideshow-button-desktop .pagination a svg {
    height: 40px; } }

@media (min-width: 1024px) {
  .paged-1.slideshow-button-desktop .pagination a.link-prev {
    display: none; }
  .paged-1.slideshow-button-desktop .pagination a.link-next {
    width: 100%; }
  .paged-1.slideshow-button-desktop .pagination a .txt-np {
    display: none; }
  .paged-1.slideshow-button-desktop .pagination a .txt-slideshow {
    display: inline; } }

.yt-popup {
  position: relative;
  z-index: 100; }

.yt-popup__popup {
  display: none;
  position: fixed;
  text-align: center;
  width: 60%;
  min-width: 280px;
  max-width: 630px;
  background-color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px black solid;
  padding: 25px 15px;
  box-shadow: 0px 0px 125px 30px #000000; }

.yt-popup__popup h1 {
  text-transform: uppercase;
  margin-bottom: 5px; }

.yt-popup__popup p {
  font-size: 25px;
  text-transform: capitalize; }

.yt-popup__popup img {
  max-width: 320px; }

.facebook_like_popup .yt-popup__popup {
  display: block !important; }

.yt-popup__close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 35px; }

@media (max-width: 767px) {
  .yt-popup__popup {
    min-width: 220px; }
  .yt-popup__popup h1 {
    font-size: 5vw; }
  .yt-popup__popup p {
    font-size: 4.2vw; }
  .yt-popup__popup img {
    max-width: 120px; }
  .yt-popup__close {
    font-size: 20px; } }

#wpadminbar .admin-site-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden; }

#wpadminbar .admin-site-icon img {
  width: 20px;
  height: auto;
  max-width: 100%; }

@media (max-width: 767px) {
  [data-adid='3'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; } }

[data-adid='20'] {
  max-width: 100vw;
  clear: both;
  margin: 15px auto;
  width: 100%;
  text-align: center; }

@media (max-width: 767px) {
  [data-adid='20'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; } }

[data-adid='26'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.two-webrecs-instead-leader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

[data-adid='38'] {
  margin: 15px auto 15px auto;
  display: block;
  width: 100%;
  height: auto; }

@media (max-width: 640px) {
  [data-adid='38'] {
    width: 300px;
    height: 250px; } }

@media (min-width: 640px) {
  .advertisement_gpt_title {
    position: relative;
    margin-top: 28px; }
  .advertisement_gpt_title:after {
    content: 'advertisement';
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 100%;
    text-transform: uppercase;
    color: #676767;
    font-size: 10px; } }

[src*="analytics.yahoo"] {
  display: none; }

[id*="taboola-below-article-"] {
  margin-top: 20px; }

@media (min-width: 640px) {
  [data-adid='6'] {
    margin: 0 auto 10px auto; } }

@media (max-width: 640px) {
  [data-adid='6'] {
    margin-top: 8px; } }

.post-content p:target[style="text-align: center;"] {
  margin: 0 !important; }

#yahoo_ads {
  max-width: 300px; }

.yap-ad-1-wrapper {
  margin-top: 20px; }

.bt-hidden-el {
  display: none !important; }

[data-adid='27'], [data-adid='28'], [data-adid='29'], [data-adid='30'], [data-adid='31'], [data-adid='32'], [data-adid='33'] {
  display: block;
  margin-bottom: 27px; }

@media (max-width: 767px) {
  [data-adid='27'], [data-adid='28'], [data-adid='29'], [data-adid='30'], [data-adid='31'], [data-adid='32'], [data-adid='33'] {
    margin-bottom: 22px; } }

[data-waid] [data-adid] {
  margin-bottom: 0; }

[data-adid] {
  text-align: center; }

.dfp-close-icon {
  visibility: hidden;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: black;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.dfp-close-icon:after, .dfp-close-icon:before {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  background: #fff; }

.dfp-close-icon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.dfp-close-icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.c51 {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  z-index: 2147483646;
  text-align: center;
  width: 100%; }

.c51-inner-wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (max-width: 767px) {
  .yap-uim {
    margin-top: 20px; } }

.yap-div {
  margin: 15px 0 15px 0; }

.kskdCls.kskdDiv + br,
.disable_href + br {
  display: none; }

.img-ph-wrap, .imgcont, .share_image_cont,
.archive-image, .trend-item-img, [attrname="LatestPaws"],
.grid-item-thumb {
  line-height: 0;
  position: relative; }

.img-ph-wrap img, .imgcont img, .share_image_cont img,
.archive-image img, .trend-item-img img, [attrname="LatestPaws"] img,
.grid-item-thumb img {
  opacity: 1; }

.share_image_cont:not(.loaded) {
  min-height: 200px; }

.player-wrapper {
  position: relative;
  padding-top: 56.25%; }

.player-wrapper .jwplayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loading-spinner-wrap {
  position: absolute;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loading-spinner {
  position: absolute;
  color: #fff;
  font-size: 1rem;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@media (max-width: 767px) {
  .header-bg .wrap {
    margin: auto; } }

.cr_slider_wrapper {
  margin: auto;
  width: 100%;
  background: transparent;
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  bottom: 13%;
  z-index: 2147483647;
  justify-content: center; }

.cr_slider_sub_wrapper {
  width: 85%;
  height: 100%;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.cr_slider_wrapp {
  width: 100%;
  height: 100%; }

.cr_slider {
  width: 100%;
  height: 100%;
  text-align: center;
  background: white;
  border: 1px solid black;
  border-radius: 7px; }

.sl_thumbnail {
  height: 21vw;
  width: 21vw;
  background-size: cover;
  background-position: center; }

.sl_post-container {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 100%;
  width: 100%;
  margin-top: 1%;
  margin-left: 1%;
  margin-bottom: 1%; }

.sl_post-thumb {
  text-align: center;
  vertical-align: middle;
  margin: auto; }

.sl_post-content {
  text-align: center;
  vertical-align: middle;
  margin: auto; }

.sl_title {
  line-height: 2vw; }

.sl_title, .sl_content_title {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  margin: 1vw; }

.sl_read_more {
  float: right;
  border: 1px solid #8ccaed;
  border-radius: 4px;
  font-size: 10px;
  font-family: arial, helvetica, sans-serif;
  padding: 4px;
  margin-right: 24px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #FFFFFF;
  background-color: #a2d5f1;
  background-image: linear-gradient(to bottom, #cfe9f7, #4AACE3);
  filter: progid:DXImageTransform.Microsoft.gradient GradientType=0, startColorstr=#cfe9f7, endColorstr=#76c0ea; }

.sl_read_more:hover {
  border: 1px solid #76c0ea;
  background-color: #8ccaed;
  background-image: linear-gradient(to bottom, #a2d5f1, #60b6e6);
  filter: progid:DXImageTransform.Microsoft.gradient GradientType=0, startColorstr=#a2d5f1, endColorstr=#4fd4f5 #76c0ea; }

.sl_title {
  font-weight: 600;
  font-size: 3vw; }

.sl_content_title {
  color: rgba(0, 0, 0, 0.68);
  line-height: 5vw; }

.slick-prev:before, .slick-next:before {
  color: #4AACE3 !important; }

.slick-close {
  width: 15px;
  height: 15px;
  cursor: pointer;
  /*background: #6bc5d9;*/
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: transparent;
  color: transparent;
  padding: 0; }

.slick-close:after, .slick-close:before {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  background: #76c0ea; }

.slick-close:after {
  background: #76c0ea;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.slick-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sidebar {
  padding-bottom: 0; }

@media (max-width: 767px) {
  .sidebar {
    margin-top: 25px; } }
