html {
  -ms-touch-action: none;
  height: 100%;
  width: 100%;
}

body, canvas, div {
  display: block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Remove spin of input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;

  cursor: default;
  color: #888;
  background-color: #333;

  text-align: center;
  font-family: Helvetica, Verdana, Arial, sans-serif;

  overflow: hidden;
  display: flex;
  flex-direction: column;
}

canvas {
  background-color: rgba(0, 0, 0, 0);
}

#GameDiv, #Cocos3dGameContainer, #GameCanvas {
  width: 100%;
  height: 100%;
}

iframe {
  border: 0;
}

:link, a:visited {
  color: #000;
}

a:active, a:hover {
  color: #666;
}

p.header {
  font-size: small;
}

p.footer {
  font-size: x-small;
}

#splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: #772d6f url("loader.png") no-repeat center;
  background-size: 40%;
}

.progress-bar {
    background-color: #1a1a1a;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 26px;
    padding: 5px;
    width: 350px;
    margin: 0 -175px;         
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;           
}

.progress-bar span {
    display: block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out; 
    background-color: #fc9ab8;  
}

.stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);            
    
    animation: animate-stripes 1s linear infinite;             
}

@keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

h1 {
    color: #444;
    text-shadow: 3px 3px 15px;
}

#GameDiv {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    background: black;
    
/*   border:5px solid black;
    border-radius: 10px;
    box-shadow: 0 5px 50px #333*/
}

#rotation{
	position:absolute;
	width:100%;
	height: 100%;
	background-image: url("rotate.e36c3.gif");
	background-size: 100% 100%;
}
	
#fullscreen{
	position:absolute;
	width:100%;
	height:100%;
}

#error{
	background-color: #960303;
	background-image: url("freegames.d6b82.png");
	background-size: 100% 100%;
  width: 60%;
  height: 40%;
  position: absolute;
  left: 20%;
  top: 30%;
}

#errorDescription{
	top: 50%;
  position: absolute;
  text-align: center;
	color: yellow;
  width: 100%;
  font-weight: bold;
  font-size: 25px;
}

.game-iframe {
   float: left;
}

#baseGameIframe {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  display: none;
}

#MenuIframe {
  position:absolute;
  bottom:0;
  width:100%;
  height:100%;
  display: block;
  z-index: 1;
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    z-index: 10000 !important;;
    position: absolute !important;;
    left: 0  !important;
}

.top_popup {
    z-index: 10;
    position: absolute;
}

#btnMenu {
  height: 100%;
  width: 100%;
  transform-origin: left top;
  pointer-events: none;
}

.lang_list {
  width: 100%;
  display: inline-block;
}

#btnMenu .has_image {
  height: 54px;
  width: 54px;
  margin: 20px 20px 20px 0;
  pointer-events: all;
}

#active_language {
    margin: 0;
    text-align: center;
    float: left;
}

#active_language p {
    display: inline;
}

.language_item {
  margin: 0 0 0 20px;
  display: inline-block;
  text-align: center;
}

#language_item_list {
  float: left;
}

#language_item_list p, #active_language {
    margin: 0;
    font-size: 37px;
}

.main_choose  {
    width: 270px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

.main_choose p {
    display: inline-block;
    margin: 10px 0;
    font-family: 'Times New Roman', Times, serif;
    color: #05ff05;
    font-weight: bold;
}

#autoStartPopup .button {
    margin: 32px 9px 10px 13px;
    width: 248px;
    height: 60px;
    border: none;
    color: yellow;
    background-color: #ffffff00;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

#autoStartPopup {
    transform-origin: left top;
}

.hide {
  display: none;
}

.progress-bar.stripes {
	height: 10px;
	left: 50%;
	top: 60%;
	padding: 3px;
	width: 50%;
	margin: 0 -25%;
}

.percent {
	font-weight: bold;
  top: 63%;
  position: relative;
  color: Black;  
}

#infoTop {
    background: #4a11ae;
    color: #ffb800;
}

