/* Reset focus outline */

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700);
:focus:focus {
  outline: transparent;
}
@font-face {
  font-family: 'icomoon-animacore';
  src: url('fonts/animacore.eot?dalrox');
  src: url('fonts/animacore.eot?dalrox#iefix') format('embedded-opentype'),
  url('fonts/animacore.ttf?dalrox') format('truetype'),
  url('fonts/animacore.svg?dalrox#animacore') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="a-icon-"], [class*=" a-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-animacore', serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  background-color: #1f252b;
  color: #ffffff;
  padding-bottom: 0 !important;
  font-family: "Noto Sans", Tahoma, sans-serif;
}

.container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

h1 {
  margin-top: 60px;
  margin-bottom: 35px;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 25px;
    margin-bottom: 13px;
  }
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
table {
  color: #ffffff;
}

.btn {
  text-transform: uppercase;
  padding: 4px 19px;
  background-color: #cb0000;
  color: #ffffff;
  border-radius: 3px;
  border: none #cb0000;
}

.btn-success {
  background-color: #cb0000;
  border-color: #cb0000;
}

.btn:hover,
.btn:focus {
  background-color: #f1010a;
  border-color: #f1010a;
  color: #ffffff;
}

a {
  color: #c9c9c9;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .col-ms-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-fluid .container {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .container-fluid .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .only-on-sm {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .mobile .only-on-sm {
    display: initial;
  }
}

.warning-strip {
  background-color: #e75e40;
  color: #ffffff;
  padding: 9px 15px;
  font-size: 16px;
}

.navbar-inverse {
  border-color: #232328;
}

.maintenance-page {
  text-align: center;
}

.maintenance-page p {
  font-size: 18px;
}

#main-modal-dialog {
  position: fixed;
  background: transparent;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  min-width: 100%;
  box-shadow: none;
  z-index: 1000;
}

@media (max-width: 480px) {
  .main-modal-dialog .modal-dialog {
    margin: 0 auto;
  }
}

@media (min-width: 480px) {
  .main-modal-dialog .modal-dialog {
    width: 400px;
    margin: 0 auto;
  }
}

.main-modal-dialog .modal-content {
  color: #333333;
  background: #ffffff;
  font-size: 15px;
  border-top: 0;
  border-radius: 0;
}

.main-modal-dialog .btn-ok {
  background-color: #bf0000;
  border-color: #bf0000;
  color: #ffffff;
}

.main-modal-dialog .btn-ok:hover {
  background-color: #da0e1c;
  border-color: #da0e1c;
  color: #ffffff;
}

.main-modal-dialog .modal-body,
.main-modal-dialog .modal-footer {
  text-align: center;
}

.main-modal-dialog .modal-header,
.main-modal-dialog .modal-body,
.main-modal-dialog .modal-footer {
  border: none;
}

.main-modal-dialog .close {
  font-size: 30px;
  font-weight: 100;
}

.main-modal-dialog .modal-header {
  padding-top: 10px;
}

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7;
  z-index: 10;
}

.modal-body-compensation {
  padding: 0 !important;
}

#rck-modal-dialog {
  position: fixed;
  width: 600px;
  height: 300px;
  z-index: 100000;
  left: calc(50% - 300px);
  top: calc(50% - 150px);
  opacity: 1;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

#rck-modal-dialog .modal-dialog {
  width: 100% !important;
  height: 100% !important;
  transform: none;
}

#rck-modal-dialog .modal-content {
  border-radius: 10px;
}

#rck-modal-dialog .modal-header {
  justify-content: end;
}

#rck-modal-dialog .bold {
  font-weight: 600;
  text-transform: capitalize;
}

.error-box {
  margin-top: 120px;
  margin-bottom: 140px;
  color: #ecf0f3;
}

.follow-me a {
  padding: 18px;
}

iframe {
  border: none;
  padding: 0;
  margin: 0;
}

