label {
font-weight:500;
margin-top:10px;
}

.bozic-wrap {
	margin-top: 50px;
	position: relative;
}

.bozic-wrap .middle {
  position: absolute;
  bottom: 30px;
  left: 30px;
  /* transform: translate(-50%, -50%); */
  /* -ms-transform: translate(-50%, -50%); */
  text-align: center;
}

.bozic-wrap .middle .text {
  background-color: #163d73;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.iframeWrap {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
}

.iframeWrap iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}



.img-position-center img{
 margin:0 auto;
}

.bozic-wrap .middle .text:hover {
  background-color: #163d73;
  color: white;
}

.slika-holder {
	margin-bottom: 30px;
}

.preloader {
	position:fixed;
	width:100%;
	height:100%;
	z-index:100000;
	background-color:rgba(245,245,245,1);
	top:0;
	bottom:0;
	left:0;
	right:0
}

.video {
    position: relative;
}

.gd-logo {
    text-align: center;
    display: block;
    margin: 30px 0 0 0;
}

.play_video {
    position: absolute;
    right: 0    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 140px;
    height: 140px;
}

/* .no-numbers { */
    /* list-style-type: none!important; */
/* } */

.bounce-in {
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 140px;
    height: 140px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.bounce-in:hover, .bounce-in:focus, .bounce-in:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


.landing_page_slider.slick-slider .slick-prev {
    top: 46%!important;
}

.landing_page_slider.slick-slider .slick-next {
    top: 46%!important;
}

.actions_container {
    padding: 0px;
    margin: 0px auto;
    display: table;
    vertical-align: middle;
}

.social_share {
    padding: 0px;
    margin: 0px auto;
    height: 100%;
    float: none!important;
    display: table-cell;
}

.print_page {
    padding: 0;
    margin: 0px auto;
    height: 100%;
    width: 100%;
    float: none!important;
    display: table-cell;
    vertical-align: middle;
}

.print_page .print_container {
    cursor: pointer!important;
    padding: 0px;
    margin: 0px;
    height: 100%;
    float:right;
    display: table;
    vertical-align: middle;
    text-align:right;

    font-size:12px;
    color:#006aad;
}

.print_page span {
    display: table-cell!important;
    vertical-align: middle;
}

.print_page .fa-print {
    font-size: 18px!important;
    display: table-cell!important;
    vertical-align: middle;
}
.print_page {
    font-size: 18px!important;
    text-transform: uppercase;
}

.archive h4 {
    padding-bottom: 12px;
}

.archive ul {
    padding: 0px!important;
    margin: 0px auto;
    list-style: none!important;
}

.archive ul li {
    padding: 0px!important;
    margin-left: 4px;
    margin-top: 8px;
    list-style: none!important;
}

.archive ul li a {
    margin: 0 auto;
    padding: 0px!important;
}


.fixed_body {
	overflow:hidden
}

.ml-sidebar {
	position:fixed;
	top:0;
	bottom:0;
	left:-320px;
	width:320px;
	background:#fff;
	z-index:9999;
	-webkit-transition:left .3s ease-in;
	transition:left .3s ease-in
}
.mls-active .ml-sidebar {
	left:0;
	-webkit-transition:left .3s ease-out;
	transition:left .3s ease-out
}
.mls-content {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch
}
.mls-overlay {
	visibility:hidden;
	opacity:0;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
	-webkit-transition:opacity .3s,visibility 0s .3s;
	transition:opacity .3s,visibility 0s .3s;
	z-index:9998
}
.cssload-container {
	background:#163d73;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:9999
}
.preloader-wrapper {
	position:absolute;
	left:calc(52% - 45px);
	top:calc(40% - 25px)
}
.cssload-container img {
	display:block;
	margin:0 auto 30px auto
}
.cssload-square {
	margin:0 auto;
	width:19px;
	height:19px;
	transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg)
}
.cssload-square-part {
	position:absolute;
	width:19px;
	height:19px;
	z-index:1;
	animation:cssload-part-anim 0.92s cubic-bezier(.445,.05,.55,.95) infinite alternate;
	-o-animation:cssload-part-anim 0.92s cubic-bezier(.445,.05,.55,.95) infinite alternate;
	-ms-animation:cssload-part-anim 0.92s cubic-bezier(.445,.05,.55,.95) infinite alternate;
	-webkit-animation:cssload-part-anim 0.92s cubic-bezier(.445,.05,.55,.95) infinite alternate;
	-moz-animation:cssload-part-anim 0.92s cubic-bezier(.445,.05,.55,.95) infinite alternate
}
.cssload-square-green {
	background:rgb(242,242,242);
	right:0;
	bottom:0;
	animation-direction:alternate-reverse;
	-o-animation-direction:alternate-reverse;
	-ms-animation-direction:alternate-reverse;
	-webkit-animation-direction:alternate-reverse;
	-moz-animation-direction:alternate-reverse
}
.cssload-square-pink {
	background:rgb(242,242,242);
	left:0;
	top:0
}
.cssload-square-blend {
	background:rgb(255,255,255);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:2;
	animation:blend-anim 0.92s ease-in infinite;
	-o-animation:blend-anim 0.92s ease-in infinite;
	-ms-animation:blend-anim 0.92s ease-in infinite;
	-webkit-animation:blend-anim 0.92s ease-in infinite;
	-moz-animation:blend-anim 0.92s ease-in infinite
}
@keyframes blend-anim {
	0% {
		transform:scale(.01,.01) rotateY(0);
		animation-timing-function:cubic-bezier(.47,0,.745,.715)
	}
	50% {
		transform:scale(1,1) rotateY(0);
		animation-timing-function:cubic-bezier(.39,.575,.565,1)
	}
	100% {
		transform:scale(.01,.01) rotateY(0)
	}
}
@-o-keyframes blend-anim {
	0% {
		-o-transform:scale(.01,.01) rotateY(0);
		-o-animation-timing-function:cubic-bezier(.47,0,.745,.715)
	}
	50% {
		-o-transform:scale(1,1) rotateY(0);
		-o-animation-timing-function:cubic-bezier(.39,.575,.565,1)
	}
	100% {
		-o-transform:scale(.01,.01) rotateY(0)
	}
}
@-ms-keyframes blend-anim {
	0% {
		-ms-transform:scale(.01,.01) rotateY(0);
		-ms-animation-timing-function:cubic-bezier(.47,0,.745,.715)
	}
	50% {
		-ms-transform:scale(1,1) rotateY(0);
		-ms-animation-timing-function:cubic-bezier(.39,.575,.565,1)
	}
	100% {
		-ms-transform:scale(.01,.01) rotateY(0)
	}
}
@-webkit-keyframes blend-anim {
	0% {
		-webkit-transform:scale(.01,.01) rotateY(0);
		-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715)
	}
	50% {
		-webkit-transform:scale(1,1) rotateY(0);
		-webkit-animation-timing-function:cubic-bezier(.39,.575,.565,1)
	}
	100% {
		-webkit-transform:scale(.01,.01) rotateY(0)
	}
}
@-moz-keyframes blend-anim {
	0% {
		-moz-transform:scale(.01,.01) rotateY(0);
		-moz-animation-timing-function:cubic-bezier(.47,0,.745,.715)
	}
	50% {
		-moz-transform:scale(1,1) rotateY(0);
		-moz-animation-timing-function:cubic-bezier(.39,.575,.565,1)
	}
	100% {
		-moz-transform:scale(.01,.01) rotateY(0)
	}
}
@keyframes cssload-part-anim {
	0% {
		transform:translate3d(-10px,-10px,0)
	}
	100% {
		transform:translate3d(10px,10px,0)
	}
}
@-o-keyframes cssload-part-anim {
	0% {
		-o-transform:translate3d(-10px,-10px,0)
	}
	100% {
		-o-transform:translate3d(10px,10px,0)
	}
}
@-ms-keyframes cssload-part-anim {
	0% {
		-ms-transform:translate3d(-10px,-10px,0)
	}
	100% {
		-ms-transform:translate3d(10px,10px,0)
	}
}
@-webkit-keyframes cssload-part-anim {
	0% {
		-webkit-transform:translate3d(-10px,-10px,0)
	}
	100% {
		-webkit-transform:translate3d(10px,10px,0)
	}
}
@-moz-keyframes cssload-part-anim {
	0% {
		-moz-transform:translate3d(-10px,-10px,0)
	}
	100% {
		-moz-transform:translate3d(10px,10px,0)
	}
}
body {
	margin:0;
	font-family:"Raleway",Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-size:15px
}


