/* ------ AUTOPLAY ------------*/
.button-click {
  cursor: pointer;
}

#autoplay_container {
  z-index: 1000;
  display: none;
  //opacity: 0;
  //transition: opacity 0.25s ease;
}

#background_autoplay {
  position: absolute;
  top: 0;
  width:100%;
  height:100%;
  background-color: #000000;
  background-size: contain;
  opacity: 0.7;
}

#autoplay {
    text-decoration: none; font-family: 'open_sanssemibold';
    text-shadow: 0 0 3px #ededed;
    color: #555555;
    background: linear-gradient(#ebebeb, #c2c2c2);
    position: absolute; display: block;
    left: 50%; top: 50%;
    width: 50%;
    height: 65%;
    margin: -20% 0 0 -25%;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 #000;
    border: 2px solid #949494;
    font-size: 22px;
}

#autoplay_container.enabled {
  display:block;
  //opacity: 1;
}

#autoplay_container.disabled {
  display:none;
  //opacity: 0;
}

#autoplay a {
  outline: 0 !important;
}

#autoplay a, #autoplay label {
    text-shadow: 0 0 3px #ededed;
    color: #555555; text-decoration: none;
    font-weight: bold;
}

#autoplay h2 {
  text-align: center; padding: 10px 0 10px 0;
  margin: 0 0 30px 0;
  font-size: 18px;
}

#autoplay #autoplay_list.standalone {
  padding: 50px 0;
}

#autoplay #autoplay_list {
  height: 110px;
}

#autoplay #autospin_scroller {
    height: 48px;
    margin: 10px auto;
    max-width: 300px;
    overflow: hidden; display: block;
    text-shadow: 0 2px 2px #1f1f1f;
    position: relative;
    background: url(autospin_scroller.png) no-repeat;
    width: 200px; height: 50px;
}

#autoplay #autospin_scroller>a {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 100;
}

#autoplay #autospin_scroller>a#scroll-prev {
  left: 0;
}

#autoplay #autospin_scroller>a#scroll-next {
  right: 0;
}

#autoplay #autospin_scroller:after {
  content: "";
  width: 100%; height: 100%; position: absolute;
  background: url(autospin_filter.png) no-repeat;
  top: 3px; left: 3px;
}

#autoplay #autospin_values {
    position: relative;
    list-style: none; display: block; text-align: center;
    color: #ddd; display: block;
    text-align: center; 
    width: 100%;
    //left: 70px;
    top: -22px;
    //background-color: red;
}

#autoplay #autospin_values li {
  display: inline-block;
}

#autoplay #autospin_values li a {
    padding: 12px 10px; display: block;
    text-align: center; line-height: 30px; width: 50px;
    
}

#autoplay #autospin_values li a.selected {
  text-shadow: 0 0 0 0; color: #42733a; border-radius: 30px; 
  border: 1px solid #333; 
  padding: 6px; margin: 3px;
  background: radial-gradient(#51555a, #383c40);
}

#autoplay label {
  text-align: center; display: block;
}

#autoplay input[type=text] {
  font-weight: bold;
  padding: 9px; margin: 5px; border: 1px solid #282828;
  border-radius: 5px; font-size: 100%; 
  text-align: center; box-shadow: inset 0 0 3px 0px #1f1f1f;
  background: linear-gradient(#323232, #272727);
  color: #CCC;

  transition: box-shadow 0.3s, color 0.3s, background 0.3s;
}
#autoplay input[type=text]:focus {
  box-shadow: inset 0 0 3px 1px #000; outline: none;
  color: #FFF; 
}

#autoplay #stop_loss {
  display: inline-block; width: 49%; padding: 20px 0 20px 0; text-align: center;
}

#autoplay #stop_win {
  display: inline-block; width: 49%; padding: 20px 0 20px 0; text-align: center;
}

#autoplay #buttons {
  display: block;
}

