::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
* {
  box-sizing: border-box;
}
body,
select,
textarea {
  font-family: Roboto, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  color: #eee;
  background-color: #000;
}
#bg {
  background: #000 url(../images/bg-roulette.jpg) no-repeat top right;
  background-size: contain;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#top-spacer {
  height: 60px;
}
#top {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  display: flex;
  background-color: rgba(9, 14, 20, 0.92);
  border-bottom: 1px dotted rgba(194, 194, 194, 0.24);
}
#top .logo {
  width: 200px;
  height: 60px;
  display: block;
  background-size: contain;
}
#wrap {
  position: relative;
  z-index: 1;
}
#intro {
  padding: 10px 0;
}
#intro .header {
  font-weight: 600;
  font-size: 24px;
  font-family: Teko, sans-serif;
  text-transform: uppercase;
  width: 170px;
  line-height: 1;
}
#intro .subheader {
  display: none;
  font-size: 16px;
}
#intro .date-updated {
  padding-top: 10px;
  color: #f5c22a;
  font-style: italic;
  line-height: 1;
}
#intro .badges {
  padding-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
  line-height: 32px;
}
#intro .badges .badge {
  font-size: 11px;
  line-height: 20px;
  margin-right: 9px;
  padding: 2px 0 0 19px;
  background: no-repeat center left;
  background-size: 16px 16px;
}
#intro .badges .badge:last-child {
  margin-right: 0;
}
#intro .badges .badge-flag {
  background-image: url(../images/flag-au.svg);
}
#intro .badges .badge-secure {
  background-image: url(../images/tick-legal.svg);
}
#intro .badges .badge-wallet {
  background-image: url(../images/tick-wallet.svg);
}
#intro .badges .date {
  display: none;
  padding-left: 0;
}
#offers {
  padding: 10px 0;
}
#offers .container {
  padding: 0;
}
#offers .offer-head,
#offers .offer-body {
  display: flex;
  justify-content: space-between;
}
#offers .offer-head {
  display: none;
}
#offers .offer-body {
  flex-wrap: wrap;
  background-color: #101010;
  margin-bottom: 5px;
  border: 1px solid #242728;
  position: relative;
  z-index: 10;
}
#offers .offer-body:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55%;
  right: 55%;
  z-index: -1;
  transform: skewX(15deg);
  background: #192024;
}
#offers .offer-body > div {
  padding: 10px;
}
#offers .offer-body .offer-badge {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0;
}
#offers .offer-body .offer-badge .badge {
  padding: 0 6px;
  text-align: center;
  background: #f33;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#offers .offer-body .offer-badge .badge:after,