iframe#games-lobby,
iframe#sportsbook,
iframe#sportsbook-live {
  width: 100%;
  min-width: 100%;
  border: none;
  margin: 10px auto;
}

.sportsbook-app.home-main {
  text-align: center !important;
  padding: 0 !important;
}

.mobile .sportsbook-app.home-main {
  margin-top: 71px !important;
}

.main-navbar {
  margin-bottom: 0;
  font-size: 16px;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (max-width: 1200px) {
  .main-navbar {
    font-size: 13px;
  }
}

.main-navbar .active.active a,
.main-navbar.main-navbar li a:hover,
.main-navbar.main-navbar li.active a:hover {
  background-color: inherit;
  color: #fb001e;
}

.main-navbar.main-navbar li a {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 58px;
}

.main-navbar .btn-login {
  color: #ffffff;
  background-color: #cb0000;
}

.main-navbar .btn-login:hover {
  background-color: #f1010a;
}

.main-navbar .btn-register {
  color: #000000;
  background-color: #fe8504;
}

.main-navbar .btn-register:hover {
  background-color: #ffa800;
}

.navbar-inverse .navbar-collapse {
  border-color: #414c55;
}

.main-navbar .btn {
  margin-right: 15px;
}

.navbar-centered {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.navbar a {
  text-transform: uppercase;
}

.navbar-right {
  line-height: 58px;
}

@media (max-width: 1200px) {
  .navbar-right {
    position: absolute;
    top: -5px;
    right: 110px;
    margin: 0 !important;
  }
}

.navbar-toggle {
  float: left;
  border: none;
  border-radius: 0;
  height: 43px;
}

@media (max-width: 1200px) {
  .navbar-toggle {
    padding: 0;
    transition: all 0.4s;
  }
}

.navbar-toggle:hover {
  background: none !important;
}

.navbar-toggle:hover .icon-bar {
  background-color: #ddd;
}

.navbar-toggle.open {
  transform: rotate(90deg);
}

.navbar-toggle .icon-bar {
  width: 22px;
}

.navbar-toggle .icon-bar-second {
  margin-top: 8px !important;
}

.navbar-toggle.open .icon-bar-first {
  transform: rotate(45deg) translateY(0px);
}

.navbar-toggle.open .icon-bar-second {
  transform: rotate(-45deg) translateY(0px);
  margin-top: -1px !important;
}

.navbar-inverse .navbar-toggle:focus {
  background-color: inherit;
}

@media (max-width: 1200px) {
  .navbar-nav {
    text-align: left;
    padding-left: 22px;
    font-size: 15px;
    margin-bottom: 53px;
  }
}

@media (max-width: 1200px) {
  .navbar-nav li {
    border-bottom: 1px solid #414c55;
  }
}

@media (max-width: 1200px) {
  .navbar-nav.navbar-nav li a {
    line-height: 3.5;
  }
}

.logo {
  display: inline-block;
  padding-top: 14px;
  margin-right: 15px;
}

@media (max-width: 1200px) {
  .logo {
    margin: 0;
    padding: 14px 0 0 14px;
  }
}

@media (max-width: 480px) {
  .logo {
    margin: 0;
    padding: 11px 0 0 10px;
  }
}

.logo img.normal-logo {
  height: 26px;
}

@media (max-width: 1200px) {
  .logo img.normal-logo {
    height: 26px;
  }
}

@media (max-width: 480px) {
  .has_mobile_logo .normal-logo {
    display: none;
  }
}

@media (min-width: 480px) {
  .has_mobile_logo .mobile-logo {
    display: none;
  }
}

@media (max-width: 480px) {
  .has_mobile_logo .mobile-logo {
    height: 37px;
  }
}

.login-form {
  margin-top: 36px;
  padding: 0 10px;
}

.login-form .forgot {
  vertical-align: baseline;
}

#logged-in-section {
  display: none;
  padding-right: 15px;
  font-size: 24px;
  text-align: right;
}

.user-container {
  display: inline-table;
  vertical-align: middle;
}

.user-container .user-row {
  line-height: 1.2;
  padding: 0;
  margin: 0;
  display: table-row;
  font-size: 14px;
  text-align: right;
}

#logged-out-section {
  display: none;
  margin-top: 18px;
  float: right;
}

