.slika1 img {

	width: 100% !important;
}

.kn-popup-background{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
	background:rgba( 0, 0, 0, 0.7);
	display:flex;
	justify-content: center;
	align-items: center;
}

.kn-popup-content{
	width:100%;
	margin:15px;
	max-width:1200px;
	padding: 20px;
	min-height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#4675cc;
}

.kn-popup-content *{
	color:white;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin:0px;
}

.kn-popup-background > a{
	position:absolute;
	top:50px;
	right: 50px;
}

.kn-form{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	position:relative;
}

.kn-form > .kn-input-group{
	margin: 5px;
	position: relative;
	width: calc( 50% - 10px);
}

.kn-form > .kn-input-group > input,
.kn-form > .kn-input-group > select{
	position: relative;
	width: 100%;
	background-color: rgb(248, 248, 248) !important;
	height:60px !important;
	border:none !important;
	font-size: 16px;
	font-weight: bolder;
}
.kn-form > .kn-input-group > label{
	font-weight: bold;
}

.kn-form > .kn-input-group:last-of-type{
	display: flex;
	justify-content:center;
	align-items: center;
	align-items: center;
}

.kn-form > .kn-submit-button{
	margin:20px 5px 5px;
	position: relative;
	width: calc( 50% - 10px);
	height:60px !important;
	border:none !important;
	background:#4675cc;
	color:white;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s ease;
}

.kn-form > .kn-submit-button:hover{
	background:rgb(252, 204, 99);
}

#section-id-1501140519849{
    z-index: 0 !important;
}

.point-rezervacija-container{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items:center;
}

.point-rezervacija-container > todiscover-calendar-public{
    width:25%;
    position:relative;
    display:block;
    padding:2px;
}

@media screen and (max-width:991px){
   .point-rezervacija-container > todiscover-calendar-public{
        width:50%;
   } 
}
@media screen and (max-width:676px){
   .point-rezervacija-container > todiscover-calendar-public{
        width:100%;
   } 
}

.point-rezervacija-naslov h4{
    text-align:center;
    font-size:20px;
    margin:20px auto;
}

.point-rezervacija-submit{
    font-size: 14px;
    font-weight: 500;
    color: #24252a;
    border-radius: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    background-color: transparent;
    border: 1px solid #24252a !important;
    line-height: 40px;
    padding: 0 30px;
    margin:auto;
    margin-bottom: 20px;
    display:block;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.point-rezervacija-submit:hover{
    background-color: #24252a;
    color: white;
}

.sp-page-builder .page-content #section-id-1501140519{
    padding-bottom: 0px !important;
}

.sp-page-builder .page-content #section-id-1501140519849{
    padding-bottom: 250px !important;
}
