html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after,
input[type="checkbox"],
input[type="radio"] {
  box-sizing: inherit;
}
img,
pre,
embed,
video,
iframe,
object,
input,
select,
textarea {
  max-width: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
em,
i,
.itlc {
  font-style: italic;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* colors
#7F8688 - dark gray
#929D9E - light gray
#2B9C78 - links & accent
#373A36 - txt
#426A5F - dark green
#518875 - mid green
#AEB886 - light green
#FB8122 - orange
#E9B662 - yellow
================== */
/* general ================== */
body {
  overflow-x: hidden;
  color: #373a36;
  font-size: 15px;
  line-height: 1.8;
  font-family: Arial, sans-serif;
  text-align: left;
  transition: all 200ms linear;
  background: linear-gradient(
      to bottom,
      rgba(52, 132, 13, 0.5),
      rgba(52, 132, 13, 0.5)
    ),
    url("/imgs/lines-bg.png") repeat;
  background-attachment: fixed;
}
::selection {
  color: #333;
  background-color: #e9b662;
}
::-moz-selection {
  color: #333;
  background-color: #e9b662;
}
::-webkit-scrollbar {
  width: 1em;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: #e9b662;
  outline: 1px solid #426a5f;
}
#page-article.white {
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #page-article.container {
    box-shadow: none;
  }
}
.row {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Nunito Sans", sans-serif;
}
h1 {
  text-align: center;
  font-weight: 700;
  margin: 20px 0;
  font-size: 1.375rem;
}
h2 {
  margin: 2rem auto;
  text-align: center;
  color: #7f8688;
  letter-spacing: 1px;
  font-size: 1.188rem;
  border-bottom: 2px solid #e9b662;
  display: table;
}
/* h2::first-letter {
    font-size: 25px;
    color: #426A5F;
    border-bottom: 2px solid #E9B662;
} */
.dark-bg h2 {
  color: #d8d8d8;
}
.dark-bg h2::first-letter {
  color: #e8e8e8;
}

@media only screen and (max-width: 575px) {
  h2::first-letter {
    border-bottom: none;
  }
}
h3 {
  font-size: 18px;
  display: inline-block;
  color: #7f8688;
  margin: 15px auto;
  position: relative;
  border-bottom: 1px solid #fb8122;
}
.elem-title {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 1.188rem;
}
p {
  text-align: justify;
  font-family: "Montserrat", sans-serif;
}
a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.modal-backdrop.show {
  height: 100%;
  opacity: 0.7;
}
.accent-txt {
  color: #2b9c78;
}
.wide-container {
  margin-left: -20px;
  margin-right: -20px;
}
.example {
  background: rgb(233 182 98 / 0.3);
  padding: 0.5rem;
  border-left: 5px solid #e9b662;
  font-style: italic;
  font-weight: bold;
}
.bon-off {
  background: url("/imgs/icons/giftbox.svg") no-repeat;
  text-indent: -9999px;
  display: inline-block;
}
.bg-light {
  background-color: rgba(211, 78, 61, 0.8);
  color: #fff;
}
.light-color {
  color: #fb8122;
}
.white-bg {
  background: #fff;
}
.bg-dark {
  background: #333 !important;
  color: #fff;
}
.bg-gray {
  background: #f3f3f3;
  color: #333;
}
.dark-bg {
  background: #426a5f;
  background: linear-gradient(
      231deg,
      rgba(233, 233, 233, 0.01) 0%,
      rgba(233, 233, 233, 0.01) 25%,
      rgba(10, 10, 10, 0.01) 25%,
      rgba(10, 10, 10, 0.01) 50%,
      rgba(237, 237, 237, 0.01) 50%,
      rgba(237, 237, 237, 0.01) 75%,
      rgba(200, 200, 200, 0.01) 75%,
      rgba(200, 200, 200, 0.01) 100%
    ),
    linear-gradient(
      344deg,
      rgba(2, 2, 2, 0.03) 0%,
      rgba(2, 2, 2, 0.03) 20%,
      rgba(10, 10, 10, 0.03) 20%,
      rgba(10, 10, 10, 0.03) 40%,
      rgba(100, 100, 100, 0.03) 40%,
      rgba(100, 100, 100, 0.03) 60%,
      rgba(60, 60, 60, 0.03) 60%,
      rgba(60, 60, 60, 0.03) 80%,
      rgba(135, 135, 135, 0.03) 80%,
      rgba(135, 135, 135, 0.03) 100%
    ),
    linear-gradient(
      148deg,
      rgba(150, 150, 150, 0.03) 0%,
      rgba(150, 150, 150, 0.03) 14.286%,
      rgba(15, 15, 15, 0.03) 14.286%,
      rgba(15, 15, 15, 0.03) 28.572%,
      rgba(74, 74, 74, 0.03) 28.572%,
      rgba(74, 74, 74, 0.03) 42.858%,
      rgba(175, 175, 175, 0.03) 42.858%,
      rgba(175, 175, 175, 0.03) 57.144%,
      rgba(16, 16, 16, 0.03) 57.144%,
      rgba(16, 16, 16, 0.03) 71.42999999999999%,
      rgba(83, 83, 83, 0.03) 71.43%,
      rgba(83, 83, 83, 0.03) 85.71600000000001%,
      rgba(249, 249, 249, 0.03) 85.716%,
      rgba(249, 249, 249, 0.03) 100.002%
    ),
    linear-gradient(
      122deg,
      rgba(150, 150, 150, 0.01) 0%,
      rgba(150, 150, 150, 0.01) 20%,
      rgba(252, 252, 252, 0.01) 20%,
      rgba(252, 252, 252, 0.01) 40%,
      rgba(226, 226, 226, 0.01) 40%,
      rgba(226, 226, 226, 0.01) 60%,
      rgba(49, 49, 49, 0.01) 60%,
      rgba(49, 49, 49, 0.01) 80%,
      rgba(94, 94, 94, 0.01) 80%,
      rgba(94, 94, 94, 0.01) 100%
    ),
    linear-gradient(
      295deg,
      rgba(207, 207, 207, 0.02) 0%,
      rgba(207, 207, 207, 0.02) 25%,
      rgba(47, 47, 47, 0.02) 25%,
      rgba(47, 47, 47, 0.02) 50%,
      rgba(142, 142, 142, 0.02) 50%,
      rgba(142, 142, 142, 0.02) 75%,
      rgba(76, 76, 76, 0.02) 75%,
      rgba(76, 76, 76, 0.02) 100%
    ),
    linear-gradient(
      73deg,
      rgba(81, 81, 81, 0.03) 0%,
      rgba(81, 81, 81, 0.03) 12.5%,
      rgba(158, 158, 158, 0.03) 12.5%,
      rgba(158, 158, 158, 0.03) 25%,
      rgba(136, 136, 136, 0.03) 25%,
      rgba(136, 136, 136, 0.03) 37.5%,
      rgba(209, 209, 209, 0.03) 37.5%,
      rgba(209, 209, 209, 0.03) 50%,
      rgba(152, 152, 152, 0.03) 50%,
      rgba(152, 152, 152, 0.03) 62.5%,
      rgba(97, 97, 97, 0.03) 62.5%,
      rgba(97, 97, 97, 0.03) 75%,
      rgba(167, 167, 167, 0.03) 75%,
      rgba(167, 167, 167, 0.03) 87.5%,
      rgba(22, 22, 22, 0.03) 87.5%,
      rgba(22, 22, 22, 0.03) 100%
    ),
    linear-gradient(90deg, #426a5f, #426a5f);
  color: #fff;
}
.light-bg {
  background: rgb(212, 247, 226);
  background: linear-gradient(
      112.5deg,
      rgba(232, 232, 232, 0.03) 0%,
      rgba(232, 232, 232, 0.03) 2%,
      rgba(231, 231, 231, 0.03) 2%,
      rgba(231, 231, 231, 0.03) 4%,
      rgba(231, 231, 231, 0.03) 4%,
      rgba(231, 231, 231, 0.03) 11%,
      rgba(2, 2, 2, 0.03) 11%,
      rgba(2, 2, 2, 0.03) 67%,
      rgba(231, 231, 231, 0.03) 67%,
      rgba(231, 231, 231, 0.03) 90%,
      rgba(111, 111, 111, 0.03) 90%,
      rgba(111, 111, 111, 0.03) 100%
    ),
    linear-gradient(
      157.5deg,
      rgba(210, 210, 210, 0.03) 0%,
      rgba(210, 210, 210, 0.03) 17%,
      rgba(254, 254, 254, 0.03) 17%,
      rgba(254, 254, 254, 0.03) 18%,
      rgba(96, 96, 96, 0.03) 18%,
      rgba(96, 96, 96, 0.03) 44%,
      rgba(159, 159, 159, 0.03) 44%,
      rgba(159, 159, 159, 0.03) 70%,
      rgba(24, 24, 24, 0.03) 70%,
      rgba(24, 24, 24, 0.03) 82%,
      rgba(16, 16, 16, 0.03) 82%,
      rgba(16, 16, 16, 0.03) 100%
    ),
    linear-gradient(
      22.5deg,
      rgba(47, 47, 47, 0.03) 0%,
      rgba(47, 47, 47, 0.03) 32%,
      rgba(124, 124, 124, 0.03) 32%,
      rgba(124, 124, 124, 0.03) 40%,
      rgba(200, 200, 200, 0.03) 40%,
      rgba(200, 200, 200, 0.03) 42%,
      rgba(16, 16, 16, 0.03) 42%,
      rgba(16, 16, 16, 0.03) 64%,
      rgba(243, 243, 243, 0.03) 64%,
      rgba(243, 243, 243, 0.03) 94%,
      rgba(93, 93, 93, 0.03) 94%,
      rgba(93, 93, 93, 0.03) 100%
    ),
    linear-gradient(90deg, rgba(174, 184, 134, 0.2), rgba(174, 184, 134, 0.2));
}
hr.separate {
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(204, 204, 204, 0.35),
    #426a5f,
    rgba(204, 204, 204, 0.35)
  );
  margin-top: 2rem;
}
.fussball-bg {
  background: url("/imgs/icons/football.svg");
}
.basketball-bg {
  background: url("/imgs/icons/basketball.svg");
}
.baseball-bg {
  background: url("/imgs/icons/baseball.svg");
}
.tennis-bg {
  background: url("/imgs/icons/tennis.svg");
}
.racing-bg {
  background: url("/imgs/icons/racing.svg");
}
.boxing-bg {
  background: url("/imgs/icons/boxing.svg");
}
.golf-bg {
  background: url("/imgs/icons/golf.svg");
}
.eishockey-bg {
  background: url("/imgs/icons/ice-hockey.svg");
}
.rugby-bg {
  background: url("/imgs/icons/rugby.svg");
}
.snooker-bg {
  background: url("/imgs/icons/snooker.svg");
}
.volleyball-bg {
  background: url("/imgs/icons/volleyball.svg");
}
.esports-bg {
  background: url("/imgs/icons/e-sports.svg");
}
.horse-racing-bg {
  background: url("/imgs/icons/horse.svg");
}
.darts-bg {
  background: url("/imgs/icons/darts.svg");
}
[class*="-bg"] {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  #page-article.container {
    max-width: 100%;
  }
}
.badge.circle-custom {
  border-radius: 50%;
  font-size: 14px;
  font-style: italic;
  padding: 5px 2px 5px 0;
  width: 25px;
  height: 25px;
  background: #fb8122;
  color: #426a5f;
  font-weight: 900;
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 3px 2px rgba(33, 37, 41, 0.1);
}
.shadowed {
  box-shadow: 0 0 5px #7f8688;
}
@media only screen and (max-width: 767px) {
  body.menu-open {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  body.menu-open:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 575px) {
  #page-article.white {
    padding: 10px 15px;
  }
  h1 {
    font-size: 1.15rem;
    line-height: 1.5;
  }
}

/* ============== */
/* animations ================== */
.slide-in-left.sliding,
.slide-in.sliding:before {
  -webkit-animation: slide-in-left 1.5s ease-in forwards;
  animation: slide-in-left 1.5s ease-in forwards;
}
@-webkit-keyframes slide-in-left {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-in-left {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.slide-in-right.sliding:before,
.slide-in-right.sliding {
  -webkit-animation: slide-in-right 1.5s ease-in forwards;
  animation: slide-in-right 1.5s ease-in forwards;
}
@-webkit-keyframes slide-in-right {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes slide-in-right {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.swing:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes shine {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes shine {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

#num_1,
#num_2,
#num_3 {
  -webkit-animation: bounce-in-top 1.1s alternate both;
  animation: bounce-in-top 1.1s alternate both;
}
#num_1 {
  animation-delay: 0.2s;
}
#num_2 {
  animation-delay: 0.4s;
}
#num_3 {
  animation-delay: 0.6s;
}

/* ================== */
/* header ================== */
#page-header {
  padding: 5px 10px;
  position: relative;
}
#page-header .row {
  max-width: 1200px;
}
#page-header .inline-list {
  padding-top: 5px;
  display: table;
  margin: 0 auto;
  padding-left: 0;
}
#page-header .inline-list li,
#page-header .inline-list.regs li {
  display: inline-block;
}
#page-header .inline-list.feat li {
  padding: 7px 7px 7px 40px;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.4;
  position: relative;
  margin-right: 5px;
}
#page-header .inline-list.regs {
  padding: 10px 3px 0px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  position: relative;
  margin-top: 5px;
}
#page-header .inline-list.regs li:not(:last-child) {
  margin-right: 5px;
}
#page-header .inline-list.regs .regulates-1.cimer {
  top: -10px;
  position: relative;
}
#page-header .reg-kdep {
  width: 30px;
  height: 30px;
}
#page-header .inline-list.regs li.gamcare {
  background: url("/imgs/regulation/gamcare.svg") no-repeat center center;
  background-size: 25px 30px;
  display: inline-block;
  width: 35px;
  height: 30px;
}
#page-header .inline-list.regs li.essa {
  background: url("/imgs/regulation/essa.svg") no-repeat center center;
  background-size: 60px 60px;
  display: inline-block;
  width: 70px;
  height: 30px;
  background-color: #fff;
}
#page-header .inline-list.regs li.gambling-commission {
  background: url("/imgs/regulation/gamblingcommission.svg") no-repeat center
    center;
  background-size: 80px 60px;
  display: inline-block;
  width: 85px;
  height: 30px;
  background-color: #fff;
}
#page-header .inline-list.regs li.ecogra {
  background: url("/imgs/regulation/ecogra.svg") no-repeat center center;
  background-size: 70px 60px;
  display: inline-block;
  width: 75px;
  height: 30px;
  background-color: #fff;
}
#page-header .inline-list.regs:before {
  content: "GEPRÜFT";
  position: absolute;
  left: 14px;
  top: -8px;
  padding: 1px 10px;
  background: #e9b662;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.3;
}
.head-notes:before,
.head-cal:before,
.head-safe:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 7px;
  left: 5px;
}
.head-safe:before {
  background: url("/imgs/icons/safe.svg") no-repeat center center;
}
.head-notes:before {
  background: url("/imgs/icons/notes.svg") no-repeat center center;
}
.head-cal:before {
  background: url("/imgs/icons/calendar.svg") no-repeat center center;
}
@media only screen and (max-width: 649px) {
  #page-header .col-xs-9 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #page-header .inline-list.regs {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}
@media only screen and (width: 1024px) {
  #page-header .inline-list.feat li {
    font-size: 11px;
  }
}

