h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
}

.menu li,
.menu li a {
  font-size: 13px !important;
}

.article ol,
.article ul {
  list-style: disc;
  padding-left: 2rem;
  margin: 0rem;
  margin-bottom: 1rem;
}

@media (max-width: 460px) {
  .article ol,
  .article ul {
    padding-left: 2rem;
  }
}

ul.fa-ul {
  list-style: none;
}

.featuredBox {
  padding: 0;
}

.hm-page .fa {
  color: green;
  margin-right: 0.7rem;
  font-size: 20px;
  line-height: 0.5rem;
}

.hm-page li {
  list-style: none;
}

.faq {
  background-color: #f7f7f7;
  border: 1px solid #b0b0b0;
  padding: 1.2rem 1rem 1rem 4rem;
  position: relative;
}

.faq:before {
  content: "\f0e6";
  position: absolute;
  top: 1.5rem;
  left: 1.2rem;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #b0b0b0;
  font-size: 34px;
  padding-right: 0.5em;
}

.faqs h2 {
  margin-top: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  .sidebar.c-4-12 {
    float: none;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    max-width: none;
  }

  .article {
    width: 100%;
  }

  #page.single {
    max-width: 96%;
  }

  #content_box {
    padding-right: 0px;
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 886px) {
  #secondary-navigation#mob-nav {
    width: auto !important;
  }

  #secondary-navigation a#pull:after {
    right: 15px !important;
    top: 26px !important;
    font-size: 25px !important;
  }
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 0 !important;
  border: none !important;
}

.table-legend {
  width: 9em;
  vertical-align: top;
  color: #a8a7a7;
  border-right: 1px solid grey;
  border-right: 1px solid grey;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #f2f2f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=1);
  /* IE6-9 */
}

.table-data {
  padding-left: 1em;
  padding-right: 1em;
}

.offer-box {
  padding: 2em;
  background-color: #e4ecf5;
}

.offer {
  padding: 1em;
}

.bonus-code {
  color: #ca0000;
}

.h1 {
  padding-bottom: 0.5rem;
}

.w100 {
  width: 100%;
}

.thumbs {
  font-size: 2.5rem !important;
}

.border {
  border-color: #c0c0c0;
}

.fa-check {
  color: green;
}

.fa-times {
  color: #b30000;
}

.word-spacing-2 {
  word-spacing: 0.2rem;
}

.post #casino-info img {
  margin: 0 !important;
  float: none !important;
}

.article.review {
  width: 100% !important;
}

#site-header {
  background-color: #013567;
}

#header .menu li,
#header .menu li a {
  color: #fff !important;
  background: none !important;
}

#header .current-menu-item a {
  background: #024e99 !important;
  border: 0 !important;
}

#header .navigation ul ul li {
  background: #024e99 !important;
  border: 0 !important;
}

#header .navigation ul ul {
  border: none;
}

#header #secondary-navigation {
  border-left: none;
}

.hp-seal {
  width: 150px;
  height: 150px;
  background-color: #f3f3f3;
  text-align: center;
  box-sizing: border-box;
}