#autoplay #buttons {
  display: inline-block; text-align: center; margin: 0 auto;
  width: 100%;
}

#autoplay #buttons a, #close_button {
    border: 2px solid #fff; background: linear-gradient(#ebebeb, #aeaead, #838383, #a8a8a8); padding: 13px 40px; margin: 10px;
    border-radius: 8px; box-shadow: 0 0px 4px 1px #777;
    display: inline-block;

    transition: box-shadow 0.3s;
}

#autoplay #buttons a:hover {
  box-shadow: 0 0px 20px 0px #555;
}

#autoplay #buttons a#submit_autoplay {
  padding: 13px 40px;
}

#autoplay h2 a {
  float: right; font-size: 34px; padding: 10px; overflow: hidden;
  height: 20px; width: 20px; line-height: 20px; position: absolute;
  /*right: 7px; top: 7px;*/
  right: 0px; top: 15px;
  border-radius: 36px;
}

@media all and (orientation:portrait) {

  #autoplay {
    width: 320px;
    margin: -220px 0 0 -160px;
    height: 440px;
  }
  
  .mobile #autoplay{
	font-size: 14px;  
  }
  
  .mobile #autoplay h2{
	font-size: 16px;  
  }    
  
  #autoplay #autospin_values li:first-child a {
    /*border-radius: 0;*/
  }
  
  #autoplay #autospin_values li:last-child a {
    /*border-radius: 0;*/
  }

}

@media all and (orientation:landscape) {

  #autoplay {
    width: 320px;
    margin: -170px 0 0 -160px;
    /*height: 325px;*/
	height: 345px;
    font-size: 16px;
  }
  
  .mobile #autoplay{
	font-size: 12px;  
  }
  
  .mobile #autoplay h2{
	font-size: 14px;  
  }  
  
  #autoplay #autoplay_list {
    height: 65px;
  }  
  #autoplay #autospin_values li:first-child a {
    /*border-radius: 0;*/
  }
  #autoplay #autospin_values li:last-child a {
    /*border-radius: 0;*/
  }

}

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

  #autoplay {
    width: 240px;
    margin: -135px 0 0 -122px;
    /*height: 245px;*/
	height: 265px;
    font-size: 12px;
  }
  #autoplay #autoplay_list {
    height: 55px;
  }  
  
  #autoplay #autospin_values {
    top: -15px;
  }
    
  #autoplay input[type=text] {
    padding: 4px; 
    margin: 2px;
  }
  
  #autoplay #buttons a, #close_button {
    padding: 8px 25px; 
    margin: 10px;
  }
  
  #autoplay #buttons a#submit_autoplay {
    padding: 8px 25px;
  }
  
  #autoplay #stop_loss {
    padding: 20px 0 0px 0;
  }
 
  #autoplay #stop_win {
    padding: 20px 0 0px 0;
  }
  
  #autoplay h2 {
    font-size: 13px;	
  }  
  
  #autoplay h2 a {
    font-size: 24px;	
    padding: 10px;
    height: 15px; 
    width: 15px; 
    line-height: 10px;
    border-radius: 36px;
  }
  
  #autoplay #autospin_values li:first-child a {
    /*border-radius: 0;*/
  }
  #autoplay #autospin_values li:last-child a {
    /*border-radius: 0;*/
  }

}
/* ------ SCROLLBAR ------------------ */
.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: 100%;
  padding: 0 32px 0 0;
  position: relative;
  right: -18px;
  overflow: auto;
  box-sizing: border-box;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* ------------------------ */


* {
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-drag: none; 
  -webkit-user-drag: none;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url('OpenSans-Semibold-webfont.eot');
  src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('OpenSans-Semibold-webfont.woff') format('woff'),
       url('OpenSans-Semibold-webfont.ttf') format('truetype'),
       url('OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;

}

a {
  outline: 0 !important;
}

#rotate-msg {
  position: absolute;
  top: 0;
  width:100%;
  height:100%;
  background: url(rotate.png) no-repeat center center;
  background-color: #000000;
  background-size: contain;
  z-index: 1001;
  display:none;
}

