*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-padding-start: 0px;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: none;
  /* 2 */
  -webkit-text-size-adjust: none;
  /* 2 */
}

@media only screen and (max-width: 990px) {
  html,
  body {
    overflow-x: hidden !important;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  background: #f4f4f4;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  font-display: swap;
  position: relative;
  color: #222;
  line-height: 1.5;
  cursor: auto;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

.inner-body {
  background: #fff;
}

.isoFixed {
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto !important;
  height: 100% !important;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

p {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

p,
input,
textarea {
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background: #ec1846;
  color: #fff;
}

::selection {
  background: #ec1846;
  color: #fff;
}

.centered {
  height: 100%;
  width: 100%;
  display: table;
}
.centered .centeredInner {
  display: table-cell;
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.home-theme {
  background: #f1f1f1;
}

.block-item {
  display: block;
}

.text-center {
  text-align: center;
}

.posRelative {
  position: relative;
}

.pdl-0 {
  padding-left: 0 !important;
}

.mrt-0 {
  margin-top: 0 !important;
}

.ml90 {
  margin-left: 90px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .mb-40 {
    margin-bottom: 0;
  }
}

.padb20 {
  padding-bottom: 20px;
}

.padt20 {
  padding-top: 20px;
}

.padb30 {
  padding-bottom: 30px;
}

.padt30 {
  padding-top: 30px;
}

.padb40 {
  padding-bottom: 40px;
}

.padt40 {
  padding-top: 40px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.unstyled {
  list-style: none;
}

.item-gradient {
  background: -webkit-linear-gradient(
    185deg,
    transparent 20%,
    rgba(0, 0, 0, 0.9) 80%
  );
  background: -ms-linear-gradient(
    185deg,
    transparent 20%,
    rgba(0, 0, 0, 0.9) 80%
  );
  background: -o-linear-gradient(
    185deg,
    transparent 20%,
    rgba(0, 0, 0, 0.9) 80%
  );
  background: -webkit-linear-gradient(
    265deg,
    transparent 20%,
    rgba(0, 0, 0, 0.9) 80%
  );
  background: -o-linear-gradient(
    265deg,
    transparent 20%,
    rgba(0, 0, 0, 0.9) 80%
  );
  background: linear-gradient(185deg, transparent 20%, rgba(0, 0, 0, 0.9) 80%);
  height: 70%;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: -1px;
  left: 0;
}

.meta-label {
  background: #aaa;
  color: #fff;
  padding: 3px 8px;
  font-weight: 700;
  font-size: 11px;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media only screen and (min-width: 991px) {
  .mobile-hidden {
    display: block !important;
  }
  .web-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 990px) {
  .web-hidden {
    display: block !important;
  }
  .mobile-hidden {
    display: none !important;
  }
}

.show {
  display: block !important;
}

@font-face {
  font-family: 'Proxima Nova';
  font-display: auto;
  src: url('../fonts/ProximaNova-LightWeb.eot?') format('eot'),
    url('../fonts/ProximaNova-LightWeb.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  font-display: auto;
  src: url('../fonts/ProximaNova-RegularWeb.eot?') format('eot'),
    url('../fonts/ProximaNova-RegularWeb.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  font-display: auto;
  src: url('../fonts/ProximaNova-BoldWeb.eot?') format('eot'),
    url('../fonts/ProximaNova-BoldWeb.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  font-display: auto;
  src: url('../fonts/ProximaNova-SemiboldWeb.eot?') format('eot'),
    url('../fonts/ProximaNova-SemiboldWeb.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  font-display: auto;
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.fa-search:before {
  content: '\f002';
}

.fa-envelope-o:before {
  content: '\f003';
}

.fa-instagram:before {
  content: '\f16d';
}

/*.fa-tiktok:before {
  content: "\e07b";
} */

.fa-tiktok {
  padding-top: 7px;
}

.fa-heart:before {
  content: '\f004';
}

.fa-star:before {
  content: '\f005';
}

.fa-star-o:before {
  content: '\f006';
}

.fa-user:before {
  content: '\f007';
}

.fa-angle-double-left:before {
  content: '\f100';
}

.fa-angle-double-right:before {
  content: '\f101';
}

.fa-angle-double-up:before {
  content: '\f102';
}

.fa-angle-double-down:before {
  content: '\f103';
}

.fa-angle-left:before {
  content: '\f104';
}

.fa-angle-right:before {
  content: '\f105';
}

.fa-angle-up:before {
  content: '\f106';
}

.fa-angle-down:before {
  content: '\f107';
}

.fa-search-plus:before {
  content: '\f00e';
}

.fa-search-minus:before {
  content: '\f010';
}

.fa-file-o:before {
  content: '\f016';
}

.fa-clock-o:before {
  content: '\f017';
}

.fa-download:before {
  content: '\f019';
}

.fa-arrow-circle-o-down:before {
  content: '\f01a';
}

.fa-arrow-circle-o-up:before {
  content: '\f01b';
}

.fa-share-square-o:before {
  content: '\f045';
}

.fa-check-square-o:before {
  content: '\f046';
}

.fa-arrows:before {
  content: '\f047';
}

.fa-arrow-left:before {
  content: '\f060';
}

.fa-long-arrow-down:before {
  content: '\f175';
}

.fa-long-arrow-up:before {
  content: '\f176';
}

.fa-long-arrow-left:before {
  content: '\f177';
}

.fa-long-arrow-right:before {
  content: '\f178';
}

.fa-arrow-right:before {
  content: '\f061';
}

.fa-arrow-up:before {
  content: '\f062';
}

.fa-arrow-down:before {
  content: '\f063';
}

.fa-plus:before {
  content: '\f067';
}

.fa-minus:before {
  content: '\f068';
}

.fa-calendar:before {
  content: '\f073';
}

.fa-comment:before {
  content: '\f075';
}

.fa-chevron-up:before {
  content: '\f077';
}

.fa-chevron-down:before {
  content: '\f078';
}

.fa-retweet:before {
  content: '\f079';
}

.fa-arrows-v:before {
  content: '\f07d';
}

.fa-arrows-h:before {
  content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}

.fa-twitter-square:before {
  content: '\f081';
}

.fa-facebook-square:before {
  content: '\f082';
}

.fa-comments:before {
  content: '\f086';
}

.fa-linkedin-square:before {
  content: '\f08c';
}

.fa-play:before {
  content: '\f04b';
}

.fa-quote-left:before {
  content: '\f10d';
}

.fa-thumb-tack:before {
  content: '\f08d';
}

.fa-external-link:before {
  content: '\f08e';
}

.fa-sign-in:before {
  content: '\f090';
}

.fa-phone:before {
  content: '\f095';
}

.fa-square-o:before {
  content: '\f096';
}

.fa-bookmark-o:before {
  content: '\f097';
}

.fa-phone-square:before {
  content: '\f098';
}

.fa-twitter:before {
  content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}

.fa-arrow-circle-left:before {
  content: '\f0a8';
}

.fa-arrow-circle-right:before {
  content: '\f0a9';
}

.fa-arrow-circle-up:before {
  content: '\f0aa';
}

.fa-arrow-circle-down:before {
  content: '\f0ab';
}

.fa-google-plus-square:before {
  content: '\f0d4';
}

.fa-google-plus:before {
  content: '\f0d5';
}

.fa-chevron-circle-left:before {
  content: '\f137';
}

.fa-chevron-circle-right:before {
  content: '\f138';
}

.fa-chevron-circle-up:before {
  content: '\f139';
}

.fa-chevron-circle-down:before {
  content: '\f13a';
}

.fa-play-circle:before {
  content: '\f144';
}

.fa-arrow-circle-o-right:before {
  content: '\f18e';
}

.fa-arrow-circle-o-left:before {
  content: '\f190';
}

.fa-dot-circle-o:before {
  content: '\f192';
}

.fa-envelope-square:before {
  content: '\f199';
}

.fa-google:before {
  content: '\f1a0';
}

.fa-copyright:before {
  content: '\f1f9';
}

.fa-facebook-official:before {
  content: '\f230';
}

.fa-pinterest-p:before {
  content: '\f231';
}

.fa-whatsapp:before {
  content: '\f232';
}

.fa-calendar-plus-o:before {
  content: '\f271';
}

.fa-calendar-minus-o:before {
  content: '\f272';
}

.fa-calendar-times-o:before {
  content: '\f273';
}

.fa-calendar-check-o:before {
  content: '\f274';
}

.fa-map-pin:before {
  content: '\f276';
}

.fa-map-signs:before {
  content: '\f277';
}

.fa-map-o:before {
  content: '\f278';
}

.fa-map:before {
  content: '\f279';
}

.fa-commenting:before {
  content: '\f27a';
}

.fa-commenting-o:before {
  content: '\f27b';
}

.fa-question-circle-o:before {
  content: '\f29c';
}

.fa-envelope-open:before {
  content: '\f2b6';
}

.fa-envelope-open-o:before {
  content: '\f2b7';
}

.fa-google-plus:before {
  content: '\f0d5';
}

.fa-linkedin:before {
  content: '\f0e1';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}

.fa-bell:before {
  content: '\f0f3';
}

.fa-camera:before {
  content: '\f030';
}

.fa-share-alt:before {
  content: '\f1e0';
}

.fa-share-alt-square:before {
  content: '\f1e1';
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.dot {
  display: inline-block;
  background: #333;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.row,
.row-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1140px;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row-full__bleed {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.cell {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left;
}

.full-cell {
  padding-left: 0;
  padding-right: 0;
}

.grid-1 {
  width: 8.33333%;
}

.grid-2 {
  width: 16.66667%;
}

.grid-3 {
  width: 25%;
}

.grid-4 {
  width: 33.33333%;
}

.grid-5 {
  width: 41.66667%;
}

.grid-6 {
  width: 50%;
}

.grid-7 {
  width: 58.33333%;
}

.grid-8 {
  width: 66.66667%;
}

.grid-9 {
  width: 75%;
}

.grid-10 {
  width: 83.33333%;
}

.grid-11 {
  width: 91.66667%;
}

.grid-12 {
  width: 100%;
}

.site-branding {
  max-width: 150px;
}
.site-branding img {
  display: block;
  max-width: 100%;
}

#main-header .ad-container {
  margin-top: 10px;
}

@media only screen and (max-width: 990px) {
  #main-header {
    background: #ec1846;
    padding: 7px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 999999;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #main-header .ad-container {
    display: none;
  }
  #main-header .grid-4 {
    width: 100%;
  }
  .site-branding {
    max-width: 50px;
  }
  .hamburger-menu {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    width: 22px;
    height: 20px;
    padding: 10px 22px;
    text-align: right;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hamburger-menu .line-menu {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    position: relative;
    margin-right: auto;
    margin-top: 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .hamburger-menu .line-menu:first-child {
    margin-top: 0;
  }
  .mobile-menu .site-logo {
    max-width: 50px;
  }
}

.main-nav {
  background: #ec1846;
  height: 50px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .main-nav {
    display: none;
  }
}

.nav-left {
  float: left;
}
.nav-left li {
  float: left;
}
.nav-left li a {
  display: block;
  padding: 0 24px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-left li a:hover {
  background: #fff;
  color: #000;
}
.nav-left li.current_page_item a {
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 1180px) {
  .nav-left li a {
    padding: 0 15px;
    font-size: 14px;
  }
}

.nav-right {
  float: right;
  position: relative;
}
.nav-right > div {
  display: inline-block;
  padding: 5px 0;
  position: relative;
}
.nav-right .right-search {
  position: absolute;
  left: -140px;
  top: 0;
  bottom: 0;
  color: #fff;
}
.nav-right .right-search.active,
.nav-right .right-search:hover {
  color: #000;
  background: #fff;
}
.nav-right .right-search.active .right-search__icon .fa-search:before {
  content: '\f00d';
}
.nav-right .right-search__icon {
  font-size: 18px;
  padding: 7px 20px;
  cursor: pointer;
  color: inherit;
}

.sticky-nav .main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  -webkit-box-shadow: 0 1px 0 rgba(173, 168, 168, 0.1),
    0 2px 1px rgba(182, 180, 180, 0.1);
  box-shadow: 0 1px 0 rgba(173, 168, 168, 0.1),
    0 2px 1px rgba(182, 180, 180, 0.1);
}

.mobile-menu {
  position: relative;
}

#content_overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.menu-open #content_overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#mp-menu {
  width: 256px;
  height: 100%;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: -256px;
  z-index: 99999999;
  background: #2a2a2a;
  display: none;
}

.menu-open #mp-menu {
  display: block;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-open {
  position: relative;
  right: 256px;
}

.mobile-menu.menu-push-left {
  right: 256px;
}

.menu-open .mobile-menuopen .line-menu {
  background: transparent;
}

.menu-open .mobile-menuopen:before {
  content: '\f00d';
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -4px;
  left: -5px;
  font-display: swap;
}

@media only screen and (max-width: 990px) {
  #mp-menu {
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #mp-menu .social-content {
    float: left;
    margin-top: 20px;
  }
  #mp-menu .meta-social .title {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #mp-menu .meta-social li a {
    line-height: 0;
  }

  .fa-tiktok {
    padding-top: 0px;
  }

  .fa-tiktok img {
    margin: -3px 0px 0 2px;
  }
}

@media only screen and (max-width: 990px) {
  .mp-level {
    padding: 20px;
  }
  .mp-level ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .mp-level ul li a {
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    display: block;
  }
  .whatsapp-messengerpeople {
    height: 372px;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
  }
  .whatsapp-messengerpeople iframe {
    margin-top: -280px;
  }
  .form-container {
    margin-bottom: 20px;
  }
  .form-container .input-text {
    background: #fff;
    width: 100%;
    padding: 10px;
    position: relative;
    outline: none !important;
  }
  .form-container .search-submit {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none !important;
    background: transparent;
    color: #000 !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-display: swap;
  }
  .form-container .search-submit:before {
    content: '\f002';
  }
}

.nav-right .dropdown-item {
  position: absolute;
  width: 240px;
  right: 0;
  background: #fff;
  z-index: 500;
  -webkit-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 27px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: none;
}
.nav-right .dropdown-item .item-list {
  padding: 10px 20px;
  border-bottom: 1px solid #dcdee3;
}
.nav-right .dropdown-item .item-list:last-child {
  border-bottom: none;
}

.nav-right .dropdown-content {
  position: relative;
  background: #fff;
}
.nav-right .dropdown-content:after {
  bottom: 100%;
  right: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 13px;
  margin-left: -13px;
}
.nav-right .dropdown-content a {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.19;
}
.nav-right .dropdown-content a:hover {
  color: #ec1846;
  text-decoration: underline;
}
.nav-right .dropdown-content .render-text {
  display: block;
  color: #999;
}

.whats-appLink {
  margin-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
.whats-appLink .title {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
.whats-appLink a {
  color: #ffffff;
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding: 9px 16px;
  font-size: 16px;
  min-width: 88px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  background-color: #0088cc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 36px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.avatar-item {
  width: 50px;
  height: 50px;
}
.avatar-item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-small {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.top-trending {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(173, 168, 168, 0.1),
    0 2px 1px rgba(182, 180, 180, 0.1);
  box-shadow: 0 1px 0 rgba(173, 168, 168, 0.1),
    0 2px 1px rgba(182, 180, 180, 0.1);
}
@media only screen and (max-width: 990px) {
  .top-trending {
    display: none;
  }
}
.top-trending a {
  color: #666;
  display: block;
}
.top-trending a:hover .render-text {
  text-decoration: underline;
  color: #ec1846;
}
.top-trending .avatar-item {
  float: left;
}
.top-trending .avatar-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e3e4e4;
  width: 50px;
  height: 50px;
}
.top-trending .item-text {
  margin-left: 65px;
  font-size: 13px;
}
.top-trending .meta-label {
  padding: 0;
  margin-bottom: 2px;
  background: transparent;
  color: #ec1846;
  font-size: 10px;
  display: none;
}
.top-trending .render-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.29;
  margin-bottom: 2px;
}
.top-trending .meta-date {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
}

.medium-container .featured-item {
  height: 259px;
}

.large-container .featured-item {
  height: 518px;
}
.large-container .featured-item h2 {
  font-size: 28px;
}

.home-feaured .featured-item,
.latest-pane .featured-item {
  overflow: hidden;
}
.home-feaured .featured-item:hover .featured-item__img,
.latest-pane .featured-item:hover .featured-item__img {
  -webkit-transform: scale(1.125) rotate(0.02deg) !important;
  -ms-transform: scale(1.125) rotate(0.02deg) !important;
  -o-transform: scale(1.125) rotate(0.02deg) !important;
  transform: scale(1.125);
}

.home-feaured .featured-item__img,
.latest-pane .featured-item__img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-color: #2b2b2b;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1.025) rotate(0.02deg);
  -ms-transform: scale(1.025) rotate(0.02deg);
  -o-transform: scale(1.025) rotate(0.02deg);
  transform: scale(1.025) rotate(0.02deg);
}

.home-feaured .featured-item__meta,
.latest-pane .featured-item__meta {
  max-width: 80%;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}
#covid-main-container {
  background: #fff;
  padding: 15px;
}
#covid-main-container .meta-label {
  color: #fff;
  background: #ec1846;
  margin: 0 auto;
  width: 160px;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  border-radius: 10px;
}
.covid-pane-box {
  height: auto !important;
  overflow: visible !important;
}
.featured-item__img_covid {
  height: 100%;
  width: 100%;
}

.big-story-mode {
  color: #333333;
}
.big-story-mode h2 {
  color: #000;
}

.home-feaured h2,
.latest-pane h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.home-feaured .meta-label,
.latest-pane .meta-label {
  color: #fff;
  background: #ec1846;
}

.home-feaured h2 {
  line-height: 1.19;
}
.big-story-mode h2 {
  color: #000;
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.big-story-mode p {
  font-size: 23px;
  text-align: center;
}
.big-story-mode .meta-label a {
  color: #ffffff !important;
}
@media only screen and (max-width: 1024px) {
  .home-feaured .grid-8,
  .home-feaured .grid-4 {
    width: 100%;
  }
  .home-feaured .grid-8 .grid-4 {
    display: none;
  }
  .home-feaured .vot-day-pane {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .big-story-mode h2 {
    font-size: 27px !important;
    line-height: 1;
    text-transform: uppercase !important;
  }
  .big-story-mode p {
    font-size: 14px !important;
    text-align: justify !important;
    margin-top: 10px;
  }
  .large-container .featured-item {
    height: 340px;
  }
  .large-container .featured-item h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .home-feaured {
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .home-feaured .vidoes-pane .pane-box {
    margin-bottom: 0;
  }
  .home-feaured .vidoes-pane .pane-box__img {
    width: 130px;
  }
  .home-feaured .vidoes-pane .pane-box__content {
    margin-left: 125px;
  }
  .home-feaured .vidoes-pane .content-title h3 {
    font-size: 15px;
  }
  .large-container .featured-item {
    height: 230px;
  }
}

.pane-title .pane-title__content:after {
  position: absolute;
  content: '';
  height: 1px;
  border-radius: 3px;
  width: 100%;
  bottom: 13px;
  left: 0;
  background: #dcdee3;
}

.pane-title .pane-title__heading {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #f4f4f4;
}

.pane-title h2,
.pane-title .pane-title-label {
  font-size: 20px;
  color: #ec1846;
  position: relative;
  font-weight: 700;
  line-height: 1;
}
.pane-title h2 a,
.pane-title .pane-title-label a {
  color: inherit;
}
.pane-title h2 i,
.pane-title .pane-title-label i {
  margin-left: 10px;
  position: relative;
  top: 0px;
}
.pane-title h2:hover,
.pane-title .pane-title-label:hover {
  color: #000 !important;
}

.pane-box {
  -webkit-box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 40px;
}
.pane-box:hover .pane-box__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.pane-box a:hover h3 {
  text-decoration: underline;
  color: #ec1846;
}
.pane-box .pane-box__content {
  padding: 15px 20px;
}
.pane-box .pane-box__img {
  overflow: hidden;
}
.pane-box .pane-box__img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pane-box .content-title h3 {
  color: #222;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.pane-box .content-title h3 a {
  color: inherit;
}
.pane-box .content-capt {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}
.pane-box .content-meta {
  font-size: 13px;
  margin-top: 7px;
  color: #999;
}
.pane-box__content_covid {
  padding: 10px;
}
.inner-body .about-title__content {
  background: #fff !important;
}

.inner-body .pane-box {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

.inner-body .pane-box__content {
  padding: 15px 0;
}

.owl-item .content-title h3 {
  font-size: 15px;
  font-weight: 700;
}

.latest-pane .pane-box {
  margin-bottom: 20px;
  height: 220px;
  overflow: hidden;
}

.latest-pane .pane-box__content {
  max-width: 90%;
}
.latest-pane .pane-box__content .meta-label {
  background: transparent;
  padding: 0;
  font-size: 12px;
  color: #ec1846;
}
.latest-pane .pane-box__content .meta-label a {
  color: inherit;
}

.latest-pane .pane-box__img {
  height: 220px;
  background-color: #e3e4e4;
}
.latest-pane .pane-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.latest-pane .pane-box__img .imgBg {
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  background-position: center;
}

.latest-pane .content-title h3 {
  font-size: 24px;
  line-height: 1.2;
}

.vidoes-pane .pane-title,
.gallery-pane .pane-title {
  margin-bottom: 15px;
}
.vidoes-pane .pane-title .pane-title__content:after,
.gallery-pane .pane-title .pane-title__content:after {
  bottom: 14px;
}

.vidoes-pane .pane-box,
.gallery-pane .pane-box {
  margin-bottom: 20px;
}

.vidoes-pane .content-title h3,
.gallery-pane .content-title h3 {
  font-size: 14px;
}

.vidoes-pane .play-video__btn,
.gallery-pane .play-video__btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.vidoes-pane .play-video__btn i,
.gallery-pane .play-video__btn i {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  padding: 15px 18px;
  font-size: 18px;
  border: 2px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 99;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .vidoes-pane {
    margin-top: 30px;
  }
}

.vidoes-pane .pane-box {
  height: 140px;
  overflow: hidden;
}

.vidoes-pane .pane-box__img {
  float: left;
  width: 180px;
  background-color: #e3e4e4;
}

.vidoes-pane .pane-box__content {
  margin-left: 175px;
  padding: 11px 20px;
}

.vidoes-pane .img-boxbg {
  background-size: cover;
  height: 180px;
  background-position: center;
}

.vidoes-pane .play-video__btn {
  height: 138px;
}

.gallery-pane .pane-box {
  height: 96px;
  overflow: hidden;
}
.gallery-pane .pane-box .pane-box__img {
  float: left;
  width: 170px;
}
.gallery-pane .pane-box .img-boxbg {
  height: 95px;
  background-size: cover;
  background-position: center;
}
.gallery-pane .pane-box .pane-box__content {
  margin-left: 168px;
  padding: 11px 20px;
}
.gallery-pane .pane-box .content-meta {
  font-size: 12px;
}

.gallery-pane .pic-num {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  background: #444;
}
.gallery-pane .pic-num .pic-icon,
.gallery-pane .pic-num .count {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 4px 7px;
  line-height: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.gallery-pane .pic-num .count {
  font-size: 12px;
  padding-left: 0;
  border: none;
  font-weight: 700;
}

.buzz-pane .pane-box {
  overflow: hidden;
}

.buzz-pane .pane-box__content {
  margin-left: 175px;
  padding: 11px 20px;
}

.buzz-pane .pane-box__img {
  float: left;
  width: 180px;
}
.buzz-pane .pane-box__img .pane-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  height: 190px;
}

.buzz-pane .content-meta span {
  color: #ec1846;
}

#campaigns-pane .pane-box .meta-label,
#pane-01 .pane-box .meta-label,
#trending-pane .pane-box .meta-label {
  background: transparent;
  padding: 0;
  font-size: 11px;
  color: #ec1846;
}
#campaigns-pane .pane-box .meta-label a,
#pane-01 .pane-box .meta-label a,
#trending-pane .pane-box .meta-label a {
  color: inherit;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .vidoes-pane .pane-box__content,
  .gallery-pane .pane-box__content {
    padding: 30px 20px;
    margin-left: 187px;
  }
  .vidoes-pane .pane-box__content .content-title h3,
  .gallery-pane .pane-box__content .content-title h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  #pane-01 .grid-8,
  #pane-01 .grid-4,
  #pane-03 .grid-8,
  #pane-03 .grid-4 {
    width: 100%;
  }
  #trending-pane .grid-4.item {
    width: 33.33333%;
  }
  #latest-pane .item .grid-4 {
    width: 33.33333%;
  }
  #latest-pane .item .grid-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 990px) {
  .pane-box {
    margin-bottom: 10px;
  }
  .pane-list .grid-8,
  .pane-list .grid-4 {
    width: 100%;
  }
  .pane-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .latest-pane .grid-4,
  .latest-pane .grid-8 {
    width: 50%;
  }
  .latest-pane .pane-box {
    margin-bottom: 5px;
    height: 160px;
  }
  .latest-pane .grid-3 {
    width: 40%;
  }
  .latest-pane .grid-9 {
    width: 60%;
    padding-left: 0;
  }
  .latest-pane .pane-box__img {
    height: 170px;
    overflow: hidden;
  }
  .latest-pane .pane-box__img .imgBg {
    height: 170px;
  }
  .latest-pane .pane-box__content {
    max-width: 100%;
    padding: 10px;
  }
  .latest-pane .content-capt {
    display: none;
  }
  .latest-pane .content-title h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 680px) {
  #trending-pane .grid-4 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .pane-list .mt-40 {
    margin-top: 0;
  }
  .pane-title h2,
  .pane-title title.pane-title-label {
    font-size: 20px;
  }
  #pane-01 .owl-carousel .owl-nav,
  #pane-02 .owl-carousel .owl-nav {
    top: -37px;
  }
  #pane-01 .pane-title h2:after,
  #pane-01 .pane-title .pane-title-label:after,
  #pane-02 .pane-title h2:after,
  #pane-02 .pane-title .pane-title-label:after {
    bottom: 12px;
  }
  #pane-01 .pane-title .pane-title__content:after,
  #pane-02 .pane-title .pane-title__content:after {
    bottom: 13px;
  }
  #trending-pane .grid-4 {
    width: 100%;
  }
  .latest-pane .pane-box {
    height: 120px;
  }
  .latest-pane .pane-box .grid-4 {
    width: 40%;
  }
  .latest-pane .pane-box .grid-8 {
    width: 60%;
  }
  .latest-pane .grid-4 {
    padding-right: 0;
  }
  .latest-pane .pane-box__img .imgBg {
    height: 120px;
  }
  .latest-pane .content-title h3 {
    font-size: 15px;
  }
  .pane-grid {
    margin-bottom: 10px;
  }
  .pane-grid .grid-6 {
    width: 100%;
  }
  #pane-01 .gallery-pane .img-boxbg,
  #pane-01 .vidoes-pane .img-boxbg,
  #pane-01 .pane-grid .img-boxbg {
    height: 130px;
  }
  #pane-01 .gallery-pane .pane-box__content,
  #pane-01 .vidoes-pane .pane-box__content,
  #pane-01 .pane-grid .pane-box__content {
    margin-left: 135px;
    padding: 12px 8px;
  }
  #pane-01 .gallery-pane .content-meta,
  #pane-01 .vidoes-pane .content-meta,
  #pane-01 .pane-grid .content-meta {
    font-size: 12px;
  }
  #pane-01 .gallery-pane .play-video__btn,
  #pane-01 .vidoes-pane .play-video__btn,
  #pane-01 .pane-grid .play-video__btn {
    height: 108px;
  }
  #pane-01 .gallery-pane .play-video__btn i,
  #pane-01 .vidoes-pane .play-video__btn i,
  #pane-01 .pane-grid .play-video__btn i {
    width: 40px;
    height: 40px;
    padding: 11px 14px;
    font-size: 15px;
  }
  #pane-01 .gallery-pane .pane-box,
  #pane-01 .vidoes-pane .pane-box,
  #pane-01 .pane-grid .pane-box {
    border-radius: 0;
    height: 100px;
    margin-bottom: 5px;
  }
  #pane-01 .gallery-pane .pane-box .pane-box__img,
  #pane-01 .vidoes-pane .pane-box .pane-box__img,
  #pane-01 .pane-grid .pane-box .pane-box__img {
    width: 130px;
  }
  #pane-01 .gallery-pane .pane-box .content-title h3,
  #pane-01 .vidoes-pane .pane-box .content-title h3,
  #pane-01 .pane-grid .pane-box .content-title h3 {
    font-weight: 700;
    font-size: 15px;
  }
  #pane-01 .pane-grid .pane-box {
    height: 130px;
    overflow: hidden;
  }
  #pane-01 .pane-grid .pane-box .pane-box__img {
    height: 130px;
    float: left;
  }
  #pane-01 .pane-grid .pane-box .pane-box__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #trending-pane .pane-box,
  #campaigns-pane .pane-box,
  #buzz-pane .pane-box {
    height: 120px;
    overflow: hidden;
  }
  #trending-pane .pane-box .pane-box__img,
  #campaigns-pane .pane-box .pane-box__img,
  #buzz-pane .pane-box .pane-box__img {
    height: 120px;
    width: 130px;
    float: left;
  }
  #trending-pane .pane-box .pane-box__img img,
  #campaigns-pane .pane-box .pane-box__img img,
  #buzz-pane .pane-box .pane-box__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #trending-pane .pane-box__content,
  #campaigns-pane .pane-box__content,
  #buzz-pane .pane-box__content {
    margin-left: 135px;
    padding: 12px 8px;
  }
  #trending-pane .content-title h3,
  #campaigns-pane .content-title h3,
  #buzz-pane .content-title h3 {
    font-weight: 700;
    font-size: 15px;
  }
  #trending-pane .content-meta,
  #campaigns-pane .content-meta,
  #buzz-pane .content-meta {
    font-size: 12px;
  }
  #buzz-pane .content-capt {
    margin-top: 0;
    font-size: 13px;
  }
  .category-pg .pane-list {
    margin-top: 23px;
  }
  .category-pg #latest-pane .pane-box__content {
    padding: 10px;
    margin-left: 0;
  }
  .category-pg .latest-pane .pane-box__img {
    width: 100% !important;
  }
  .category-pg .latest-pane .pane-box__img .imgBg {
    width: 100% !important;
    height: 130px !important;
  }
  .mobile-ml-0 {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 380px) {
  .latest-pane .pane-box .content-title h3,
  .pane-grid .pane-box .content-title h3 {
    font-size: 14px !important;
  }
  #pane-01 .gallery-pane .pane-box .content-title h3,
  #pane-01 .vidoes-pane .pane-box .content-title h3 {
    font-weight: 700;
    font-size: 12px;
  }
}

