@charset "utf-8";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.750em;
  color: #fff;
  background: #000;
  background: url(../images/bg_landing.jpg) #141414 no-repeat scroll center 160px;
  
}
body.avgrund-active {
  background: #000;
}
.clear {
  clear: both;
}
a {
  color: #FFF;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
h3 {
  color: #005878;
}
.pagebg {
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 100%;
}
.content1 {
  /*display: block;
    height: auto;
    margin: 40px auto 10px;
    max-width: 960px;
    min-height: 500px;
    width: 100%;*/
    padding-bottom: 10%;
}
.content1 .left_image {
  width: 60%;
  float: left;
  margin: 70px auto 20px;
}
.content1 .left_image img {
  display: block;
  padding: 0;
  width: 100%;
}

.content1 .left_image  ul {
    font-family: 'Muli', sans-serif;
  font-size: 16px;
  list-style:  none;
  padding: 25px 0 0;
  border-top: 2px solid #fff;
  border: 0;
  width: 80%;
}

.content1 .left_image  hr {

  width: 80%; border: 0;
  margin: 15px 0;
  color: FFFf00;
  background-color: #FFF;
  height: 2px;
  height: 0;
}

.content1 .left_image  li {
  padding-bottom: 10px;
  background: url('../images/fairgo/bullet.png') 0 0 no-repeat;
  margin-left: 0;
  padding-left: 40px;
}

.content1 .left_image h1 {
    font-family: 'Muli', sans-serif;
  font-weight: 900;
  font-size: 70px;
  margin: 0;
  padding: 0;
}

.content1 .left_image h2 {
    font-family: 'Muli', sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #face14;
  margin: 0;
  padding: 0;
}
.content1 .left_image h3 {
    font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
  margin: 0;
  padding: 0;
}

.wrapper.lpcontent.bg_menuitem {
  /*background: transparent !important;*/
}


.lp_coupon {
  text-align: center;
}
.content1 .coupon_title {
  color: #ccc;
  font-size: 20px;
  display: inline-block;
}
.content1 .left_image p {
  font-family: "Muli",sans-serif;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    margin: 0;
}
.content1 .right_image {
  float: right;
  width: 40%;
  margin-top: 30px;
}
.content1 .right_image > img {
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content1 .lp_button_text {
  text-decoration: none;
  background: #face14;
  font-size: 46px;
  font-weight: bold;
  color: #000;
  display: block;
  text-align: center;
  padding: 20px 0;
    font-family: 'Muli', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: -60px auto 30px;
  z-index: 9999;
  position: relative;
  width: 350px;
}
.content1 .lp_button_text:hover {
  background: #fced00;
}

/* Steps/Reasons*/

.intro-steps {
  width: 25%;
  float: left;
}

.steps h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-family: "Muli", sans-serif;
}

.steps h2:first-of-type {
  color: #face14;  
}

.stepsbg {
  background: #1a1a1a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#1a1a1a, #000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#1a1a1a, #000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#1a1a1a, #000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#1a1a1a, #000);
  /* Standard syntax */
  padding: 2rem 0;
}


#reasons {
  background: #1a1a1a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#1a1a1a, #000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#1a1a1a, #000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#1a1a1a, #000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#1a1a1a, #000);
  /* Standard syntax */
  height: 73px;
  padding: 20px 0;
}
.lp_reasons_box h2 {
  display: block;
  font-weight: normal;
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
}
.lp_reasons_box h2.first_word {
  color: #face14;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: normal;
}
.content2 .lp_reasons_box {
  text-align: center;
  font-family: "Muli", sans-serif;
  position: relative;
}
.lp_reasons_box::before {
  font-family: "Muli",sans-serif;    
    font-size: 63px;
    left: 20px;
    position: absolute;
    top: -10px;
  color: #484848;
}
.lp_reasons_box:nth-child(2)::before {
  content: "1";
}
.lp_reasons_box:nth-child(3)::before {
  content: "2";
}
.lp_reasons_box:nth-child(4)::before {
  content: "3";
}

.content2 {
  display: block;
  margin: auto;
  width: 100%;
}
.content2 > div {
  width: 25%;
  float: left;
}
.content2 .custom {
  /*background: url(../images/fairgo/bg_arrow.png) no-repeat scroll center right;*/
}
.content2 .custom h1, .content2 .custom h2{

  font-family: "Muli", sans-serif;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}