#offers .offer-body .offer-badge .badge span {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  right: -7px;
  z-index: 2;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 7px solid #f33;
}
#offers .offer-body .offer-badge .badge:after {
  z-index: -1;
  top: 1px;
  filter: blur(1px);
  border-left-color: rgba(0, 0, 0, 0.3);
}
#offers .offer-body .offer-logo {
  flex-basis: 50%;
  padding-top: 22px;
}
#offers .offer-body .offer-logo a {
  display: block;
}
#offers .offer-body .offer-logo img {
  object-fit: contain;
  width: 78%;
  vertical-align: middle;
}
#offers .offer-body .offer-bonus {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px 0 0;
  height: 80px;
}
#offers .offer-body .offer-bonus .bonus {
  font-family: Teko, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 22px;
}
#offers .offer-body .offer-bonus .bonus strong {
  display: block;
  line-height: 1;
}
#offers .offer-body .offer-bonus .welcome {
  display: none;
}
#offers .offer-body .offer-rating {
  padding-left: 0;
  padding-right: 0;
  flex-basis: 28%;
  text-align: center;
  align-self: flex-end;
}
#offers .offer-body .offer-rating .stars {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-family: icomoon;
  color: #f5c22a;
}
#offers .offer-body .offer-rating .stars > div {
  margin-left: 1px;
}
#offers .offer-body .offer-rating .stars > div:first-child {
  margin-left: 0;
}
#offers .offer-body .offer-rating .stars > div:nth-child(1),
#offers .offer-body .offer-rating .stars > div:nth-child(5) {
  font-size: 11px;
}
#offers .offer-body .offer-rating .stars > div:nth-child(2),
#offers .offer-body .offer-rating .stars > div:nth-child(4) {
  font-size: 13px;
}
#offers .offer-body .offer-rating .stars > div:nth-child(3) {
  font-size: 15px;
}
#offers .offer-body .offer-rating .stars > .active:after {
  content: "\E915";
}
#offers .offer-body .offer-rating .stars > .inactive:after {
  content: "\E914";
}
#offers .offer-body .offer-rating .stars > .half:after {
  content: "\E917";
}
#offers .offer-body .offer-rating .votes {
  font-size: 11px;
  line-height: 1;
  margin-top: 3px;
}
#offers .offer-body .offer-score {
  flex-basis: 22%;
  text-align: center;
  align-self: flex-end;
}
#offers .offer-body .offer-score .score {
  font-size: 34px;
  font-family: Teko, sans-serif;
  line-height: 30px;
  text-decoration: none;
  color: inherit;
}
#offers .offer-body .offer-score .our-score {
  font-size: 11px;
  line-height: 1;
  margin-top: 3px;
  display: block;
}
#offers .offer-body .offer-cta {
  flex-basis: 50%;
  text-align: center;
  align-self: flex-end;
}
#offers .offer-body .offer-cta .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.22);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa700),
    to(#ffe220)
  );
  text-decoration: none;
  padding: 6px 14px;
}
#offers .offer-body .offer-cta .btn span {
  display: block;
  font-family: Teko, sans-serif;
  font-size: 19px;
  line-height: 1;
  margin-top: 4px;
  font-weight: 600;
  color: #090e14;
  text-transform: uppercase;
}
#offers .offer-body .offer-cta .btn:after {
  content: "";
  background: url(../images/arr-down.svg) no-repeat;
  display: block;
  transform: rotate(-90deg);
  width: 12px;
  height: 8px;
  margin-left: 5px;
  transition: all 0.3s;
}
#offers .offer-body .offer-cta .btn:hover:after {
  margin-left: 10px;
}
#offers .offer-body .offer-cta .lnk {
  display: none;
  margin-top: 8px;
  font-size: 13px;
  color: inherit;
}
#offers .offer-body .offer-cta .lnk:hover {
  text-decoration: none;
}
#about {
  background-color: #000;
  color: #666;
  text-align: justify;
  padding-top: 15px;
}
#about .container h2:first-child {
  margin-top: 0;
}
#footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}
#footer {
  background-color: #232732;
}
#footer a {
  color: #c9caca;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .footer-left,
#footer .footer-right {
  padding: 15px 0;
}
#footer .footer-left .logo {
  width: 100%;
  max-width: 166px;
  height: 30px;
  display: block;
  background-size: contain;
  filter: grayscale(100%);
}
#footer .footer-left .copyright {
  padding-top: 15px;
}
#footer .footer-right img {
  display: inline-block;
  padding-left: 15px;
}
.logo {
  background-size: contain;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}
