body {
  --primary-color: #e50914;
  --primary-dark: #b9060f;
  --secondary-color: #a5b5c5;
  --light-color: #e5eaef;
}
.pagebody {
  margin: 0;
  padding: 10px;
}
.pagebody strong {
  color: white;
}
.pagebody iframe {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.pagebody {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 2;
}
.pagebody {
  max-width: 1200px;
  margin: 0 auto;
}
.pagebody h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}
.pagebody h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: white;
}
.pagebody h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}
.pagebody h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}
.pagebody p {
  margin-bottom: 15px;
}
.pagebody img {
  max-width: 100%;
  width: 80%;
  height: auto;
  margin-bottom: 10px;
  display: block;
  margin: 0 auto;
}
.pagebody a {
  color: #00b7ff;              /* brighter for better contrast */
  text-decoration: none;  /* visual clue besides color */
  font-weight: 500;  
}
.pagebody a:hover {
  text-decoration: underline;
}
.pagebody img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
@media screen and (max-width: 768px) {
  .pagebody {
    font-size: 16px;
  }
 .pagebody img {
  max-width: 100%;
  width: 98%;
  height: auto;
  margin-bottom: 10px;
  display: block;
  margin: 0 auto;
}
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
th,
td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  border: 1px solid #ddd;
}
th {
  background-color: #f2f2f2;
  color: black;
}
tr:hover {
  background-color: #f5f5f5;
  color: black;
}
@media screen and (max-width: 600px) {
  table {
    font-size: 12px;
  }
}
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  height: 90px;
  width: 90px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pace.pace-inactive .pace-activity {
  display: none;
}
.pace .pace-activity {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: -30px;
  top: -30px;
  height: 90px;
  width: 90px;
  display: block;
  border-width: 30px;
  border-style: double;
  border-color: var(--primary-color) transparent transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.pace .pace-activity:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  display: block;
  border-width: 10px;
  border-style: solid;
  border-color: var(--primary-color) transparent transparent;
  border-radius: 50%;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
body.pace-running:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1500;
  background-color: #000;
}
#form_lang .ui-select {
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #999 !important;
}
#form_lang .ui-select option {
  background: #000;
}
#selectlang .ui-select {
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #999 !important;
  font-size: 13px;
}
#selectlang .ui-select option {
  background: #222121;
}
.successauth {
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 4px;
  background: #4caf50;
  font-size: 13px;
}
.errorauth {
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 4px;
  background: #e87c03;
  font-size: 13px;
}
.validation {
  color: #e87c03;
  text-align: left !important;
  display: none;
  margin-top: 2px;
  font-size: 13px;
}
.footer-bg {
  background: rgba(0, 0, 0, 0.3);
  padding: 12px;
}
#saved {
  display: inline-block;
  vertical-align: middle;
  top: 6px;
  left: 10px;
  position: relative;
  color: #4caf50;
}
#headerAd {
  margin-top: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#sidebarAd {
  margin-bottom: 45px;
}
#footerAd {
  margin-bottom: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.uk-select {
  -webkit-appearance: none;
}
.sidebar-profile {
  background: #232121;
  border-radius: 4px;
  padding: 30px 25px;
}
.sidebar-profile .uk-description-list-line > dt {
  padding-top: 5px;
  border: 0;
}
.sidebar-profile .uk-description-list-line > dd {
  margin-bottom: 12px;
  font-size: 14px;
}
.sidebar-profile .uk-button {
  background: #333;
}
.sidebar-profile .uk-overlay-background {
  border-radius: 0 0 4px 4px !important;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.plyr {
  border-radius: 4px !important;
}
body,
html {
  background: #191818;
  color: #c6c6c6;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --plyr-color-main: var(--primary-color);
}
hr {
  border-color: #3a3a3a !important;
}
em,
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  color: inherit;
}
a {
  color: var(--primary-color);
}
a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}
.uk-description-list-horizontal > dd {
  margin-left: 160px;
}
.uk-tab > li > a {
  color: var(--primary-color);
}
.uk-dotnav > * > * {
  width: 24px;
  height: 5px;
  border-radius: 2px;
}
.uk-dotnav > * {
  padding-left: 10px;
}
.uk-dotnav-contrast > .uk-active > * {
  background: var(--primary-color);
}
.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: var(--primary-color);
}
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: var(--primary-color);
}
.uk-panel {
  display: block;
  position: relative;
}
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}
.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}
.uk-panel:after {
  clear: both;
}
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 25px;
  font-weight: normal;
  text-transform: none;
  color: #bebdbd;
}
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.uk-panel-teaser {
  margin-bottom: 15px;
}
.uk-panel-body {
  padding: 15px;
}
.uk-panel-box {
  padding: 15px;
  background: #191818;
  color: #bebdbd;
}
.uk-panel-box-hover:hover {
  color: #bebdbd;
}
.uk-panel-box .uk-panel-title {
  color: #bebdbd;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.uk-panel-box > .uk-nav-side {
  margin: 0 -15px;
}
.uk-panel-box-primary {
  background-color: var(--primary-color);
  color: rgba(255, 255, 255, 0.8);
}
.uk-panel-box-primary-hover:hover {
  color: rgba(255, 255, 255, 0.8);
}
.uk-panel-box-primary .uk-panel-title {
  color: #fff;
}
.uk-panel-box-secondary {
  background-color: #222121;
  color: rgba(255, 255, 255, 0.68);
}
.uk-panel-box-secondary-hover:hover {
  color: rgba(255, 255, 255, 0.68);
}
.uk-panel-box-secondary .uk-panel-title {
  color: #fff;
}
.uk-panel-hover {
  padding: 15px;
  color: #bebdbd;
}
.uk-panel-hover:hover {
  background: #f5f5f5;
  color: #bebdbd;
}
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #434343;
  color: #bebdbd;
}
.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #434343;
}
@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .uk-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.uk-block:before,
.uk-block:after {
  content: "";
  display: table;
}
.uk-block:after {
  clear: both;
}
.uk-block > :last-child {
  margin-bottom: 0;
}
.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.uk-block-default {
  background: #191818;
}
.uk-block-muted {
  background: #222121;
}
.uk-block-primary {
  background: var(--primary-color);
}
.uk-block-secondary {
  background: #222121;
}
.uk-block-default + .uk-block-default,
.uk-block-muted + .uk-block-muted,
.uk-block-primary + .uk-block-primary,
.uk-block-secondary + .uk-block-secondary {
  padding-top: 0;
}
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #1d1b1b;
  color: #fff;
  outline: 0;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #000;
  color: #fff;
}
.uk-nav-offcanvas .uk-nav-header {
  color: #777;
}
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #000;
}
.uk-nav-offcanvas ul a {
  color: #ccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff;
}
.uk-navbar {
  background: #eee;
  color: #bebdbd;
}
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
.uk-form input,
.uk-form select,
.uk-form textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
}
.uk-form select {
  text-transform: none;
}
.uk-form optgroup {
  font: inherit;
  font-weight: bold;
}
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.uk-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.uk-form textarea {
  overflow: auto;
  vertical-align: top;
}
.uk-form ::-moz-placeholder {
  opacity: 1;
}
.uk-form :invalid {
  box-shadow: none;
}
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}
.uk-form > :last-child {
  margin-bottom: 0;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  height: 40px;
  max-width: 100%;
  padding: 4px 10px;
  border: 1px solid #222121;
  background: #222121;
  color: #a5a5a5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: var(--primary-color);
  outline: 0;
  background: #222121;
  color: #bebdbd;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: #434343;
  background-color: #3a3a3a;
  color: #999;
}
.uk-form :-ms-input-placeholder {
  color: #999 !important;
}
.uk-form ::-moz-placeholder {
  color: #999;
}
.uk-form ::-webkit-input-placeholder {
  color: #999;
}
.uk-form :disabled:-ms-input-placeholder {
  color: #999 !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #999;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #999;
}
.uk-form legend {
  width: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 32px;
}
.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #434343;
  width: 100%;
}
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 13px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 17px;
}
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}
.uk-form-danger {
  border-color: #d65b49 !important;
  background: #222121 !important;
  color: #d85030 !important;
}
.uk-form-success {
  border-color: #66b92d !important;
  background: #222121 !important;
  color: #659f13 !important;
}
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.uk-form-blank:focus {
  border-color: #434343 !important;
}
input.uk-form-width-mini {
  width: 50px;
}
select.uk-form-width-mini {
  width: 75px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}