.content2 .custom h1 {
  color: #face14;
}
.content2 .lp_reasons_images {
  height: auto;
  max-width: 960px;
  min-height: 150px;
  width: 100%;
}
.content2 .lp_reasons_images .rimage {
  display: inline-block;
  margin: 10px 5px;
  max-width: 307px;
  padding: 0;
  width: 31.88%;
}
a.terms {
  bottom: 40px;
  position: absolute;
  right: 59px;
  z-index: 9999;
  color: #FFF;
  font-weight: bold;
  background: #000;
}
.wrapper {
  margin: 0 auto;
  width: 1100px;
  padding: 0;
  position: relative;
}
.white_div {
  border-top: 1px solid #FFF;
}
#header {
  height: 120px;
  position: relative;
  border-bottom: 1px solid #3e3e3e;
}
#header .button {
  position: absolute;
  text-indent: -99999px;
}
#header .button a {
  display: block;
}
#header #download {
  background: url('../../miamiclub_landingpages/images/sprite_download_ip.png') no-repeat 0 0;
  width: 371px;
  height: 117px;
  left: 670px;
  top: 15px;
  background-position: 0px 0px;
  z-index: 100;
}
#header #download a {
  width: 371px;
  height: 117px;
}
#header #instant {
  background: url('../../miamiclub_landingpages/images/sprite_download_ip.png') no-repeat 0 -117px;
  background-position: 0px -117px;
  width: 338px;
  height: 87px;
  left: 690px;
  top: 128px;
  z-index: 110;
}
#header #instant a {
  width: 338px;
  height: 87px;
}
/****/
.frontpage #header {
  border-bottom: 1px solid #3e3e3e;
}
.frontpage #header .button {
  display: none;
}
#footer {
  background: #092c1d; 
  padding: 10px 0 0 0;
  text-shadow: 0.1em 0.1em 0.2em black;
  color: #fff;
  position: relative;
  z-index: 100;
  font-size: 11px;
}
#footer .custom {
  padding-bottom: 4px;
  display: block;
  margin: auto;
  text-align: center;
}
#footer .paymentlogos .custom a img{
  width: 60px;
}
#logocontainer {
  position: relative;
  z-index: 1000;
  width: 175px;
  height: 100px;
  margin: 0;
  float: left;
}
#logocontainer h1 {
  padding: 0;
  border: 0;
  text-indent: -99999px;
  display: block;
  height: 110px;
  margin: 0;
  background: url('../images/logo.png') no-repeat transparent center center;
}

#topright ul li, #topleft ul li {
  border: none !important;
}

#topright ul li a{
  padding: 0 !important;
  color: #141414 !important;
}

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
  color: #141414;
}
.icon:hover {
  color: #face14;
}
.icon:hover:before {
  -webkit-box-shadow: inset 0 0 0 2px #383838;
          box-shadow: inset 0 0 0 2px #383838;
  color: #face14;
}
.icon:before {
  -webkit-box-shadow: inset 0 0 0 2px #383838;
          box-shadow: inset 0 0 0 2px #383838;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 1.25rem;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  font-size: 2rem;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  background: #383838;

}
.icon > .label {
  display: none;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
  padding: 2%;
}
ul.icons li {
  display: inline-block;
  padding: 0 2rem 0 0;
  vertical-align: middle;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 2rem;
}
ul.icons.alt li .icon:before {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  font-size: 2rem;
}


.right_top_image{
  position: absolute;
  right: 0;
  top: 0;
  height: 160px;
  display:none;
}
.right_top_image img{
  max-width: 100%;
  max-height: 100%;
}
.contentwrapper h1,
.contentwrapper h2 {
  color: #005878;
}
#topleft,
#topright {
  display: inline-block;
  margin: 0px 0 0 0;
  padding: 8px 28px 0;
}
#topleft {
  float: left;
  margin-left: 30px;
  position: relative;
  z-index: 2000;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
