@charset "UTF-8";
/*Fonts*/
@font-face {
  font-family: "JottFLF-Bold";
  src: url("../css/fonts/JottFLF-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JottFLF-BoldItalic";
  src: url("../css/fonts/JottFLF-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JottFLF-Casual";
  src: url("../css/fonts/JottFLF-Casual.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JottFLF-Italic";
  src: url("../css/fonts/JottFLF-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../css/fonts/oswald-v36-latin-regular.woff") format("woff"), url("../css/fonts/oswald-v36-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../css/fonts/oswald-v36-latin-500.woff") format("woff"), url("../css/fonts/oswald-v36-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../css/fonts/oswald-v36-latin-700.woff") format("woff"), url("../css/fonts/oswald-v36-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../css/fonts/roboto-v20-latin-regular.woff") format("woff"), url("../css/fonts/roboto-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../css/fonts/roboto-v20-latin-500.woff") format("woff"), url("../css/fonts/roboto-v20-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../css/fonts/roboto-v20-latin-900.woff") format("woff"), url("../css/fonts/roboto-v20-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../css/fonts/roboto-condensed-v19-latin-regular.woff") format("woff"), url("../css/fonts/roboto-condensed-v19-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../css/fonts/roboto-condensed-v19-latin-700.woff") format("woff"), url("../css/fonts/roboto-condensed-v19-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*Main Menu*/
/*FrontPage First Section*/
/*FrontPage Games Section*/
/*FrontPage Promo Section*/
/*FrontPage Winners Section*/
/*Winners Scroller*/
/* Make it move */
@keyframes scroll {
  0% {
    left: 1000px;
  }
  100% {
    left: -13000px;
  }
}
/* Subpages */
/* Games */
/* Promotions */
/* Blog */
/* Footer */
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  color: #fff;
  background-color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body h1 {
  font-family: "Oswald", sans-serif;
}
body h2 {
  font-family: "Oswald", sans-serif;
}
body h3 {
  font-family: "Oswald", sans-serif;
}
body h4 {
  font-family: "Oswald", sans-serif;
}
body h5 {
  font-family: "Oswald", sans-serif;
}
body a {
  font-family: "Oswald", sans-serif;
  color: #98202e;
  text-decoration: underline;
}
body p {
  font-size: 14px;
}

a:hover {
  text-decoration: underline;
}
a:hover button {
  background: #f7ce04;
  color: #98202e;
  text-decoration: none;
}
a:hover.instant-play {
  background: #f0d310;
  text-decoration: none;
  color: #98202e;
}
a:hover.btn {
  background: #f0d310;
  text-decoration: none;
  color: #98202e;
}

button {
  padding: 10px 40px;
  color: #980d13;
  background: #ffdd00;
  border: none;
}

table {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
table th {
  color: #98232d;
  font-size: 1em;
}
table td {
  font-size: 1em;
}
table td a {
  text-decoration: none;
}

.table > tbody > tr > td {
  border: none;
  vertical-align: middle;
}
.table > tbody > tr > th {
  border: none;
  vertical-align: top;
}
.table > tfoot > tr > td {
  border: none;
  vertical-align: middle;
}
.table > tfoot > tr > th {
  border: none;
  vertical-align: middle;
}
.table > thead > tr > td {
  border: none;
  vertical-align: middle;
}
.table > thead > tr > th {
  border: none;
  vertical-align: middle;
}

.table-responsive {
  border: none;
  display: block;
}

.container {
  position: relative;
  padding: 20px 15px;
}

a.instant-play {
  font-size: 1.5em;
  padding: 10px 40px;
  color: #980d13;
  background: #ffdd00;
  border: none;
  border-radius: 0;
  text-decoration: none;
}

a.btn {
  font-size: 1.5em;
  padding: 10px 40px;
  color: #980d13;
  background: #ffdd00;
  border: none;
  border-radius: 0;
  text-decoration: none;
}

#mainmenu {
  border-top: none;
  box-shadow: none;
  padding: 30px 0 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar {
  background: #98202e;
  margin: 0;
  border-radius: 0;
  padding: 5px 0;
  border: none;
  z-index: 999;
}
.navbar .container {
  padding: 0;
}
.navbar .header-buttons {
  position: absolute;
  left: 0;
  width: 100px;
  margin: 8px 0;
  text-align: right;
}
.navbar .header-buttons a {
  border: 1px solid #f7ce04;
  display: inline-block;
  font-size: 12px;
  margin: 0 4px;
  padding: 7px 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.navbar .header-buttons a:last-child {
  margin-right: 0;
}
.navbar .header-buttons a.download {
  color: #f7ce04;
}
.navbar .header-buttons a.register {
  color: #f7ce04;
}
.navbar .header-buttons a:focus {
  background: #f7ce04;
  color: #98202e;
  text-decoration: none;
}
.navbar .header-buttons a:hover, .navbar .header-buttons a.download:hover, .navbar .header-buttons a.register:hover {
  background: #f7ce04;
  color: #98202e;
  text-decoration: none;
}
.navbar .header-buttons a.instant-play:hover {
  background: #98202e;
  color: #f7ce04;
}
.navbar .nav li {
  display: block;
  text-align: center;
}
.navbar .nav li span {
  color: #fff;
  padding: 9px 13px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}
.navbar .nav li a {
  color: #fff;
  padding: 9px 13px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}
.navbar .nav li a:focus {
  background-color: transparent;
  color: #f7ce04;
}
.navbar .nav li a:hover {
  background-color: transparent;
  color: #f7ce04;
}
.navbar .nav li a.header-logo {
  padding: 0;
}
.navbar .nav li a.header-logo img {
  position: absolute;
  top: -5px;
}
.navbar .nav li.item-108 {
  z-index: 99;
  display: none;
}
.navbar .nav li.item-108 img {
  width: 125px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar div.logo {
  background-image: url(/templates/slotscapital/img/logo.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80% auto;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  height: 100px;
  width: 150px;
  z-index: 999;
}

#navbar-main .navbar-collapse {
  width: 100%;
}

.navbar.affix {
  top: 0;
  left: 0;
  right: 0;
}
.navbar.affix .nav li.item-108 img {
  width: 115px;
}
.navbar.affix .nav li.item-101 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar.affix div.logo {
  width: 105px;
  height: 58px;
}

.navbar-toggle {
  border: none;
}

.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #f7ce04;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
  background-color: #980d13;
}

.frontpage {
  height: 100%;
}
.frontpage .first-slide .custom {
  background-position: 99% center;
}

.wrapper {
  height: 100%;
  max-height: 100%;
}
.wrapper .logo {
  background-image: url(/templates/slotscapital/img/logo.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 60% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 161px;
  width: 237px;
  z-index: 999;
}

.first-slide {
  display: table;
  min-height: 100%;
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.first-slide .custom {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
}
.first-slide .custom h1 {
  font-size: 6em;
  color: #98202e;
}
.first-slide .custom h2 {
  font-size: 4em;
}
.first-slide .custom div {
  font-size: 4em;
  font-family: "Oswald", sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}
.first-slide .custom h3 {
  font-size: 2em;
}
.first-slide .custom a:hover button {
  background: #f0d310;
  color: #98202e;
}
.first-slide .custom button {
  font-size: 2em;
  margin-top: 20px;
}
.first-slide .image_down {
  bottom: 10px;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}
.first-slide .image_down img {
  cursor: pointer;
  max-width: 100%;
}

.landingpage .first-slide .custom {
  background-position: 99% center;
}
.landingpage .games {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.landingpage .games .game {
  text-align: center;
  margin-bottom: 10px;
}
.landingpage .games .game img {
  max-width: 100%;
}

.landingpage.template {
  height: 100%;
}

.second-fp-part {
  display: block;
  background-color: #ebebeb;
  color: #000;
  padding-top: 0;
}
.second-fp-part .title-text {
  text-align: center;
}
.second-fp-part .title-text h2 {
  color: #98232d;
  font-size: 2em;
  text-transform: uppercase;
}
.second-fp-part .title-text > p {
  display: none;
  font-size: 1.5em;
  margin-bottom: 30px;
}
.second-fp-part .games-container .fp-game {
  margin-bottom: 20px;
}
.second-fp-part .games-container .fp-game .frame {
  background-color: #fff;
  padding: 10px 10px 50px;
  position: relative;
}
.second-fp-part .games-container .fp-game .frame > span {
  position: absolute;
  bottom: 10px;
  left: 15px;
  text-align: left;
  width: 50%;
}
.second-fp-part .games-container .fp-game .frame > div.mobile {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-image: url(/images/mobile-icon.png);
  width: 22px;
  height: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.second-fp-part .games-container .fp-game .corner-text-wrapper {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  clip: rect(0px, 81.421px, 45.711px, 0px);
  height: 212.421px;
  position: absolute;
  right: -5.711px;
  top: -20.7107px;
  width: 141.421px;
  z-index: 110;
}
.second-fp-part .games-container .fp-game .corner-text {
  color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 20px;
  top: 20px;
  background-color: #980d13;
  display: block;
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: 111;
}
.second-fp-part .games-container .fp-game .corner-text span {
  position: relative;
  top: 6px;
  left: 10px;
  display: block;
  text-align: center;
  color: #fbf200;
  font-weight: bold;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.second-fp-part .games-container .fp-game img {
  max-width: 100%;
  z-index: 99;
  display: block;
  margin: auto;
}
.second-fp-part .games-container .fp-game .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  background: rgba(165, 165, 159, 0);
  z-index: 102;
}
.second-fp-part .games-container .fp-game .overlay span {
  display: none;
  background: #ffdd00 none repeat scroll 0 0;
  border: medium none;
  color: #980d13;
  border-radius: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 10px auto;
}
.second-fp-part .games-container .fp-game a:hover .overlay {
  background: rgba(165, 165, 159, 0.6);
  text-decoration: none;
}
.second-fp-part .games-container .fp-game a:hover .overlay span {
  display: block;
}
.second-fp-part .container .fp-game-arrow {
  position: absolute;
  top: 200px;
}
.second-fp-part .container .fp-game-arrow img {
  cursor: pointer;
  width: 50%;
}
.second-fp-part .fp-game-arrow.prev {
  left: 0;
}
.second-fp-part .fp-game-arrow.next {
  right: 0;
}
.second-fp-part .fp-game-arrow.next img {
  float: right;
}
.second-fp-part .btn_wrapper {
  margin: 30px auto;
  display: block;
  text-align: center;
}

.mod_games .element {
  background-color: #fff;
  padding: 10px 10px 50px;
  position: relative;
  width: 120px;
  height: 150px;
  margin: 5px 10px;
}
.mod_games .element .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  background: rgba(165, 165, 159, 0);
  z-index: 102;
}
.mod_games .element .overlay span {
  display: none;
  background: #ffdd00 none repeat scroll 0 0;
  border: medium none;
  color: #980d13;
  border-radius: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 10px auto;
  margin: 16px auto;
  text-decoration: none;
}
.mod_games .element .overlay a {
  text-decoration: none;
}
.mod_games .element:hover .overlay {
  background: rgba(165, 165, 159, 0.6);
  text-decoration: none;
}
.mod_games .element:hover .overlay span {
  display: block;
}
.mod_games .element .corner-text-wrapper {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  clip: rect(0px, 81.421px, 45.711px, 0px);
  height: 212.421px;
  position: absolute;
  right: -20.7107px;
  top: -20.7107px;
  width: 141.421px;
  z-index: 110;
}
.mod_games .element .corner-text {
  color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 20px;
  top: 20px;
  background-color: #980d13;
  display: block;
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: 111;
}
.mod_games .element .corner-text span {
  position: relative;
  top: 6px;
  left: 10px;
  display: block;
  text-align: center;
  color: #fbf200;
  font-weight: bold;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod_games .element img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 100;
}
.mod_games .element p {
  bottom: 0px;
  left: 10px;
  position: absolute;
  margin-bottom: 0;
  text-align: left;
  width: 60%;
}
.mod_games .element > div.mobile {
  position: absolute;
  bottom: 0px;
  right: 10px;
  background-image: url(/images/mobile-icon.png);
  width: 22px;
  height: 27px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.mod_games .element a:hover {
  text-decoration: none;
}
.mod_games .more_games {
  margin: 30px 0 20px;
}
.mod_games .more_games button {
  font-size: 1.5em;
}

.mod_games_container .navbar-toggle {
  float: none;
  display: block;
  margin: 0 auto 10px;
  cursor: pointer;
  text-align: center;
  background-color: #98202e;
  color: #fff;
  text-transform: uppercase;
}
.mod_games_container .navbar-collapse.in .btn-group {
  display: block;
}

.third-fp-part {
  background: #891f29;
  background: -webkit-linear-gradient(left, #891f29, #80586c);
  background: -o-linear-gradient(right, #891f29, #80586c);
  background: -moz-linear-gradient(right, #891f29, #80586c);
  background: linear-gradient(to right, #891f29, #80586c);
}
.third-fp-part .container .fp-promo-arrow {
  position: absolute;
  top: 215px;
}
.third-fp-part .container .fp-promo-arrow img {
  cursor: pointer;
  width: 50%;
}
.third-fp-part .fp-promo-arrow.prev {
  left: 0;
}
.third-fp-part .fp-promo-arrow.next {
  right: 0;
}
.third-fp-part .fp-promo-arrow.next img {
  float: right;
}
.third-fp-part .custom h2 {
  font-size: 2em;
}
.third-fp-part .custom p {
  display: none;
  font-size: 1.5em;
}
.third-fp-part .fp-promo {
  color: #000;
  background-color: #fff;
  margin: 35px 0;
  height: 280px;
}
.third-fp-part .fp-promo .promo-image {
  position: absolute;
  right: 0;
  top: 30px;
}
.third-fp-part .fp-promo .promo-image img {
  max-width: 100%;
}
.third-fp-part .fp-promo .promo-text {
  padding: 20px 15px;
}
.third-fp-part .fp-promo .promo-text a.btn {
  font-size: 1.5em;
  padding: 10px 40px;
  color: #980d13;
  background: #ffdd00;
  border: none;
  border-radius: 0;
}
.third-fp-part .fp-promo .promo-text a:hover.btn {
  background: #f0d310;
  text-decoration: none;
}
.third-fp-part .btn_wrapper {
  margin: 30px auto;
  display: block;
  text-align: center;
}

.fourth-fp-part {
  background-color: #000;
  color: #fff;
}

.fifth-fp-part {
  background-color: #000;
  color: #fff;
}

#winners > h2 {
  margin: 6px 0;
  font-size: 1.5em;
  text-transform: uppercase;
}

.scroller {
  padding: 3px;
  overflow: hidden;
}

#scroller {
  font-family: "Oswald", sans-serif;
  display: block;
  position: relative;
  width: 20000px;
  animation: scroll linear infinite;
  animation-duration: 120s;
  padding: 3px;
}
#scroller:hover {
  animation-play-state: paused;
}
#scroller > li {
  margin: 3px 15px;
  float: left;
  list-style: none;
}
#scroller > li .winner {
  color: #ffee00;
}

.fpsection {
  margin-bottom: 20px;
}
.fpsection .section_img img {
  max-width: 60%;
  display: block;
  margin: auto;
}
.fpsection .section_text .main_text ul {
  padding-left: 15px;
}
.fpsection .section_text .main_text a.btn {
  margin: 5px 0;
  width: 175px;
  font-size: 1em;
  padding: 6px 12px;
}
.fpsection .section_container > h2 {
  color: #ffee00;
  text-transform: uppercase;
  font-size: 2em;
}

.sixth-fp-part {
  background-color: #171717;
}
.sixth-fp-part .fp-sub-form {
  background-color: #2e2d2d;
  background-image: url("/templates/slotscapital/img/form-image.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 10% auto;
  padding: 40px 0;
  margin-top: 60px;
  min-height: 340px;
}
.sixth-fp-part .fp-sub-form .modns {
  text-align: center;
}
.sixth-fp-part .fp-sub-form .modns .input-group {
  width: 300px;
  margin: 0 auto 10px;
}
.sixth-fp-part .fp-sub-form .modns .input-group input {
  margin: auto;
  display: block;
  background-color: transparent;
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
}
.sixth-fp-part .fp-sub-form .modns .input-group .btn.btn-primary {
  font-size: 1.5em;
  padding: 10px 40px;
  color: #980d13;
  background: #ffdd00;
  border: none;
  border-radius: 0;
}
.sixth-fp-part .fp-sub-form .modns .input-group .btn.btn-primary:hover {
  background: #f0d310;
  text-decoration: none;
  color: #98202e;
}
.sixth-fp-part .fp-sub-form .modns .modnsintro h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.sixth-fp-part .fp-sub-form h2 {
  text-align: center;
}
.sixth-fp-part .fp-sub-form h3 {
  text-align: center;
}
.sixth-fp-part .fp-sub-form .modns.thank-you-text {
  margin-top: 90px;
  text-align: center;
}
.sixth-fp-part .fp-sub-form .modns_error {
  padding-left: 20px;
  color: #ac1b2c;
}
.sixth-fp-part .support-text h2 {
  font-size: 2em;
  text-align: center;
}
.sixth-fp-part .support-text table {
  width: 300px;
  margin: auto;
}
.sixth-fp-part .support-text table img {
  width: 100%;
}
.sixth-fp-part .support-text h3 {
  font-size: 1.3em;
}
.sixth-fp-part .support-text div.h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  color: #fff;
}
.sixth-fp-part .support-text p {
  color: #858585;
}
.sixth-fp-part .support-text a {
  color: #ffde00;
}

.subnav {
  background-color: #e3e3e3;
  color: #000;
}
.subnav .nav {
  text-align: center;
  border-radius: 4px;
}
.subnav .nav li {
  display: inline-block;
  border-left: 1px solid #fff;
}
.subnav .nav li:first-child {
  border-left: none;
}
.subnav .nav li a {
  background-color: #98202e;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
}
.subnav .nav li a:hover {
  background-color: #98202e;
  color: #ffde00;
}
.subnav .nav li.current a {
  background-color: #98202e;
  color: #ffde00;
}
.subnav .nav li.current a:focus {
  background-color: #98202e;
  color: #ffde00;
}
.subnav .nav li.current a:hover {
  background-color: #98202e;
  color: #ffde00;
}

.parent_promotions .subnav .nav li a {
  padding: 10px 5px;
  font-size: 0.7em;
}

.contentpage .navbar .nav li.item-108 img {
  width: 115px;
}
.contentpage .navbar .nav li.item-101 {
  padding-left: 0;
}

.main-content {
  background-color: #e3e3e3;
  color: #000;
}

.subpage-heading .custom img {
  background-size: cover;
  max-width: 100%;
}
.subpage-heading .custom p {
  margin: 0;
}

.subpage-content #content .page-header h1 {
  margin-top: 10px;
}

.mod_games_menu {
  text-align: center;
  margin-bottom: 35px;
}
.mod_games_menu .btn-group {
  width: 100%;
  display: block;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.mod_games_menu .btn-group.fadein {
  display: none;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.mod_games_menu button {
  background-color: #98202e;
  color: #fff;
  width: 100%;
  font-size: 1em;
  border-radius: 0;
  padding: 10px 7px;
  float: none;
  display: block;
  text-align: center;
}
.mod_games_menu button.btn-default.active {
  background-color: #98202e;
  color: #ffde00;
}
.mod_games_menu button.btn-default.active:active {
  background-color: #98202e;
  color: #ffde00;
}
.mod_games_menu button.btn-default.active:hover {
  background-color: #98202e;
  color: #ffde00;
}
.mod_games_menu button.btn-default.active:focus {
  background-color: #98202e;
  color: #ffde00;
}
.mod_games_menu button.btn-default:active {
  background-color: #98202e;
  color: #ffde00;
}
.mod_games_menu button.btn-default:focus {
  background-color: #98202e;
  color: #ffde00;
}
.mod_games_menu button.btn-default:hover {
  background-color: #98202e;
  color: #ffde00;
}

.mod_games.subpage-games {
  text-align: center;
}

.blog2 .items-row {
  margin-bottom: 30px;
}
.blog2 .page-header {
  padding-left: 15px;
  border-bottom: none;
}
.blog2 .page-header h1 {
  color: #98232d;
  margin-bottom: 0;
  font-size: 2em;
}
.blog2 h2 {
  color: #98232d;
  margin-bottom: 0;
  font-size: 1.5em;
  margin: 0;
}
.blog2 h3 {
  color: #98232d;
  margin-bottom: 0;
  font-size: 1em;
  margin: 0;
  margin-bottom: 20px;
}
.blog2 .item-image {
  display: none;
}
.blog2 .image-part {
  margin-bottom: 20px;
}
.blog2 .image-part img {
  max-width: 100%;
}
.blog2 .item-image.pull-left {
  float: none !important;
}
.blog2 .item-image.pull-right {
  float: none !important;
}
.blog2 .image-part.pull-left {
  float: none !important;
}
.blog2 .image-part.pull-right {
  float: none !important;
}
.blog2 table tr {
  height: 45px !important;
}
.blog2 table td {
  text-align: center;
  vertical-align: middle;
}
.blog2 .intro-image .pull-left {
  float: none !important;
}
.blog2 .intro-image .pull-right {
  float: none !important;
}

#content table tr {
  height: 45px !important;
}
#content table td {
  text-align: center;
  vertical-align: middle;
}
#content .text-no-image img {
  max-width: 100%;
}
#content .text-no-image h1 {
  color: #98232d;
}
#content .text-no-image h2 {
  color: #98232d;
}
#content .text-no-image h3 {
  color: #98232d;
}
#content .text-no-image img.pull-right {
  float: none !important;
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
}
#content .text-no-image img.pull-left {
  float: none !important;
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
}

.blog h1 {
  color: #98232d;
  margin: 20px 0;
  font-size: 2em;
}
.blog h2 {
  font-size: 1.5em;
}
.blog h3 {
  font-size: 1em;
}
.blog .intro-image {
  padding-left: 0;
  text-align: center;
  margin-bottom: 20px;
}
.blog .intro-image .pull-left {
  float: none !important;
}
.blog .intro-image .pull-right {
  float: none !important;
}
.blog .intro-image .item-image img {
  max-width: 40%;
}
.blog .items-row {
  margin-bottom: 20px;
}
.blog .intro-content .page-header {
  border: none;
  margin-bottom: 0;
}
.blog .intro-content .page-header h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.5em;
}
.blog .intro-content .page-header h2 a {
  color: #98232d;
  text-transform: uppercase;
  font-size: 0.8em;
  text-decoration: none;
}
.blog .intro-content .readmore a {
  font-size: 1em;
}
.blog .intro-content .article-info dt {
  display: none;
}

.widgets {
  margin-bottom: 20px;
}
.widgets .box .box_image img {
  max-width: 100%;
}
.widgets .box h3 {
  color: #98202e;
  font-size: 1.3em;
}

.accordion {
  margin: 50px 0;
}
.accordion dt {
  padding: 10px;
  border-bottom: 0;
  cursor: pointer;
  width: 90%;
}
.accordion dt a {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  color: #98232d;
  text-decoration: none;
}
.accordion dt a:after {
  content: "➕";
  position: absolute;
  right: 20px;
  color: #98232d;
}
.accordion dd {
  padding: 10px;
  border-bottom: 0;
  border-top: 0;
  font-size: 1.1em;
  border-top: 1px solid white;
}
.accordion dd a {
  display: block;
  color: #000;
  font-weight: bold;
}
.accordion dd:last-of-type {
  position: relative;
  top: -1px;
}
.accordion dt.active a:after {
  content: "➖";
}

.footer {
  background-color: #000;
  color: #888383;
}
.footer .nav {
  text-align: center;
}
.footer .nav li {
  display: inline-block;
}
.footer .nav li a {
  color: #888383;
  text-decoration: none;
}
.footer .nav li a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
}
.footer li a:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
}
.footer .footer-logos {
  text-align: center;
  margin: 10px 0;
}
.footer .footer-logos .custom > p {
  display: inline-block;
}
.footer .footerMenu {
  margin: 20px auto;
}
.footer .footerMenu .part {
  margin-bottom: 20px;
}
.footer .footerMenu .part:last-child {
  margin-bottom: 0;
}
.footer .footerMenu .part .nav li {
  display: block;
}
.footer .footerMenu .part .nav li a {
  display: inline;
}
.footer .footerMenu .part .nav li span {
  font-size: 1.2em;
  color: #fff;
}