.hp-screens {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hp-screen {
  display: inline-block;
  width: 24%;
  max-width: 300px;
  box-sizing: border-box;
  margin: 0 3px 0px 3px;
  text-align: center;
  position: relative;
}

.hp-screen img {
  margin-bottom: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0;
  float: none;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius:20px;
}

.hp-screen a:hover:after {
  content: "Read Review";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.hp-screens-title {
  margin-top: 1rem;
}

.hp-screen:nth-last-child(4):first-child,
.hp-screen:nth-last-child(4):first-child ~ .hp-screen {
  width: 23%;
}

@media (max-width: 600px) {
  .hp-screen:nth-last-child(4):first-child,
  .hp-screen:nth-last-child(4):first-child ~ .hp-screen {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .hp-screen {
    width: 32%;
  }

  .hp-screen:nth-child(n + 7) {
    display: none;
  }
}

@media (max-width: 500px) {
  .hp-screen {
    width: 100%;
  }

  .hp-screen:nth-child(n + 5) {
    display: none;
  }
}
.hp-sidebar {
  display: inline-block;
  width: 47%;
  max-width: 300px;
  box-sizing: border-box;
  margin: 0 3px 0px 3px;
  text-align: center;
  position: relative;
}

.hp-sidebar img {
  margin-bottom: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0;
  float: none;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius:20px;
}

.hp-sidebar a:hover:after {
  content: "Read Review";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.hp-sidebar:nth-last-child(2):first-child,
.hp-sidebar:nth-last-child(2):first-child ~ .hp-sidebar {
  width: 47%;
}

@media (max-width: 600px) {
  .hp-sidebar:nth-last-child(2):first-child,
  .hp-sidebar:nth-last-child(2):first-child ~ .hp-screen {
    width: 45%;
  }
}

@media (max-width: 800px) {
  .hp-sidebar {
    width: 47%;
  }

  .hp-sidebar:nth-child(n + 7) {
    display: none;
  }
}

@media (max-width: 500px) {
  .hp-sidebar {
    width: 100%;
  }

  .hp-sidebar:nth-child(n + 5) {
    display: none;
  }
}


#header #secondary-navigation a {
  border-right: none;
  border-left: none;
}

#header #secondary-navigation li a:hover {
  background: #024e99 none repeat scroll 0 0 !important;
}

.sb-offers {
  float: left;
  width: 100%;
}

.sb-offer-box {
  display: table;
  width: 100%;
  margin-top: 0.5rem;
}

.sb-offer {
  background-color: #f3f3f3;
  display: table-cell;
  height: 10em;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.sb-offer-head {
  line-height: 1.7rem;
}

.hp-callout {
  min-height:310px;
  border-radius: 20px;
  background: #15417e url(/wp-content/uploads/2022/05/home_banner_bg.jpg) top center no-repeat;
  color:#ffffff;
  position: relative;
  padding-bottom: 1rem;
}

.hp-callout-text {
  padding: 15px 15px 0 15px;
}

.hp-expert-reviews {
  float: right !important;
  width: 155px !important;
  margin: 10px !important;
  position: relative !important;
}

.hp-callout-123 {
  display: table;
  width: 100%;
  padding: 0 1rem 0 1rem;
  box-sizing: border-box;
}

.hp-callout-123-cell {
  display: table-cell;
  width: 33%;
  margin-bottom: 8px;
  padding-left: 70px;
  background-repeat: no-repeat;
  padding-right: 8px;
}

.hp-callout-123-cell-1 {
  background-image: url(/wp-content/uploads/2023/03/securiy-icon.png);
  box-sizing: border-box;
  height: 70px;
}

.hp-callout-123-cell-2 {
  background-image: url(/wp-content/uploads/2023/03/payouts-icon.png);
  box-sizing: border-box;
  height: 70px;
}

.hp-callout-123-cell-3 {
  background-image: url(/wp-content/uploads/2023/03/exclusive-icon.png);
  box-sizing: border-box;
  height: 70px;
}

.hp-callout-123-cell-head {
  margin-bottom: 5px;
}

.hp-callout-123-cell-head a {
  color: #ffffff;
}

.hp-callout-123-cell span {
  font-style: italic;
}

.hp-icon {
  float: left !important;
  margin: 0 8px 20px 8px !important;
}

.welcome-flag {
  height: 36px;
  width: 100%;
  background: url("/images/welcome-flag.gif") no-repeat;
  margin-bottom: 10px;
}

.btn img {
  margin-left: 5px;
}

.cas-tbl-wrap {
  width: 100%;
  box-sizing: border-box;
  border: 5px solid #b0b0b0;
  padding: 0 5px 0 0;
  background-color: #f7f7f7;
  margin-bottom: 8px;
  position: relative;
  border-radius:20px;
}

.cas-tbl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  color: #000;
}

.cas-tbl-wrap-exclusive {
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 0;
}

.cas-tbl-location {
  margin-bottom: 15px;
}

.cas-tbl-location-txt {
  padding-left: 0.5rem;
}

.cas-tbl-cell {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.cas-tbl-featured {
  float: right;
  margin-top: 0.3rem;
  color: #b0b0b0;
}

.cas-tbl-left {
  width: 240px;
  min-width: 240px;
}

.cas-tbl-left-i {
  display: inline-block;
  width: 59px;
  height: 106px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: -7px;
  background-repeat: no-repeat;
  padding-top: 8px;
  vertical-align: top;
  text-align: center;
  margin: 0 10px 0 10px;
}

.cas-tbl-left-i-first {
  background-image: url(/images/number_first.png);
}

.cas-tbl-left-i-regular {
  background-image: url(/images/number_regular.png);
}

.cas-tbl-left-i-text {
  top: 10px;
  position: relative;
  color: #000;
  padding-top: 10px;
  font-weight: normal;
}

.cas-tbl-left-logo {
  width: 150px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  margin-top: 8px;
}

.cas-tbl-left-review {
  text-align: center;
  position: relative;
  top: -5px;
}

.cas-tbl-mid-wrap {
  display: table;
  width: 100%;
}

.cas-tbl-mid-offers {
  display: table-cell;
  padding: 10px;
  text-align: center;
  width: 45%;
}

.cas-tbl-mid-offers a {
  color: #000 !important;
}

.cas-tbl-mid-plus {
  display: table-cell;
  width: 10%;
  text-align: center;
  font-size: 30px;
  vertical-align: middle;
}

.cas-tbl-mid-offer-head {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7rem;
  margin-bottom: 0.4rem;
}

.cas-tbl-mid-offer1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2rem;
  margin-bottom: 0.4rem;
}

.cas-tbl-mid-offer2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1rem;
  margin-bottom: 0.4rem;
}

.cas-tbl-right {
  width: 12rem;
  text-align: center;
}

.orange {
  color: #f57a01;
}

.green {
  color: #598526;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.bg-orange {
  background-color: #f57a01 !important;
}

.bg-green {
  background-color: #598526 !important;
}

.show-more {
  text-align: center;
}

.lightgrey {
  color: lightgrey;
}

#accas_tbl img {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  float: none;
  width: auto;
}