#topright {
  float: right;
  margin: 1px 0 0 0 !important;
  margin-right: 30px !important;
  padding: 3rem 28px 8px 0 !important;
}
/* ################################# TOPMENU ################################# */
#topright ul,
#topleft ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
#topright ul li,
#topleft ul li {
  display: inline;
  position: relative;
  float: left;
  border-left: 1px solid #FFF;
}
#topright ul li:first-child,
#topleft ul li:first-child {
  border-left: 0px;
}
#topleft ul li img,
#topright ul li img {
  padding: 0 6px 0 0;
  border: 0;
  vertical-align: middle;
}
#topright ul li a,
#topleft ul li a {
  padding: 0 17px;
  color: #fff;
  text-decoration: none;
}
#topright ul li a:hover,
#topright ul li a:active,
#topright ul li a:focus,
#topleft ul li a:hover,
#topleft ul li a:active,
#topleft ul li a:focus {
  color: #00ffb1;
  text-decoration: underline;
}
a.tourbtn img {
  vertical-align: bottom !important;
}

/* Responsive */
@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 1024px;
  }
  .content2 .custom > p {
    font-size: 16px;
  }
  .content1 .left_image h1 {
    font-size: 70px;
  }

  .content1 .left_image h2 {
    font-size: 40px;
  }
  .lp_reasons_box::before{
    left: 5px;
  }
}
/* ipad */
@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 768px;
  }
  .frontpage #header .wrapper {
    background-size: 70% auto;
  }
  .content1 .left_image {
    margin: auto;
    display: block;
  }
  .content1 .coupon_title {
    font-size: 14px;
  }
  .content1 .right_image {
    margin: 30px auto 20px;
    display: block;
  }
  .content2 .lp_reasons_images .rimage {
    display: block;
    margin: 20px auto;
  }
  
  .content2 .custom h1, .content2 .custom h2{
    font-family: "Muli", sans-serif;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    font-size: 25px; 
  }
  .lp_reasons_box h2.first_word{
  margin-top: 15px;
  }
   .lp_reasons_box::before{
  top: 2px;
  font-size: 56px;
  left: 0;
  }
  .lp_reasons_box h2.first_word{
  font-size: 16px;
  }
  .lp_reasons_box h2 {
    font-size: 14px;
  }
  .content2 .custom > p {
    padding: 24px 0;
    font-size: 12px;
  }
  body {
  }
  body #footer ul.menubuttons {
    position: relative;
    height: auto;
  }
  .content1 .left_image h1 {
    font-size: 70px;
  }

  .content1 .left_image h2 {
    font-size: 40px;
  }
  .content1 .lp_button_text {padding: 25px 0;}
}
@media only screen and (max-width: 768px) {

   body {
    background-position: center 78px;
    
   }
   
  .content1 .left_image h1 {
    font-size: 60px;
  }

  .content1 .left_image h2 {
    font-size: 30px;
  }
   
  .wrapper {
    width: 100%;
  }
  #header {
    height: 80px;
  }
  #logocontainer {
    width: 130px;
    float: none;
    margin: 0 auto;
    height: 80px;
  }
  #logocontainer h1 {
    background-position: top center;
    width: 100px;
    height: 65px;
    background-size: 100%;
    margin: 10px auto;
  }
  .right_top_image{
    height: 68px;
  }  
  .nav.menufooter li {
    float: none;
    border: none;
  }

  .slot-wrapper {
    margin: 30px auto 80px !important;
  }

  .content1 .left_image,
  .content1 .right_image {
    /*float: none;*/
  }
  .content1 .left_image {
    width: 60%;
  }
  .content1 .right_image {
    width: 40%;
  }
  .content1 .lp_button_text {
    font-size: 2em;
    height: 55px;
    line-height: 55px;
  padding: 10px 0;
  width: 180px;
  }
  .content2 > div {
    float: none;
    text-align: center;
    width: 100%;
  }
  .content2 .custom > p {
    width: 100%;
    padding: 10px 0;
  display: none;
  }
  .content2 .custom {
    background: none;
  }
  .content2 .lp_reasons_box {
    text-align: center;
    line-height: 40px;
  }
  #reasons {
    height: auto;
  }
  .lp_reasons_box h1 {
    font-size: 21px;
  display: inline-block;
  }
  .lp_reasons_box::before{
  position: relative;
  top: 2px;
  font-size: 23px;
  margin-right: 15px;
  }
}
/* iphone */
@media only screen and (max-width: 640px) {
  body {
  }
  body .leftcol,
  body #bottom_wrapper,
  body #tabcontainer,
  body #features {
    display: none;
  }
  body.frontpage #footer {
    margin-top: 10px;
  }
  body #header .button {
    display: none;
  }
  body #header {
    background: none;
  }
  body #topleft,
  body #topright,
  body .bulbs {
    display: none;
  }
   
  .content1 .left_image h1 {
    font-size: 60px;
  }

  .content1 .left_image h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  
  .right_top_image{
    display: block;
  }
  
  #logocontainer {
    width: 130px;
    height: 68px;
  }
  .lp_reasons_box h1 {
  font-size: 14px;
  }
    .content1 .left_image h1 {
    font-size: 40px;
  }

  .content1 .left_image h2 {
    font-size: 30px;
  }
  .content1 .left_image p {
    font-size: 25px;
  }
  .content2 .lp_reasons_box {
    width: 100%;
    padding: 0 5%;
  }
  a.terms {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .promo-images .left-promo-image,
  .promo-images .right-promo-image {
    width: 100%;
  }
  .lp_promo_box{
    text-align: center;
  }
  .content1 .left_image,
  .content1 .right_image  {
    width: 100%;
    position: relative;
    float: none;
  }
  .content1 .top-logo .right_image{
    float: none;
  }
  .content1 .top-logo .right_image img{
    display: none;
  }
  .content1 .right_image > img{
    padding-top: 75px;
  }
  .content1 .lp_button_text {
    height: 40px;
    line-height: 40px;
    width: 90%;
    margin: 0 5%;
    position: absolute;
    top: 0;
  }
  .content1 .left_image ul{
    width: 100%;
    text-align: left;
  }
  .right_image > img {
    display: none;
  }
}
@media only screen and (max-width:1500px){
   .paymentarea img{width:auto; height:60px;}
}


