@charset "utf-8";
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
em,
font,
img,
small,
strong,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
form,
label,
fieldset,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  line-height: 1;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
  font-size: 1em;
}
ul#menu {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 11, 2019 */
@font-face {
  font-family: 'Generica';
  src: url('../fonts/generica_bold-webfont.woff2') format('woff2'), url('../fonts/generica_bold-webfont.woff') format('woff'), url('../fonts/generica_bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Leckerli One';
  src: url('../fonts/leckerlione-regular.woff2') format('woff2'), url('../fonts/leckerlione-regular.woff') format('woff'), url('../fonts/leckerlione-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bolditalic-webfont.woff2') format('woff2'), url('../fonts/montserrat-bolditalic-webfont.woff') format('woff'), url('../fonts/montserrat-bolditalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-italic-webfont.woff2') format('woff2'), url('../fonts/montserrat-italic-webfont.woff') format('woff'), url('../fonts/montserrat-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* THEME **************************************************************************************************************/
/* GENERAL TYPOGRAPHY */
.themeFont {
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
}
.decoFont {
  font-family: "Leckerli One", Generica, "Arial Black", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 1em;
}
h1,
h2 {
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  text-transform: uppercase;
  margin-bottom: .5em;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.425em;
}
h3 {
  font-size: 1.375em;
  text-transform: uppercase;
}
p,
ol,
ul {
  margin-bottom: 1em;
}
ol,
ul {
  padding-left: 1.2em;
}
hr {
  border: none;
  border-top: 2px solid #5d6f7a;
}
hr.full {
  clear: both;
}
a {
  color: #ea5b0b;
  transition: color .5s;
  text-decoration: none;
}
a:hover {
  color: #ffd2c5;
}
.lightLink {
  color: #fff;
}
.lightLink:hover {
  color: #ffd2c5;
}
.darkLink {
  color: #ea5b0b;
}
.darkLink:hover {
  color: #b94809;
}
.colourLink {
  color: #ea5b0b;
}
.colourLink:hover {
  color: #ff6915;
}
.blueLink,
.bluelink a {
  color: #383a41;
}
.blueLink:hover,
.bluelink a:hover {
  color: #191b23;
}
/* GENERAL STYLES *****************************************************************************************************/
/* tapestry overrides */
.t-console-entry .t-debug .t-console-entry .t-err .t-exception-container {
  display: none;
}
.MB_overlay a {
  vertical-align: middle;
}
.error {
  /*wip*/
  font-weight: bold;
  background: #db4434;
  color: #ffffff;
  margin: 0 0 .375em 0;
  padding: 1em;
}
.error.notify {
  background-color: #fff261;
  color: #444;
}
.error .container {
  width: auto;
}
.error p {
  margin: 0;
}
.error .extra {
  font-weight: normal;
  font-size: .875em;
}
.fullpage div.error {
  margin-bottom: 1.1em;
}
.warning {
  color: #db4434;
  background: url(../images/iconWarning.png) no-repeat 0 0;
  min-height: 22px;
  padding-left: 30px;
  font-weight: bold;
}
.caption {
  font-size: .875em;
  padding: .5em 0;
  color: #8ca9ae;
  text-align: left;
}
.small {
  font-size: .875em;
}
.smaller {
  font-size: .75em;
}
.rounded {
  border-radius: .6275em;
}
.btnCommon,
button,
input[type=submit] {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
}
.btnCommon:hover {
  color: #ffd2c5;
}
.btnCommon:hover {
  background: #ff6915;
  color: #fff;
}
.btnCommon:disabled,
.btnCommon.disabled,
.btnCommon.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
.btn {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  text-transform: uppercase;
}
.btn:hover {
  color: #ffd2c5;
}
.btn:hover {
  background: #ff6915;
  color: #fff;
}
.btn:disabled,
.btn.disabled,
.btn.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
.btn:disabled,
.btn.disabled {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
a.btn {
  white-space: nowrap;
}
button,
input[type=submit] {
  border: 0;
  cursor: pointer;
}
.boxShadow {
  box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
}
.submits,
.submit {
  margin: .5em 0;
  *zoom: 1;
}
.submits:before,
.submit:before,
.submits:after,
.submit:after {
  content: " ";
  display: table;
}
.submits:after,
.submit:after {
  clear: both;
}
.submits input[type=submit],
.submit input[type=submit],
.submits button,
.submit button {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  text-transform: uppercase;
  height: auto;
}
.submits input[type=submit]:hover,
.submit input[type=submit]:hover,
.submits button:hover,
.submit button:hover {
  color: #ffd2c5;
}
.submits input[type=submit]:hover,
.submit input[type=submit]:hover,
.submits button:hover,
.submit button:hover {
  background: #ff6915;
  color: #fff;
}
.submits input[type=submit]:disabled,
.submit input[type=submit]:disabled,
.submits button:disabled,
.submit button:disabled,
.submits input[type=submit].disabled,
.submit input[type=submit].disabled,
.submits button.disabled,
.submit button.disabled,
.submits input[type=submit].disabled:hover,
.submit input[type=submit].disabled:hover,
.submits button.disabled:hover,
.submit button.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
.submits input[type=submit]:disabled,
.submit input[type=submit]:disabled,
.submits button:disabled,
.submit button:disabled,
.submits input[type=submit].disabled,
.submit input[type=submit].disabled,
.submits button.disabled,
.submit button.disabled {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
.details,
.instr {
  font-size: .875em;
  color: #8ca9ae;
}
.separator {
  border-top: 2px solid #5d6f7a;
  margin-top: .5em;
  padding-top: .5em;
}
.noBorder {
  border: solid 0px transparent !important;
}
.hiddenText {
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.videoWrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* info link -- hovering opens a "more info" box */
.info {
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: inherit;
}
.info:hover {
  z-index: 10;
  text-decoration: none;
}
.info:hover span {
  display: block;
}
.info span {
  display: none;
  white-space: normal;
  position: absolute;
  top: 1.6em;
  left: 0;
  width: 14em;
  background: #fff261;
  padding: .5em;
  color: #000;
  font-size: 1em;
  line-height: 1;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
  text-indent: 0;
  font-weight: normal !important;
}
.balance .info {
  position: static;
}
.balance .info span {
  top: 7em;
  left: .25em;
}
.infoball {
  color: #fff;
  background: #ea5b0b;
  padding: .15em .45em;
  border-radius: 50%;
  vertical-align: middle;
}
.infoball:hover {
  background: #ff6915;
  text-decoration: none;
}
.infotext {
  color: #8ca9ae;
  padding: .1em .45em;
  border-radius: 2em;
  vertical-align: middle;
}
.infotext:hover {
  background: #ea5b0b;
  color: #fff;
  text-decoration: none;
}
.infogreyball {
  color: #fff;
  background: #ea5b0b;
  padding: .15em .45em;
  border-radius: 50%;
  vertical-align: middle;
  background: rgba(44, 44, 44, 0.5);
}
.infogreyball:hover {
  background: #ff6915;
  text-decoration: none;
}
.infogreyball:hover {
  background: rgba(99, 99, 99, 0.5);
}
/* CLEAN, LINEAR BASE LAYOUT */
body {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.3;
  background-color: #191b23;
  background-image: url(../images/bg.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-attachment: fixed;
}
body.static {
  background: none;
}
/* CENTERING CONTENT */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
#fbLikeBoxSmall {
  display: block;
}
#fbLikeBoxSmall {
  padding: .5em;
}
#fbLikeBoxNormal {
  display: none;
}
/* content blocks */
.main {
  position: relative;
  margin-bottom: 1em;
  padding: .5em 1em;
}
.sidebar {
  position: relative;
  padding: .5em 1em;
  clear: both;
}
.fullpage {
  padding: 1em;
  margin-bottom: 2em;
}
.fullpage.iframecontent {
  margin-bottom: 0;
  box-shadow: none;
  background: none;
  background-color: transparent;
}
iframe.pagecontent {
  margin-bottom: 2em;
}
.padded {
  padding: 1em;
}
/* AARGH */
@media only screen and (min-width: 450px) {
  .infoBit.right {
    min-width: 150px;
    margin: 0 0 .75em 1em;
    float: right;
  }
}
/* TWO COLUMNS */
@media only screen and (min-width: 800px) {
  html,
  body,
  #wrap {
    height: 100%;
  }
  body > #wrap {
    height: auto;
    min-height: 100%;
    margin-bottom: 5em;
  }
  #main {
    padding-bottom: 5em;
    /* footer height, no padding */
  }
  #footer {
    position: relative;
    margin-top: -5em;
    /* footer height negative */
    min-height: 5em;
    /* footer height */
    clear: both;
  }
  .main {
    width: 60%;
    float: left;
  }
  .sidebar {
    margin-left: 61.5%;
    clear: none;
  }
  body #submenu {
    display: block !important;
  }
}
/* TOPBAR STYLES ************************************************************************************************/
.topbar {
  color: #ddd;
  min-height: 2em;
  line-height: 2em;
  text-transform: uppercase;
  font-size: .875em;
  *zoom: 1;
}
.topbar:before,
.topbar:after {
  content: " ";
  display: table;
}
.topbar:after {
  clear: both;
}
.topbar .container {
  padding-top: 0;
  padding-bottom: 0;
}
.topbar .locale {
  float: right;
  text-align: right;
  padding: 0 .3em;
}
.topbar .locale a {
  padding: 0 .3em;
  white-space: nowrap;
}
.topbar .hours {
  float: left;
  padding-left: 20px;
  color: #fff;
  background: url(../images/iconHours.png) left 0.35em no-repeat;
}
/* TWO COLUMNS plus TWO COLUMNS OF HALLS */
@media only screen and (min-width: 1024px) {
  .main {
    width: 70%;
    float: left;
  }
  .sidebar {
    margin-left: 71.5%;
    clear: none;
  }
  .container {
    max-width: 1200px;
  }
  body #halls .hall,
  #contentBottom div,
  .product {
    width: 49%;
  }
}
/* ************************************ main page ************************************************ */
/* INFO PAGE TEXT STYLES ************************************************************************* */
.infoBit {
  text-align: center;
}
.infoBit.right .caption {
  text-align: center;
}
.infoBit.left {
  float: left;
  margin: .75em 1em 0 0;
}
.infoBit img {
  width: 100%;
}
.infoCompanion {
  margin: 15px 0 1em 0;
}
#imgInfoMap {
  width: 50%;
  margin-left: 1em;
  max-width: 180px;
}
#imgBingoHosts {
  width: 415px;
  max-width: 100%;
}
#signupBonus {
  background-color: #0e1d21;
  background-image: url(../images/bigbanner-1.jpg);
}
#signupBonus h2 {
  font-size: 2.6em;
}
#signupBonus h2 span {
  font-size: 2.4em;
}
#signupBonus .btn {
  padding-right: 1em;
  padding-left: 1em;
}
#signupBonus .content {
  position: absolute;
  top: 10%;
  right: -15%;
  transform: translateX(-50%);
  width: 40%;
}
/* LESS Document */
#banners {
  background: #000;
  width: 100%;
  clear: both;
  box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
  margin-top: -0.5em;
}
#banners h2 {
  font-family: "Leckerli One", Generica, "Arial Black", sans-serif;
  text-transform: none;
  font-size: 1em;
  font-weight: 500;
  text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.4);
  font-size: 3.3em;
  line-height: .9;
  margin: .15em 0 .25em 0;
}
#banners .text {
  font-size: 1.3em;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  line-height: 1.1;
  font-weight: bold;
}
#banners .text strong {
  font-size: 2.2em;
}
#banners .overlay {
  font-size: .675em;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#banners .content {
  height: 100%;
  width: 100%;
  max-width: 1220px;
  padding: 1em;
  box-sizing: border-box;
  margin: 0 auto;
}
#banners .one h2 {
  font-size: 2em;
}
#banners .two h2 {
  font-size: 2em;
}
/* medium */
@media (min-width: 600px) {
  #banners .overlay {
    font-size: .75em;
  }
  #banners .content {
    height: 100%;
    padding-top: 1em;
    padding-right: 30%;
  }
  #banners .one .content {
    padding-top: 2em;
  }
  #banners .one h2 {
    font-size: 3em;
  }
  #banners .two h2 {
    font-size: 2.6em;
    margin: .15em 0 .25em 0;
  }
}
.owl-item img {
  width: 150%!important;
}
/* medium */
@media (min-width: 768px) {
  .owl-item img {
    width: 100% !important;
  }
  #banners .overlay {
    font-size: .9em;
  }
  #banners .one h2 {
    font-size: 3em;
  }
  #banners .two .content {
    top: 15%;
  }
  #banners .two h2 {
    font-size: 2.7em;
  }
}
/* large */
@media (min-width: 961px) {
  #banners .overlay {
    font-size: 1em;
  }
  #banners .two h2 {
    font-size: 2.6em;
  }
}
/* even larger... */
@media (min-width: 1200px) {
  #banners .overlay {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3em;
  }
  #banners .one .content {
    padding-top: 3em;
  }
  #banners .two .content {
    padding-top: 2em;
  }
}
#contentBottom {
  *zoom: 1;
  clear: both;
}
#contentBottom:before,
#contentBottom:after {
  content: " ";
  display: table;
}
#contentBottom:after {
  clear: both;
}
#contentBottom .link,
#contentBottom .paymentOptions {
  margin: 0 1% .5em 0;
  box-sizing: border-box;
  float: left;
  background: #354b59;
  border-radius: 1em;
  height: 100px;
  overflow: hidden;
}
#contentBottom .link {
  padding: .5em;
  text-align: left;
}
#contentBottom .link:nth-child(odd) {
  clear: left;
}
#contentBottom span {
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
#contentBottom a {
  color: #fff;
  *zoom: 1;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#contentBottom a:hover {
  color: #ffd2c5;
}
#contentBottom a:before,
#contentBottom a:after {
  content: " ";
  display: table;
}
#contentBottom a:after {
  clear: both;
}
#contentBottom .inviteFriend a {
  background: #354b59 url(../images/inviteFriendIcon.png) no-repeat 0px center;
  padding-left: 105px;
}
#contentBottom .depositBonus a {
  padding-left: 100px;
  background: #354b59 url(../images/depositBonus.png) no-repeat 5px center;
}
#contentBottom .signupBonus a {
  background: #354b59 url(../images/signupBonus.png) no-repeat 5px center;
  padding-left: 100px;
}
.onnennumero h3 {
  padding-top: 1em;
  font-size: 2em;
  line-height: 1.1;
}
.inviteFriend h3 {
  padding-top: 1em;
  font-size: 1.7em;
  line-height: 1.1;
}
.depositBonus h3 {
  padding-top: 1em;
  font-size: 2em;
  line-height: 1.1;
}
.winners {
  background: #354b59;
  padding: .5em .75em;
  margin-bottom: .5em;
  border-radius: .6275em;
}
.winners h3 {
  text-align: center;
  font-size: 1.15em;
}
.winners p {
  margin: 0;
  display: block;
  height: 1.5em;
  line-height: 1.5;
  overflow: hidden;
  text-align: right;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.winners p:first-child {
  border: none;
}
.winners span {
  display: block;
  float: left;
  overflow: hidden;
  text-align: left;
}
.winners strong {
  float: right;
}
.paymentOptions {
  padding: 1em .5em;
  text-align: center;
}
.paymentOptions img {
  vertical-align: middle;
  max-width: 99%;
  margin-top: .5em;
}
/* HEADER STYLES ************************************************************************************************/
#header {
  position: relative;
  background: #ea5b0b;
}
#header .container {
  *zoom: 1;
  position: relative;
}
#header .container:before,
#header .container:after {
  content: " ";
  display: table;
}
#header .container:after {
  clear: both;
}
#header h1 {
  float: left;
  margin-bottom: 0;
  margin-left: 70px;
  font-size: 1em;
  padding: .5em 0;
  box-sizing: border-box;
}
#header h1 img {
  vertical-align: middle;
  height: 100%;
  width: auto;
  max-width: 100%;
}
#header #loginButtons {
  clear: both;
  position: relative;
  margin: .25em;
}
#header #loginButtons a {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  text-transform: uppercase;
  width: 49%;
  float: left;
  margin-left: 1%;
  display: block;
  background: #ff6915;
  box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
  padding-top: .65em;
  padding-bottom: .65em;
  overflow: hidden;
  height: 2.45em;
  white-space: nowrap;
}
#header #loginButtons a:hover {
  color: #ffd2c5;
}
#header #loginButtons a:hover {
  background: #ff6915;
  color: #fff;
}
#header #loginButtons a:disabled,
#header #loginButtons a.disabled,
#header #loginButtons a.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
#header #loginButtons a:disabled,
#header #loginButtons a.disabled {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
#header #loginButtons a:hover {
  background: #ff792f;
}
#header #loginButtons a:nth-child(1) {
  margin: 0;
  padding-top: .05em;
}
/* USER MESSAGE NOTIFICATION ~wip~ */
.menuBtn {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: .675em;
  padding-bottom: .675em;
}
.menuBtn:hover {
  color: #ffd2c5;
}
.menuBtn:hover {
  background: #ff6915;
  color: #fff;
}
.menuBtn:disabled,
.menuBtn.disabled,
.menuBtn.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
#userMenuBtn {
  z-index: 3;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 5em;
  height: 4em;
  color: #fff;
  background-color: #ea5b0b;
  background-image: url(../images/menu-icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 1em;
  text-align: left;
  border-radius: .5em 0 0 0;
  cursor: pointer;
}
#userMenuBtn span {
  width: 0px;
  background: url(../images/user.png) no-repeat 8px 15px;
  padding-left: 35px;
  padding-top: 35px;
  font-size: 1.1em;
  color: #000;
  margin: .25em 0;
  overflow: hidden;
  display: block;
}
#userMenuBtn.active {
  background-color: #b4bdc3;
  background-image: url(../images/menu-icon-active.png);
  box-shadow: none;
}
#userMenuDrop {
  background: #b4bdc3;
  color: #000;
  line-height: 2em;
  padding: .5em;
  position: absolute;
  top: 4em;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
  border-radius: 0 0 .675em .675em;
}
.userinfo {
  z-index: 4;
  width: 80%;
  max-width: 500px;
  position: absolute;
  top: 0;
  right: 0;
}
.userinfo a {
  color: #ea5b0b;
}
.userinfo a:hover {
  color: #b94809;
}
.userinfo .limit {
  color: #db4434;
  background: url(../images/iconWarning.png) no-repeat 0 0;
  min-height: 22px;
  padding-left: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
}
.userinfo p.user {
  line-height: 2em;
  font-size: 1.1em;
  color: #000;
}
.userinfo .balance {
  padding: 0 .375em;
  line-height: 1.4;
  clear: both;
}
.userinfo .balance p {
  font-size: 1em;
  margin: 0;
  padding-bottom: .375em;
}
.userinfo .balance .label {
  padding-right: 1em;
  float: left;
  text-align: left;
}
.userinfo .balance .label .info {
  font-weight: bold;
  color: #fff;
  background: #ea5b0b;
  padding: .15em .45em;
  border-radius: 50%;
  vertical-align: middle;
  vertical-align: initial;
}
.userinfo .balance .label .info:hover {
  background: #ff6915;
  text-decoration: none;
}
.userinfo p,
.userinfo div {
  margin: 0;
}
.userinfo .time {
  margin: 0;
  background: url(../images/iconTime.png) no-repeat left center;
  float: left;
}
.userinfo .time .label {
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  padding-left: 21px;
  vertical-align: middle;
}
.userinfo .time span {
  width: auto;
  white-space: nowrap;
}
.userinfo .userStats {
  background: url(../images/iconInfo2.png) no-repeat left center;
  white-space: nowrap;
  text-align: left;
  font-weight: 700;
  padding-left: 27px;
  display: block;
}
.userinfo .msgNotification {
  text-align: center;
  padding-top: .5em;
  font-weight: 700;
}
.userinfo .menuSep {
  border-bottom: 2px solid #8ca9ae;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.userinfo #logout {
  text-align: right;
  font-weight: bold;
  border-bottom: 2px solid #8ca9ae;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.userinfo #menuBalanceZone {
  text-align: right;
  border-bottom: 2px solid #8ca9ae;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.userinfo #menuBalanceAddBtn {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: .675em;
  padding-bottom: .675em;
}
.userinfo #menuBalanceAddBtn:hover {
  color: #ffd2c5;
}
.userinfo #menuBalanceAddBtn:hover {
  background: #ff6915;
  color: #fff;
}
.userinfo #menuBalanceAddBtn:disabled,
.userinfo #menuBalanceAddBtn.disabled,
.userinfo #menuBalanceAddBtn.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
.userinfo .userLinks a {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: .675em;
  padding-bottom: .675em;
}
.userinfo .userLinks a:hover {
  color: #ffd2c5;
}
.userinfo .userLinks a:hover {
  background: #ff6915;
  color: #fff;
}
.userinfo .userLinks a:disabled,
.userinfo .userLinks a.disabled,
.userinfo .userLinks a.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
@media only screen and (min-width: 40em) {
  #header h1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .userinfo {
    width: 30%;
    min-width: 280px;
    right: .5em;
  }
  #userMenuBtn {
    margin: .25em 0;
    height: 3.5em;
    width: 100%;
    max-width: 512px;
    line-height: 3.2em;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    text-transform: none;
    border-radius: .6275em;
    background-color: #b4bdc3;
    box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
  }
  #userMenuBtn span {
    background-position: 8px 13px;
    width: auto;
    padding-left: 35px;
    padding-top: 0;
    margin: .25em 0em;
    overflow: visible;
  }
  #userMenuBtn.active {
    border-radius: 0.5em 0.5em 0 0;
  }
  #userMenu p.user {
    display: none;
  }
  #userMenuDrop {
    top: 3.75em;
  }
  #header #loginButtons {
    clear: none;
    width: 80%;
    max-width: 410px;
    float: right;
  }
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) 
not used after combining menu j*/
#userStats {
  position: absolute;
  top: 5em;
  right: 0;
  z-index: 3;
  width: 20em;
  padding: .5em;
  background: black;
  border-radius: .6275em;
  box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
}
#userStats .close {
  font-size: 24px;
  color: #fff;
  background: #ea5b0b;
  padding: .15em .45em;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 28px;
  padding: 0px 8px;
}
#userStats .close:hover {
  background: #ff6915;
  text-decoration: none;
}
#userStats span {
  font-weight: normal;
}
#userStats h3 {
  font-size: 1em;
  margin-bottom: .3em;
}
#userStats p {
  margin-bottom: .3em;
  font-weight: bold;
}
#userStats .userStats {
  background: url(../images/iconInfo.png) no-repeat left center;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  width: 1.2em;
  float: left;
}
/* MAIN MENU *********************************************************************************************/
#mainMenu {
  background: #383a41;
  clear: left;
  box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  margin-top: 4em;
  margin-bottom: .5em;
}
#menu {
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0 .5em;
  font-size: 1.25em;
  *zoom: 1;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#menu:before,
