html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Kumbh Sans', sans-serif;
  background-color: #f1f3f4;
}

.container {
  max-width: 1140px;
}

.pricing-header {
  max-width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;

}

.pricing-header h1 {
  color: #151515;
}

.card-deck .card {
  min-width: 220px;
}

.important-notice {
    text-align: center;
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.important-notice img {
  max-width: 100%;
}

.navigation {
  float: right;
  padding-top: 20px;
}

.navigation a {
  font-size: 14px;
}

.bg-header {
    background-color: #151515;
}

.text-header {
  color: #fff;
}

h1 {
  font-size: 1.6em;
  font-weight: 700;
}

h2 {
  font-size: 1.5em;
  font-weight: 700;
}

h3 {
  font-size: 1.4em;
  font-weight: 400;
}

h4 {
  font-size: 1.3em;
  font-weight: 400;
}

h5, h6 {
  font-size: 1.2em;
  font-weight: 400;
}

.lead {
    font-size: 0.85rem;
    line-height: 1.15rem;
    font-weight: 400;
    color: #151515;
}

.btn-primary {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    font-weight: 400;
}

.btn-primary:hover {
    color: #17a2b8 !important;
    border-color: #17a2b8;
    background-color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fff !important;
    border-color: #151515 !important;
    box-shadow: none !important;
}

.btn-primary.focus, .btn-primary:focus {
    color: #f44336;
    background-color: #fff !important;
    border-color: #f44336 !important;
    box-shadow: none !important;
}

.btn-primary:active {
  box-shadow: none !important;
  color: #151515 !important;
  border-color: #151515 !important;
}

.logo {
  display: block;
  text-align: center;
  width:100%;
  background-color: #f1f3f4;
  min-height: 260px;
  padding-top: 40px;
}

.pricing-card-title {
  font-size: 1.4em;
}

.softwrap {
  min-height: 40px;
}

.note-rating {
  color: #151515;
  display: block;
  text-align: center;
}

.card-header {
  font-size: 0.9em;
}

.card-top {

}

.card-top .badge {
  display: block;
  padding: 5px 10px;
  margin:auto;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 300;
  width: 120px;
}

.card-top .card-header {
  background-color: #151515;
  border-radius: 0;
}

.card-top .casino-title {
  color: #151515;
}

.card-top .note-rating {
  color: #151515;
  display: block;
  clear: both;
}

a {
    color: #f44336;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #f44336 !important;
    text-decoration: none;
    background-color: transparent;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
}


.screenshot img {
  max-width: 100%;
  border-radius: 4px;
}


.casino-title {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.1rem;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}


.bonus-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  display: block;
  margin-top: 20px;
  margin-bottom: 6px;
  text-align: center;
}

.bonus-title-btm {
  font-weight: 700;
  font-size: 1.2rem;
  display: block;
  margin-top: 20px;
}

.software-title {
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
  padding-top: 0;
  padding-bottom: 4px;
  display: block;
}

.software {
    font-size: 0.9em;
  line-height: 1em;
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
}

.value-title {
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 4px;
}

.value {
    font-size: 0.9em;
  line-height: 1em;
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
}

.btn-play {
  margin-bottom: 15px !important;
}

.btn-default i {
  color: #f44336;
}

.navbar-brand {
  padding-right: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 0.85rem;
}

.bg-dark {
  background-color: #151515 !important;
  background-image: linear-gradient(to right,#151515 35%,#333);
}

.collapse .card-body {
  border: 0;
}

.no-minors {
    background-color: #f44336;
    border-radius: 50%;
    display: block;
    float: right;
    height: 54px;
    width: 54px;
    text-align: center;
    padding: 11px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

footer {
  background-color: #fff;
}

footer .footer-logo-1 {
  float: right;
  display: block;
  width: 122px;
  margin-right: 30px;
  margin-top: 10px;
}

footer .footer-logo-2 {
  float: right;
  display: block;
  width: 74px;
  margin-right: 30px;
  margin-top: 10px;
}

.btm-menu {
  width: 50%;
  display: inline-block;
}

@media (min-width: 992px) {

  .btn-play {
    width: 80%;
    margin: auto;
  }

}

@media (max-width: 992px) {

  .screenshot {
    margin-top: 30px;
  }

}

@media (max-width: 480px) {

  .note-rating {
      display: block;
      float: none;
      clear: both;
      width: 100%;
      font-size: 1.2em;
      line-height: 1em;
      margin-right: 0;
      margin-top: 5px;
      text-align: center;
  }

  .casino-title {
      float: none;
      display: block;
      text-align: center;
  }

  .card-top .badge {
      display: block;
      float: none;
      margin:auto;
      padding: 5px 10px;
      margin-top: 5px;
      margin-bottom: 5px;
      width: 120px;
  }

  h1 {
      font-size: 1.2em;
      font-weight: 700;
  }


}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