#rotate-msg.enabled {
  display:block;
}

#rotate-msg.disabled {
  display:none;
}

#top-bar {
  position: absolute;
  width: 100%; left: 0; right: 0;
  font-family: 'open_sanssemibold'; color: #eee;
  font-size: 15px;

  z-index: 1;
  top: -2.3rem;
  opacity: 0;

  transition: top 0.5s ease,
              opacity 0.5s ease;
}

#top-bar.enabled {
  top: 0;
  opacity: 1;
}

#top-bar #top-background {
  border-bottom: 1px solid #4f4f4f;
  //display: block; width: 100%; height: 1.6rem;
  //display: block; width: 100%; height: 2.0rem;
  display: block; width: 100%; height: 1.2rem;
  background: #1d1d1d;
  bottom: -1px; position: relative;
  padding-bottom: 1px;
}
#top-bar #top-background:after {
  content: "";
  opacity: 0.2;
  /*
  width: 100%; height: 100%; right: 75px; top: 0; bottom: 0; position: absolute;  
  background: url(logo.png) no-repeat right center;
  */
  width: 100%; height: 100%; top: 0; bottom: 0; position: absolute;
/*  
  background: url(logo.png) no-repeat left center;
  background-size: contain;
*/  
}
#top-label {
  //top:0; 
  top:-6px; 
  position:absolute; 
  width:100%; 
  text-align:center;
}


#bottom-bar {
  position: absolute;
  width: 100%; left: 0; right: 0;
  font-family: 'open_sanssemibold'; color: #eee;
  font-size: 15px;

  z-index: 1000;
  bottom: -2.3rem;
  opacity: 0;

  transition: bottom 0.5s ease,
              opacity 0.5s ease;
}
#bottom-bar.enabled {
  bottom: 0;
  opacity: 1
}

#coins-bar {
  z-index: 500;
  position: absolute; right: 0; bottom: 23px; text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  pointer-events: none;

  user-select: none;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-drag: none; 
  -webkit-user-drag: none;
}
#coins-bar.enabled {
  opacity: 1;
  visibility: visible;
}

#coins-bar>div {
  display: inline-block; margin: 0 0 0 -2px; 
}
#coins-bar>div a {
  pointer-events: auto;
  user-select: auto;
  cursor: pointer;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -moz-user-select: -moz-auto;
  -ms-user-select: auto;

  text-indent: 1000px; overflow: hidden; height: 100%; display: block; width: 3em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#coins-bar>div a {
  opacity: 0.6; 
}
#coins-bar>div a.enabled {
  opacity: 1; 
}
#coins-bar #coin-1 { width: 2.5em; height: 2.5em; background-image: url(coin_001.png); }
#coins-bar #coin-2 { width: 2.5em; height: 2.5em; background-image: url(coin_002.png); }
#coins-bar #coin-5 { width: 2.5em; height: 2.5em; background-image: url(coin_005.png); }
#coins-bar #coin-10 { width: 2.5em; height: 2.5em; background-image: url(coin_01.png); }
#coins-bar #coin-20 { width: 2.5em; height: 2.5em; background-image: url(coin_02.png); }
#coins-bar #coin-50 { width: 2.7em; height: 2.7em; background-image: url(coin_05.png); }
#coins-bar #coin-100  { width: 3.0em; height: 3.0em; background-image: url(coin_1.png); }
#coins-bar #coin-500  { width: 3.5em; height: 3.5em; background-image: url(coin_5.png); }
#coins-bar #coin-1000 { width: 4.0em; height: 4.0em; background-image: url(coin_10.png); }