/* ============== */

/* Navigation ================== */
@media only screen and (max-width: 767px) {
  .full-xs {
    width: 767px;
    max-width: 100%;
  }
}

/* ================== */
/* TOC ================== */
.navbar-collapse .goto::before {
  content: "Inhalt";
  position: absolute;
  background: #fb8122;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #goto {
    position: absolute;
    width: 100%;
    background: #426a5f;
    left: 0;
    padding-top: 35px;
    z-index: 1000;
  }
  .goto {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 1.25rem;
    margin: 0 auto;
    list-style: none;
    width: 90%;
  }
  #goto li {
    border-bottom: 1px solid rgba(233, 182, 98, 0.5);
    padding-left: 1.25rem;
  }
  #goto li a {
    color: #fff !important;
    font-weight: 500;
    transition: all 200ms linear;
    position: relative;
    padding: 5px 0 !important;
    display: block;
  }
  #goto li a:before {
    content: "\f0da";
    position: absolute;
    top: 11px;
    left: -12px;
    font: 900 14px "Font Awesome 5 Free";
    color: #e9b662;
    display: inline-block;
  }
  .goto-toggle {
    background: url("/imgs/icons/goto-toggle.svg") no-repeat;
    width: 30px;
    height: 22px;
    display: inline-block;
    outline: 0;
    border: 0;
    position: relative;
    right: 0;
    vertical-align: top;
  }
  .goto-toggle[aria-expanded="true"] {
    background: transparent;
  }
  .goto-close-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    transition: all 300ms linear;
    left: -12px;
  }
  .goto-close-icon:after,
  .goto-close-icon:before {
    width: 24px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  .goto-toggle[aria-expanded="true"] .goto-close-icon {
    opacity: 1;
  }
  .goto-toggle[aria-expanded="true"] .goto-close-icon:after,
  .goto-toggle[aria-expanded="true"] .goto-close-icon:before {
    background-color: #e9b662;
  }
  .goto-toggle[aria-expanded="true"] .goto-close-icon:before {
    transform: rotate(-45deg);
  }
  .goto-toggle[aria-expanded="true"] .goto-close-icon:after {
    transform: rotate(45deg);
  }
  .goto-toggle:focus {
    outline: 0;
    border: 0;
  }
  .navbar-collapse .goto::before {
    left: 0;
    top: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    background: #e9b662;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #goto {
    top: 65px;
  }
}
@media screen and (max-width: 575px) {
  #goto {
    top: 65px;
  }
}
@media screen and (min-width: 768px) {
  .goto-toggle {
    display: none;
  }
  .navbar-collapse .goto::before {
    left: 10px;
    top: -15px;
    padding: 3px 8px;
    background: #e9b662;
    border-radius: 2px;
  }
  .navbar-collapse .goto {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 20px auto;
    padding: 10px 10px 10px 25px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    background: #426a5f;
    background: linear-gradient(
        144deg,
        rgba(53, 53, 53, 0.08) 0%,
        rgba(53, 53, 53, 0.08) 81%,
        rgba(141, 141, 141, 0.08) 81%,
        rgba(141, 141, 141, 0.08) 100%
      ),
      linear-gradient(
        199deg,
        rgba(47, 47, 47, 0.06) 0%,
        rgba(47, 47, 47, 0.06) 30%,
        rgba(230, 230, 230, 0.06) 30%,
        rgba(230, 230, 230, 0.06) 100%
      ),
      linear-gradient(
        278deg,
        rgba(108, 108, 108, 0.01) 0%,
        rgba(108, 108, 108, 0.01) 81%,
        rgba(196, 196, 196, 0.01) 81%,
        rgba(196, 196, 196, 0.01) 100%
      ),
      linear-gradient(
        97deg,
        rgba(207, 207, 207, 0.09) 0%,
        rgba(207, 207, 207, 0.09) 60%,
        rgba(137, 137, 137, 0.09) 60%,
        rgba(137, 137, 137, 0.09) 100%
      ),
      linear-gradient(
        300deg,
        rgba(186, 186, 186, 0.05) 0%,
        rgba(186, 186, 186, 0.05) 25%,
        rgba(248, 248, 248, 0.05) 25%,
        rgba(248, 248, 248, 0.05) 100%
      ),
      linear-gradient(
        276deg,
        rgba(200, 200, 200, 0.02) 0%,
        rgba(200, 200, 200, 0.02) 1%,
        rgba(135, 135, 135, 0.02) 1%,
        rgba(135, 135, 135, 0.02) 100%
      ),
      linear-gradient(
        101deg,
        rgba(8, 8, 8, 0.03) 0%,
        rgba(8, 8, 8, 0.03) 54%,
        rgba(181, 181, 181, 0.03) 54%,
        rgba(181, 181, 181, 0.03) 100%
      ),
      linear-gradient(
        18deg,
        rgba(99, 99, 99, 0.08) 0%,
        rgba(99, 99, 99, 0.08) 76%,
        rgba(214, 214, 214, 0.08) 76%,
        rgba(214, 214, 214, 0.08) 100%
      ),
      linear-gradient(
        285deg,
        rgba(34, 34, 34, 0.05) 0%,
        rgba(34, 34, 34, 0.05) 82%,
        rgba(251, 251, 251, 0.05) 82%,
        rgba(251, 251, 251, 0.05) 100%
      ),
      linear-gradient(90deg, #518875, #426a5f);
  }
  .navbar-collapse .goto li a:hover,
  .navbar-collapse .goto li:hover a {
    color: #fff;
    text-decoration: none;
  }
  .navbar-collapse .goto li {
    display: inline-block;
    margin: 5px 5px 5px 0;
    border-bottom: none;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding: 0;
    position: relative;
  }
  .goto a {
    color: #343a44;
  }
  .navbar-collapse .goto li a:before {
    content: "";
    background: none;
    border-bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 15px;
    border-color: transparent transparent transparent #e9b662;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 3px 0 0 3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .navbar-collapse .goto li:hover {
    background: #e9b662;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  }
  .navbar-collapse .goto li a:hover:before,
  .navbar-collapse .goto li:hover a:before {
    border-color: transparent transparent transparent #fff;
  }
  .navbar-collapse .goto a {
    text-align: center;
    font-weight: 600;
    display: block;
  }

  .goto li a:before {
    content: "";
    background: none;
    border-bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #437b49;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 3px 0 0 3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .goto.sm li {
    width: 32.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .goto.lg li {
    width: 48.3%;
  }
}
@media screen and (min-width: 1024px) {
  .goto.lg li {
    width: 24.4%;
  }
}

/* ============== */
/* sports single icons ================== */
.nav-sports {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.nav-sports[class*="icon-"] {
  border-radius: 3px;
  position: relative;
  top: 5px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.nav-sports.icon-football {
  background-image: url("/imgs/icons/football.svg");
  background-color: #70c7be;
}
.nav-sports.icon-basketball {
  background-image: url("/imgs/icons/basketball.svg");
  background-color: #8bc34a;
}
.nav-sports.icon-tennis {
  background-image: url("/imgs/icons/tennis.svg");
  background-color: #ff5722;
}

/* ================== */
/* payments single icons menu ================== */
.nav-payments {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.nav-payments[class*="icon-"] {
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  top: 5px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.nav-payments.icon-paypal {
  background-image: url("/imgs/payments/paypal-small.svg");
}
.nav-payments.icon-paysafecard {
  background-image: url("/imgs/payments/paysafecard-small.svg");
}
.nav-payments.icon-skrill {
  background-image: url("/imgs/payments/skrill-small.svg");
}

/* ================== */
/* tooltip ================== */
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #426a5f;
  text-align: center;
  background-color: #e9b662;
  border-radius: 0.25rem;
  font-weight: bold;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #e9b662;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #e9b662;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #e9b662;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #e9b662;
}
/* ================== */
/* links-table ================== */
.heading {
  font: 600 1rem "Arial", sans-serif;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.table.small-main td {
  padding: 0.5rem 0.25rem;
}
.links-table .arrows a {
  position: relative;
  transition: all 200ms linear;
}
.links-table .arrows a:hover {
  color: #2b9c78;
  text-decoration: none;
}
.links-table .arrows a:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  height: 2px;
  content: "";
  background-color: #2b9c78;
  opacity: 0;
  transition: all 200ms linear;
  transform: translateX(-50%);
  width: 100%;
}
.links-table .arrows a:hover:after {
  opacity: 1;
}
.links-table .arrows li {
  padding: 0.75rem 1.25rem;
  font: 600 1rem "Nunito", sans-serif;
}
.links-table .arrows li:not(:last-child) {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-width: 0 0 1px 0;
}
.links-table ul.arrows li:before {
  top: 1rem;
  left: 7px;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .links-table .arrows li {
    display: inline-block;
    width: 49%;
  }
  .links-table .arrows li:nth-child(odd) {
    margin-right: 0.5%;
  }
  .links-table .arrows li:nth-child(even) {
    margin-left: 0.5%;
  }
}
/* tables ================== */
.tandc-visit {
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 20px;
}
table {
  margin: 20px auto;
  box-shadow: 3px 3px 4px 0 #d2d5d7;
  table-layout: auto;
  border-collapse: collapse;
  position: relative;
  border-left: 2px solid #dee2e6;
}
.table td,
.table th {
  vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}
.table th {
  padding: 0.25rem;
}
.table td {
  padding: 1rem 0.25rem;
}
table tbody td {
  text-align: center;
}
table tbody td:not(.terms):nth-child(1) {
  border-right: 1px solid #929d9e;
}
table tbody td:not(.terms):last-child {
  border-left: 1px solid #929d9e;
}
table .go-o {
  display: block;
  width: 70%;
  margin: 0 auto 15px;
  padding: 5px 0;
}
table.not-ver .go-o.grayed {
  background: #929d9e;
  color: #fff;
}
table.not-ver .go-o.grayed:hover {
  background: #7f8688;
  color: #fff;
}
table tbody tr:first-child .tab-num,
table tbody tr:hover .tab-num {
  background: #333;
}
table thead {
  background: #fff;
}
table .terms p {
  padding: 5px 10px;
  font-size: 10px;
  margin: 0;
}

table td.terms {
  padding: 0;
  padding: 5px 10px;
  font-size: 10px;
  margin: 0;
  text-align: left;
}

th {
  color: #333;
  text-align: center;
}
.tab-num {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  background: #d2d5d7;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.table .bon-on {
  color: #fb8122;
  font-weight: 900;
  font-size: 22px;
}
.table .bon-off {
  width: 40px;
  height: 40px;
}
.table .bonus-code {
  font-size: 12px;
  position: relative;
  line-height: 1;
}
.table .bonus-code > div {
  font: bold 14px "Nunito", sans-serif;
}
.table .go-i {
  display: block;
  font: 400 14px "Nunito Sans", sans-serif;
  margin-top: 12px;
  text-align: center;
  color: #426a5f;
}
.table span.go-i {
  color: #2b9c78;
}
.table .go-i:after {
  width: 40%;
}
.table .payout {
  font: 400 italic 16px "Nunito", sans-serif;
}
.table .payout:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 30px;
  height: 40px;
  background: url("/imgs/icons/wallet.svg") no-repeat;
}

.table i.fa-check {
  color: #4e8a62;
}
.table i.fa-times {
  color: #2b9c78;
}
.tab-profile td {
  width: 25%;
  padding: 5px;
}
.tab-profile th {
  font: 900 15px "Nunito", sans-serif;
  padding: 8px;
}
.tab-profile .td-heading {
  color: #7f8688;
  font: 900 14px "Nunito", sans-serif;
  padding-bottom: 5px;
}
.tab-profile {
  font: 400 12px "Montserrat", sans-serif;
}
.table.bonus .arrows {
  display: table;
  margin: 0 auto;
  width: 90%;
}
.table.sport .rec-rating {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.table.sport .rating,
.table.sport .rating span {
  -webkit-filter: drop-shadow(0.05rem 0.09rem 0.05rem #a0a0a0);
  filter: drop-shadow(0.05rem 0.09rem 0.05rem #a0a0a0);
}
.table.sport td {
  padding: 0.5rem;
  line-height: 1.6;
}
.table.sport ul.arrows li:before {
  top: 6px;
}
.table.sport th:nth-child(4),
.table.sport td:nth-child(4) {
  width: 7rem;
}

@media only screen and (min-width: 575px) {
  .table.sport th:nth-child(4).fix,
  .table.sport td:nth-child(4).fix {
    width: 11rem;
  }
}
.table.sport .leagues {
  width: 40px;
  height: 40px;
  background-size: 35px 35px;
  background-position: center center;
}
.table.sport .icon {
  width: 35px;
  height: 35px;
}
.table.sport .icon i {
  position: relative;
  vertical-align: middle;
  font-size: 20px;
  top: 0.65rem;
  color: #426a5f;
}
.table.sport ul.arrows li:before {
  left: 0;
}
@media only screen and (max-width: 575px) {
  .table {
    box-shadow: none;
    border: none;
  }
  .table tbody tr {
    display: block;
    max-width: 95%;
    margin: 0 auto;
    box-shadow: 0 0 2px #426a5f;
  }
  .table tbody tr:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .table tbody td:last-child {
    width: 100%;
  }
  table tbody td:not(.terms):last-child {
    border-left: none;
  }
  .table tbody td {
    border-right: none;
  }
  .table td:nth-child(2) {
    background: #426a5f;
  }
  .table td:nth-child(3) {
    border-bottom: 1px solid #dee2e6;
  }
  .table.main td:nth-child(4),
  table.main td:nth-child(5) {
    width: 49%;
  }
  .table.main.online-casinos td:nth-child(4),
  table.main.online-casinos td:nth-child(5) {
    width: 101%;
  }
  .table .company-120[class*="bg-"] {
    box-shadow: 0 0 10px #e9ebec;
  }
  .table .rec-rating {
    margin: 10px auto -10px;
  }
  .table .sports-icons {
    margin: 10px auto;
  }
  .table.sport .rec-rating {
    margin: 0 auto;
  }
  .table.sport td:nth-child(4) {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .table .sports-icons {
    max-width: 140px;
    margin: 0 auto;
  }
  .table .sports-icons li {
    width: 20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .table [class*="mobile-"] {
    display: inline-block;
    width: 25px;
    height: 20px;
  }
  .table.main tbody td:last-child {
    width: 35%;
  }
}
@media only screen and (min-width: 600px) {
  .table.main tbody td:last-child {
    width: 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .table.bonus .arrows {
    width: 75%;
  }
  .table.bonus td:last-child {
    width: 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .table .d-lg-none .rec-rating {
    -webkit-filter: drop-shadow(1px 1px 2px #ececec);
    filter: drop-shadow(1px 1px 2px #a0a0a0);
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 1199px) {
  .table .d-xl-none .rec-rating {
    -webkit-filter: drop-shadow(1px 1px 2px #ececec);
    filter: drop-shadow(1px 1px 2px #a0a0a0);
    transform: scale(0.7);
  }
  .table .go-o {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .table.sport td {
    padding: 0 0.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .table.bonus td:last-child {
    width: 15rem;
  }
  .table.sport {
    width: 90%;
  }
  .tandc-visit.sport {
    width: 95%;
  }
  .table.sport ul.arrows {
    width: 300px;
  }
}
/* ============== */
/* table accordion ================== */
/* .tableCollapsed .arrow{
    position: absolute;
    left: 50%;
    z-index: 10;
    color: #e8a938;
    padding-top: 25px;
    transition: all .2s ease;
} */
.tableCollapsed .ver-header thead {
  cursor: pointer;
  position: relative;
}
.tableCollapsed .ver-header thead:after {
  position: absolute;
  content: "\f107";
  font: 900 2.5em "Font Awesome 5 Free";
  color: #e8a938;
  left: 50%;
  bottom: -20px;
  z-index: 10;
  color: #e8a938;
  padding-top: 25px;
  transition: all 0.2s ease;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.tableCollapsed .ver-header.rotate-arrow thead:after {
  content: "\f106";
  bottom: 80%;
}
.table.ver-header {
  border-bottom: none;
}
.table.ver-header tr {
  border-width: 3px;
}
.table.ver-header tbody th {
  color: #334433;
  border-right: 1px solid #334433;
}
.table.ver-header tbody td div:nth-child(odd) {
  color: #e8a938;
}
.table.responsive td {
  white-space: nowrap;
}
.table.profile {
  width: 75%;
}
.table.profile td {
  padding: 0.25rem 0.5rem;
  text-align: left;
}
.table.profile tbody th {
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .table.ver-header td:nth-child(2) {
    background: none;
  }
  .table.responsive thead th {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .table.ver-header {
    margin: 0px auto 15px;
  }
}
/* review element ==============*/
.top-rev-v {
  box-shadow: 0 0 4px #d2d5d7;
  margin: 20px auto 10px;
  border-radius: 4px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #dee2e6;
}
.top-rev-v .slider img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
.top-rev-v .slider a {
  position: relative;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.top-rev-v .slider a:hover {
  background: transparent;
}
.top-rev-v .slider a:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 1;
  position: absolute;
  content: "\f00e";
  font: bold 2.5rem "Font Awesome 5 Free";
  color: #fff;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.top-rev-v .slider a:hover:after {
  opacity: 0;
}
.top-rev-v .slider a:hover img {
  opacity: 1;
}
.top-rev-v .cta,
.top-rev-v .features {
  background: rgba(174, 184, 134, 0.2);
  border-radius: 4px;
}
.top-rev-v .brand {
  text-align: center;
}
.top-rev-v .rating {
  margin: 5px auto;
  transform: scale(0.9);
}
.top-rev-v .cta-b {
  width: 13rem;
  margin: 0 auto;
}
.top-rev-v .cta-b a {
  background: #fb8122;
  color: #fff;
  padding: 5px 0;
  display: block;
  text-align: center;
}
.top-rev-v .cta-b span {
  position: relative;
  left: 8px;
  text-transform: uppercase;
}
.top-rev-v .cta-b:hover a {
  background: #426a5f;
  color: #fff;
}
.top-rev-v .bon-on {
  text-align: center;
  margin: 5px auto;
  font-style: italic;
  font-weight: bold;
  vertical-align: middle;
}
.top-rev-v .not-ver {
  text-align: center;
  margin: 5px auto;
}
.top-rev-v .not-ver span {
  position: relative;
  font-style: italic;
  font-weight: bold;
  vertical-align: middle;
  font-size: 18px;
  color: #2b9c78;
}
.top-rev-v .bon-on span:nth-child(2) {
  position: relative;
}
.top-rev-v .bon-on span:nth-child(2):after,
.top-rev-v .not-ver span:after {
  content: "";
  position: absolute;
  right: -16px;
  background: url("/imgs/icons/curved-arrow.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.top-rev-v .bon-on span:nth-child(2):after {
  top: 15px;
}
.top-rev-v .not-ver span:after {
  top: 10px;
}
.top-rev-v .bon-on span:nth-child(2) {
  color: #2b9c78;
  font: bold italic 26px "Nunito", sans-serif;
  vertical-align: middle;
}
.top-rev-v .features ul {
  padding: 0;
  margin: 0.5rem auto;
}
.top-rev-v .features ul li {
  font: italic 16px "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
}
.top-rev-v .regs ul {
  text-align: center;
}
.top-rev-v .regs li {
  max-width: 47%;
}
.top-rev-v .regs [class*="reg-"] {
  width: 70px;
  height: 25px;
}
.top-rev-v .reg-kdep {
  transform: scale(1.2);
  position: relative;
  left: 15px;
}
.top-rev-v .regs .title {
  color: #426a5f;
  text-align: center;
  font: bold 15px "Nunito", sans-serif;
  margin: 10px auto;
}
.top-rev-v .banking ul {
  margin: 1.5rem auto;
}
.top-rev-v .banking li:first-child {
  color: #426a5f;
  text-align: center;
  font: bold 15px "Nunito", sans-serif;
}
.top-rev-v .banking li:not(:first-child) {
  background: #ededed;
  padding: 2px;
  border-radius: 3px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.top-rev-v .banking [class*="pay-"] {
  width: 50px;
  height: 20px;
  text-indent: 0;
  vertical-align: middle;
}

.rev-rat-block {
  padding: 10px;
  background: rgba(174, 184, 134, 0.2);
  border-radius: 4px;
  box-shadow: 0 0 4px #d2d5d7;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}
.rev-rat-block .title-num {
  margin-bottom: 3px;
  border-bottom: 1px solid #d2d5d7;
}
.rev-rat-block span.name {
  text-align: left;
  font-style: italic;
  color: #426a5f;
}
.rev-rat-block span.value {
  text-align: right;
  color: #929d9e;
}
.rev-rat-block span {
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 1.2;
  height: 25px;
}
.rev-rat-block .rating {
  transform: scale(0.85);
}
@media screen and (max-width: 575px) {
  .top-rev-v .banking li:nth-child(1) {
    display: block;
    margin-bottom: 1rem;
  }
  .top-rev-v .banking li:not(:first-child) {
    width: 46%;
    text-align: center;
    margin-bottom: 0.25rem;
  }
  .rev-rat-block .col-sm-6:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .top-rev-v .cta-b {
    width: 65%;
    margin: 0 auto;
  }
  .rev-rat-block .col-sm-6:nth-child(-n + 4) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-rev-v .cta {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-rev-v .slider .col-md-4:nth-child(1) {
    padding-left: 10px;
  }
  .top-rev-v .slider .col-md-4:nth-child(2) {
    padding: 0 5px;
  }

  .top-rev-v .slider .col-md-4:nth-child(3) {
    padding-right: 10px;
  }
  .rev-rat-block .col-md-4:nth-child(-n + 3) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .top-rev-v .banking.stay-right ul {
    margin: 1.2rem auto 0.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-rev-v .banking {
    width: 1200px;
    max-width: 100%;
  }
  .top-rev-v .banking:not(.stay-right) {
    left: 50%;
    transform: translate(-40%, 15%);
  }
}
@media screen and (min-width: 1200px) {
  .rev-rat-block {
    margin-bottom: 10px;
  }
}
/*==============*/
/* brand slider / embed video + img */
#imgGallery .modal-dialog,
#embedMedia .modal-dialog {
  width: 800px;
  max-width: 90%;
}
#imgGallery .modal-content,
#embedMedia .modal-content {
  background-color: transparent;
  background-clip: unset;
  border: none;
  position: absolute;
  top: 2rem;
}
#imgGallery .modal-body,
#embedMedia .modal-body {
  padding: 0;
}
#imgGallery .modal-header .close,
#embedMedia .modal-header .close {
  margin: 1rem auto 0;
}
#imgGallery .close,
#embedMedia .close {
  float: none;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #fb8122;
  text-shadow: none;
  opacity: 1;
  outline: 0;
}
#imgGallery .carousel-indicators {
  bottom: -45px;
}
#imgGallery .carousel-indicators li {
  background-color: #fb8122;
}
#imgGallery [class*="carousel-control"] {
  bottom: -35px;
  width: 30px;
  height: 30px;
  top: auto;
}
@media (max-width: 575px) {
  #imgGallery .modal-dialog,
  #embedMedia .modal-dialog {
    left: 50%;
    transform: translateX(-54%);
  }
}
@media (max-width: 850px) {
  #imgGallery .modal-dialog,
  #embedMedia .modal-dialog {
    max-width: 80%;
  }
}
/* =============*/
/* single slider */
#simpleSlider .carousel-indicators {
  bottom: -40px;
}
#simpleSlider .carousel-indicators li {
  background-color: #e9b662;
}
/* =============*/
/* single modal */
figure.overlay {
  background: #000;
  position: relative;
}
figure.overlay:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 1;
  position: absolute;
  content: "\f144";
  font: bold 3.5rem "Font Awesome 5 Free";
  color: #fff;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
figure.overlay picture {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
figure.overlay:hover {
  cursor: pointer;
}
figure.overlay:hover picture {
  opacity: 1;
}
figure.overlay:hover:after {
  opacity: 0;
}
/* =============*/
/* team boxes */
.team-box {
  position: relative;
  transition: all 0.2s ease-out 0s;
  text-align: center;
}
.team-box .box-content {
  top: 45%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
  transition: all 0.2s ease-out 0s;
}
.team-box:after {
  content: "";
  display: block;
  background: #000;
  top: 20px;
  bottom: 20px;
  opacity: 0;
  transform: rotate3d(-1, 1, 0, 100deg);
  transition: all 0.4s ease-in-out 0s;
}
.team-box .box-content,
.team-box:after {
  position: absolute;
  left: 20px;
  right: 20px;
  border-radius: 5px;
}
.team-box .title {
  display: block;
  font-size: 16px;
  color: #fff;
  margin: 8px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.team-box .post {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: -10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  background: rgba(158, 158, 158, 0.8);
  padding: 5px;
}
.team-box .post [class*="logo-"] {
  width: 60px;
  height: 40px;
}
.team-box:hover:after {
  opacity: 0.7;
  transform: rotate3d(0, 0, 0, 0deg);
}
.team-box:hover .box-content {
  opacity: 1;
  transform: translate(0, -50%);
  transition-delay: 0.2s;
}
.team-box .go-o {
  padding: 0.5rem 2rem;
  color: #fff;
}
.team-box .go-o:hover {
  background: #f8f8f8;
  color: #426a5f;
}
@media screen and (max-width: 575px) {
  .team-box .box-content,
  .team-box:after {
    position: relative;
    left: 0;
    right: 0;
    border-radius: 5px;
    transform: translate(0, 0);
    opacity: 1;
  }
  .team-box .title {
    color: #426a5f;
  }
  .team-box:hover .box-content {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .team-box {
    max-width: 370px;
    margin: 0 auto;
  }
}
/* =============*/
/* rating stars */
.rating,
.rating > span {
  display: block;
  background: url("/imgs/icons/stars.svg") no-repeat;
}
.rating {
  margin: 0 auto;
  background-position: 0 0;
  width: 125px;
}
.rating > span {
  width: 0;
  background-position: 0 -30px;
  text-indent: -9999px;
}
.rec-rating {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
/* mobile version */
[class*="mobile-"] {
  display: block;
  text-indent: -9999px;
  text-align: left;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.mobile-yes {
  background: url("/imgs/icons/devices-yes.svg");
}
.mobile-no {
  background: url("/imgs/icons/devices-no.svg");
}

/* brands ================== */
/* SVG Brands */
.bg-betway, .bg-betway-cas, .bg-national, .bg-slotimo { background: #000; }
.bg-sportuna { background: #1b1b1b; }
.bg-bet365 { background: #027b5b; }
.bg-cashalot { background: #09321F; }
.bg-vulkan-bet { background: linear-gradient(90.05deg, #003cbe .03%, #1979ff 99.97%); }
.bg-vulkan-vegas, .bg-ice, .bg-bet-at-home, .bg-tipwin, .bg-spinrise { background: #ffffff; border: 1px solid #808080; }
.bg-1xbet { background: #195685; }
.bg-22bet { background: #052e32; }
.bg-melbet { background: #363c3f; }
.bg-unibet { background: #147b45; }
.bg-betfair { background: #ffbc00; }
.bg-bwin { background: #000; }
.bg-hotbet { background: #000; }
.bg-betathome { background: #7a7a7a; }
.bg-tipico { background: #c8102e; }
.bg-william-hill { background: #01143c; }
.bg-mr-green { background-color: #18723c; }
.bg-netbet { background-color: #333743; }
.bg-leovegas { background: #f28427; }
.bg-rabona { background: #cc0034; }
.bg-ivibet { background: #edeff2; }
.bg-drip { background-color: #222525; }
.bg-nomini { background: #3fcee8; }
.bg-hellspin { background: #181e29; }
.bg-scream { background: #22242c; }
.bg-librabet { background: #000; }
.bg-bet3000 { background-color: #00265a; }
.bg-1bet { background-color: #21272a; }
.bg-sportingbet { background-color: #21a9ef; }
.bg-interwetten { background-color: #ffd200; }
.bg-karamba { background-color: #d4d4d4; }
.bg-sport888 { background-color: #000; }
.bg-zodiacbet { background-color: #f5f5f7; }
.bg-betsson { background-color: #ff6600; }
.bg-bitdreams { background-color: #311779; }
.bg-18bet { background: #202121; }
.bg-pinnacle { background: #081f38; }
.bg-cosmic-slot { background: #000010; }
.bg-casinia { background: #132e27; }
.bg-betibet { background: #212121; }
.bg-boomerang-bet { background-color: #092865; }
.bg-zotabet { background: #13153f; }
.bg-kas { background: #151722; }
.bg-wazamba { background: radial-gradient(circle at 0 0, #9547e9, #721dac); }
.bg-avalon78 { background: #000000; }
.bg-bizzo { background: #2b1234; }
.bg-ohmyzino { background: #26469d; }
.bg-pirateplay { background: #13151d; }
.bg-20bet { background: #081d36; }
.bg-casinofriday { background: #71c1fd; }
.bg-neon54 { background-image: linear-gradient(180deg, #9eebe0 0, rgba(255, 250, 239, 0) 100%), linear-gradient(90deg, #f1fffe 0, #f6fff0 35.94%, #eefffe 71.88%, #fff9ee 100%); }
.bg-tonybet { background: #32353a; }
.bg-slots-palace { background: #4f338b; }
.bg-gioo { background: #020304; }
.bg-goodman { background: #00162f; }
.bg-gslot { background: #161d26; }
.bg-nine { background: #060e2b; }
.bg-rolling-slots { background: #222532; }
.bg-casino-buck { background: #252525; }
.bg-casombie { background: #2d1e6f; }
.bg-legendplay { background: #133c47; }
.bg-royalistplay { background: #2a3644; }
.bg-palmslots { background: #181c1f; }
.bg-sol { background: #312d2b; }
.bg-myempire { background: #3f2419; }
.bg-playio {background: linear-gradient(0deg,#144e4e,#061819);}
.bg-crownplay{background: #16100d;}
.bg-skycrown{background: #141416;}
.bg-playfina{background: #18152c;}
.bg-dreambet{background: #040c21;}
.bg-bahigo{background: #2e303b;}
.bg-wettigo{background: #3394d2;}
.bg-monro {background-color: #06112e;}
.bg-casinoinfinity {background-color: #57153a;}
.bg-robycasino {background-color: #310d65;}
.bg-greatspin {background-color: #13192a;}
.bg-slotuna {background-color: #032b3d;}
.bg-slots-hammer {background: linear-gradient(230.28deg, #02024c 20.46%, #3e003e 75.25%);}
.bg-cobra {background-color: #d9353d;}
.bg-novajackpot {background-color: #160932;}
.bg-spinight {background-color: #0c0d24;}
.bg-divaspin {background-color: #242346;}
.bg-dolfwin {background-color: #1d4893;}
.bg-wishwin {background-color: #000a38;}
.bg-wildsino {background-color: #191b20;}
.bg-spinfest {background: linear-gradient( 270deg, #024cab 0%, #082e70 100% );}
.bg-vegazone {background-color: #9C2602;}
.bg-mrpunter {background-color: #1a1a1a;}
.bg-lanista {background-color: #684d3a;}
.bg-astromania {background-color: #1b2024;}

[class*="logo-"] {
  display: block;
  text-indent: -9999px;
  text-align: left;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
}

.logo-spinrise { background-image: var(--logo-spinrise); }
.logo-mrpunter { background-image: var(--logo-mrpunter); }
.logo-wishwin { background-image: var(--logo-wishwin); }
.logo-dolfwin {background: var(--logo-dolfwin);}
.logo-greatspin {background: var(--logo-greatspin);}
.logo-robycasino {background: var(--logo-roby);}
.logo-crownplay {background: var(--logo-crownplay);}
.logo-astromania {background: url("/imgs/brands/astromania.png");}
.logo-lanista {background: url("/imgs/brands/lanista.png");}
.logo-vegazone {background: url("/imgs/brands/vegazone.svg");}
.logo-wildsino {background: url("/imgs/brands/wildsino.svg");}
.logo-spinfest {background: url("/imgs/brands/spinfest.png");}
.logo-bet365 { background: url("/imgs/brands/bet365.svg"); }
.logo-1xbet { background: url("/imgs/brands/1xbet.svg"); }
.logo-cashalot { background: url("/imgs/brands/cashalot.svg"); }
.logo-vulkan-bet { background: url("/imgs/brands/vulkan-bet.svg"); }
.logo-vulkan-vegas { background: url("/imgs/brands/vulkan-vegas.svg"); }
.logo-ice { background: url("/imgs/brands/ice-casino.svg"); }
.logo-hotbet { background: url("/imgs/brands/hotbet.svg"); }
.logo-casombie { background: url("/imgs/brands/casombie.png"); background-size: 100% !important; }
.logo-22bet { background: url("/imgs/brands/22bet.svg"); }
.logo-melbet { background: url("/imgs/brands/melbet.svg"); }
.logo-betway { background: url("/imgs/brands/betway.svg"); }
.logo-betway-cas { background: url("/imgs/brands/betway-casino.svg"); }
.logo-unibet { background: url("/imgs/brands/unibet.svg"); }
.logo-betfair { background: url("/imgs/brands/betfair.svg"); }
.logo-admiral { background: url("/imgs/brands/admiral.svg"); }
.logo-bwin { background: url("/imgs/brands/bwin.svg"); }
.logo-bet-at-home { background: url("/imgs/brands/bet-at-home.svg"); }
.logo-tipico { background: url("/imgs/brands/tipico.svg"); }
.logo-william-hill { background: url("/imgs/brands/william-hill.svg"); }
.logo-mr-green { background: url("/imgs/brands/mr-green.svg"); }
.logo-netbet { background: url("/imgs/brands/netbet.svg"); }
.logo-tipwin { background: url("/imgs/brands/tipwin.svg"); }
.logo-leovegas { background: url("/imgs/brands/leovegas.svg"); }
.logo-rabona { background: url("/imgs/brands/rabona.svg"); }
.logo-ivibet { background: url("/imgs/brands/ivibet.svg"); }
.logo-ivibet-cas { background: url("/imgs/brands/ivibet-casino.svg"); }
.logo-drip { background: url("/imgs/brands/drip.svg"); }
.logo-nomini { background: url("/imgs/brands/nomini.svg"); }
.logo-hellspin { background: url("/imgs/brands/hellspin.svg"); }
.logo-scream { background: url("/imgs/brands/scream-casino.svg"); }
.logo-librabet { background: url("/imgs/brands/librabet.svg"); }
.logo-bet3000 { background: url("/imgs/brands/bet3000.svg"); }
.logo-1bet { background: url("/imgs/brands/1bet.svg"); }
.logo-sportingbet { background: url("/imgs/brands/sportingbet.svg"); }
.logo-interwetten { background: url("/imgs/brands/interwetten.svg"); }
.logo-karamba { background: url("/imgs/brands/karamba.svg"); }
.logo-sport888 { background: url("/imgs/brands/888sport.svg"); }
.logo-18bet { background: url("/imgs/brands/18bet.svg"); }
.logo-zodiacbet { background: url("/imgs/brands/zodiacbet.svg"); }
.logo-betsson { background: url("/imgs/brands/betsson.svg"); }
.logo-bitdreams { background: url("/imgs/brands/bitdreams.svg"); }
.logo-pinnacle { background: url("/imgs/brands/pinnacle.svg"); }
.logo-slotimo { background: url("/imgs/brands/slotimo.svg"); }
.logo-sportuna { background: url("/imgs/brands/sportuna.svg"); }
.logo-national { background: url("/imgs/brands/national.svg"); }
.logo-cosmic-slot { background: url("/imgs/brands/cosmic-slot.svg"); }
.logo-casinofriday { background: url("/imgs/brands/casino-friday.svg"); }
.logo-bizzo { background: url("/imgs/brands/bizzo.svg"); }
.logo-avalon78 { background: url("/imgs/brands/avalon78.svg"); }
.logo-20bet { background: url("/imgs/brands/20bet.svg"); }
.logo-casinia { background: url("/imgs/brands/casinia.svg"); }
.logo-betibet { background: url("/imgs/brands/betibet.svg"); }
.logo-boomerang-bet { background: url("/imgs/brands/boomerang-bet.svg"); }
.logo-zotabet { background: url("/imgs/brands/zotabet.svg"); }
.logo-kas { background: url("/imgs/brands/kas.svg"); }
.logo-wazamba { background: url("/imgs/brands/wazamba.svg"); }
.logo-ohmyzino { background: url("/imgs/brands/ohmyzino.svg"); }
.logo-pirateplay { background: url("/imgs/brands/pirateplay.svg"); }
.logo-tonybet { background: url("/imgs/brands/tonybet.svg"); }
.logo-neon54 { background: url("/imgs/brands/neon54.svg"); }
.logo-rolling-slots { background-image: url("/imgs/brands/rolling-slots.svg"); }
.logo-nine { background-image: url("/imgs/brands/nine-casino.svg"); }
.logo-gioo { background: url("/imgs/brands/gioo.svg"); }
.logo-gslot { background: url("/imgs/brands/gslot.svg"); }
.logo-casino-buck { background: url("/imgs/brands/casino-buck.svg"); }
.logo-goodman { background: url("/imgs/brands/goodman.svg"); }
.logo-legendplay { background: url("/imgs/brands/legendplay.svg"); }
.logo-royalistplay { background: url("/imgs/brands/royalistplay.svg"); }
.logo-slots-palace { background: url("/imgs/brands/slots-palace.svg"); background-size: 100% !important; }
.logo-palmslots { background: url("/imgs/brands/palmslots.svg"); }
.logo-sol { background: url("/imgs/brands/sol.svg"); }
.logo-myempire { background: url("/imgs/brands/my-empire.svg"); }
.logo-playio {background: url("/imgs/brands/playio.png");}
.logo-skycrown {background: url("/imgs/brands/skycrown.svg");}
.logo-playfina {background: url("/imgs/brands/playfina.svg");}
.logo-dreambet {background: url("/imgs/brands/dreambet.svg");}
.logo-bahigo {background: url("/imgs/brands/bahigo.svg");}
.logo-wettigo {background: url("/imgs/brands/wettigo.svg");}
.logo-monro {background: url("/imgs/brands/monro-casino.svg");}
.logo-casinoinfinity {background: url("/imgs/brands/casinoinfinity.svg");}
.logo-slots-hammer {background: url("/imgs/brands/slots-hammer.svg");}
.logo-cobra {background: url("/imgs/brands/cobra-casino.svg");}
.logo-slotuna {background: url("/imgs/brands/slotuna.png");}
.logo-novajackpot {background: url("/imgs/brands/novajackpot.svg");}
.logo-spinight {background: url("/imgs/brands/spinight.svg");}
.logo-divaspin {background: url("/imgs/brands/divaspin.png");}

[class*="company-"][class*="bg-"] {
  margin: 0 auto;
  padding: 5px;
  border-radius: 4px;
}
.company-100[class*="bg-"] {
  width: 100px;
  height: 40px;
}
.company-120[class*="bg-"] {
  width: 120px;
  height: 50px;
}
.company-140[class*="bg-"] {
  width: 140px;
  height: 70px;
}

/* ================== */
/* sports leagues ================== */
.leagues.logo-atp {
  background: url("/imgs/championships/atp.svg");
}
.leagues.logo-champions-league {
  background: url("/imgs/championships/champions-league.svg");
}
.leagues.logo-premier-league {
  background: url("/imgs/championships/premier-league.svg");
}
.leagues.logo-la-liga {
  background: url("/imgs/championships/la-liga.svg");
}
.leagues.logo-ligue-1 {
  background: url("/imgs/championships/ligue-1.svg");
}
.leagues.logo-serie-a {
  background: url("/imgs/championships/serie-a.svg");
}
.leagues.logo-copa-del-rey {
  background: url("/imgs/championships/copa-del-rey.svg");
}
.leagues.logo-euro-2020 {
  background: url("/imgs/championships/euro2020.svg");
}
.leagues.logo-bundesliga {
  background: url("/imgs/championships/bundesliga.svg");
}
.leagues.logo-fa-cup {
  background: url("/imgs/championships/fa-cup.svg");
}
.leagues.logo-motogp {
  background: url("/imgs/championships/motogp.svg");
}
.leagues.logo-formula1 {
  background: url("/imgs/championships/formula1.svg");
}
.leagues.logo-nba {
  background: url("/imgs/championships/nba.svg");
}
.leagues.logo-wta {
  background: url("/imgs/championships/wta.svg");
}
.leagues.logo-usopen {
  background: url("/imgs/championships/usopen.svg");
}
.leagues.logo-cs-go {
  background: url("/imgs/championships/cs-go.svg");
}
.leagues.logo-fifa {
  background: url("/imgs/championships/fifa.svg");
}

.leagues {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-indent: -9999px;
}
.leagues[class*="logo-"] {
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/*================== */
/* Payment icons ================== */
[class*="pay-"] {
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
}

.pay-apple-pay {
  background: url("/imgs/payments/apple-pay.svg");
}
.pay-bank-transfer {
  background: url("/imgs/payments/bank-transfer.svg");
}
.pay-bitcoin {
  background: url("/imgs/payments/bitcoin.svg");
}
.pay-credit-card {
  background: url("/imgs/payments/credit-card.svg");
}
.pay-google-pay {
  background: url("/imgs/payments/google-pay.svg");
}
.pay-mastercard {
  background: url("/imgs/payments/mastercard.svg");
}
.pay-neteller {
  background: url("/imgs/payments/neteller.svg");
}
.pay-paypal {
  background: url("/imgs/payments/paypal.svg");
}
.pay-paysafecard {
  background: url("/imgs/payments/paysafecard.svg");
}
.pay-revolut {
  background: url("/imgs/payments/revolut.svg");
}
.pay-skrill {
  background: url("/imgs/payments/skrill.svg");
}
.pay-sporopay {
  background: url("/imgs/payments/sporopay.svg");
}
.pay-visa {
  background: url("/imgs/payments/visa.svg");
}
.pay-ethereum {
  background: url("/imgs/payments/ethereum.svg");
}

/*================== */
/* Regulators icons ================== */
[class*="reg-"] {
  display: inline-block;
  text-align: left;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
}

.reg-curacao {
  background: url("/imgs/regulation/curacao.svg");
}
.reg-egba {
  background: url("/imgs/regulation/egba.svg");
}
.reg-essa {
  background: url("/imgs/regulation/essa.svg");
}
.reg-kdep {
  background: url("/imgs/regulation/kulturdepartementet.svg");
}
.reg-mga {
  background: url("/imgs/regulation/mga.svg");
}
.reg-mga-small {
  background: url("/imgs/regulation/mga-small.svg");
}
.reg-ibas {
  background: url("/imgs/regulation/ibas.svg");
}
.reg-wla {
  background: url("/imgs/regulation/wla.svg");
}
.reg-landesregierung {
  background: url("/imgs/regulation/landesregierung.png");
}
.reg-age {
  background: url("/imgs/regulation/age.svg");
  transform: scale(1.2);
}
.reg-gamblingcommission {
  background: url("/imgs/regulation/gamblingcommission.svg");
}

/*================== */
/* sports sprites ================== */
.sports {
  background: url("/imgs/icons/sports.svg") no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 5px;
}
.sports.baseball {
  background-position: 0 0;
}
.sports.basketball {
  background-position: 0 -50px;
}
.sports.boxing {
  background-position: 0 -100px;
}
.sports.esports {
  background-position: 0 -150px;
}
.sports.fussball {
  background-position: 0 -200px;
}
.sports.golf {
  background-position: 0 -250px;
}
.sports.eishockey {
  background-position: 0 -300px;
}
.sports.racing {
  background-position: 0 -350px;
}
.sports.rugby {
  background-position: 0 -400px;
}
.sports.snooker {
  background-position: 0 -450px;
}
.sports.tennis {
  background-position: 0 -500px;
}
.sports.volleyball {
  background-position: 0 -550px;
}

/* apps sprites ================== */
.apps {
  background: url("/imgs/icons/apps.png") no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 5px;
}
.apps.android {
  background-position: -8px -10px;
}
.apps.ios {
  background-position: -130px -8px;
}
.apps.chrome {
  background-position: -66px -10px;
}

/*================== */
/* sports leagues ================== */
.leagues {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-indent: -9999px;
}
.leagues.atp {
  background: url("/imgs/championships/atp.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.champions-league {
  background: url("/imgs/championships/champions-league.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.premier-league {
  background: url("/imgs/championships/premier-league.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.la-liga {
  background: url("/imgs/championships/la-liga.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.ligue-1 {
  background: url("/imgs/championships/ligue-1.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.serie-a {
  background: url("/imgs/championships/serie-a.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.copa-del-rey {
  background: url("/imgs/championships/copa-del-rey.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.fortuna-liga {
  background: url("/imgs/championships/fortuna-liga.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.euro-2020 {
  background: url("/imgs/championships/euro2020.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.bundesliga {
  background: url("/imgs/championships/bundesliga.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.fa-cup {
  background: url("/imgs/championships/fa-cup.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.motogp {
  background: url("/imgs/championships/motogp.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.formula1 {
  background: url("/imgs/championships/formula1.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.nba {
  background: url("/imgs/championships/nba.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.wta {
  background: url("/imgs/championships/wta.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.usopen {
  background: url("/imgs/championships/usopen.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.euroleague-basket {
  background: url("/imgs/championships/euroleague-basket.svg") no-repeat;
  background-size: 50px 50px;
}
.leagues.bbl {
  background: url("/imgs/championships/bbl.png") no-repeat;
  background-size: 35px 20px !important;
}
.leagues.lega-basket {
  background: url("/imgs/championships/lega-basket.png") no-repeat;
}
.leagues.liga-endesa {
  background: url("/imgs/championships/liga-endesa.png") no-repeat;
}
.leagues.sbl {
  background: url("/imgs/championships/sbl.png") no-repeat;
}
.leagues.roland-garros {
  background: url("/imgs/championships/roland-garros.svg") no-repeat;
}
.leagues.wimbledon {
  background: url("/imgs/championships/wimbledon.svg") no-repeat;
}
/*================== */
/* buttons / links ================== */
a {
  color: #2b9c78;
  font-weight: bold;
}
a.go-i.light-color:hover {
  color: #fff !important;
}
a.go-i.light-color:hover:after {
  background-color: #fff !important;
}
.btn:focus,
.btn.focus {
  box-shadow: none;
}
.cta-b a,
a.go-o,
span.go-o {
  border-radius: 4px;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.6);
  font-weight: bold;
  text-decoration: none;
}
.go-o {
  background: #fb8122;
  color: #fff;
}
.go-o:hover {
  color: #fff;
  background: #e9b662;
}
.go-i,
#page-article p > a,
#site-about > li a {
  position: relative;
  transition: all 200ms linear;
}
.solo.cta-btn {
  width: fit-content;
  display: table;
}
.cta-btn {
  margin: 15px auto;
  text-align: center;
}
.cta-btn a {
  background: #e9b662;
  padding: 5px 10px;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
}
.cta-btn span {
  position: relative;
}
.cta-b span:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  top: -5px;
  left: -18px;
}
.go-i:after,
#page-article p > a:after,
#site-about > li:not(.lang) a:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  height: 2px;
  content: "";
  background-color: #2b9c78;
  opacity: 0;
  transition: all 200ms linear;
  transform: translateX(-50%);
  width: 100%;
}
.go-i:hover,
#page-article p > a:hover,
#site-about > li a:hover {
  color: #2b9c78;
  text-decoration: none;
}
.go-i:hover:after,
#page-article p > a:hover:after,
#site-about > li a:hover:after {
  opacity: 1;
}
span.go-i {
  color: #2b9c78;
}
span.go-i:after {
  background-color: transparent;
}
.back-top {
  opacity: 0;
  padding: 0 15px;
  border-radius: 3px;
  background: #e9b662;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.back-top.fixed {
  opacity: 1;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  position: fixed;
}
.back-top:hover {
  cursor: pointer;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  opacity: 1;
  background: #fb8122;
}
.back-top::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  width: 16px;
  height: 16px;
  background: url("/imgs/icons/arrow.svg") no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg)
    brightness(104%) contrast(102%);
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg)
    brightness(104%) contrast(102%);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  opacity: 0;
}
.back-top.fixed::before {
  opacity: 1;
}
.shine-btn {
  position: relative;
  overflow: hidden;
}
.shine-btn:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -o-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: shine 1.5s infinite;
  animation: shine 1.5s infinite;
}
/*================== */
/* steps/ol list element ================== */
.steps.bg-dark {
  color: #fff;
  padding: 1rem 3rem;
}
.steps dt,
.steps dd {
  padding: 0 1rem;
}
.steps dd p {
  padding: 0;
}
.steps.bg-dark .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
@media only screen and (max-width: 575px) {
  .steps {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 576px) {
  .steps {
    margin-left: -20px;
    margin-right: -20px;
  }
}
ul.steps li {
  width: 100%;
}
ol.styled {
  list-style: none;
  counter-reset: item;
  padding: 0;
}
ol.styled li {
  counter-increment: item;
  margin-bottom: 5px;
}
ol.styled li:before {
  border-radius: 100%;
  margin-right: 5px;
  content: counter(item);
  background: #fb8122;
  color: #426a5f;
  width: 25px;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  display: inline-block;
}
/*================== */
/* unordered lists ================== */
ul {
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

ul.general li,
ul.arrows li {
  position: relative;
  padding-left: 5px;
}
ul.general li:before,
ul.arrows li:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  top: 3px;
}
ul.general li:before {
  top: 3px;
  left: -25px;
  width: 25px;
  height: 25px;
  background: url("/imgs/icons/sp-bullet.svg") no-repeat;
}
ul.arrows.dark li:before {
  filter: invert(21%) sepia(8%) saturate(699%) hue-rotate(169deg)
    brightness(95%) contrast(93%);
}
ul.arrows.light li:before {
  filter: invert(61%) sepia(3%) saturate(931%) hue-rotate(136deg)
    brightness(103%) contrast(79%);
}
ul.arrows.accent li:before {
  filter: invert(84%) sepia(17%) saturate(1588%) hue-rotate(335deg)
    brightness(99%) contrast(84%);
}
ul.arrows li:before {
  width: 10px;
  height: 10px;
  top: 8px;
  left: -10px;
  background: url(../../imgs/icons/arrow.svg) no-repeat;
}

ul.general li {
  padding-bottom: 5px;
  color: #373a36;
}
ul.double {
  columns: 2;
  -webkit-columns: 2;
  width: 100%;
}
ul.double li:nth-child(odd) {
  margin-right: 1rem;
}
.ul-checks li,
.ul-minuses li {
  position: relative;
}
.ul-checks li:before,
.ul-minuses li:before {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-right: 6px;
  font: 900 15px "Font Awesome 5 Free";
}
.ul-checks li:before {
  content: "\f00c";
  color: #93bb80;
}
.ul-minuses li:before {
  content: "\f00d";
  color: #e9b662;
}
@media only screen and (max-width: 767px) {
  ul.double {
    columns: 1;
    -webkit-columns: 1;
  }
  ul.double li:nth-child(odd) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .inline-md li {
    display: inline-block;
    margin-right: 1.5rem;
  }
}
/*================== */
/* sitemap ================== */
.sitemap .general {
  display: table;
  margin: 0 auto;
}
/*================== */
/* list group ================== */
.payments {
  margin-top: 20px;
  margin-bottom: 20px;
}
.payments .list-group-item {
  overflow: hidden;
  border-radius: 0;
  padding: 0.75rem 1.25rem;
  border-right: 2px solid #426a5f;
}
.payments .list-group-item span {
  text-align: center;
}
.payments .list-group-item:last-child {
  border: none;
}
.payments .list-group-item > div:nth-child(1) {
  font: 900 16px "Nunito", sans-serif;
  text-align: center;
}
.payments .list-group-item [class*="pay-"] {
  display: inline-block;
  height: 35px;
}
.payments .list-group-item:not(:last-child) [class*="pay-"] {
  width: 49%;
}
@media only screen and (max-width: 991px) {
  .payments .list-group-item {
    border-bottom: 2px solid #426a5f;
    border-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .payments .list-group-item {
    padding: 0.75rem 2.25rem;
  }
}
/*================== */
/* long boxes ================== */
.long-boxes .col-12 {
  margin-bottom: 1rem;
}
.long-boxes .cta-b {
  opacity: 0;
}
.long-boxes .card-content.bg-patt .card-desc {
  border: 1px dashed #2a640d;
}
.long-boxes:not(.brands-list) .card-content.dark p {
  font-size: 90%;
}
.long-boxes.brands-list .card-content p.terms {
  line-height: 18px;
  margin-bottom: 0;
  position: relative;
  bottom: 10px;
}
.long-boxes.brands-list .card-content p.terms small {
  font-size: 75%;
}
.long-boxes.brands-list .company > div {
  width: 100%;
  padding: 1.5rem 0;
}
.card-content {
  border: 4px;
  margin: 10px auto;
  height: 100%;
  width: 100%;
}
.card-content.light-bg .cta {
  border-top: 2px solid #373a36;
}
.card-content.dark-bg .cta {
  border-top: 2px solid #fff;
}
.card-content.dark-bg {
  color: #fff;
}
.card-content .cta-btn {
  padding: 4px 8px;
  display: block;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  font: bold 16px "Nunito", sans-serif;
  margin-top: 10px;
}
.card-content .cta-btn a {
  background: none;
}
.brands-list .card-content .cta-btn a span {
  text-transform: uppercase;
}
.brands-list .company {
  padding: 1.5rem 0;
  text-indent: -9999px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.brands-list .company:before {
  background-repeat: no-repeat;
  width: 100%;
  height: 75px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  content: "";
  background-size: contain;
  right: 0;
}
.brands-list .company:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 110px;
  z-index: 2;
  right: 65%;
  top: -12px;
  transform: translateX(-50%) rotate(15deg);
  display: block;
  box-shadow: 5px 0px 5px 3px rgba(0, 0, 0, 0.4);
}
.brands-list .dark-bg .card-desc p a,
.brands-list .dark-bg .card-desc p a:hover {
  color: #e9b662 !important;
}
.brands-list .card-content.dark-bg .bon-on span {
  color: #e9b662;
}
.brands-list .dark-bg .card-desc p a:after {
  background-color: #e9b662 !important;
}
.brands-list .light-bg .company:after {
  background: #e8e8e1;
}
.brands-list .dark-bg .company:after {
  background: #4d7066;
}
.brands-list .company.sp-bet365 {
  background: linear-gradient(
      to right,
      rgba(87, 129, 118, 0.3),
      rgba(87, 129, 118, 0.9)
    ),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-bet365:before {
  background-image: url("/imgs/brands/bet365.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-betway {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-betway:before {
  background-image: url("/imgs/brands/betway.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-1xbet {
  background: linear-gradient(
      to right,
      rgba(5, 47, 51, 0.3),
      rgba(5, 47, 51, 0.9)
    ),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-1xbet:before {
  background-image: url("/imgs/brands/1xbet.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-22bet {
  background: linear-gradient(
      to right,
      rgba(5, 47, 51, 0.3),
      rgba(5, 47, 51, 0.9)
    ),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-22bet:before {
  background-image: url("/imgs/brands/22bet.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-unibet {
  background: linear-gradient(
      to right,
      rgba(5, 47, 51, 0.3),
      rgba(5, 47, 51, 0.9)
    ),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-unibet:before {
  background-image: url("/imgs/brands/unibet.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-admiral {
  background: linear-gradient(
      to right,
      rgba(5, 47, 51, 0.3),
      rgba(255, 255, 255, 0.9)
    ),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-admiral:before {
  background-image: url("/imgs/brands/admiral.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-betfair {
  background: linear-gradient(
      to right,
      rgba(255, 188, 0, 0.3),
      rgba(255, 188, 0, 0.9)
    ),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-betfair:before {
  background-image: url("/imgs/brands/betfair.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-bwin {
  background: linear-gradient(
      to right,
      rgba(87, 129, 118, 0.3),
      rgba(87, 129, 118, 0.9)
    ),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-bwin:before {
  background-image: url("/imgs/brands/bwin.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-betathome {
  background: linear-gradient(
      to right,
      rgba(5, 47, 51, 0.3),
      rgba(255, 255, 255, 0.9)
    ),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-betathome:before {
  background-image: url("/imgs/brands/bet-at-home.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-librabet {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-librabet:before {
  background-image: url("/imgs/brands/librabet.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.brands-list .company.sp-rabona {
  background: linear-gradient(
      to right,
      rgba(5, 47, 51, 0.3),
      rgba(255, 255, 255, 0.9)
    ),
    url("/imgs/sp-patt.jpg") repeat-x;
}
.brands-list .company.sp-rabona:before {
  background-image: url("/imgs/brands/rabona.svg");
  background-position: 95% 0;
  background-size: 185px 40px;
}

.card-content .cta-btn:hover {
  background: #fff;
  cursor: pointer;
}
.card-content .cta-btn a {
  color: #fff;
  text-decoration: none;
}
.card-content .cta-btn.bg-bet365:hover {
  border: 1px solid #027b5b;
}
.card-content .cta-btn.bg-bet365:hover a {
  color: #027b5b;
}
.card-content .cta-btn.bg-betway:hover {
  border: 1px solid #000;
}
.card-content .cta-btn.bg-betway:hover a {
  color: #000;
}
.card-content .cta-btn.bg-22bet:hover {
  border: 1px solid #052e32;
}
.card-content .cta-btn.bg-22bet:hover a {
  color: #052e32;
}
.card-content .cta-btn.bg-betfair:hover {
  border: 1px solid #ffbc00;
}
.card-content .cta-btn.bg-betfair:hover a {
  color: #ffbc00;
}
.card-content .cta-btn.bg-unibet:hover {
  border: 1px solid #052f33;
}
.card-content .cta-btn.bg-unibet:hover a {
  color: #052f33;
}
.card-content .cta-btn.bg-betathome:hover {
  border: 1px solid #052f33;
}
.card-content .cta-btn.bg-betathome:hover a {
  color: #052f33;
}
.card-content .cta-btn.bg-bwin:hover {
  border: 1px solid #052f33;
}
.card-content .cta-btn.bg-bwin:hover a {
  color: #052f33;
}
.card-content .cta-btn.bg-rabona:hover {
  border: 1px solid #052f33;
}
.card-content .cta-btn.bg-rabona:hover a {
  color: #052f33;
}
.card-content .cta-btn.bg-librabet:hover {
  border: 1px solid #052f33;
}
.card-content .cta-btn.bg-librabet:hover a {
  color: #052f33;
}

.card-content .cta::before,
.card-content .cta::after {
  border-top: 2px solid #fff;
}
.card-content.dark .cta {
  border-top: 2px solid #fff;
}
.card-content.light .cta {
  border-top: 2px solid #333;
}
.card-content .txt-right {
  margin-top: 14px;
  text-align: center;
}
.card-content .txt-right .bon-on {
  font: bold italic 20px "Nunito", sans-serif;
  vertical-align: -webkit-baseline-middle;
}
.card-content.light .txt-right .bon-on {
  color: #426a5f;
}
.card-content.dark .txt-right .bon-on {
  color: #ededed;
}
.card-content .txt-right .bon-on span {
  font-size: 16px;
  font-style: italic;
  position: relative;
  bottom: 2px;
  color: #2b9c78;
}

.long-boxes .card-desc {
  padding: 1.25rem 1.25rem 0;
  overflow: hidden;
}
.card-content h3 {
  padding: 1.25rem 0 0 1.25rem;
}
.card-desc p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.dark .card-desc p {
  color: #acacac;
}
.light .card-desc p {
  color: #747373;
}
@media only screen and (max-width: 575px) {
  .brands-list .card-content .txt-right {
    text-align: center;
    margin-top: 0;
  }
  .brands-list .company:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .card-content .txt-right {
    text-align: right;
  }
}
/*================== */
/* bonus bar  ================== */
.floating-offer {
  position: relative;
  display: none;
}
.floating-offer .close-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 18px;
  color: #e9b662;
  position: relative;
  top: 3px;
  right: -30px;
}
.offer-container {
  display: none;
  background: #426a5f;
  bottom: 0;
  max-width: 100%;
  width: 1200px;
  z-index: 10;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -moz-transform: translate(-50%);
  border-top: 4px solid #e9b662;
}
.offer-container .links {
  margin: 10px 0;
}
.offer-container [class*="bg-"] {
  margin: 6px 10px 0 25px;
  padding: 10px;
  width: 100px;
  height: 40px;
  border-radius: 3px;
}
.offer-container [class*="logo-"] {
  background-size: 80px 25px;
  top: -2px;
  position: relative;
}
.offer-container .logo-betclic {
  top: -5px;
}
.offer-container .logo-22bet {
  transform: scale(1.3);
}
.offer-container .go-o .bon-on {
  font: bold 1.25rem "Nunito", sans-serif;
  color: #426a5f;
}
.offer-container .go-o:hover .bon-on {
  color: #fb8122;
}
.offer-container .go-o:focus,
.offer-container .go-o.focus {
  outline: 0;
}
.offer-container .brand-offer .company-120 {
  display: inline-block;
  margin-top: 3px;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.offer-container .links .txt {
  font: bold italic 1rem "Nunito", sans-serif;
  color: #f8f8f8;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
}
.offer-container .links .txt .bon-on {
  font-size: 1.25rem;
}
.offer-container .links .txt span:nth-child(1) {
  position: relative;
  top: -2px;
}
.offer-container .links .txt i {
  font-style: italic;
}
.offer-container .links .txt .bon-on {
  color: #e9b662;
}
.offer-container .links {
  text-align: center;
}
.offer-container .links .go-o {
  font-size: 18px;
  position: relative;
  padding: 6px 10px 6px 40px;
  color: #fff;
  background: #e9b662;
}
.offer-container .go-o span.fa-angle-double-right {
  font: bold 16px "Nunito", sans-serif;
}
.offer-container .go-o span.fa-angle-double-right:before {
  font-family: "Font Awesome 5 Free";
}
.offer-container .links .go-o:hover {
  color: #e9b662;
  background: #f8f8f8;
  box-shadow: 0px 2px 3px 0 #929d9e;
}
.offer-container .links .go-o i {
  position: absolute;
  left: 0;
  border-right: 2px solid #426a5f;
  height: 100%;
  padding: 7px 7px 0;
  border-radius: 4px 0 0 4px;
  transition: all 0.2s ease-in-out;
  background: #f8f8f8;
  color: #426a5f;
}
.offer-container .links .go-o:hover i {
  background: #e9b662;
  color: #f8f8f8;
}
.offer-container .go-i {
  font: bold 16px "Nunito", sans-serif;
  color: #f8f8f8;
  padding-top: 13px;
}
.offer-container .go-i i {
  top: 1px;
  position: relative;
  font-size: 15px;
}
.offer-container .go-i:hover {
  color: #fb8122;
}
.zoom-btn-box {
  position: fixed;
  display: none;
  margin: 0 auto;
  padding: 15px;
  right: -5px;
  bottom: 50px;
}
.zoom-btn {
  position: relative;
  display: block;
  background: #fb8122;
  padding: 0;
  line-height: 42px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  box-shadow: -1px 1px 2px 0 #426a5f;
  -webkit-box-shadow: -1px 1px 2px 0 #426a5f;
  -o-box-shadow: -1px 1px 2px 0 #426a5f;
}
.zoomies {
  color: #fff;
  background: #426a5f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}
.zoomies:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.zoomies:focus {
  outline: 0;
}
@media only screen and (max-width: 399px) {
  .offer-container [class^="col-"] {
    padding: 0;
  }
  .offer-container [class*="bg-"] {
    margin: 6px 10px 0 10px;
  }
  .offer-container .links .go-o i {
    padding: 9px 7px 0;
  }
  .floating-offer .close-btn {
    right: 5px;
  }
  .offer-container .links {
    text-align: right;
  }
}
@media screen and (max-width: 599px) {
  .offer-container .txt,
  .offer-container .go-o span:last-child {
    display: none;
  }
  .offer-container .links .go-o {
    display: inline-block;
    padding: 0 10px 0 40px;
    text-align: center;
    width: 145px;
    margin-right: 20px;
  }
  .offer-container [class*="bg-"] {
    margin: 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  .floating-offer .close-btn {
    right: 15px;
    top: 0;
  }
  .offer-container .links .txt {
    font-size: 1rem;
  }
  .offer-container .links .txt .bon-on {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .offer-container .brand-offer .txt {
    width: 100%;
    padding-top: 5px;
  }
  .zoom-btn-box {
    padding: 15px 0;
    right: 10px;
  }
}

@media screen and (min-width: 600px) {
  .offer-container .go-o .bon-on {
    display: none;
  }
  .offer-container .links .txt {
    display: inline-block;
  }
  .offer-container .links .go-o {
    width: 190px;
  }
  .offer-container [class*="bg-"] {
    margin: 6px 10px 0 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .floating-offer .close-btn {
    right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .offer-container .brand-offer {
    text-align: right;
  }
}
/*================== */
/*icons stacked ================== */
.icon-holder {
  display: block;
  width: 80px;
  height: 80px;
  padding: 12px;
  border: solid 5px #e9b662;
  color: #426a5f;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-holder i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-holder.small {
  width: 35px;
  height: 35px;
  padding: 4px 6px;
  transform: rotate(45deg) translate(-5px, -10px);
  -webkit-transform: rotate(45deg) translate(-5px, -10px);
  -moz-transform: rotate(45deg) translate(-5px, -10px);
}
.icon-holder.small i {
  font-size: 1.25em;
}
/*================== */
/*sports list ================== */
.sports-list li {
  width: 100%;
  background-color: #426a5f;
  color: #f7f7f7;
  padding: 0;
}
.sports-list li span {
  float: right;
  text-transform: uppercase;
  font: bold 15px "Nunito", sans-serif;
  vertical-align: middle;
  padding: 20px 15px;
  background: linear-gradient(to right, transparent, #000);
}

.sports-list a {
  color: #f7f7f7;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sports-list a span {
  background: linear-gradient(to right, transparent, #000);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sports-list a:hover [class$="-bg"] {
  opacity: 0.5;
}
.sports-list [class$="-bg"] {
  background-position: -35px -30px;
  width: 100%;
  height: 100%;
  background-size: 120px 120px;
}
.sports-list .esports-bg {
  background-position: -50px -45px;
}
.sports-list .racing-bg {
  background-size: 120px 150px;
}
.sports-list .darts-bg {
  background-position: -35px -15px;
}
@media only screen and (max-width: 767px) {
  .sports-list [class$="-bg"] {
    background-position: -45px -30px;
  }
  .sports-list li span {
    display: block;
    float: none;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .sports-list li {
    width: 20%;
  }
}
/*================== */
/*details info card ================== */
.details-info {
  padding: 0;
  border: none;
}
.details-info .card-img-top {
  position: relative;
  margin: 0;
}
.details-info .card-img-top.short {
  clip-path: inset(0 0 25px);
  margin-bottom: -25px;
}
.details-info .card-img-top.short .card-img-overlay {
  bottom: 23px;
}
.details-info .tandc-visit {
  text-align: center;
  margin-bottom: 10px;
}
.details-info .card-img-overlay {
  top: auto;
  padding: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: fit-content;
  text-align: center;
}
.details-info .list-group {
  padding: 0 0.5rem;
}
.details-info .list-group-item {
  background-color: transparent;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.details-info .list-group-item {
  color: #e9b662;
}
.details-info .list-group-item span {
  color: #fff;
}
.details-info .cta-btn:hover a {
  background: #efefef;
  color: #426a5f;
}
.details-info .card-footer {
  padding: 0 1.25rem;
}
@media only screen and (min-width: 451px) and (max-width: 575px) {
  .details-info {
    width: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .details-info {
    margin-bottom: 1.5rem;
  }
}

/*================== */
/*box list ================== */
.box-list .card {
  background-color: transparent;
}
.box-list .card-title {
  font: bold 16px "Nunito", sans-serif;
  text-align: center;
  border-bottom: 2px solid #426a5f;
}
.dark-bg.box-list .card-title {
  border-bottom: 2px solid #e0e2d8;
}
/*================== */
/*box list big ================== */
.box-list-big .card-title {
  font: bold 18px "Nunito", sans-serif;
  text-align: center;
}
.box-list-big .light-bg .card-title {
  border-bottom: 1px solid #426a5f;
}
.box-list-big .dark-bg .card-title {
  border-bottom: 1px solid #fff;
}
/*================== */
/*more reviews element ================== */
.more-reviews a {
  position: relative;
}
.more-reviews a:after {
  content: "Anmeldelse";
  position: absolute;
  right: -7px;
  bottom: -7px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  box-shadow: rgba(0, 0, 0, 0.6) -2px -1px 3px 0px;
  padding: 4px 6px;
  background: #e9b662;
  border-radius: 3px;
  transition: all 0.3s ease-in-out 0s;
}
.more-reviews .card {
  background-color: #426a5f;
}
.more-reviews .card:hover .company-140 {
  opacity: 0.7;
}
.more-reviews .card:hover a:after {
  color: #426a5f;
  background: #fff;
}
.more-reviews .company-140 {
  transition: all 0.3s ease-in-out;
}
/*================== */
/*lang menu ================== */
#site-about > li.lang .dropdown-menu a {
  left: 0;
}
#site-about > li.lang .dropdown-menu a:hover:after {
  background-color: transparent;
}
.lang {
  cursor: pointer;
}
#site-about .lang .dropdown-menu {
  background: #426a5f;
  box-shadow: 0 0 5px #fff;
  padding: 10px !important;
  width: auto;
  white-space: nowrap;
  max-width: unset;
}
#site-about .lang .dropdown-menu.lg {
  height: 20em !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#site-about .lang.dropup .dropdown-toggle::after {
  top: 2px;
  left: -10px;
  position: relative;
  color: #426a5f;
}
.lang .dropdown-menu a span {
  color: #fff;
  text-transform: capitalize;
}
.lang .dropdown-menu a:hover span {
  color: #e9b662;
}
.lang .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
}
.flags {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.sk {
  background: url("/imgs/flags/slovakia.svg") no-repeat;
}
.en {
  background: url("/imgs/flags/united-kingdom.svg") no-repeat;
}
.hr-hr {
  background: url("/imgs/flags/croatia.svg") no-repeat;
}
.cs {
  background: url("/imgs/flags/czech.svg") no-repeat;
}
.fr {
  background: url("/imgs/flags/france.svg") no-repeat;
}
.hu {
  background: url("/imgs/flags/hungary.svg") no-repeat;
}
.it {
  background: url("/imgs/flags/italy.svg") no-repeat;
}
.pl {
  background: url("/imgs/flags/poland.svg") no-repeat;
}
.sr {
  background: url("/imgs/flags/serbia.svg") no-repeat;
}
.sl {
  background: url("/imgs/flags/slovenia.svg") no-repeat;
}
.es {
  background: url("/imgs/flags/spain.svg") no-repeat;
}
.de {
  background: url("/imgs/flags/germany.svg") no-repeat;
}
.es-mx {
  background: url("/imgs/flags/mexico.svg") no-repeat;
}
.bg {
  background: url("/imgs/flags/bulgaria.svg") no-repeat;
}
.no {
  background: url("/imgs/flags/norway.svg") no-repeat;
}
.ru-ua {
  background: url("/imgs/flags/ukraine.svg") no-repeat;
}
.es-co {
  background: url("/imgs/flags/colombia.svg") no-repeat;
}
.en-in {
  background: url("/imgs/flags/india.svg") no-repeat;
}
.ro {
  background: url("/imgs/flags/romania.svg") no-repeat;
}
.pt-br {
  background: url("/imgs/flags/brazil.svg") no-repeat;
}
.fi {
  background: url("/imgs/flags/finland.svg") no-repeat;
}
.de-at {
  background: url("/imgs/flags/austria.svg") no-repeat;
}
.lt {
  background: url(/imgs/flags/lithuania.svg) no-repeat;
}
.bs-ba {
  background: url(/imgs/flags/bosnia.svg) no-repeat;
}
.lv {
  background: url(/imgs/flags/latvia.svg) no-repeat;
}
.et {
  background: url(/imgs/flags/estonia.svg) no-repeat;
}
.th {
  background: url("/imgs/flags/thailand.svg") no-repeat;
}
.sq-al {
  background: url("/imgs/flags/albania.svg") no-repeat;
}
.fr-tn {
  background: url("/imgs/flags/tunisia-flag.svg") no-repeat;
}
.id {
  background: url("/imgs/flags/indonesia.svg") no-repeat;
}
.sv {
  background: url("/imgs/flags/sweden.svg") no-repeat;
}
.en-ie {
  background: url("/imgs/flags/ireland.svg") no-repeat;
}
.ru-kz {
  background: url("/imgs/flags/kazakhstan.svg") no-repeat;
}
.az {
  background: url("/imgs/flags/azerbaijan.svg") no-repeat;
}
.vi-vn {
  background: url("/imgs/flags/vietnam.svg");
}
.de-ch {background: url("/imgs/flags/switzerland.svg");}
@media (max-width: 767px) {
  #site-about .lang .dropdown-toggle[aria-expanded="true"]::after {
    opacity: 1;
    transform: rotate(0deg);
  }
}
/*================== */
/*top3 element ================== */
.top3 .card-content {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.top3 .card-img {
  padding: 15px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 2px solid #fff;
}
.top3 [class^="company-"] {
  position: relative;
  top: 10px;
}
.top3 .go-o {
  color: #fff;
}
.top3 .go-o:hover {
  background: #efefef;
  color: #426a5f;
}
.top3 .terms {
  font-size: 10px;
}
.boxbg-1 {
  background: url("/imgs/card-football-bg.jpg") no-repeat;
  position: relative;
}
.boxbg-2 {
  background: url("/imgs/card-tennis-bg.jpg") no-repeat;
  position: relative;
}
.boxbg-3 {
  background: url("/imgs/card-basketball-bg.jpg") no-repeat;
  position: relative;
}
.boxbg-1:after,
.boxbg-2:after,
.boxbg-3:after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 50%;
  width: 33px;
  height: 33px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.boxbg-1:after {
  background: url("/imgs/icons/first.svg") no-repeat;
}
.boxbg-2:after {
  background: url("/imgs/icons/second.svg") no-repeat;
}
.boxbg-3:after {
  background: url("/imgs/icons/third.svg") no-repeat;
}
@media only screen and (max-width: 767px) {
  .top3 {
    width: 380px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top3 {
    width: 726px;
  }
  .top3 .card-img {
    padding: 12px 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom: none;
    border-right: 2px solid #fff;
  }
  .top3 [class^="company-"] {
    top: 15px;
  }
  .boxbg-1:after,
  .boxbg-2:after,
  .boxbg-3:after {
    bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .top3 .terms {
    position: relative;
    top: -3px;
  }
}
@media only screen and (min-width: 768px) {
  .top3 .go-o {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .top3 .order-lg-2 {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
@media only screen and (min-width: 1200px) {
  .top3 {
    width: 85%;
  }
}
/*================== */
/*faq ================== */
#faq {
  margin: 20px auto;
}
#faq h2 {
  margin: 0;
  font-size: 1rem;
}
#faq .card {
  border: none;
}
#faq .card-header {
  background-color: transparent;
  border: none;
}
#faq .btn-link {
  text-decoration: none;
  display: block;
  position: relative;
  background: transparent;
  color: #426a5f;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 15px 50px;
  border-bottom: 1px solid #fb8122;
  border-radius: 0 15px 0 15px;
  transition: all 0.1s linear 0s;
  width: 100%;
  text-align: left;
}
#faq .btn-link:focus {
  outline: 0;
}
#faq .btn-link:hover {
  color: #2b9c78;
}
#faq .btn-link.collapsed {
  color: #7f8688;
  border-bottom: 1px solid #929d9e;
  margin: 0;
}
#faq .btn-link i {
  color: #2b9c78;
  position: absolute;
  top: 18px;
  left: 25px;
  font-size: 20px;
}
#faq .btn-link.collapsed i {
  color: #2b9c78;
}
#faq .btn-link:before,
#faq .btn-link.collapsed:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 36px;
  border: 7px solid transparent;
  border-top: 7px solid #fb8122;
}
#faq .btn-link.collapsed:before {
  content: "";
  border: 0px none;
}
#faq .btn-link.collapsed:hover {
  color: #2b9c78;
}
#faq .btn-link:after,
#faq .btn-link.collapsed:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  color: #2b9c78;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 14px;
  right: 25px;
}
#faq .btn-link.collapsed:after {
  content: "\f107";
  color: #929d9e;
}
#faq .card-body {
  padding: 0 1.5rem;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
}
#faq .card-body p {
  border-top: 0 none;
  color: #7f8688;
}
#faq .card-body li {
  color: #7f8688;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
@media only screen and (max-width: 575px) {
  h2::first-letter {
    font-size: 20px;
  }
  #faq .btn-link {
    padding: 15px 25px 15px 0;
  }
  #faq .btn-link:after,
  #faq .btn-link.collapsed:after {
    right: 5px;
  }
}
/* end faq accordion */
/*================== */
/* contact form ================== */
#contact {
  display: block;
  margin: 40px auto;
  padding: 10px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#contact form {
  overflow: hidden;
}
#contact h1 {
  margin: 10px 0 10px;
  font-size: 24px;
  color: #333333;
}
#contact hr {
  color: inherit;
  height: 0;
  margin: 6px 0 6px 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-style: none none solid;
}
#contact label {
  float: left;
  height: 26px;
  line-height: 35px;
  width: 30%;
}
#contact input,
textarea,
select {
  padding: 5px;
  color: #666;
  background: #f5f5f5;
  border: 1px solid #ccc;
  margin: 5px 0;
}
#contact input:focus,
textarea:focus,
select:focus {
  border: 1px solid #999;
  background-color: #fff;
  color: #333;
}
#contact input.submit {
  cursor: pointer;
  background: #e9b662;
  border: none;
  color: #fff;
  text-align: center;
  float: right;
  margin-right: 13px;
  outline: 0;
  border-radius: 4px;
  font-weight: bold;
  padding: 0.5rem;
}
#contact input.submit:hover {
  background: #426a5f;
}
#contact input[type="submit"][disabled] {
  background: #fb8122;
}
#contact fieldset {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#contact legend {
  padding: 7px 10px;
  font-weight: bold;
  font-size: 14px;
  color: #426a5f;
  margin-bottom: 20px;
}
#contact span.required {
  font-size: 13px;
  color: #2b9c78;
}
#message {
  margin: 10px 0;
  padding: 0;
}
#verify {
  width: 50px !important;
}
.error_message {
  display: block;
  line-height: 22px;
  background: #fbe3e4 url("/imgs/contact-assets/error.gif") no-repeat 5px center;
  padding: 5px 5px 5px 30px;
  color: #8a1f11;
  border: 1px solid #fbc2c4;
  border-radius: 4px;
}
.success_message {
  background: linear-gradient(rgb(143 183 123 / 0.5), rgb(143 183 123 / 0.5)),
    url("/imgs/contact-assets/success.gif") 5px no-repeat;
  padding: 5px 5px 5px 30px;
  color: #5d8349;
  font-weight: 700;
  border-radius: 4px;
}
.loader {
  padding: 0 10px;
}
#contact #success_page h1 {
  background: url("../../imgs/contact-assets/success.gif") left no-repeat;
  padding-left: 22px;
}
.form-group {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #contact {
    width: 100%;
  }
  #contact label,
  #contact input,
  #contact legend,
  #contact textarea,
  #contact select {
    width: 100%;
    display: block !important;
  }
  #contact input.submit {
    margin: 10px auto;
    text-align: center;
    min-width: 150px;
    width: auto;
    float: none;
  }
  .captcha-wrapper {
    width: 304px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  #contact label {
    width: 15%;
  }
  #contact input,
  textarea,
  select {
    width: 82%;
  }
  .captcha-wrapper {
    width: 304px;
    float: right;
    margin-right: 13px;
  }
  #contact input.submit {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contact {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  #contact {
    width: 60%;
  }
}
/*================== */
/* glossary ================== */
#glossary {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
#alphabet #glossaryNavList {
  max-width: 100%;
}
#alphabet .nav-item {
  text-align: center;
  margin-right: 1rem;
}
#alphabet .nav-item:after {
  background-color: transparent;
}
#glossaryNavList .nav-pills .nav-item {
  width: 38px;
}
#glossaryNavList .nav-pills .nav-link.active,
.nav-pills .show > .nav-link.disabled {
  background-color: #c2c2c2;
}
#alphabet.fixed {
  z-index: 200;
  background: #426a5f;
}
#glossaryNavList .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #fb8122;
  display: block;
}
#alphabet .nav-link {
  font-size: 1rem;
}
#alphabet:not(.fixed) .nav-link {
  color: #373a36 !important;
}
#alphabet.fixed .nav-link.disabled {
  color: #989898 !important;
}
#alphabet.fixed .nav-link {
  padding: 0 0.3em !important;
  color: #fff !important;
  z-index: 200;
}
#alphabet.fixed .nav-link:hover {
  background: #fb8122;
  color: #373a36 !important;
}
#glossaryNavList ul.nav-pills a.disabled {
  cursor: default;
}
#glossarySearch.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fb8122;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 215, 39, 0.5);
}
#glossary .list li:nth-child(even) {
  background: #fff;
  padding: 15px 5px;
}
#glossary .list li:nth-child(odd) {
  background: #edeeee;
  padding: 15px 5px;
}
#glossary .list li {
  font-weight: normal;
}
#glossary .list li .term {
  display: block;
  font-weight: bold;
}
#glossary .list li .term {
  display: block;
  font-weight: bold;
}
#glossary .list li .term a:hover,
#glossary .list li .meaning a:hover {
  color: #2b9c78;
}
#glossary .list li .meaning {
  display: block;
}
#glossary .list .list-heading {
  background: #fff !important;
  border-bottom: 1px solid #edeeee;
  display: block;
  font-weight: bold;
  margin: 5px 0;
  padding: 5px;
}
#glossary .list .list-heading {
  display: block;
  font-size: 0.875em;
}
#glossary .list .list-heading:first-child span {
  display: none;
}
#glossary .list .list-heading .anchor {
  display: block;
  position: relative;
  visibility: hidden;
}
@media (max-width: 1199px) {
  #glossaryNavList .nav-link:before {
    content: "";
  }
}
@media (max-width: 767px) {
  #glossaryNavList .nav-link:before {
    content: "";
  }
}
/* footer ================== */
#page-footer .container {
  padding: 0;
}
#page-footer p {
  text-align: left;
}
#page-footer .disclaimer {
  padding: 10px;
  background: #333;
  color: #9dbbb2;
  font-size: 14px;
}
#page-footer .go-info.white {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#page-footer .disclaimer img {
  display: block;
  margin: 0px auto;
}
#page-footer .disclaimer .dmca-badge img {
  vertical-align: middle;
}
#page-footer .go-info {
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
#site-about > li {
  display: inline-block;
}
#site-about > li a {
  left: -5px;
}
#site-about > li.active a {
  color: #426a5f;
  border-bottom: 2px solid #426a5f;
}
#site-about > li.active a:hover:after {
  opacity: 0;
}
#site-about > li:not(:last-child) {
  margin-right: 10px;
}
#site-about > li:not(:last-child)::after {
  content: "|";
  margin-left: 5px;
  color: #333;
}
#page-footer .copyright {
  color: #5f5f5f;
  text-align: center;
  font-size: 0.85rem;
}
#page-footer .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
#page-footer .f-icons {
  text-align: center;
}
#page-footer .f-icons a {
  display: block;
}

.icon-twitter {
  background: url("/imgs/icons/twitter.svg");
}
.icon-pinterest {
  background: url("/imgs/icons/pinterest.svg");
}
.icon-youtube {
  background: url("/imgs/icons/youtube.svg");
}
.icon-age {
  background: url("/imgs/icons/age.svg");
}
.icon-gt {
  background: url("/imgs/icons/gt.svg");
}
.icon-truste {
  background: url("/imgs/icons/truste.svg");
}
.icon-mix {
  background: url("/imgs/icons/mix.svg");
}
.icon-dribbble {
  background: url("/imgs/icons/dribbble.svg");
}
.icon-hjelpelinjen {
  background: url("/imgs/icons/hjelpelinjen.svg");
}
.f-icons [class*="icon-"] {
  display: block;
  text-indent: -9999px;
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.f-icons [class*="icon-"] {
  width: 30px;
  height: 30px;
}

.f-icons [class*="icon-"]:hover {
  filter: opacity(0.7) sepia(0.4) drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));
  -webkit-filter: opacity(0.7) sepia(0.4)
    drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 359px) {
  #page-footer .icons {
    width: 90%;
    text-align: center;
    margin: 0 auto 1rem;
  }
  #page-footer li:not(.dropdown-menu li):nth-child(5),
  #page-footer li:last-child {
    margin-top: 18px;
  }
}
@media screen and (max-width: 575px) {
  #site-about .lang {
    display: block;
  }
  #site-about {
    padding: 0;
  }
  #site-about li {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #page-footer .disclaimer {
    font-size: 12px;
  }
  #page-footer .gt,
  #page-footer .truste {
    padding: 0.688rem 1.1rem;
    position: relative;
    top: -3px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #site-about > li:not(:last-child)::after {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1199px) {
  #page-footer .container {
    max-width: 100%;
    padding: 0;
  }
  #page-footer .copyright,
  #page-footer #site-about {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #page-footer .copyright {
    text-align: left;
  }
  #site-about {
    float: right;
  }
}
/* ================== */
/* new top3 brands popups */
.modal.show.top-brands .modal-dialog {
  max-width: 700px;
}
.top-brands .modal-header {
  position: relative;
  border: none;
}
.top-brands .modal-content {
  background-color: transparent;
  border: none;
}
.top-brands .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fb8122;
  text-shadow: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.top-brands .modal-header .close:focus,
.top-brands .modal-header .close:hover {
  outline: 0;
}
.top-brands .rec-rating.top-rev-v {
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  margin: 0;
  left: -6px;
  position: absolute;
}
.top-brands .row.brand,
.top-brands .row.brands-heading {
  border-radius: 10px;
  padding: 15px 0 10px;
  border: 1px solid #7d9097;
}
.top-brands .row.brand {
  background: #fff;
}
.top-brands .row.brand:not(:last-child) {
  margin-bottom: 7px;
}
.top-brands .rank {
  position: absolute;
  z-index: 20;
  top: -24px;
  left: -14px;
  background: #fff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  padding: 5px 8px;
  font: italic 1rem "Nunito", sans-serif;
  color: #426a5f;
}
.top-brands .rank.first {
  background: #fb8122;
  color: #fff;
}
.top-brands .row.brand .action {
  padding: 15px;
}
.top-brands .row.brand .action .shine-btn {
  text-align: center;
}
.top-brands .row.brand .action .go-o {
  padding: 0.25rem 1.5rem;
  display: table;
  margin: 0 auto;
  background: #fb8122;
  color: #fff;
}
.top-brands .row.brand .action .go-o:hover {
  background: #e9b662;
  color: #fff;
}
.top-brands .border-r {
  border-right: 1px solid #7d9097;
  height: 65px;
}
.top-brands .row.brands-heading,
.top-brands .modal-footer {
  background: url("/imgs/popups/popup-football-bg.jpg") -140px 64% no-repeat;
}
.top-brands.casino .row.brands-heading,
.top-brands.casino .modal-footer {
  background: url("/imgs/popups/popup-football-bg.jpg") -140px 64% no-repeat;
  background-size: cover;
}
.top-brands .row.brands-heading {
  overflow: hidden;
  padding: 8px 0 12px;
  margin: -5px 3px -5px;
  position: relative;
  z-index: -1;
}
.top-brands .row.brands-heading:after,
.top-brands .modal-footer:after {
  background: linear-gradient(to right, transparent, #426a5f 75%);
}
.top-brands .row.brands-heading:after,
.top-brands .modal-footer:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  margin: 0 3px -10px;
  z-index: 1;
}
.top-brands .modal-footer {
  background-position: 0 100%;
  background-size: cover;
  overflow: hidden;
  margin: 0 18px;
  z-index: -1;
  border: none;
  border-radius: 10px;
  position: relative;
  top: -48px;
}
.top-brands .modal-footer .row {
  top: 12px;
  position: relative;
  z-index: 2;
}
.top-brands .modal-footer .terms {
  text-align: right;
  margin: 0.75rem 0 0.5rem;
  font: italic 0.75rem "Montserrat", sans-serif;
  color: #fff;
}
.top-brands .row.brands-heading .title {
  color: #fff;
  font: normal 1.25rem "Nunito", sans-serif;
  line-height: 1.2;
  text-align: right;
  z-index: 2;
}
.top-brands .row.brand:nth-child(2) {
  border: 2px solid #fb8122;
}
.top-brands .company-100[class*="bg-"] {
  border-radius: 0;
  height: 60px;
  box-shadow: 0 0 1px 1px #7d9097;
}
.top-brands .brand p {
  font: italic 1rem "Nunito", sans-serif;
  color: #b2bbbf;
  padding: 0;
}
.top-brands .brand p.bold {
  font-weight: bold;
  margin: 0;
  margin: 0 0 -5px;
}
.top-brands .brand .bon-on {
  font-size: 1.2rem;
  line-height: 1;
  color: #2b9c78;
  font-weight: bold;
  margin-top: 12px;
}
.modal.fade.top-brands.casino-popup .brand .bon-on {
  font-size: 1.55rem;
}
.top-brands.casino .brand .bon-on {
  font-size: 2.5rem;
}
.top-brands .brand .text-center p {
  padding: 0.75rem 0 0.25rem;
}
.top-brands .brand .text-center p,
.top-brands .brand .text-center div {
  text-align: center;
  margin: 0;
}
.top-brands .brand .text-center .itlc {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #426a5f;
}
.top-brands .brand .terms {
  text-align: left;
  margin: 0.5rem 0 -0.5rem;
  font: italic 0.55rem "Montserrat", sans-serif;
  color: #7d9097;
}
.top-brands .brand .terms.sp {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .modal.show.top-brands .modal-dialog {
    max-width: 360px;
    margin: 0 auto;
  }
  .top-brands .row.brands-heading .title {
    font: normal 1.05rem "Nunito", sans-serif;
  }
  .top-brands .row.brands-heading:after,
  .top-brands .modal-footer:after {
    background: linear-gradient(to right, transparent, #426a5f 45%);
  }
}
@media screen and (max-width: 767px) {
  .modal.in.top-brands .modal-dialog {
    margin: 1rem auto 0;
  }
  .top-brands .modal-header .close {
    width: 20px;
    height: 20px;
    font-size: 25px;
    right: 50px;
  }
  .top-brands .row.brands-heading {
    background-position: -55px 64%;
    background-size: cover;
  }
  .top-brands .row.brands-heading .title {
    text-align: center;
  }
  .top-brands .company-100[class*="bg-"] {
    height: 55px;
  }
  .top-brands .brand .bon-on {
    font-size: 2.2rem;
    margin-top: -0.75rem;
  }
  .top-brands .row.brand .action .go-o {
    padding: 0.25rem 1.5rem;
  }
  .top-brands .row.brand .action {
    padding: 0 15px;
  }
  .top-brands .brand .border-r {
    border: none;
  }
  .top-brands .brand [class*="col-"] > * {
    text-align: center;
  }
  .top-brands .rec-rating.top-rev-v {
    margin: 0 auto;
    left: unset;
  }
  .top-brands .row.brand .border-b {
    border-bottom: 1px solid #7d9097;
    margin: 5px 40px;
  }
  .top-brands .row.brand .border-r {
    height: unset;
  }
  .top-brands .brand .border-r:nth-child(4) {
    border: none;
  }
  .top-brands .row.brand {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .top-brands .row.brand {
    padding: 15px 0 10px;
  }
}

.sucess_message {
  font-size: 18px;
  color: #719c5c;
  font-weight: 700;
}
p.terms {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
span.terms {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

table.bonus span.terms {
  display: none;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 1rem;
  font-size: 12px;
  margin-bottom: 0rem;
  list-style: none;
  background-color: #e1e1e1;
  border-radius: 0rem;
}
@media only screen and (max-width: 1199px) {
  .container.brcrmb {
    max-width: 100%;
  }
}

/*POP-BUTTON*/

.best-toggle .close-best {
  background: url("/imgs/close.svg") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  display: none;
  z-index: 10000;
}
.best-toggle .close-best {
  top: 10px;
}
@media screen and (min-width: 768px) {
  .best-toggle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar .best-toggle {
    padding: 0;
    border: none;
    outline: 0;
    margin-top: 0;
    margin-bottom: 0;
    top: 3px;
  }
  .navbar .best-toggle {
    position: absolute;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
  }
  .navbar .best-toggle {
    right: 96px;
    top: -56px;
  }
  .navbar .best-icon {
    background: url("/imgs/icons/giftbox.svg") no-repeat center center;
    width: 31px;
    height: 47px;
    animation: buzz 4s 1.3s linear infinite;
    -webkit-animation: buzz 4s 1.3s linear infinite;
    display: inline-block;
  }
  [class^="star"] {
    width: 35px;
    height: 38px;
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
  }
  [class^="star"].star-1 {
    background: url("/imgs/icons/sparkle_1.png");
    -webkit-animation: star-shine 4s infinite linear;
    animation: star-shine 4s infinite linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .best-toggle i {
    z-index: 10000;
  }
}
@media (max-width: 575px) {
  .navbar .best-toggle {
    top: -58px;
    right: 98px;
  }
}
@-webkit-keyframes buzz {
  3% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  6% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  9% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  12% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes buzz {
  3% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  6% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  9% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  12% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes star-shine {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}
@keyframes star-shine {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}

/*-------------------*/

/*HOME BUTTON TO TABLE*/
.tab-cta {
  border-radius: 5px;
  padding-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.tab-cta .heading {
  text-align: center;
  color: #ffa820;
  top: unset;
}
.tab-cta a {
  display: block;
  width: 100%;
}
.tab-cta a:hover {
  text-decoration: unset;
}
.tab-cta .arrow {
  color: #ffa820;
  text-align: center;
  position: absolute;
  bottom: -28px;
  margin: auto;
  left: 0;
  right: 0;
}

/*-------------------*/

/*SHOW HODE TEXT*/
div.toggle > #show,
div.toggle #hide {
  line-height: 30px;
}
.toggle > p:nth-of-type(1) {
  margin: 20px 0 0;
}
#panel {
  display: none;
}
#show,
#hide {
  cursor: pointer;
  color: #ffa820;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: transparent;
  border: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #panel {
    display: block !important;
  }
  #show,
  #hide {
    display: none;
  }
}
/*-------------------*/

.errpage {
  width: 160px;
}

/*NOT VERIFIED NOTE*/

p.note {
  text-align: center;
  border: 2px solid #49aeba;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  background: #426a5f;
  background: linear-gradient(
      144deg,
      rgba(53, 53, 53, 0.08) 0%,
      rgba(53, 53, 53, 0.08) 81%,
      rgba(141, 141, 141, 0.08) 81%,
      rgba(141, 141, 141, 0.08) 100%
    ),
    linear-gradient(
      199deg,
      rgba(47, 47, 47, 0.06) 0%,
      rgba(47, 47, 47, 0.06) 30%,
      rgba(230, 230, 230, 0.06) 30%,
      rgba(230, 230, 230, 0.06) 100%
    ),
    linear-gradient(
      278deg,
      rgba(108, 108, 108, 0.01) 0%,
      rgba(108, 108, 108, 0.01) 81%,
      rgba(196, 196, 196, 0.01) 81%,
      rgba(196, 196, 196, 0.01) 100%
    ),
    linear-gradient(
      97deg,
      rgba(207, 207, 207, 0.09) 0%,
      rgba(207, 207, 207, 0.09) 60%,
      rgba(137, 137, 137, 0.09) 60%,
      rgba(137, 137, 137, 0.09) 100%
    ),
    linear-gradient(
      300deg,
      rgba(186, 186, 186, 0.05) 0%,
      rgba(186, 186, 186, 0.05) 25%,
      rgba(248, 248, 248, 0.05) 25%,
      rgba(248, 248, 248, 0.05) 100%
    ),
    linear-gradient(
      276deg,
      rgba(200, 200, 200, 0.02) 0%,
      rgba(200, 200, 200, 0.02) 1%,
      rgba(135, 135, 135, 0.02) 1%,
      rgba(135, 135, 135, 0.02) 100%
    ),
    linear-gradient(
      101deg,
      rgba(8, 8, 8, 0.03) 0%,
      rgba(8, 8, 8, 0.03) 54%,
      rgba(181, 181, 181, 0.03) 54%,
      rgba(181, 181, 181, 0.03) 100%
    ),
    linear-gradient(
      18deg,
      rgba(99, 99, 99, 0.08) 0%,
      rgba(99, 99, 99, 0.08) 76%,
      rgba(214, 214, 214, 0.08) 76%,
      rgba(214, 214, 214, 0.08) 100%
    ),
    linear-gradient(
      285deg,
      rgba(34, 34, 34, 0.05) 0%,
      rgba(34, 34, 34, 0.05) 82%,
      rgba(251, 251, 251, 0.05) 82%,
      rgba(251, 251, 251, 0.05) 100%
    ),
    linear-gradient(90deg, #518875, #426a5f);
  color: #fff;
  font-weight: bold;
}

p.note > a {
  color: #ffa820;
  font-size: 18px;
}
p.note a:hover {
  color: #ffa820 !important;
}

p.note > span:nth-of-type(1) {
  font-weight: normal;
  font-style: italic;
}

p.note > a.link > span::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  top: -4px;
  left: -18px;
}

p.note > a.link > span::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  top: -4px;
  right: -18px;
  transform: rotate(180deg);
}

@media screen and (max-width: 575px) {
  .table.fix td:nth-child(2) {
    background: unset;
  }
  .table.fix tbody tr {
    display: table-row;
  }
}

#sport888 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#sport888 td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#sport888 tr:nth-child(even) {
  background-color: #f2f2f2;
}

#sport888 tr:hover {
  background-color: #ddd;
}

#sport888 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #04aa6d;
  color: white;
}

/*--------------------------------------------------------------
# GOLINK REDRIECT PAGE
--------------------------------------------------------------*/

body.page-template-go-link-page {
  height: 100vh;
  background: linear-gradient(
      to bottom,
      rgba(52, 132, 13, 0.5),
      rgba(52, 132, 13, 0.5)
    ),
    url(/imgs/lines-bg.png) repeat;
}

body.page-template-go-link-page #page {
  width: auto;
  background: none;
}

.redirect-box {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 10px 0px #b3b3b3;
  border-radius: 5px;
  background: #ffffff;
}

.redirect-box .box-site-logo {
  position: relative;
  height: 70px;
  background: #e1e1e1;
  border-radius: 5px 5px 0 0;
}

.redirect-box .box-site-logo .flag-shadow {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 3px 2px #454545);
}

.redirect-box .box-site-logo .site-logo {
  background: #ffffff;
  width: 300px;
  height: 95px;
  padding-top: 5px;
  border-radius: 5px 5px 5px 5px;
}

.redirect-box .box-site-logo .site-logo > span {
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  background-image: url(/imgs/logo-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 250px;
  height: 68px;
}

.redirect-box .txt-box {
  padding: 25px 10px 20px;
  background: #ffffff;
}

.redirect-box .txt-box .txt {
  font-size: 30px;
  text-align: center;
}

.redirect-box .txt-box .txt > span {
  display: block;
  font-weight: bold;
  color: #d23b42;
}

.redirect-box .brand-box {
  height: 100%;
  padding: 10px 10px;
  border-top: 1px solid #c3c3c3;
  border-radius: 0 0 5px 5px;
}

.redirect-box [class^="logo-"] {
  width: 150px;
  height: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 425px) {
  .redirect-box .txt-box .txt {
    font-size: 25px;
  }
}

.online-casinos-bonus {
  font-size: 18px;
  font-weight: 900;
  color: #f97505;
}
.bonus-details {
  font-size: 18px;
}

.bonus-plus {
  font-size: 18px;
}

.online-casinos-operators {
  font-style: italic;
}

.table.table-striped.responsive.profile.ver-header.classth
  .d-table-row.changeth
  th {
  border-right: 1px solid #a7a7a7;
}

.table.table-striped.responsive.profile.ver-header.classth
  .d-table-row.changeth
  th:nth-child(3) {
  border-right: 0;
}

@media screen and (min-width: 576px) {
  .table.table-striped.main.online-casinos .fixed-width {
    width: 260px;
  }
}

.table.table-striped.main.online-casinos .go-o {
  margin: 0 auto 0px;
}
