ul.rotacija {
	margin-left: 0;
}

#mali_menu {
	width: auto;
	height: 43px;
	display: block !important;
    visibility: visible !important;
    min-width: 760px !important;
    max-width: 80% !important;
	float: right;
}

#zastavice ul {
	margin-top: 10px;
}

.polje_tekst {
overflow: hidden;
	margin-bottom: 0px;
	text-align: left;
	
	padding: 15px;
	max-height: 275px;
}

.polje_slicica, .polje_slika {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: left;
	
	padding: 15px;
	max-width: 70%;
	
	    position: relative;
    display: block;
    width: 70%;
}

.polje_slicica .slika, .polje_slika .slika {
padding-bottom: 56.25%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    height: 0;
    width: 100%;
	
	}

.polje_slicica img , .polje_slika img {
	max-width: 100%;
	height: auto; 
	 border-radius: 30px !important;
	 
	animation: 1s ease-out 0s 1 slideInFromTopOpacity; 
}

.polje_vise {
	border-radius: 0 0 5px 5px;
	width: 100%;
	padding: 0;
	display: block;
	background: #0EA6E9	;
	margin: 10px 0 0 0;
}

.polje_vise:hover {
	background: #0EA6E9	;
}

.polje_vise a {
	width: auto;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px;
}

#rezervacija {
	width: 1300px;
	max-width: 90%;
	padding: 5px 5px 10px 5px;
	border-radius: 0 0 5px 5px;	 
	background: #0EA6E9 url("/img/rezervacija.png") left bottom repeat-x ;
	margin: 0 auto;
	height: auto;
	clear: both;
	color: #080215;
	font-size: 12px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#rezervacija .rezervacije_polje {
	float: left;
}


#rezervacija .rezervacija {
	font-size: 17px;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: left;
}



#rezervacija p {
	margin-bottom: 0 !important;
}

#rezervacija label {
	margin: 0 !important;
	padding: 0 !important;
}

#ui-datepicker-div {
	z-index: 99 !important;
}

#dole {
    position: relative;
    width: 100%;
    padding: 0%;
    display: block;
    height: auto;
    z-index: 10;
    color: #ffffff;
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    min-height: 150px;
	background: #27374D;
    border-top: 1px solid #ccc;
}

#donja_navigacija {
	width: 1460px;
	max-width: 90%;
	margin: 0 auto;
	clear: both;
	min-height: 150px;
}

.podnozje_levo h4, .podnozje_centar h4, .podnozje_desno h4, .podnozje_levo h5, .podnozje_centar h5, .podnozje_desno h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 5px;
    position: relative;
    text-align: center;
    border-bottom: 5px solid #0EA6E9;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;	background: none;
    margin-top: 0 !important;
    padding: 10px;
}
.podnozje_levo {
    width: 32.25%;
    padding: 0.5%;
    margin: 0 1% 0 0;
    float: left;
    clear: none;
    overflow: hidden;
}
.poslednji {
	margin-right: 0 !important;
}

#mapa {
	width: calc(100% - 10px);
	height: calc(400px + 10px);
	display: block;
	clear: both;
	border-radius: 5px;
	padding: 5px;
	margin: 15px 0 15px 0;
	background: #e0e0e0;
	 
}

#sadrzaj ul li {
	list-style-type: disc; 
}

#sadrzaj ol li {
	list-style-type: decimal;
}

#sadrzaj img {
	max-width: 100%;
	height: auto;
}

#desno {
	 
	min-height: 150px;
}

#sve {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#desno {
	float: right;
	/*padding-right: 0 !important;*/
}

#levo {
	float: left;
	/*padding-left: 0 !important;*/
}

#desno img {
	max-width: 100%;
	height: auto;
}
#desno #tema {
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	padding: 0;
}
#desno #tema ul.nav {
	margin: 0 0 20px 0;
}
#desno #tema ul.nav li {
	list-style: none;
	width: 48%;
	margin-right: 0;
}
#desno #tema ul.nav li#p1 {
	margin-right: 4%;
}
#desno #tema ul.nav li a {
	padding: 10px;
	text-align: center;
	color: #080215;
	text-decoration: none;
	width: 100%;
	display: list-item;
	background: #FFFFFF;
	border: 1px solid #080215 !important;
}
#desno #tema ul.nav li a:hover {
	background: #0EA6E9;
	text-decoration: none;
}
#desno #tema ul.nav li a.trenutni, #desno #tema ul.nav li a.trenutni:hover {
	background: #0EA6E9	 !important;
	color: #FFFFFF;
}
#desno #tema .tema {
	width: 100%;
	clear: both;
}
#desno #tema a {
	font-size: 16px;
	text-decoration: none;
	color: #080215;
}
#desno #tema a:hover {
	text-decoration: underline;
	color: #0EA6E9;
}
#desno #tema a img.mala_slika {
	border: 0;
	max-width: 33.33%;
	height: auto;
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
}
#desno #tema .datum, #desno #tema .datum a {
	font-size: 0.95em;
	color: #999999 !important;
	margin-bottom: 5px !important;
	text-decoration: none;
}
#desno #tema .datum a {
	color: #0EA6E9 !important;
}
#desno #tema .datum a:hover {
	text-decoration: underline;
}
#desno #tema p {
	margin-bottom: 5px !important;	
}
#desno #tema a img.mala_slika {
    border: 0;
    max-width: 33.33%;
    height: auto;
    float: left;
    padding: 5px;
    margin: 0 5px 5px 0;
}