/* wordpress reset */

.vcntr-wrap {
  text-align: center;
  white-space: nowrap;
}

.vcntr-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.vcntr {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .cas-tbl-wrap {
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 18px;
  }

  .cas-tbl-cell {
    text-align: center;
	width:100%;
	float:left;
  }

  .cas-tbl-left {
    width: 100%;
  }

  .cas-tbl-right {
    width: 100%;
  }

  .cas-tbl-right .btn {
    width: 90%;
    margin: 10px;
  }

  .cas-tbl-mid-offers {
    margin: 0.5rem 0 0.5rem 0;
    padding: 10px 0px 10px 0px;
  }

  .cas-tbl-mid-offer1 {
    font-size: 20px;
  }

  .hp-callout-123-cell {
    display: inline-block;
    width: 100%;
  }

  .hp-icon {
    margin-bottom: 0;
  }

  .hp-expert-reviews {
    width: 140px !important;
  }

  .hp-expert-reviews {
    top: 10px !important;
    right: 8px !important;
    margin-bottom: 8px !important;
  }

  .cas-tbl-mid-offer-head {
    font-size: 24px;
  }

  .cas-tbl-mid-plus {
    font-size: 22px;
  }

  .cas-tbl-left-review {
    display: none;
  }

  .cas-tbl-left-logo {
    margin-top: 20px;
  }

  .mob {
    display: block;
  }

}

@media (max-width: 600px) {
  .hp-expert-reviews {
    width: 110px !important;
  }
}

/* Basscss Btn */