@media only screen and (max-width:768px){
   .paymentarea img{width:auto;height:50px;}
}


@media only screen and (max-width: 480px){

    .paymentarea img{width:auto; height:35px;}
}

footer {
  background: #092c1d;
  margin-top: 4%;
  padding: 2%;
  font-size: 2em;
  text-align: center;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

footer ul li {
    padding: 0;
}

footer ul li {
    padding: 0;
}

footer .nav>li>a:hover {
    background-color: #092c1d;
    color: #face14;
}

.nav>li {
    position: relative;
    display: block;
}

/* ################################# SPINNER ################################# */

.slot-wrapper {
    /*background: #dedacf;
    background: -moz-linear-gradient(top, #89929e 1%, #b4b0a5 17%, #faf9f8 38%, #fff 50%, #fff 50%, #e9e4d9 59%, #faf9f8 71%, #b4b0a5 84%, #89929e 100%);
    background: -webkit-linear-gradient(top, #89929e 1%, #b4b0a5 17%, #faf9f8 38%, #fff 50%, #fff 50%, #e9e4d9 59%, #faf9f8 71%, #b4b0a5 84%, #89929e 100%);
    background: linear-gradient(to bottom, #89929e 1%, #b4b0a5 17%, #faf9f8 38%, #fff 50%, #fff 50%, #e9e4d9 59%, #faf9f8 71%, #b4b0a5 84%, #89929e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#89929e', endColorstr='#dedacf', GradientType=0);*/
    width: 750px;
    height: 380px;
    position: relative;
    margin: 0 auto;
}
.slot-wrapper .slot-header {
    color: #fff;
    position: absolute;
    text-align: center;
    height: 80px;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -80px;
    font-weight: 700;
    padding-top: 18px;
    font-size: 2.6rem;
    text-shadow: 2px 2px 7px #000;
}
@media (max-width: 990px) {
    .slot-wrapper .slot-header {
        padding-top: 30px;
        font-size: 2rem;
    }
}
.slot-wrapper .slot-frame {
    /*background-color: #fff;*/
    position: absolute;
    height: 82%;
    width: 91%;
    left: 0;
    right: 0;
    /*border: 10px #063345 solid;*/
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.slot-wrapper .slot-frame:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../images/slotbg-left.png') 0 0 no-repeat;
    background-position: left center;
    z-index: 99999;
}
.slot-wrapper .slot-frame:after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../images/slotbg-right.png') 0 0 no-repeat;
    z-index: 99999;
    background-position: right center;
    right: -25px;
}
@media (max-width: 640px) {
    .slot-wrapper .slot-frame {
        border: none;
        height: 90%;
        width: 100%;
    }

    .slot-wrapper .slot-frame:before {
      margin-left: 0;
    }

    .slot-wrapper .slot-frame:after {
      right: 0;
    }

    .slot-wrapper .slot-frame:before {
      content: "";
      top: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      background: url('../images/slotbg-left-mobile.png') 0 0 no-repeat;
      background-position: left center;
      z-index: 99999;
      left: -10px;
    }
    .slot-wrapper .slot-frame:after {
        content: "";
        top: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        background: url('../images/slotbg-right-mobile.png') 0 0 no-repeat;
        z-index: 99999;
        background-position: right center;
        right: 0;
    }    
}

