img {
	border-radius: 10px;
}

#my_iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
}
.pozadina{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 9%;
	margin-right: 9%;
	margin-bottom: 3%;
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
	position: relative;
	border-radius: 10px;
}
.pano_limova{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.limovi_slicice{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	width: 140px;
	height: 94px;
	margin: 5px;
}
.ral_slicice {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	width: 40px;
	height: 40px;
	margin: 5px;
}
@media (max-height: 740px) {
  .pano_limova {
  	zoom: 50%;
  }
  .pozadina{
  	zoom: 70%;
  }
}
@media (max-width: 915px) {
  .pano_limova {
  	zoom: 50%;
  }
  .pozadina{
  	zoom: 70%;
  }
}
.footer{
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}
.odabir{
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
}

input[type=text] {;
	background-color: rgba(0, 179, 234, 0.3);
    border: 0px solid;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: yellow;
	margin-left: auto;
    margin-right: auto;
    width: auto;
}

/******* GUMBI OD PANELA SLICICA ****** */

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  border-radius: 10px;
  zoom: 90%;
  border: 3px solid yellow !important;
}


/**** GREEN radio button code ****/

.radio-1:checked + img {
    border-radius: 10px;
  	zoom: 80%;
  	border: 3px solid white !important;
}

.mask{
	background-color: #00aeef;
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 0;
	color:white;
	font-family: sans-serif;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	left: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.naziv{
	background-color: rgba(36, 118, 175, 0.5);
	border-radius: 10px;
	width: 500px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: sans-serif;
	text-align: center;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* preloader */

		.preloader{
        width: 340px;
        height: 180px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        border-radius: 0px;
    }
    .preloader_progress{
        background-color: blue;
        width: 25%;
        height: auto;
        display: flex;
        position z-index: 2;
    }
    .preloader_text{
        font-family: sans-serif;
        font-size: 25px;
        font-weight: bold;
        color: blue;
        text-align: center;
    }

 /* poruka */

.poruka_back{
	  position: absolute;
	  display: flex;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(109, 207, 246, 0.9);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.19);
      animation-name: example;
  		animation-duration: 3s;
    	transition: opacity 1s;
    	animation-delay: 0s;
    	animation-fill-mode: forwards;
}

@keyframes example {
	  from {opacity: 0;}
  	to {opacity: 100;}
}


 .poruka{
  display: inline-block;
  flex-wrap: wrap;
  position: absolute;
 	width: auto;
 	height: auto;
 	padding-bottom: 30px;
 	padding-top: 10px;
 	padding-left: 30px;
 	padding-right: 30px;
  top: 50%;
  left: 50%;
 	margin-left: 20px;
 	margin-right: 20px;
  transform: translate(-50%, -50%);
 	background: rgba(0, 182, 241, 0.9);
  border: 3px solid white;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.19);
  justify-content: center;
  text-align: center;
 }

 .button{
 	width: 200px;
 	height: 50px;
 	background-color: #00aeef;
 	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
 	border-radius: 25px;
 	text-align: center;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	margin: 0 auto;
 	font-weight: bold;
 	font-size: 25px;
 	font-family: sans-serif;
 	color: white;
 	border-top:1px solid rgb(160, 232, 235);
  border-bottom:5px solid rgb(160, 232, 235);
  border-left:1px solid rgb(160, 232, 235);
  border-right:5px solid rgb(160, 232, 235);
 	cursor: pointer;
 }

 .button:hover{
 	border: 2px solid white;
 }


/* text */

h1 {
	color: white;
	font-family: sans-serif;
}

h3 {
	color: white;
	font-family: sans-serif;
	font-size: 18px;
}
 