#menu:after {
  content: " ";
  display: table;
}
#menu:after {
  clear: both;
}
#menu li a {
  padding: .75em 3em;
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
}
#menu li.current a {
  color: #fff;
  cursor: default;
}
#menu li.current a:hover {
  text-decoration: none;
}
#menu li b {
  position: relative;
  top: -1em;
  font-size: .625em;
  font-family: Montserrat;
  color: #fff;
  background: rgba(250, 100, 0, 0.8);
  padding: .3em .5em .1em;
  border-radius: 1em;
  margin-left: -0.25em;
  margin-right: -1em;
}
@media only screen and (min-width: 40em) {
  #header h1 {
    margin-left: 0;
  }
  #mainMenu {
    position: static;
    margin-top: 0;
  }
  #menu li {
    float: left;
    margin-right: 1em;
    margin-left: 0;
  }
  #menu li a {
    padding: .75em .35em;
    display: inline-block;
  }
}
.nav-toggle {
  position: absolute;
  color: #fff;
  top: -4em;
  left: 0;
  width: 4em;
  height: 4em;
  background: url(../images/menu.png) center center no-repeat;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.nav-toggle.active {
  background-color: #383a41;
  background-image: url(../images/menu-icon-active.png);
}
/* SUBMENU *********************************************************************************************************/
#submenu {
  line-height: 1.8;
  color: #8ca9ae;
  display: none;
  font-size: .875em;
  padding: 0 .8em .2em;
  box-sizing: border-box;
}
#submenu ul {
  *zoom: 1;
  margin: 0;
  list-style: none;
  margin-bottom: 0;
}
#submenu ul:before,
#submenu ul:after {
  content: " ";
  display: table;
}
#submenu ul:after {
  clear: both;
}
#submenu li,
#submenu strong {
  float: left;
  padding-right: .8em;
  vertical-align: middle;
}
/* FOOTER STYLES ****************************************************************************************/
#footer {
  color: #6e7076;
  *zoom: 1;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .container {
  line-height: 1.6em;
  box-sizing: border-box;
  padding: 1.2em 1em 0;
  vertical-align: middle;
}
#footer .avainlippu {
  vertical-align: middle;
  padding-right: .5em;
}
#halls {
  margin: 0;
  padding: 0;
}
#halls .notloggedinmsg {
  margin-right: 1% !important;
  background: rgba(0, 0, 0, 0.5);
  padding: .5em;
}
#halls .hall {
  color: #fff;
  float: left;
  margin: 0 1% .5em 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}