li.slot.slot-desktop.slot1:first-child {
    background-position-y: -577px;
}

li.slot.slot-desktop.slot2:first-child {
    background-position-y: -459px;
}

li.slot.slot-desktop.slot3:first-child {
    background-position-y: -697px;
}

li.slot.slot-desktop.slot4:first-child {
    background-position-y: -343px;
}

li.slot.slot-desktop.slot5:first-child {
    background-position-y: -697px;
}


.winning-line {
    position: absolute;
    top: 0;
    width: 2%;
    height: 10px;
    z-index: 5;
    box-shadow: white 0px 0px 0 0px;
    background-image: #0e4da1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(top, #ffffff, #ffffff);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffffff');
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.slot-wrapper .spinner {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
div.slot-wrapper .spinner {
    padding: 0;
    top: 0;
    left: 13px;
    list-style: none;
    position: absolute;
    display: block;
    height: 100%;
    background-image: url('../images/slotbg.png'), 
                  url('../images/slotbg.png'),
                  url('../images/slotbg.png'),
                  url('../images/slotbg.png'),
                  url('../images/slotbg.png');
    background-repeat: no-repeat, 
                       no-repeat,
                       no-repeat,
                       no-repeat,
                       no-repeat;
    background-position: 0 top, 
                         136px top,
                         273px top,
                         409px top,
                         546px top;
}

div.slot-wrapper .spinner li{
    padding: 0;
    top: 0;
    list-style: none;
    position: absolute;
    display: block;
    height: 100%;
    background: transparent url("../images/slot_single.png");
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
    background-repeat: no-repeat;
    background-position-x: 12px;
}

.slot {
        background-repeat-x: no-repeat;
        background-position-x: center;
        width: 20%;
    }

ul.spinner img {
  position: absolute;
  bottom: 0;
  z-index: 99999999999999;
}
.slot-desktop {
/*    background: transparent url("../images/slot_single.png") !important;
    background-repeat-x: no-repeat;
*/}
.slot-line-divider {
        /*position: absolute;
        height: 2px;
        background: #1d5193;
        width: 100%;
        z-index: 100;
        top: 137px;*/
    }
    .slot-line-divider:after {
        content: "";
        position: absolute;
        height: 2px;
        /*background: #1d5193;*/
        width: 100%;
        z-index: 100;
        top: 110px;
    }
    @media (max-width: 640px) {
        .slot-line-divider:after {
            top: 120px;
        }
    }
    .slot1 {
        left: calc((100% / 3) * (1 - 1));
    }
    @media (min-width: 640px) {
        .slot1 {
            left: calc((100% / 4) * (1 - 1));
        }
    }
    @media (min-width: 768px) {
        .slot1 {
            left: calc((100% / 5) * (1 - 1));
        }
    }
    .slot2 {
        left: calc((100% / 3) * (2 - 1));
    }
    @media (min-width: 640px) {
        .slot2 {
            left: calc((100% / 4) * (2 - 1));
        }
    }
    @media (min-width: 768px) {
        .slot2 {
            left: calc((100% / 5) * (2 - 1));
        }
    }
    .slot3 {
        left: calc((100% / 3) * (3 - 1));
    }
    @media (min-width: 640px) {
        .slot3 {
            left: calc((100% / 4) * (3 - 1));
        }
    }
    @media (min-width: 768px) {
        .slot3 {
            left: calc((100% / 5) * (3 - 1));
        }
    }
    .slot4 {
        left: calc((100% / 3) * (4 - 1));
    }
    @media (min-width: 640px) {
        .slot4 {
            left: calc((100% / 4) * (4 - 1));
        }
    }
    @media (min-width: 768px) {
        .slot4 {
            left: calc((100% / 5) * (4 - 1));
        }
    }
    .slot5 {
        left: calc((100% / 3) * (5 - 1));
    }
    @media (min-width: 640px) {
        .slot5 {
            left: calc((100% / 4) * (5 - 1));
        }
    }
    @media (min-width: 768px) {
        .slot5 {
            left: calc((100% / 5) * (5 - 1));
        }
    }
    .slot1 {
        background-position: center -7px;
    }
    .slot2 {
        background-position: center -122px;
    }
    .slot3 {
        background-position: center -352px;
    }
    .slot4 {
        background-position: center -696px;
        display: none;
    }
    @media (min-width: 990px) {
        .slot4 {
            display: block !important;
        }
    }
    .slot5 {
        background-position: center -237px;
        display: none;
    }
    @media (min-width: 990px) {
        .slot5 {
            display: block;
        }
    }
.spinner-animation-start .spinner .slot1 {
    animation: slot1 2.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot1 2.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot1 2.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot1 2.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}
.spinner-animation-start .slot2 {
    animation: slot2 3s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot2 3s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot2 3s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot2 3s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}
.spinner-animation-start .slot3 {
    animation: slot3 2.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot3 2.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot3 2.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot3 2.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}
.spinner-animation-start .slot4 {
    animation: slot4 2.8s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot4 2.8s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot4 2.8s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot4 2.8s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}
.spinner-animation-start .slot5 {
    animation: slot5 2.9s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: slot5 2.9s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: slot5 2.9s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: slot5 2.9s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    opacity: 1;
}
.spinner-animation-start .spinner-offer {
    opacity: 1;
    transition: all 0.3s 3.8s;
    -webkit-transition: all 0.3s 3.8s;
    -moz-transition: all 0.3s 3.8s;
    -ms-transition: all 0.3s 3.8s;
}
.spinner-animation-start .winning-line {
    opacity: 1;
    transition: all .3s 3s;
    -webkit-transition: all .3s 3s;
    -moz-transition: all .3s 3s;
    -ms-transition: all .3s 3s;
    width: 100%;
}
.spinner-animation-start .mainbox {
    opacity: 1;
    transition: all .5s 4s;
    -webkit-transition: all .5s 4s;
    -moz-transition: all .5s 4s;
    -ms-transition: all .5s 4s;
}
.spinner-animation-start .bonus-offer {
    animation: offer-image 1.1s 4.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: offer-image 1.1s 4.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: offer-image 1.1s 4.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: offer-image 1.1s 4.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
}
.spinner-animation-start .mobile-bonus-offer {
    animation: offer-image 1.1s 4.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -webkit-animation: offer-image 1.1s 4.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -moz-animation: offer-image 1.1s 4.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
    -ms-animation: offer-image 1.1s 4.5s cubic-bezier(0.22, 1, 0.355, 1.01) forwards;
}
@keyframes offer-image {
    0% {
        transform: scale(1) rotate(0deg);
    }
    35% {
        transform: scale(1.17) rotate(7deg);
    }
    50% {
        transform: scale(1.17) rotate(-5deg);
    }
    75% {
        transform: rotate(3deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}
@-webkit-keyframes offer-image {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }
    35% {
        -webkit-transform: scale(1.17) rotate(7deg);
    }
    50% {
        -webkit-transform: scale(1.17) rotate(-5deg);
    }
    75% {
        -webkit-transform: rotate(3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg);
    }
}
@-moz-keyframes offer-image {
    0% {
        -moz-transform: scale(1) rotate(0deg);
    }
    35% {
        -moz-transform: scale(1.17) rotate(7deg);
    }
    50% {
        -moz-transform: scale(1.17) rotate(-5deg);
    }
    75% {
        -moz-transform: rotate(3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0deg);
    }
}
@keyframes slot1 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -927px;
    }
}
@-webkit-keyframes slot1 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -927px;
    }
}
@-moz-keyframes slot1 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -927px;
    }
}
@keyframes slot2 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -2074px;
    }
}
@-webkit-keyframes slot2 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -2074px;
    }
}
@keyframes slot3 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -927px;
    }
}
@-webkit-keyframes slot3 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -927px;
    }
}
@keyframes slot4 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -3223px;
    }
}
@-webkit-keyframes slot4 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -3223px;
    }
}
@keyframes slot5 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -927px;
    }
}
@-webkit-keyframes slot5 {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center -927px;
    }
}
.pulse {
    -webkit-animation: pulse 5s ease infinite;
    -moz-animation: pulse 5s ease infinite;
    -ms-animation: pulse 5s ease infinite;
    -o-animation: pulse 5s ease infinite;
    animation: pulse 5s ease infinite;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1);
    }
    38% {
        -webkit-transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1.07);
    }
    45% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    52% {
        -webkit-transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    30% {
        -moz-transform: scale(1);
    }
    38% {
        -moz-transform: scale(1);
    }
    40% {
        -moz-transform: scale(1.07);
    }
    45% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    52% {
        -moz-transform: scale(1);
    }
    70% {
        -moz-transform: scale(1);
    }
    80% {
        -moz-transform: scale(1);
    }
    90% {
        -moz-transform: scale(1);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1);
    }
    30% {
        -ms-transform: scale(1);
    }
    38% {
        -ms-transform: scale(1);
    }
    40% {
        -ms-transform: scale(1.07);
    }
    45% {
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.05);
    }
    52% {
        -ms-transform: scale(1);
    }
    70% {
        -ms-transform: scale(1);
    }
    80% {
        -ms-transform: scale(1);
    }
    90% {
        -ms-transform: scale(1);
    }
    100% {
        -ms-transform: scale(1);
    }
}
@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    30% {
        -o-transform: scale(1);
    }
    38% {
        -o-transform: scale(1);
    }
    40% {
        -o-transform: scale(1.07);
    }
    45% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.05);
    }
    52% {
        -o-transform: scale(1);
    }
    70% {
        -o-transform: scale(1);
    }
    80% {
        -o-transform: scale(1);
    }
    90% {
        -o-transform: scale(1);
    }
    100% {
        -o-transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    38% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.07);
    }
    45% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    52% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    90% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