.single-content .vidoes-pane,
.single-content #mustr-pane {
  margin-bottom: 10px;
}
.single-content .vidoes-pane .pane-box,
.single-content #mustr-pane .pane-box {
  height: 117px;
  overflow: hidden;
  border-radius: 0;
  border-bottom: 1px solid #f5f0f0 !important;
  margin-bottom: 15px;
}
.single-content .vidoes-pane .pane-box__content,
.single-content #mustr-pane .pane-box__content {
  margin-left: 181px;
  padding: 0 0 0 15px;
}

.single-content .vidoes-pane .pane-box {
  margin-bottom: 10px;
}
.single-content .vidoes-pane .pane-box .play-video__btn {
  height: 108px;
}
.single-content .vidoes-pane .pane-box .play-video__btn i {
  width: 40px;
  height: 40px;
  padding: 11px 14px;
  font-size: 15px;
}
.single-content .vidoes-pane .pane-box .img-boxbg {
  height: 105px;
}

.single-content .gallery-pane .pane-box {
  border-radius: 0;
}
.single-content .gallery-pane .pane-box .content-title h3 {
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.single-content .gallery-pane .pane-box .pane-box__content {
  margin-left: 170px;
  padding: 0 0 0 15px;
}

.single-content .buzz-pane .pane-box {
  border-radius: 0;
}

.single-content .buzz-pane .pane-box__img {
  width: 180px;
}

.single-content .buzz-pane .pane-box__content {
  margin-left: 176px;
  padding: 0 0 0 20px;
}

.single-content .buzz-pane .pane-bg {
  background-position: 0 -105px;
  height: 150px;
}

@media only screen and (max-width: 480px) {
  .single-content .vidoes-pane .pane-box__img,
  .single-content .gallery-pane .pane-box__img {
    width: 140px;
  }
  .single-content .vidoes-pane .pane-box,
  .single-content #mustr-pane .pane-box,
  .single-content .gallery-pane .pane-box {
    height: 87px;
  }
  .single-content .vidoes-pane .pane-box .pane-box__content,
  .single-content #mustr-pane .pane-box .pane-box__content,
  .single-content .gallery-pane .pane-box .pane-box__content {
    margin-left: 135px;
    padding: 0 0 0 15px;
  }
  .single-content .vidoes-pane .pane-box .content-title h3,
  .single-content #mustr-pane .pane-box .content-title h3,
  .single-content .gallery-pane .pane-box .content-title h3 {
    font-size: 14px;
  }
  .single-content .vidoes-pane .pane-box .content-meta,
  .single-content #mustr-pane .pane-box .content-meta,
  .single-content .gallery-pane .pane-box .content-meta {
    font-size: 12px;
  }
  .single-content .vidoes-pane .pane-box .play-video__btn,
  .single-content #mustr-pane .pane-box .play-video__btn,
  .single-content .gallery-pane .pane-box .play-video__btn {
    height: 86px;
  }
}

@media only screen and (max-width: 320px) {
  .single-content .vidoes-pane .pane-box .content-title h3,
  .single-content .gallery-pane .pane-box .content-title h3,
  .single-content #mustr-pane .pane-box .content-title h3 {
    font-size: 12px;
  }
  .single-content .vidoes-pane .pane-box,
  .single-content #mustr-pane .pane-box {
    margin-bottom: 7px;
  }
  .single-content .vidoes-pane .pane-box .content-meta,
  .single-content #mustr-pane .pane-box .content-meta {
    font-size: 11px;
  }
}