#reload-wallet-button {
  margin-right: 6px;
  cursor: pointer;
}

.user-icon {
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}

.top-panel-strip {
  background: #cc0008;
  color: #ffffff;
  padding: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  position: relative;
  height: 70px;
}

.top-panel-strip__close {
  font-size: 30px;
  cursor: pointer;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
}

.top-panel-strip__logout {
  font-size: 18px;
  cursor: pointer;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
}

.top-panel-strip__logo {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
}

.top-panel-strip__title {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: end;
  order: 0;
  font-size: 17px;
}

.top-panel-strip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: normal;
  /*min-width: 400px;*/
}

.top-panel-strip div {
  padding: 5px 8px;
}

.table-row-like {
  display: table-row !important;
  height: 0;
}

.table-cell-like {
  display: table-cell !important;
  height: 0;
}

.table-cell-full-height {
  height: 100%;
}

.account-container {
  height: 100%;
  width: 100%;
}

.user-menu-iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}

#logout-button .fa-power-off {
  /*  padding-top: 9px;*/
}

.topbanner-container {
  position: relative;
  display: block;
}

.topbanner-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 18.22917%;
}

.topbanner-container>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.topbanner-container p {
  margin: 0;
  padding: 0;
}

.topbanner-image {
  display: block;
}

.topbanner-image img {
  width: 100%;
}

.topbanner-text-container {
  position: absolute;
  display: block;
  text-align: center;
  color: white;
  font-size: 36px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.topbanner-text-content {
  display: table;
  position: static;
  width: 100%;
  height: 100%;
}

.topbanner-text-span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.category-list-toc {
  margin-bottom: 64px;
}

.support-page {
  margin-bottom: 64px;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .support-page {
    text-align: left;
  }
}

.support-page h1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .support-page h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 25px;
    margin-bottom: 13px;
  }
}

.support-page h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: normal;
  margin-top: 36px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
  .support-page h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 26px;
    margin-bottom: 15px;
  }
}

.support-page h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .support-page h3 {
    font-size: 19px;
    line-height: 1.5;
    margin-top: 19px;
    margin-bottom: 10px;
  }
}

.support-page h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .support-page h4 {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 17px;
    margin-bottom: 9px;
  }
}

.support-page p,
.support-page ul li,
.support-page ol li {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
}

.support-page ul li,
.support-page ol li {
  margin-bottom: 15px;
}

.support-page table {
  border: 1px solid #969693;
  margin-bottom: 18px;
}