/* ################################# POPUP ################################# */

.mainbox{
  opacity: 0;
  color: #fff;
  text-align: center;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.mainbox .bonus-text{
  background: #000;
  height: 100%;
  border: 6px solid #face14;
  width: 104%;
  padding: 5% 1%;
}
.mainbox h1{
  font-family: 'Avenir';
  color: #face14;
  margin: 0;
  font-size: 8em;
}
.mainbox h2{
  font-family: 'Avenir';
  color: #ffffff;
  margin: 0;
  font-size: 6em;
  margin-top: 7px;
}
.mainbox h3{
  font-family: 'Avenir';
  margin: 0;
  color: #ffffff;
  font-size: 3em;
}
.mainbox p{
  font-family: 'Arial';
  margin: 0;
  font-size: 3em;
  font-weight: 400;
}
.mainbox .coupon-code {
  font-family: 'Arial';
  margin: 10px 0;
  font-size: 3em;
  font-weight: 400;
}

p.coupon-text {
  display: inline;
  font-size: 3em;
  font-weight: 400;
}

p.coupon-code {
    display: inline;
    color: #face14;
    font-weight: bold;
    font-family: 'Avenir';
    margin: 10px 0;
    font-size: 2em;
}

.mainbox .terms {
  font-family: 'Avenir';
  margin: 10px 0;
  font-size: 2em;
}
.mainbox .coupon-code span{
  color: #face14;
  font-weight: bold;
  font-size: 2em;
}
.mainbox .terms span{
  font-size: 1.5em;
}
.button-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.button-actions #button{
  cursor: pointer;
}
.btn{
  background: #face15;
  color: #000000;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  font-size: 3.5em;
  letter-spacing: 3px;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 370px;
  margin-top: -25px;
  border-radius: 0;
  border-color: #face14;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
}
.btn:hover{
  background: #0f5637;
  color: #face14;
  border-color: #face14;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;

}
.arrow-play{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -44px;
}
.lp-main > p {
  font-family: 'Avenir Regular';
    color: #fff;
    font-size: 1em;
    text-align: center;
}
.lp-main > p a{
  color: #0099a2;
  text-decoration: none;
}

