body {
  font-family: 'Open Sans', sans-serif;
}
.row {
  max-width: 1920px;
  margin: 0 auto !important;

}


/*** Promotion page ***/

.promotion-block {
  float: left;
  width: 33.33%;
  display: block;
  padding: 0.75rem;

}
.promotion-page {
  padding-top: 30px;
}
.prom-image {
  width: 100%;
}
.prom-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url("images/opacity_bg_prom.png");
  padding-bottom: 17px;
}
.prom-box h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}
.prom-box p {
  text-align: center;
  font-size: 17px;
  padding: 10px;
}
.read-more , .play-now {
  padding: 10px 20px;
  display: block;
  text-align: center;
  font-size: 16px;
  border-radius: 2px;
}

.play-now {
  text-transform: uppercase;
}
.read-more:hover , .play-now:hover {
  text-decoration: none;

}

.prom-box .row {
  min-width: initial;
  max-width: none;
}
.prom-box .col-md-6 {
  width: 50%;
  display: inline-block;
  float: left;
}
.promotion-block-inner {
  position: relative;
}

/*** inner page ***/

.bg-inner-page {
  height: 572px;
  width: 100%;
}
.icons {
  width: 875px;
  margin: 0 auto;
  margin-top: -82px;
  text-align: center;
}
.icons-wrapper {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}
.main {
  width: 100%;
  /*float: left;*/
  padding: 30px 0px;
}
.main .content-text {
  width: 830px !important;
  margin: 0 auto;
  min-width: inherit;
}
.main .col-xs-6 {
  padding: 30px 20px 0 0;
}
.button-play {
  padding: 10px 55px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 2px;
  margin-top: 30px;
}
.button-play:hover {
  text-decoration: none;
}
.content-text.buttons {
  text-align: center;
}
.button-terms-cond {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}
.content-text h4 {
  text-align: center;
  padding: 18px;
  margin: 10px 0 0 0 ;
}
.terms {
  padding: 25px;
  height: 410px;
  overflow: auto;
  font-size: 12px;
  line-height: 20px;
}
.icons h3 {
  font-size: 23px;
}



/***scroll ***/

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  border-radius: 50px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-corner {
  background: transparent;
}



/*** VIP PAGE ***/
/*body {
  background-color: #373737 !important;
}*/
.bg-vip-page {
  height: 432px;
  width: 100%;
}

.content-bunner {
  width: 790px;
  margin: 0 auto;
  padding-top: 80px;
}
.image-bunner-left{
  width: 160px;
  float: left;
  margin-right: 20px;
}
.image-bunner-left img {
  width: 100%;
}
.text-bunner {
  background: url("images/line-top.png") no-repeat bottom left;
  float: left;
  width: 610px;
  padding: 15px 0 0 35px;
}
.text-bunner h1 {
  text-transform: uppercase;
  margin: 0 0 20px 0 ;
  font-size: 33px;

}

.table-wrapper table {
  border-spacing: 10px 0;
  border-collapse: inherit;
  margin: 0 auto;
}
.table-wrapper {
  /* width: 1330px; */
  margin: 0 auto;
  min-height: 500px;
  /*margin-top: -105px;*/
  margin-bottom: 20px;
  position: relative;
  top: -124px;
}
.table-wrapper .col {
  vertical-align: middle;
  display: table-cell;
}
.column-1 {
  font-style: italic;
}

.title-column {
  height: 106px;
  border-radius: 2px;
}

.title-tr .column-1{
  background-color: transparent !important;
}

.title-tr .column-1 .wrapper-text-table{
  background-color: rgba(0, 0, 0, 0.5) !important;
  margin-top: 20px;
}



.column-2 .title-column {
  background: url("images/top_newplayer.png") no-repeat;
}
.column-3 .title-column {
  background: url("images/top_bronze.png") no-repeat;
}
.column-4 .title-column {
  background: url("images/top_silver.png") no-repeat;
}
.column-5 .title-column {
  background: url("images/top_gold.png") no-repeat;
}
.column-6 .title-column {
  background: url("images/top_platinum.png") no-repeat;
}
.column-7 .title-column {
  background: url("images/top_premium.png") no-repeat;
}
.column-8 .title-column {
  background: url("images/top_prestige.png") no-repeat;
}
.title-column span, .title-column label {
  text-align: center;
  margin-top: 25%;
  display: inline-block;
  font-weight: normal;
}
.vip-table {
  text-align: center;
}
.title-column h2 {
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 15px;
  font-weight: bold;
}
.vip-icon {
  display: block;
  margin: 0 auto;
  padding: 5px;
  height:45px;
}
.vip-stars {
  display: block;
  margin: 0 auto;
}
.num-day {
  display: block;
}
.col {
  width: 155px;
}