@media only screen and (max-width: 480px) {
  .support-page table {
    font-size: 9px;
    width: 100%;
    table-layout: fixed;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .support-page table {
    font-size: 13px;
  }
}

.support-page thead {
  border-bottom: 1px solid #3f464c;
  background-color: #182027;
  margin-bottom: 12px;
}

.support-page thead th {
  padding: 10px;
}

.support-page td {
  padding: 12px;
}

@media only screen and (max-width: 768px) {
  .support-page td {
    padding: 2px;
  }
}

.support-page td img {
  width: 100%;
  max-width: 60px;
}

.support-page hr {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #3f464c;
}

.support-page .notes {
  font-size: 13px;
  color: #111111;
  line-height: 1.3;
  font-style: italic;
}

.support-page .category-list-toc h4 {
  font-size: 18px;
}

.footer {
  background-color: #040404;
  color: #434343;
}

.footer-legal-text,
.footer-legal-text p {
  font-size: 12px;
  line-height: 18px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  color: #434343;
  background: #040404;
  text-align: center;
  font-style: italic;
}

.footer-legal-text a {
  color: #f4f5f6;
}

.footer-legal-text a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-legal-text h6 {
  color: #cccccc;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

.footer-about {
  display: inline-block;
}

.footer-about a {
  font-size: 13px;
  display: inline-block;
  color: #434343;
}

.footer-about a:hover {
  color: #cc0008;
  text-decoration: none;
}

.footer-about li {
  list-style-type: none;
  display: inline;
}

.footer-about li:after {
  content: "|";
}

.footer-about li:last-child:after {
  content: none;
}

.footer-copyright-content {
  display: inline-block;
}

.footer-copyright-content p {
  color: #f4f5f6;
}

.footer-copyrights {
  border-top: 1px solid #222222;
  background: #040404;
  color: #f4f5f6;
  padding-top: 16px !important;
  padding-bottom: 8px !important;
  font-size: 13px;
  display: block;
  text-align: center;
}

.footer-copyrights a {
  font-size: 13px;
  display: inline-block;
  color: #f4f5f6;
}

.footer-copyrights a:hover {
  color: #ffffff;
  text-decoration: none;
}

#trustly img {
  width: 9%;
}

.footer-sponsored-images a {
  margin: 0 35px;
}

.air-top {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer-sponsored-images a:hover {
  text-decoration: none;
}

#footer-age {
  width: 5%;
  -webkit-filter: saturate(0%) contrast(30%);
  filter: saturate(0%) contrast(30%);
}

#footer-age:hover {
  -webkit-filter: saturate(100%) contrast(100%);
  filter: saturate(1000%) contrast(100%);
}

#footer-visa {
  width: 6%;
}

#footer-gamcare {
  width: 5%;
}

#footer-ssl {
  width: 12%;
}

#footer-ukash {
  -webkit-filter: saturate(0%) contrast(35%);
  filter: saturate(0%) contrast(35%);
}

#footer-ukash:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

#footer-gambleaware {
  width: 20%;
}

#footer-skrill {
  width: 7%;
}

#footer-authority {
  -webkit-filter: saturate(0%) contrast(35%);
  filter: saturate(0%) contrast(35%);
}

#footer-authority:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

a #footer-age {
  margin: -25px;
}

.footer-sponsored {
  background: #333333;
  padding-top: 0;
  margin-top: -5px;
}

.air-top {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer-border-under {
  border-bottom: 1px solid #bfbeb7;
  padding: 20px 0;
}

.sponsored-images {
  background: #040404;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  line-height: 54px;
}

.footer-sponsored-images .resp {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
  transition: all 1.8s ease;
}

.footer-sponsored-images .resp:hover {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
  transition: all 0.5s ease;
}

.sponsored-images li {
  list-style-type: none;
}

.sponsored-images a {
  margin: 0 12px;
}

.sponsored-images hr {
  display: block;
  margin: 18px auto;
  border-style: inset;
  border-width: 1px;
  border-color: #bfbeb7;
}

.svg-link {
  display: inline-block;
}

.svg-link object {
  vertical-align: middle;
  pointer-events: none;
  -webkit-filter: contrast(0);
  filter: contrast(0);
  height: 27px;
}

.svg-link:hover object {
  -webkit-filter: contrast(1);
  filter: contrast(1);
}

#sponsored-images-curacao-egaming object,
#sponsored-images-ukash object {
  -webkit-filter: saturate(0%) contrast(35%);
  filter: saturate(0%) contrast(35%);
}

#sponsored-images-curacao-egaming:hover object,
#sponsored-images-ukash:hover object {
  -webkit-filter: saturate(100%) contrast(100%);
  filter: saturate(100%) contrast(100%);
}

.secondary-nav-bar {
  background-color: #070606;
  color: #e4e4e4;
  border-bottom: 1px solid #222222;
}

.social-link {
  display: inline-block;
  padding-right: 18px;
}

.social-links .svg-link {
  line-height: 35px;
}

.social-links .svg-link object {
  height: 19px;
}

