@font-face {
  font-family: 'DaxlinePro';
  src: url('fonts/DaxlineProBlack.eot');
  src:  url('fonts/DaxlineProBlack.eot') format('embedded-opentype'),
    url('fonts/DaxlineProBlack.ttf') format('truetype'),
    url('fonts/DaxlineProBlack.woff') format('woff'),
    url('fonts/DaxlineProBlack.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DaxlinePro';
  src: url('fonts/DaxlineProLight.eot');
  src:  url('fonts/DaxlineProLight.eot') format('embedded-opentype'),
    url('fonts/DaxlineProLight.ttf') format('truetype'),
    url('fonts/DaxlineProLight.woff') format('woff'),
    url('fonts/DaxlineProLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DaxlinePro';
  src: url('fonts/DaxlineProMedium.eot');
  src:  url('fonts/DaxlineProMedium.eot') format('embedded-opentype'),
    url('fonts/DaxlineProMedium.ttf') format('truetype'),
    url('fonts/DaxlineProMedium.woff') format('woff'),
    url('fonts/DaxlineProMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@import url("checkbox.css");
@import url("fonticons.css");

html, body {
    padding: 0;
    margin: 0;
    background: #fff;
    overflow: hidden;
    font-family: 'DaxlinePro', sans-serif;
    font-weight: normal;
    text-align: center;
}

#game_text {
  opacity:1;
}

.clicker_font {
    font-family: 'DaxlinePro', sans-serif;
    font-size: 4vw;
	line-height: 4.2vw;
    font-weight: bold; }
@media screen and (max-aspect-ratio: 1/1) {
	.clicker_font {
    font-size: 4vh;
	line-height: 4.2vh; }}

.clicker_font_sm {
    font-family: 'DaxlinePro', sans-serif;
    font-size: 3.5vh;
	margin-bottom: 1.5vh;
	line-height: 3.8vh;
}
@media screen and (max-aspect-ratio: 1/1) {
	.clicker_font_sm {
    font-size: 2vh;
	margin-bottom: 1vh;
	line-height: 2.1vh; }
}

.clicker_font1 {
    font-family: 'DaxlinePro', sans-serif;
    font-size: 4vh;
	line-height: 4vh;
    font-weight: bold; }

@media screen and (max-aspect-ratio: 1/1) {
	.clicker_font1 {
    font-size: 3.5vh;
	line-height: 3.8vh; }
}

.colorblue {
    color:#0070E1;
}

.colorwhite {
    color:white;
}

.colorblack {
    color:#012406;
}

.coloryellow {
    color:#FFD205;
}

.b1 {
    background-color: aqua;
}

canvas {
    background-color: transparent;
    z-index: 999;
  touch-action: auto!important;
}

.tx_vertical_center
{       
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}

.width90 {
    width: 90%!important;
}

.pointer {
    cursor: pointer;
}

.foottext1 {
    cursor: pointer;
}

.foottext2 {
    cursor: pointer;
}

.bold {
    font-weight: 400;
}

.colorred {
    color:red;
}

.centerdiv {
    width: 75%;
    height: 80%;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color:rgba(40, 72, 149, 0.7);

    margin: auto;
}

.centerdiv1 {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

.centerdiv_share {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    width: 80%;
}

.maxheight80 {
    max-height:80%;
}

.centerdiv_background {
    color: white;
    background-color: #4c4c4c;
}

.bigger_info_game {
    font-size: 2.8vw;
    font-weight: 400;
    padding: 3vh;
    text-align: center; }
    .bigger_info_game h2 {
        font-size: 4vw; }
    @media screen and (max-aspect-ratio: 10/11) {
        .bigger_info_game {
            font-size: 3.8vw; }
        .bigger_info_game h2 {
            font-size: 6vw; }}

.information_text {
     }
    .information_text input {
      border: 2px solid #CECECE;
      color: black;
      margin: 1vw auto;
      height: auto;
      width: 60%;
      padding: 1vw; }
    .information_text .chkboxes {
      font-size: 1.8vw;
      text-align: left;}
    .information_text .chkboxes .chkbx {
      float: left;
      height: 2.2em;
      width: 2.2em;}
    .information_text .chkboxes .chklbl {
      margin-left: 2.5em;
      margin-bottom:0.5em;
      height: 2.2em;}

img {
    cursor: pointer;
}

.napispred {
    color:white; 

    padding:10px 0px;
    /*background-color:rgba(15,15,15,0.5);
    border-radius: 10px;*/
}

.fullscr {
    position: absolute;
    width: 100%;
    height:600px;
}

.gamepart {
    position: absolute;
    top:0;
    left:36.4%;
    right: 0;
    bottom: 0;}
@media screen and (max-aspect-ratio: 1/1) {
	.gamepart {
		top:25%;
		bottom:15%;
		left:0;
		right:0 }}

.textpart1 {
    position: absolute;
	z-index: 100;
    top:0;
    left:0;
    right: 63.6%;
    bottom: 30%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5cd28+0,69a507+100 */
	background: #a5cd28; /* Old browsers */
	background: -moz-linear-gradient(left, #a5cd28 0%, #69a507 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a5cd28 0%,#69a507 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a5cd28 0%,#69a507 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cd28', endColorstr='#69a507',GradientType=1 ); /* IE6-9 */ }
@media screen and (max-aspect-ratio: 1/1) {
	.textpart1 {
		top:0;
		bottom:75%;
		left:0;
		right:0 }}

.textpartmiddle {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	top:35%;
}

.textpart2 {
    position: absolute;
	z-index: 100;
    top:69%;
    left:0;
    right: 63.6%;
    bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5cd28+0,69a507+100 */
	background: #a5cd28; /* Old browsers */
	background: -moz-linear-gradient(left, #a5cd28 0%, #69a507 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a5cd28 0%,#69a507 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a5cd28 0%,#69a507 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cd28', endColorstr='#69a507',GradientType=1 ); /* IE6-9 */ }
@media screen and (max-aspect-ratio: 1/1) {
	.textpart2 {
		top:85%;
		bottom:0;
		left:0;
		right:0 }}

#mgabackcanvas {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}

.backgr1 {
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}

.backgr2 {
    position: absolute;
    z-index: -900;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}

.backgroundfront {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}

.gamecont {
    position: absolute;
	
    top:0;
    left:0;
    right:0;
    bottom: 0; }
    @media screen and (max-aspect-ratio: 10/11) {
        .gamecont {
            bottom: 5%;
        }}

.leftside {
    position: absolute;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: right center;
    height:100%;
    width: 30%;
    left:0px;
    top:0px;
    text-align: left;
}

.leftside img {
    height: 100%;
    width: auto;
}

.leftside2 {
    position: absolute;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: right center;
    height:100%;
    width: 30%;
    left:0px;
    top:0px;
    text-align: left;
}

.leftside2 img {
    height: 100%;
    width: auto;
}

.rightside {
    position: absolute;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: left center;
    height:100%;
    width: 30%;
    right:0;
    top:0px;
    text-align: right;
    
}

.rightside img {
    height: 100%;
    width: auto;
}

.rightside2 {
    position: absolute;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: left center;
    height:100%;
    width: 30%;
    right:0px;
    top:0px;
    text-align: right;
    
}

.rightside2 img {
    height: 100%;
    width: auto;
}

.layerover {
    background-color: rgba(40, 72, 149, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info_text {
    position: absolute; 
    top: 50%; 
    left: 0px; 
    width: 100%; 
    color: #ed8b00;
    font-size: 5vw;
    font-weight: 400;
    letter-spacing: 0.3vw;
    text-shadow: 0px 0px 7px white;
    padding: 1vw;
    text-align: center;
    transform: translate(0%, -40%);
}


.noimage {
    background-image: none!important;
}

.tclinktext {
	position: absolute;
    text-shadow: 0.1vh 0.2vh 1.1vh rgba(0,0,0,.5);
	z-index: 2000;
    bottom: 1vh;
    font-family: 'DaxlinePro', sans-serif;
    font-weight: 500;
    font-size: 2vh;
	text-align: left;
	width: auto;
    left: 1vh;}
@media screen and (max-aspect-ratio: 1/1) {
	.tclinktext {
		left:0;
    bottom: 0.6vh;
	width: 100%;
    font-size: 1.8vh;
	text-align: center}}



.info_game {
    position: absolute;
    left:51%;
    top:0;
    bottom: 25%;
    width: 100%;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    transform: translate(-50%, 0%);}

    @media screen and (max-aspect-ratio: 10/11) {
        .info_game {
            background-size:contain;
            top:13%;
            left:0%!important;
            width: 100%!important;
            transform: translate(0%, 0%);
        }}
    @media screen and (min-aspect-ratio: 10/11) and (max-aspect-ratio: 11/10) {
        .info_game {
            left:51%;
            top:0;
            width: 100%;
            background-size:contain;
            transform: translate(-50%, 0%);
        } }
    @media screen and (min-aspect-ratio: 11/10) and (max-aspect-ratio: 65/40) {
        .info_game {
            left:50%;
            width:80%;
            background-size:contain;
        }}
    @media screen and (min-aspect-ratio: 65/40) {
        .info_game {
            width: 56.34%;
            background-size:contain;
        }}



.btnclosed {
    position: absolute;
    color: #00f3ef;
    font-size: 1.6em;
    left: 50%;
    bottom: 10%;
    width: 30%; 
    transform: translate(-50%, -50%);}
    @media screen and (max-aspect-ratio: 10/11) {
        .btnclosed { 
            width: 20%;
            font-size: 1.3em;
        }}
    @media screen and (min-aspect-ratio: 10/11) and (max-aspect-ratio: 11/10) {
        .btnclosed {
            font-size: 1.6em; } }
    @media screen and (max-aspect-ratio: 57/80) {
        .btnclosed {
            bottom: 7%;
            font-size: 1.2em;
            width: 15%!important;
        }}
    @media screen and (min-aspect-ratio: 11/10) and (max-aspect-ratio: 71/40) {
        .btnclosed {
            width: 23%; 
            bottom: 8%;
        } }
    @media screen and (min-aspect-ratio: 71/40) {
        .btnclosed {
            
        }}

.btnclosed img {
    width: 100%; 
    height: auto;
}

.btnclosed .errbtn {
    font-family: 'Anton', sans-serif;
    color:#eee;
    text-shadow: 2px 2px #333;
}

.loadfont {
    position: absolute;
    top:-20%;
    font-family: 'Anton', sans-serif;
}

.crystalball {
    position: absolute;
    left:50%;
    top:0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    transform: translate(-50%, 0%);}
/*
    @media screen and (max-aspect-ratio: 57/80) {
        .crystalball {
            background-size:cover;
            top:20%;
            left:-100%!important;
            width: 300%!important;
            transform: translate(0%, 0%);
        }}
*/
    @media screen and (max-aspect-ratio: 10/11) {
        .crystalball {
            background-size:contain;
            top:20%;
/*
            left:-12.5%;
            width: 125%;
*/
            
            left:-100%!important;
            width: 300%!important;
            bottom: 5%;
            transform: translate(0%, 0%);
/*            background-color: aqua;*/
        }}
    @media screen and (min-aspect-ratio: 10/11) and (max-aspect-ratio: 11/10) {
        .crystalball {
            background-size:cover;
        }}
    @media screen and (min-aspect-ratio: 71/40) {
        .crystalball {
            width: 56.34%;
            background-size:cover;
        }}

.crystalballholder {
    position: absolute;
    left:50%;
    top:0;
    bottom: 0;
    width: 100%;
    transform: translate(-50%, 0%);}
/*
    @media screen and (max-aspect-ratio: 57/80) {
        .crystalball {
            background-size:cover;
            top:20%;
            left:-100%!important;
            width: 300%!important;
            transform: translate(0%, 0%);
        }}
*/
    @media screen and (max-aspect-ratio: 10/11) {
        .crystalballholder {
            background-size:contain;
            top:20%;
/*
            left:-12.5%;
            width: 125%;
*/
            
            left:-100%!important;
            width: 300%!important;
            bottom: 5%;
            transform: translate(0%, 0%);
/*            background-color: aqua;*/
        }}
    @media screen and (min-aspect-ratio: 10/11) and (max-aspect-ratio: 11/10) {
        .crystalballholder {
            background-size:cover;
        }}
    @media screen and (min-aspect-ratio: 71/40) {
        .crystalballholder {
            width: 56.34%;
            background-size:cover;
        }}

.crystalballclosed {
    position: absolute;
    left:50%;
    top:0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    transform: translate(-50%, 0%);}
/*
    @media screen and (max-aspect-ratio: 57/80) {
        .crystalballclosed {
            background-size:cover;
            top:20%;
            left:-100%!important;
            width: 300%!important;
            transform: translate(0%, 0%);
        }}
*/
    @media screen and (max-aspect-ratio: 10/11) {
        .crystalballclosed {
            background-size:contain;
            top:20%;
/*
            left:-12.5%;
            width: 125%;
*/
            
            left:-100%!important;
            width: 300%!important;
            bottom: 5%;
            transform: translate(0%, 0%);
/*            background-color: aqua;*/
        }}
    @media screen and (min-aspect-ratio: 10/11) and (max-aspect-ratio: 11/10) {
        .crystalballclosed {
            background-size:cover;
        }}
    @media screen and (min-aspect-ratio: 71/40) {
        .crystalballclosed {
            width: 56.34%;
            background-size:cover;
        }}

.gradient_white {
    background: -moz-linear-gradient(left, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0.01) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 65%,rgba(255,255,255,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 65%,rgba(255,255,255,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#03ffffff',GradientType=0 ); /* IE6-9 */
}

.gradient_white_vertical {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(255,255,255,0.01) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 65%,rgba(255,255,255,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 65%,rgba(255,255,255,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#03ffffff',GradientType=0 ); /* IE6-9 */
}

.end_game {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 50vw;
    height: 50vw;
}

.wincont {
    position: absolute;
    top: 20%;
    left:10%;
    width: 80%;
    height: 70%;
}

.selfcenter {
    position: absolute;
    width:100%;
    left:0;
    top:0%;
    height:70%;
}

.divinnercenter {
    position: absolute;
    width: 100%;
    top:50%;
    left:0px;
    transform: translate(0%, -50%);
}

.btn {
    background-color: #e7e0d6;
    padding: 1.5vw 3vw;
    text-align: center; 
    color: black;
    cursor: pointer;
}

.btnposabs {
    position: absolute;
    top:3vw;
}

.btnshare {
    width: 60%;
    margin:0px auto 12px auto;
    cursor: pointer;
    color: black;
    background-color: #e7e0d6;
    padding: 30px auto; }
    @media screen and (max-aspect-ratio: 10/11) {
        .btnshare {
            width: auto; }}

.napispred {
    color:black; 

    padding:0px 20px;
    font-size: 1.2vw;
    
    text-align: center;
}

.wincont .napispred {
    color:white; 

    padding:0px 20px;
    font-size: 1.2vw;
    
    text-align: center;
}

.divinnercenter .napispred {
    font-size: 1.8vw;
}

.napispredbig {
    color:black; 

    padding:0px 20px;
    font-size: 2.7vw;
    
    text-align: center;
}

.wincont .napispredbig {
    color:white; 

    padding:0px 20px;
    font-size: 2.7vw;
    
    text-align: center;
}

.margin-btm{
    margin-bottom: 1vw;
}


.claim_part {
    position: absolute;
    width: 100%;
    bottom: 0;
    left:0;
    height: 45%;
}

.claim_part span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -70%);
}

.btmup {
    position: absolute;
    top:35%;
    left: 50%;
    width:60%;
    transform: translate(-50%, 0%); 
}

.btmdown {
    position: absolute;
    top:60%;
    left: 50%;
    width:100%;
    transform: translate(-50%, 0%); 
}

.scrollable {
    overflow-y: scroll;
    max-height:80%;
    width: 80%;
}

.colorhead {
    background-color:rgba(60, 149, 68, 0.95)
}

.logofirstpage {
    position: absolute;
    background-repeat: no-repeat;
	background-image: url(../images/logo.png);
    background-size:contain;
    background-position: center center;
	top:0%;
	left:30%;
	width: 40%;
    height:20%;
    margin: 5% auto;
}

.posbtnset {
    font-family: 'DaxlinePro', sans-serif;
    font-weight: bold;
    position: absolute;
	bottom:50%;
	left:50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    padding: 3vh 9vh;
    font-size: 3vh;
	border-radius: 0.6vh;
}
@media screen and (max-aspect-ratio: 1/1) {
	.posbtnset {
		bottom: 50%;
		transform: translate(-50%, 50%);
		padding: 2vh 6vh;
		font-size: 2vh;
    border-radius: 0.6vw; }}

.posbtnset span {
	position: relative;
	bottom: -0.06em;
}

.gamebtn {
	border: solid 1px #fff;
	color: #fff;
	cursor: pointer;
}

.gamebtn:hover {
	border: none;
	color: #3F6304;
	background-color: #fff;
}


.claimbtn {
	border: none;
	color: #69A507;
	background-color: #fff;
	cursor: pointer; }

.claimbtn:hover {
	border: solid 1px #fff;
	color: #fff;
	background-color: transparent;
}

.middlepartland {
    position: absolute;
	bottom:8%;
	right:0;
	width: 0;
	height: 44%}
@media screen and (max-aspect-ratio: 1/1) {
	.middlepartland {
		display:none;}}

/*
.middlepartland:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	border-width: 30px;
	position: absolute;
	pointer-events: none;
	border-left-color: #6a0e4e;
	border-top-color: transparent;
	margin-left: 0px;
	margin-top: -30px; }
*/

.middlepartport {
    position: absolute;
	bottom:0;
	width: 100%;
	height:0;
right:0;;}
@media screen and (min-aspect-ratio: 1/1) {
	.middlepartport {
		display:none;
	}}

/*
.middlepartport:after {
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	border-width: 25px;
	position: absolute;
	pointer-events: none;
	border-left-color: transparent;
	border-top-color: #6a0e4e;
	margin-left: -25px;
	margin-top: 0px; }
*/

.purplegradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a30855+0,6a0e4e+100 */
	background: #a30855; /* Old browsers */
	background: -moz-linear-gradient(left, #a30855 0%, #6a0e4e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a30855 0%,#6a0e4e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a30855 0%,#6a0e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30855', endColorstr='#6a0e4e',GradientType=1 ); /* IE6-9 */
	z-index: 2000;
}

.purple {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a30855+0,6a0e4e+100 */
	background: #6a0e4e; /* Old browsers */
}

.textspace {
	padding: 10px 10%;
}

.loading {
    position: relative;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    width:100px;
    height:100px;
    margin: 5% auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; 
    border: 1px;
}

.logowinpage {
    position: relative;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    height:110px;
}

.logosharepage {
    position: relative;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    height:25%;
    margin: 5% auto 10px auto;
}

.zgoraj {
    position: absolute; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:10%; 
}

.spodaj {
    position: absolute; 
    left:0px; 
    bottom:0px; 
    width:100%; 
    height:10%;
    color:#fff;
}

.logozgoraj {
    position:absolute;
    left:15%;
    height:90%;
    width:30%;
    top:0%;
    text-align:right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.imgslot1 {
    float:left; 
    width:50%;
    height:45%;
    padding:auto 10%;
    margin-top: -5%;
    background-size: 100% auto; 
    background-repeat: no-repeat; 
    background-size:contain; 
    background-position: center center;
}

.uppr {
    font-size: bold;
    text-transform: uppercase; 
}

.margin-btm{
    margin-bottom: 20px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 0px 3%;
}
.col-3 {width: 27%;}
.col-4 {width: 43%;}
.col-6 {width: 59%;}
.col-9 {width: 92%;}

.responsive_img {
    width: 100%;
    height: auto;
}

.img_disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

a {
    color:aliceblue;
}

.tekstnormal {
   text-align: left; 
}

.tekstnormal p {
   margin-bottom: 5px; 
}

.tekstnormal ul {
   margin-bottom: 10px; 
    margin-left:40px;
}

.tekstnormal li {
   margin-bottom: 5px; 
}

.padd {
    padding:0px 20px;
}

.winart {
    margin:20px auto;
}

.alright{
    text-align: right; 
}

.alleft {
    text-align: left; 
}

.maxhei {
    max-height: 150px;
    width: auto;
}

label {
    width:180px;
    display:inline-block;
    letter-spacing:2px;
}

form {
    margin:0 auto;
}

/* Style the text boxes */
input, textarea {
	width:400px;
	height:18px;
	background:#efefef;
	border:1px solid #dedede;
	padding:5px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

input[type=submit] {
    padding:5px 15px; 
    margin:20px auto;
    height: 36px;
    color: white;
    background:#ffa82c; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 18px;
    border-radius: 18px; 
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 12px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.hideit {
    display: none;
}

.btnbottom {
    position:fixed;
    bottom:12%;
    left:50%;
    text-align: center;
    margin:auto;
    transform: translate(-50%, 0%);
}

.terms_overlay {
  display: none;
  position: absolute;
  z-index: 5001;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 36, 6, .5) }

/* terms and conditions */
.tandc {
  display: block;
  position: absolute;
  color: #000000;
	background: #FFFFFF;
	border: 1px solid #D9DEDA;
	border-radius: 4px;
	box-shadow: 0px 7px 21px 0px rgba(0,0,0,0.20);
  top:10%;
  bottom:10%;
  left:10%;
  right:10%}
@media screen and (max-aspect-ratio: 1/1) {
        .tandc {
            top:0;
  bottom:0;
  left:0;
  right:0 }}

.theterms {
  display: block;
  padding-right: 10px;
  text-align: left;
  overflow-x: hidden;
  color: #000000; 
  position: absolute;
  font-size: 1.5vh;
  line-height: 1.5vh;
  top:70px;
  bottom:0px;
  left:30px;
  right:30px}

.theterms strong {
  font-weight: bold; }

.theterms p {
  padding-bottom: 10px; }

.theterms li {
  padding-bottom: 1.5vh; }

.theterms a {
	color: #69a507;
	text-decoration: none; 
	font-weight : 700}

.theterms a:hover {
	color: #3f6304;}

.theterms a:active {
	color: #012406;}

.termsheader {
  position: absolute;
  top: 24px;
  left:20%;
  right:20%;
  font-size: 2.5vh;
	text-transform: uppercase;
  text-align: center;}

.btn_close_overlay {
  position: absolute;
  top:24px;
  right:24px;
	width: 5vh;
	height: 5vh;
  background-image: url("img/close-btn.png");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}


@media screen and (max-aspect-ratio: 10/11) {
    /* PORTRAIT */

    .fullscr {
        
    }
    
    .leftside {
/*        display: none;*/
    }

    .rightside {
/*        display: none;*/
    }
    
    .leftside2 {
/*        display: none;*/
    }

    .rightside2 {
/*        display: none;*/
    }

    .end_game {
        position: absolute;
        top: 65%; 
        left: 50%; 
        transform: translate(-50%, -50%);
        width: 50vh;
        height: 50vh;
    }
    
    .wincont {
        position: absolute;
        top: 5%;
        left:5%;
        width: 90%;
        height: 90%;
    }

    .selfcenter {
        position: absolute;
        width:100%;
        left:0;
        top:0%;
        height:70%;
    }

    .divinnercenter {
        position: absolute;
        width: 100%;
        top:50%;
        left:0px;
        transform: translate(0%, -50%);
    }

    .btn {
        
    }

    .btnposabs {
        position: absolute;
        top:3vw;
    }

    .napispred {
        color:black; 

        padding:0px 20px;
        font-size: 1.5vh;

        text-align: center;
    }

    .wincont .napispred {
        color:white; 
        font-weight: 400;

        padding:0px 20px;
        font-size: 1.5vh;

        text-align: center;
    }

    .divinnercenter .napispred {
        font-size: 2vh;
    }

    .napispredbig {
        color:black; 

        padding:0px 20px;
        font-size: 3.2vh;

        text-align: center;
    }

    .wincont .napispredbig {
        color:white; 
        font-weight: 400;

        padding:0px 20px;
        font-size: 3.2vh;

        text-align: center;
    }

    .margin-btm{
        margin-bottom: 1vh;
    }


    .claim_part {
        position: absolute;
        width: 100%;
        bottom: 0;
        left:0;
        height: 45%;
    }

    .claim_part span {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -70%);
    }

    .btmup {
        position: absolute;
        top:35%;
        left: 50%;
        width:60%;
        transform: translate(-50%, 0%); 
    }

    .btmdown {
        position: absolute;
        top:60%;
        left: 50%;
        width:100%;
        transform: translate(-50%, 0%); 
    }
}

@media screen and (min-aspect-ratio: 11/10) {
    /* LANSCAPE, DESKTOPS */
    
}

@media screen and (min-aspect-ratio: 10/11) and (max-aspect-ratio: 11/10) {
    /*SQUARE*/
}

.redirection {
/*  display: none;*/
  position: absolute;
  z-index: 5001;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 36, 6, .5) }

.pointerdiv {
	position: absolute;
	width: 10vw;
	height: auto;
	top:50%;
	left: 0;
	transform-origin: 50% 50%;
	transform: rotate(0deg) translate(-50%, -50%); 
	z-index: 1000; }
@media screen and (max-aspect-ratio: 1/1) {
	.pointerdiv {
		top:0;
		left: 50%;
		transform-origin: 20% 50%;
    	transform: rotate(90deg) translate(-50%, 50%); }}

#jezicek {
	width: 100%;
	height: auto;
	transform-origin: 15% 50%;
	transform: rotate(0deg); }
@media screen and (max-aspect-ratio: 1/1) {
	#jezicek {
		transform-origin: 15% 50%;
		width: 100%;
		height: auto;}}

.b1 {
	background-color: aqua;
}