#bottom-bar>div {
  position: absolute; left: 0; right: 0; bottom: 0;
}
#bottom-bar #bottom-background {
  border-top: 1px solid #4f4f4f;
  //display: block; width: 100%; height: 1.6rem;
  display: block; width: 100%; height: 2.5rem;
  background: #1d1d1d;
  bottom: -1px; position: relative;
  padding-bottom: 1px;
}
#bottom-bar #bottom-background:after {
  content: "";
  opacity: 0.2;
  width: 100%; height: 100%; right: 75px; top: 0; bottom: 0; position: absolute;
  //background: url(logo.png) no-repeat right center;
  background-size: contain;
}


#bottom-buttons {
  //height: 1.6rem;
  height: 2.5rem;
}
#bottom-buttons ul {
  margin: 0; height: 100%; position: absolute;
  padding: 0 0 0 8px;
  background: #1d1d1d;
}
#bottom-bar ul#ul-left {
  border-top-right-radius: 10px;
  padding-right: 10px;
}
#bottom-bar ul#ul-right {
  border-top-right-radius: 10px;
  padding-left: 5px;
}
#bottom-bar ul#ul-coin {
  border-radius: 10px 0 0 0;
  padding-left: 5px;
}
#bottom-bar ul#ul-currency {
  border-top-right-radius: 10px;
  padding-left: 5px;
}
#bottom-bar li {
  list-style: none; display: block; height: 100%; padding: 0 7px; float: left; cursor: pointer;
}
#bottom-bar li a {
  height: 100%;display: block; cursor: pointer;
  width: 1.6em; text-indent: -1000px; overflow: hidden;
  opacity: 0.7; 
  transition: opacity 0.3s ease;
}
#bottom-bar li:hover a {
  opacity: 1.0;
}

#info-text .ss-content>div{
  padding: 0 0 20px 0;
}
#info-text .ss-content h2 {
  font-size: 1.2em; padding: 10px 0 5px 0; margin: 0;
}

#label {
  display: block; text-align: center; width: auto; margin: 0 auto;
  padding: 7px 0;//padding: 3px 0;
}
#label .text-label {
  display: inline; padding: 0 10px;
  white-space: nowrap; color: #ccc;
}
#label .text-label span {
  color: #FFF;
  font-size: 105%;
}

#info-text {
  font-family: 'open_sanssemibold'; color: #eee; position: relative; height: 100%;
}
#info-text p {
  margin: 5px 0; text-align: justify;
}
#info-text .ss-scroll {
  background: #EEEEEE;
}
#scroll-area {
  background: rgba(0,0,0,0.8); position: absolute; right: 0; left: 0; bottom: 0; padding: 60px 40px 60px 40px;
  top: 100%; opacity: 0; z-index: 700;

  transition: top 0.5s ease,
              opacity 0.5s ease;
}
#scroll-area.enabled {
  top: 0; opacity: 1;
}

#bottom-bar ul#li-left {
  display: none;
  float: left;
}
.button-close {
  position: absolute; top: 0; right: 0; z-index: 1001; width: 40px; margin: 10px;
  background: url(close.png) no-repeat center center; display: block; text-indent: -100px; overflow: hidden;
  background-size: contain;
  opacity: 0.7;
}
.button-close:hover {
  opacity: 1;  
}

.button-close img {
  width: 100%; height: auto;
}

#li-sound {
  background: url(sound_on.png) no-repeat center center;
  background-size: contain;
}
#li-sound.disabled {
  background-image: url(sound_off.png);
}
#li-info {
  background: url(info.png) no-repeat center center;
  background-size: contain;
}
#li-home {
  background: url(home.png) no-repeat center center;
  background-size: contain;
}

#ul-coin {
  /*right:70px;
  right:100px;
  right:120px;*/
  right:0px;
}
#li-coin {
  background: url(coinBtn.png) no-repeat center center;
  background-size: contain;
}
#label-coin {
/*  padding-right: 10px;	*/
  padding-right: 44px;
  line-height: 36px; 
  text-align: right;
}

