@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:500,600,700,800);
nav {
  background-color: unset !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd1c76), to(#ca175e)) !important;
  background: linear-gradient(to bottom, #fd1c76, #ca175e) !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(255, 29, 119, 0.2);
          box-shadow: 0 0.125rem 0.25rem rgba(255, 29, 119, 0.2);
}
@media screen and (min-width: 992px) {
  nav {
    -webkit-filter: grayscale(0.9);
            filter: grayscale(0.9);
    opacity: 0.65;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
nav:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fav {
  background-image: url("../brand/dots.png") !important;
}

nav div.bigtab {
  border-bottom: 1px solid #ffd1e3;
}

a.tag:hover,
.bigtab .bigtab-in a.active, .bigtab .bigtab-in a.active:hover,
#social-big a,
.item-list ul.pager li a:hover, .btn-primary {
  color: white !important;
}

/* $orange:#FF8C00;
$orange-light:#ffac46;
$orange-verylight:rgb(255, 205, 144);
$orange-dark:#e75d00; */
.daily-bg {
  background-color: #ffdeeb;
}

.daily-bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdedf3), to(#ffdeeb)) !important;
  background: linear-gradient(to bottom, #fdedf3, #ffdeeb) !important;
}

.theme-bg-text {
  color: #9d4668 !important;
}

@media screen and (min-width: 992px) {
  body:not(.page-admin) {
    background-image: url("/themes/rangoli/brand/bg-patt.gif");
    background-repeat: repeat-y;
  }
}
.bg-black {
  background-color: black !important;
}

.text-black, .text-black p {
  color: black !important;
}

.border-black {
  border-color: black !important;
}

.hover-border-black:hover,
.hover:hover .hover-border-black {
  border-color: black !important;
}

.hover-bg-black:hover,
.hover:hover .hover-bg-black {
  background-color: black !important;
}

.hover-text-black:hover,
.hover:hover .hover-text-black {
  color: black !important;
}

.svg-black {
  fill: black !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-black:hover {
  fill: black !important;
}

.btn-black {
  background-color: black !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-black:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-black, .link-black a {
  color: black !important;
  text-decoration: none;
}

.hover-link-black:hover, .link-black a:hover, .hover:hover .hover-link-black {
  color: black !important;
}

.bg-white {
  background-color: white !important;
}

.text-white, .text-white p {
  color: white !important;
}

.border-white {
  border-color: white !important;
}

.hover-border-white:hover,
.hover:hover .hover-border-white {
  border-color: white !important;
}

.hover-bg-white:hover,
.hover:hover .hover-bg-white {
  background-color: white !important;
}

.hover-text-white:hover,
.hover:hover .hover-text-white {
  color: white !important;
}

.svg-white {
  fill: white !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-white:hover {
  fill: white !important;
}

.btn-white {
  background-color: white !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-white:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-white, .link-white a {
  color: white !important;
  text-decoration: none;
}

.hover-link-white:hover, .link-white a:hover, .hover:hover .hover-link-white {
  color: white !important;
}

.bg-primary {
  background-color: #fd1c76 !important;
}

.text-primary, .text-primary p {
  color: #fd1c76 !important;
}

.border-primary {
  border-color: #fd1c76 !important;
}

.hover-border-primary:hover,
.hover:hover .hover-border-primary {
  border-color: #fd1c76 !important;
}

.hover-bg-primary:hover,
.hover:hover .hover-bg-primary {
  background-color: #fd1c76 !important;
}

.hover-text-primary:hover,
.hover:hover .hover-text-primary {
  color: #fd1c76 !important;
}

.svg-primary {
  fill: #fd1c76 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-primary:hover {
  fill: #fd1c76 !important;
}

.btn-primary {
  background-color: #fd1c76 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-primary:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-primary, .link-primary a {
  color: #fd1c76 !important;
  text-decoration: none;
}

.hover-link-primary:hover, .link-primary a:hover, .hover:hover .hover-link-primary {
  color: #fd1c76 !important;
}

.bg-primary-light {
  background-color: #fc75ab !important;
}

.text-primary-light, .text-primary-light p {
  color: #fc75ab !important;
}

.border-primary-light {
  border-color: #fc75ab !important;
}

.hover-border-primary-light:hover,
.hover:hover .hover-border-primary-light {
  border-color: #fc75ab !important;
}

.hover-bg-primary-light:hover,
.hover:hover .hover-bg-primary-light {
  background-color: #fc75ab !important;
}

.hover-text-primary-light:hover,
.hover:hover .hover-text-primary-light {
  color: #fc75ab !important;
}

.svg-primary-light {
  fill: #fc75ab !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-primary-light:hover {
  fill: #fc75ab !important;
}

.btn-primary-light {
  background-color: #fc75ab !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-primary-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-primary-light, .link-primary-light a {
  color: #fc75ab !important;
  text-decoration: none;
}

.hover-link-primary-light:hover, .link-primary-light a:hover, .hover:hover .hover-link-primary-light {
  color: #fc75ab !important;
}

.bg-primary-verylight {
  background-color: #fdcee1 !important;
}

.text-primary-verylight, .text-primary-verylight p {
  color: #fdcee1 !important;
}

.border-primary-verylight {
  border-color: #fdcee1 !important;
}

.hover-border-primary-verylight:hover,
.hover:hover .hover-border-primary-verylight {
  border-color: #fdcee1 !important;
}

.hover-bg-primary-verylight:hover,
.hover:hover .hover-bg-primary-verylight {
  background-color: #fdcee1 !important;
}

.hover-text-primary-verylight:hover,
.hover:hover .hover-text-primary-verylight {
  color: #fdcee1 !important;
}

.svg-primary-verylight {
  fill: #fdcee1 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-primary-verylight:hover {
  fill: #fdcee1 !important;
}

.btn-primary-verylight {
  background-color: #fdcee1 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-primary-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-primary-verylight, .link-primary-verylight a {
  color: #fdcee1 !important;
  text-decoration: none;
}

.hover-link-primary-verylight:hover, .link-primary-verylight a:hover, .hover:hover .hover-link-primary-verylight {
  color: #fdcee1 !important;
}

.bg-primary-dark {
  background-color: #a70b49 !important;
}

.text-primary-dark, .text-primary-dark p {
  color: #a70b49 !important;
}

.border-primary-dark {
  border-color: #a70b49 !important;
}

.hover-border-primary-dark:hover,
.hover:hover .hover-border-primary-dark {
  border-color: #a70b49 !important;
}

.hover-bg-primary-dark:hover,
.hover:hover .hover-bg-primary-dark {
  background-color: #a70b49 !important;
}

.hover-text-primary-dark:hover,
.hover:hover .hover-text-primary-dark {
  color: #a70b49 !important;
}

.svg-primary-dark {
  fill: #a70b49 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-primary-dark:hover {
  fill: #a70b49 !important;
}

.btn-primary-dark {
  background-color: #a70b49 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-primary-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-primary-dark, .link-primary-dark a {
  color: #a70b49 !important;
  text-decoration: none;
}

.hover-link-primary-dark:hover, .link-primary-dark a:hover, .hover:hover .hover-link-primary-dark {
  color: #a70b49 !important;
}

.bg-secondary {
  background-color: #1E1E1E !important;
}

.text-secondary, .text-secondary p {
  color: #1E1E1E !important;
}

.border-secondary {
  border-color: #1E1E1E !important;
}

.hover-border-secondary:hover,
.hover:hover .hover-border-secondary {
  border-color: #1E1E1E !important;
}

.hover-bg-secondary:hover,
.hover:hover .hover-bg-secondary {
  background-color: #1E1E1E !important;
}

.hover-text-secondary:hover,
.hover:hover .hover-text-secondary {
  color: #1E1E1E !important;
}

.svg-secondary {
  fill: #1E1E1E !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-secondary:hover {
  fill: #1E1E1E !important;
}

.btn-secondary {
  background-color: #1E1E1E !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-secondary:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-secondary, .link-secondary a {
  color: #1E1E1E !important;
  text-decoration: none;
}

.hover-link-secondary:hover, .link-secondary a:hover, .hover:hover .hover-link-secondary {
  color: #1E1E1E !important;
}

.bg-secondary-light {
  background-color: #A7A6A6 !important;
}

.text-secondary-light, .text-secondary-light p {
  color: #A7A6A6 !important;
}

.border-secondary-light {
  border-color: #A7A6A6 !important;
}

.hover-border-secondary-light:hover,
.hover:hover .hover-border-secondary-light {
  border-color: #A7A6A6 !important;
}

.hover-bg-secondary-light:hover,
.hover:hover .hover-bg-secondary-light {
  background-color: #A7A6A6 !important;
}

.hover-text-secondary-light:hover,
.hover:hover .hover-text-secondary-light {
  color: #A7A6A6 !important;
}

.svg-secondary-light {
  fill: #A7A6A6 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-secondary-light:hover {
  fill: #A7A6A6 !important;
}

.btn-secondary-light {
  background-color: #A7A6A6 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-secondary-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-secondary-light, .link-secondary-light a {
  color: #A7A6A6 !important;
  text-decoration: none;
}

.hover-link-secondary-light:hover, .link-secondary-light a:hover, .hover:hover .hover-link-secondary-light {
  color: #A7A6A6 !important;
}

.bg-secondary-verylight {
  background-color: #E9E9E9 !important;
}

.text-secondary-verylight, .text-secondary-verylight p {
  color: #E9E9E9 !important;
}

.border-secondary-verylight {
  border-color: #E9E9E9 !important;
}

.hover-border-secondary-verylight:hover,
.hover:hover .hover-border-secondary-verylight {
  border-color: #E9E9E9 !important;
}

.hover-bg-secondary-verylight:hover,
.hover:hover .hover-bg-secondary-verylight {
  background-color: #E9E9E9 !important;
}

.hover-text-secondary-verylight:hover,
.hover:hover .hover-text-secondary-verylight {
  color: #E9E9E9 !important;
}

.svg-secondary-verylight {
  fill: #E9E9E9 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-secondary-verylight:hover {
  fill: #E9E9E9 !important;
}

.btn-secondary-verylight {
  background-color: #E9E9E9 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-secondary-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-secondary-verylight, .link-secondary-verylight a {
  color: #E9E9E9 !important;
  text-decoration: none;
}

.hover-link-secondary-verylight:hover, .link-secondary-verylight a:hover, .hover:hover .hover-link-secondary-verylight {
  color: #E9E9E9 !important;
}

.bg-secondary-dark {
  background-color: #272727 !important;
}

.text-secondary-dark, .text-secondary-dark p {
  color: #272727 !important;
}

.border-secondary-dark {
  border-color: #272727 !important;
}

.hover-border-secondary-dark:hover,
.hover:hover .hover-border-secondary-dark {
  border-color: #272727 !important;
}

.hover-bg-secondary-dark:hover,
.hover:hover .hover-bg-secondary-dark {
  background-color: #272727 !important;
}

.hover-text-secondary-dark:hover,
.hover:hover .hover-text-secondary-dark {
  color: #272727 !important;
}

.svg-secondary-dark {
  fill: #272727 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-secondary-dark:hover {
  fill: #272727 !important;
}

.btn-secondary-dark {
  background-color: #272727 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-secondary-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-secondary-dark, .link-secondary-dark a {
  color: #272727 !important;
  text-decoration: none;
}

.hover-link-secondary-dark:hover, .link-secondary-dark a:hover, .hover:hover .hover-link-secondary-dark {
  color: #272727 !important;
}

.bg-blue {
  background-color: #1E90FF !important;
}

.text-blue, .text-blue p {
  color: #1E90FF !important;
}

.border-blue {
  border-color: #1E90FF !important;
}

.hover-border-blue:hover,
.hover:hover .hover-border-blue {
  border-color: #1E90FF !important;
}

.hover-bg-blue:hover,
.hover:hover .hover-bg-blue {
  background-color: #1E90FF !important;
}

.hover-text-blue:hover,
.hover:hover .hover-text-blue {
  color: #1E90FF !important;
}

.svg-blue {
  fill: #1E90FF !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-blue:hover {
  fill: #1E90FF !important;
}

.btn-blue {
  background-color: #1E90FF !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-blue:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-blue, .link-blue a {
  color: #1E90FF !important;
  text-decoration: none;
}

.hover-link-blue:hover, .link-blue a:hover, .hover:hover .hover-link-blue {
  color: #1E90FF !important;
}

.bg-blue-light {
  background-color: #6eb7ff !important;
}

.text-blue-light, .text-blue-light p {
  color: #6eb7ff !important;
}

.border-blue-light {
  border-color: #6eb7ff !important;
}

.hover-border-blue-light:hover,
.hover:hover .hover-border-blue-light {
  border-color: #6eb7ff !important;
}

.hover-bg-blue-light:hover,
.hover:hover .hover-bg-blue-light {
  background-color: #6eb7ff !important;
}

.hover-text-blue-light:hover,
.hover:hover .hover-text-blue-light {
  color: #6eb7ff !important;
}

.svg-blue-light {
  fill: #6eb7ff !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-blue-light:hover {
  fill: #6eb7ff !important;
}

.btn-blue-light {
  background-color: #6eb7ff !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-blue-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-blue-light, .link-blue-light a {
  color: #6eb7ff !important;
  text-decoration: none;
}

.hover-link-blue-light:hover, .link-blue-light a:hover, .hover:hover .hover-link-blue-light {
  color: #6eb7ff !important;
}

.bg-blue-verylight {
  background-color: #bbddfe !important;
}

.text-blue-verylight, .text-blue-verylight p {
  color: #bbddfe !important;
}

.border-blue-verylight {
  border-color: #bbddfe !important;
}

.hover-border-blue-verylight:hover,
.hover:hover .hover-border-blue-verylight {
  border-color: #bbddfe !important;
}

.hover-bg-blue-verylight:hover,
.hover:hover .hover-bg-blue-verylight {
  background-color: #bbddfe !important;
}

.hover-text-blue-verylight:hover,
.hover:hover .hover-text-blue-verylight {
  color: #bbddfe !important;
}

.svg-blue-verylight {
  fill: #bbddfe !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-blue-verylight:hover {
  fill: #bbddfe !important;
}

.btn-blue-verylight {
  background-color: #bbddfe !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-blue-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-blue-verylight, .link-blue-verylight a {
  color: #bbddfe !important;
  text-decoration: none;
}

.hover-link-blue-verylight:hover, .link-blue-verylight a:hover, .hover:hover .hover-link-blue-verylight {
  color: #bbddfe !important;
}

.bg-blue-dark {
  background-color: #0054a9 !important;
}

.text-blue-dark, .text-blue-dark p {
  color: #0054a9 !important;
}

.border-blue-dark {
  border-color: #0054a9 !important;
}

.hover-border-blue-dark:hover,
.hover:hover .hover-border-blue-dark {
  border-color: #0054a9 !important;
}

.hover-bg-blue-dark:hover,
.hover:hover .hover-bg-blue-dark {
  background-color: #0054a9 !important;
}

.hover-text-blue-dark:hover,
.hover:hover .hover-text-blue-dark {
  color: #0054a9 !important;
}

.svg-blue-dark {
  fill: #0054a9 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-blue-dark:hover {
  fill: #0054a9 !important;
}

.btn-blue-dark {
  background-color: #0054a9 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-blue-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-blue-dark, .link-blue-dark a {
  color: #0054a9 !important;
  text-decoration: none;
}

.hover-link-blue-dark:hover, .link-blue-dark a:hover, .hover:hover .hover-link-blue-dark {
  color: #0054a9 !important;
}

.bg-pink {
  background-color: #FF6666 !important;
}

.text-pink, .text-pink p {
  color: #FF6666 !important;
}

.border-pink {
  border-color: #FF6666 !important;
}

.hover-border-pink:hover,
.hover:hover .hover-border-pink {
  border-color: #FF6666 !important;
}

.hover-bg-pink:hover,
.hover:hover .hover-bg-pink {
  background-color: #FF6666 !important;
}

.hover-text-pink:hover,
.hover:hover .hover-text-pink {
  color: #FF6666 !important;
}

.svg-pink {
  fill: #FF6666 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-pink:hover {
  fill: #FF6666 !important;
}

.btn-pink {
  background-color: #FF6666 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-pink:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-pink, .link-pink a {
  color: #FF6666 !important;
  text-decoration: none;
}

.hover-link-pink:hover, .link-pink a:hover, .hover:hover .hover-link-pink {
  color: #FF6666 !important;
}

.bg-pink-light {
  background-color: #ff9b9b !important;
}

.text-pink-light, .text-pink-light p {
  color: #ff9b9b !important;
}

.border-pink-light {
  border-color: #ff9b9b !important;
}

.hover-border-pink-light:hover,
.hover:hover .hover-border-pink-light {
  border-color: #ff9b9b !important;
}

.hover-bg-pink-light:hover,
.hover:hover .hover-bg-pink-light {
  background-color: #ff9b9b !important;
}

.hover-text-pink-light:hover,
.hover:hover .hover-text-pink-light {
  color: #ff9b9b !important;
}

.svg-pink-light {
  fill: #ff9b9b !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-pink-light:hover {
  fill: #ff9b9b !important;
}

.btn-pink-light {
  background-color: #ff9b9b !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-pink-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-pink-light, .link-pink-light a {
  color: #ff9b9b !important;
  text-decoration: none;
}

.hover-link-pink-light:hover, .link-pink-light a:hover, .hover:hover .hover-link-pink-light {
  color: #ff9b9b !important;
}

.bg-pink-verylight {
  background-color: #fecece !important;
}

.text-pink-verylight, .text-pink-verylight p {
  color: #fecece !important;
}

.border-pink-verylight {
  border-color: #fecece !important;
}

.hover-border-pink-verylight:hover,
.hover:hover .hover-border-pink-verylight {
  border-color: #fecece !important;
}

.hover-bg-pink-verylight:hover,
.hover:hover .hover-bg-pink-verylight {
  background-color: #fecece !important;
}

.hover-text-pink-verylight:hover,
.hover:hover .hover-text-pink-verylight {
  color: #fecece !important;
}

.svg-pink-verylight {
  fill: #fecece !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-pink-verylight:hover {
  fill: #fecece !important;
}

.btn-pink-verylight {
  background-color: #fecece !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-pink-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-pink-verylight, .link-pink-verylight a {
  color: #fecece !important;
  text-decoration: none;
}

.hover-link-pink-verylight:hover, .link-pink-verylight a:hover, .hover:hover .hover-link-pink-verylight {
  color: #fecece !important;
}

.bg-pink-dark {
  background-color: #c31717 !important;
}

.text-pink-dark, .text-pink-dark p {
  color: #c31717 !important;
}

.border-pink-dark {
  border-color: #c31717 !important;
}

.hover-border-pink-dark:hover,
.hover:hover .hover-border-pink-dark {
  border-color: #c31717 !important;
}

.hover-bg-pink-dark:hover,
.hover:hover .hover-bg-pink-dark {
  background-color: #c31717 !important;
}

.hover-text-pink-dark:hover,
.hover:hover .hover-text-pink-dark {
  color: #c31717 !important;
}

.svg-pink-dark {
  fill: #c31717 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-pink-dark:hover {
  fill: #c31717 !important;
}

.btn-pink-dark {
  background-color: #c31717 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-pink-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-pink-dark, .link-pink-dark a {
  color: #c31717 !important;
  text-decoration: none;
}

.hover-link-pink-dark:hover, .link-pink-dark a:hover, .hover:hover .hover-link-pink-dark {
  color: #c31717 !important;
}

.bg-red {
  background-color: #c9003a !important;
}

.text-red, .text-red p {
  color: #c9003a !important;
}

.border-red {
  border-color: #c9003a !important;
}

.hover-border-red:hover,
.hover:hover .hover-border-red {
  border-color: #c9003a !important;
}

.hover-bg-red:hover,
.hover:hover .hover-bg-red {
  background-color: #c9003a !important;
}

.hover-text-red:hover,
.hover:hover .hover-text-red {
  color: #c9003a !important;
}

.svg-red {
  fill: #c9003a !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-red:hover {
  fill: #c9003a !important;
}

.btn-red {
  background-color: #c9003a !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-red:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-red, .link-red a {
  color: #c9003a !important;
  text-decoration: none;
}

.hover-link-red:hover, .link-red a:hover, .hover:hover .hover-link-red {
  color: #c9003a !important;
}

.bg-red-light {
  background-color: #ff4b8d !important;
}

.text-red-light, .text-red-light p {
  color: #ff4b8d !important;
}

.border-red-light {
  border-color: #ff4b8d !important;
}

.hover-border-red-light:hover,
.hover:hover .hover-border-red-light {
  border-color: #ff4b8d !important;
}

.hover-bg-red-light:hover,
.hover:hover .hover-bg-red-light {
  background-color: #ff4b8d !important;
}

.hover-text-red-light:hover,
.hover:hover .hover-text-red-light {
  color: #ff4b8d !important;
}

.svg-red-light {
  fill: #ff4b8d !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-red-light:hover {
  fill: #ff4b8d !important;
}

.btn-red-light {
  background-color: #ff4b8d !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-red-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-red-light, .link-red-light a {
  color: #ff4b8d !important;
  text-decoration: none;
}

.hover-link-red-light:hover, .link-red-light a:hover, .hover:hover .hover-link-red-light {
  color: #ff4b8d !important;
}

.bg-red-verylight {
  background-color: #ffabca !important;
}

.text-red-verylight, .text-red-verylight p {
  color: #ffabca !important;
}

.border-red-verylight {
  border-color: #ffabca !important;
}

.hover-border-red-verylight:hover,
.hover:hover .hover-border-red-verylight {
  border-color: #ffabca !important;
}

.hover-bg-red-verylight:hover,
.hover:hover .hover-bg-red-verylight {
  background-color: #ffabca !important;
}

.hover-text-red-verylight:hover,
.hover:hover .hover-text-red-verylight {
  color: #ffabca !important;
}

.svg-red-verylight {
  fill: #ffabca !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-red-verylight:hover {
  fill: #ffabca !important;
}

.btn-red-verylight {
  background-color: #ffabca !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-red-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-red-verylight, .link-red-verylight a {
  color: #ffabca !important;
  text-decoration: none;
}

.hover-link-red-verylight:hover, .link-red-verylight a:hover, .hover:hover .hover-link-red-verylight {
  color: #ffabca !important;
}

.bg-red-dark {
  background-color: #900035 !important;
}

.text-red-dark, .text-red-dark p {
  color: #900035 !important;
}

.border-red-dark {
  border-color: #900035 !important;
}

.hover-border-red-dark:hover,
.hover:hover .hover-border-red-dark {
  border-color: #900035 !important;
}

.hover-bg-red-dark:hover,
.hover:hover .hover-bg-red-dark {
  background-color: #900035 !important;
}

.hover-text-red-dark:hover,
.hover:hover .hover-text-red-dark {
  color: #900035 !important;
}

.svg-red-dark {
  fill: #900035 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-red-dark:hover {
  fill: #900035 !important;
}

.btn-red-dark {
  background-color: #900035 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-red-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-red-dark, .link-red-dark a {
  color: #900035 !important;
  text-decoration: none;
}

.hover-link-red-dark:hover, .link-red-dark a:hover, .hover:hover .hover-link-red-dark {
  color: #900035 !important;
}

.bg-green {
  background-color: #1d8900 !important;
}

.text-green, .text-green p {
  color: #1d8900 !important;
}

.border-green {
  border-color: #1d8900 !important;
}

.hover-border-green:hover,
.hover:hover .hover-border-green {
  border-color: #1d8900 !important;
}

.hover-bg-green:hover,
.hover:hover .hover-bg-green {
  background-color: #1d8900 !important;
}

.hover-text-green:hover,
.hover:hover .hover-text-green {
  color: #1d8900 !important;
}

.svg-green {
  fill: #1d8900 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-green:hover {
  fill: #1d8900 !important;
}

.btn-green {
  background-color: #1d8900 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-green:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-green, .link-green a {
  color: #1d8900 !important;
  text-decoration: none;
}

.hover-link-green:hover, .link-green a:hover, .hover:hover .hover-link-green {
  color: #1d8900 !important;
}

.bg-green-light {
  background-color: #3bd113 !important;
}

.text-green-light, .text-green-light p {
  color: #3bd113 !important;
}

.border-green-light {
  border-color: #3bd113 !important;
}

.hover-border-green-light:hover,
.hover:hover .hover-border-green-light {
  border-color: #3bd113 !important;
}

.hover-bg-green-light:hover,
.hover:hover .hover-bg-green-light {
  background-color: #3bd113 !important;
}

.hover-text-green-light:hover,
.hover:hover .hover-text-green-light {
  color: #3bd113 !important;
}

.svg-green-light {
  fill: #3bd113 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-green-light:hover {
  fill: #3bd113 !important;
}

.btn-green-light {
  background-color: #3bd113 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-green-light:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-green-light, .link-green-light a {
  color: #3bd113 !important;
  text-decoration: none;
}

.hover-link-green-light:hover, .link-green-light a:hover, .hover:hover .hover-link-green-light {
  color: #3bd113 !important;
}

.bg-green-verylight {
  background-color: #9eff84 !important;
}

.text-green-verylight, .text-green-verylight p {
  color: #9eff84 !important;
}

.border-green-verylight {
  border-color: #9eff84 !important;
}

.hover-border-green-verylight:hover,
.hover:hover .hover-border-green-verylight {
  border-color: #9eff84 !important;
}

.hover-bg-green-verylight:hover,
.hover:hover .hover-bg-green-verylight {
  background-color: #9eff84 !important;
}

.hover-text-green-verylight:hover,
.hover:hover .hover-text-green-verylight {
  color: #9eff84 !important;
}

.svg-green-verylight {
  fill: #9eff84 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-green-verylight:hover {
  fill: #9eff84 !important;
}

.btn-green-verylight {
  background-color: #9eff84 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-green-verylight:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-green-verylight, .link-green-verylight a {
  color: #9eff84 !important;
  text-decoration: none;
}

.hover-link-green-verylight:hover, .link-green-verylight a:hover, .hover:hover .hover-link-green-verylight {
  color: #9eff84 !important;
}

.bg-green-dark {
  background-color: #104a00 !important;
}

.text-green-dark, .text-green-dark p {
  color: #104a00 !important;
}

.border-green-dark {
  border-color: #104a00 !important;
}

.hover-border-green-dark:hover,
.hover:hover .hover-border-green-dark {
  border-color: #104a00 !important;
}

.hover-bg-green-dark:hover,
.hover:hover .hover-bg-green-dark {
  background-color: #104a00 !important;
}

.hover-text-green-dark:hover,
.hover:hover .hover-text-green-dark {
  color: #104a00 !important;
}

.svg-green-dark {
  fill: #104a00 !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover-svg-green-dark:hover {
  fill: #104a00 !important;
}

.btn-green-dark {
  background-color: #104a00 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.712);
  border-radius: 5px;
}
.btn-green-dark:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.link-green-dark, .link-green-dark a {
  color: #104a00 !important;
  text-decoration: none;
}

.hover-link-green-dark:hover, .link-green-dark a:hover, .hover:hover .hover-link-green-dark {
  color: #104a00 !important;
}

.text-gray-1 {
  color: hsl(0, 0%, 100%) !important;
}

.bg-gray-1 {
  background-color: hsl(0, 0%, 100%);
}

.text-gray-2 {
  color: hsl(0, 0%, 90%) !important;
}

.bg-gray-2 {
  background-color: hsl(0, 0%, 90%);
}

.text-gray-3 {
  color: hsl(0, 0%, 80%) !important;
}

.bg-gray-3 {
  background-color: hsl(0, 0%, 80%);
}

.text-gray-4 {
  color: hsl(0, 0%, 70%) !important;
}

.bg-gray-4 {
  background-color: hsl(0, 0%, 70%);
}

.text-gray-5 {
  color: hsl(0, 0%, 60%) !important;
}

.bg-gray-5 {
  background-color: hsl(0, 0%, 60%);
}

.text-gray-6 {
  color: hsl(0, 0%, 50%) !important;
}

.bg-gray-6 {
  background-color: hsl(0, 0%, 50%);
}

.text-gray-7 {
  color: hsl(0, 0%, 40%) !important;
}

.bg-gray-7 {
  background-color: hsl(0, 0%, 40%);
}

.text-gray-8 {
  color: hsl(0, 0%, 30%) !important;
}

.bg-gray-8 {
  background-color: hsl(0, 0%, 30%);
}

.text-gray-9 {
  color: hsl(0, 0%, 20%) !important;
}

.bg-gray-9 {
  background-color: hsl(0, 0%, 20%);
}

.text-gray-10 {
  color: hsl(0, 0%, 10%) !important;
}

.bg-gray-10 {
  background-color: hsl(0, 0%, 10%);
}

.border-red {
  border-color: #1E1E1E !important;
  border-width: 2px !important;
}

.hover-opacity-100:hover:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-75:hover:hover {
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  opacity: 0.75 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-50:hover:hover {
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-25:hover:hover {
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  opacity: 0.25 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn-secondary {
  color: rgba(255, 255, 255, 0.732) !important;
}

.btn-primary:hover {
  background-color: #fc75ab !important;
}

.btn-secondary:hover {
  background-color: black !important;
  color: white !important;
}

.btn-blue {
  background-color: #1E90FF !important;
  color: white !important;
}

.btn-blue:hover {
  background-color: #0054a9 !important;
  color: white !important;
}

.btn-pink {
  background-color: #FF6666 !important;
  color: white !important;
}

.btn-pink:hover {
  background-color: #c31717 !important;
  color: white !important;
}

.btn-red {
  background-color: #c9003a !important;
  color: white !important;
}

.btn-red:hover {
  background-color: #900035 !important;
  color: white !important;
}

.link-primary:hover {
  color: #a70b49 !important;
}

.link-secondary:hover {
  color: #1E90FF !important;
}

.link-blue:hover {
  color: #0054a9 !important;
}

.link-pink:hover {
  color: #c31717 !important;
}

.link-red:hover {
  color: #900035 !important;
}

html, body, p, ul {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

section {
  padding: 2rem 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  color: #1E90FF;
}
a:hover {
  color: #c9003a;
}

@media screen and (min-width: 1600px) {
  .container-xxl {
    max-width: 1574px;
  }
}

@media screen and (min-width: 1600px) {
  .container-xxxl {
    max-width: 1716px;
    margin: 0 auto;
  }
}

.flow > * + * {
  -webkit-margin-before: var(--flow-space, 1em);
          margin-block-start: var(--flow-space, 1em);
}

.page-bg {
  background-color: #fff0f4;
}

.theme-border {
  border-color: #fdddea !important;
}

.theme-border-dark {
  border-color: #ffbbd7 !important;
}

.font-primary {
  font-family: "Open Sans", sans-serif;
}

.font-arial {
  font-family: "Arial", sans-serif;
}

.font-tahoma {
  font-family: "Tahoma", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #1E1E1E;
  background-color: #fff0f4;
  line-height: 160%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #232323;
  line-height: 160%;
}

.node-content .h1, .node-content .h2, .node-content .h3, .node-content .h4, .node-content .h5, .node-content .h6, .node-content h1, .node-content h2, .node-content h3, .node-content h4, .node-content h5, .node-content h6 {
  border-bottom: 3px solid #ff2d98;
  color: #007bf3;
  margin-bottom: 10px;
}
.node-content strong, .node-content b {
  font-weight: 700;
}

h1, .h1 {
  font-size: 19.7225px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h1, .h1 {
    font-size: calc(19.7225px + 3.2775 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 23px;
  }
}

h2, .h2 {
  font-size: 18.865px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h2, .h2 {
    font-size: calc(18.865px + 3.135 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: 22px;
  }
}

h3, .h3 {
  font-size: 18.0075px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h3, .h3 {
    font-size: calc(18.0075px + 2.9925 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: 21px;
  }
}

h4, .h4 {
  font-size: 17.15px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h4, .h4 {
    font-size: calc(17.15px + 2.85 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 16.2925px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h5, .h5 {
    font-size: calc(16.2925px + 2.7075 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h5, .h5 {
    font-size: 19px;
  }
}

h6, .h6 {
  font-size: 15.435px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  h6, .h6 {
    font-size: calc(15.435px + 2.565 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  h6, .h6 {
    font-size: 18px;
  }
}

body {
  font-size: 12.75px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  body {
    font-size: calc(12.75px + 2.25 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 15px;
  }
}

p, .para {
  font-size: 12.75px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  p, .para {
    font-size: calc(12.75px + 2.25 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  p, .para {
    font-size: 15px;
  }
}

.node-content p, .node-content li {
  font-size: 14.45px;
}
@media (min-width: 576px) and (max-width: 1400px) {
  .node-content p, .node-content li {
    font-size: calc(14.45px + 2.55 * (100vw - 576px) / 624);
  }
}
@media (min-width: 1400px) {
  .node-content p, .node-content li {
    font-size: 17px;
  }
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

#search-form * {
  font-family: "Open Sans", sans-serif !important;
}

#search-form .gs-title {
  font-size: 20px !important;
  color: black;
}

#search-form .gs-image, .gs-web-image-box, .gs-promotion-image-box {
  max-width: unset !important;
  max-height: unset !important;
  width: auto !important;
}

.gsc-cursor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin: 2.5rem 0;
  list-style: none;
}

.gsc-cursor-page {
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: white;
  color: #272727;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
}
.gsc-cursor-page:hover, .gsc-cursor-page:focus {
  background-color: #fd1c76;
  color: #272727;
  border-color: rgba(0, 0, 0, 0.1803921569) !important;
  outline: none;
}

.gsc-cursor-current-page {
  background-color: #c9003a;
  color: white;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  border-radius: 5px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  pointer-events: none;
}

form.gsc-search-box {
  margin: 0 auto !important;
}

.gsc-control-cse {
  background-color: #fff0f4 !important;
  border: unset !important;
  padding: 5px 0 10px 0 !important;
}

.box, .two-column .left-column,
.two-column .right-column, .one-column {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D7D7D7;
  padding: 1em;
}
@media screen and (max-width: 576px) {
  .box, .two-column .left-column,
  .two-column .right-column, .one-column {
    padding: 0.5em;
    border-radius: 0px;
  }
}
.box, .two-column .left-column,
.two-column .right-column, .one-column {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

main {
  padding-top: 1em;
}
@media screen and (max-width: 992px) {
  main {
    padding-top: 0.5em;
  }
}

.container .node-content .title,
.container-xl .node-content .title,
.container-xxl .node-content .title {
  border: unset;
  color: unset;
}
.container .node-content p,
.container-xl .node-content p,
.container-xxl .node-content p {
  text-align: justify;
  line-height: 175%;
  margin: 0 0 1em 0;
}
.container .node-content p:last-of-type,
.container-xl .node-content p:last-of-type,
.container-xxl .node-content p:last-of-type {
  margin-bottom: 0;
}
.container .node-content a picture img,
.container-xl .node-content a picture img,
.container-xxl .node-content a picture img {
  margin-bottom: 8px;
}
.container .node-content a:last-of-type picture img,
.container-xl .node-content a:last-of-type picture img,
.container-xxl .node-content a:last-of-type picture img {
  margin-bottom: 0;
}
.container .node-content > p:last-of-type,
.container-xl .node-content > p:last-of-type,
.container-xxl .node-content > p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .container-xl {
    max-width: 1320px;
  }
}

@media screen and (max-width: 1600px) {
  .container-xxl {
    max-width: unset;
  }
}
@media screen and (max-width: 992px) {
  .container-xxl {
    padding: 0.25em 0.5em;
  }
}
@media screen and (max-width: 576px) {
  .container-xxl {
    border: 0;
    padding: 0.5em 0;
  }
}

.container-fluid {
  padding: 0 1em;
}
@media screen and (max-width: 992px) {
  .container-fluid {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 576px) {
  .container-fluid {
    padding: 0;
  }
}

.container {
  max-width: 1000px;
}

.container-xxl .two-column {
  max-width: 1344px;
  margin: 0 auto;
}

.container-xxl .two-column-stretch {
  max-width: unset;
  margin: 0 auto;
}

.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two-column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1rem;
}
.two-column .left-column,
.two-column .right-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (min-width: 1045px) {
  .two-column .left-column {
    min-width: 680px;
  }
}
@media screen and (min-width: 1600px) {
  .two-column .left-column {
    max-width: 950px;
  }
}
.two-column .right-column {
  position: sticky;
  text-align: center;
  top: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 10px;
}
@media screen and (max-width: 1044px) {
  .two-column .right-column {
    padding: 0px;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: unset !important;
  }
}
@media screen and (min-width: 768px) {
  .two-column .right-column {
    padding: 10px;
  }
}
@media screen and (min-width: 1045px) {
  .two-column .right-column {
    min-width: 320px;
    max-width: 524px;
  }
}
@media screen and (min-width: 1045px) {
  .two-column .right-column-wide {
    min-width: 300px;
    max-width: 302px;
    padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  .two-column .right-column-wide {
    min-width: 320px;
    max-width: 524px;
    padding: 10px;
  }
}
@media screen and (min-width: 1045px) {
  .two-column .right-column-short {
    min-width: 300px;
    max-width: 302px;
    padding: 0px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1500px) {
  .two-column .right-column-short {
    min-width: 320px;
    max-width: 320px;
    padding: 10px;
  }
}

.two-column-stretch .left-column {
  min-width: unset;
  max-width: unset;
}
.two-column-stretch .left-column-no-box {
  all: unset;
  min-width: unset;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.two-column-stretch .right-column-no-box {
  all: unset;
  min-width: unset;
}
.two-column-stretch .left-column-max-1400 {
  max-width: 1400px;
}
.two-column-stretch .left-column-medium-inner-850 {
  max-width: 850px;
  margin: 0 auto;
}

@media screen and (min-width: 1300px) {
  .left-column-content-middle {
    width: 75%;
    margin: 0 auto;
  }
}

.item-list ul.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 0;
  margin: 4rem 0;
  list-style: none;
}
.item-list ul.pager li {
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.item-list ul.pager li.pager-current {
  background-color: #c9003a;
  color: white;
  border-color: rgba(0, 0, 0, 0.1333333333);
}
.item-list ul.pager li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 5px;
  background-color: white;
  color: #272727;
  border: 1px solid #fdddea;
}
.item-list ul.pager li a:hover {
  background-color: #fd1c76;
  color: #272727;
  border-color: rgba(0, 0, 0, 0.1803921569) !important;
}
.item-list ul.pager .pager-next,
.item-list ul.pager .pager-previous {
  width: unset;
}
.item-list ul.pager .pager-next a,
.item-list ul.pager .pager-previous a {
  width: 100%;
  padding: 0 15px;
  text-transform: capitalize;
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: white;
}
.item-list ul.pager .pager-next:hover a,
.item-list ul.pager .pager-previous:hover a {
  background-color: #0054a9;
}
.item-list li.pager-ellipsis,
.item-list .pager-last,
.item-list .pager-first {
  display: none;
}
@media screen and (max-width: 560px) {
  .item-list ul.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    margin: 1.5rem 0;
    padding: 0;
    width: 100% !important;
  }
  .item-list ul.pager li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: none;
    font-size: 20px;
    width: 100% !important;
    height: unset !important;
  }
  .item-list ul.pager li a {
    text-transform: uppercase !important;
    width: unset !important;
    height: unset !important;
    text-wrap-mode: nowrap;
  }
  .item-list ul.pager li.pager-previous,
  .item-list ul.pager li.pager-next,
  .item-list ul.pager li.pager-current {
    display: block;
  }
}
@media screen and (max-width: 325px) {
  .item-list ul.pager li {
    font-size: 17px;
  }
}

div.view div.views-hide {
  display: none;
  margin-left: 20px;
  font-size: xx-small;
  margin-right: 1em;
}
div.view:hover div.views-hide {
  display: block;
  margin-top: -1.5em;
  position: absolute;
  z-index: 200;
}

.views-admin-links ul.links {
  float: right;
  font-weight: bold;
  margin: 17px 0 0 0;
  padding: 0;
  text-decoration: none;
  width: 155px;
}
.views-admin-links ul.links li {
  list-style: none;
  list-style-image: none;
  font: Bold 12px Arial;
  color: white;
  display: inline-block;
}
.views-admin-links ul.links li a {
  background-color: red;
  color: white;
  padding: 3px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 4px solid #fd1c76;
  margin-bottom: 15px;
  font-family: "Arial", sans-serif;
}
.tabs li {
  list-style: none;
}
.tabs li a {
  display: block;
  padding: 8px 12px;
  color: #6b7280;
  background: #f8f9fa;
  text-decoration: none;
  margin-right: 5px;
  font-size: 13px;
}
.tabs li a:hover {
  background: #eaeaea;
}
.tabs li a.active {
  background-color: #fd1c76;
  color: #000;
  font-weight: bold;
}
.tabs li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
}
.tabs li:last-child a {
  border-right: none;
}
.tabs li.active a {
  background-color: #fd1c76;
  color: #000;
}

.view-downloads .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  padding: 0px 12px;
}
@media screen and (max-width: 576px) {
  .view-downloads .view-content {
    padding: 0;
  }
}

.view-downloads .views-field-nid {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .view-downloads .views-field-nid {
    width: 100%;
  }
}

.view-downloads .field-content {
  display: block;
  height: 100%;
}

.view-downloads .views-row {
  padding: 0.5rem;
}
@media screen and (max-width: 576px) {
  .view-downloads .views-row {
    padding-right: 0;
  }
}
.view-downloads .views-row {
  padding-left: 0;
  padding-bottom: 1.5rem;
  text-align: center;
  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;
  width: 100%;
}
@media (min-width: 576px) {
  .view-downloads .views-row {
    width: 50%;
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  .view-downloads .views-row {
    padding: 0.25rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .view-downloads .views-row {
    width: 33.3333%;
    padding: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .view-downloads .views-row {
    padding: 1rem;
  }
}

.tvi-term-desc {
  display: none;
}

.XXvideoset {
  width: 33%;
  padding: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .XXvideoset {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .XXvideoset {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .XXvideoset {
    width: 33.33333333%;
    padding-bottom: 2rem;
  }
}

.view-videos .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  padding: 0px 12px;
}

.view-videos .views-field-field-videos-embed {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .view-videos .views-field-field-videos-embed {
    width: 100%;
  }
}

.view-videos .field-content {
  display: block;
  height: 100%;
}

.view-videos .views-row {
  padding: 0.5rem;
  padding-left: 0;
  padding-bottom: 1.5rem;
  text-align: center;
  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;
  width: 100%;
}
@media (min-width: 576px) {
  .view-videos .views-row {
    width: 50%;
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  .view-videos .views-row {
    padding: 0.25rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .view-videos .views-row {
    width: 33.3333%;
    padding: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .view-videos .views-row {
    padding: 1rem;
  }
}

header a.logo img {
  margin: 0.5em 0;
}

.fav {
  background-image: url(../img/favicon.ico);
  background-position: left;
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  -webkit-animation: spin 12s linear infinite;
          animation: spin 12s linear infinite;
}

.fav:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#search-form {
  display: none;
}

#search-form.show {
  display: block;
}

nav {
  background-color: #d41461;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  nav {
    position: fixed;
    top: 55px;
    left: -100%;
    width: 25vw !important;
    height: 100vh !important;
    min-width: 300px;
    z-index: 9999;
    background-color: #fdcee1 !important;
    background-image: unset !important;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow-y: scroll;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  nav ul {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  nav ul li {
    width: 100%;
    height: 100%;
    display: block;
    background-image: unset;
    background-color: #d41461;
    background-repeat: repeat-y !important;
  }
}
@media screen and (min-width: 992px) {
  nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-right: 1px solid #fd4890;
  }
}
nav ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  padding: 0.4em 1em !important;
}
@media screen and (max-width: 1400px) {
  nav ul li a {
    padding: 0.4em 0.8em !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  nav ul li a {
    padding: 0.4em 0.8em !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 1120px) {
  nav ul li a {
    padding: 0.4em 0.8em !important;
    font-size: 14px;
    margin: 0px;
  }
}
@media screen and (max-width: 992px) {
  nav ul li a {
    margin: 0 0.25em 0 0 !important;
    color: #ffe7f0;
    font-size: 19px;
    width: 100%;
    height: 100%;
    text-align: left;
    font-weight: 400;
    padding: 0.5em 1em !important;
    border-bottom: 5px solid white;
  }
}
@media screen and (min-width: 992px) {
  nav ul li a {
    color: #ffe7f0;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 3px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    white-space: nowrap;
  }
}
nav ul li a:hover {
  background-color: #fffafc;
  color: #970f45;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  nav ul li a:hover {
    border-radius: 0px;
  }
}
nav ul li a.active {
  background-color: #fffafc;
  color: #970f45;
  cursor: default;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  nav ul li a.active {
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  nav ul li a.active {
    color: #970f45;
    padding-bottom: 0.65em !important;
    border-radius: 5px 5px 0 0;
  }
}
nav ul li a.active::after {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  nav ul li a.active::after {
    content: "➔";
    margin-left: 15px;
    font-size: 2rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 992px) {
  nav ul li a.active::after {
    content: "⮟";
    margin-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  nav ul li a.active:hover::after {
    -webkit-animation: bounce-arrow 0.75s infinite ease-in-out;
            animation: bounce-arrow 0.75s infinite ease-in-out;
  }
}
@media screen and (max-width: 992px) {
  nav ul li a.active:hover::after {
    -webkit-animation: move-arrow 1s infinite ease-in-out;
            animation: move-arrow 1s infinite ease-in-out;
  }
}
@-webkit-keyframes bounce-arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes bounce-arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes move-arrow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@keyframes move-arrow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
nav div.bigtab {
  background-color: #fffafc !important;
}

nav.red-menu {
  background-color: #1d8900;
}
nav.red-menu li {
  border-right: 1px solid #185c3b;
}
nav.red-menu li a {
  color: white;
}
nav.red-menu li a.active {
  color: #1d8900;
}

.bigtab {
  padding: 3px 0;
}
.bigtab .bigtab-in {
  padding: 2px 0;
  text-align: center;
}
.bigtab .bigtab-in a {
  display: inline-block;
  padding: 3px 4px;
  font-size: 14px;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (min-width: 1200px) {
  .bigtab .bigtab-in a {
    padding: 4px 12px;
  }
}
.bigtab .bigtab-in a {
  background-color: #eaeaea;
  color: #41330a;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bigtab .bigtab-in a:hover {
  background-color: #3D3D3D;
  color: white;
  -webkit-transition: 0s;
  transition: 0s;
}
.bigtab .bigtab-in a.active {
  background-color: #fd1c76;
  color: #1E1E1E;
  cursor: default;
}
.bigtab .bigtab-in a.active:hover {
  background-color: #fd1c76 !important;
  color: #1E1E1E !important;
}
@media screen and (max-width: 992px) {
  .bigtab .bigtab-in a.active::after {
    content: "➔";
    margin-left: 15px;
    font-size: 2rem;
    vertical-align: middle;
  }
}
@media screen and (min-width: 992px) {
  .bigtab .bigtab-in a.active::after {
    content: "⮟";
    margin-left: 5px;
  }
}
.bigtab .bigtab-with-border {
  border-bottom: 4px solid #ff2d98;
  padding-bottom: 0px;
}
.bigtab .bigtab-with-border a {
  margin-bottom: 4px;
}
.bigtab .bigtab-with-border a.active {
  padding: 8px 12px 12px 12px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
}
.bigtab .bigtab-sub {
  margin-top: 5px;
}
.bigtab .bigtab-sub a {
  border-radius: 0;
  text-transform: capitalize;
  font-size: 12px;
  padding: 2px 12px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}

.colourful-hover1:hover, .colourful1 {
  background-color: #c9003a !important;
  border-color: #c9003a !important;
}

.colourful-hover2:hover, .colourful2 {
  background-color: #6b9b00 !important;
  border-color: #6b9b00 !important;
}

.colourful-hover3:hover, .colourful3 {
  background-color: #e51c56 !important;
  border-color: #e51c56 !important;
}

.colourful-hover4:hover, .colourful4 {
  background-color: #3874f5 !important;
  border-color: #3874f5 !important;
}

.colourful-hover5:hover, .colourful5 {
  background-color: #b11c99 !important;
  border-color: #b11c99 !important;
}

.colourful-hover6:hover, .colourful6 {
  background-color: #009eb5 !important;
  border-color: #009eb5 !important;
}

.colourful-hover7:hover, .colourful7 {
  background-color: #a50000 !important;
  border-color: #a50000 !important;
}

.colourful-hover8:hover, .colourful8 {
  background-color: #ec6402 !important;
  border-color: #ec6402 !important;
}

.colourful-hover9:hover, .colourful9 {
  background-color: #210bac !important;
  border-color: #210bac !important;
}

.colourful-hover10:hover, .colourful10 {
  background-color: #FF6666 !important;
  border-color: #FF6666 !important;
}

.color-tab a {
  display: inline-block;
  color: #696969;
  padding: 8px 9px;
  margin: 0 5px 3px 0;
  font-size: 14px;
  line-height: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  vertical-align: top;
  background-color: #eaeaea;
}
.color-tab a.active {
  color: white;
  background-color: #3F3F3F;
  border-radius: 5px 5px 0 0;
}
.color-tab a.active:hover {
  color: white;
}
.color-tab a:hover {
  color: white;
  background-color: #3F3F3F;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.active-line {
  border-bottom: 3px solid #3f3f3f;
  margin-bottom: 10px;
}
.active-line a.active {
  color: white;
  background-color: #3F3F3F;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 1010px) {
  .color-tab a {
    margin: 3px 0;
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  #mob-red {
    background-color: #03b9b7;
    color: white;
  }
  .bigtab .arr {
    position: absolute;
    right: 0;
    background-color: #bfbfbf;
    padding: 11px 1px;
    display: inline;
  }
}
.bigtab .arr {
  display: none;
}

#social-big a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 3px 5px rgb(0, 0, 0);
          box-shadow: 0 3px 5px rgb(0, 0, 0);
  opacity: 0.8;
}
#social-big a:hover {
  opacity: 1;
  border: 1px solid #1E1E1E;
  -webkit-box-shadow: 0 13px 8px rgb(0, 0, 0);
          box-shadow: 0 13px 8px rgb(0, 0, 0);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.opacity-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-100:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-75:hover {
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  opacity: 0.75 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-50:hover {
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-opacity-25:hover {
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  opacity: 0.25 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.row {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.5em;
}

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

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

.hover-underline:hover {
  text-decoration: underline !important;
  color: black;
}

.hover:hover .img-hover-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover .img-hover-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover .hover-show {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.hover:hover .hover-show {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.transition, .blink, .e {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bi-bold::before {
  font-weight: bold !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fw-bold {
  font-weight: 600 !important;
}

.jump {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.jump:hover {
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

.text-justify {
  text-align: justify;
}

.bg-center {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-left {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-right {
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
}

.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.gray:hover {
  filter: none !important;
  -webkit-filter: none !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sharing {
  opacity: 0.3;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sharing:hover {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

img {
  max-width: 100%;
  height: auto;
}

.text-indent {
  text-indent: -1800px;
  overflow: hidden;
  line-height: 0;
}

.animation-none {
  -webkit-animation: unset;
          animation: unset;
}

/* .s-f{font-family:Tahoma, Helvetica, sans-serif!important; font-size: 11px!important;}
.c-g{color:#7D7D7D!important;} .c-r{color:#E10000!important;} .c-dg{color:#383838!important;}
.c-b{color:black!important;}
.c-w{color:white!important;}
.a-b{color:black!important;}.a-b:hover{ color:#1E90FF!important;}
.a-g{color:#7D7D7D!important;}.a-g:hover{ color:black!important;}
.a-dg{color:#383838!important;}.a-dg:hover{color:black!important;}
.a-r{color:#E10000!important;}.a-r:hover{ color:black!important;}
.a-dg{color:#383838!important;}.a-dg:hover{ color:#1E90FF!important;}
.a-y{color:#624910;}
.a-y:hover{color:black!important;}
.f-b{font-weight:600!important;}
.f-n{font-weight:normal!important;}
.f-cap{text-transform: capitalize;}
.f-u{text-transform: uppercase;}
.t-line{text-decoration: underline;}
.t-c{text-align:center!important;}.t-l{text-align:left!important;}.t-r{text-align:right!important;}.t-j{text-align:justify!important;}
.dib{display: inline-block;}
.db{display: block;} */
/* .p5{ padding:5px!important;}.p10{ padding:10px!important;}.p15{ padding:15px!important;}.p20{padding:20px!important;} */
/* .ptb5{ padding:5px 0;}.ptb10{ padding:10px 0;}.ptb15{ padding:15px 0;}.ptb20{ padding:20px 0;}
.plr5{ padding: 0 5px;}.plr10{ padding: 0 10px;}.plr15{ padding: 0 15px;}.plr20{ padding: 0 20px;}
.pl5{ padding-left:5px;}.pl10{ padding-left:10px;}.pl15{ padding-left:15px;}.pl20{ padding-left:20px;}
.pr5{ padding-right:5px;}.pr10{ padding-right:10px;}.pr15{ padding-right:15px;}.pr20{ padding-right:20px;}
.pt5{ padding-top:5px;}.pt10{ padding-top:10px;}.pt15{ padding-top:15px;}.pt20{ padding-top:20px;}
.pb5{ padding-bottom:5px;}.pb10{ padding-bottom:10px;}.pb15{ padding-bottom:15px;}.pb20{ padding-bottom:20px;}
.m5{ margin:5px!important;}.m10{margin:10px!important;}.m15{ margin:15px!important;}.m20{margin:20px!important;}
.mtb5{ margin:5px 0;}.mtb10{ margin:10px 0;}.mtb15{ margin:15px 0;}.mtb20{ margin:20px 0;}
.mlr5{ margin: 0 5px;}.mlr10{ margin: 0 10px;}.mlr15{ margin: 0 15px;}.mlr20{ margin: 0 20px;}
.ml5{ margin-left:5px;}.ml10{ margin-left:10px;}.ml15{ margin-left:15px;}.ml20{ margin-left:20px;}
.mr5{ margin-right:5px;}.mr10{ margin-right:10px;}.mr15{ margin-right:15px;}.mr20{ margin-right:20px;}
.mt5{ margin-top:5px;}.mt10{ margin-top:10px!important;}.mt15{ margin-top:15px;}.mt20{ margin-top:20px;}
.mb5{ margin-bottom:5px;}.mb10{ margin-bottom:10px;}.mb15{ margin-bottom:15px;}.mb20{ margin-bottom:20px;} */
/* .m-a{margin:0 auto;}
.bor-g{border:1px solid #E4E4E4;}
.bg-w{background-color:white;}
.bg-r{background-color:#F00006;}
.bg-g{background-color:#8F8F8F;}
.bg-dg{background-color:#3F3F3F!important;}
.bg-lg{background-color:#EEEEEE;}
.bg-b{background-color:black;}
.bg-blue{background-color: #25e5ff;border: 1px solid #25e5ff;}
.bg-green{background-color:#8BBC1B;} 
.bg-y{background-color:#FFC600;} 
.bg-pink{background-color:#D80654;}  
.bg-like{background-color:#FF6666;}
.rad{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;} */
/*  .f-large, .f-large p{ font-size:large; line-height:160%;} .f-xl, .f-xl p{ font-size:x-large;}
.f-med, .f-med p, .f-med a{ font-size:medium; line-height:160%;}
.f13, .f13 p, .f13 a{ font-size:13px!important; }
.f15, .f15 p, .f15 a{ font-size:15px!important; }
.f1{font-family: 'Open Sans', Trebuchet MS, Helvetica, sans-serif;}
.f2{font-family: Arial, Helvetica, Verdana!important;}
.l-h150, .l-h150 p{line-height:150%;} */
.mytab {
  max-width: 700px;
  margin: 0 auto;
}
.mytab a {
  background-color: #d3b6c2;
  color: #583644;
  display: block;
  padding: 0.7em 0.25em;
}
.mytab a .fav {
  display: none;
}
.mytab a {
  border-radius: 0.5rem 0.5rem 0 0;
  text-transform: uppercase;
  -webkit-transition: 0s;
  transition: 0s;
}
.mytab a:hover:not(a.active) {
  background-color: #1E1E1E;
  color: white;
  -webkit-transition: 0s;
  transition: 0s;
}
.mytab a.active {
  color: black;
  background-color: white;
}
.mytab a.active .fav {
  display: inline-block;
  margin-right: 10px;
}
.mytab a.active {
  font-weight: 600;
  cursor: default;
  border: 1px solid #fdddea;
  border-bottom-width: 0px;
}

@media screen and (min-width: 900px) {
  .masonry-2 {
    max-width: 1420px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 1150px) {
  .masonry-2 {
    max-width: 1420px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 900px) {
  .masonry-3 {
    max-width: 1420px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 1800px) {
  .masonry-3 {
    max-width: 2160px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.masonry-3.masonry-image .masonry-item {
  padding: 15px;
}
.masonry-3.masonry-image .masonry-item .title {
  font-size: 14px;
  line-height: 150%;
  color: #565551;
  margin: 0 0 5px 0 !important;
}
@media screen and (max-width: 568px) {
  .masonry-3.masonry-image .masonry-item {
    padding: 7px 5px 0px 5px;
  }
}
@media screen and (min-width: 900px) {
  .masonry-3.masonry-image {
    max-width: 1299px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 1300px) {
  .masonry-3.masonry-image {
    max-width: 2160px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media screen and (min-width: 500px) {
  .masonry-4 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 900px) {
  .masonry-4 {
    max-width: 1420px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 1200px) {
  .masonry-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media screen and (min-width: 1800px) {
  .masonry-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.masonry-4 .masonry-item {
  width: 100%;
}

@media screen and (min-width: 400px) {
  .masonry-6 {
    max-width: unset;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 500px) {
  .masonry-6 {
    max-width: unset;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 900px) {
  .masonry-6 {
    max-width: unset;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media screen and (min-width: 1200px) {
  .masonry-6 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
}
@media screen and (min-width: 1800px) {
  .masonry-6 {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
}
.masonry-6 .masonry-item {
  width: 100%;
}

.masonry {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin: 0 auto;
  padding-top: 1em;
}

.masonry-item * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.masonry-item {
  max-width: 700px;
  margin: 0 auto;
}
.masonry-item .masonry-item-inner {
  max-width: 660px;
  margin: 0 auto;
}
.masonry-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
  background: white;
  padding: 10px;
  border-radius: 0.5rem;
}
@media screen and (max-width: 576px) {
  .masonry-item {
    border-radius: 0;
  }
}
.masonry-item {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #fdddea;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.masonry-item .title {
  color: #565551;
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 16px;
}
.masonry-item p {
  opacity: 0.7;
}
@media screen and (max-width: 1440px) {
  .masonry-item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .masonry-item p {
    font-size: 13px;
  }
}
.masonry-item .masonry-img img {
  border-top: 4px solid white;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.masonry-item:hover p {
  opacity: 1;
}
.masonry-item:hover .masonry-img img {
  border-top: 4px solid #fd1c76;
  margin-top: -4px;
  padding-bottom: 4px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.masonry-item:hover .title {
  color: black !important;
}
.masonry-item:hover {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.29);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.29);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.masonry-item:hover .dots {
  color: #c9003a;
}

.masonry-section:hover {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 768px) {
  .masonry {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.masonry-section-title {
  color: #970f45;
}

.tag {
  display: inline-block;
  line-height: 100% !important;
  color: #87606f !important;
  background-color: #fff0f4;
  font-size: 13px;
  margin: 5px 5px 0 0;
  padding: 10px;
  border: 1px solid #fdddea;
}
@media screen and (max-width: 1300px) {
  .tag {
    font-size: 12px;
    padding: 6px;
    text-transform: capitalize;
    font-family: "Tahoma", sans-serif;
    margin: 0px 5px 5px 0;
  }
}

.tag:hover {
  background-color: #fd1c76;
  color: black !important;
  border: 1px solid rgba(0, 0, 0, 0.111);
}

/*
.tag {
    display: inline-block;
    line-height: 100% !important;
    color: #7b7b7b;
    font-size: 13px;
    margin: 0px 5px 0 0;
    padding: 12px;
    border: 1px solid #dcdcdc;
    transition: all .3s;
    cursor: pointer;
}
.tag:hover {
  background-color: #444444;
  color: white !important;
  border: 1px solid black;
}
*/
a.share-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A7A6A6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.share-tag:hover .share-tag-icon {
  opacity: 1;
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
}
a.share-tag:hover {
  color: #272727;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.share-tag-icon {
  display: inline-block;
  color: #292929 !important;
  margin-right: 0;
  opacity: 0.5;
  margin-left: 5px;
  -webkit-filter: grayscale(100%) !important;
          filter: grayscale(100%) !important;
}

.hc1:hover, .c1 {
  background-color: #ba28ec;
  border-color: #ba28ec;
}

.hc2:hover, .c2 {
  background-color: #ec0404;
  border-color: #ec0404;
}

.hc3:hover, .c3 {
  background-color: #00ceec;
  border-color: #03d3ff;
}

.hc4:hover, .c4 {
  background-color: #7cb300;
  border-color: #7cb300;
}

.hc5:hover, .c5 {
  background-color: #f10146;
  border-color: #ec015b;
}

.hc6:hover, .c6 {
  background-color: #3874f5;
  border-color: #3874f5;
}

.hc7:hover, .c7 {
  background-color: #ec6402;
  border-color: #ec6402;
}

.hc8:hover, .c8 {
  background-color: #a50000;
  border-color: #a50000;
}

.hc9:hover, .c9 {
  background-color: #02ab6a;
  border-color: #02ab6a;
}

.hc10:hover, .c10 {
  background-color: #d803b6;
  border-color: #d803b6;
}

.dots {
  font-size: 25px;
  padding: 0;
  color: #ababab;
  font-weight: bold;
  font-family: auto;
  line-height: 30% !important;
  cursor: pointer;
  width: 100%;
  height: 25px;
  display: inline-block;
}

a.download {
  display: block;
  font-size: 14px;
  color: #1E1E1E;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1460px) {
  a.download {
    width: 100%;
    height: 100%;
    max-width: 370px;
  }
}
a.download {
  padding: 10px;
  background-color: #f6f6f6;
  border-radius: 5px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: 0 auto;
}
a.download span.img-span {
  display: block;
  text-align: left;
  overflow: hidden;
  max-width: 400px;
  max-height: 250px;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 992px) {
  a.download span.img-span {
    height: 250px;
  }
}
@media screen and (min-width: 576px) {
  a.download span.img-span {
    max-height: 250px;
  }
}
@media screen and (min-width: 992px) {
  a.download span.img-span {
    height: 250px;
  }
}
a.download:hover {
  background-color: #fd1c76;
  border: 1px solid rgba(0, 0, 0, 0.0666666667);
  color: black;
}

.video-play {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
}

.video-play img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-play:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fd1c76;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hover:hover .play-icon {
  opacity: 1;
  padding: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.node-type-blog .left-column ul, .node-type-blog .left-column ol {
  list-style: auto;
  margin-bottom: 2em;
  padding-left: 1.85em;
}
.node-type-blog .left-column ul li, .node-type-blog .left-column ol li {
  margin-bottom: 1em;
}
.node-type-blog .left-column .small {
  font-size: 13px;
}

@media screen and (max-width: 650px) {
  .emvideo iframe {
    width: 100% !important;
    min-height: 250px !important;
  }
}
@media screen and (max-width: 992px) {
  .emvideo object, .emvideo {
    width: 100% !important;
  }
}
ins.adsbygoogle[data-ad-status=unfilled] {
  display: none !important;
}

.hideemptyad:has(ins.adsbygoogle[data-ad-status=unfilled]), .google-auto-placed:has(ins.adsbygoogle[data-ad-status=unfilled]) {
  display: none;
}

@media screen and (min-width: 992px) {
  .hideemptyad:has(ins.adsbygoogle[data-ad-status=unfilled]) {
    display: none;
  }
}
.page-admin table *, .page-admin .modal-content *, .page-admin .modal * {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.page-admin form *, .page-admin .input-group *, .page-admin label {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.page-admin input, .page-admin textarea, .page-admin .input-group-text, .page-admin select {
  padding: 3px;
  padding-left: 10px;
  border-radius: 0;
  background-color: #dfdfdf;
}
.page-admin input:hover, .page-admin textarea:hover, .page-admin .input-group-text:hover, .page-admin select:hover {
  background-color: white;
}
.page-admin .input-group-text {
  font-weight: bold;
  background-color: white;
}
.page-admin .form-check-input[type=checkbox] {
  padding: 0;
  border: 1px solid #424242;
}
.page-admin input.title, .page-admin textarea.body, .page-admin input.keyword {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
.page-admin .modal-header {
  padding: 8px 20px;
}
.page-admin select option {
  padding: 5px 10px;
}
.page-admin select option:checked {
  font-weight: bold;
  background-color: #005dd1;
  color: white;
}
.page-admin input[type=checkbox]:checked {
  accent-color: #005dd1;
}
.page-admin input[type=radio]:checked {
  accent-color: #005dd1;
}/*# sourceMappingURL=style.css.map */