/* Layout */
body {
  min-width: 1200px;
  background-color: #004d4a;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.jumbotron {
  background: url("/static/images/header_background.png") center center #ff0032;
  padding: 37px 0 37px 0;
  margin-bottom: 0px;
  text-align: center;
}
.jumbotron img {
  max-width: 400px;
  margin-bottom: 25px;
}

nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
nav > ul.language {
  float: right;
  padding-right: 30px;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.language {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

ul.language li {
  display: inline;
  padding-left: 5px;
}
ul.language li img {
  height: 36px;
}

p.para {
  width: 648px;
  bottom: 0px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.62em;
}

.content {
  background-color: #f4f4f4;
}

.container {
  max-width: calc(100% - 116px) !important;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

/* Container */
.content div.container {
  width: 95%;
  padding-top: 58px;
  padding-bottom: 58px;
}

/* Filter */
.filter {
  height: 191px;
  background-color: #004d4a;
  color: #fff;
}
.filter .text-center {
  width: 1000px;
  margin: 0 auto;
}
.filter_box {
  height: 219px;
  width: 250px;
  float: left;
  cursor: pointer;
}
.filter_box img {
  padding-top: 50px;
}
.filter_box p {
  padding-top: 20px;
  font-size: 23px;
  font-weight: bold;
}
.filter_box.active,
.filter_box:hover {
  background: url("/static/images/filter_arrow.png") bottom center no-repeat !important;
}

/* Casinos */
.table.casinos {
  margin: 0;
  background-color: #fff;
  border: 1px solid #004d4a;
  border-radius: 11px;
  border-collapse: inherit;
}
.table.casinos tbody > tr td {
  border-top: 1px solid #004d4a;
}
.table.casinos tbody > tr:first-child td {
  border: none;
}
.table.casinos tbody > tr:hover {
}
.table.casinos .image {
  width: 20%;
  min-width: 240px;
}
.table.casinos .link {
  width: 25%;
  min-width: 290px;
}
.table.casinos .subtitle {
  color: #999999;
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
}
.table.casinos tbody > tr > td {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #000;
  font-size: 1.6em;
  font-weight: normal;
  text-transform: none;
  vertical-align: middle;
}
.table.casinos tbody > tr > td > a > img {
  width: 165px;
  margin-left: 33px;
}
.table.casinos button {
  min-height: 52px;
  width: 180px;
  text-transform: uppercase;
  color: #ff0032;
  font-weight: bold;
  font-size: 0.7em;
  /*white-space: nowrap;*/
  background: none;
  border: 1px solid #ff0032;
  border-radius: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 180px;
}
.table.casinos button:hover {
  color: #fff;
  background: #ff0032;
}

button.more {
  height: 52px;
  width: 210px;
  margin-top: 58px;
  text-transform: uppercase;
  color: #ff0032;
  font-weight: bold;
  font-size: 16px;
  background: none;
  border: 1px solid #ff0032;
  border-radius: 11px;
}
button.more:hover {
  color: #fff;
  background: #ff0032;
}

/* Section */
section a,
section a:link,
section a:hover,
section a:visited {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
section.signup {
  padding: 50px 0 80px 0;
  background-color: #004d4a;
  color: #fff;
}

section p.para {
  width: 640px;
  font-size: 1.7em;
  text-align: center;
}

section.signup form {
  margin-top: 28px;
}
section.signup input,
section.signup button {
  height: 51px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
section.signup input:focus,
section.signup button:focus,
section.signup input:active,
section.signup button:active {
  outline-width: 0;
}
section.signup input.spacing {
  margin-top: 10px;
}

input.spacing {
  margin-top: 10px;
}

input.unsubscribe {
  width: 340px;
}

section.signup input {
  height: 51px;
  min-width: 380px;
  max-width: 580px;
  padding-left: 17px;
  color: #000;
  border: none;
  background-color: #fff;
}

div.agreement {
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  padding-top: 20px;
  padding-bottom: 20px;

  margin: auto;
  width: 50%;
}
section label {
  text-align: left;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  padding-left: 39px;
}
section input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  float: left;
  position: absolute;
}
section.signup input.error {
  border: 1px solid #ff0233;
}
section.signup input::placeholder {
  color: #999999;
}
section.signup button {
  margin-left: -20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: none;
  border: none;
  background-color: #b90024;
  border-radius: 11px;
  padding-left: 27px;
  padding-right: 27px;
}
section.signup button:hover {
  background-color: #ff0032;
}
section.signup .unsubscribe a {
  cursor: pointer;
}
section.signup .unsubscribe {
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
}
section.signup .unsubscribe:hover {
  color: red;
}
section.signup p.support a {
  cursor: pointer;
  font-size: 25px;
}

/* Extra */
section.extra {
  background-color: #101010;
  padding: 25px 25px 25px 25px;
}
section.extra img {
  padding-right: 15px;
  padding-left: 15px;
  height: 50px;
}

/* Footer */
footer {
  padding: 40px 0 80px 0;
  background-color: #101010;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer p.para {
  width: 640px;
  bottom: 0px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.7em;
  text-align: center;
}
footer form {
  margin-top: 58px;
}
footer input,
footer button {
  height: 51px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
footer input:focus,
footer button:focus,
footer input:active,
footer button:active {
  outline-width: 0;
}

footer input {
  height: 51px;
  min-width: 380px;
  max-width: 580px;
  padding-left: 17px;
  color: #000;
  border: none;
  background-color: #fff;
}
footer input.error {
  border: 1px solid #ff0233;
}
footer input::placeholder {
  color: #999999;
}

footer button {
  margin-left: -20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: none;
  border: none;
  background-color: #b90024;
  border-radius: 11px;
  padding-left: 27px;
  padding-right: 27px;
}
footer button:hover {
  background-color: #ff0032;
}
footer .unsubscribe a {
  cursor: pointer;
}
footer .unsubscribe {
  padding-top: 40px;
  color: #fff;
  text-decoration: none;
}
footer .unsubscribe:hover {
  color: red;
}
footer p.support a {
  cursor: pointer;
  font-size: 25px;
}

/* Modal */
.modal .modal-header {
  border-bottom: none;
}
.modal p.para {
  width: 100%;
  padding-bottom: 27px;
  color: #313131;
  margin: 0 auto;
  font-size: 23px;
  text-align: center;
}
.modal p.subpara {
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  color: #313131;
  padding-bottom: 0px;
}

.modal p.privacy,
.modal p.sponsors,
.modal p.memberAgreement {
  font-size: 13px;
  text-align: left;
}
.modal input,
.modal button {
  height: 52px;
  border-radius: 10px;
}

.modal input {
  height: 51px;
  min-width: 258px;
  max-width: 580px;
  padding-left: 17px;
  color: #000;
  border: 1px solid #6d7171;
  background-color: #fff;
}
.modal input::placeholder {
  color: #999999;
}

.modal button {
  margin-left: -20px;
  height: 52px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: none;
  border: none;
  background-color: #b90024;
  border-radius: 11px;
  padding-left: 27px;
  padding-right: 27px;
  margin-top: 15px;
}
.modal button:hover {
  background-color: #ff0032;
}

.modal button.close {
  width: 18px;
  height: 18px;
  color: #000;
  background-color: transparent;
  padding-left: 0px;
  padding-top: 0px;
}

/* Media */
@media only screen and (min-device-width: 0) and (max-device-width: 640px) {
  body {
    font-size: 21px;
  }
  p.para,
  footer p.para {
    width: 80%;
  }
  .table.casinos button {
    width: 175px;
  }
  footer input,
  footer button {
    font-size: 18px;
    line-height: 18px;
  }
}

/* Hackz */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