.btn {
  font-family: inherit;
  font-size: larger;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  height: auto;
  vertical-align: middle;
  -webkit-appearance: none;
  color: white;
  text-align: center;
  background-color: #598526;
  box-sizing: border-box;
  padding: 18px 26px 18px 26px;
  border-radius:50px;
  width:100%;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ol-numbers {
  margin: 0;
  list-style-type: none !important;
  position: relative;
  margin-top: 1rem;
  padding-left: 0 !important;
}

.ol-numbers li {
  counter-increment: step-counter;
  line-height: 1.7rem;
  margin-left: 3rem;
}

.ol-numbers li::before {
  content: counter(step-counter);
  position: absolute;
  left: 1rem;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  background-color: #13568c;
  color: white;
  font-weight: bold;
  border-radius: 0.2rem;
}

.gm-header {
  padding: 1rem 0 1rem 0;
  line-height: 2.2rem;
}

.gm-gamescreen {
  width: 100%;
  display: inline-block;
  position: relative;
}

.gm-gamescreen:after {
  padding-top: 75%;
  display: block;
  content: "";
}

.gm-gamescreen-main {
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 30%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.gm-feat {
  display: table;
  width: 100%;
}

.gm-feat-row {
  display: table-row;
}

.gm-feat-prop,
.gm-feat-val {
  display: table-cell;
}

.gm-feat-val {
  padding-left: 1rem;
}

.gm-feat-prop {
  width: 6em;
  vertical-align: top;
  color: #a8a7a7;
  border-right: 1px solid grey;
  border-right: 1px solid grey;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #f2f2f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=1);
  /* IE6-9 */
}

.gm-tbl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.5rem;
}

.gm-tbl-cell {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.gm-tbl-cell.btn a {
  text-decoration: none;
  color: white;
}

.gm-tbl-logo {
  padding: 0;
  width: 80px;
}

.gm-tbl-logo img {
  width: 100%;
  display: block;
}

.gm-tbl-cta {
  width: 2rem;
  padding: 0;
}

.gm-gamescreen-main .btn {
  border-radius: 100%;
}

.ft-wrap {
  display: table;
  width: 100%;
  max-width: 1200px;
  background-color: #d3d3d3;
  margin: auto;
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
  color: #000;
  background: -webkit-linear-gradient(#bababa 0%, #d3d3d3 10px);
  background: -moz-linear-gradient(#bababa 0%, #d3d3d3 10px);
  background: -o-linear-gradient(#bababa 0%, #d3d3d3 10px);
  background: linear-gradient(#bababa 0%, #d3d3d3 10px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#d3d3d3', GradientType=0);
}

.ft-cell {
  float: left;
  padding: 0.5rem;
  box-sizing: border-box;
}

.ft-intro {
  width: 30%;
  padding-right: 1rem;
}

.ft-intro .ft-body {
  font-size: 13px;
  line-height: 1.1rem;
}

.ft-links {
  width: 50%;
}

.ft-links-set {
  float: left;
  min-width: 200px;
  box-sizing: border-box;
  width: 26%;
}

.ft-icons {
  width: 18%;
  float: right;
}

.ft-head {
  color: #686868;
  padding: 2rem 0 1rem 0;
}

.ft-icon {
  display: inline-block;
  margin: 0 2px 0 2px;
}

.ft-icon {
  display: inline-block;
  margin: 0 2px 0 2px;
}

.ft-icon-set {
  float: left;
  max-width: 180px;
}

.ft-body-last {
  position: relative;
  bottom: 14px;
}

.ft-wrap .menu li,
.ft-wrap .menu li a {
  color: #000;
  text-transform: none;
  font-size: 12px !important;
  line-height: 1.8rem;
}

.ft-wrap li:before {
  content: "»";
  padding-right: 5px;
}

.ft-more:before {
  content: "" !important;
  padding-right: 11px !important;
}

.ft-more a {
  text-decoration: underline !important;
}

.ft-info-more {
  color: #000;
  text-decoration: underline !important;
  padding-top: 0.5rem;
  display: block;
}

.ft-1 {
  left: 3px;
}

.ft-2 {
  left: -5px;
}

.ft-3 {
  left: 3px;
}

.ft-expert {
  vertical-align: sub;
  position: relative;
  top: 12px;
}

@media (max-width: 420px) {
  .ft-body-last {
    bottom: 0;
  }

  .ft-expert {
    position: relative;
    top: 0;
  }
}

@media (max-width: 1199px) {
  .ft-intro {
    width: 100%;
  }

  .ft-links-set {
    width: 40%;
  }

  .ft-icons {
    width: 20%;
  }

  .ft-head {
    padding: 0.5rem 0 0 0;
  }

  .ft-intro {
    margin-top: 1rem;
  }

  .ft-wrap {
    padding: 0 2rem 1.5rem 1.5rem;
  }

  .ft-intro .ft-head {
    margin-bottom: 0.3rem;
  }

  .ft-1 {
    left: 0;
  }

  .ft-2 {
    left: 0;
  }

  .ft-3 {
    left: 0;
  }
}

@media (max-width: 1000px) {
  .ft-links-set {
    width: 50%;
  }

  .ft-icons {
    width: 100%;
    margin-top: 1rem;
    float: left;
  }
}

@media (max-width: 720px) {
  .ft-links-set {
    width: 100%;
  }

  .ft-icon-set,
  .news-footer .ft-icon-set {
    width: 50%;
  }
}

@media (max-width: 460px) {
  .ft-links {
    width: 100%;
  }

  h1 {
    font-size: 22px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  .article ol,
  .article ul {
    padding-left: 2rem;
  }
}

.sm-cat {
  list-style: none;
}

.sm-pages li {
  list-style: none;
}

.gti-game .btn {
  background-color: #598526;
  box-sizing: border-box;
  padding: 10px 15px 10px 15px;
  font-size: 15px;
}

.gti-game {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border: 5px solid #b0b0b0;
  padding: 8px;
  background-color: #f7f7f7;
  margin-bottom: 8px;
  position: relative;
  border-radius: 20px;
}

.gti-game div {
  box-sizing: border-box;
}

.gti-cell {
  display: table-cell;
  vertical-align: middle;
}

.gti-logo {
  width: 20%;
}

.gti-logo img {
  width: 100%;
  display: block;
  min-width: 130px;
  max-width: 200px;
  margin: auto;
  float: none;
  border-radius:20px;
}

.gti-info {
  width: 55%;
  padding-left: 20px;
}

.gti-cta {
  width: 20%;
  text-align: right;
  min-width: 180px;
  padding-right: 8px;
}

.gti-stat-1,
.gti-stat-2,
.gti-stat-3 {
  display: table-cell;
  padding-right: 8px;
}

.gti-stat-1 {
  width: 27%;
}

.gti-stat-2 {
  width: 36%;
}

.gti-stat-3 {
  width: 37%;
}

.gti-stats {
  width: 100%;
  display: table;
}

.gti-header {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: bold;
}

.gti-stat-val {
  color: #f6961e;
  font-size: 16px;
  font-weight:bold;
  display: inline-block;
  vertical-align: middle;
}

.gti-stat-key {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .gti-cell {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
  }
}

@media (max-width: 450px) {
  .gti-stat-val {
    display: block;
  }
}

.og-wrap {
  display: table;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
}

.oc-cell {
  display: inline-block;
  text-align: center;
  margin: 2px;
}

.oc-cell-wrap {
  text-align: center;
  max-width: 140px;
}

.og-wrap img {
  display: block;
  width: 100%;
  max-width: 140px;
}

.oc-txt {
  margin-top: 5px;
}

@media (max-width: 590px) {
  .og-wrap {
    display: table;
    max-width: 300px;
    text-align: center;
  }

  .oc-cell {
    display: inline-block;
    margin: 5px 3px;
  }
}

#accas_tbl_single div {
  box-sizing: border-box;
}

#accas_tbl_single .cas-tbl-left {
  width: 260px;
  min-width: 260px;
}

#accas_tbl_single .cts-left-i {
  display: table-cell;
  width: 110px;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
}

#accas_tbl_single .cas-tbl-left-logo {
  display: table-cell;
}

#accas_tbl_single .seal {
  width: 90px;
  position: absolute;
  top: -26px;
  left: 9px;
}

#accas_tbl_single .green,
#cas-tbl-single .orange {
  color: #000;
}

#casino_single div {
  box-sizing: border-box;
}