.uk-form-row:after {
  clear: both;
}
.uk-form-row + .uk-form-row {
  margin-top: 15px;
}
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0 0;
}
.uk-form-controls > :first-child {
  margin-top: 0;
}
.uk-form-controls > :last-child {
  margin-bottom: 0;
}
.uk-form-controls-condensed {
  margin: 5px 0;
}
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}
.uk-form-icon {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.uk-form-icon > [class*="uk-icon-"] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -8px;
  font-size: 15px;
  color: #999;
  text-align: center;
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}
.uk-form-icon-flip > [class*="uk-icon-"] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 30px !important;
}
.uk-form input[type="radio"],
.uk-form input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border: 1px solid var(--primary-color);
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: var(--primary-color);
  margin-right: 5px;
}
.uk-form input[type="radio"] {
  border-radius: 50%;
}
.uk-form input[type="radio"]:before,
.uk-form input[type="checkbox"]:before {
  display: block;
}
.uk-form input[type="radio"]:checked:before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 2px auto 0;
  border-radius: 50%;
  background: var(--primary-color);
}
.uk-form input[type="checkbox"]:checked:before,
.uk-form input[type="checkbox"]:indeterminate:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 18px;
  color: #fff;
}
.uk-form input[type="checkbox"]:indeterminate:before {
  content: "\f068";
}
.uk-form input[type="radio"]:disabled,
.uk-form input[type="checkbox"]:disabled {
  border-color: #ddd;
}
.uk-form input[type="radio"]:disabled:checked:before {
  background-color: #aaa;
}
.uk-form input[type="checkbox"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.uk-form input[type="checkbox"]:disabled:checked:before,
.uk-form input[type="checkbox"]:disabled:indeterminate:before {
  color: #aaa;
}
.searchform label {
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
}
.searchform .uk-button {
  font-size: 14px;
}
.uk-search {
  display: inline-block;
  position: relative;
  margin: 0;
}
.uk-search:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
}
.uk-box-border {
  border: 1px solid #3a3a3a;
  text-align: center;
  border-radius: 6px;
  padding: 12px;
}
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  color: #bebdbd;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 13px;
  background: #222121;
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
.uk-button:hover,
.uk-button:focus {
  background-color: #393838;
  color: #bebdbd;
  outline: 0;
  text-decoration: none;
}
.uk-button:active,
.uk-button.uk-active {
  background-color: #323131;
  color: #bebdbd;
}
.uk-button-primary {
  background-color: var(--primary-color);
  color: #fff;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: var(--primary-dark);
  color: #fff;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: var(--primary-color);
  color: #fff;
}
.uk-button-success {
  background-color: #66b82f;
  color: #fff;
}
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #589f28;
  color: #fff;
}
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #4c8922;
  color: #fff;
}
.uk-button-danger {
  background-color: #d65b49;
  color: #fff;
}
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #ba4f3f;
  color: #fff;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #a24436;
  color: #fff;
}
.uk-button:disabled {
  background-color: #131313;
  color: #999;
}
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: 0;
}
.uk-button-link {
  color: var(--primary-color);
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #fff;
  text-decoration: none;
}
.uk-button-link:disabled {
  color: #999;
}
.uk-button-link:focus {
  outline: 1px dotted;
}
.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 12px;
}
.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 13px;
}
.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 17px;
}
.uk-button-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0.001px;
  white-space: nowrap;
}
.uk-button-group > * {
  display: inline-block;
}
.uk-button-group .uk-button {
  vertical-align: top;
}
.uk-button-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.uk-button-social {
  height: 50px;
  line-height: 55px;
}
.uk-button-facebook {
  background-color: #3b5997;
  color: #fff;
}
.uk-button-facebook:hover,
.uk-button-facebook:focus {
  background-color: #334d84;
  color: #fff;
}
.uk-button-facebook:active,
.uk-button-facebook.uk-active {
  background-color: #5f739e;
  color: #fff;
}
.uk-button-twitter {
  background-color: #55acef;
  color: #fff;
}
.uk-button-twitter:hover,
.uk-button-twitter:focus {
  background-color: #4994ce;
  color: #fff;
}
.uk-button-twitter:active,
.uk-button-twitter.uk-active {
  background-color: #74acd9;
  color: #fff;
}
.uk-button-google {
  background-color: #df2f2f;
  color: #fff;
}
.uk-button-google:hover,
.uk-button-google:focus {
  background-color: #c22929;
  color: #fff;
}
.uk-button-google:active,
.uk-button-google.uk-active {
  background-color: #d36565;
  color: #fff;
}
.uk-badge {
  display: inline-block;
  padding: 0 8px;
  background: var(--primary-color);
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
a.uk-badge:hover {
  color: #fff;
}
.uk-badge-notification {
  box-sizing: border-box;
  min-width: 19px;
  border-radius: 500px;
  font-size: 13px;
  line-height: 19px;
}
.uk-badge-success {
  background-color: #66b82f;
}
.uk-badge-warning {
  background-color: #da922c;
}
.uk-badge-danger {
  background-color: #d65b49;
}
.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: #292929;
  color: rgba(250, 250, 250, 0.79);
  border-radius: 4px;
}
.uk-alert p {
  font-size: 14px;
}
* + .uk-alert {
  margin-top: 15px;
}
.uk-alert > :last-child {
  margin-bottom: 0;
}
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
.uk-alert > .uk-close:first-child {
  float: right;
}
.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}
.uk-alert-success {
  background: #66b92d;
  color: rgba(255, 255, 255, 0.81);
}
.uk-alert-warning {
  background: #da932b;
  color: rgba(255, 255, 255, 0.81);
}
.uk-alert-danger {
  background: #d65b49;
  color: rgba(255, 255, 255, 0.83);
}
.uk-alert-large {
  padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}
