  * option {
    color: black; }

.alert-dismissable.alert-success {
  position: absolute !important;
  top: 6rem;
  z-index: 1110;
  right: 1rem; }

.btn-outline-light:hover {
  border: 1px solid white;
}

.bg-white .btn {
  line-height: normal;
  padding: .55rem 1rem; }
  .bg-white .btn-lg {
    line-height: normal; }
  .bg-white .btn-primary {
    background-color: #D80090;
    border-color: #D80090;
    color: white; }
    .bg-white .btn-primary:hover {
      background-color: #f200a1;
      border: 1px solid #f200a1;
      color: white; }
  .bg-white .btn-outline-primary {
    color: #D80090;
    border-color: #D80090; }
    .bg-white .btn-outline-primary:hover {
      color: white;
      border: 1px solid #D80090;
      background: #D80090; }
  .bg-white .btn-alt {
    background-color: #2e008b;
    border-color: #2e008b;
    color: white; }
    .bg-white .btn-alt:hover {
      background-color: #3600a5;
      border: 1px solid #3600a5;
      color: white; }
  .bg-white .btn-outline-alt {
    color: #2e008b;
    border-color: #2e008b; }
    .bg-white .btn-outline-alt:hover {
      color: white;
      border: 1px solid #2e008b;
      background: #2e008b; }
  .bg-white .btn-tertiary {
    background-color: #440099;
    border-color: #440099;
    color: white; }
    .bg-white .btn-tertiary:hover {
      background-color: #4f00b3;
      border: 1px solid #4f00b3;
      color: white; }
  .bg-white .btn-outline-tertiary {
    color: #440099;
    border-color: #440099; }
    .bg-white .btn-outline-tertiary:hover {
      color: white;
      border: 1px solid #440099;
      background: #440099; }
  .bg-white .btn-contrast {
    background-color: #621244;
    border-color: #621244;
    color: white; }
    .bg-white .btn-contrast:hover {
      background-color: #781653;
      border: 1px solid #781653;
      color: white; }
  .bg-white .btn-outline-contrast {
    color: #621244;
    border-color: #621244; }
    .bg-white .btn-outline-contrast:hover {
      color: white;
      border: 1px solid #621244;
      background: #621244; }
  .bg-white .btn-contrast2 {
    background-color: #8a1538;
    border-color: #8a1538;
    color: white; }
    .bg-white .btn-contrast2:hover {
      background-color: #a01841;
      border: 1px solid #a01841;
      color: white; }
  .bg-white .btn-outline-contrast2 {
    color: #8a1538;
    border-color: #8a1538; }
    .bg-white .btn-outline-contrast2:hover {
      color: white;
      border: 1px solid #8a1538;
      background: #8a1538; }

.display-4 {
  font-weight: 400; }

.footer-alt {
  background: #e6e6e6; }

.is-sticky .kt-brand-logo {
  height: 2em; }

.list-group-item {
  border: 0; }
  .list-group-item .play-icon {
    display: none; }
  .list-group-item a {
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    text-decoration: none; }
    .list-group-item a:hover {
      text-decoration: underline !important; }
  .list-group-item.active {
    background: none;
    border: 0px solid transparent;
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0);
    moz-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0);
    webkit-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0); }
    .list-group-item.active .list-group-item-content {
      color: black; }
    .list-group-item.active .list-group-item-overlay {
      border-right: 10px solid rgba(255, 255, 255, 0);
      display: block !important;
      opacity: 1 !important; }
    .list-group-item.active .play-icon {
      display: block; }
    .list-group-item.active:focus, .list-group-item.active:hover {
      background: none;
      border: none;
      box-shadow: none; }
  .list-group-item.promo {
    display: none !important; }

.navbar-dark .nav-link {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .nav-link:hover {
    color: white; }

.navbar {
  border: none;
  transition: all 0.3s;
  box-shadow: none;
  min-height: 30px;
  moz-box-shadow: none;
  webkit-box-shadow: none;
  z-index: 9999; }
  .navbar-transparent {
    background-color: transparent; }

.nav-link {
  font-weight: 500;
  padding: .5rem; }

.nav-tabs {
  display: flex; }
  .nav-tabs .nav-link {
    background-color: #ddd;
    border: 0;
    margin: 0 .1rem;
    border-radius: 0;
    color: #999;
    font-weight: bold;
    cursor: pointer; }
  .nav-tabs .nav-item.active .nav-link {
    background-color: white;
    box-shadow: 0 0px 5px -2px rgba(0, 0, 0, 0.5);
    border: 0;
    color: #D80090; }
    .nav-tabs .nav-item.active .nav-link:hover {
      color: #D80090; }
  .nav-tabs .nav-item {
    height: auto !important; }

.text-primary {
  color: #D80090 !important; }

@media (min-width: 768px) {
  .col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%; } }

.text-primary {
  color: #D80090 !important; }

.text-alt {
  color: #2e008b !important; }

.text-tertiary {
  color: #440099 !important; }

.text-contrast {
  color: #621244 !important; }

.text-contrast2 {
  color: #8a1538 !important; }

.btn-light {
  background: #D80090;
  border: 1px solid #D80090;
  color: white; }
  .btn-light:hover {
    background: #ff3fbf;
    border: 1px solid #ff3fbf;
    color: white; }

a {
  border: 0;
  color: white;
  text-decoration: none; }
  a:hover {
    border: 0;
    color: white;
    text-decoration: none; }

.kt-brand {
  display: flex;
  align-items: center; }

.kt-brand-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase; }

.kt-hero {
  position: relative; }

.kt-lg-info {
  line-height: 1.3; }

.kt-hero-details {
  color: rgba(255, 255, 255, 0.6); }

.kt-keywords {
  margin: 0; }

.kt-keyword {
  text-decoration: underline;
  padding-left: 0.5rem; }

.kt-top-img {
  width: 100%;
  top: 0;
  right: 0;
  position: absolute; }
  .kt-top-img img {
    width: 100%;
    height: auto; }

.kt-title-row {
  display: flex;
  align-items: center;
  margin-bottom: .5rem; }
  @media (max-width: 600px) {
    .kt-title-row {
      justify-content: space-between; } }

.kt-btn-back {
  position: absolute;
  top: 5.5em;
  left: 2rem; }

.kt-btn-list-x .btn {
  margin-right: 0.75rem; }

.kt-btn-more {
  padding: .375rem .75rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  margin: 0 1.5rem;
  border-radius: 50rem; }
  .kt-btn-more:hover {
    border: 1px solid white; }
  @media (max-width: 600px) {
    .kt-btn-more {
      border: 0;
      padding: 0;
      margin: 0; }
      .kt-btn-more:hover {
        border: 0; } }

.kt-gallery-title {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: -0.05rem;
  margin: 0; }

.kt-thumb-name {
  margin: 0.5rem;
  font-size: 1rem; }

.kt-thumb-desc {
  margin: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden !important; }

.kt-thumb-details {
  margin: 0.5rem;
  display: flex;
  justify-content: space-between; }

.kt-account-img {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 256px; }

.kt-shadow {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #212121 0%, rgba(33, 33, 33, 0.8) 30%, rgba(33, 33, 33, 0) 60%, rgba(33, 33, 33, 0) 100%), linear-gradient(to bottom, #212121 0%, rgba(33, 33, 33, 0) 30%, rgba(33, 33, 33, 0) 100%), linear-gradient(to top, #212121 0%, rgba(33, 33, 33, 0.8) 10%, rgba(33, 33, 33, 0) 20%, rgba(33, 33, 33, 0) 100%); }

.kt-img-overlay {
  position: relative;
  width: 60%; }

.kt-img {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center; }

.kt-play-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }
  .kt-play-icon .fa {
    transition: all 0.3s;
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.1); }
  .kt-play-icon:hover .fa {
    color: rgba(255, 255, 255, 0.7); }

.kt-max-lines {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.kt-hand {
  cursor: pointer; }

.kt-event-progress {
  width: 30%;
  float: left;
  height: 0.4rem;
  margin-top: 0.6rem;
  margin-right: 1rem;
  background: rgba(255, 255, 255, 0.3); }
  .kt-event-progress .progress-bar {
    background: white;
    border-radius: 0.25rem; }

.kt-event-progress-label {
  display: inline;
  padding: 2px 4px;
  opacity: 0.7; }

.kt-search-bar {
  display: flex;
  opacity: 1;
  width: auto;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 256px;
  transition: all 0.15s; }
  .kt-search-bar.hidden {
    width: 0;
    opacity: 0;
    padding: 0.5rem 0; }
  .kt-search-bar input {
    color: white !important; }

.kt-search-input {
  background: transparent;
  border: 0;
  margin-right: 0.5rem; }
  .kt-search-input:focus {
    border: 0;
    outline: 0; }

.kt-footer {
  text-align: center;
  padding: 40px 0; }

.kt-footer-list {
  margin-bottom: 1rem;
  padding: 0; }

.kt-footer-item {
  display: inline; }
  .kt-footer-item:after {
    color: rgba(255, 255, 255, 0.5); }
  .kt-footer-item:last-child:after {
    content: ""; }

.kt-slide-nav {
  background: rgba(0, 0, 0, 0.8); }

.guide-grid .guide-thumb {
  padding-bottom: 50%;
  height: 100%;
  width: 100%; }

.guide-grid .guide-tile {
  background: rgba(0, 0, 0, 0.6);
  height: 100%; }

.is-sticky .navbar {
  background: #212121; }

.tiled [class*="col-"] {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.navbar {
  transition: all 0.3s;
  width: 100%;
  z-index: 9999; }

.over.item {
  background-size: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-position: center;
  border-radius: 3px;
  transition: all 0.3s ease !important; }
  .over.item:hover {
    background-size: 110%; }
  .over.item.portrait {
    padding-bottom: 150%; }

.owl-item {
  padding: 0.5rem; }

.owl-theme .owl-nav {
  margin-top: -7em; }
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 3em;
    transition: all 0.3s; }
  .owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background: transparent;
    color: #fff; }

.card.card-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4); }
  .card.card-outline .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .card.card-outline .card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.6); }

.background-wrap {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("https://i.pinimg.com/originals/f7/ce/9e/f7ce9e6f3d484d87b7590326ea3b0130.jpg");
  background-size: cover;
  background-position: center; }

.dropdown-menu {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3); }

.dropdown-item {
  color: rgba(255, 255, 255, 0.7); }
  .dropdown-item:hover {
    background: transparent;
    color: white; }

.dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.pi-btn-default {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center; }
  .pi-btn-default:hover {
    background: transparent;
    color: white;
    border: 1px solid white; }
  .pi-btn-default .fa {
    margin-right: 0.5rem; }

@media screen and (min-width: 2001px) and (max-width: 5000px) {
  .kt-lg-info {
    font-size: 2rem; }
  .kt-hero-details {
    font-size: 1.8rem; }
  .kt-play-icon .fa {
    font-size: 5em; }
  .kt-btn-responsive {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; } }

@media screen and (min-width: 1201px) and (max-width: 2000px) {
  .kt-lg-info {
    font-size: 1.5rem; }
  .kt-hero-details {
    font-size: 1.3rem; }
  .kt-play-icon .fa {
    font-size: 4em; }
  .kt-btn-responsive {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; } }

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .kt-lg-info {
    font-size: 1.2rem; }
  .kt-hero-details {
    font-size: 1.1rem; }
  .kt-play-icon .fa {
    font-size: 3em; }
  .kt-btn-responsive {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; } }

@media screen and (max-width: 800px) {
  .kt-watchlist .kt-lg-heading {
    padding-top: 0; }
  .kt-brand {
    max-width: 36vw;
    overflow: hidden; }
  .kt-lg-info, .kt-hero-details {
    font-size: 1rem;
    text-shadow: 0 0 5px black; }
  .kt-play-icon .fa {
    font-size: 2em; }
  .kt-brand-header span {
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px; }
  .kt-top-img {
    position: absolute; }
  .kt-img-overlay {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto; } }

.main-hero {
  position: relative;
  background-position: center;
  background-size: cover; }
  .main-hero .container {
    position: relative; }

.dark-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5); }

.bg-white {
  background: white; }
  .bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6, .bg-white .h1, .bg-white .h2, .bg-white .h3, .bg-white .h4, .bg-white .h5, .bg-white .h6, .bg-white p, .bg-white span, .bg-white li, .bg-white div {
    color: black;
    font-weight: 400; }
  .bg-white .pushy-link a {
    color: white; }
  .bg-white .help-block {
    color: #dc3545; }
  .bg-white .navbar {
    color: white; }
    .bg-white .navbar-default {
      background-color: black; }

.bg-stardust {
  background: url("../assets/asfalt-light.png");
  background-repeat: repeat; }

.bg-secondary {
  background-color: #e6e6e6; }

.bg-trans-white-3 {
  background: #f7f7f7; }

.bg-trans-white-6 {
  background: #f0f0f0; }

.bg-trans-white-10 {
  background: #e6e6e6; }

.bg-trans-white-20 {
  background: #cccccc; }

.b-r-bottom {
  border-radius: 0 0 0.25rem 0.25rem; }

.b-r-left {
  border-radius: 0.25rem 0 0 0.25rem; }

.b-r-right {
  border-radius: 0 0.25rem 0.25rem 0; }

.b-r-top {
  border-radius: 0.25rem 0.25rem 0 0; }

.grt, .bg-white .grt {
  color: white; }
  .grt .h1, .grt .h2, .grt .h3, .grt .h4, .grt .h5, .grt .h6, .grt h1, .grt h2, .grt h3, .grt h4, .grt h5, .grt h6, .bg-white .grt .h1, .bg-white .grt .h2, .bg-white .grt .h3, .bg-white .grt .h4, .bg-white .grt .h5, .bg-white .grt .h6, .bg-white .grt h1, .bg-white .grt h2, .bg-white .grt h3, .bg-white .grt h4, .bg-white .grt h5, .bg-white .grt h6 {
    color: white; }
  .grt-primary, .bg-white .grt-primary {
    background: #D80090;
    background: linear-gradient(150deg, #D80090 0%, #621244 100%); }
  .grt-secondary, .bg-white .grt-secondary {
    background: #621244;
    background: linear-gradient(150deg, #621244 0%, #8a1538 100%); }

.flex-image {
  background-color: black;
  background-size: cover;
  background-position: center;
  display: flex;
  position: relative; }
  .flex-image-40::before {
    content: "";
    padding-bottom: 40%; }
  .flex-image-55::before {
    content: "";
    padding-bottom: 56%; }
  .flex-image-75::before {
    content: "";
    padding-bottom: 75%; }
  .flex-image-100::before {
    content: "";
    padding-bottom: 100%; }
  .flex-image-120::before {
    content: "";
    padding-bottom: 118%; }
  .flex-image-round {
    border-radius: 50rem; }
    .flex-image-round::before {
      content: "";
      padding-bottom: 100%; }

.footer-alt h1, .footer-alt h2, .footer-alt h3, .footer-alt h4, .footer-alt h5, .footer-alt h6, .footer-alt p {
  color: black; }

.tab-container .nav {
  padding-bottom: 30px;
  padding-top: 30px; }
  .tab-container .nav .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.5); }
  .tab-container .nav .nav-item.active .nav-link {
    font-weight: bold; }

.account .nav.nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0; }

.account .tab-content h1, .account .tab-content h2, .account .tab-content h3, .account .tab-content h4, .account .tab-content h5, .account .tab-content h6 {
  color: black; }

.page-loader {
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-loader:after {
    top: 45% !important; }

.kt-btn-icons-list {
  margin: 0 -.4rem;
  padding-bottom: .6rem; }
  .kt-btn-icons-list * {
    padding: .4rem;
    text-align: center; }

.kt-btn-icon {
  color: white;
  text-align: center;
  padding: 0; }
  .kt-btn-icon:hover {
    background: transparent;
    color: white;
    border: 1px solid transparent; }
  .kt-btn-icon .fas {
    display: block;
    font-size: 2rem;
    margin-bottom: .25rem; }

@media (max-width: 500px) {
  .kt-btn-icon {
    font-size: .9rem; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video-js {
    width: 100% !important;
    height: 100% !important; }
  .video-js .vjs-control-bar .vjs-button {
    width: 5em !important; }
  .video-js .vjs-control-bar .vjs-button .vjs-icon-placeholder::before {
    font-size: 0.5em !important; } }

.kt-brand-logo {
  max-width: 100%;
  max-height: 3em; }

.kt-home .nav-wrapper {
  position: absolute;
  width: 100%; }

.kt-series .kt-gallery {
  padding-top: 0; }

@media (max-width: 768px) {
  .container-fluid .row {
    margin-left: -.25rem;
    margin-right: -.25rem; }
  .container-fluid .row > * {
    padding-left: .25rem;
    padding-right: .25rem; }
  .kt-footer-list:first-child {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0; }
    .kt-footer-list:first-child .kt-footer-item {
      flex: 0 0 50%;
      margin-bottom: .5rem;
      display: inline-flex; }
      .kt-footer-list:first-child .kt-footer-item:after {
        display: none; }
      .kt-footer-list:first-child .kt-footer-item a {
        text-align: center;
        width: 100%; }
  .kt-btn-back {
    left: 1rem;
    top: 3.5rem; }
  .kt-lg-heading {
    margin-top: 1rem;
    padding-top: 5rem;
    text-shadow: 0 0 10px black; }
  .kt-list-title {
    margin: .5rem 0; }
  .kt-list-title.active {
    border-bottom: 4px solid #D80090; }
  .kt-keywords {
    display: none; }
  .kt-btn-list-x {
    /*background: #212121;*/ }
    .kt-btn-list-x .btn {
      margin-right: 0;
      width: 100%;
      float: none; margin-bottom: 0.5rem; }
  .kt-btn-icons-list {
    /*background: #212121;*/
    border-bottom: 2px solid #141414; }
  .kt-img-overlay {
    padding-right: 1rem; }
  .kt-top-img.kt-top-img-lg {
    width: 100%; }
  .kt-shadow {
    background: linear-gradient(to right, #212121 1%, rgba(33, 33, 33, 0.8) 5%, rgba(255, 255, 255, 0) 50%), linear-gradient(to left, #212121 1%, rgba(33, 33, 33, 0.8) 5%, rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom, #212121 1%, rgba(33, 33, 33, 0.8) 5%, rgba(255, 255, 255, 0) 10%), linear-gradient(to top, #212121 1%, rgba(33, 33, 33, 0.8) 5%, rgba(255, 255, 255, 0) 10%); }
  .kt-series .container-fluid {
    padding: .5rem; }
  .kt-series .kt-gallery-title {
    font-size: 1.5rem; }
  .kt-series .owl-carousel {
    padding: 0; }
    .kt-series .owl-carousel .owl-stage-outer {
      overflow: visible; }
    .kt-series .owl-carousel .owl-stage {
      transform: none !important;
      transition: none !important;
      width: auto !important; }
    .kt-series .owl-carousel .owl-nav {
      display: none; }
    .kt-series .owl-carousel .owl-item {
      width: 100% !important;
      float: left;
      clear: both;
      padding-left: 0;
      padding-right: 0; }
      .kt-series .owl-carousel .owl-item .kt-thumbnail {
        float: left;
        width: 100%;
        clear: both; }
      .kt-series .owl-carousel .owl-item .kt-thumbnail > a {
        width: 40%;
        display: block;
        float: left;
        clear: both; }
      .kt-series .owl-carousel .owl-item .kt-thumbnail > .kt-thumb-text {
        width: 60%;
        display: block;
        float: left; }
      .kt-series .owl-carousel .owl-item .item {
        opacity: 1; }
  .owl-carousel .owl-item .kt-thumb-details {
    display: none; }
  .owl-carousel .owl-item .kt-thumb-name {
    margin-top: 0;
    font-size: .9rem; }
  .owl-carousel .owl-item .kt-thumb-desc {
    font-size: .9rem;
    margin-top: .0; }
  .kt-home .nav-wrapper {
    position: relative; }
  .kt-home .container-fluid {
    padding: .25rem; }
  .kt-home .owl-carousel .owl-nav {
    display: none; }
  .kt-home .owl-item {
    padding: .25rem; }
  .kt-home .kt-gallery-title {
    font-size: 1rem; }
  .kt-home .kt-thumbnail .kt-thumb-desc {
    display: none; }
  .kt-home .kt-thumb-name {
    margin: .25rem;
    font-size: .9rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 36px; }
  .kt-home .kt-top-img {
    top: 4.5rem; }
  .kt-home .kt-lg-heading {
    padding-top: 0;
    font-size: 1.5rem;
    margin-top: 0; }
  .kt-home .kt-img-overlay {
    padding: 0 1rem !important; }
    .kt-home .kt-img-overlay .kt-btn-list-x .btn {
      font-size: 1rem; }
  .kt-home section.bg-feature {
    padding-top: 1rem;
    min-height: auto; }
  .kt-home section .mix-thumbs {
    margin-bottom: 0 !important; } }

.kt-addto-btn.active:after, .kt-share-btn.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #141414;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -15px; }

.kt-addto-btn + .kt-dropdown {
  display: none;
}

.active + .kt-dropdown {
  display: block;
}

.kt-addto-btn-sm.active:after {
  bottom: -15px;
}
.kt-addto-btn-sm + .kt-dropdown {
  margin-top: 7px;
}

.kt-dropdown-addto, .kt-dropdown-share {
  background: #141414;
  padding: .5rem 3rem;
  border-radius: .25rem;
  display: inline-block; }
  @media (max-width: 480px) {
    .kt-dropdown-addto, .kt-dropdown-share {
      display: block;
      border-radius: 0;
      margin: 0 -1rem;
      margin-top: -2px;
      width: 100vw; } }

@media (max-width: 480px) {
  .kt-dropdown-share .jssocials-share {
    display: block;
    width: 100%; } }

.kt-dropdown-share .jssocials-share-link {
  border-width: 1px;
}
.kt-dropdown-share .jssocials-share-link:hover {
  border-width: 1px;
}
  @media (max-width: 480px) {
    .kt-dropdown-share .jssocials-share-link {
      display: block; } }

.kt-watchlist-map {
  height: 100%; }
  @media (max-width: 480px) {
    .kt-watchlist-map {
      height: 65vh; } }
  .kt-watchlist-map * {
    color: #212121; }

.letter-index {
  overflow: auto; }
  .letter-index div {
    cursor: pointer; }
    .letter-index div:hover {
      text-decoration: underline; }

.no-js {
  width: 100%; }

.ticker-wrapper.has-js {
  margin: 20px 0;
  padding: 0 20px;
  width: 100%;
  height: 32px;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #39393900;
  font-size: .75em; }

.ticker {
  width: 100%;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #39393900; }

.ticker-title {
  padding-top: 6px;
  color: #fff;
  font-weight: 700;
  background-color: #39393900;
  text-transform: uppercase;
  font-size: 14px !important; }

.ticker-content {
  margin: 0;
  margin-left: -10px;
  font-size: 14px !important;
  padding-top: 7px;
  position: absolute;
  color: #fff;
  font-weight: 700;
  background-color: #363636;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.3em; }

.ticker-content a {
  text-decoration: none;
  color: #fff; }

.ticker-content a:hover {
  text-decoration: underline;
  color: #fff; }

.ticker-swipe {
  padding-top: 9px;
  position: absolute;
  top: 0;
  background-color: #212121;
  display: block;
  width: 800px;
  height: 32px; }

.ticker-swipe span {
  margin-left: 1px;
  background-color: #39393900;
  border-bottom: 1px solid #1F527B;
  height: 12px;
  width: 7px;
  display: none !important; }

.ticker-controls {
  display: none; }

hr {
  border-top: 3px solid #121212; }

.kt-slider-fullwidth-1 .owl-item {
  padding: 0; }

.kt-slider-fullwidth-1 .kt-slider-img-container {
  width: 80%;
  float: right;
  position: relative; }

.kt-slider-fullwidth-1 .kt-slider-img {
  padding-bottom: 56%;
  background-position: center;
  background-size: cover; }

.kt-slider-fullwidth-1 .kt-slider-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #212121 0%, rgba(33, 33, 33, 0.8) 20%, rgba(33, 33, 33, 0) 40%, rgba(33, 33, 33, 0) 100%), linear-gradient(to bottom, #212121 0%, rgba(33, 33, 33, 0) 30%, rgba(33, 33, 33, 0) 100%), linear-gradient(to top, #212121 0%, rgba(33, 33, 33, 0.8) 10%, rgba(33, 33, 33, 0) 20%, rgba(33, 33, 33, 0) 100%); }

.kt-slider-fullwidth-1 .kt-slider-img-overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 2rem;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.kt-slider-fullwidth-1 .kt-slider-h {
  text-shadow: 0 0 8px black;
  font-size: 2.5rem; }

.kt-slider-fullwidth-1 .owl-item.active:hover {
  background: transparent; }

@media (max-width: 800px) {
  .kt-slider-fullwidth-1 .kt-slider-h {
    font-size: 1.5rem; }
  .kt-slider-fullwidth-1 .btn {
    font-size: 1rem; } }

@media (max-width: 480px) {
  .kt-slider-fullwidth-1 .kt-slider-img-container {
    width: 100%;
    float: none; }
  .kt-slider-fullwidth-1 .kt-slider-img-overlay {
    position: relative;
    width: 100%;
    margin-top: -3rem;
    left: 0;
    padding: 0 1rem; }
  .kt-slider-fullwidth-1 .kt-slider-h {
    font-size: 1rem;
    text-shadow: 0 0 8px black; }
  .kt-slider-fullwidth-1 .btn {
    font-size: .9rem; } }