#pa_class-blocked-info.blocked.show {
  color: #000000;
}

.mac-cta-button {
  display: none;
}

a.instant-play.mac-cta-button {
  display: none;
}

@media only screen and (min-width: 576px) {
  .parent_promotions .subnav .nav li a {
    padding: 10px 15px;
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px) {
  body p {
    font-size: 16px;
  }

  .table-responsive {
    display: table;
  }

  table th {
    font-size: 1.3em;
  }

  .navbar .header-buttons {
    right: 0;
    left: auto;
    margin: 3px 0;
  }
  .navbar .nav li {
    display: inline-block;
    text-align: left;
  }
  .navbar .nav li a {
    font-size: 10px;
  }
  .navbar .nav li.item-108 {
    display: block;
  }

  #mainmenu {
    padding-top: 0;
  }

  #navbar-main .navbar-collapse {
    width: 88%;
  }

  .frontpage .navbar .nav li.item-101 {
    padding-left: 125px;
  }

  .navbar.affix .nav li.item-101 {
    padding-left: 115px;
  }

  .second-fp-part .title-text > p {
    display: block;
  }
  .second-fp-part .title-text h2 {
    font-size: 2.5em;
  }
  .second-fp-part .games-container .fp-game .overlay span {
    margin: 13px auto;
  }

  .mod_games .element {
    width: 168px;
    height: 170px;
  }
  .mod_games .element .overlay span {
    margin: 35px auto;
  }

  .third-fp-part .container .fp-promo-arrow img {
    max-width: 100%;
  }
  .third-fp-part .custom p {
    display: block;
  }
  .third-fp-part .custom h2 {
    font-size: 2.5em;
  }
  .third-fp-part .fp-promo {
    height: 235px;
  }

  .fpsection .section_img img {
    max-width: 100%;
  }
  .fpsection .section_text .main_text a.btn {
    width: 350px;
    font-size: 1.5em;
    padding: 10px 40px;
  }
  .fpsection .section_container > h2 {
    font-size: 2.5em;
  }

  .sixth-fp-part .support-text h2 {
    font-size: 2.5em;
  }
  .sixth-fp-part .support-text table {
    width: 400px;
  }

  .contentpage .navbar .nav li.item-101 {
    padding-left: 115px;
  }

  .mod_games_menu button {
    float: left;
    width: 16.7%;
  }

  body.itemid-120.parent_promotions .blog2 h2::before {
    content: url("/images/icons/exclusives-icon.png");
    margin-right: 15px;
  }

  body.itemid-121.parent_promotions .blog2 h2::before {
    content: url("/images/icons/rewards-icon.png");
    margin-right: 15px;
  }

  body.itemid-122.parent_promotions .blog2 h2::before {
    content: url("/images/icons/bonus-icon.png");
    margin-right: 15px;
  }

  #content .text-no-image img.pull-right {
    margin-left: 20px;
    float: right !important;
  }
  #content .text-no-image img.pull-left {
    margin-right: 20px;
    float: left !important;
  }

  .blog2 .page-header h1 {
    font-size: 2.5em;
  }
  .blog2 h2 {
    font-size: 2em;
  }
  .blog2 h3 {
    font-size: 1.5em;
  }

  .blog .intro-image {
    margin-bottom: 0;
  }
  .blog .intro-image .item-image img {
    max-width: 100%;
  }
  .blog .intro-content .page-header h2 {
    margin-top: 10px;
  }
  .blog .intro-content .page-header h2 a {
    font-size: 1em;
  }
  .blog .intro-content .readmore a {
    font-size: 1.5em;
  }
  .blog h1 {
    font-size: 2.5em;
  }
  .blog h2 {
    font-size: 2em;
  }
  .blog h3 {
    font-size: 1.5em;
  }

  .footerMenu .part {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .header-buttons {
    width: 288px;
  }
  .navbar .nav li.item-108 img {
    width: 150px;
  }
  .navbar .nav li span {
    font-size: 14px;
  }
  .navbar .nav li a {
    font-size: 11px;
  }

  #navbar-main .navbar-collapse {
    width: 75%;
  }

  .frontpage .navbar .nav li.item-101 {
    padding-left: 150px;
  }

  .second-fp-part {
    padding-top: 75px;
  }
  .second-fp-part .games-container .fp-game .overlay span {
    margin: 22px auto;
  }
  .second-fp-part .games-container .fp-game .frame > span {
    width: 65%;
  }
  .second-fp-part .container .fp-game-arrow img {
    max-width: 100%;
  }

  .third-fp-part .container .fp-promo-arrow {
    top: 190px;
  }

  html.mac .navbar .header-buttons {
    width: 325px;
  }
}
@media only screen and (min-width: 1200px) {
  .frontpage .navbar .nav li.item-101 {
    padding-left: 185px;
  }

  .navbar .nav li.item-108 img {
    width: 170px;
  }
  .navbar .nav li span {
    font-size: 15px;
  }
  .navbar .nav li a {
    font-size: 15px;
  }

  .wrapper .logo {
    background-size: 100% auto;
  }

  .second-fp-part {
    padding-top: 80px;
  }
  .second-fp-part .games-container .fp-game .overlay span {
    font-size: 1.5em;
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .second-fp-part .games-container .fp-game .frame > span {
    width: 80%;
  }
  .second-fp-part .container .fp-game-arrow {
    top: 225px;
  }

  .mod_games .element {
    width: 200px;
    height: 200px;
  }
  .mod_games .element .overlay span {
    font-size: 1.5em;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin: 28px auto;
  }

  .third-fp-part .container .fp-promo-arrow {
    top: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .landingpage .special .first-slide .custom {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
  }
  .landingpage .special .first-slide h1 {
    font-size: 2em;
  }
  .landingpage .special .first-slide h2 {
    font-size: 1.3em;
  }

  .wrapper .logo {
    width: 145px;
    height: 60px;
  }

  .first-slide .custom h1 {
    font-size: 2.5em;
    margin-top: 10px;
  }
  .first-slide .custom h2 {
    font-size: 1.5em;
    margin-top: 10px;
  }
  .first-slide .custom div {
    font-size: 1.5em;
    margin-top: 10px;
  }
  .first-slide .custom h3 {
    font-size: 1em;
  }
  .first-slide .custom button {
    font-size: 1.5em;
    margin-top: 5px;
  }
  .first-slide .image_down {
    bottom: 20px;
  }

  table {
    width: 100%;
  }
}
@media only screen and (max-height: 650px) {
  .landingpage .games .game img {
    max-height: 60px;
  }
}
@media only screen and (min-width: 850px) {
  .frontpage .first-slide .custom {
    background-position: 0 center;
  }

  .landingpage .first-slide .custom {
    background-position: 0 center;
  }
}
@media only screen and (max-height: 550px) {
  .wrapper .logo {
    width: 145px;
    height: 60px;
    background-size: 60% auto;
  }
}
@media only screen and (min-width: 768px) and (min-height: 550px) and (max-height: 850px) {
  .wrapper .logo {
    background-size: 60% auto;
  }
}
@media only screen and (max-height: 850px) {
  .first-slide .custom h1 {
    font-size: 2.5em;
    margin-top: 10px;
  }
  .first-slide .custom h2 {
    font-size: 1.5em;
    margin-top: 10px;
  }
  .first-slide .custom div {
    font-size: 1.5em;
    margin-top: 10px;
  }
  .first-slide .custom h3 {
    font-size: 1em;
  }
  .first-slide .custom button {
    font-size: 1.5em;
    margin-top: 5px;
  }
  .first-slide .image_down {
    bottom: 20px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .landingpage .games .container {
    padding: 0 15px;
  }
  .landingpage .games .game {
    margin-bottom: 5px;
  }
  .landingpage .special .custom button {
    padding: 5px 40px;
    margin-top: 0;
    font-size: 1em;
  }
  .landingpage .special .first-slide h1 {
    font-size: 1.5em;
    margin-top: 0;
  }
  .landingpage .special .first-slide h2 {
    font-size: 1.2em;
    margin-top: 0;
  }
  .landingpage .special .first-slide h3 {
    font-size: 0.8em;
  }

  .wrapper .logo {
    width: 145px;
    height: 60px;
    background-size: 60% auto;
  }

  .first-slide .custom h1 {
    font-size: 2.5em;
    margin-top: 10px;
  }
  .first-slide .custom h2 {
    font-size: 1.5em;
    margin-top: 10px;
  }
  .first-slide .custom div {
    font-size: 1.5em;
    margin-top: 10px;
  }
  .first-slide .custom h3 {
    font-size: 1em;
  }
  .first-slide .custom button {
    font-size: 1.5em;
    margin-top: 5px;
  }
  .first-slide .image_down {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .fpsection {
    margin-bottom: 20px;
  }

  .sixth-fp-part .support-text table {
    width: 75%;
    margin-left: 0;
  }
  .sixth-fp-part .support-text h2 {
    text-align: left;
  }

  .mod_games_menu button {
    font-size: 1.2em;
    padding: 10px 15px;
  }

  .mod_games .element p {
    width: 80%;
  }

  .blog2 .item-image {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .blog2 .image-part {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer-logos .custom > p {
    margin-bottom: 0;
  }
  .footer .footer-logos .custom > p img {
    width: 50px;
  }
}