#freespins {
    text-align: center;
    font-size: calc(16px + 14 * (100vw / 1440));
    font-weight: bold;
    text-shadow: -0 -2px 0 #2d0571,
    0 -2px 0 #2d0571,
    -0 2px 0 #2d0571,
    0 2px 0 #2d0571,
    -2px -0 0 #2d0571,
    2px -0 0 #2d0571,
    -2px 0 0 #2d0571,
    2px 0 0 #2d0571,
    -1px -2px 0 #2d0571,
    1px -2px 0 #2d0571,
    -1px 2px 0 #2d0571,
    1px 2px 0 #2d0571,
    -2px -1px 0 #2d0571,
    2px -1px 0 #2d0571,
    -2px 1px 0 #2d0571,
    2px 1px 0 #2d0571,
    -2px -2px 0 #2d0571,
    2px -2px 0 #2d0571,
    -2px 2px 0 #2d0571,
    2px 2px 0 #2d0571,
    -2px -2px 0 #2d0571,
    2px -2px 0 #2d0571,
    -2px 2px 0 #2d0571,
    2px 2px 0 #2d0571;
}

/*************************************************************/
/********************** JACKPOT ******************************/
/*************************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

#jackpot {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	flex-direction: column;
	justify-content: flex-end;
  /*display: flex;*/
  display: none;
  transform-origin: left top;
}
#jackpot .name {
    text-transform: uppercase;
    margin: 0 10px 0 0;
}
#jackpot .cur {
    text-transform: uppercase;
	margin: 0 0 0 10px;
}
#jackpot .container {
	max-width: 100%;
	margin: 0 auto;
    overflow: auto;
    position: relative;
    top: 0;
}

#jackpot header {
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#jackpot header h1 {
	font-size: 60px;
}

#jackpot .counters {
	background: #4a11ae;
    color: #ffb800;
    overflow: hidden;
}
#jackpot .numbers {
	color: #dcf900;
}
#jackpot .counters .container .numbers {
	text-align: right;
}
#jackpot .inline {
    display: inline-block;
}
#jackpot .counters .container {
	/* display: grid;
	grid-template-columns: repeat(3, 1fr); */
	/* grid-gap: 30px; */
    text-align: center;
    font-size: calc(10px + 14 * (100vw / 1440));
    font-weight: bold;
    text-shadow: 
		-0   -2px 0   #2d0571,
		 0   -2px 0   #2d0571,
		-0    2px 0   #2d0571,
		 0    2px 0   #2d0571,
		-2px -0   0   #2d0571,
		 2px -0   0   #2d0571,
		-2px  0   0   #2d0571,
		 2px  0   0   #2d0571,
		-1px -2px 0   #2d0571,
		 1px -2px 0   #2d0571,
		-1px  2px 0   #2d0571,
		 1px  2px 0   #2d0571,
		-2px -1px 0   #2d0571,
		 2px -1px 0   #2d0571,
		-2px  1px 0   #2d0571,
		 2px  1px 0   #2d0571,
		-2px -2px 0   #2d0571,
		 2px -2px 0   #2d0571,
		-2px  2px 0   #2d0571,
		 2px  2px 0   #2d0571,
		-2px -2px 0   #2d0571,
		 2px -2px 0   #2d0571,
		-2px  2px 0   #2d0571,
		 2px  2px 0   #2d0571;

}

#jackpot .counters i {
	color: lightskyblue;
	margin-bottom: 5px;
}

#jackpot .counters .counter {
	margin: 1px 0;
}
#jackpot .counter {
	/* width: 250px; */
	text-align: start;
}
#jackpot .hideDivs {
	width: 32%;
	display: inline-block;
}

@media (max-width: 900px) {
    #freespins, #jackpot .counters .container {
        font-size: calc(14px + (16 + 16 * 0.7) * ((100vw - 320px) / 1440));
    }
}

@media (max-width: 700px) {
	#jackpot .counters .container {
		grid-template-columns: repeat(2, 1fr);
	}

	#jackpot .counters .container > div:nth-of-type(1),
  #jackpot .counters .container > div:nth-of-type(2) {
        /*padding-bottom: 20px;*/
	}
}

/*************************************************************/
/******************* JACKPOT END ******************************/
/*************************************************************/