@media only screen and (max-width: 480px) {
  .vidoes-pane .pane-title {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .hm-msr-pane .pane-box__img {
    height: 202px;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-full .grid-4.item {
    width: 100% !important;
  }
}

#blogs-pane .pane-box__img {
  height: 135px;
}

#campaigns-pane .pane-box__img {
  height: 202px;
}

#trending-pane .pane-box__img {
  height: 129px;
}

.inner-body .gallery-pane .pane-box .pane-box__img {
  background-color: #f3f4f4;
}

.gallery-pane .pane-box .pane-box__img {
  background-color: #e3e4e4;
}

@media only screen and (max-width: 990px) {
  .single-content {
    margin-top: 25px;
  }
  .single-content .grid-8,
  .single-content .grid-4 {
    width: 100%;
  }
}

.article-content__top {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.article-content__top h1,
.article-content__top h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width: 990px) {
  .article-content__top h1,
  .article-content__top h2 {
    font-size: 23px;
  }
}
.article-content__top .meta-label {
  margin-bottom: 15px;
  margin-right: 2px;
}
.article-content__top .meta-label:hover {
  background: #ec1846;
}
.article-content__top .meta-label a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .article-content__top .grid-6 {
    width: 100%;
  }
  .article-content__top .meta-articles__details {
    margin-bottom: 10px;
  }
  .article-content__top .meta-label {
    margin-bottom: 10px;
    display: none;
  }
  .article-content__top .content-top__meta {
    margin-top: 10px;
  }
  .article-content__top .meta-articles__social .social-content {
    float: left;
  }
  .article-content__top .meta-articles__social .social-content li {
    margin-left: 0;
    margin-right: 3px;
  }
}