.uk-text-muted {
  color: #999 !important;
}
.uk-text-primary {
  color: var(--primary-color) !important;
}
.uk-text-success {
  color: #66b82f !important;
}
.uk-text-warning {
  color: #da922c !important;
}
.uk-text-danger {
  color: #d65b49 !important;
}
.uk-text-contrast {
  color: #fff !important;
}
.uk-progress-success .uk-progress-bar {
  background-color: #66b82f;
}
.uk-progress-warning .uk-progress-bar {
  background-color: #da922c;
}
.uk-progress-danger .uk-progress-bar {
  background-color: #d65b49;
}
.uk-progress-striped .uk-progress-bar {
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 30px 30px;
}
.uk-overlay-background-blue {
  background: rgba(37, 113, 170, 0.89);
  padding: 5em 0;
}
.uk-overlay-background-blue {
  background: rgba(37, 113, 170, 0.89);
}
.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 40px;
  padding: 3px 5px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  box-sizing: content-box;
  text-align: center;
}
.uk-pagination > li > a {
  background: #222121;
  color: #c7c7c7;
}
.uk-pagination > li > a:hover {
  background: #393838;
  color: #fff;
}
.uk-pagination > li > a:active,
.uk-pagination > li > a:focus {
  background: #141313;
  color: #fff;
}
.uk-pagination > .uk-active > span {
  background: var(--primary-color) !important;
  color: #fff;
  font-weight: bold;
}
.uk-pagination > .uk-disabled > span {
  background-color: transparent;
  color: #999;
}
.sidebar .padding-left {
  padding-left: 20px;
}
.sidebar .uk-nav-side > li > a:hover,
.sidebar .uk-nav-side > li > a:focus {
  background: transparent;
  color: #fff;
  outline: 0;
}
.sidebar .uk-nav-side > li.uk-active > a {
  background: transparent;
  border-right: 3px solid var(--primary-color);
  color: #fff;
}
.sidebar .uk-nav-side > li > a {
  font-size: 14px;
  color: #d3cfcf;
  line-height: 21px;
  padding: 6px 0;
}
.sidebar .divider {
  border-top: 1px solid #3a3a3a;
}
.sidebar .uk-badge {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  background: #3a3a3a;
  text-decoration: none;
  color: #7f7f7f;
}
.sidebar .uk-badge:hover {
  background: #525252;
  color: #eee;
}
.sidebar .uk-nav-side ul a {
  color: #b5b5b5;
  font-size: 14px;
  padding: 8px 0;
}
.sidebar .uk-nav-side ul a:hover,
.uk-nav-side ul a:active {
  color: #fff;
}
.sidebar .uk-nav-side .uk-nav-header {
  color: #ececec;
}
.sidebar .uk-navbar li > a {
  font-family: inherit;
}
.sidebar .topitems {
  margin-bottom: 30px !important;
}
.sidebar .topitems img {
  border-radius: 2px;
}
.sidebar .topitems p {
  margin: 0;
}
.sidebar .topitems .number {
  font-size: 19px;
  margin-bottom: 10px;
  color: #757373;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
}
.sidebar .topitems .rating {
  font-size: 14px;
  color: #f5b50a;
  margin-top: 3px;
}
.sidebar .topitems .title {
  text-decoration: none;
}
.sidebar .topitems .title:hover {
  color: #fff;
}
.uk-container {
  max-width: 1400px;
}
.uk-navbar-toggle {
  color: #949393;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle:active {
  color: gray;
}
.uk-offcanvas-bar {
  background: #100f0f;
}
.uk-offcanvas-bar .uk-panel-title {
  font-size: 12px;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: transparent;
  color: #fff;
  border-right: 4px solid var(--primary-color);
  font-weight: bold;
}
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
  background: #0e0d0d;
  color: #fff;
  outline: 0;
}
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.85);
}
.mainNavBar {
  font-size: 20px;
  padding-bottom: 0;
  color: #fff;
  margin-bottom: 1px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 60px;
}
.pagetitle {
  border-bottom: 1px solid #3a3a3a;
  font-size: 20px;
  padding-bottom: 12px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.pagetitle:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
}
.loggednav {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.loggednav .uk-button-small i {
  margin-right: 6px;
}
.tm-avatar {
  border-radius: 4px;
  margin-left: 10px;
}
.tm-navbar {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.tm-navbar-overlay:not(.uk-active) {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.tm-navbar-transparent {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
}
.tm-navbar-transparent .uk-navbar {
  background: 0;
}
.tm-logo-contrast {
  display: none;
}
.tm-navbar-contrast .uk-navbar {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.tm-navbar-contrast .uk-navbar-nav > li:hover > a,
.tm-navbar-contrast .uk-navbar-nav > li > a:focus,
.tm-navbar-contrast .uk-navbar-nav > li.uk-open > a {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-nav > li > a:active {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-content > a:not([class]) {
  color: rgba(255, 255, 255, 0.7);
}
.tm-navbar-contrast .uk-navbar-content > a:not([class]):hover {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-brand {
  color: rgba(255, 255, 255, 0.7);
}
.tm-navbar-contrast .uk-navbar-brand:hover,
.tm-navbar-contrast .uk-navbar-brand:focus {
  color: #fff;
}
.tm-navbar-contrast .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.7);
}
.tm-navbar-contrast .uk-navbar-toggle:hover,
.tm-navbar-contrast .uk-navbar-toggle:focus {
  color: #fff;
}
.tm-navbar-contrast .tm-logo {
  display: none;
}
.tm-navbar-contrast .tm-logo-contrast {
  display: inline-block;
}
.uk-navbar-secondary {
  background: #222121;
}
.uk-navbar-secondary .uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid var(--primary-color);
  text-decoration: none;
}
.uk-navbar-secondary .uk-navbar-nav > li > a {
  height: 55px;
  padding: 0 15px;
  line-height: 55px;
  font-size: 15px;
  color: gray;
}
.uk-navbar-secondary .uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.uk-navbar-secondary .uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff !important;
}
.uk-navbar-secondary .uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover {
  background: var(--primary-color);
}
.tm-bg-cover {
  width: 100%;
  height: 100%;
}
#tm-topbar {
  background: transparent;
}
#tm-topbar .uk-navbar-nav > li > a {
  font-size: 12px;
  color: #bebdbd;
  padding: 0 12px;
}
#tm-topbar .uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li > a:focus {
  background: transparent !important;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
#tm-header {
  background: #222121;
  padding: 20px 0;
}
#tm-header .uk-navbar-brand {
  color: #bebdbd;
  padding: 0;
  width: 100%;
  max-width: 160px;
  height: auto;
}
#tm-header .uk-navbar-center {
  max-width: 150px;
}
#tm-header .uk-navbar-nav > li > a {
  opacity: 1;
  color: #bebdbd;
}
#tm-header .uk-button-link {
  font-size: 14px;
  color: #bebdbd;
  text-transform: none;
}
#tm-header .uk-button-large {
  font-size: 14px;
}
#tm-header .uk-button-link:hover,
.uk-button-link:active {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.featuredslide #title {
  margin-bottom: 5px;
  font-size: 16px;
}
.featuredslide .rating {
  margin-top: 0;
}
.featuredslide .rating {
  display: block;
  margin-top: 10px !important;
  font-size: 24px;
  color: #f5b50a;
  margin-bottom: 10px;
  font-weight: 500;
}
.featuredslide .rating span {
  color: #999 !important;
  font-size: 18px;
  margin-left: 2px;
}
.featuredslide .uk-overlay-background {
  border-radius: 0 0 4px 4px !important;
}
#tm-right-section label {
  display: block;
  margin-bottom: 10px;
}
#tm-right-section .featuredslide:hover .uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
#tm-media-section .uk-scrollable-box {
  box-sizing: border-box;
  max-height: 500px;
  padding: 0;
  border: 0;
}
#tm-media-section .uk-tab > li.uk-active > a {
  border-bottom: 4px solid var(--primary-color);
  font-weight: bold;
  color: #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