.polje_desno {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}

#donja_navigacija .prostor {
	color: #ffffff ;
	background: none !important;
	margin: 0 auto !important;
	box-shadow: none !important;
}
#donja_navigacija .prostor:hover {
	background: none;
}

#dole a:hover {
	color: #F2F2F2 !important;
	text-decoration: none;
}

.polje .jos {
   font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #fff !important;
    background: #0EA6E9;
    border-radius: 20px;
    line-height: 38px;
    width: fit-content;
    block-size: fit-content;
    text-align: center;
	float: right;
	
	margin-right: 0px;
}
.polje .jos:hover {
	background: #27374D;
}
.polje .jos a {
	text-decoration: none;
	padding: 0px;
	color: #ffffff;
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	 
}
.polje .jos a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal; 
	
} 
.uvod h3 {
    
	line-height: 150%;
} 
.polje_produzeno {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

 
/*
#levo .polje {
	border-radius: 3px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	width: 100%; 
	height: auto;
	float: left;
	clear: both;
    position: relative;
	border-bottom: 1px dotted #CCCCCC;
}
 
#levo .polje .slika  {
	border: 0;
	border-radius: 5px;
	padding: 0;
	float: left;
	margin: 0 3% 15px 0;
	max-width: 45%;
	height: auto;
	overflow: hidden;
	position: relative;
 
}
#levo .polje .slika img.slicica_levo {
	width: 100%;
	border: 0;
	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	-khtml-border-radius: 5px;	border-radius: 5px;	}
#levo .polje .slika:hover {
	border: 0;
}
#levo .polje h4, #levo .polje h3, #levo .polje h2 {
    font-size: 26px;
	font-weight: normal;
	line-height: normal;
}
#levo .polje h4 a:hover, #levo .polje h3 a:hover, #levo .polje h2 a:hover {
	color: #0EA6E9 !important;
	text-decoration: none;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}*/
#levo_naslov {
	border-bottom: 1px solid #0EA6E9;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
 
}
#levo_naslov p {
	margin: 0;
}
#levo .jos {
	margin-left: 0;
}

#pages_count a {
    background: #cccccc;
    color: #0EA6E9;
    font: bold 15px/1.3em Arial;
    padding: 1em 1.2em;
    display: inline-block;
	margin-bottom: 16px;
}
.num {
	text-align: center;
	margin: 30px 0 10px;
}
.num a {
	border-radius: 5px;	border: #0EA6E9 solid 1px;
	font-size: 10px;
	margin: 0 1px;
	padding: 4px;
	min-width: 52px;
}
.num a:hover {
	border-radius: 5px;	margin: 0 1px;
	padding: 4px;
	text-decoration: none;
	border: #0EA6E9 solid 1px !important;
    background: #0EA6E9 !important;
	
    color: #ffffff  !important;
}
.num a {
    padding: 1.15em 1.15em !important;
}
.page_tema {
    border: #0EA6E9 solid 1px !important;
    background: #0EA6E9 !important ;
    color: #ffffff !important;
}
#sadrzaj img {
	border-radius: 20px;	
}

.input {
	min-height: 44px;
	border: 1px solid #27374D;
	border-radius: 20px;
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
	line-height: 22px;
}
/*
#rezervacija .reservisi {
	background: #0EA6E9 !important;
	width: 100%;
	border: 1px solid #0EA6E9;
	border-radius: 5px;
	color: #080215;
}

#rezervacija .reservisi:hover {
	background: #cccccc !important;
	border: 1px solid #cccccc;
	color: #080215;
}*/