.content-top__meta {
  color: rgba(0, 0, 0, 0.5);
}
.content-top__meta .meta-avatar {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #fff;
  display: none;
}
.content-top__meta .meta-avatar .avatar-content__img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: cover;
}
.content-top__meta .meta-details {
  padding-top: 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #999 !important;
}
.content-top__meta .meta-details .by {
  display: block;
}
.content-top__meta .meta-details a {
  color: #3061f3;
  cursor: default;
}
.content-top__meta .meta-details .dot {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  top: -3px;
  margin: 0 3px;
}

.meta-articles__social .social-content,
.meta-social .social-content {
  float: right;
  margin-top: 4px;
}

.meta-articles__social li,
.meta-social li {
  display: inline-block;
  text-align: center;
  margin-left: 3px;
}
.meta-articles__social li > span,
.meta-social li > span {
  font-weight: 700;
  margin-right: 5px;
}
.meta-articles__social li a,
.meta-social li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  line-height: 33px;
}
.meta-articles__social li a:hover,
.meta-social li a:hover {
  opacity: 0.7;
}

.meta-articles__social .facebook a,
.meta-social .facebook a {
  background-color: #3b5998;
}

.meta-articles__social .twitter a,
.meta-social .twitter a {
  background-color: #1da1f2;
}