#ul-currency {
  left:160px;/*140px;*/
}
#li-currency {
  background: url(coinBtn.png) no-repeat center center;
  background-size: contain;
}
#label-currency {
  font-size: 20px;	
  padding-left: 90px;
  line-height: 42px;  
}

#bottom-bar #bottom-right {
  float: right;
}
#bottom-bar #bottom-right #game_clock {
  //position: absolute; right: 10px; bottom: 0; margin: 0; padding: 0; line-height: 26px;
  position: fixed; right: 10px; bottom: 0; margin: 0; padding: 0; line-height: 26px;
}

#top-bar #top-right {
  float: right;
}
#top-bar #top-right #game_clock {
  position: absolute; right: 10px; top: 0; margin: 0; padding: 0; line-height: 26px;
}


/*@media only screen and (orientation: portrait) {
  #bottom-bar li#li-home {
    display: block;
  }
  #bottom-bar li#li-sound {
    display: none;
  }
  #bottom-bar ul#ul-right {
    float: right;
    right: 0;
  }
  #bottom-bar li a {
    padding: 0 2px; 
  }
  #label {
    
  }
  #bottom-bar #bottom-buttons {
    height: 2.2rem; bottom: 23px;
  }
  #bottom-bar li {
    padding: 0 4px;
  }
  #label .text-label {
    font-size: 75%; padding: 0 3px;
  }
  #scroll-area {
    padding: 30px 10px 70px 10px
  }
}*/

.mobile #bottom-bar li#li-home {
  display: none; //block;
}
.mobile #bottom-bar li#li-sound {
  display: none;
}
.mobile #bottom-bar ul#ul-right {
  //float: right;
  //right: 0;
  float: left;
  left: 35px;
}
.mobile #bottom-bar ul#ul-coin {
  float: right;
  /*right: 75px;
  right: 105px;
  right: 115px;*/
  right: 0px;
}
.mobile #bottom-bar li a {
  padding: 0 2px;
}
.mobile #bottom-bar #bottom-buttons {
  height: 2.2rem; /* //height: 2.2rem; 
  bottom: 3px; //bottom: 23px; */
  bottom: 26px;
}
.mobile #bottom-bar li {
  padding: 0 4px;
}
.mobile #label {
  //margin-right: 15%;
  margin-right: 25%;
}

.mobile #top-label #label {
  margin-right: 0;
}

.mobile #label .text-label {
/*  font-size: 75%; padding: 0 5px; */
  font-size: 60%; padding: 0 3px;
}
.mobile #scroll-area {
  padding: 30px 10px 70px 10px
}

.mobile #coins-bar {
  bottom: 35%; font-size: 50%;
}
.mobile #coins-bar>div {
  display: block; margin: 5px 0 0px 0px; float: right; clear: both;
}

/*
.mobile #coins-bar #coin-01 { width: 3.2em; height: 3.2em; }
.mobile #coins-bar #coin-05 { width: 3.4em; height: 3.4em; }
.mobile #coins-bar #coin-1  { width: 3.6em; height: 3.6em; }
.mobile #coins-bar #coin-5  { width: 3.8em; height: 3.8em; }
.mobile #coins-bar #coin-10 { width: 4.0em; height: 4.0em; }
.mobile #coins-bar #coin-50 { width: 4.0em; height: 4.0em; }
*/
.mobile #coins-bar #coin-1 { width: 3.5em; height: 3.5em; }
.mobile #coins-bar #coin-2 { width: 3.6em; height: 3.6em; }
.mobile #coins-bar #coin-5 { width: 3.7em; height: 3.7em; }
.mobile #coins-bar #coin-10 { width: 3.8em; height: 3.8em; }
.mobile #coins-bar #coin-20 { width: 3.9em; height: 3.9em; }
.mobile #coins-bar #coin-50 { width: 4.0em; height: 4.0em; }
.mobile #coins-bar #coin-100  { width: 4.1em; height: 4.1em; }
.mobile #coins-bar #coin-500  { width: 4.2em; height: 4.2em; }
.mobile #coins-bar #coin-1000 { width: 4.3em; height: 4.3em; }