.ok_obavestenje {
     margin: 15px;
    border: 1px solid #0EA6E9;
    padding: 30px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	margin: 15px;
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.175);
    transition: background 0.35s, border 0.35s, border-radius 0.35s, box-shadow 0.35s;
    margin: 0 0px 0 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
}
.ok_obavestenje p {
	margin-bottom: 0 !important;
}
.ne_obavestenje {
    margin: 15px;
    border: 1px solid #0EA6E9;
    padding: 30px;
    text-align: center;
    background: #e7e7e7;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.175);
    transition: background 0.35s, border 0.35s, border-radius 0.35s, box-shadow 0.35s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
 
}
.ne_obavestenje p {
	margin-bottom: 0 !important;
}
#levo, #desno {
	margin-bottom: 30px;
}

.crop{
	position: relative;
	width: 200px;
	height: 150px;
	border: 0; 
	margin: 0px;
	padding: 0;
	overflow: hidden;
	background: none;
	text-align: center;
	border-radius: 0px;
	display: inline-block;
	  -moz-border-radius: 5px;	
    -webkit-border-radius: 5px;	
    -khtml-border-radius: 5px;
	border-radius: 5px;	 
}

.crop_okvir {
	width: 202px;
	height: 152px; 
	margin: 0 10px 10px 0;
	float: left;
	border: 0;
     -moz-border-radius: 5px;	
    -webkit-border-radius: 5px;	
    -khtml-border-radius: 5px;
	border-radius: 5px;	
    padding: 5px;
	/*box-shadow: 0 1px 10px rgba(77, 77, 77, 0.15);*/

}

.crop_okvir:hover {
	border: 0;
	background: #cccccc;
	 
}

.crop a {
	width: 100%;
	display: inline-block;
	height: auto;
	  -moz-border-radius: 5px;	
    -webkit-border-radius: 5px;	
    -khtml-border-radius: 5px;
    border-radius: 5px;	
}

.icons_share {
	text-align: right;
	margin: 30px 0 10px 0;
	width: 100%;
	padding: 0;
	display: block;
}

#naslov {
	padding: 30px 0;
	/*border-bottom: 1px solid #ccc;*/
	display: block;
	width: calc(100% - 0px);
	margin-bottom: 15px;
	background:  #F3F5FC;
	padding-top: 100px;
	height: 400px;
	box-shadow: 0px -7px 38px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

}

#polje_naslov {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    background: none;
    border-radius: 0;
    position: relative;
    max-width: 1460px;
}

#polje_naslov h1 {
	font-size: 5em;
 color: #111111;color: #fff;
	font-family: "Quicksand", serif;
	animation: 1s ease-out 0s 1 slideInFromLeft;
}

#polje_naslov .prostor {
	margin: auto;
	padding: 45px 0 45px 0;
}

#levo {
	margin-top: 15px;
}

#desno .polje_1 {
	margin-top: 10px !important;
}

.slika_naslov {
	font-weight: 600;
}

#dole h4 {
	font-weight: 600;
}
.ikonica {
	max-width: 32px;
	max-height: 32px;
	height: auto;
	width: auto;
}
ul.social_nav li {
	display: flex;
	
}

.galerija_dodatak img {
	/*border: 1px solid #f7f7f7;*/
}
.galerija_dodatak img:hover {
	/*border: 1px solid #eee;*/
}
.dugmici_u_dnu {
	margin-bottom: 15px !important;
	margin-left: 15px !important;
	width: calc(100% - 30px) !important;
}
.album-galerija .link {
    position: relative;
    display: block;
    width: 100%;
}
.album-galerija .slika {
    padding-bottom: 56.25%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    height: 0;
    width: 100%;
}
.album-galerija {
    margin: 0;
    width: calc(100% - 0px);
    align-items: flex-start;
    display: block;
    float: left;
}
#desno .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.album-galerija .link .play, .als-item .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	z-index: 9;
	background:url('/img/play-video.png');
}

.album-galerija .link .play:hover, .als-item .play {
	background:url('/img/play-video_hov.png');
}

.animation {
	--animation-custom_in-translate_x: -200px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
}

#sadrzaj_naslovna_tekst , #sadrzaj_naslovna_mapa   {
    margin: 0 auto 0 auto;
    border-radius: 0;
    /* word-break: break-all; */
    word-break: break-word; 
	background: #F3F5FC;	 
	/*box-shadow: 0px 20px 13px 13px rgba(255, 255, 255, 0.2);*/
	padding-top: 200px;
    margin-top: -140px;
    padding-bottom: 1px;
    position: relative; 
	/*width:90%;
	max-width: 1460px;*/
}

 #sadrzaj_naslovna_galerija , #sadrzaj_naslovna_counter {
    margin: 0 auto 0 auto;
    border-radius: 0;
    /* word-break: break-all; */
    word-break: break-word; 
	background: #fff;	 
	/*box-shadow: 0px 20px 13px 13px rgba(255, 255, 255, 0.2);*/
	padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 1px;
    position: relative; 
	/*width:90%;
	max-width: 1460px;*/
}