.meta-articles__social .gplus a,
.meta-social .gplus a {
  background-color: #dd4b39;
}

.meta-articles__social .linkedin a,
.meta-social .linkedin a {
  background-color: #0077b5;
}

.meta-articles__social .whatsapp a,
.meta-social .whatsapp a {
  background-color: #128c7e;
}

.meta-articles__social .instagram a,
.meta-social .instagram a {
  background-color: #125688;
}

.meta-articles__social .tiktok a,
.meta-social .tiktok a {
  background-color: #000;
}

.meta-articles__social .alert,
.meta-social .alert {
  position: relative;
}
.meta-articles__social .alert .alert-num,
.meta-social .alert .alert-num {
  position: absolute;
  top: -4px;
  right: -6px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 500%;
  color: #333;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
}

.banner-image {
  position: relative;
  padding-top: 60.48%;
  background-color: #f3f4f4;
}
.banner-image img {
  background-color: #f3f4f4;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.leading-story-image {
  position: relative;
  background-color: #f3f4f4;
  height: 400px;
  overflow: hidden;
}
.leading-story-image img {
  background-color: #f3f4f4;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.banner-caption {
  background: #000;
  font-size: 13px;
  padding: 10px 15px;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  .article-content__content {
    margin-top: 20px;
  }
}