.text-yellow {
  color: #f5c22a !important;
}
@media (min-width: 361px) {
  #offers .offer-body .offer-rating .stars > div:nth-child(1),
  #offers .offer-body .offer-rating .stars > div:nth-child(5) {
    font-size: 13px;
  }
  #offers .offer-body .offer-rating .stars > div:nth-child(2),
  #offers .offer-body .offer-rating .stars > div:nth-child(4) {
    font-size: 15px;
  }
  #offers .offer-body .offer-rating .stars > div:nth-child(3) {
    font-size: 17px;
  }
  #offers .offer-body .offer-rating .votes {
    font-size: 13px;
  }
  #offers .offer-body .offer-score .score {
    font-size: 44px;
  }
  #offers .offer-body .offer-score .our-score {
    font-size: 13px;
  }
  #offers .offer-body .offer-cta .btn span {
    font-size: 22px;
  }
}
@media (min-width: 760px) {
  #top .logo {
    width: 240px;
    height: 70px;
  }
  #intro {
    padding-top: 25px;
  }
  #intro .header {
    font-weight: 700;
    font-size: 42px;
    font-family: inherit;
    text-transform: none;
    width: auto;
    line-height: inherit;
  }
  #intro .subheader {
    display: block;
  }
  #intro .badges {
    padding-top: 15px;
  }
  #intro .badges .badge {
    font-size: 14px;
    margin-right: 15px;
  }
  #intro .date-updated {
    display: none;
  }
  #intro .badges .date {
    display: block;
  }
  #intro .badges .date .text-yellow {
    font-weight: 700;
  }
  #offers .offer-head {
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    color: #555;
    padding: 10px 0;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
  }
  #offers .offer-body {
    color: #000;
    background: #fff;
    margin-top: 10px;
    border: none;
  }
  #offers .offer-head > div,
  #offers .offer-body > div,
  #offers .offer-body .offer-logo,
  #offers .offer-body .offer-bonus,
  #offers .offer-body .offer-rating,
  #offers .offer-body .offer-score,
  #offers .offer-body .offer-cta {
    position: relative;
    padding: 0 15px;
    align-self: center;
  }
  #offers .offer-body:after {
    display: none;
  }
  #offers .offer-body > div:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #offers .offer-body > div.offer-badge:after,
  #offers .offer-body > div.offer-logo:after {
    display: none;
  }
  #offers .offer-head .offer-logo,
  #offers .offer-body .offer-logo {
    flex-basis: 25%;
  }
  #offers .offer-head .offer-bonus,
  #offers .offer-body .offer-bonus {
    flex-basis: 20%;
  }
  #offers .offer-head .offer-rating,
  #offers .offer-body .offer-rating {
    flex-basis: 20%;
  }
  #offers .offer-head .offer-score,
  #offers .offer-body .offer-score {
    flex-basis: 10%;
  }
  #offers .offer-head .offer-cta,
  #offers .offer-body .offer-cta {
    flex-basis: 25%;
  }
  #offers .offer-body .offer-badge {
    margin-left: -10px;
    top: 5px;
  }
  #offers .offer-body .offer-badge .badge {
    font-size: 14px;
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
  }
  #offers .offer-body .offer-badge .badge:before {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #ab2121;
    border-left: 10px solid transparent;
  }
  #offers .offer-body .offer-badge .badge:after,
  #offers .offer-body .offer-badge .badge span {
    display: block;
    right: -12px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 12px;
  }
  #offers .offer-body .offer-logo {
    align-self: center;
    position: relative;
    height: 126px;
  }
  #offers .offer-body .offer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 10;
    transition: transform 300ms;
  }
  #offers .offer-body .offer-logo a {
    display: block;
    max-width: 70%;
    height: 100%;
  }
  #offers .offer-body .offer-logo a:hover img {
    transform: scale(1.1);
  }
  #offers .offer-body .offer-logo a span {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: skewX(32deg);
    transform: skewX(32deg);
  }
  #offers .offer-body .offer-logo a span:nth-child(2) {
    opacity: 1;
    left: 0;
    right: 80px;
    -webkit-transform: none;
    transform: none;
  }
  #offers .offer-body .offer-logo a span:nth-child(3) {
    opacity: 1;
    right: 39px;
    width: 100px;
    z-index: 4;
  }
  #offers .offer-body .offer-logo a span:nth-child(4) {
    opacity: 0.8;
    right: 30px;
    width: 10px;
    z-index: 3;
  }
  #offers .offer-body .offer-logo a span:nth-child(5) {
    opacity: 0.4;
    right: 15px;
    width: 15px;
    z-index: 2;
  }
  #offers .offer-body .offer-logo a span:nth-child(6) {
    opacity: 0.2;
    right: 0;
    width: 15px;
    z-index: 1;
  }
  #offers .offer-body .offer-bonus .bonus {
    color: #000;
    font-size: 22px;
  }
  #offers .offer-body .offer-rating .stars > div:nth-child(1),
  #offers .offer-body .offer-rating .stars > div:nth-child(5) {
    font-size: 16px;
  }
  #offers .offer-body .offer-rating .stars > div:nth-child(2),
  #offers .offer-body .offer-rating .stars > div:nth-child(4) {
    font-size: 18px;
  }
  #offers .offer-body .offer-rating .stars > div:nth-child(3) {
    font-size: 20px;
  }
  #offers .offer-body .offer-score .score {
    font-size: 32px;
    padding-top: 10px;
    display: block;
  }
  #offers .offer-body .offer-score .our-score {
    display: none;
  }
  #offers .offer-body .offer-cta .btn {
    padding: 10px 18px;
  }
  #offers .offer-body .offer-cta .lnk {
    display: block;
    margin-top: 10px;
  }
  #about {
    background-color: #fff;
    padding: 25px 0;
  }
}
@media (min-width: 1170px) {
  #offers .offer-body {
    border-radius: 14px 8px 8px 14px;
  }
  #offers .offer-body .offer-logo a span:nth-child(2) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media (max-width: 760px) {
  #offers .offer-body .offer-logo a.colors-set {
    background-color: transparent !important;
  }
}