#halls .hall h2 {
  margin-bottom: .2em;
}
#halls .hall.closed {
  height: 5.65em;
}
#halls .hall.closed .game {
  display: none;
}
#halls .hall.closed p.home {
  display: none;
}
#halls .hall.closed .hallInfo {
  min-height: 4.5em;
  border-radius: 1em;
}
#halls .hall.closed .playBtn {
  display: none !important;
}
#halls .hall.closed .actions .infoBtn a {
  font-size: 1em;
  width: 4em;
  height: 5.5em;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  border: none;
  background-color: transparent;
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 1em 1em 0;
}
#halls .hall .hallInfo {
  border-radius: 1em 1em 0 0;
  padding: 1em 1em 0;
  margin: 0;
  min-height: 7em;
}
#halls .hall .starting {
  padding: .1em .3em;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: normal;
  border-radius: .5em;
  color: #000;
  background: #fff261;
}
#halls .hall .starting span {
  font-weight: bold;
}
#halls .hall .actions {
  display: table;
  width: 100%;
}
#halls .hall .actions div {
  display: table-cell;
}
#halls .hall .actions a {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  text-transform: uppercase;
  color: #000;
  border-radius: 0 0 .75em .75em;
  font-size: 1.5em;
  padding: 0;
  line-height: 2.5;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#halls .hall .actions a:hover {
  color: #ffd2c5;
}
#halls .hall .actions a:hover {
  background: #ff6915;
  color: #fff;
}
#halls .hall .actions a:disabled,
#halls .hall .actions a.disabled,
#halls .hall .actions a.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
#halls .hall .actions a:disabled,
#halls .hall .actions a.disabled {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
#halls .hall .actions a:hover {
  color: #111;
}
#halls .hall .actions .infoBtn {
  width: 80px;
}
#halls .hall .actions .infoBtn a {
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  border-right: 1px solid #111;
  background-image: url("../images/iconHallInfo.png");
  background-position: center;
  background-repeat: no-repeat;
}
#halls .hall .host {
  position: absolute;
  top: .5em;
  right: .5em;
  text-align: right;
  min-width: 50px;
  min-height: 50px;
}
#halls .hall .host img {
  border-radius: 50%;
  margin-bottom: .15em;
}
#halls .hall .host p {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: .8;
}
#halls .hall .host .dayMsg {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/iconDayMsg.png") no-repeat top right;
  height: 100%;
  width: 100%;
}
#halls .hall .host .dayMsg p {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
  text-align: left;
  font-size: .9em;
  line-height: 1.15;
  font-weight: normal;
  text-transform: none;
  border-radius: .375em;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  color: #000;
}
#halls .hall .host .dayMsg p:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  bottom: -10px;
  border: 5px solid;
  border-color: #fff transparent transparent #fff;
}
#halls .hall .host:hover .dayMsg,
#halls .hall .host .active .dayMsg {
  background: none;
}
#halls .hall .host:hover .dayMsg p,
#halls .hall .host .active .dayMsg p {
  display: block;
}
#halls .hall .game .label {
  font-size: .875em;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
}
#halls .hall .game .name {
  font-size: 1.2em;
}
#halls .hall .game .status {
  z-index: 1;
  text-align: left;
}
#halls .hall .game .status b {
  display: block;
  text-indent: -999em;
  white-space: nowrap;
  text-align: left;
  width: 1em;
  float: left;
  overflow: hidden;
  background: url(../images/iconUser.png) no-repeat right center;
}
#halls .hall .game .status strong {
  padding-left: .375em;
}
#halls .hall .game .round span {
  opacity: .5;
  font-weight: normal;
}
#halls .hall#autohall,
#halls .hall.autohall {
  width: 99% !important;
}
#halls .hall#autohall .host img,
#halls .hall.autohall .host img {
  border-radius: 0;
}
#halls .jackpot {
  display: inline-block;
  padding: .25em;
  background: black;
  border-radius: .6275em;
  font-size: .75em;
  text-align: left;
  margin-top: -1em;
}
#halls .jackpot h3 {
  display: inline;
  padding-right: 1em;
}
#halls .jackpot p {
  display: inline;
  font-size: 1.4em;
  margin: 0;
}
#joensuu.hall .hallInfo {
  background-color: #5a7380;
}
#joensuu.hall .actions .infoBtn a,
#joensuu.hall .actions .playBtn a {
  background-color: #97aec1;
}
#joensuu.hall .actions .infoBtn a:hover,
#joensuu.hall .actions .playBtn a:hover {
  background-color: #b7c7d4;
}
#joensuu .hallHead {
  background: #5a7380;
}
#joensuu .huom {
  color: #000;
  background: #97aec1;
}
#joensuu .huom:before {
  content: ' ';
  border-color: #97aec1 transparent transparent #97aec1;
}
#joensuu .home .status .btn {
  background: #97aec1;
  color: #000;
  box-shadow: 0 3px 0 #000;
}
#joensuu .home .status .btn:hover {
  background: #b7c7d4;
}
#joensuu #peliohjeet h3 {
  color: #97aec1;
}
#joensuu .home {
  background-image: url("../images/halls/gradient2.png");
}
#joensuu .hallInfo {
  background-image: url("../images/halls/pattern2.png");
}
#turku.hall .hallInfo {
  background-color: #e33d6b;
}
#turku.hall .actions .infoBtn a,
#turku.hall .actions .playBtn a {
  background-color: #fa96b2;
}
#turku.hall .actions .infoBtn a:hover,
#turku.hall .actions .playBtn a:hover {
  background-color: #fcc7d6;
}
#turku .hallHead {
  background: #e33d6b;
}
#turku .huom {
  color: #000;
  background: #fa96b2;
}
#turku .huom:before {
  content: ' ';
  border-color: #fa96b2 transparent transparent #fa96b2;
}
#turku .home .status .btn {
  background: #fa96b2;
  color: #000;
  box-shadow: 0 3px 0 #000;
}
#turku .home .status .btn:hover {
  background: #fcc7d6;
}
#turku #peliohjeet h3 {
  color: #fa96b2;
}
#turku .home {
  background-image: url("../images/halls/gradient4.png");
}
#turku .hallInfo {
  background-image: url("../images/halls/pattern4.png");
}
#oulu.hall .hallInfo {
  background-color: #e84845;
}
#oulu.hall .actions .infoBtn a,
#oulu.hall .actions .playBtn a {
  background-color: #fa9392;
}
#oulu.hall .actions .infoBtn a:hover,
#oulu.hall .actions .playBtn a:hover {
  background-color: #fcc3c3;
}
#oulu .hallHead {
  background: #e84845;
}
#oulu .huom {
  color: #000;
  background: #fa9392;
}
#oulu .huom:before {
  content: ' ';
  border-color: #fa9392 transparent transparent #fa9392;
}
#oulu .home .status .btn {
  background: #fa9392;
  color: #000;
  box-shadow: 0 3px 0 #000;
}
#oulu .home .status .btn:hover {
  background: #fcc3c3;
}
#oulu #peliohjeet h3 {
  color: #fa9392;
}
#oulu .home {
  background-image: url("../images/halls/gradient6.png");
}
#oulu .hallInfo {
  background-image: url("../images/halls/pattern6.png");
}
#kemi.hall .hallInfo {
  background-color: #629500;
}
#kemi.hall .actions .infoBtn a,
#kemi.hall .actions .playBtn a {
  background-color: #9cc64b;
}
#kemi.hall .actions .infoBtn a:hover,
#kemi.hall .actions .playBtn a:hover {
  background-color: #b1d272;
}
#kemi .hallHead {
  background: #629500;
}
#kemi .huom {
  color: #000;
  background: #9cc64b;
}
#kemi .huom:before {
  content: ' ';
  border-color: #9cc64b transparent transparent #9cc64b;
}
#kemi .home .status .btn {
  background: #9cc64b;
  color: #000;
  box-shadow: 0 3px 0 #000;
}
#kemi .home .status .btn:hover {
  background: #b1d272;
}
#kemi #peliohjeet h3 {
  color: #9cc64b;
}
#kemi .home {
  background-image: url("../images/halls/gradient3.png");
}
#kemi .hallInfo {
  background-image: url("../images/halls/pattern3.png");
}
#rovaniemi.hall .hallInfo {
  background-color: #3f5ca5;
}
#rovaniemi.hall .actions .infoBtn a,
#rovaniemi.hall .actions .playBtn a {
  background-color: #9296f0;
}
#rovaniemi.hall .actions .infoBtn a:hover,
#rovaniemi.hall .actions .playBtn a:hover {
  background-color: #bfc1f6;
}
#rovaniemi .hallHead {
  background: #3f5ca5;
}
#rovaniemi .huom {
  color: #000;
  background: #9296f0;
}
#rovaniemi .huom:before {
  content: ' ';
  border-color: #9296f0 transparent transparent #9296f0;
}
#rovaniemi .home .status .btn {
  background: #9296f0;
  color: #000;
  box-shadow: 0 3px 0 #000;
}
#rovaniemi .home .status .btn:hover {
  background: #bfc1f6;
}
#rovaniemi #peliohjeet h3 {
  color: #9296f0;
}
#rovaniemi .home {
  background-image: url("../images/halls/gradient5.png");
}
#rovaniemi .hallInfo {
  background-image: url("../images/halls/pattern5.png");
}
#kokkola.hall .hallInfo {
  background-color: #18a2c0;
}
#kokkola.hall .actions .infoBtn a,
#kokkola.hall .actions .playBtn a {
  background-color: #5dc7de;
}
#kokkola.hall .actions .infoBtn a:hover,
#kokkola.hall .actions .playBtn a:hover {
  background-color: #87d6e7;
}
#kokkola .hallHead {
  background: #18a2c0;
}
#kokkola .huom {
  color: #000;
  background: #5dc7de;
}
#kokkola .huom:before {
  content: ' ';
  border-color: #5dc7de transparent transparent #5dc7de;
}
#kokkola .home .status .btn {
  background: #5dc7de;
  color: #000;
  box-shadow: 0 3px 0 #000;
}
#kokkola .home .status .btn:hover {
  background: #87d6e7;
}
#kokkola #peliohjeet h3 {
  color: #5dc7de;
}
#kokkola .home {
  background-image: url("../images/halls/gradient1.png");
}
#kokkola .hallInfo {
  background-image: url("../images/halls/pattern1.png");
}
#autohall.hall .hallInfo {
  background-color: #3575cf;
}
#autohall.hall .actions .infoBtn a,
#autohall.hall .actions .playBtn a {
  background-color: #8ab7f6;
}
#autohall.hall .actions .infoBtn a:hover,
#autohall.hall .actions .playBtn a:hover {
  background-color: #b9d4fa;
}
#autohall .hallHead {
  background: #3575cf;
}
#autohall .huom {
  color: #000;
  background: #8ab7f6;
}
#autohall .huom:before {
  content: ' ';
  border-color: #8ab7f6 transparent transparent #8ab7f6;
}
#autohall .home .status .btn {
  background: #8ab7f6;
  color: #000;
  box-shadow: 0 3px 0 #000;
}
#autohall .home .status .btn:hover {
  background: #b9d4fa;
}
#autohall #peliohjeet h3 {
  color: #8ab7f6;
}
#autohall .home {
  background-image: url("../images/halls/gradient9.png");
}
#autohall .hallInfo {
  background-image: url("../images/halls/pattern9.png");
}
#autohall .mapMarker {
  display: none;
}
#autohall .map {
  background-image: url("../images/halls/autohall_extra2.png") !important;
}
#kemi .mapMarker {
  top: 39%;
  left: 39%;
  display: block;
}
#joensuu .mapMarker {
  top: 65%;
  left: 79%;
  display: block;
}
#seinajoki .mapMarker {
  top: 67%;
  left: 26%;
  display: block;
}
#pori .mapMarker {
  top: 76%;
  left: 16%;
  display: block;
}
#kokkola .mapMarker {
  top: 53%;
  left: 30%;
  display: block;
}
#vaasa .mapMarker {
  top: 64%;
  left: 14%;
  display: block;
}
#karhula .mapMarker {
  top: 83%;
  left: 59%;
  display: block;
}
#rovaniemi .mapMarker {
  top: 29%;
  left: 45%;
  display: block;
}
#turku .mapMarker {
  top: 86%;
  left: 18%;
  display: block;
}
#oulu .mapMarker {
  top: 45%;
  left: 41%;
  display: block;
}
.home {
  position: relative;
  background-position: 0 0;
  background-repeat: repeat-x;
  *zoom: 1;
}
.home:before,
.home:after {
  content: " ";
  display: table;
}
.home:after {
  clear: both;
}
.home h1 {
  font-family: "Leckerli One", Generica, "Arial Black", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 1em;
  font-size: 2.8em;
  line-height: .9;
  margin: 1em .5em 0;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.home h3 {
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
}
.home .heading .map {
  display: none;
}
.home .heading p {
  font-size: .875em;
  padding: 0;
  margin: 0;
}
.home .huom {
  position: relative;
  padding: .5em;
  margin: 0 .175em 1em 1em;
}
.home .huom:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 1em;
  bottom: -1em;
  border: .5em solid;
}
.home .playStatus {
  text-align: center;
  margin-bottom: .5em;
}
.home .status {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  text-align: center;
  border-radius: .6275em;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.home .status .notloggedinmsg {
  background: rgba(0, 0, 0, 0.5);
  padding: .5em .5em 1em;
  font-size: .875em;
}
.home .status .table {
  margin-bottom: 1em;
  min-height: 6em;
}
.home .status .table p {
  margin-bottom: .2em;
  text-align: left;
}
.home .status h2 {
  width: 99%;
  margin: 0;
  text-align: center;
  position: relative;
  padding: .5em 0;
}
.home .status p span {
  display: inline-block;
  width: 55%;
  text-align: right;
  font-weight: normal;
}
.home .status .starting {
  top: 40px;
}
.home .status .btn {
  display: block;
  margin: .5em;
  color: #fff;
  cursor: pointer;
}
.home .demopoints {
  font-size: .875em;
  min-height: 37px;
  background: url("../images/demo.png") no-repeat 8px center;
}
.home .demopoints p {
  padding: .5em;
  padding-left: 56px;
  margin-bottom: 0;
  text-align: left;
}
.ajankohtaista {
  margin-top: .5em;
  font-weight: bold;
  clear: left;
}
.ajankohtaista img {
  vertical-align: top;
  margin-right: .5em;
}
.contact {
  clear: left;
  margin: 1em 0;
}
.contact p {
  margin: 0;
}
.address {
  background: url(../images/iconAddress.png) no-repeat left center;
  padding-left: 26px;
  line-height: 20px;
}
.phone {
  background: url(../images/iconPhone.png) no-repeat left center;
  padding-left: 26px;
  line-height: 20px;
}
#aukioloajat th,
#aukioloajat td {
  padding: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 550px) {
  /* FAFFING ABOUT WITH SCHEDULE */
  #header #loginButtons a {
    padding-top: .65em !important;
  }
  #header #loginButtons a br {
    display: none;
  }
  .huom {
    float: right;
    width: 50%;
    max-width: 19em;
    box-sizing: border-box;
    margin-left: 1em;
  }
}
.hallHosts {
  clear: left;
}
.hallHosts img {
  margin-bottom: 1em;
  max-width: 100%;
  width: 100%;
}
/* TWO COLUMNS */
@media only screen and (min-width: 768px) {
  #fbLikeBoxSmall {
    display: none;
  }
  #fbLikeBoxNormal {
    display: block;
  }
  .home h1 {
    transform: rotate(-2deg);
    float: left;
    width: 50%;
    font-size: 3em;
    margin: .5em .5em 0;
    text-align: left;
  }
  .home .main {
    width: auto;
    margin-right: 34%;
    float: none;
    box-sizing: border-box;
  }
  .home .sidebar {
    margin-left: 0;
    width: 30%;
    min-width: 270px;
    padding: .5em;
    clear: none;
    float: right;
  }
  .hallHosts img {
    width: auto;
    float: none;
  }
  .home .heading {
    min-height: 240px;
  }
  .home .heading .map {
    display: block;
  }
  .map {
    background: url(../images/mapFinland.png) no-repeat top left;
    position: absolute;
    top: 1em;
    right: 1em;
    height: 229px;
    width: 122px;
  }
  .map .mapMarker {
    background: url(../images/mapMarker.png) no-repeat top left;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  #aukioloajat {
    position: absolute;
    top: 8em;
    left: 1em;
  }
}
/* TWO COLUMNS WIDE */
@media only screen and (min-width: 1024px) {
  .jackpot {
    position: absolute;
    right: 1em;
    top: 0.2em;
  }
  .hallHosts img {
    float: left;
    margin-right: 10px;
  }
}
/* GAME INSTRUCTIONS - CLIENT ADDS TABLES */
#peliohjeet {
  clear: left;
  padding: 1em;
  box-sizing: border-box;
}
#peliohjeet .replaceContent {
  overflow-x: auto;
}
#peliohjeet .replaceContent iframe {
  clear: both;
}
#peliohjeet h2 {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
#peliohjeet h3 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  border-top: 2px solid #354b59;
  font-size: 1em;
  padding: 1em 0 .5em;
}
#peliohjeet td,
#peliohjeet th {
  padding: .3em;
  text-align: center;
}
#peliohjeet table {
  overflow-x: auto;
}
/* SHOP *************************************************************************************************/
#products #sort {
  padding: .5em 0 1em;
}
#products .product {
  margin: 0 1% .5em 0;
  width: 96%;
  box-sizing: border-box;
}
#products .product .container {
  display: block;
  width: auto;
  background: #354b59;
  border-radius: 1em 1em 0 0;
  height: 7em;
}
#products .product .heading {
  padding: .5em .5em;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #fff;
}
#products .product .heading img {
  float: left;
  margin-right: .5em;
}
#products .product h2 {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#products .product .add {
  display: table;
  width: 100%;
}
#products .product .add div {
  display: table-cell;
}
#products .product .add a {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  text-transform: uppercase;
  color: #000;
  border-radius: 0 0 .75em .75em;
  font-size: 1.25em;
  padding: 0;
  line-height: 2.5;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#products .product .add a:hover {
  color: #ffd2c5;
}
#products .product .add a:hover {
  background: #ff6915;
  color: #fff;
}
#products .product .add a:disabled,
#products .product .add a.disabled,
#products .product .add a.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
#products .product .add a:disabled,
#products .product .add a.disabled {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
#products .product .add a:hover {
  color: #111;
}
#products .product .add .infoBtn {
  width: 80px;
}
#products .product .add .infoBtn a {
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  border-right: 1px solid #111;
  background-image: url("../images/iconHallInfo.png");
  background-position: center;
  background-repeat: no-repeat;
}
#products .arvo10.product .container {
  background-color: #5798d9;
}
#products .arvo20.product .container {
  background-color: #db4434;
}
#products .arvo50.product .container {
  background-color: #27b538;
}
.backlink {
  padding: 1em;
}
#product {
  padding: 1em;
}
#product img {
  margin: 0 1em 0 0;
  float: left;
}
#product .basics {
  margin-bottom: 2em;
}
#product h1 {
  padding-top: .5em;
}
.prizesColumns #basketBar {
  margin: 0 1em 1em;
  box-sizing: border-box;
}
.prizesColumns #shopIntro {
  margin-left: 1em;
}
.intro {
  margin-top: .5em;
}
#basket {
  padding: .5em;
  margin-bottom: 1em;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  border-radius: .6275em;
}
#basket .empty {
  padding-bottom: .5em;
  font-style: italic;
  border-bottom: 6px double #5d6f7a;
}
#basket table {
  width: 100%;
  margin-bottom: 0;
}
#basket th,
#basket td {
  border-bottom: none;
  line-height: 2.2;
  vertical-align: middle;
}
#basket th {
  border-bottom: 3px solid #5d6f7a;
}
#basket td {
  white-space: nowrap;
}
#basket th:nth-child(1) {
  text-align: left;
}
#basket .price {
  min-width: 20%;
  text-align: right;
}
#basket .remove {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
#basket .remove div {
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
#basket .remove a {
  color: #fff;
  background: #ea5b0b;
  padding: .15em .45em;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 1.2em;
}
#basket .remove a:hover {
  background: #ff6915;
  text-decoration: none;
}
#basket .total td {
  font-weight: bold;
  border-top: 6px double #5d6f7a;
}
#basket .gamepoints td {
  padding: 0 0 .5em;
  line-height: 1;
  color: #8ca9ae;
  font-style: italic;
  font-size: .9em;
}
#basket .confirm a,
#basket .confirm button,
#basket .confirm input {
  display: block;
  width: 100%;
}
#basket .clear {
  float: left;
}
#basket .clear button {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  text-transform: uppercase;
}
#basket .clear button:hover {
  color: #ffd2c5;
}
#basket .clear button:hover {
  background: #ff6915;
  color: #fff;
}
#basket .clear button:disabled,
#basket .clear button.disabled,
#basket .clear button.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
#basket .clear button:disabled,
#basket .clear button.disabled {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
#basket.overPrice .total {
  color: #ee0000;
}
#basket.overPrice .warning {
  margin: .5em .3em .625em;
}
#basket button {
  display: inline;
}
@media only screen and (min-width: 600px) {
  .intro,
  #product {
    margin-right: 51.5%;
    clear: none;
  }
  #basketBar {
    width: 49%;
    top: 0;
    float: right;
    margin-bottom: 0;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    margin-top: .5em;
  }
  #halls .hall .jackpot {
    display: block;
    font-size: 1em;
    margin-top: 0;
    position: absolute;
    right: 130px;
    top: 1em;
    background: black;
    border-radius: .6275em;
    padding: 1em;
    text-align: center;
  }
  #halls .hall .jackpot h3,
  #halls .hall .jackpot p {
    display: block;
    padding: 0;
  }
  #halls .hall .jackpot p {
    font-size: 1.5em;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .prizesColumns .intro,
  .prizesColumns #product {
    margin-right: 32%;
  }
  .prizesColumns #basketBar {
    width: 30%;
  }
  #products .product {
    float: left;
    width: 48%;
  }
}
#basket.basketConfirm {
  *zoom: 1;
}
#basket.basketConfirm:before,
#basket.basketConfirm:after {
  content: " ";
  display: table;
}
#basket.basketConfirm:after {
  clear: both;
}
#basket.basketConfirm .contents {
  margin-bottom: 1em;
}
#basket.basketConfirm .contents .price,
#basket.basketConfirm .contents .remove {
  width: auto;
}
.form.basketconfirm {
  padding: 1em 0;
  border-bottom: 3px solid #5d6f7a;
}
.form.basketconfirm .item {
  max-width: 40em;
  *zoom: 1;
  line-height: 1.4;
  margin: .25em 0;
  padding: 0 0 .25em 0;
}
.form.basketconfirm .item:before,
.form.basketconfirm .item:after {
  content: " ";
  display: table;
}
.form.basketconfirm .item:after {
  clear: both;
}
.form.basketconfirm .item p.help {
  font-size: .875em;
  color: #8ca9ae;
}
.form.basketconfirm .item .fauxLabel {
  margin: 0;
  float: none;
  font-weight: bold;
}
.form.basketconfirm .item .fauxLabel span,
.form.basketconfirm .item .fauxLabel i {
  font-weight: normal;
}
.form.basketconfirm .item .fauxLabel i {
  font-size: .8em;
}
.form.basketconfirm .item .fauxInput {
  padding: 0;
  float: none;
}
.form.basketconfirm .item .fauxInput span {
  font-weight: normal;
}
.form.basketconfirm .item .fauxInput p {
  margin: .1em 0;
}
.basketConfirm.actions {
  *zoom: 1;
}
.basketConfirm.actions:before,
.basketConfirm.actions:after {
  content: " ";
  display: table;
}
.basketConfirm.actions:after {
  clear: both;
}
.basketConfirm.actions .btn {
  float: right;
  display: block;
}
.basketConfirm.actions .btn.clear {
  float: left;
}
input[type=text],
input[type=number],
input[type=password],
textarea {
  font-family: Montserrat, Arial, sans-serif;
  margin: .2em .2em .1em 0;
  background: #354b59;
  box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1em;
  border-radius: .6275em;
  border: 0;
}
input[type=text],
input[type=number],
input[type=password] {
  height: 1.8em;
  line-height: 1.8;
  padding: .25em .5em;
}
textarea {
  padding: .25em .5em;
}
select {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1em;
  margin: .2em .2em .1em 0;
  padding: .3em 0;
  line-height: 1;
}
/* FAUX FORM / contact */
.fauxInput {
  float: left;
  padding: .5em 0;
}
table {
  margin-bottom: 1em;
}
th,
td {
  padding: 3px;
  vertical-align: top;
  border-bottom: 2px solid #5d6f7a;
}
tr:last-child th,
table.noborder th,
.freestyle th,
tr:last-child td,
table.noborder td,
.freestyle td {
  border-bottom: none;
}
.top td,
.top th,
td.top,
th.top {
  vertical-align: top !important;
}
th {
  empty-cells: hide;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
#passwordForm fieldset {
  border-top: 1px solid #354b59;
  padding: 13px;
}
legend {
  font-size: .75em;
  text-transform: uppercase;
  color: #8ca9ae;
}
/* INSTRUCTIONS */
.instr {
  font-size: .875em;
  vertical-align: baseline;
}
.instr.normalSize {
  font-size: 1em;
}
p.instr {
  padding: 5px 0;
  margin: 0;
}
/* MANDATORY FIELDS */
span.mand {
  /* icon after input */
  color: #f63;
  font-size: 1.5em;
  line-height: .5;
  padding: 0;
  margin-right: .2em;
  vertical-align: bottom;
}
.input span.mand {
  line-height: .8;
}
p.mand {
  /* legend */
  font-size: .775em;
  color: #8ca9ae;
}
div.mand input,
div.mand select,
input.mand,
select.mand {
  /* highlighted inputs */
  background-color: #db4434;
}
div.mand label {
  /* highlighted label */
  font-weight: bold;
  color: #ea5b0b;
}
.roundBox {
  margin-top: 1em;
  padding-top: .5em;
  border-top: 2px solid #5d6f7a;
}
.roundBox .submit {
  margin-left: 13em;
  margin-top: 0;
}
.roundBox .submit .btn {
  padding-left: 1em;
  padding-right: 1em;
}
.invite-bonus-img {
  float: left;
  margin-right: 15px;
}
.confirmemail {
  border-top: #5d6f7a 2px solid;
  border-bottom: #5d6f7a 2px solid;
  padding: .5em 0;
  margin: .5em 0 !important;
}
.confirmemail .btn {
  display: block;
  margin: .5em 0;
}
.confirmemail .msgNotification {
  border-top: #5d6f7a 2px solid;
  padding-top: .5em;
  margin-top: .5em;
}
.formnotify,
.invited {
  line-height: 1.5;
  margin-bottom: .5em;
  padding: .675em 1em .675em 2em;
  background: #354b59 url(../images/iconInfo.png) no-repeat 0.75em 0.875em;
}
.formnotify h3,
.invited h3 {
  font-size: 1.1em;
}
.formnotify .unconfirmed,
.invited .unconfirmed {
  color: #ea5b0b;
}
.formnotify.confirmemail,
.invited.confirmemail {
  background-color: #354b59;
}
.formnotify button,
.invited button {
  background: #ea5b0b;
  color: #fff;
  padding: .5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  border-radius: .6275em;
  transition: all .5s;
  cursor: pointer;
  font-family: Generica, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  text-transform: uppercase;
}
.formnotify button:hover,
.invited button:hover {
  color: #ffd2c5;
}
.formnotify button:hover,
.invited button:hover {
  background: #ff6915;
  color: #fff;
}
.formnotify button:disabled,
.invited button:disabled,
.formnotify button.disabled,
.invited button.disabled,
.formnotify button.disabled:hover,
.invited button.disabled:hover {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
.formnotify button:disabled,
.invited button:disabled,
.formnotify button.disabled,
.invited button.disabled {
  background: #8ca9ae;
  color: #354b59;
  cursor: default;
}
/* MESSAGES STYLES */
table.msg td,
table.msg th {
  vertical-align: middle;
}
table.msg td {
  line-height: 2;
}
table.msg .new {
  font-weight: bold;
}
table.msg a {
  display: block;
}
table.msg a b {
  font-size: .75em;
  vertical-align: top;
  border-radius: .75em;
}
.msgHeading {
  padding: 1em 0 .25em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.msgHeading .date {
  float: right;
  padding: .5em 0 .5em 1em;
}
/* ********************* limits **************************** */
table.limit th,
.setLimits th {
  text-align: left;
  white-space: normal;
}
table.limit td,
.setLimits td,
table.limit th,
.setLimits th {
  vertical-align: middle;
  padding-right: .5em;
}
.setLimits th,
.setLimits td {
  white-space: normal;
  width: 50%;
}
.setLimits td span {
  float: left;
  width: 20%;
}
.days div {
  white-space: nowrap;
  float: left;
  width: 3.5em;
}
.reached {
  color: #fff261;
  background: #354b59;
  font-weight: bold;
}
.changed {
  background: #8ca9ae;
}
.limitError p {
  padding: 0;
}
span.limitError {
  color: #db4434;
  background: url(../images/iconWarning.png) no-repeat 0 0;
  min-height: 22px;
  padding-left: 30px;
  font-weight: bold;
  display: block;
}
/* FORM, REGISTER-STYLE */
.form {
  margin-bottom: 1em;
  /* balance round info ball*/
}
.form label,
.fauxLabel {
  min-width: 13em;
  float: left;
  display: block;
  text-align: left;
  margin: .75em 0 .3em;
}
.form table label {
  min-width: inherit;
}
.form .input {
  float: left;
}
.form .input select {
  margin-top: .5em;
}
.form .input span.instr {
  display: block;
  margin: 0 0 .5em 0;
}
.form .checkbox {
  margin: .5em 0;
  /* margin-left: 11em; 		 .input width and margins */
  padding: 0;
}
.form .checkbox label {
  float: none;
  display: inline;
  width: auto;
  text-align: left;
  padding: 0;
}
.form .checkbox input {
  border: none;
}
.form .submit {
  /*margin-left: 11em; 		.input width and margins */
}
.form .cancel {
  /* register form cancel */
  margin-left: 2em;
}
.form .bonuscode a.info {
  color: #fff;
  background: #ea5b0b;
  padding: .15em .45em;
  border-radius: 50%;
  vertical-align: middle;
  vertical-align: baseline;
  white-space: normal;
}
.form .bonuscode a.info:hover {
  background: #ff6915;
  text-decoration: none;
}
#details .input div.instr {
  float: right;
  line-height: 1.5;
}
#details span.instr {
  display: block;
  clear: both;
  margin-top: .5em;
  margin-bottom: 1.5em;
}
#details .input {
  float: none;
}
#details .checkbox {
  margin-bottom: 1em;
}
#details .checkbox .input {
  float: left;
}
#staticbanner {
  height: 8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
}
#staticbanner h2 {
  font-family: "Leckerli One", Generica, "Arial Black", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 1em;
  text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.4);
  font-size: 3em;
  line-height: .9;
}
#staticbanner .banner {
  height: 8rem;
  position: absolute;
  width: 100%;
  background: #011f29;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: left;
  overflow: hidden;
  font-size: .75em;
}
#staticbanner .banner.friend {
  background-image: url("../images/friendbanner.jpg");
}
@media (min-width: 800px) {
  #staticbanner,
  #staticbanner .banner {
    height: 12rem;
  }
  #staticbanner .banner {
    font-size: .9em;
  }
}
@media (min-width: 961px) {
  #staticbanner,
  #staticbanner .banner {
    height: 16rem;
  }
  #staticbanner .banner {
    font-size: 1em;
  }
}
/* FORM, CONTACT-STYLE, WIDE INPUTS */
.form.wide .input {
  width: 100%;
}
.form.wide .input input,
.form.wide .input textarea {
  width: 95%;
  max-width: 30em;
}
.form.wide .input textarea {
  height: 6em;
}
.largeTable {
  overflow-x: scroll;
  border: 1px solid #354b59;
}
/* BUY POINTS PAGE ******************************************************************** */
#selectpoints td:nth-child(1) {
  width: 30%;
}
.form span.bonus {
  /* indicator next to choosing a deposit sum */
  color: #ea5b0b;
  font-weight: bold;
  padding: .8em .5em .3em;
  display: block;
}
.form div.bonus,
.form .depositStats,
.form .depositBonus {
  min-height: 3em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: .5em;
  margin: 0 0 1em 0;
  padding: 1em;
  background: #354b59;
  box-sizing: border-box;
}
.form div.bonus {
  background: #354b59 url("../images/depositBonus.png") no-repeat 5px 9px;
  padding: 10px 10px 0 93px;
  width: 218px;
}
.form div.bonus a.info {
  background-color: #8ca9ae;
}
.form div.bonus a.info:hover {
  background-color: #ea5b0b;
}
.form div.depositBonus {
  background: #354b59 url("../images/depositBonus.png") no-repeat 10px center;
  padding-left: 100px;
  font-size: 1em;
}
.form div.depositBonus span {
  display: block;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.form .depositStats .label {
  font-weight: normal;
}
.form .depositStats p {
  font-weight: bold;
  padding: 0 0 .3em .3em;
  margin: 0;
}
.form .depositStats p:last-child {
  padding-bottom: .5em;
}
@media only screen and (min-width: 1024px) {
  .form .depositStats,
  .form .depositBonus {
    width: 40%;
    max-width: 18em;
    float: right;
    clear: right;
  }
}
.banks {
  background: #fff;
  border-radius: .6275em;
  padding: 1em;
  text-align: center;
}
.banks h2 {
  color: #354b59;
}
.banks a {
  margin: 0 .5em;
  cursor: pointer;
}
.banks a img {
  vertical-align: middle;
}
.banks .details {
  color: #354b59;
}
/* loading bar */
.spinner {
  width: 70px;
  display: inline-block;
  margin-left: 10px;
}
.spinner > div {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* USER DETAILS *********************************************************************************************************/
/* user menu on the side */
@media only screen and (min-width: 40em) {
  #userPageContent {
    margin-left: 31.5%;
  }
  #userDetailsMenu {
    float: left;
    width: 30%;
  }
}
/* user menu on the side */
@media only screen and (min-width: 1024px) {
  #userPageContent {
    margin-left: 24.5%;
  }
  #userDetailsMenu {
    float: left;
    width: 23%;
  }
}
#userDetailsMenu {
  padding: .5em 1em 1em;
  margin-bottom: 1em;
}
#userDetailsMenu li,
#userDetailsMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: 0;
}
#userDetailsMenu li a,
#userDetailsMenu ul a {
  display: block;
  padding: .6em;
  border-radius: .6275em;
}
#userDetailsMenu li a.current,
#userDetailsMenu ul a.current {
  color: #fff;
  text-decoration: none;
  background: rgba(55, 55, 55, 0.5);
}
#userDetailsMenu li a b,
#userDetailsMenu ul a b {
  font-size: .75em;
  color: #fff;
  border-radius: 1em;
  padding: .175em .5em;
  vertical-align: top;
  background: #ea5b0b;
}
#userDetailsMenu li a b:hover,
#userDetailsMenu ul a b:hover {
  text-decoration: none;
}
#userDetailsMenu #user .balance,
#userDetailsMenu .user .balance {
  min-height: 2em;
}
#userDetailsMenu #user .add,
#userDetailsMenu .user .add {
  display: none;
}
#userPageContent {
  padding: .5em 1em 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
  overflow: auto;
  max-width: 100%;
}
#userPageContent .actions {
  margin: 0 0 1.5em 0;
}
/* GAME HISTORY STYLES */
.stats p {
  padding: 0;
}
.bingoHistory {
  border: 5px solid #354b59;
  border-top: 5px solid #ea5b0b;
  padding: .5em;
}
.history ul.tabs {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.history ul.tabs li {
  float: left;
  list-style: none;
  border: 2px solid #354b59;
  margin-right: -1px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.history ul.tabs li a {
  padding: .3em 1em;
  display: inline-block;
}
.history ul.tabs li.current {
  background: #ea5b0b;
  color: #fff;
  font-weight: bold;
  border-color: #ea5b0b;
}
.history ul.tabs li.current a {
  color: #fff;
}
.bingoHistory p {
  margin: .5em 0 1em;
  padding: 0;
}
.ticket {
  float: left;
  margin: 0 .5em .5em 0;
  border: 2px solid #8ca9ae;
  background: #354b59;
}
.ticket table {
  background: #;
  margin: 2px;
}
.ticket td,
.ticket th {
  border: 2px solid #354b59;
  text-align: center;
  padding: 2px 0;
  width: 30px;
}
.ticket .hit {
  background: #ea5b0b;
  color: #fff;
}
.ticket .free {
  background: #ea5b0b url(../images/bgFreesquare.png) no-repeat center center;
}
.ticket p {
  height: 0px;
  padding: 0;
}
.ticket .id {
  font-size: .875em;
  color: #888;
}
.formContainer {
  background: #354b59;
  padding: 10px 5px;
  margin-bottom: 20px;
}
/* INVITE A FRIEND LINK */
.inviteLink div {
  margin-left: 80px;
}
.inviteLink img {
  float: left;
  margin-top: 10px;
}
.inviteLink input,
.inviteLink textarea {
  width: 95%;
  max-width: 35em;
}
/* ARVAT */
.lottery_balance {
  background: #354b59;
  padding: 1em;
  border-radius: .5em;
}
.lottery_balance p {
  margin-bottom: 0;
}
.onnenloma {
  *zoom: 1;
  margin: 0 1em;
  background: #bfa36f url("../images/arvat/onnenloma_bg.jpg") no-repeat center top;
  background-size: cover;
  border-radius: 1em;
  box-shadow: inset 0px 3px 0px 0px #f1cb99;
}
.onnenloma:before,
.onnenloma:after {
  content: " ";
  display: table;
}
.onnenloma:after {
  clear: both;
}
.onnenloma .textLink a {
  color: #085C7F;
}
.onnenloma .textLink a:hover {
  color: #077EB0;
}
.onnenloma .main {
  text-align: center;
  margin: .5em 0 0 0;
}
.onnenloma .main img {
  width: 100%;
  max-width: 629px;
}
.onnenloma .main h2 {
  margin: 0;
  padding: 0;
}
.onnenloma .sidebar {
  font-weight: bold;
  color: #222;
  padding: 2em;
}
.onnenloma .sidebar p {
  line-height: 1.45;
}
.onnenloma .btn {
  margin-bottom: .5em;
}
.onnenloma .textLink {
  text-align: center;
}
.onnenloma hr {
  border-top: 2px solid #b19664;
  border-bottom: 2px solid #ddc497;
}
.onnenloma .login {
  font-weight: normal;
}