.article-content__content iframe {
  width: 100%;
}

.article-content__content h2,
.article-content__content h3,
.article-content__content h4,
.article-content__content h5,
.article-content__content h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.article-content__content h2 {
  font-size: 20px;
}

.article-content__content h3 {
  font-size: 18px;
}

.article-content__content h4 {
  font-size: 16px;
}

.article-content__content h5 {
  font-size: 14px;
}

.article-content__content h6 {
  font-size: 12px;
}

.article-content__content p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .article-content__content p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.article-content__content ul,
.article-content__content ol {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: Georgia, serif;
  margin-left: 20px;
}

.article-content__content a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.article-content__content a:hover {
  text-decoration: none;
  color: #ec1846;
}

.article-content__content blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.3);
  padding-left: 16px;
}
.article-content__content blockquote p {
  font-style: italic;
}
.article-content__content blockquote:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-display: swap;
  content: '\f10d';
  color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 20px;
  line-height: 0.25;
}

.article-content__content figure {
  width: 100% !important;
  max-width: 100 !important;
  margin: 0;
  margin-bottom: 20px;
}

.article-content__content figcaption {
  background: #000;
  font-size: 13px;
  padding: 10px;
  color: #ccc;
}

.article-content__tags li {
  display: inline-block;
}
.article-content__tags li a {
  display: block;
  background: rgba(0, 0, 0, 0.12);
  padding: 6px 11px;
  color: #444;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.article-content__tags li a:hover {
  background: #444;
  color: #fff;
}

