/*----REQUIRE----*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("../css/normalize.css");
@import url("../css/grid.css");
@import url("../css/fonts.css");
@import url("../css/animate.css");
@import url("../css/swiper.css");

/*----COMPONENTS----*/

/* BODY */
body {
  background: var(--background);
  background-position: fixed;
  background-size: 100%;
}
/* COLORS */
:root {
  --background: #1a2029;
  --brand-color: #ffca00;
  --primary-color: rgba(0, 0, 0, 0.5);
  --secondary-color: #12171d;
  --icon-color: rgba(255, 255, 255, 0.4);
  --text-color: #ffffff;
  --button-text-color: #1f2630;
  --white-color: #ffffff;
}

:root body.jasminbet {
  --brand-color: #ffca00 !important;
  --button-text-color: #1f2630;
}
:root body.arexbet {
  --brand-color: #ffca00 !important;
  --button-text-color: #1f2630;
}
:root body.dellabet {
  --brand-color: #16a1d5 !important;
  --button-text-color: #fff;
}
:root body.portobet {
  --brand-color: #3d8740 !important;
  --button-text-color: #1f2630;
}
:root body.betofbet {
  --brand-color: #36ba0d !important;
  --button-text-color: #1f2630;
}
:root body.ajaxbet {
  --brand-color: #e90129 !important;
  --button-text-color: #fff;
}
:root body.hullbet {
  --brand-color: #f57806 !important;
  --button-text-color: #fff;
}
:root body.tetherslot {
  --brand-color: #029e4a !important;
  --button-text-color: #fff;
}
:root body.herabet {
  --brand-color: #e90129 !important;
  --button-text-color: #fff;
}
:root body.slotella {
  --brand-color: #8509da !important;
  --button-text-color: #fff;
}
:root body.hermesbet {
  --brand-color: #f3701f !important;
  --button-text-color: #fff;
}
:root body.etabet {
  --brand-color: #ed1c24 !important;

  --button-text-color: #fff;
}

/* LAYOUT */
section.layout {
  width: 100%;
  float: left;
  position: relative;
  margin: 7px 0 0 0;
}
/* BANNERS */
.full-width-banner {
  width: 100%;
  float: left;
  position: relative;
  margin: 30px 0 30px 0;
}

.full-width-banner .center {
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  line-height: 120px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 36px;
}

.full-width-banner .center img {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
}

.side-banner {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 15px 0;
}

.side-banner .center {
  width: 100%;
  height: 300px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  line-height: 300px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 25px;
}