#sadrzaj_naslovna_mapa {
	margin-top:   0px;
	background: #fff;
	max-height: 600px;	
	overflow: hidden;
}

.naslovna_tekst {
	width: 90%; 
	border-radius: 20px;
	max-width: 1460px;
	background: #fff;
    padding: 30px;
    width: calc(100% - 30px);
    overflow: hidden;
    border-radius: 50px;
    background: #f2f2f2;
    font-size: 1.125rem;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #111111;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.175);
    transition: background 0.35s, border 0.35s, border-radius 0.35s, box-shadow 0.35s;
    margin: -137px 0px 57px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
	margin-left: auto; 
	margin-right: auto;
}

.naslovna_mapa  {
	width: 90%; 
	border-radius: 20px;
	max-width: 1460px;
	background: #fff;
    padding: 0;
    width: calc(100% - 30px);
    overflow: hidden;
    border-radius: 50px;
    background: #f2f2f2;
    font-size: 1.125rem;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #111111;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.175);
    transition: background 0.35s, border 0.35s, border-radius 0.35s, box-shadow 0.35s;
    margin: -127px 0px 57px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
	margin-left: auto; 
	margin-right: auto;
	max-height: 400px;
}

.naslovna_galerija, .naslovna_counter {
	width: 90%; 
	border-radius: 20px;
	max-width: 1460px;
	background: #fff;
    padding: 0;
    width: calc(100% - 30px);
    overflow: hidden;
    border-radius: 0px;
    font-size: 1.125rem;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #111111;
   
	margin-left: auto; 
	margin-right: auto;
	 
}

#sadrzaj_naslovna_tekst ul li, #sadrzaj ul li, .home_box_content  ul li  {
	list-style: square;
}

#sadrzaj_naslovna_tekst ol li, #sadrzaj ol li, .home_box_content  ol li {
	list-style-type:decimal;
}

#sadrzaj_naslovna_tekst p, #sadrzaj_naslovna_tekst ul, #sadrzaj_naslovna_tekst ul li, #sadrzaj_naslovna_tekst ol, #sadrzaj_naslovna_tekst ol li {
	font-size: 1.025rem;
	line-height: 1.6;
}
#sadrzaj_naslovna_tekst h1, #sadrzaj_naslovna_tekst h2, #sadrzaj_naslovna_tekst h3, #sadrzaj_naslovna_tekst h4, #sadrzaj_naslovna_tekst h5, #sadrzaj_naslovna_tekst h6 {
	margin-top: 30px;
}

.naslovna_tekst {

}

.slika-h {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0%;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.65) 100%);
    border-radius: 0px;
}

.slika-hb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 15%;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 0px;
}


#donja_navigacija .polje .prostor h3 a, #donja_navigacija .polje .prostor h4 a, #donja_navigacija .polje .prostor h3 , #donja_navigacija .polje .prostor h4,
#donja_navigacija .polje .prostor p {
   
	color: #ffffff !important;
}

#donja_navigacija .polje .prostor ul li ul li {
list-style: square;
}

#donja_navigacija .polje .prostor ul, #donja_navigacija .polje .prostor ol {
    margin-top: 15px;
}

#donja_navigacija .polje .prostor ul li, #donja_navigacija .polje .prostor ol li, #donja_navigacija .polje .prostor p {
    font-size: 1.125rem;
}

.transition {
 animation: slideOpacity 5s forwards;
	
	}
	
	@keyframes slideRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity:1;
  }
}
.margin-top-30 {
	margin-top: 60px !important;
}
.margin-top-0 {
	margin-top: 0px !important;
}
.margin-bottom-30 {
	margin-top: 60px !important;
}
.margin-left--10 {
	margin-left: -10px !important;
}
.margin-left-right-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.width-100 {
	width: 100% !important;
}

.cover-img {
	background-position: center center !important; 
	background-size: cover !important;
	position: relative  !important;
}
.polje_tekst h3 {
	min-height: 70px;
}
#polje_naslov {
	max-height: 400px;
	overflow: hidden;
}
.glow {
/*text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
text-shadow:1px 1px 10px #111, 1px 1px 10px #222;*/
}

.t_vesti p, .uvod p, .t_vesti ul li, .uvod ul li, .t_vesti ol li, .uvod ol li {
	line-height: 150$;
	margin-bottom: 30px;
}
.podebljano {
	font-weight: 600 !important;
}

#sadrzaj_naslovna_tekst ul li.als-item, #sadrzaj ul li.als-item, .home_box_content ul li.als-item {
	list-style: none !important;
} 
.slide-navs {
	display: none !important;
	visibility: hidden !important;
}
.label_opt  {
	display:  inline !important;
}