* {
    padding: 0;
    margin: 0;
}
html, body {
    background: #fff;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    font-size: 20px;
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    text-align: center;
}
canvas {
    background: #252f38;
    touch-action-delay: none;
    touch-action: none;
    -ms-touch-action: none;
}

.foottext1 {
    cursor: pointer;
}

.foottext2 {
    cursor: pointer;
}

.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;
}

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

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

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

    margin: auto;
}

.centerdiv1 {
    width: 85%;
    height: 80%;

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

    margin: auto;
}

img {
    cursor: pointer;
}

.napispred {
    color:white; 

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

.fullscr {
    position: relative;
    background-image: url(images/backgr.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    width: 100%;
    height:600px;
}

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

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

    width: 80%;
}

.colorhead {
    background-color:rgba(3, 92, 168, 0.95)
}

.logofirstpage {
    position: relative;
    background-image: url(images/spintowin.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    height:35%;
    margin: 5% auto;
}

.loading {
    position: relative;
    background-image: url(images/loading1.gif);
    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-image: url(images/spintowin.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    height:110px;
}

.logosharepage {
    position: relative;
    background-image: url(images/spintowin.png);
    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:80%;
    width:50%;
    top:10%;
    text-align:right;
    background-image: url(images/logo.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.imgslot1 {
    float:left; 
    width:50%;
    height:45%;
    padding:auto 10%;
    margin-top: -5%;
    background-image: url(images/imgslot1.png); 
    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;
}

.btnshareimg {
    width: 60%;
    max-width: 400px;
    margin:0px auto 12px auto;
}

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%);
}

@media screen and (orientation: portrait) {
    .centerdiv {
        width: 100%;
        height: 80%;

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

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

        margin: auto;
    }

    .foottext1 {
        font-size: 13px!important;
        margin:5px auto 5px auto;
    }

    .foottext2 {
        font-size: 13px!important;
        margin:5px auto 5px auto;
    }

    .scrollable {

        width: 95%;
    }

    .alright{
        text-align: center; 
    }

    .alleft {
        text-align: center; 
    }

    .col-3 {width: 92%;}
    .col-4 {width: 92%;}
    .col-6 {width: 92%;}
    .col-9 {width: 92%;}
}

@media screen and (orientation: landscape) {

    .foottext1 {
        margin:20px;
        float:left;
    }

    .foottext2 {
        margin:20px;
        float:right;
    }


    .scrollable {

        width: 80%;
    }
}

@media screen (min-width: 600px) {
     .napispred {
        font-size: 14px;
    }

    .alright{
        text-align: center; 
    }

    .alleft {
        text-align: center; 
    }

    .col-3 {width: 92%;}
    .col-4 {width: 92%;}
    .col-6 {width: 92%;}
    .col-9 {width: 92%;}
}

/*@media screen (min-width: 350px) {
     .napispred {
        font-size: 20px;
    }
}

@media screen (min-width: 1200px) {
     .napispred {
        font-size: 28px;
    }
}

@media screen (min-width: 1600px) {
     .napispred {
        font-size: 48px!important;
    }
}*/