.side-banner .center img {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banners {
  width: 100%;
  float: left;
  position: relative;
  display: none;
  visibility: hidden;
}

.banners .left,
.banners .right {
  width: 160px;
  height: 600px;
  float: left;
  position: fixed;
  top: 160px;
  z-index: 10;
  border-radius: 3px;
  overflow: hidden;
  background-color: var(--primary-color);
}

.banners .left {
  left: 40px;
}
.banners .right {
  right: 40px;
}

.banners .left i,
.banners .right i {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
}

body.jasminbet {
  background-image: url("../img/backgrounds/jasminbet.jpg");
}
body.portobet {
  background-image: url("../img/backgrounds/portobettv.jpg");
}
body.arexbet {
  background-image: url("../img/backgrounds/arexbet.jpg?ver=2.0.0");
}
body.ajaxbet {
  background-image: url("../img/backgrounds/ajax.jpg");
}
body.dellabet {
  background-image: url("../img/backgrounds/dellabet.jpg");
}
body.betofbet {
  background-image: url("../img/backgrounds/betofbet.jpg");
}
body.tetherslot {
  background-image: url("../img/backgrounds/tetherslot.jpg");
}
body.herabet {
  background-image: url("../img/backgrounds/herabettv-arkaplan.jpg");
}
body.hullbet {
  background-image: url("../img/backgrounds/hullbet.jpg");
}
body.slotella {
  background-image: url("../img/backgrounds/slotella.jpg");
}
body.hermesbet {
  background-image: url("../img/backgrounds/hermesbet.jpg");
}
body.etabet {
  background-image: url("../img/backgrounds/etabet.png");
}
body.bethand {
  background-image: url("../img/backgrounds/bethand.jpg");
}
body.dedeslot {
  background-image: url("../img/backgrounds/dedeslot.png");
}
body.darkbet {
  background-image: url("../img/backgrounds/darkbet.png");
}
body.jasminbet .banners .left i {
  background-image: url("../img/banners/jasminbet/left.jpg");
}
body.jasminbet .banners .right i {
  background-image: url("../img/banners/jasminbet/right.jpg");
}

body.dellabet .banners .left i {
  background-image: url("../img/banners/dellabet/left.jpg");
}
body.dellabet .banners .right i {
  background-image: url("../img/banners/dellabet/right.jpg");
}

body.ajaxbet .banners .left i {
  background-image: url("../img/banners/ajaxbet/left.jpg");
}
body.ajaxbet .banners .right i {
  background-image: url("../img/banners/ajaxbet/right.jpg");
}

body.betofbet .banners .left i {
  background-image: url("../img/banners/betofbet/left.png");
}
body.betofbet .banners .right i {
  background-image: url("../img/banners/betofbet/right.png");
}

body.tetherslot .banners .left i {
  background-image: url("../img/banners/tetherslot/left.png");
}
body.tetherslot .banners .right i {
  background-image: url("../img/banners/tetherslot/right.png");
}

body.herabet .banners .left i {
  background-image: url("../img/banners/herabet/left.png");
}
body.herabet .banners .right i {
  background-image: url("../img/banners/herabet/right.png");
}

body.hullbet .banners .left i {
  background-image: url("../img/banners/hullbet/left.jpg");
}
body.hullbet .banners .right i {
  background-image: url("../img/banners/hullbet/right.jpg");
}

body.portobet .banners .left i {
  background-image: url("../img/banners/portobet/left.jpg");
}
body.portobet .banners .right i {
  background-image: url("../img/banners/portobet/right.jpg");
}

body.slotella .banners .left i {
  background-image: url("../img/banners/slotella/left.jpg");
}
body.slotella .banners .right i {
  background-image: url("../img/banners/slotella/right.jpg");
}

body.hermesbet .banners .left i {
  background-image: url("../img/banners/hermesbet/left.jpg");
}
body.hermesbet .banners .right i {
  background-image: url("../img/banners/hermesbet/right.jpg");
}

/*----HEADER----*/
header {
  width: 100%;
  float: left;
  position: relative;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  margin: 15px 0 15px 0;
  padding: 10px 15px 0 15px;
}

header .logo {
  width: 175px;
  height: 61px;
  margin: 0 auto;
}

header .logo i {
  width: 60%;
  height: 100%;
  display: inline-block;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
}

header .logo i.jasminbet {
  background-image: url("../img/brands/jasminbet.png");
}

header .menu {
  float: left;
  padding: 12px 0 5px 0;
  margin-top: 10px;
  width: 100%;
}

header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

header .menu ul li {
  display: inline-block;
  font-size: 14px;
  color: var(--text-color);
  letter-spacing: -0.2px;
  margin-right: 15px;
  font-weight: 400;
  line-height: 24px;
}
header .menu ul li a {
  cursor: pointer;
}

header .menu ul li i {
  color: var(--icon-color);
  font-size: 20px;
  line-height: 22px;
  margin-right: 10px;
  position: relative;
  float: left;
  transition: 0.3s all;
}

header .menu ul li i.icon-live {
  font-size: 22px;
  top: -1px;
}
header .menu ul li i.icon-tvgames {
  font-size: 18px;
}

header .menu ul li:hover i {
  color: var(--brand-color);
}

header .menu ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
}

header .cta {
  width: 100%;
  float: left;
}