.social-icons-awesome i {
  font-size: 19px;
  color: #838383;
  vertical-align: middle;
  margin-right: 6px;
}

.fa-facebook:hover {
  color: #3b5999;
}

.fa-twitter:hover {
  color: #47C8F5;
}

.fa-youtube:hover {
  color: #CC181E;
}

.fa-linkedin:hover {
  color: #0177b5;
}

.new-langswitcher {
  display: inline-block;
  position: relative;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  float: none;
  margin: 0;
  line-height: 35px;
}

.language-switcher .active {
  display: inline-table;
}

.main-switcher {
  padding: 0 20px;
}

.new-langswitcher a {
  color: #e4e4e4;
  text-decoration: none;
  font-weight: normal;
}

.new-langswitcher .languages-panel {
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  margin-top: -76px;
  width: 120px;
  margin-left: -30px;
  text-align: center;
  display: table;
  table-layout: fixed;
}

.header .new-langswitcher .languages-panel {
  top: 39px;
  z-index: 10000;
  margin-top: 0;
}

.new-langswitcher .languages-panel.language-items-1 {
  width: 60px;
  margin-left: 0;
}

.new-langswitcher .languages-panel.language-items-2 {
  width: 90px;
  margin-left: -9.999px;
}

.new-langswitcher .languages-panel.language-items-3 {
  width: 120px;
  margin-left: -27.996px;
}

.new-langswitcher .languages-panel.language-items-4 {
  width: 150px;
  margin-left: -43.5px;
}

.new-langswitcher .languages-panel.language-items-5 {
  width: 180px;
  margin-left: -64.26px;
}

.new-langswitcher .languages-panel.language-items-6 {
  width: 210px;
  margin-left: -74.97px;
}

.new-langswitcher .languages-panel.language-items-7 {
  width: 240px;
  margin-left: -125px;
}

.new-langswitcher .languages-panel.language-items-8 {
  width: 270px;
  margin-left: -140px;
}

.new-langswitcher .languages-panel.language-items-9 {
  width: 300px;
  margin-left: -155px;
}

.hidden-panel {
  display: none !important;
}

.languages-panel .language-item {
  display: table-cell;
  box-sizing: border-box;
}

.language-item .language-icon {
  width: 20px;
  vertical-align: bottom;
}

#language-switcher .language-icon {
  width: 20px;
  margin-right: 6px;
}

.language-item .language-name {
  display: block;
}

.support-category-list {
  font-size: 16px;
  margin-top: 30px;
  padding: 0 0 6px 12px;
  position: fixed;
}

@media (max-width: 1200px) {
  .support-category-list {
    padding: 0;
    position: static;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .support-category-list {
    padding: 0;
    position: fixed;
  }
}

.support-category-list-item {
  margin-bottom: 12px;
}

.category-list-toc a,
.category-list-toc h1,
.category-list-toc h2,
.support-category-list a,
.support-category-list-toc a,
.support-category-list-item a {
  color: #ffffff;
}

.support-category-list a:hover,
.support-category-list-item a:hover {
  border-bottom: 1px dotted #ffffff;
}

.support-category-list-item__active {
  color: #fb001e;
}

.support {
  display: inline-table;
  border-right: 1px solid #222222;
  line-height: 35px;
  padding: 0;
}

.support a,
.support a.active {
  color: #e4e4e4;
  text-decoration: none;
  font-weight: normal;
  display: table-cell;
  padding-left: 10px;
  padding-right: 20px;
}

.support-icon {
  vertical-align: middle;
  -webkit-filter: contrast(0);
  filter: contrast(0);
  height: 27px;
}

.support-text {
  margin-left: 6px;
}

@media only screen and (max-width: 480px) {
  .support-page-content {
    padding-right: 0;
    padding-left: 0;
  }
}

.contact-form .form-field {
  margin-top: 12px;
  margin-bottom: 36px;
}

.contact-form label {
  font-size: 15px;
}

.contact-form .form-control {
  font-style: italic;
  color: #969696;
}

.contact-form .btn {
  font-size: 16px;
  padding: 15px 36px;
}

.write-us {
  font-size: 18px;
  margin-bottom: 36px;
}

.thank-you-message {
  font-size: 24px;
  padding-top: 70px;
  padding-bottom: 90px;
  font-style: italic;
}

.contact .topbanner-container,
.thankyou .topbanner-container {
  position: relative;
}

.contact .topbanner-container:before,
.thankyou .topbanner-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 12.5%;
}

