﻿


ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }


*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }


/* NEW JACKPOT STYLES ---- START */

.jackpot {
  max-width: 532px; left:13% !important; position:relative;}
  .jackpot + a {
    display: block;
    margin-top: 10px; }

.jackpot-counter {
  width: 100%;
  max-width: 100%;
  height: 78px !important;
  padding-top: 13.6%;
  margin: 0 auto;
  clear: both;
  position: relative;
  /*margin-top: 20px;*/
}
  .jackpot-counter > a {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0; }

.jackpot-counter .fancy-jackpot {
  width: 100%;
  font-size: 60px;
  height: 100%;
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  white-space: nowrap;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#060407+0,e8b75c+15,ffff9f+18,faf797+37,ba8727+69,f9d878+84,986d1b+95,3b2a0a+100 */
  background: #060407;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c0c0c 0%, #878787 15%, #f7f7f7 18%, #fefefe 37%, #dfdfdf 69%, #f7f7f7 84%, #a7a7a7 95%, #4f4f4f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0c0c0c 0%, #878787 15%, #f7f7f7 18%, #fefefe 37%, #dfdfdf 69%, #f7f7f7 84%, #a7a7a7 95%, #4f4f4f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #715f2b 0%, #f3da93 15%, #ffffc6 18%, #ffffc6 37%, #ddc151 69%, #feeeb0 84%, #c7af3b 95%, #4f4f4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#4f4f4f',GradientType=0 );
  /* IE6-9 */
  box-shadow: inset 0 0 6px 2px rgba(32, 27, 24, 0.55);
  border-bottom: 4px solid #edc746;
  border-right: 4px solid #edc746;
  border-left: 4px solid #edc746;
  border-top: 4px solid #edc746; }


.single-char,
.fancy-jackpot {
  margin: 0;
  padding: 0;
  list-style: none; }

.fancy-jackpot .single-char:last-child {
  border-right: none; }

.fancy-jackpot .single-char:first-child {
  border-left: none; }

.single-char.a-symbol {
  width: 5.34%; }

/* NEW JACKPOT STYLES ---- END */
.jackpot{ border:1px solid #f7e17f; border-radius:5px; padding:0px !important; margin:0px !important;}
.single-char {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 9.4%;
  padding-top: 1.7%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.08);

  font-family: 'Montserrat', sans-serif;

  font-weight: 600 !important;
  font-size:50px !important;
  color:#a7172c;

  opacity:0.9;
  /*background: -webkit-linear-gradient(top, #ff6600 0%, #ffcc00 50%);*/
 }
 
 .fancy-jackpot::before {
    content: 'R'; 
    display: inline-block; 
    color: #a7172c; 
    vertical-align: baseline; 
    letter-spacing: 4px; 
    padding: 0px 5px 0px 5px; 
    position: relative; 
    margin: auto;
    font-size: 48px; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  }
 
  .single-char > span {
    display: block;
    line-height: 1.1;
    vertical-align: middle;
    height: 100%; }

@media screen and (max-width: 1330px) {	
.jackpot { left:0% !important;}
}

@media screen and (max-width: 1200px) {
  .fancy-jackpot::before, .single-char {
   font-size: 45px !important; }


@media screen and (max-width: 1000px) {
     .fancy-jackpot::before, .single-char {
      font-size: 40px !important; }
	
	.jackpot-counter {
	  height: 60px !important;  	
	}
}

@media screen and (max-width: 900px) {
  .fancy-jackpot::before, .single-char {
   font-size: 36px !important; }

.jackpot-counter {
 height: 60px !important;  	
}
}
	
@media screen and (max-width: 800px) {
    .jackpot {
      max-width: 100%;
      text-align: right;}
     .fancy-jackpot::before, .single-char {
      font-size: 8vw !important; }	  
	}
	
	
@media screen and (max-width: 500px) {
     .fancy-jackpot::before, .single-char {
      font-size: 36px !important; }
    .single-char{
        padding-top: 2%;
    }
	}	
@media screen and (max-width: 320px) {
     .fancy-jackpot::before, .single-char {
      font-size: 30px !important; }
	}