header .cta a {
  width: 100%;
  background: var(--brand-color);
  color: var(--button-text-color);
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 20px;
  display: inline-block;
  float: left;
  text-align: center;
  position: relative;
}

header .cta a::after {
  content: "\e805";
  font-family: "icons";
  position: relative;
  right: 0;
  top: 1px;
  margin-left: 10px;
  font-size: 18px;
  color: var(--main-color);
}

header .cta a b {
  text-transform: uppercase;
  font-weight: 700;
}

/*----TV CHANNELS----*/
section.tv-channels {
  width: 100%;
  float: left;
  position: relative;
}

section.tv-channels .content {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

section.tv-channels .box {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  float: left;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

section.tv-channels .box a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
}

section.tv-channels .box.active {
  border-color: var(--brand-color);
}

section.tv-channels .box img {
  width: 50%;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
}

section.tv-channels .slider-arrows {
  position: relative;
  left: 0;
  top: 16px;
  z-index: 9999;
  width: 100%;
}

section.tv-channels .slider-arrows span {
  position: absolute;
  height: 40px;
  width: 20px;
  line-height: 40px;
  color: var(--text-color);
  background: var(--primary-color);
  border-radius: 0 3px 3px 0;
  text-align: center;
  left: 0;
}

section.tv-channels .slider-arrows span.next {
  right: 0;
  top: 0;
  left: initial;
  border-radius: 3px 0 0 3px;
}

/*----PLAYER----*/
.player {
  width: 100%;
  float: left;
  position: relative;
}

.player .placeholder {
  width: 100%;
  height: 250px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.8);
  float: left;
  display: inline-block;
}

.player .placeholder,
.player iframe {
  width: 100%;
  float: left;
  position: relative;
  outline: none;
  border: none;
}

.player .event-name {
  width: 100%;
  float: left;
  margin: 15px 0 15px 0;
  padding: 10px 0 10px 15px;
  position: relative;
  border-left: 8px solid var(--brand-color);
}

.player .event-name::before {
  content: "";
  width: 120px;
  height: 77px;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.08;
  background-image: linear-gradient(
    90deg,
    var(--brand-color) 0%,
    var(--background) 100%
  );
}

.player .event-name .top {
  width: 100%;
  float: left;
  padding: 3px 0 0 0;
}

.player .event-name .top span.text {
  width: calc(100% - 90px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  color: var(--text-color);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 30px;
}

.player .event-name .top span.live {
  margin-left: 10px;
  float: right;
  height: 30px;
  border-radius: 100px;
  position: relative;
  color: var(--text-color);
  background: #e22727;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.21px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  line-height: 30px;
  position: relative;
}

.player .event-name .bottom {
  width: 100%;
  float: left;
}

.player .event-name .bottom span.text {
  font-size: 14px;
  display: inline-block;
  line-height: 14px;
  color: var(--icon-color);
}

/*----EVENTS WIDGET----*/
.events-widget {
  width: 100%;
  float: left;
  position: relative;
}

.events-widget .tab {
  width: 100%;
  height: 50px;
  float: left;
  border-radius: 10px;
  display: inline-block;
  padding: 7px;
  background: rgba(0, 0, 0, 0.2);
}

.events-widget .tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.events-widget .tab ul li {
  width: calc(50% - 3px);
  height: 36px;
  border-radius: 5px;
  display: inline-block;
  float: left;
  line-height: 36px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 12px;
  color: var(--icon-color);
  transition: 0.3s all;
  overflow: hidden;
}

.events-widget .tab ul li.active,
.events-widget .tab ul li.active:hover {
  background: #3c634a;
  color: #fff;
  font-weight: 700;
}

.events-widget .tab ul li span.count {
  float: right;
  text-align: center;
  color: var(--icon-color);
  font-weight: 400;
  font-size: 12px;
}

.events-widget .tab ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
}

.events-widget .tab ul li:hover {
  background: var(--primary-color);
  color: var(--text-color);
}