#casino_single .cas-tbl-left {
  width: 260px;
  min-width: 260px;
}

#casino_single .cts-left-i {
  display: table-cell;
  width: 110px;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
}

#casino_single .cas-tbl-left-logo {
  display: table-cell;
}

#casino_single .seal {
  width: 90px;
  position: absolute;
  top: -26px;
  left: 9px;
}

.cts-wrap {
  border: 5px solid #f57a01;
  position: relative;
  margin-bottom: 1rem;
  border-radius:20px;
}

.cts-head {
  min-height: 40px;
  width: 100%;
  background-color: #f57a01;
  padding: 8px;
  border-radius:12px 12px 0 0;
}

#accas_tbl_single .cas-tbl-wrap {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

#accas_tbl_single .cas-tbl-left-logo a {
  display: inline-block;
  margin-top: 8px;
}

#casino_single .cas-tbl-wrap {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

#casino_single .cas-tbl-left-logo a {
  display: inline-block;
  margin-top: 8px;
}

.cts-head-txt {
  padding-left: 100px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: white;
  font-size: 24px;
}

#accas_tbl_single .cas-tbl-right {
  width: 11rem;
}

@media (max-width: 750px) {
  #accas_tbl_single .cas-tbl-left {
    width: 100%;
  }

  #accas_tbl_single .cts-left-i {
    display: none;
  }

  #accas_tbl_single .cas-tbl-left-i-text {
    top: 36px;
  }

  #accas_tbl_single .cas-tbl-right {
    width: 100%;
  }

  #accas_tbl_single .cts-head-txt {
    font-size: 18px;
  }

  #accas_tbl_single .cas-tbl-left-logo {
    display: inline-block;
  }

  #accas_tbl_single .cas-tbl-left-logo a {
    margin-top: 0;
  }

  #accas_tbl_single .cas-tbl-cell {
    display: block;
    text-align: center;
  }

  #casino_single .cas-tbl-left {
    width: 100%;
  }

  #casino_single .cts-left-i {
    display: none;
  }

  #casino_single .cas-tbl-left-i-text {
    top: 36px;
  }

  #casino_single .cas-tbl-right {
    width: 100%;
  }

  #casino_single .cts-head-txt {
    font-size: 18px;
  }

  #casino_single .cas-tbl-left-logo {
    display: inline-block;
  }

  #casino_single .cas-tbl-left-logo a {
    margin-top: 0;
  }

  #casino_single .cas-tbl-cell {
    display: block;
    text-align: center;
  }
}

#accas_similar {
  text-align: center;
}

#accas_similar div {
  box-sizing: border-box;
}

#accas_similar img {
  display: block;
  max-width: 120px;
  padding-left: 8px;
}

.sim-cas {
  display: inline-block;
  position: relative;
  width: 32%;
  border: 1px solid #1f7fbc;
  padding: 3px;
  min-width: 300px;
  margin-right: 8px;
}

.sim-cas-wrap {
  margin-top: 1rem;
}

.sim-cas:last-of-type {
  margin-right: 0;
}

.sim-cell {
  display: table-cell;
  vertical-align: middle;
}

.sim-content {
  padding: 2px;
  width: 100%;
  text-align: center;
}

.sim-brand {
  font-size: 13px;
}

.sim-offer-head {
  font-size: 30px;
  font-weight: bold;
}

.sim-offer-sub {
  font-size: 12px;
}

#accas_similar a {
  text-decoration: none;
  color: #000;
}

#accas_similar .sim-offer-review a {
  color: #1f7fbc;
}

#accas_similar .tri {
  width: 0;
  height: 0;
  border-top: 50px solid #1f7fbc;
  border-right: 50px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#accas_similar .tri-text {
  position: absolute;
  top: 3px;
  left: 9px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

#accas_similar .c-info-head {
  text-align: initial;
}

#accas_similar .sim-cas-intro {
  text-align: initial;
  padding-left: 1.5rem;
}

@media (max-width: 725px) {
  .sim-cas {
    margin-right: 0;
  }
}

@media (max-width: 380px) {
  .sim-cas {
    min-width: 260px;
  }
}

@media (max-width: 340px) {
  .sim-cas {
    min-width: 240px;
  }
}

#sidebar .size-70x70 {
  margin-top: 0;
  margin-right: 14px;
  width: 70px;
}

.side-news-item {
  margin-top: 5px;
}

.side-news-cat {
  margin-top: 14px;
}

.side-news-social {
  padding: 8px 8px 2px 8px;
  text-align: center;
}

.news-footer .ft-links-set {
  width: 38%;
}

.news-footer .ft-cell {
  position: relative;
}

.news-footer .ft-casino {
  right: 7px;
}