/* Media Queries */

@media (max-width: 1200px) {
  .wrapper{
    width: 1024px;
  }
  body #footer ul.menubuttons li a img {
    width: 50px;
  }
  body #footer ul.menubuttons li.item-385 a img{
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .lp-main .slogan {
    position: absolute;
    width: 880px;
    height: 27px;
    background: url(../images/slogan.png) no-repeat;
    top: 76px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-right: 70px;
    text-indent: -9000px;
    overflow: hidden;
    z-index: 2;
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .wrapper{
    width: 730px;
  }

  .stepsbg {
    padding: 4rem 0;
  }

  .stepsbg .content2{
    padding-bottom: 2rem;
  }

  body #footer ul.menubuttons {
    width: 495px;
    padding: 0;
  }
  body #footer ul.menubuttons li a img {
    width: 38px;
  }
  body #footer ul.menubuttons li.item-385 a img{
    width: 20px;
  }
  body .footer_part1 img {
    width: 105px;
    height: auto;
  }
  body #footer {
    background: #000;
  }
}
@media (max-width: 768px) {
  .wrapper{
    width: 640px;
  }
  .arrow-play {
      bottom: -55px;
  }
  .slot-wrapper{
    width: 500px;
    margin-bottom: 45px;
  }
  .btn{
    width: 200px;
    padding: 10px 0;
    font-size: 2.5em;
  }
  .slot{
    width: 25%;   
  }
  div.slot-wrapper .spinner li {
    padding: 0;
    top: 0;
    list-style: none;
    position: absolute;
    display: block;
    height: 100%;
    background: transparent url(../images/slot_single.png);
    background-repeat: no-repeat;
    background-position-x: 7px;
  }
    .button-actions{
      bottom: -25px;
    }

    div.slot-wrapper .spinner {
    padding: 0;
    top: 0;
    left: 13px;
    list-style: none;
    position: absolute;
    display: block;
    height: 100%;
    background-image: url('../images/slotbg-sm.png'), 
                  url('../images/slotbg-sm.png'),
                  url('../images/slotbg-sm.png'),
                  url('../images/slotbg-sm.png');
    background-repeat: no-repeat, 
                       no-repeat,
                       no-repeat,
                       no-repeat;
    background-position: 3px top, 
                         117px top,
                         232px top,
                         344px top;
  }

  ul.spinner img {
    position: absolute;
    bottom: 0;
    z-index: 99999999999999;
    width: 110px;
    left: 3px;
  }
}
 @media (min-width: 640px) {
    .slot {
        /*border-right: 2px solid #1d5193;*/
    }
}
@media (max-width: 640px) {
  .arrow-play {
      bottom: -40px;
  }
  .slot{
    width: 33.3%;   
  }
  .wrapper{
    width: 320px;
  }
  .slot-wrapper{
    width: 320px;
    margin-bottom: 40px;
  }
  .mainbox h1{
    margin-top: 38px;
    font-size: 4em;
  }
  .mainbox h2{
    font-size: 3em;
  }
  .mainbox h3{
  }
  .mainbox p,
  .mainbox .coupon-code,
  .mainbox .terms{
    font-size: 1.5em;
  }
  .mainbox .coupon-code {
    font-size: 3em;
    color: #face14;
  }
  body #footer .item-117 a,
  body #footer .item-280 a,
  body #footer .item-341 a {
    display: none;
  }
  body .footer_part1 img {
    float: none;
  }
  body #footer .footer_part1 ul.menubuttons {
    float: none;
    margin: auto;
    width: 100%;
    padding: 0;
  }
  body .nav.menufooter li {
    padding: 0 4px;
    border-left: 0 !important;
    float: none;
    display: inline-block;
  }
  body .footer_part3 .nav.menufooter {
    float: none;
    display: block;
  }
  body .footer_part3 .nav.menufooter li {
    display: block;
  }
  div.slot-wrapper .spinner {
    padding: 0;
    top: 0;
    left: 0;
    list-style: none;
    position: absolute;
    display: block;
    height: 100%;
    background-image: url('../images/slotbg-xs.png'), 
                  url('../images/slotbg-xs.png'),
                  url('../images/slotbg-xs.png');
    background-repeat: no-repeat, 
                       no-repeat,
                       no-repeat;
    background-position: 0px top, 
                         104px top,
                         208px top;
    background-size: 104px;                     
  }
  div.slot-wrapper .spinner li {
    background-position-x: -6px;
  }

  ul.spinner img {
    position: absolute;
    bottom: -8px;
    z-index: 99999999999999;
    width: 104px;
    left: 0;
  }

  div.slot-wrapper .spinner li {
    height: 94%;
  } 

  ul.spinner .slot2 img {
    width: 104px;
    left: -2px;
  }

  ul.spinner .slot3 img {
    width: 103px;
    left: -4px;
  }
}