.mobile #bottom-bar #bottom-background:after {
  background: #1d1d1d;
}

.mobile #bottom-bar #bottom-right #game_clock {
  top: 0; bottom: auto; position: fixed; right: 0; padding: 5px 10px; background: #1d1d1d; border-radius: 0 0 0 5px;
  //top: 0; bottom: auto; position: fixed; left: 0; padding: 5px 10px; background: #1d1d1d; border-radius: 0 0 0 5px;
}

.mobile #label-coin {
  font-size: 60%;
  padding-right: 6px;
}

.mobile #bottom-bar ul#ul-currency {
  float: left;
  left: 0;
}   

.mobile #label-currency {
/*	
  font-size: 20px;
  padding-left: 10px;	
  line-height: 30px;
*/  
  font-size: 13px;
  padding-left: 5px;	
  line-height: 34px;
}

@media only screen and (orientation: portrait) {
//  .mobile #bottom-bar li#li-home {
//    display: block;
//  }
//  .mobile #bottom-bar ul#ul-right {
//    float: right;
//    right: 0;
//  }
  .mobile #bottom-bar ul#ul-coin {
    float: right;
    right: 0;
  }
  .mobile #bottom-bar #bottom-buttons {
    height: 2.2rem; 
    /*bottom: 33px;
    bottom: 35px;*/
	bottom: 25px;
  }  
  .mobile #label {
    text-align: center;
    padding: 8px 0;
    //margin-right: 17%;
    //padding: 8px 0 2px 0;
    margin-right: 20%; //25%;
  }
  .mobile #label .text-label {
    /*font-size: 54%; padding: 0 3px;*/
    font-size: 42%; padding: 0 2px;
  }
  .mobile #top-label #label {
    margin-right: 17%;  
  }
  .mobile #label-coin {
/*    font-size: 95%;	
    font-size: 60%;	*/
    font-size: 45%;
	padding-right: 5px;	
    line-height: 27px;
  }
  .mobile #label-currency {
/*    font-size: 18px;
	padding-left: 10px;	
	line-height: 30px;	*/
    font-size: 7px;
	padding-left: 2px;		
    line-height: 28px;
  }  
}

@media (max-width: 820px){
  #label .text-label {
    font-size: 80%; padding: 0 1px;
  }  
}

@media (max-width: 680px){
  #label {
    margin-right: 17%;    
  }
  
  #top-label #label {
    margin-right: 0px;
  }
  
  #label .text-label {
    font-size: 60%;
  }  
}