.article-content___nav {
  position: fixed;
  border-top: 1px solid #ccc;
  background: #fff;
  bottom: 0;
  left: 0;
  height: 70px;
  max-height: 100px;
  z-index: 9999;
  width: 100%;
  padding: 21px 0;
  text-align: center;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.article-content___nav a {
  position: relative;
  font-size: 16px;
  color: #444;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
}
.article-content___nav a:before,
.article-content___nav a:after {
  background: #444;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  padding: 2px 0;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  font-family: FontAwesome;
  font-display: swap;
  display: inline-block;
}
.article-content___nav .prev-item a:before {
  content: '\f053';
  margin-right: 10px;
}
.article-content___nav .next-item a:after {
  content: '\f054';
  margin-left: 10px;
}
.article-content___nav .meta-articles__social {
  margin: -5px auto 0;
  max-width: 217px;
}

.show-sticky-nav .article-content___nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 990px) {
  .article-content___nav {
    padding: 21px 20px;
  }
  .article-content___nav .hide-mobile {
    display: none;
  }
  .article-content___nav .grid-4:nth-child(1) {
    width: 30px;
  }
  .article-content___nav .grid-4:nth-child(2) {
    width: 100%;
    position: absolute;
    top: 51px;
  }
  .article-content___nav .grid-4:nth-child(3) {
    width: 30px;
    float: right;
    margin-right: 30px;
  }
  .article-content___nav .meta-articles__social {
    margin: -35px auto 0;
    max-width: 181px;
  }
}

.articles-content__author .about-title {
  position: relative;
}
.articles-content__author .about-title:after {
  position: absolute;
  content: '';
  height: 1px;
  border-radius: 3px;
  width: 100%;
  bottom: 18px;
  left: 0;
  background: #dcdee3;
}

.articles-content__author .about-title__content {
  padding: 0 9px 0 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #f5f5f5;
}
.articles-content__author .about-title__content h2 {
  font-size: 27px;
  font-weight: 900;
  color: #333;
  position: relative;
}
.articles-content__author .about-title__content h2:after {
  position: absolute;
  content: '';
  height: 3px;
  width: 20px;
  bottom: 17px;
  right: -30px;
  background: #000;
  z-index: 1;
}

.articles-content__author .avatar-content__avatar {
  width: 60px;
  height: 60px;
  float: left;
  display: none;
}

.articles-content__author .avatar-content__img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-color: #f0f0f0;
}

.articles-content__author .author-details h3 {
  font-size: 16px;
  font-weight: 700;
}

.articles-content__author .author-details p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .articles-content__author .author-details p {
    font-size: 14px;
  }
}

.articles-content__author .author-details a {
  display: inline-block;
  margin-top: 10px;
  color: #ec1846;
  font-weight: 700;
}

@media only screen and (max-width: 990px) {
  #main-content {
    padding-top: 40px;
  }
}

.search-results .item-search__content {
  border-bottom: 1px solid #ddd;
}

.search-results .search-display {
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}
.search-results .search-display strong {
  font-weight: 700;
}

.search-results .input-text {
  padding: 20px;
  width: 100%;
  display: block;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .search-results .input-text {
    padding: 15px;
  }
}

.search-results .input-submit {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  color: #000 !important;
  background: transparent !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-display: swap;
}
.search-results .input-submit:before {
  content: '\f002';
}
@media only screen and (max-width: 1024px) {
  .search-results .input-submit {
    top: 15px;
  }
}

.gallery-list {
  margin-bottom: 40px;
}
.gallery-list a {
  margin-bottom: -3px;
  display: inline-block;
  width: 240px;
  height: 130px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .gallery-list a {
    width: 49%;
    height: 78px;
  }
}

.inner-body .pane-title .pane-title__heading {
  background: #fff;
}

.incontent-ad {
  margin-right: 20px !important;
}

.join-wc {
  border: 2px solid #c7c6c6;
  padding: 25px;
  border-radius: 2px;
  margin-top: 35px;
}
.join-wc .whats-appLink {
  border-bottom: none !important;
  margin-top: 0;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 991px) {
  .join-wc .whats-appLink {
    margin-top: 15px;
  }
}
.join-wc .whats-appLink a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.join-wc .join-text {
  max-width: 98%;
}
@media only screen and (max-width: 991px) {
  .join-wc .join-text {
    max-width: 100%;
  }
}
.join-wc p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}

.related-content {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0 12px;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
  float: left;
  width: 100%;
}
.related-content:after,
.related-content:before {
  top: -1px;
  left: 70px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.related-content:after {
  border-color: rgba(122, 164, 191, 0);
  border-top-color: #fff;
  border-width: 9px;
  margin-left: -22px;
}
.related-content:before {
  border-color: rgba(245, 159, 74, 0);
  border-top-color: #d9d9d9;
  border-width: 11px;
  margin-left: -24px;
}
@media only screen and (max-width: 767px) {
  .related-content {
    padding: 10px 0 12px;
  }
  .related-content .grid-6 {
    width: 100%;
  }
  .incontent-ad {
    width: 100% !important;
  }
}
.related-content h3 {
  margin-bottom: 8px;
  line-height: 30px;
  font-size: 18px;
}
.related-content a {
  text-decoration: none;
}
.related-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.related-content ul li {
  position: relative;
  font-weight: 700;
  height: 75px;
  overflow: hidden;
  background-color: #f1f0f0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .related-content ul li {
    height: auto;
    margin-bottom: 5px;
  }
}
.related-content ul li:hover img {
  opacity: 0.8;
}
.related-content ul .related-content__image {
  overflow: hidden;
  display: block;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 142px;
}
.related-content ul .related-content__image img {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .related-content ul .related-content__image {
    display: none !important;
    width: 108px;
  }
  .related-content ul .related-content__image img {
    height: 95px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.related-content ul .related-content__text {
  display: block;
  font-size: 13px;
  line-height: 17px;
  overflow: hidden;
  padding: 10px 15px 10px 159px;
  width: auto;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  font-display: swap;
}
@media only screen and (max-width: 767px) {
  .related-content ul .related-content__text {
    padding: 10px 20px;
  }
}
.related-content ul .related-content__text a {
  color: #000;
  font-size: 13px;
  line-height: 15px !important;
}
@media only screen and (max-width: 767px) {
  .related-content ul .related-content__text a {
    font-size: 13px;
  }
}

.load-more-content {
  position: relative;
}
.load-more-content .load-more__separator {
  position: relative;
  margin-bottom: 150px;
  top: -140px;
}
@media only screen and (max-width: 767px) {
  .load-more-content .load-more__separator {
    top: -100px;
  }
}
.load-more-content .load-more__separator .separator__bg {
  background: rgba(0, 0, 0, 0.01)
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQYV2NkwAIYqSy4YMGC/wAIQwLlE7lczAAAAABJRU5ErkJggg==);
  min-height: 54px;
}

#smart-ajax-loader {
  margin: 0 auto;
}

