/* Variables */
/* Libs */
.bx-wrapper {
  margin-bottom: 10px;
}
.bx-wrapper img {
  max-height: 115px;
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  background-image: url("../images/slider/controls.png");
  background-repeat: no-repeat;
  width: 15px !important;
  height: 47px !important;
  z-index: 1000 !important;
}
.bx-wrapper .bx-next {
  right: -33px;
  background-position: -15px -47px;
}
.bx-wrapper .bx-next:hover {
  background-position: -15px 0;
}
.bx-wrapper .bx-prev {
  left: -33px;
  background-position: 0 -47px;
}
.bxslider .doubleSize {
  width: 280px !important;
}
#minigamesCanvas canvas {
  margin: 0 !important;
}
.bottom-content,
.social-content {
  margin-bottom: 10px;
}
footer {
  padding-bottom: 10px;
}
#menu {
  z-index: 1;
  margin-top: -8px;
}
#mainWrapper {
  padding: 0;
  transition: all 0.25s;
}
#mainWrapper.container-top {
  padding-top: 140px;
}
#mainWrapper > * {
  background-color: #fff;
}
.social-content {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.75px;
}
.social-content ul > li {
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
}
.social-content ul > li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #fff;
}
#loader .loading-text {
  color: #fff;
  display: none;
}
#loader img.playspace {
  margin-top: 380px;
}
#loader .logo {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#loader .logo img {
  max-width: 33%;
/*@media (min-width: 1200px)
        max-width 33%
      @media (min-width: 992px) and (max-width: 1200px)
        max-width 50%*/
}
#loader .loading-spine,
#loader .loading-spine:before,
#loader .loading-spine:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#loader .loading-spine {
  color: #fff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  display: none;
}
#loader .loading-spine:before,
#loader .loading-spine:after {
  content: '';
  position: absolute;
  top: 0;
}
#loader .loading-spine:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader .loading-spine:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@-moz-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@-o-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.psLandingPop {
  z-index: 1200;
}
.psLandingPop .modal-dialog {
  max-width: 571px;
}
.psLandingPop .modal-content {
  border: 5px solid #002b77;
  font-family: 'Luckiest Guy', cursive;
}
.psLandingPop .modal-header {
  background-color: #002b77;
  font-size: 21px;
  padding: 5px 10px 10px;
  color: #ffba00;
  text-transform: uppercase;
}
.psLandingPop .modal-header .close {
  margin-left: -60px;
  cursor: pointer;
}
.psLandingPop .countdown {
  color: #fff;
  font-size: 17px;
  padding-right: 35px;
}
.psLandingPop .pop-content {
  border: 5px solid #ffba00;
  line-height: 0;
}
.psLandingPop .pop-content > * {
  max-width: 100%;
}
.psLandingPop .pop-info {
  background-color: #e7ecee;
  text-transform: uppercase;
  padding: 15px;
  margin-top: 20px;
}
.psLandingPop .pop-info .pop-title {
  color: #002b77;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}
.psLandingPop .pop-info .pop-desc1 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.psLandingPop .pop-info .pop-desc2 {
  color: #9a9a9a;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 0;
}
.psLandingPop .modal-footer {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  border: none;
  padding-top: 0;
}
.psLandingPop .accept-btn {
  background-image: url("../images/pop/btn.png");
  background-size: cover;
  background-color: transparent;
  border: none;
  width: 185px;
  height: 81px;
  font-size: 35px;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
  transform-origin: center;
  cursor: pointer;
}
.psLandingPop .accept-btn:hover {
  transform: scale(0.95);
}
.psLandingPop .accept-btn:active,
.psLandingPop .accept-btn:focus {
  transform: scale(0.92);
  border: none;
  box-shadow: none;
}
body.bingo #minigamesCanvas.top {
  top: -30px;
  right: -30px;
}
body.bingo #gameWrapper #mainCanvas {
  position: relative;
}
#mainWrapperLogin {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  text-align: center;
}
#mainWrapperLogin .logo {
  z-index: 1;
  position: relative;
}
#mainWrapperLogin .button {
  position: relative;
}
#mainWrapperLogin .button .text {
  text-align: left;
  color: #fff;
  padding: 33px 0 0 140px;
  font-size: 35px;
  line-height: 32px;
  position: absolute;
  width: 100%;
  font-family: 'Luckiest Guy', cursive;
}
#mainWrapperLogin .button {
  margin: 0 auto;
  cursor: pointer;
  max-width: 448px;
  max-height: 124px;
}
#mainWrapperLogin .button::after {
  content: '\00a0';
  display: inline-block;
  width: 448px;
  height: 124px;
  background-position: 99.80916030534351% 0.257731958762887%;
  background-size: 216.96428571428572% 412.9032258064516%;
  background-image: url("../images/login/texturePackerLanding.png");
  padding: 0;
}
#mainWrapperLogin div.button::after {
  max-width: 448px;
  width: 100%;
  height: 0;
  padding: 0 0 27.678571428571427% 0;
}
#mainWrapperLogin .button:hover::after {
  background-position: 99.80916030534351% 32.47422680412371%;
  background-size: 216.96428571428572% 412.9032258064516%;
  background-image: url("../images/login/texturePackerLanding.png");
}
#mainWrapperLogin .logo {
  margin: 20px auto -15px;
  max-width: 521px;
  max-height: 510px;
}
#mainWrapperLogin .logo::after {
  content: '\00a0';
  display: inline-block;
  width: 521px;
  height: 510px;
  background-position: 0.221729490022173% 50%;
  background-size: 186.56429942418427% 100.3921568627451%;
  background-image: url("../images/login/texturePackerLanding.png");
  padding: 0;
}
#mainWrapperLogin div.logo::after {
  max-width: 521px;
  width: 100%;
  height: 0;
  padding: 0 0 97.88867562380038% 0;
}