#tm-media-section .uk-tab > li.uk-active > a:hover {
  border-bottom: 4px solid var(--primary-color);
  font-weight: bold;
  color: #fff;
  background: inherit;
}
#tm-media-section .uk-tab > li > a {
  height: 40px;
  margin-left: 0;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: gray;
}
#tm-media-section .tm-scroll-box {
  height: 500px;
  overflow: auto;
}
#tm-media-section .uk-tab > li > a:hover {
  border: 0;
  background: #222121;
  color: #fff;
  border-bottom: 4px solid transparent;
}
#tm-media-section .media-cover {
  margin-top: -35px;
}
#tm-media-section .uk-tab-grid ul {
  border: 0;
}
#tm-media-section .media-cover img {
  border-radius: 4px;
}
#tm-media-section .media-container {
  padding-bottom: 1px;
}
.errorpage .icon {
  max-width: 140px;
  padding: 10px;
  margin-bottom: 8px;
}
#tm-right-section .sectiontitle {
  border-bottom: 1px solid #3a3a3a;
  font-size: 18px;
  padding-bottom: 12px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
#tm-right-section .sectiontitle:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
}
#tm-divider {
  margin: 35px 0;
  border-top: 1px solid #3a3a3a;
}
#tm-viewmore {
  padding: 8px 0;
}
#tm-profilename {
  color: white;
  padding: 0 2px;
}
#tm-iconsignout {
  font-size: 25px;
  margin-left: 8px;
}
#tm-right-section .errors {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
#tm-right-section .title {
  border-bottom: 1px solid #3a3a3a;
  font-size: 16px;
  padding-bottom: 12px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