.events-widget .tab ul li:last-child {
  float: right;
}

.events-widget .search {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0 14px 0;
}

.events-widget .search::before {
  content: "\e806";
  font-family: "icons";
  font-size: 14px;
  color: var(--icon-color);
  position: absolute;
  left: 13px;
  top: 10px;
  font-size: 16px;
}

.events-widget .search input {
  width: 100%;
  height: 42px;
  border-radius: 6px;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  padding-left: 40px;
  font-size: 14px;
  padding-right: 20px;
  font-weight: 400;
  color: #fff;
  transform: 0.2s all;
}

.events-widget .search input:focus,
.events-widget .search input:active {
  background: #fff;
  color: #000;
}

.events-widget .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.events-widget .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.events-widget .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.events-widget .search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.events-widget .categories {
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}

.events-widget .categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.events-widget .categories ul li {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: var(--primary-color);
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: var(--icon-color);
  margin: 0 0 5px 0;
}

.events-widget .categories ul li.active {
  background: var(--brand-color);
  color: var(--button-text-color);
  font-weight: 500;
}

.events-widget .categories ul li span.all {
  font-size: 13px;
}

.events-widget .categories ul li:hover {
  background: var(--brand-color);
  color: var(--primary-color);
}

.events-widget .categories ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
}

.events-widget .events {
  width: calc(100% - 60px);
  float: left;
}

.events-widget .events .content {
  width: 100%;
}

.events-widget .events .content::-webkit-scrollbar {
  width: 4px;
}

.events-widget .events .content::-webkit-scrollbar-track {
  border-radius: 1px;
}

.events-widget .events .content::-webkit-scrollbar-thumb {
  background: var(--brand-color);
  border-radius: 1px;
}

.events-widget .events .item {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 6px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 12px 15px 10px 15px;
  margin: 0 0 4px 0;
  cursor: pointer;
}

.events-widget .events .item.active {
  border: 1px solid var(--brand-color);
}

.events-widget .events .item span.date {
  float: left;
  width: 100%;
  font-size: 12px;
  color: var(--icon-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
}

.events-widget .events .item span.sport {
  float: left;
  font-size: 12px;
  color: var(--icon-color);
  font-weight: 400;
  line-height: 15px;
  width: 70px;
}

.events-widget .events .item span.sport i {
  margin-right: 5px;
  color: var(--brand-color);
}
.events-widget .events .item .event {
  float: left;
  width: calc(100% - 80px);
}

.events-widget .events .item .event span {
  font-size: 13px;
  line-height: 15px;
  float: left;
  color: var(--text-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 5px;
}

/* Content Loader */

.content-loader {
  width: 100%;
  float: left;
  position: sticky;
  z-index: 8000;
}

section.casino-games.slots .content-loader {
  min-height: 1060px;
}

.content-loader .loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 300px;
  left: calc(50% - 40px);
}

.popup-modal .content-loader .loader {
  width: 48px;
  height: 48px;
  display: initial;
  top: 60px;
  left: calc(50% - 30px);
}

.popup-modal .content-loader .loader div {
  width: 48px;
  height: 48px;
}

.content-loader .loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--white-color);
  border-radius: 50%;
  animation: loaderCircle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--white-color) transparent transparent transparent;
}
.content-loader .loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.content-loader .loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.content-loader .loader div:nth-child(3) {
  animation-delay: -0.15s;
}