.story-wrapper .story-title {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 90%;
}
.story-wrapper .story-title h1 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.story-wrapper .story-title p {
  font-size: 20px;
}
.story-wrapper .story-title .timeStamp {
  margin-top: 15px;
  color: #ec1846;
  font-weight: 700;
  font-size: 14px;
}

.story-content .story-list__item {
  padding: 10px 0;
  border-bottom: 1px dotted #e0e0e0;
}
.story-content .story-list__item .item-time a {
  color: #ec1846;
  font-weight: 700;
  font-size: 13px;
}
.story-content .story-list__item .item-time a:before {
  margin-right: 5px;
  content: '';
  width: 6px;
  height: 6px;
  background: #ec1846;
  position: relative;
  left: 0;
  top: -1px;
  display: inline-block;
  border-radius: 100%;
}
.story-content .story-list__item .item-publ {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  border-left: 1px solid #e0e0e0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 26px;
}
.story-content .story-list__item .item-publ a {
  color: inherit;
}

.story-item-container .story-list {
  padding: 10px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #a8a8a8;
  overflow: hidden;
}
.story-item-container .story-list .story-image {
  margin-bottom: 10px;
}
.story-item-container .story-list .date-author {
  font-weight: 700;
  font-size: 14px;
}
.story-item-container .story-list .date {
  color: #ec1846;
}
.story-item-container .story-list .date {
  margin-right: 5px;
}
.story-item-container .story-list .author {
  margin-left: 5px;
}
.story-item-container .story-list .story-content__title {
  font-weight: 700;
  margin-bottom: 17px;
  font-size: 30px;
  line-height: 31px;
  margin-top: 7px;
}

.story-item-container .meta-articles__social {
  margin: 20px 0;
}
.story-item-container .meta-articles__social li > span {
  color: rgba(0, 0, 0, 0.5);
}
.story-item-container .meta-articles__social li a {
  background-color: #ccc !important;
  opacity: 1 !important;
}
.story-item-container .meta-articles__social .whatsapp a:hover {
  background-color: #128c7e !important;
}
.story-item-container .meta-articles__social .facebook a:hover {
  background-color: #3b5998 !important;
}
.story-item-container .meta-articles__social .twitter a:hover {
  background-color: #1da1f2 !important;
}
.story-item-container .meta-articles__social .linkedin a:hover {
  background-color: #0077b5 !important;
}
.story-item-container .meta-articles__social .email a:hover {
  background-color: #000 !important;
}

.article-content__content .wp-caption .size-full {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-right .search-form {
  position: absolute;
  bottom: -57px;
  z-index: 500;
  background: #fff;
  display: none;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
}
.nav-right .search-form .form-container {
  position: relative;
  padding: 10px;
  margin: 0;
  max-width: 300px;
  width: 300px;
}
.nav-right .search-form .input-text {
  background: #fff;
  padding: 10px;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
}
.nav-right .search-form .search-submit {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  color: #000 !important;
  background: transparent !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-display: swap;
}
.nav-right .search-form .search-submit:before {
  content: '\f002';
}

.pagination {
  float: left;
  width: 100%;
}
.pagination li {
  display: inline-block;
  margin-right: 5px;
}
.pagination li a {
  display: block;
  background: #fff;
  background: #fff;
  padding: 3px 12px;
  line-height: 22px;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.pagination li a:hover,
.pagination li a.current {
  color: #fff;
  background: #ec1846;
  border-color: #ec1846;
}

.pagination-prev,
.pagination-next {
  line-height: 22px;
  color: #666;
  display: inline-block;
  cursor: pointer;
}

.pagination-prev {
  margin-right: 10px;
}

.pagination-next {
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .mobile-adc {
    max-width: 320px;
    margin: 20px auto 10px;
  }
  .mobile-adc iframe {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 991px) {
  .mobile-ad {
    display: none !important;
  }
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

#main-header .ad-container {
  float: right;
}

.inner-body .ad-container {
  background-color: #f3f4f4;
  padding: 30px 0;
}

.ad-container {
  background-color: #e3e4e4;
  padding: 30px 0;
}

.nobg {
  background-color: transparent !important;
  padding: 0 !important;
}

.content-sticky .ad-container {
  padding: 0;
}

.error-page {
  background: #000;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.error-page .error-page__content {
  background: #ec1846;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  width: 90%;
  height: 100%;
  max-width: 900px;
  max-height: 590px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error-page .content-pattern {
  background-image: url(../images/error_pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 264px;
  margin: 0 auto;
  width: 80%;
  max-width: 424px;
}
@media only screen and (max-width: 480px) {
  .error-page .content-pattern {
    height: 148px;
  }
}
.error-page .content-intro__text h4 {
  color: #fff;
  font-size: 30px;
}
.error-page .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error-page .content-text p {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.error-page .content-text a {
  display: block;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.error-page .content-text a:hover {
  background: #000;
  color: #fff;
}

.top-footer {
  background: #222;
}
.top-footer .about-img__text {
  margin-top: 15px;
}
.top-footer .render-text {
  color: #ddd;
}
.top-footer .pane-title__heading {
  background: #222 !important;
}
.top-footer .pane-title__heading h2 {
  font-size: 20px;
  color: #fff !important;
}
.top-footer .pane-title__heading h2:after {
  bottom: 12px;
  right: -28px;
}
.top-footer .pane-box {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.top-footer .pane-box .pane-box__img {
  float: left;
  width: 130px;
}
.top-footer .pane-box .content-title h3 {
  font-size: 14px;
  color: #ddd;
}
.top-footer .pane-box .pane-box__content {
  margin-left: 150px;
  padding: 0;
}
.top-footer .pane-box .content-meta {
  font-size: 12px;
}
.top-footer .pane-title__content:after {
  bottom: 13px;
  background: transparent;
}

.bottom-footer {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
  .top-footer {
    padding-top: 20px;
  }
  .top-footer .grid-4 {
    width: 100%;
  }
  .top-footer .pane-box {
    width: 100%;
    float: left;
  }
  .top-footer__about {
    margin-bottom: 5px;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav.disabled {
  display: block !important;
}

.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -49px;
  z-index: 9;
  padding-left: 8px;
  background: #f5f5f5;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  border: 1px solid rgba(68, 68, 68, 0.2) !important;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  text-align: center;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  background: #ec1846 !important;
  color: #fff !important;
  border-color: #ec1846 !important;
}

.owl-carousel .owl-next {
  margin-left: 8px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99999999;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