.contact .topbanner-container>.content,
.thankyou .topbanner-container>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.write-us a {
  color: #ffffff;
}

.write-us a:hover {
  color: #cc0008;
}

.home-page .grav-lightslider{
  position: relative;
}

.home-page .grav-lightslider:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25.36458%;
}

.home-page .grav-lightslider>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.promo .grav-lightslider,
.casino .grav-lightslider {
  position: relative;
}

.promo .grav-lightslider:before,
.casino .grav-lightslider:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 18.22917%;
}

.promo .grav-lightslider>.content,
.casino .grav-lightslider>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lSSlideOuter {
  position: relative;
}

.lSPager {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.grav-lightslider .lSAction>.lSPrev {
  left: 15px;
}

.grav-lightslider .lSAction>.lSNext {
  right: 15px;
}

.lSSlideOuter.lSSlideOuter .lSPager.lSpg>li a {
  background-color: white;
  height: 10px !important;
  width: 10px !important;
  border: 1px solid white;
}

.lSSlideOuter.lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #434648;
}

.onmobile .lSPager.lSPager {
  display: none;
}

/* Toggle Styles */

body {
  padding-right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.toggled {
  padding-right: 400px;
}

#sidebar-wrapper {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 400px;
  width: 0;
  height: 100vh;
  margin-right: -400px;
  overflow-y: auto;
  background: #1c1c1c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 400px) {
  #sidebar-wrapper {
    width: 100% !important;
    min-width: auto !important;
  }
}

.ipad #sidebar-wrapper,
.iphone #sidebar-wrapper {
  width: 100%;
}

.ipad.no-scroll .main-page-content,
.iphone.no-scroll .main-page-content {
  display: none;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -400px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper {
  min-width: 400px;
  max-width: 100%;
  display: table;
}

.toggled #sidebar-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.7s linear;
}

.toggled {
  padding-right: 0;
}

@media (min-width: 1200px) {
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  .toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

#sidebar-wrapper .close {
  color: white;
  margin: 16px 16px 26px 0;
}

#sidebar-wrapper .close:hover {
  color: white;
}

.error {
  font-weight: normal;
  color: #d9534f;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 1200px) and (max-width: 1200px) {
  .navbar-toggle {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 8px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .home-page .grav-lightslider {
    display: none;
  }
}

.home-content-container {
  margin-top: -12.777%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .home-content-container {
    margin-top: auto;
  }
}

.mobile .home-content-container {
  margin-top: auto;
}

.home-content-container,
.main-banner {
  z-index: 101;
}

.home-content-container .img {
  width: 100%;
}

.main-banner-image-container .img,
.middle-banner .img,
.bottom-banner .img {
  border-top-width: 0.4rem;
  border-top-style: solid;
  border-top-color: #cb0000;
}

.main-banner,
.middle-banner,
.bottom-banner {
  box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.99);
}

.main-banner {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .main-banner {
    display: none;
  }
}

.main-banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25.12821%;
}

.main-banner>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-banner-text-top {
  position: absolute;
  top: 13%;
  left: 0;
  padding: 1.2rem 3%;
  display: inline-block;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.main-banner-text-secondary {
  position: absolute;
  top: 56%;
  left: 0;
  padding-left: 3%;
  display: inline-block;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}

.main-banner-text-middle {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}

.main-banner-text-bottom {
  display: block;
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
}

.main-banner-button {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: inline-block;
}

.btn-main-banner {
  background-color: #cb0000;
  color: #ffffff;
  font-size: 20px;
}

.middle-banner {
  position: relative;
  margin-top: 30px;
}

.middle-banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 69.45946%;
}