#tm-right-section .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
}
#tm-right-section .title .viewall {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #bebdbd;
  top: 5px;
}
#tm-right-section .title .viewall:hover {
  color: #fff;
}
#tm-right-section .viewall i {
  font-size: 12px;
  margin-right: 4px;
  color: var(--primary-color);
}
#tm-right-section .uk-overlay img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#tm-right-section .uk-overlay-icon:before {
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 55px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: rgba(255, 255, 255, 0.59);
}
#tm-right-section .uk-overlay-background {
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#tm-right-section .home {
  padding: 6px 0 !important;
}
#tm-right-section .uk-panel-title {
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
#tm-right-section .uk-comment {
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 12px;
}
#tm-right-section .uk-panel p {
  margin-top: 0;
}
#tm-left-section .title-divider {
  font-size: 16px;
  padding-top: 0;
  color: #fff;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#tm-left-section .title-divider:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
}
#tm-left-section .uk-form {
  padding: 10px;
}
#tm-left-section h5.widget-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #ececec;
}
#tm-right-section .single-rating {
  color: #f5b50a;
  font-size: 24px;
  padding-left: 0;
}
#tm-right-section .single-rating i {
  color: #f5b50a;
}
#tm-right-section .single-rating span {
  color: #999 !important;
  font-size: 18px;
  margin-left: 2px;
}
#formReview textarea {
  padding: 14px;
}
#formReview label {
  margin-bottom: 7px;
  display: block;
}
#formReview .review-rating {
  margin-bottom: 28px !important;
}
.reviews {
  max-height: 425px;
}
.reviews .uk-comment .star,
.uk-comment .star-o {
  margin-right: 1px;
  font-size: 16px;
}
.reviews .uk-comment-header {
  margin-bottom: 4px;
}
.reviews .uk-comment .star {
  color: #da922c !important;
}
.reviews .uk-comment .star-o {
  color: #4c4c4c !important;
}
.reviews .uk-comment-title {
  font-size: 14px;
  margin: 0;
}
.reviews .uk-comment-meta {
  color: #7d7d7d;
}
.reviews .uk-comment-body p {
  font-size: 13px !important;
  color: #bebdbd;
}
.episodes .uk-overlay-icon:before {
  font-size: 40px !important;
  top: 50% !important;
  left: 50% !important;
  width: 50px !important;
  height: 50px !important;
  margin-top: -20px !important;
  margin-left: -25px !important;
}
.episodes .uk-overlay:hover .uk-overlay-icon:before {
  color: rgba(255, 255, 255, 0.9) !important;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.episodes .uk-description-list-line {
  padding-right: 35px;
  padding-left: 10px;
}
#tm-footer {
  font-size: 13px;
  padding: 5px 0;
}
#tm-footer .uk-subnav {
  margin: 5px 0;
}
#tm-footer .copyright-text {
  margin: 5px 0;
}
#tm-footer .uk-subnav > * {
  padding-left: 15px;
  margin-top: 0 !important;
}
#tm-footer .uk-subnav > * > * {
  display: inline-block;
  color: #bbb;                  /* higher contrast */
  font-size: 14px;
  padding: 5px 7px;           /* improves tap target size */
  margin: 6px 6px 6px 0;        /* spacing between links */
  text-decoration: none;        /* clean look */
  transition: 0.3s ease;
}