.news-footer .ft-wrap {
  margin-top: 2rem;
}

@media (max-width: 1002px) {
  .news-footer .ft-links-set {
    width: 49%;
  }

  .ft-icons {
    width: 100%;
    margin-top: 1rem;
    float: left;
  }
}

@media (max-width: 720px) {
  .news-footer .ft-links-set {
    width: 100%;
  }

  .news-footer .ft-icon-set {
    width: 50%;
  }
}

@media (max-width: 460px) {
  .news-footer .ft-links {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .news-footer .ft-head {
    padding: 2rem 0 1rem 0;
  }
}

.tic-date {
  font-size: smaller;
  color: grey;
  margin-top: 1rem;
}

.tic-head {
  color: #38b7ee;
}

.tic-wrap-wrap {
  float: left;
  padding: 0.8rem;
  border: 1px solid #d4d4d4;
}

.tic-wrap {
  overflow-y: hidden;
  max-height: 19.5em;
  margin: auto;
  float: left;
}

.tic-item {
  margin-bottom: 0.5em;
  overflow: hidden;
  height: 6em;
}

.tic-item.sliding-now {
  animation: up 1s linear infinite forwards;
  animation-delay: 1s;
}

@keyframes up {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-6em - 0.5em));
  }
}

#side-signup {
  background-color: #2d7d48;
  color: white;
  padding: 0.8rem;
  margin-top: 1.5rem;
}

#side-signup .side-signup-head {
  margin-bottom: 0.6rem;
  color: white;
}

#side-signup .side-signup-input {
  width: 59%;
  display: inline-block;
}

#side-signup .side-signup-btn {
  width: 39%;
  display: inline-block;
  background-color: #0099cb;
  color: white;
  border-color: #0099cb;
}

.side-signup-txt {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.side-news-cats {
  margin-top: 1.5rem;
  padding: 0.8rem;
  border: 1px solid #d4d4d4;
}

.news-hr {
  width: 100%;
  margin: 1.5rem 0 0.8rem 0;
}

.news-meta {
  text-transform: uppercase;
  color: #747474;
}

.share-btns {
  border: 1px solid #cad5e0;
  width: fit-content;
  margin-bottom: 5px;
}

.share-intro {
  display: inline-block;
  margin: 0 0.7rem;
}

.read-more-state {
  display: none;
}

.read-more-target {
  display: none;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  display: block;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Read more";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Read less";
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: 0.25em;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.3em;
}

.resp-sharing-button {
  transition: 25ms ease-out;
  padding: 0.1em 1em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #ff6600;
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #fb6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
  border-color: #35465c;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.thecategory {
  display: none;
}

.featured-image-inline.alignleft {
  margin: 0.2rem 1.5rem 1.5rem 0;
}

.featured-image-inline.alignright {
  margin: 0.2rem 0rem 1.5rem 1.5rem;
}

.featured-image-inline.alignnone {
  margin: 0.2rem 1.5rem 1.5rem 0;
  display: table;
}

.featured-image-inline {
  width: min-content;
}

.featured-image-inline.alignnone img,
.featured-image-inline.alignleft img,
.featured-image-inline.alignright img {
  margin: 0;
  max-width: initial;
}

.featured-image-caption {
  background-color: #d3d3d3;
  font-size: 12px;
  padding: 10px 5px 3px 5px;
}

.news-quote {
  background-color: #d3d3d3;
  padding: 1rem 1rem 1rem 7rem;
  position: relative;
}

.news-quote:before {
  content: "\201C";
  color: #ffffff;
  font-size: 130px;
  position: absolute;
  top: 55px;
  left: 25px;
  font-family: serif;
}

.news-swash {
  background-color: #f5f5f5;
  padding: 1rem 1rem 1rem 7rem;
  position: relative;
  border: 1px solid #e2e2e2;
  min-height: 4rem;
}

.news-swash:before {
  content: "\00A7";
  color: #d0d0d0;
  font-size: 60px;
  position: absolute;
  top: 30px;
  left: 35px;
  font-family: serif;
}

.vh-item .vh-game-title {
  color: #fff !important;
  line-height: 18px !important;
  height: 40px !important;
  background: #013567 !important;
  font-size: 14px !important;
  border-radius: 0 0 20px 20px;
}

.play-now {
  background: #0198cd !important;
  color: #fff !important;
  font-size: 18px !important;
}

.games-search {
  width: 320px;
  float: right;
  margin-left: 0.3rem;
}

@media (max-width: 760px) {
  .games-search {
    width: 250px;
  }
}

@media (max-width: 660px) {
  .games-search {
    width: 200px;
  }
}

@media (max-width: 460px) {
  .games-search {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}

.search-title {
  text-transform: capitalize;
}

.demo-games-sidebar #accas_similar input,
.demo-games-sidebar .c-info-head {
  display: none;
}

.demo-games-sidebar #accas_similar {
  margin-bottom: 1rem;
}

.demo-games-sidebar .sim-cas {
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.d-game-wrap {
  background-color: #013567;
}

.d-game-head {
  text-transform: capitalize;
  color: #fff;
  line-height: 40px;
  padding-left: 1rem;
  font-size: 20px;
}

.d-game-foot {
  padding: 1rem;
}

.d-play-for-real {
  width: 100%;
}

.d-related {
  margin-top: 2rem;
  text-transform: capitalize;
}

.d-related h3 {
  margin-bottom: 0;
}

.demo-games-search {
  margin-bottom: 3.5rem;
}

@media (max-width: 600px) {
  .single_post.demo-game,
  .g-h2-head {
    text-align: center;
  }
}

#sidebar.demo-games-sidebar {
  float: right;
}

.sidebar-hr {
  width: 100%;
}

.demo-game #acorganic_cas_tbl {
  padding: 0 7px;
}