.middle-banner>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.middle-banner-text {
  position: absolute;
  top: 15%;
  left: 0;
  padding: 0.7rem 3%;
  display: inline-block;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.middle-banner-button {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: inline-block;
}

.btn-middle-banner {
  background-color: #cb0000;
  font-size: 14px;
}

.bottom-banner {
  position: relative;
  margin-top: 30px;
}

.bottom-banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70%;
}

.bottom-banner>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bottom-banner-text {
  position: absolute;
  top: 15%;
  left: 0;
  padding: 0.5rem 3%;
  display: inline-block;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.bottom-banner-button {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: inline-block;
}

.btn-bottom-banner {
  background-color: #cb0000;
  font-size: 14px;
}

.bonus-panel {
  background: #222222;
  color: white;
  position: relative;
}

.bonus-panel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 68.29787%;
}

.bonus-panel>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bonus-panel-container:nth-child(odd) {
  padding-right: 15px !important;
}

.bonus-panel-container:nth-child(even) {
  padding-left: 15px !important;
}

.bonus-panel-container {
  margin-bottom: 60px;
}

.bonus-text-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bonus-text {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

.bonus-title {
  display: block;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.bonus-banner img {
  width: 100%;
}

.bonus-body {
  display: block;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 1s ease-in-out;
}

.bonus-panel:hover .bonus-body {
  cursor: pointer;
  max-height: 400px;
  visibility: visible;
}

.bonus-text .inner-container {
  padding: 0.7rem 1rem;
}

.bonus-body .inner-container {
  min-height: 65px;
}

.inner-container p {
  margin: 0;
  color: #ffffff;
}

.bonus-button {
  text-align: right;
  margin-top: 25px;
}

.btn-banner {
  color: #ffffff;
  background-color: #cb0000;
  padding: 11px 44px;
  font-size: 15px;
}

.responsive-width {
  width: 100%;
}

p img {
  width: 100%;
}

.right-padding {
  padding-right: 15px !important;
}

.container-fluid {
  padding: 0;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.vspace-big {
  margin-top: 30px;
}

.vspace-small {
  margin-top: 15px;
}

.margin-right-standard {
  margin-right: 15px !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.no-padding {
  padding: 0 !important;
}

.responsible_gaming {
  cursor: pointer;
  color: #f76666;
}
/*# sourceMappingURL=bootstrap-custom.css.map */
.dd {
  border: none;
  max-width: 33px;
  border-radius: 0;
  background: transparent;
}

.dd .ddTitle {
  color: transparent;
  background: transparent;
  border-radius: 0;
}
.dd .ddTitle .ddTitleText {
  margin-left: 1px;
  background-image: none;
  color: transparent;
}
.ddlabel {
  margin-left: 0;
  font-size: 1em;
}

.dd .divider,
.dd .ddArrow {
  display: none;
}

.dd .ddChild {
  overflow: hidden;
  left: 0;
  margin-top: -16px;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.dd .ddChild li {
  padding: 0;
}
.dd .ddChild li .ddlabel {
  margin-left: 6px;
}
.dd .ddChild li, .dd .ddChild li.selected {
  background-color: transparent;
  color: #000;
  border: none;
}
.dd .ddChild li.hover {
  background-color: #333;
  cursor: pointer;
}
.form_options th[scope=row]:first-child {
  min-width: 300px;
}
#sboframe {
  width: 1px;
  min-width: 100%;
  min-height: 100vh;
  /*height: auto;*/
}
.a-icon-casino:before {
  content: "\e910";
}
.a-icon-sport:before {
  content: "\e920";
}
.a-icon-lotto:before {
  content: "\e931";
}
.user-wallet span {
  margin-left: 10px;
}