#tm-footer .uk-subnav > * > *:hover {
  opacity: 0.85;
  color: #fff;                  /* optional highlight on hover */
}

.uk-search-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-search-field::-webkit-search-cancel-button,
.uk-search-field::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-search-field::-ms-clear {
  display: none;
}
.uk-search-field::-moz-placeholder {
  opacity: 1;
}
.uk-search-field {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: #fff;
  -webkit-appearance: none;
  width: 120px;
  height: 30px;
  padding: 0 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.uk-search-field:-ms-input-placeholder {
  color: #999 !important;
}
.uk-search-field::-moz-placeholder {
  color: #999;
}
.uk-search-field::-webkit-input-placeholder {
  color: #999;
}
.uk-search-field:focus {
  outline: 0;
}
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  width: 180px;
}
.uk-dropdown-search {
  width: 300px;
  margin-top: 0;
  background: #f5f5f5;
  color: #444;
}
.uk-open > .uk-dropdown-search {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
.uk-navbar-flip .uk-dropdown-search {
  margin-top: 5px;
  margin-right: -15px;
}
.uk-nav-search > li > a {
  color: #444;
}
.uk-nav-search > li.uk-active > a {
  background: var(--primary-color);
  color: #fff;
  outline: 0;
}
.uk-nav-search .uk-nav-header {
  color: #999;
}
.uk-nav-search .uk-nav-divider {
  border-top: 1px solid #ddd;
}
.uk-nav-search ul a {
  color: #07d;
}
.uk-nav-search ul a:hover {
  color: #059;
}
.uk-offcanvas .socialmedia {
  text-align: center;
  display: block;
  margin: 20px 0 !important;
}
.uk-offcanvas .uk-search {
  display: block;
  margin: 20px 0;
}
.uk-offcanvas .uk-search:before {
  color: #777;
  height: 40px;
  line-height: 40px;
}
.uk-offcanvas .uk-search-field {
  width: 100%;
  border-color: rgba(0, 0, 0, 0);
  background: #1a1a1a;
  color: #ccc;
  height: 40px;
}
.uk-offcanvas .uk-search-field:-ms-input-placeholder {
  color: #777 !important;
}
.uk-offcanvas .uk-search-field::-moz-placeholder {
  color: #777;
}
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
  color: #777;
}
.uk-offcanvas .uk-nav-offcanvas > li > a {
  padding: 8px 0;
  font-size: 17px;
}
.uk-offcanvas .uk-subnav > * {
  float: none;
}
.uk-offcanvas .uk-subnav {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.uk-offcanvas .uk-panel {
  margin: 20px 30px;
}
.uk-offcanvas .uk-list li {
  padding: 10px 0;
}
.uk-offcanvas .uk-list li a {
  font-size: 17px;
}
.uk-offcanvas .uk-nav-sub {
  padding: 10px 0;
}
.uk-offcanvas .uk-nav-sub > li > a {
  padding: 8px 0;
  font-size: 17px;
}
.uk-offcanvas .uk-comment i {
  right: 0;
  top: 16px;
  position: absolute;
}
.uk-offcanvas .uk-comment-title {
  margin-right: 24px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #191818;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.__000ab {
  margin-top: 20px;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  line-height: 1.3;
  font-family: sans-serif;
}
.__000ab-content {
  text-align: center;
  max-width: 600px;
  background: #fff;
}
.__000ab-content .top {
  padding-top: 25px;
  padding-bottom: 15px;
}
.__000ab-content .bottom {
  padding: 25px;
  background: #f2f2f2;
  border-radius: 8px;
}
.d-none {
  display: none !important;
}

.genre-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.genre-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.9));
  z-index: 1;
}
.genre-overlay {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(8px);
  background-color: rgb(30 30 30 / 0.5);
  padding: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.genre-badge {
  background: #ff4d4d;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 25px;
  box-shadow: 0 2px 8px #0003;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.genre-overlay .pagetitle {
  font-size: 32px;
  font-weight: 700;
  margin: 5px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 0.6);
}
.genre-overlay .genre-description {
  font-size: 16px;
  color: #ddd;
  margin: 0 auto;
  max-width: 700px;
}