.d-game-info h5 {
  margin: 0 0 0 10px;
}

ul#vh-lobby-posts-grid {
  margin: 1rem 0 !important;
}

#sidebar .vh-item {
  width: 50%;
}

.single-vegashero_games .breadcrumb_last {
  text-transform: capitalize;
}

.d-game-head-provider {
  height: 27px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.d-betsoft {
  background: url("/images/betsoft.jpg");
}

.d-elk {
  background: url("/images/elk.jpg");
}

.d-netent {
  background: url("/images/netent.jpg");
}

.d-novomatic {
  background: url("/images/novomatic.jpg");
}

.d-nyx {
  background: url("/images/nyx.jpg");
}

.d-playngo {
  background: url("/images/playngo.jpg");
}

.d-playtech {
  background: url("/images/playtech.jpg");
}

.d-thunderkick {
  background: url("/images/thunderkick.jpg");
}

.d-yggdrasil {
  background: url("/images/yggdrasil.jpg");
}

#accas_similar input {
  left: 0;
}

.article ol.jumpers {
  list-style-type: decimal;
  list-style-position: inside;
}

.jumpers {
  background-color: #f5f5f5;
  padding: 0.5rem;
  margin: 1rem 0 !important;
  border: 1px solid #e3e3e3;
}

.jumpers a {
  text-decoration: underline;
}

.fluid-wrap {
  position: relative;
  padding-bottom: 13rem;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1rem;
  clear: both;
}

.fluid-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hm-page-au img.au-flag {
  float: right;
  margin: 1rem;
}

.hm-page-au .hp-callout {
  background: none !important;
}

.hm-page-au .hp-callout-text {
  background-color: #f5d135 !important;
  padding: 1rem !important;
  color: #0c5b5f !important;
}

.hm-page-au .hm-page-au-lower {
  background-color: #105645 !important;
}

.hm-page-au .hp-callout-123-cell-1 {
  background-image: url(/images/icon_au_bonus.gif);
}

.hm-page-au .hp-callout-123-cell-2 {
  background-image: url(/images/icon_au_pokies.gif);
}

.hm-page-au .hp-callout-123-cell-3 {
  background-image: url(/images/icon_au_trusted.gif);
}

.hm-page-au .hp-callout-123-cell-head a {
  color: #f5d135 !important;
}

.hm-page-au .hp-callout-123-cell {
  color: #fff !important;
}

.hm-page-au .hp-callout-123-cell p {
  font-style: italic;
}

.hm-page-au .hp-callout-123 {
  padding: 1rem 1rem 0 1rem !important;
}

.pagination {
  margin: 1rem 0 2rem 0;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  background-color: #eaeaea;
  color: #6d6c6c !important;
}

.pagination li a:hover {
  background-color: #0198cd;
  color: white;
}

.pagination li.disabled a:hover {
  background-color: #eaeaea;
  color: #b8b8b8 !important;
  cursor: initial;
}

.pagination li.disabled a {
  background-color: #eaeaea;
  color: #b8b8b8 !important;
}

.pagination li.active a {
  background-color: #013567;
  color: white !important;
}

.pagination li.active a:hover {
  cursor: initial;
}

.fg-loading {
  display: none;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #0099cc;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

#ratings-submitter {
  float: right;
  margin-right: 10px;
}

.ratings-icon {
  vertical-align: text-top;
  margin-right: 5px;
  top: 2px;
  position: relative;
}

.fa-spinner.ratings-icon {
  color: #068dd0;
}

.author-info-block-wrap {
  background-color: #f4f4f4;
  border: 1px solid #e2e2e2;
  padding: 1rem;
}

.author-info-block {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.author-info-block .resp-sharing-button {
  border-radius: 100%;
  padding: 1px 6px;
}

.author-info-block .resp-sharing-button__link {
  margin: 1px;
}

.news-subscribed {
  background-color: #f5f5f5;
  padding: 0.8rem;
}

.news-subscribed img {
  vertical-align: middle;
  margin-right: 0.8rem;
}

#egoi-bar {
  background-color: #1f7fbf;
}

/* news author image */

.news-author-image {
  max-height: 100px;
  margin-left: 10px;
}