/* Preloader */
.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(#061027 0%, #070e20 97%);
  background-image: -o-linear-gradient(#061027 0%, #070e20 97%);
  background-image: linear-gradient(#061027 0%, #070e20 97%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.preloader .logo {
  width: 145px;
  height: 53px;
  margin: 0 auto;
  position: relative;
}

.preloader .logo i {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/logo.svg");
  animation-name: pulse;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.preloader .title {
  width: 100%;
  float: left;
  text-align: center;
  color: var(--white-color);
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.preloader .watermark {
  width: 623px;
  height: 234px;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 311px);
  top: -80px;
}

.preloader .watermark i {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/preloader-watermark.svg");
}

.preloader .content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  top: -30px;
}

.preloader .loader {
  position: relative;
  top: 30px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.preloader .loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 6px solid var(--white-color);
  border-radius: 50%;
  animation: loaderCircle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--white-color) transparent transparent transparent;
}

.preloader .loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.preloader .loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.preloader .loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loaderCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* ANIMATIONS */
/* Refresh Loader */

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

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Gradient Text */

@keyframes coolGradient {
  0% {
    background-position: 0px 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0px 50%;
  }
}

@-moz-keyframes coolGradient {
  0% {
    background-position: 0px 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0px 50%;
  }
}

@-webkit-keyframes coolGradient {
  0% {
    background-position: 0px 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0px 50%;
  }
}

/* Marquee */

@keyframes marquee {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@-moz-keyframes marquee {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/*----FOOTER----*/
footer {
  width: 100%;
  float: left;
  margin: 50px 0 50px 0;
}

footer .content {
  width: 100%;
  float: left;
  border-top: 1px solid var(--primary-color);
  position: relative;
  padding: 20px 0 0 0;
}

footer .content .logo {
  width: 225px;
  height: 85px;
  margin: 0 auto;
  position: relative;
  left: -10px;
}

footer .content .logo i {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
}

footer .content .logo i.jasminbet {
  background-image: url("../img/brands/jasminbet.png");
}

footer .content .description {
  width: 100%;
  float: left;
  text-align: center;
  color: var(--icon-color);
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 15px;
}

footer .content ul.links {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  list-style: none;
  padding: 0;
}

footer .content ul.links li {
  display: inline-block;
  font-size: 14px;
  margin: 0 15px;
  color: var(--text-color);
}

@media only screen and (min-width: 576px) {
}

@media only screen and (min-width: 768px) {
  .events-widget .events .item span.date {
    width: auto;
    float: right;
  }

  .events-widget .events .item .event {
    width: 60%;
  }
  .side-banner.mobile {
    display: none;
    visibility: hidden;
  }

  section.layout {
    margin-top: 15px;
  }
  .player .placeholder {
    height: 350px;
  }

  .events-widget .events .item span.date {
    margin-top: 0;
    padding-top: 0;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  header .menu ul li:last-child {
    margin-right: 0;
  }
  header .menu ul li i {
    display: none;
    visibility: hidden;
  }
  header .menu ul li {
    margin-right: 22px;
  }

  section.layout .col-lg-8 {
    padding-right: 0;
  }
  header {
    height: 80px;
    margin: 30px 0 15px 0;
    padding: 17px 40px 0 40px;
  }
  header .cta {
    width: auto;
    float: right;
    position: relative;
    right: 30px;
  }

  header .logo {
    width: 225px;
    height: 85px;
    float: left;
    position: relative;
    top: -12px;
    left: 0;
    margin: 0 30px 0 0;
  }

  header .content {
    width: 100%;
    float: left;
    position: relative;
  }
  header .menu {
    width: auto;
    padding-top: 1px;
  }
  section.tv-channels .box {
    height: 80px;
    line-height: 80px;
    border: 2px solid initial;
  }

  section.tv-channels .box.active {
    border-color: var(--brand-color) !important;
  }
  section.tv-channels .slider-arrows {
    top: 20px;
  }
  section.layout {
    margin-top: 15px;
  }
  .events-widget .events .content {
    overflow-y: auto;
    padding-right: 5px;
  }

  .events-widget .events .content .item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1100px) {
}

@media only screen and (min-width: 1200px) {
  .player .placeholder {
    height: 400px;
  }
  header .menu ul li i {
    display: inline-block;
    visibility: visible;
  }
  header .menu {
    padding-top: 3px;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1645px) {
  .banners {
    display: inline-block;
    visibility: visible;
  }
}