.img_responsive,
.img-responsive {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}

#pitajte_gradonacelnika_form_submit {
    width: 100%!important;
}


.contact_form_captcha {
    text-align: center!important;
    width: 100%!important;
}

.g-recaptcha div {
    width: auto!important;
    height: auto!important;
}

strong { font-weight:700; }

a, a:visited { text-decoration: none; }

a:hover, a:active {
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease-in;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a img, img { border: none; }

h6.ulnaslov {
	font-weight:700;
	font-size: 15px;
	margin-top: 1.4em;
}

ul.ulfix {
	padding-left: 20px;
	list-style: none;
	line-height: 20px;
}

ul.ulfix li {
	text-indent: -1.3em;
	display: block;
}

ul.ulfix li::before {
	content: "• ";
	color: #0679ae;
	font-size: 1.4em;
	position: relative;
	top: 1px;
}

.clear {
	height: 1px;
	line-height: 0;
	font-size: 1px;
	clear: both;
}

.bold { font-weight:700; }

.marg0 { margin: 0px; }

.margtop0 { margin-top: 0px; }

.margtop15 { margin-top: 15px; }

.margtop20 { margin-top: 20px; }

.margbot20 { margin-bottom: 20px; }

.margtop30 { margin-top: 30px; }

.margtop60 { margin-top: 60px; }

.margtop90 { margin-top: 90px; }

.pad0 { padding: 0; }

.padleft30 { padding-left: 30px; }

.relative { position: relative; }

.fw100 { font-weight: 100; }

.fw200 { font-weight: 200; }

.fw300 { font-weight: 300; }

.fw400 { font-weight: 400; }

.fw500 { font-weight: 500; }

.fw600 { font-weight:700; }

.fw700 { font-weight: 700; }

.fw800 { font-weight: 800; }

.fw900 { font-weight:700; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-left { text-align: left; }

/* scroll na vrh */
.navrh {
	background-color: rgba(119, 135, 147, 0.87);
	border-radius: 100%;
	padding: 5px 19px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	font-size: 24px;
	padding-top: 7px;
}

.navrh:hover {
	color: #fff;
	background-color: #005a9c;
}

.row.gumbi { margin: 30px 0; }

.gumb {
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:700;
	border-radius: 3px;
	display: inline-block;
	margin-top: 5px;
}

.gumbplavi {
	background-color: #006aad;
	color: #fff !important;
}

.gumbplavi:hover {
	background-color: #163d73;
	color: #fff;
}


.plava { color: #163d73; }

.plavaBg { background-color: #163d73; }

.svjplava { color: #0075bd; }

.turisti {
	background-color: #0075bd;
	color: #fff;
	text-align: left;
	padding: 10px 0;
}

.turisti_txt { margin-left: 30px; }

.turisti_txt .bold { margin-right: 30px; }

.turisti_link {
	color: #fff;
	display: inline-block;
	float: left;
}

.turisti_link:hover {
	color: #bee2f8;
	cursor: pointer;
}

.turisti .vrijeme {
	float: right;
	font-size: 22px;
	margin-right: 30px;
}

.turisti .vrijeme .ikona { font-size: 32px; }

.turisti .vrijeme .temp {
	position: relative;
	top: -5px;
	margin-left: 10px;
	font-weight: 700;
	font-size: 18px;
}

.turistiToggle {
	display: inline-block;
	float: right;
	color: #fff;
	margin-top: 8px;
}

header {
	width: 100%;
	color: #fff;
	background-color: #163d73;
	padding: 30px 0 24px 0;
	position: relative;
	z-index: 999;
}

header {
	text-align: center;
	position: fixed;
	z-index: 999;
	top: 0px;
	padding-top: 0;/*background-color: rgba(119, 135, 147, 0.87);*/
	transform: translateY(0.1%);
	transition: all 0.3s ease-in-out;
}
header .logoWrap {margin-top: 30px;}

header a { color: #fff; }

header .logo, header .logosticky  {
	display: inline-block;
	margin: 0 auto;
}
header .logo {margin-top: 30px;}


header .logosticky {display: none; margin-top: 10px;}
header .logosticky img {width: 140px; margin-top: 20px; margin-bottom:10px;}
header .logo img {/*width: 200px; height: 48px;*/}
header .meniWrap {
	margin-top: 30px;
	position: relative;
}
header.sticky .meniWrap {
	margin-top: 5px;
	position: relative;
}
#small_search_icon {width: 15px; height: 15px;}

header .meniWrap a {
	font-size: 15px;
	font-weight: 500;
	margin-right: 30px;
	padding-bottom: 28px;
}

header .meniWrap a:last-of-type { margin: 0; }

header .meniWrap a:hover {
	color: #fff;
	font-weight:700;
	border-bottom: 5px solid #009900;
	padding-bottom: 21px;
}

header .meniWrap .linkovi.active {
	color: #fff;
	font-weight:700;
	border-bottom: 5px solid #009900;
	padding-bottom: 21px;
}

header .izbornik {
	position: absolute;
	left: 0;
	bottom: -22px;
}

header .izbornik .txt {
	position: absolute;
	top: 17px;
	left: 60px;
	font-size: 14px;
	font-weight:700;
}

header .izbornik .hamburger .hamburger-inner, header .izbornik .hamburger .hamburger-inner::before, header .izbornik .hamburger .hamburger-inner::after {
	background-color: #fff;
	width: 30px;
}

header .izbornik .hamburger { padding-top: 14px; }

header .alati {
	position: absolute;
	right: 15px;
	bottom: 2px;
	font-weight:700;
}

header .alati .jeziciToggle { font-weight:700; }

header .alati .jeziciWrap {
	position: absolute;
	text-align: center;
	background-color: #0075bd;
	right: -5px;
	top: 30px;
	display: none;
	z-index: 999;
}

header .alati .jeziciWrap a {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #163d73;
	width: 100%;
	padding: 10px 10px;
}

header .alati .jeziciWrap a:hover { background-color: #163d73; }

header .alati .searchToggle {
	position: relative;
	top: -2px;
}

header .alati .searchToggle img { width: 15px; }

header .alati a:hover { border-bottom: 0; }

header.sticky {
	width: 100%;
	color: #fff;
	-webkit-box-shadow: 0px 2px 39px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 39px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 39px -10px rgba(0,0,0,0.5);
	top: 0;
}

.ocistiSticky { padding-top: 100px; }

.push-sticky-foo { height: 60px; }

.searchWrap {
	background: #005C97; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #005C97, #363795); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #005C97, #363795); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 0px;
	position: absolute;
	width: 100%;
	display: none;
	top:168px;
	
	z-index: 999;
}

.searchWrap .inputWrap {
	position: relative;
	z-index: 990;
}

.searchWrap input {
	margin-top: 30px;
	height: 68px;
	border-radius: 3px !important;
	font-size: 15px;
}

.searchWrap .searchSubmit {
	position: absolute;
	right: 0;
	top: 0px;
	background-color: #163d73;
	color: #fff;
	padding: 20px;
	z-index: 999;
	height: 68px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 22px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
    .searchWrap .gumbi a {
        font-weight:normal;
    }
header.sticky .searchWrap {top:104px;}

.searchWrap .searchSubmit:hover { background-color: #009900; }

.searchActive { display: none; }

/* slider naslovnica*/
.sliderWrap {
	position: relative;
	margin-top: 153px;
}

.sliderWrap .slick-next {
    right: 10px;
}

.sliderWrap .slick-prev {
    left: 10px;
}

.sliderWrap .slick-prev,
.sliderWrap .slick-next {
    background-color: transparent;
}

.sliderWrap .slick-prev::before,
.sliderWrap .slick-next::before {
    font-size: 50px;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0,0,0,.8);
}

.sliderWrap .slick-next,
.sliderWrap .slick-prev {
    width: 60px;
    height: 60px;
    top: 50%;
    z-index: 902;
}

.sliderWrap .slick-next::before {
    right: 0; 
}

.sliderWrap .slick-prev::before {
    left: 0;
}

.sliderWrap .slick-next:hover,
.sliderWrap .slick-prev:hover {
    background-color: rgba(25, 98, 175,.8);
}

.sliderWrap .img-mobile {
    display: none;
}

.gradonacelnik_social {
	position: absolute;
	right: 0px;
    z-index: 901;
    bottom: -225px;
}

.gradonacelnik_social .relative {
    position: relative;
}

.gradonacelnik_social .face {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff;
    font-size: 18px;
}

.gradonacelnik_social .insta {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff;
    font-size: 18px;
}

.slajd { position: relative; }

.slajd_txt {
	position: absolute;
	bottom: 20px;
	color: #fff;
	z-index: 999;
	width: 50%;
}
.slajd_txt a {color: #fff;}
.slajd_vise  a {color: #fff;}
.slajd_txt .datum { font-weight:700; }

.slajd_txt h2 {
	font-weight:700;
	font-size: 35px;
	margin-top: 0;
}

.slajd-sjena {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url('../img/slajd-sjena.png');
	height: 200px;
	z-index: 900;
}

/*box*/
.boxWrap {
	position: relative;
	z-index: 9;
}

.box {
	padding: 30px 20px;
	background-color: #1962af;
	color: #fff;
	position: relative;
}

.box.tamni { background-color: #155ba4; }

.box h2 {
	font-weight:700;
	font-size: 26px;
	margin-bottom: 20px;
}

.box a {
	display: block;
	color: #fff;
	margin-bottom: 5px;
}

.box a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight:700;
}

.boxWrap .col-sm-3 { padding: 0; }

.boxWrap .col-sm-3:first-of-type { padding-left: 15px; }

.boxWrap .col-sm-3:last-of-type { padding-right: 15px; }

.box .pljus {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 22px;
	display: none;
	z-index: 999;
}

/*novosti*/
.sve {
	color: #818181;
	font-weight:700;
	font-size: 14px;
	padding-bottom: 1px;
	border-bottom: 1px solid #818181;
	position: relative;
	top: 5px;
}

.sve:hover {
	color: #0075bd;
	border-color: #0075bd;
}

.novostiWrap { margin-top: 60px; }
.novostiWrap {
    margin-bottom:30px;
}
.sectionNaslov {
	font-size: 24px;
	color: #4a4a4a;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.novostiWrap .regular {
	margin-top: 24px;
	text-align: center;
}

.novostiWrap hr {
	width: 55%;
	border-top: 4px solid #0075bd;
	margin-bottom: 14px;
	display: none;
}

.novostiWrap .regular a {
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.novostiWrap .regular a:hover hr {
	width: 100%;
	transition: all 0.3s ease-in;
}

.novostiWrap .naslov {
	margin-top: 20px;
	text-align: left;
	font-size: 15px;
	font-weight:700;
	color: #4a4a4a;

}
.novostiWrap a:hover .naslov {color: #183e73;}

.novostiWrap .kratki {
	color: #818181;
	margin-top: 9px;
}

.slick-prev {
	top: 35%;
	left: -35px;
	z-index: 2;
	background-color: rgba(255,255,255, .8);
	border-radius: 100%;
	width: 90px;
	height: 90px;
}

.slick-prev:hover { background-color: rgba(255,255,255, .7); }

.slick-prev::before {
	font-family: "Ionicons";
	content: "\f3d5";
	color: #173e73;
	font-size: 30px;
	left: 20px;
	position: relative;
}

.slick-next {
	top: 35%;
	right: -35px;
	z-index: 2;
	background-color: rgba(255,255,255, .8);
	border-radius: 100%;
	width: 90px;
	height: 90px;
}

.slick-next:hover { background-color: rgba(255,255,255, .7); }

.slick-next::before {
	font-family: "Ionicons";
	content: "\f3d6";
	color: #173e73;
	font-size: 30px;
	right: 20px;
	position: relative;
}

/*projekti*/
.projekti {
	background: url('../img/1920-2.jpg');

	background-position: fixed;
	background-size: cover;
	margin: 30px 0;
	padding-bottom: 30px;
	margin-top: 60px;
}

.projektItem {
	display: block;
	margin-top: 30px;
	color: #fff;
}

.projektItem:hover { color: #fff; }

.projekti h2 {
	font-weight:700;
	color: #fff;
	text-transform: uppercase;
	width: 50%;
	margin: 30px 0;
}
.projekti.covid .projektItem {color: #161616 !important;padding-right: 10px;}
.projekti.covid .naslov {font-size: 18px; font-weight: bold; color: #163d73;}
.projekti.covid .naslov.novi-red-tekst {line-height:25px;}
.projekti.covid .kratki {font-weight: normal; font-size: 15px;}

.projekti.covid img{
-webkit-box-shadow: 0px 10px 49px -22px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 49px -22px rgba(0,0,0,0.2);
box-shadow: 0px 10px 49px -22px rgba(0,0,0,0.2);
}
/*.projekti .projektopis {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translateY(-50%);
}

.projekti .imgwrap { margin-right: 30px; }

.projekti .naslov {
	font-weight:700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}

.projekti .kratki {
	font-size: 15px;
	line-height: 18px;
}*/
/* Novoooooooooooooooooo */
/*.projekti .projektopis {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translateY(-50%);
}*/


.projekti .projektopis {
    padding-top: 10px;
}

.projekti .imgwrap {
    margin-right: 30px;
}

.projekti .naslov {
    font-weight: 700;
    width: 70%;
    font-size: 24px;
    line-height: 24px;
}

.projekti .kratki {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
	margin-top: 10px;
	word-wrap: break-word;
}

.projekti .labelNovo {
    background-color: #0cb80c;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px 0 5px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 3px;
}
.pro-link {
	color: #161616;
}
/*servisi*/
.servisiWrap { margin-top: 30px; }

.servisiWrap .sectionNaslov {
	font-size: 24px;
	color: #4a4a4a;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.servisiWrap .servisi { margin-top: 24px; }

.servisiWrap .naslov {
	font-size: 15px;
	font-weight:700;
	color: #4a4a4a;
	text-transform: uppercase;
	line-height: 18px;
}

.servisiWrap .servisTxt {
	height: 55px;
	width: 100%;
	background-color: #f0f0f0;
	padding: 10px;
	height: 65px;
	overflow: hidden;
}

.servisiWrap .naslov {
	width: 90%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.servisiWrap .kratki {
	color: #818181;
	margin-top: 9px;
	display: none;
}

.slick-dots { bottom: -50px; }

.slick-dots li button:before {
	font-size: 12px;
	color: #183e73;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	font-size: 17px;
	opacity: 1;
	color: #0075bd;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	color: #0075bd;
	opacity: 1;
}

/*znamenitosti*/
.znamenitostiWrap {
	background-color: rgba(0,106,173, .5);
	position: absolute;
	z-index: 900;
	width: 100%;
	min-height: 450px;
	
}

.znamenitosti {
	background-size: cover;
	margin: 30px 0;
	min-height: 450px;
}

.znamenitosti .opis {
	position: relative;
	z-index: 999;
	position: relative;
}

.znamenitosti .tip {
	margin-top: 30px;
	color: #fff;
	font-weight:700;
}

.znamenitosti h2 {
	font-weight:700;
	color: #fff;
	text-transform: uppercase;
	width: 50%;
	margin: 30px 0;
	font-size: 45px;
	margin-top: 10px;
}

.znamenitosti .plaviBox {
	position: absolute;
	right: 10%;
	z-index: 999;
	color: #fff;
	background-color: #183e72;
	width: 300px;
	padding: 30px;
	;
	top: 0;
}
.znamenitosti .plaviBox a {display: block; color: #fff; margin-top: 20px; cursor: pointer;}
.znamenitosti .plaviBox a:hover {opacity: .7; text-decoration: none;}
.znamenitosti .plaviBox::after {
	background: inherit;
	bottom: 0;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	transform: skewY(-5.5deg);
	transform-origin: 100%;
	z-index: -1;
}

/*fotogal*/
.fotogalerija { margin-top: 30px; }

.fotogalerija .col-sm-12.col-md-5 { padding: 0; }

.fotogalerija .sivo {
	/*background-color: #f0f0f0;*/
	padding-top: 10px;
}

.fotogalerija .sivo a {
	display: block;
	text-align: right;
	padding: 30px 30px 0px 0;
	color: #4a4a4a;
}
.fotogalerija .sivo a:hover {
	color: #163d73;
}

.fotogalerija .sivo a {
	display: inline-block;
	text-align: right;
	float: right;
	padding: 10px ;
	color: #818181;
	margin-bottom: 10px;
	border-radius: 6px;
	margin-right: 10px;
	background-color: #f9f9f9;;
}
.fotogalerija .sivo a:hover {
	color: #fff;
	background-color: #163d73;
}

.desaturate {
	/*-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);*/
	transition: all .5s ease-in;
}

.fotogalerija .galitem:hover .desaturate {
	-webkit-filter: none;
	filter: none;
	transition: all .5s ease-out;
}

.fotogalerija .opis { margin-bottom: 30px; }

.fotogalerija .gallery-img img {
	display: inherit;
}

/*footer*/
footer h4 { margin-bottom: 30px; }

footer .brzi ul {
	list-style: none;
	padding: 0;
}

footer .brzi ul li { padding: 5px 0; padding-left: 10px;text-indent: -1.6em;}

footer .brzi ul li::before {
	font-family: "Ionicons";
	content: "\f3d3";
	background-color: #e8e8e8;
	color: #4a4a4a;
	padding: 3px 8px;
	margin-right: 10px;
	margin-left: 15px;
	border-radius: 3px;
}

footer .brzi ul li:first-of-type { padding-top: 0; }

footer .brzi a {
	font-size: 15px;
	color: #818181;
	font-weight: normal;
}

footer .brzi a:hover { color: #0075bd; }

footer .brzi li:hover::before {
	background-color: #0075bd;
	color: #fff;
}

footer .gimmeBrzi span {
	font-size: 26px;
	color: #0075bd;
	margin-top: 7px;
}

footer .gimmeBrzi { text-align: right; }

footer .foo {
	background-color: #f0f0f0;
	padding: 30px 0;
	margin-top: 20px;
	font-size: 14px;
}

footer .foo .grad { margin-left: 20px; }

footer .foo h4 { margin: 0 0 5px 0; font-size: 15px; font-weight: 700;}

footer .foo .soc a {
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
}

footer .foo .soc a:last-of-type { margin-right: 0; }

footer .foo .fooLinkovi {
	margin: 30px 0;
	color: #4a4a4a;
}

.fooLinkovi a {
	margin: 0 10px;
	color: #4a4a4a;
}

.fooLinkovi a:hover { color: #163d73; }

.fooLinkovi a:first-of-type { margin-left: 0; }

/*overlay*/

.overlay {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 10;
	-webkit-transition: opacity .4s, visibility 0s .4s;
	transition: opacity .4s, visibility 0s .4s;
}

.overlay.active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

/*sidebar menu*/
.ml-logo {
	padding: 0 25px;
	margin: 35px 0;
}

.ml-close { padding: 10px 25px; }

.ml-close a {
	color: #fff;
	font-size: 42px;
}

.menu {
	padding: 0 25px;
	list-style-type: none;
}

.menu > li {
	border: 1px solid #5a79a7;
	border-width: 0 0 1px;
}

.menu > li:first-child { border-top-width: 1px; }

.menu > li > a {
	font-size: 15px;;
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 13px 20px 13px 0;
}

.submenu { margin-top: 50px; }

.submenu > li { border-color: #4d97de; }

.ml-sidebar {
	width: 320px;
	/*left: 365px;*/
	background-color: #163e72;
}

.mls-submenu {
	background-color: #0074bd;
	border: 0;
}

.mls-submenu .parent {
	color: #fff;
	font-weight:700;
	font-size: 20px;
	padding-left: 25px;
	margin-top: 25px;
	display: block;
}

.mls-sub-btn { right: 0; cursor: pointer; display:none;}

.mls-sub-btn:before {
	content: "\f3d3";
	display: inline-block;
	font-family: "Ionicons";
	font-size: 22px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*unutra clanak*/
.slikaClanak {
	margin-top: 153px;
	
	padding-bottom: 30px;
	height: 400px;
	overflow: hidden;
}

.breadcrumbWrap {
	background-color: #fff;
	padding: 30px 0px 20px 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	min-width: 50%;
}

.breadcrumbWrap ul {
	padding: 0;
	list-style: none;
}

.breadcrumbWrap ul li {
	display: inline-block !important;
	font-size: 14px;
	color: #4a4a4a;
	display: list-item;
}

.breadcrumbWrap ul li a {
	font-size: 13px;
	color: #818181;
	padding-bottom: 5px;
}

.breadcrumbWrap ul li {
	font-size: 13px;
	color: #9E9E9E;
	padding-bottom: 5px;
}

.breadcrumbWrap ul li a:hover { color: #163d73; }

.breadcrumbWrap ul li::after {
	font-family: "Ionicons";
	color: #9E9E9E;
	content: "\f3d3";
	margin: 0 5px;
	font-size:13px;
	position: relative;
    top:1px;

}

.breadcrumbWrap ul li:last-of-type::after { display: none; }

.sadrzaj { color: #161616; }
.sadrzaj.dizajn2 { 
background-color: #163d73;
    }
.sadrzaj.dizajn2 .breadcrumbWrap {background-color: transparent; display: none;}
.sadrzaj.dizajn2 .breadcrumbWrap ul li a {color: #fff;}

.sadrzaj.dizajn2  h1 {color: #FFF; text-align: center; margin-top:30px;}
.sadrzaj.dizajn2 h2 {color: #FFF !important; text-align: center; font-size: 14px !important;}
.sadrzaj.dizajn2 .txt:hover h2 {color: #FFF !important;}
.sadrzaj.dizajn2 .brzi {display: none;}
.sadrzaj.dizajn2 hr {display: none;}
.sadrzaj.dizajn2 img {border-radius: 6px;

-webkit-box-shadow: 0px 10px 49px -22px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 49px -22px rgba(0,0,0,0.75);
box-shadow: 0px 10px 49px -22px rgba(0,0,0,0.75);
}



.sadrzaj .meni { background-color: #f3f3f3; }

.sadrzaj h1 {
	font-size: 28px;
	font-weight:700;
	padding-right: 10%;
	padding-top:0;
    line-height:33px;
	margin-bottom: 30px;
    margin-top:0;
	color: #163d73;

}

.sadrzaj h2 {
	font-size: 22px;
	font-weight:700;
	color: #163d73;

}

.sadrzaj h3 {
	font-size: 20px;
	font-weight:700;
	color: #4a4a4a;

}

.sadrzaj .kratki {
	line-height: 24px;
	margin: 15px 0;
	color: #333;
}
/*
	
	
	ovdje
	
	
*/
.sadrzaj .opis {
	font-weight: normal;
	line-height: 28px;
	margin-top: 15px;
	padding-bottom: 0px;

	
}

.sadrzaj .galerija {
	padding-right: 5%;
	margin: 25px 0;
	position: relative;
	cursor: pointer;
	display: none;
}

.sadrzaj .galerija span {
	position: absolute;
	background-color: rgba(22,61,115, .5);
	color: #fff;
	z-index: 10;
	left: 0;
	bottom: 0;
	display: block;
	font-size: 15px;
	padding: 7px 20px 5px 20px;
	font-weight: 600
}

.sadrzaj .galerija .nema { display: none; }

.galerija_download {
	border-top-right-radius: 6px;
    background-color: #006aad;
    position:absolute;
    left:0;
    bottom:0px;
    color: #fff !important;
    z-index: 500;

    font-size: 14px;
    padding:5px 10px;
    font-weight:700;
    text-align: center;
   
    cursor: pointer;
    display: inline-block;

}
.clanak {
    padding-right:30px !important;
}

.galerija_download:hover {
    background-color: #163d73;
    }
.clanak_galerija {
    position:relative;
    margin-bottom:30px;
}
.galerija-clanak .col-sm-6 {
    position: relative;
    margin-bottom: 12px;
}

.galerija-clanak .galerija_download {
    left:15px;
}
.galerija-clanak img {
    max-width: none;
    width:100% !important;
}
.galerija-clanak {
    margin-bottom:30px;
}
.sadrzaj .galerijaOpis {
	font-weight:700;
	font-size: 15px;
	padding-right: 10%;
}

.sadrzaj .meni { padding: 30px; }

.sadrzaj .meni .parent {
	text-transform: uppercase;
	font-weight: 700;
	color: #163d73;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 7px;
	display: block;
}

.sadrzaj .opis ul {
	list-style: none;
	padding: 0;
	display: block;
	margin-right: 60px;
}

.sadrzaj .opis ul:last-of-type { margin-right: 0; }

.sadrzaj .opis ul li {
	padding-left: 20px;
	text-indent: -1.6em;
	margin: 5px 0;
}
.sadrzaj .opis.landinglista li {text-indent: 0;}

.sadrzaj .opis ul li::before {
	font-family: "Ionicons";
	content: "\f3d1";
	color: #163d73;
	padding: 3px 7px;
	margin-right: 10px;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 9px;
}

.sadrzaj .opis a {
	font-size: 15px;
	color: #0075bd;
	font-weight: normal;
}

.sadrzaj .opis a:hover { color: #163d73; border-bottom: 1px dotted #163d73}

.sadrzaj .opis li:hover::before {
	background-color: #0075bd;
	color: #fff;
}

.sadrzaj .opis h3 .ionicons {
	font-size: 22px;
	padding-right: 10px;
	color: #818181;
	position: relative;
	top: 3px;
}

.sadrzaj .opis h3.alati {
	color: #333;
	font-size: 15px;
	padding: 10px;
	background-color: #f3f3f3;
	padding-top: 5px;  
}

.plava { color: #163d73; }

.plavaBg { background-color: #163d73; }

.svjplava { color: #0075bd; }


/*table saw*/
.tablesaw {
	font-size: 13px !important;
	line-height: 18px;
	margin-top: 20px;
	border:0px !important;
	
	border-radius: 3px;
}

.tablesaw thead th {
	background-color: #f3f3f3;
	color: #4a4a4a;
	font-size: 15px;
	font-weight:700;
	border-bottom: 5px solid #8ec4ff;
}

.tablesaw thead th:first-of-type {border-top-left-radius: 3px;}

.tablesaw thead th:last-of-type {border-top-right-radius: 3px;}

.tablesaw td.title {
	/* padding: 15px 10px; */
	font-weight: normal;
	font-size: 13px;
	vertical-align: middle;
}
.tablesaw td {font-size: 13px;}
.tablesaw td.ikona { text-align: center; }

.tablesaw tr:nth-child(odd) {
	background: #f3f6ff;
	border: 0;
}

.tablesaw tr:nth-child(even) {
	background: #fff;
	border: 0;
}

.tablesaw .nobg { background: none !important; }

.tblnapomena {
	font-size: 14px;
	color: #818181;
	margin-bottom: 50px;
	padding-left: 10px;
}

.tblnapomena.prva {
	padding-top: 10px;
	margin-bottom: 0;
}

.sadrzaj .vezani ul { padding-left: 10px; }

.sadrzaj .vezani ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
    text-indent:-1.6em;
    padding-left:20px;
}

.sadrzaj .vezani ul li::before {
	font-family: "Ionicons";
	content: "\f12f";
	color: #999;
	padding: 0;
	margin-right: 10px;
	border-radius: 0px;
	font-size: 22px;
	padding-left: 0px;
}

.sadrzaj .vezani li:hover::before {
	background-color: transparent;
	color: #ccc;
}

/*sadrzaj desni meni*/
.sadrzaj .meni {
	position: relative;
	overflow: hidden;
}
.sadrzaj .meni ul {
	padding: 0;
	list-style: none;
}
.sadrzaj .meni ul li {
	line-height: 40px;
	border-bottom: 1px solid #dedede;
	padding-top: 12px;
	/*padding: 10px 0;*/
}
.sadrzaj .meni ul li a {
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-bottom: 12px;
	color: #4a4a4a;
}

.sadrzaj .meni ul li a:hover {
	font-weight:700;
	color: #163d73;
	text-decoration: underline;
}

.sadrzaj .meni ul li.active {
	font-weight:700;
	text-decoration: underline;
	color: #163d73;
}

.sadrzaj .meni ul li.active > a {
	color: #163d73;
}

.newsitem {
	display: block;
	position: relative;
	color: #fff;
}

.newsitem h2 {
	color: #fff;
	font-weight:600;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.38);
}

.newsitem .kratki { color: #fff; line-height:20px; font-size:14px; }

.newsitem .overXXX {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#163d73+0,163d73+40,05abe0+100&1+0,0+100 */

    background: -moz-linear-gradient(left, rgba(22,61,115,1) 0%, rgba(22,61,115,0.6) 40%, rgba(22,61,115,.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(22,61,115,1) 0%, rgba(22,61,115,0.6) 40%, rgba(22,61,115,.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(22,61,115,1) 0%, rgba(22,61,115,0.6) 40%, rgba(22,61,115,.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163d73', endColorstr='#0005abe0', GradientType=1); /* IE6-9 */
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
   
}

    .newsitem .over {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: url(../img/slajd-sjena2.png);
        height: 200px;
        z-index: 900;
    }

.newsitem .over .txt {
	position: absolute;
	bottom: 10px;
	left: 20px;
  
	padding-right: 10px;
}

/*lista #163d73 */

.listaitem a {color:  #607D8B;line-height: 22px; font-weight:600;}
.listaitem a:hover {color:  #163d73; text-decoration: none !important;}
.listaitem h4 {	
	font-size: 15px;
	font-weight: normal;
}

.listaitem .listatxt {
	font-size: 15px;
	padding-right: 60px;
}

.listaitem .datum {
	font-size: 14px;
	margin-bottom: 5px;
	color: #0075bd;
	display: inline-block;
	background-color: #f9f9f9;
	padding: 3px 12px;
	border-radius: 12px;
}


.listaitem .datum i {
	font-size: 18px;
	position: relative;
	top: 1px;
	margin-right: 5px;
	color: #0075bd;
}

.listaitem a:hover { text-decoration: underline; }

.pagination { margin-top: 0; }

.pagination>li:first-child>a, .pagination>li:first-child>span { border-radius: 0; }

.pagination>li:last-child>a, .pagination>li:last-child>span { border-radius: 0; }

.noBigPic { margin-top: 180px; }

.newslista h4 a { color: #163d73; font-weight:700; font-size:15px;}
.newslista {
padding-right:30px;

}


#newsfilter { margin-top: 20px; }

#newsfilter input { border-radius: 3px; }

.datumod, .datumdo { }

#newsfilter .datum {
	width: 48.2%;
	float: left;
}

#newsfilter .datum.prvi { margin-right: 10px; }

#newsfilter .pojam { margin-top: 10px; }

#newsfilter a {
	margin-top: 10px;
	padding: 7px 20px;
}
.landingpic {margin-bottom: 20px;}
.landingpic .over {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#163d73+0,163d73+40,05abe0+100&1+0,0+100 */

	background: -moz-linear-gradient(left, rgba(55,84,162,0.75) 0%, rgba(44,94,163,0.75) 20%, rgba(57,78,162,.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(55,84,162,0.75) 0%, rgba(44,94,163,0.75) 20%, rgba(57,78,162,.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(55,84,162,0.75) 0%, rgba(44,94,163,0.75) 20%, rgba(57,78,162,.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163d73', endColorstr='#0005abe0', GradientType=1 ); /* IE6-9 */
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.landingpic h1 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	padding-right: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 90%;
	height: 50px;
}

.row.links {margin: 30px 0px;}

.landinglink {
    background-color: #eee;
    padding: 10px;
    color: #4a4a4a;
    position: relative;
    display: block;
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
}

.landinglink span {
	float: right;
	font-size: 22px;
}

.landinglink:hover {
	color: #fff;
	background: -moz-linear-gradient(left, rgba(55,84,162,1) 0%, rgba(44,94,163,1) 20%, rgba(57,78,162,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(55,84,162,1) 0%, rgba(44,94,163,1) 20%, rgba(57,78,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(55,84,162,1) 0%, rgba(44,94,163,1) 20%, rgba(57,78,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163d73', endColorstr='#0005abe0', GradientType=1 ); /* IE6-9 */
}

.landinglink.noviGumb {
	color: #fff;
	background: #11448B;
	display: flex;
	align-items: center;
	border-radius: 12px;
	margin-bottom: 20px;
	padding: 15px;
}

.landinglink.noviGumb:hover {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 74%, #1d1983 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(214deg,  #1e5799 13.45%,#0f6e89 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(214deg,  #1e5799 13.45%,#0f6e89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f6e89',GradientType=0 ); /* IE6-9 */
}

.landinglinkKalk {
    color: #fff !important;
    background: #11448B;
    display: inline-block;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 15px;
    margin: 20px auto;
}

.landinglinkKalk:hover {
	border-bottom: none !important;
}

.landinglink.noviGumb span {
	display: none;
}

.landing .podnaslov {
	text-align: center;
	color: #4a4a4a;
	font-size: 40px;
	font-weight: 300;
}

.landing .opis {

	padding-bottom: 20px;
	padding-right: 0;
}
.landing .opis.gradonacelnik {text-align: left;}
.opis.landinglista {
	text-align: left; 

	padding-left: 60px; 
	padding-right: 60px; 
	padding-top: 60px; 
	border-radius: 6px; 
	padding-bottom: 60px; 
	margin-bottom: 20px;
	margin-top:0 !important;
	background: -moz-linear-gradient(left, rgba(55,84,162,1) 0%, rgba(44,94,163,1) 20%, rgba(57,78,162,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(55,84,162,1) 0%, rgba(44,94,163,1) 20%, rgba(57,78,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(55,84,162,1) 0%, rgba(44,94,163,1) 20%, rgba(57,78,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163d73', endColorstr='#0005abe0', GradientType=1 ); /* IE6-9 */
}

.opis.landinglista {
	background: #F0F0F0;
}
.opis.landinglista ul {margin-bottom: 0;}
.opis.landinglista h3 {color:#4a4a4a;}
.opis.landinglista hr {opacity: .3}
.opis.landinglista a {color: #4a4a4a; font-size: 15px; font-weight: normal;}
.opis.landinglista a:hover {color: #4a4a4a !important; border-bottom: 1px dotted #163d73;}
.sadrzaj .opis.landinglista ul li::before {
	font-family: "Ionicons";
	display: none;
	color: #4a4a4a !important;
	padding: 3px 7px;
	margin-right: 10px;
	border-radius: 3px;
	font-size: 18px;
	padding-left: 9px;
}

.sadrzaj .opis iframe {
	max-width: 100%;
}

.sadrzaj .opis.landinglista ul li.bull-list {
	position: relative;
}

.sadrzaj .opis.landinglista ul li.bull-list::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #163d73 !important; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0; /* Also needed for space (tweak if needed) */
  margin-left: 0; /* Also needed for space (tweak if needed) */
  font-size: 32px;
  padding: 0;
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 0;
}

.sadrzaj .opis.landinglista ul li.bull-list a {
	display: inline-block;
	margin-left: 30px;
}

.sadrzaj .opis.landinglista li {line-height: 19px; padding-bottom: 10px; padding-left: 0px;}
.sadrzaj .opis.landinglista li:hover::before {background:none !important;}

#pitajteGradonacelnika input {margin-bottom: 15px;}
#pitajteGradonacelnika textarea {height: 100px;}

.bootstrap-select li::before {display: none;}
.bootstrap-select li a {padding: 10px 10px;}
.bootstrap-select button { padding: 10px; border-radius: 3px;}

.horizontalni-meni.visible-xs a {color: #fff; display: block; margin-left: 25px; font-size: 15px; padding: 10px 0; border: 1px solid #5a79a7; border-width: 0 0 1px; margin-right: 25px;}


.horizontalni-meni.visible-xs a:last-of-type {border:none;}
/*override za stare stilove u clancima*/
/*.sadrzaj .kratki   {font-weight: normal !important; text-align: left;}
.sadrzaj .kratki em {font-style: normal !important;}
.sadrzaj .opis em {font-style: normal !important;}
*/
.listatxt span, .listatxt strong, .listatxt br {color: #666 !important; font-size: 15px !important; font-family: "Raleway", Helvetica, Arial, sans-serif !important; font-weight: normal !important;}

.tooltip-inner {background-color: #163d73;}
.tooltip.top .tooltip-arrow { border-top-color: #163d73;}
.tooltip.right .tooltip-arrow { border-right-color: #163d73;}
.tooltip.bottom .tooltip-arrow { border-bottom-color:#163d73;}
.tooltip.left .tooltip-arrow { border-left-color: #163d73;}
.slick-slide img {width: 100%;}
.galerija_image {display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.newsdesno .sivo { 
    background-color: #f3f3f3; 
    padding:30px;
    }
.newsdesno.arhiva {padding-top:0; }
#list_page_sidebar_year_picker {display: block; margin-top: 20px; width: 100%;}
.arhiva_naslov {padding-top: 20px; margin-top: 30px;}
.text-left {text-align: left;}
.title_action_label {display: block; margin-top: 10px; font-size: 12px; font-weight:700;}


.soloGumb {
	padding: 20px 30px;
	color: #163d73 !important;
	border: 1px solid #163d73;
	margin-top: 30px;
	display: inline-block;
}

.soloGumb:hover {border:1px solid #163d73 !important;}

.opis.info_servis ul {
	list-style: none;
	padding: 0;
}

.opis.info_servis ul li {padding: 5px 0; padding-left: 10px;text-indent: -1.6em;}
.opis.info_servis ul li::before {
	font-family: "Ionicons";
	content: "\f3d3";
	background-color: #e8e8e8;
	color: #4a4a4a;
	padding: 3px 8px;
	margin-right: 10px;
	margin-left: 15px;
	border-radius: 3px;
}

.opis.info_servis ul li:first-of-type { padding-top: 0; }

.opis.info_servis ul a {
	font-size: 15px;
	color: #818181;
	font-weight: normal;
}

.opis.info_servis ul a:hover { color: #4a4a4a; }

.opis.info_servis ul li:hover::before {
	background-color: #0075bd;
	color: #fff;
}

.welWrap {position: relative; z-index: 900;}
.welWrap .welcome {color: #fff; font-weight: normal; text-align: left;}


.projekti .znamenitostiWrapEn {
	background-color: rgba(0,106,173, .97);
	position: absolute;
	z-index: 900;
	width: 100%;
}


.welMore {color: #fff; display: block; margin-top: 10px; margin-bottom: 10px; font-weight:700;}
.welMore:hover {text-decoration: underline; color: #fff;}



/* facebook feed   background: url(../img/slajd-sjena2.png); */

.FBnaslov {
    text-align:center;
}
.FBpodnaslov {
color:#fff;
margin-top:5px;
}
.FBhr {
opacity:.3;
}
.FBFeedHolderWrap {
    margin-top:30px;
    padding:60px 0;
	background: -moz-linear-gradient(left, rgba(55,84,162,1) 0%, rgba(44,94,163,1) 20%, rgba(57,78,162,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(55,84,162,1) 0%, rgba(44,94,163,1) 20%, rgba(57,78,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(55,84,162,1) 0%, rgba(44,94,163,1) 20%, rgba(57,78,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163d73', endColorstr='#0005abe0', GradientType=1 ); /* IE6-9 */
}
.FBpost:hover .FBtext{
    color:rgba(255, 255, 255, 0.9)
}

.FBtext {
color:rgba(255, 255, 255, 0.7);
font-size:14px;
line-height:20px;
}

.FBdatum {
color:#fff;
font-size:15px;
font-weight:bold;
margin-bottom:5px;
}

.FBlink {
    color:#fff;
    font-size:11px;
    margin-top:10px;
    display:block;
}
    .FBlink:hover {
        opacity:.7;
        color:#fff;
    }

.FBlink img {
    width:16px;
    display:inline;
    margin-right:5px;
}
.drustvene_gradonacelnik li {
	display:inline-block;
	text-indent: 0em !important;
	padding-left: 0px !important;
}
.drustvene_gradonacelnik li:before {
	display:none;
}
.drustvene_gradonacelnik a  {margin-right:10px; font-size: 30px !important; }

#javna_nabava_form .gumb {
margin-top:30px;
}

.print_header {
    text-align:center;
    margin-top:30px;
}
.print_header img {
    width:51px;
    margin:0 auto;
}

.sadrzaj.print h1 {
    font-size:20px !important;
    line-height:normal;
}

.sadrzaj.print .datum {
    font-weight:bold;
    margin-bottom:15px;
}
.sadrzaj.print .opis {
line-height:initial;
}
.sadrzaj.print .galerija_download {
display:none;
}

.sadrzaj.print .opis ul li::before {
       content: "• ";
       font-weight:bold;
       font-size:20px;
       margin-right:0;
}

.p_logo {
 font-weight:bold;
 margin-top:10px;
 font-size:22px;
}
.sadrzaj.print table th {
    padding:15px;
}
.sadrzaj.print table, .sadrzaj.print table tr {
    border:1px solid #000 !important;
    width:100%;
}

.no-numbers {
    /* list-style-type: none!important; */
    /* padding: 0px!important; */
    /* margin: 0px!important; */
}

table {
    margin-top: 0px!important;
}

.no-numbers li {
    min-width: 36px;
    padding: 0px!important;
    margin: 0px!important;
    /* text-align: center; */
}


.ez .txt h2 {color: #161616; font-size: 16px;}
.ez .txt:hover h2 {
	color: #163d73 !important;
}
.ring-container {
position: absolute;
top:-30px;
}


.ringring {
border: 3px solid #fff;
-webkit-border-radius: 30px;
height: 25px;
width: 25px;
position: absolute;
left: 15px;
top: 15px;
-webkit-animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite; 
opacity: 0.0
}
@-webkit-keyframes pulsate {
0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
50% {opacity: 1.0;}
100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}	

.fsocial a img {
	width:20px;
}

.btn_aligner {
    text-align: center;
    margin-bottom: 30px;
}

.btn_aligner a.soloGumb {
    max-width: 300px;
    width: 100%;
}

.soloGumbEko {
    color: rgb(0, 130, 0) !important;
    border-color: rgb(0, 130, 0);
}

.soloGumbEko:hover {
     color: #fff !important;
    background-color: rgb(0, 130, 0) !important;
    border-color: rgb(0, 130, 0) !important;
}

.form-control.error {
    border: 1px solid rgb(248, 0, 0);
}
input[type=checkbox].error  {
    outline: 0.5px solid rgb(248, 0, 0);
} 

#formaZaZivotinje label {margin-left:5px;}



/*EUZG*/
.euzg {margin-bottom: 30px;}
.eulogo {width: 100%; height: auto;}
.euzg-naslov {font-weight: bold; font-size: 24px; margin-bottom: 20px; margin-top: 47px;}
.euzg-link {display: inline-block; padding: 7px 20px; border-radius: 3px; border: 1px solid #161616; color: #161616; margin-top: 30px;}
.eu-tekst {padding: 0 30px;}
.euzg-link:hover {border-color:#214498; background-color: #214498; color: #fff;}
.advent-kugla {width:380px; height:380px; border:0; position:absolute; top:-120px;}

.euzgwrap {padding-top: 70px}
.euzghref {display: block; text-align: center;}
/*MZG*/
.mzg-logo {width: 315px; margin-bottom: 10px;}
.mzg a {color: #161616; display:block;}


/*table bootstrap*//


.table tr:nth-child(odd){
	    background: #f3f6ff;
}

.table tr:nth-child(even){
	background:#fff;
}

.table tr:first-child{
	
	background-color:#f3f3f3;
}

.table>tbody>tr>td{
	vertical-align:middle;
}

.table>tbody>tr>td{
	padding:10px;
}

.table td:last-child{
	width:10%;
}

.table tbody .first_row th{
	background:#f3f3f3;
	border-bottom: 5px solid #8ec4ff !important;
	font-weight:bold;
	vertical-align: middle;
	
}

.bozic-wrap {margin-top: 60px;}
.bozic-wrap img {border-radius: 6px;}
.slick-slide img {border-radius: 6px;}
.projekti.covid img {border-radius: 6px;}
.tamni.borderleft {border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
.tamni.borderright {border-top-right-radius: 6px; border-bottom-right-radius: 6px;}
.servisiWrap .servisTxt {background: transparent;}
footer .brzi a {color: #161616;}
.fooLinkovi a {margin: 0 5px;}
.fotogalerija .sivo {display: none;}
.fotogalerija{margin: 60px 0 !important; }
/* .galerija div {margin-right: 10px;} */
.galerija div {
		margin-right: 0;
	}
	
	/* .galerija .slick-slide { */
		/* padding-left: 15px; */
		/* padding-right: 15px; */
	/* } */
.servisiWrap {margin-top:60px; margin-bottom: 60px;}
.dogadanje-image {max-width: 100% !important; height: auto !important;}
/* .boxWrap {margin-top: 60px;} */
.clanak_galerija img {border-radius: 6px;}
.gumbplavi {border-radius: 6px;}

.box .linkovi a:before {
	display: inline-block; width: 1em;
	font-weight: 900;
	font-size: 18px;
	content: "•";
	color: #fff;
	
}
.box .linkovi a:hover {text-decoration: none;}

.slikaClanak {background: transparent !important; 	height: auto !important;}

.removeDisplayBlock {
	display:inline-block;

}

.projekti_entries_wrapper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.projekti_entries_wrapper .swiper-slide {
    width: 49%!important;
    margin: 0 0 20px 0;	
	height: auto;
}

.projekti_entries_wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	background: #183e73;
    width: 10px;
    height: 10px;
	opacity: 1;
	margin-right: 15px;
}

.projekti_entries_wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #0075bd;
    transform: scale(1.5);
}

.projekti_entries_wrapper .swiper-button-prev:after,
.projekti_entries_wrapper .swiper-button-next:after {
	display: none;
}

.projekti_entries_wrapper .swiper-button-prev {
	left: -10px;
}

.projekti_entries_wrapper .swiper-button-next {
	right: -10px;
}

.projekti_entries_wrapper .swiper-button-prev,
.projekti_entries_wrapper .swiper-button-next {
	top: 35%;
    z-index: 2;
    background-color: rgba(255,255,255, .8);
    border-radius: 100%;
	width: 60px;
	height: 60px;
	display: none;
}

.projekti_entries_wrapper .swiper-button-prev:hover,
.projekti_entries_wrapper .swiper-button-next:hover {
	background-color: rgba(255,255,255, .6);
}

.projekti_entries_wrapper .swiper-button-prev:hover,
.projekti_entries_wrapper .swiper-button-next:hover {
	color: transparent;
    outline: none;
}

.projekti_entries_wrapper .swiper-button-next:before {
    font-family: "Ionicons";
    content: "\f3d6";
    color: #173e73;
    font-size: 30px;
    right: 0;
    position: relative;
	font-weight: 600;
	top: 15%;
}

.projekti_entries_wrapper .swiper-button-prev:before {
	font-family: "Ionicons";
    content: "\f3d5";
    color: #173e73;
    font-size: 30px;
    left: 0;
    position: relative;
	font-weight: 600;
	top: 15%;
}

.vijest-wrap{
	overflow:hidden;
	margin-bottom:25px;
}

.vijest-wrap a img{
	border-radius:6px;
}

.vijest-wrap .datum{
	font-size:14px;
	color:#161616;
	margin-top:10px;
	padding-left:3px;
}

.vijest-wrap .datum i{
	margin-right:7px;
}

.vijest-wrap h4{
	font-size:15px;
	font-weight:bold;
	color:#163d73;
}




.kalk-wrap {
	border: 1px solid #e3e2e2;
    padding: 60px;
    border-radius: 15px;
	margin-bottom: 30px;
	padding-bottom: 60px !important;
}

.radioWrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-weight:600;
}

.pitanje {padding-top:5px; font-size: 16px; font-weight: 600; color: #5a6166; }

.radioWrap span {display:inline-block; cursor: pointer;}
.radioWrap.sh-radio span {
    width: 47%;
    background: #f0f2f5;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
}
.radioWrap span input {margin-right: 10px; position: relative; top: 1px;}

.sp-calc {width: 100% !important;}
.sp-calc .dropdown-toggle {
	background: #f0f2f5;
    box-shadow: none;
    border: none;
	padding: 15px;
    border-radius: 6px;
    font-weight: 600;
}

.sp-calc .dropdown-toggle span {
	text-align: center !important;
}

.sp-calc.bootstrap-select .dropdown-toggle:focus{
	outline: none !important;
}

.sp-calc.bootstrap-select .dropdown-toggle:active,
.sp-calc.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.sp-calc.open>.dropdown-toggle.btn-default {
	background: #f0f2f5;
}

.sp-calc .btn-default:active, .open>.dropdown-toggle.btn-default:hover,
.sp-calc .btn-default:active, .open>.dropdown-toggle.btn-default:focus-within {
	background: #f0f2f5;
	box-shadow: none;
}

.sp-calc ul li{
	padding-left: 0px !important;
    text-indent: 0 !important;
}

.sp-calc ul li a:hover {
    border-bottom: none !important;
}

.ispis-cijena {
	font-size: 16px;
    font-weight: 600;
    color: #5a6166;
}

.result-wrap .radioWrap {
	border: 1px solid #3173d6;
	color: #3173d6;
	padding: 5px 15px;
	border-radius: 6px;
	display: inline-block;
	width: 110px;
	text-align: center;
}




.form-block {
	margin-bottom: 15px;
	border: 1px solid #DEDEDE;
	border-radius: 6px;
	padding: 0px 30px 30px 30px;
}
.form-block label {margin-bottom: 10px; margin-top: 15px;}
.form-block textarea {height: 120px;}
.field-error {
	background: #ffd9d9 !important;
}


.crveno {font-size: 22px; color:red; position: relative; top:4px; font-weight: bold;}
.radio-group label {
	margin: 0;
	padding: 5px 0 5px 0;
}

.radio-group input {
	margin-right: 10px;
}

.sve.pull-right{
	display:inline-block;
	margin: 0 15px 10px 15px;
}

.konfMediji{
	display: inline-block;
    margin: 0 15px 10px 15px;
	text-transform: uppercase;
	
}
.trazilicaAdrese {
	background: #f9f9f9;
	padding-bottom: 20px;
}
.infobox {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 20px;
}
.searchbox {
	border-color: #163d73;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #163d73;
	border-radius: 12px;
	margin-bottom: 10px;
}

.linkovi-novo {
	display: flex;
	justify-content: flex-end;
}

.linkovi-novo .konfMediji:first-child {
	margin-left: 0;
}

.linkovi-novo .konfMediji:last-child {
	margin-right: 0;
}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    height: 1100px;
}

.iframeWrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    height: 1200px;
}

.responsive-iframe-container.height {
	height: 1500px;
}

.responsive-iframe-container.height .iframeWrap iframe {
	height: 1500px;
} 