/* casino bonuses table*/

#bonuses table {
  width: 750px;
  border-collapse: collapse;
  margin: auto;
}

/* Zebra striping */
#bonuses tr:nth-of-type(odd) {
  background: #eee;
}

#bonuses th {
  background: #f6961e;
  color: white;
  font-weight: bold;
}

#bonuses td,
#bonuses th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 18px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 900px),
  (min-device-width: 900px) and (max-device-width: 1024px) {
  #bonuses table {
    width: 100%;
  }

  /* Force table to not be like tables anymore */
  #bonuses table,
  #bonuses thead,
  #bonuses tbody,
  #bonuses th,
  #bonuses td,
  #bonuses tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #bonuses thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #bonuses tr {
    border: 1px solid #ccc;
  }

  #bonuses td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  #bonuses td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }
}
.cas-logo {
	border-radius: 20px;
}
}
	#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
@media (max-width: 620px){
    .row2{
        display:inline-block !important;
    }
	.row1 p {
		font-size:18px;
	}
    .cell1 p{
        display:none;
    }
    .cell1{
        text-align:center;
        margin:auto !important;
    }
    .cell2{
        text-align:center;
        max-width:100%;
        margin-left:0 !important;
    }
    .cell3{
		padding:0px;
        margin-bottom:10px;
		margin-left: 5% !important;
    }
    .cell3 p{
		text-align:center;
		margin:0px;
    }
}
.single_casino{
    max-width:800px;
    border-radius:20px;
    border:5px solid #f57a01;
	margin-bottom: 30px;
}
.seal{
    position:absolute;
    margin-top:-20px;
    margin-left:10px;
}
.row1{
    background:#f57a01;
    border-radius: 12px 12px 0 0;
    padding: 10px 0px 10px 90px;
    color: white;
}
.row1 p {
	font-size:24px;
	padding:0;
	margin:0;
	}
.row2{
    width:100%;
    display:flex;
    margin:auto;
    align-items: center;
    margin-top:20px;
}
.cell1{
    text-align:center;
    min-width:140px;
    margin-left:20px;
    margin-right:10px;
}
.cell2{
    width:100%;
    text-align:center;
    justify-content: center;
}
.cell3{
    min-width:145px;
    background:#598526;
    border-radius:50px;
    margin-left:10px;
    margin-right:20px;
    color:white;
    font-weight: bold;
    font-size: larger;
	padding:15px 20px 15px 20px;
	text-align:center;
}
.cell3 p {
	color:#ffffff;
	margin:0px;
}
.r1{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7rem;
    margin-bottom: 0.4rem;
	color:#000000;
}
.r2{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2rem;
    margin-bottom: 0.4rem;
	color:#f57a01;
}
.r3{
    font-size: 14px;
    font-weight: normal;
    line-height: 1rem;
    margin-bottom: 0.4rem;
	color:#000000;
}
.warp{
    width:99%;
    border:5px solid #b0b0b0;
    border-radius:20px;
    display:flex;
    justify-content:space-between;
	align-items: center;
    position:relative;
    margin-bottom:5px;
}
.wimg{
    border-radius:20px;
    margin-top:10px;
	min-width:140px !important;
}
.multi-cell1{
    display:inline-block;
    margin-right:25px;
    display: flex;
    flex-direction: row;
}
.multi-cell2{
width:100%;
text-align: center;
}
.multi-cell3{
    min-width:160px;
    margin:5%;
	align-items:center;
}
.multi-cell3 p{
    padding:20px;
    background:green;
    border-radius:50px;
    text-align:center;
}
.multi-r1{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7rem;
    margin-bottom: 0.4rem;
	margin-top:5px;
	color: #000000;
}
.multi-r2{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2rem;
    margin-bottom: 0.4rem;
	color: #f57a01;
}
.multi-r3{
    font-size: 14px;
    font-weight: normal;
    line-height: 1rem;
    margin-bottom: 5px;
	color: #000000;
}
.multi-numw{
    font-size:30px;
    font-weight:bold;
    text-align: center;
    color: #fff;
    padding-top: 35px;
}
.first{
    background-image: url(/images/number_first.png);
    width:59px;
    height:106px;
    margin-right:25px;
    margin-left:10px;
    margin-top:-8px;
}
.reg{
    background-image: url(/images/number_regular.png);
    width:59px;
    height:106px;
    margin-right:25px;
    margin-left:10px;
    margin-top:-8px;
}
.multi-numb{
    font-size:30px;
    font-weight:bold;
    text-align: center;
    color: #000;
    padding-top: 35px;
}
.multi-text{
    text-align: center;
}
.multi-exclusive{
    top:-6px;
    right:-6px;
}
@media (max-width:750px){
    .warp{
        display:inline-block !important;
        width:97%;
    }
    .multi-text{
        display:none;
    }
    .multi-cell1{
        display:flex;
        width: 100%;
        justify-content: center;
}
    .multi-cell3{
        margin-bottom:15px;
    }
}