.tr-text .col{
  background-image: url("images/line.png");
  background-repeat: no-repeat;
  background-position: bottom center ;
  padding: 10px;
  line-height: 16px;
}
.tr-text:last-child .col {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
}
.div-content {
  padding:5px 4px;
}

.mobile-wrapper, .table-wrapper-mobile {display:none;}




@media all and (max-width:1024px){

  .mobile-wrapper, .table-wrapper-mobile {display:block;}
  .table-wrapper {display:none;}

  .bg-vip-page {background-size: cover !important;}

  .content-bunner {
    width:100%;
    padding-top:30px;
  }

 .image-bunner-left{
    width: 20%;
    margin:10px 10px 0 10px;
  }

  .text-bunner {
    width: 70%;
    padding: 5px 0 0 20px;
  }
  .text-bunner h1 {
    margin: 0 0 7px 0;
    font-size: 23px;
  }

  .text-bunner p {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.2;
    padding-bottom: 5px;
  }

  .icon-text {
    text-transform: uppercase;
    line-height: 0;
    padding-bottom: 15px;
  }

  .col-md-4.vip-mobile-icon {
    width:33%;
    float:left;
    padding:0;
    padding: 10px 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
  }

  .col-md-4.vip-mobile-icon img {width:100px;}
  .bg-vip-page {height:100%;}

  .mobile-wrapper {
    margin-top: 266px;
    margin-bottom: 15px;
    padding: 0 20px;
  }

  .content-text h4{
    text-align: center;
    padding: 18px;
    background: #508338;
    margin: 0;
  }

  .vip-table-mobile {
    width:100%;
  }

  .vip-table-mobile td {
    font-weight: bold;
    padding: 4px 0 4px 25px;
    font-size: 12px;
    max-width: 13px;
  }

  html[lang="fi"] .vip-table-mobile td {
    max-width: 16px;
  }

  .vip-table-mobile td:nth-child(even) {
    text-align: center;
    padding-left: 0 !important;
  }


  .vip-table-mobile img{width:14px;}

  .terms-header{
    padding: 5px 25px 5px 20px;
  }

  .terms-header span {

    font-size: 18px;
    vertical-align: middle;
  }

  .terms-header .icon-right {
    float:right;
    padding-top: 7px;
    width:100px;
  }

  .terms-header .icon-left {
    padding-right:5px;
    width: 35px;

  }

  .terms {
    padding: 0px;
    height: 100%;
    overflow: auto;
  }


  /*.benefits-wrapper {
    color:#cccccc;
    background:#4b4b4b;
    padding: 12px 10px 0 23px;
    font-size: 12px;
  }

  .benefits-wrapper h4 {
    text-transform: uppercase;
  }

  .benefits-wrapper ul {
    margin: 0;
    padding-left: 0px;
    list-style-type: none;

  }

  li::before {
    content: "•";
    padding-right:5px;
    }*/

  .bg-vip-page {background:url('<?=get_field("vip_background_image")?>') no-repeat top center;}




}

@media all and (max-width:550px){

  .text-bunner h1 {
    font-size: 13px;
  }


  .text-bunner p {
    font-size: 12px;
  }
}



@media all and (max-width:480px) {

  .mobile-wrapper {
    margin-top: 150px;
  }
}


@media all and (max-width:380px) {

  .vip-table-mobile td {
    font-size: 10.5px !important;
  }
}


@media all and (max-width:320px) {

  .mobile-wrapper {
    padding:0 0;
  }


}

@media all and (min-width:768px) and (max-width: 1024px){
  .mobile-wrapper {margin-top:286px;}
  .bg-vip-page {padding-top:25px;}
  .text-bunner {margin-top:20px;}
}


#Special, #Reward, #Terms {
  display: none;
}

#Special:target, #Reward:target, #Terms:target {
  display: block;
  padding-top:100px;
}

.main-contect-wrapper {
  max-width: 1309px;
  margin:0 auto;

}

.special-benefits {
  display: block;
  margin-top: -100px;
  padding-bottom: 30px;
  padding-left:10px;
}

.special-benefits a {
  text-decoration: underline;
  font-weight: normal;
}

.special-benefits td {
  padding-bottom: 15px;
}

.accordion-dt{
  margin-bottom: 10px;
}

.accordion-dt a:focus, .accordion-dt a:hover {
  color: #909090;
}

@media all and (max-width:1024px){
  .special-benefits {
    padding-bottom: 30px;
    width: 100%;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;

  }
}

.tag-link {
  padding-bottom: 35px;
  display: block;
}



.num-day {
  color: #999999!important;
}


@media only screen and (min-width: 1024px) {
  .content-bunner {
    width: 57em;
  }
}


[lang=dk] .hideDKvipExtraBonus{
  display: none;
}