/*@media (max-height: 516px) and (max-width: 480px){*/
@media (max-height: 536px) and (max-width: 500px){	

  #bottom-bar #bottom-background {
    height: 1.6rem;
  }  
  
  #bottom-bar ul#ul-coin {
    float: right;
    right: 0;
  }  
  
  #info-text .ss-content h2 {
    font-size: 0.8em;
  }

  #info-text p {
    font-size: 0.6em;
  }  
  
  #bottom-bar li#li-home {
    display: none;
  }
  #bottom-bar li#li-sound {
    display: none;
  }
  
  #label-coin {
      font-size: 45%;
	  padding-right: 10px;
      line-height: 25px; 
      /*line-height: 17px; */
  }
  
  
  #bottom-bar ul#ul-currency {
    float: left;
    left: 0;
  }   
  #label-currency {
    font-size: 18px;
    padding-left: 10px;	
    line-height: 25px;
  }  
  
  #bottom-bar ul#ul-right {
    float: left;
    left: 30px;
  }   
  #bottom-bar li a {
    padding: 0 2px;
  }
  #bottom-bar #bottom-buttons {
    height: 1.6rem;
    //bottom: 20px;
    bottom: 25px;
  }
  #bottom-bar li {
    padding: 0 4px;
  }    
  
  #label {
    //margin-right: 19%;
    //padding: 8px 0 2px 0;
    margin-right: 27%;
    line-height: 10px;
  }
  
  #top-label #label {
    padding: 12px 0;
    margin-right: 14%;
  }
  
  #label .text-label {
    font-size: 40%; padding: 0 1px;
  }
  #scroll-area {
    padding: 30px 10px 60px 10px
  }
  #coins-bar {
    bottom: 35%; font-size: 50%;
  }
  #coins-bar>div {
    display: block; margin: 5px 0 0px 0px; float: right; clear: both;
  }  

  #coins-bar #coin-1 { width: 3.5em; height: 3.5em; }
  #coins-bar #coin-2 { width: 3.6em; height: 3.6em; }
  #coins-bar #coin-3 { width: 3.7em; height: 3.7em; }
  #coins-bar #coin-4 { width: 3.7em; height: 3.7em; }
  #coins-bar #coin-5 { width: 3.7em; height: 3.7em; }
  #coins-bar #coin-10 { width: 3.8em; height: 3.8em; }
  #coins-bar #coin-20 { width: 3.9em; height: 3.9em; }
  #coins-bar #coin-50 { width: 4.0em; height: 4.0em; }
  #coins-bar #coin-100  { width: 4.1em; height: 4.1em; }
  #coins-bar #coin-500  { width: 4.2em; height: 4.2em; }
  #coins-bar #coin-1000 { width: 4.3em; height: 4.3em; }  
  
  #bottom-bar #bottom-background:after {
    background: #1d1d1d;
  }  
  
  #bottom-bar #bottom-right #game_clock {
    top: 0; bottom: auto; position: fixed; right: 0; padding: 5px 10px; background: #1d1d1d; border-radius: 0 0 0 5px; font-size: 70%; height: 1.4rem;
  }  
  
}

.block_winlines {
  float: left; clear: both; display: block; width: 100%;
  padding: 0 0 20px 0;
}
.block_winlines table {
  padding: 5px; float: left;
}
.block_winlines td {
  width: 20px; text-align: center; font-size: 10px;
}
.block_winlines td.i_1 {
  background: #EEE; border: 1px solid #AAA; font-size: 9px; 
}
.block_winlines td.i_0 {
  background: #333; border: 1px solid #AAA; font-size: 9px; 
}


/** SLIDER **/
#sound-area {
  position: absolute; bottom: -300px; background: rgba(0,0,0,0.8); padding: 20px 30px 60px; border-radius: 0 15px 0 0;
  opacity: 0; 
  visibility: hidden;
  z-index: 600;
  transition: bottom 0.5s ease,
              opacity 0.5s ease;
}

#sound-area.enabled { 
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

#sound-area .button-close {
  margin: 10px 0 0 0;
}


.slider p {
  font-family: 'open_sanssemibold'; margin: 0 auto; text-align: center;
  color: #EEEEEE; padding: 30px 0 5px 0;
}

.slideThree {
  width: 120px;
  height: 30px;
  background: #333;
  display: block;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
.slideThree:after {
  content: 'OFF';
  color: #9c0010;
  position: absolute;
  right: 15px;
  z-index: 0;
  font: 16px/32px 'open_sanssemibold';
  font-weight: bold;
  text-shadow: 1px 2px 0px #3a0000;
}
.slideThree:before {
  content: 'ON';
  color: #47ab29;
  position: absolute;
  left: 15px;
  z-index: 0;
  font: 16px/32px 'open_sanssemibold';
  font-weight: bold;
}
.slideThree span {
  display: block;
  width: 60px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 10px;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
input[type=checkbox] {
  visibility: hidden;
}
input[type=checkbox]:checked + span {
  left: 60px;
}

