.index-div{
    display: inline-block;
}

.img_responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

#pitajte_gradonacelnika_form_submit {
    width: 100% !important;
}

.navbar-toggle {
    background-color: #eee !important;
}

.icon-bar {
    background-color: rgb(22, 61, 115) !important;
}

strong {
    font-weight: bold;
}

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: bold;
    font-size: 16px;
    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: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.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: 600;
    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;
}

    .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;
    color: #fff;
    margin-top: 8px;
}

header {
    width: 100%;
    color: #fff;
    background-color: #fff;
    padding: 30px 0 24px 0;
    position: relative;
    z-index: 999;
}

header {
    text-align: center;
    position: fixed;
    z-index: 999;
    padding-top: 0;
    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: 300px;*/
    }

    .logo>img {
        /*margin-top: 300px;*/
        height: 80px;
        max-height: 80px;
    }

    header .logosticky {
        display: none;
        margin-top: 10px;
    }

        header .logosticky img {
            margin-top: 20px;
        }

    header .meniWrap {
        margin-top: 10px;
        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:hover {
        color: lightslategray;
        font-weight: 600;
        border-bottom: 5px solid #666666;
        padding-bottom: 21px;
    }

header .sticky .meniWrap a:hover {
    color: #fff;
    font-weight: 600;
    border-bottom: 5px solid #009900;
    padding-bottom: 0px;
}

header .meniWrap .linkovi.active {
    color: #fff;
    font-weight: 600;
    border-bottom: 5px solid #009900;
    padding-bottom: 21px;
}

header .linkovi {
    margin-left: 30px;
    margin-right: 30px;
    color: black;
}

header .izbornik {
    position: absolute;
    left: 0;
    bottom: -22px;
}

    header .izbornik .txt {
        position: absolute;
        top: 17px;
        left: 60px;
        font-size: 14px;
        font-weight: bold;
    }

    header .izbornik .hamburger .hamburger-inner, header .izbornik .hamburger .hamburger-inner::before, header .izbornik .hamburger .hamburger-inner::after {
        background-color: dimgray;
        width: 30px;
    }

    header .izbornik .hamburger {
        padding-top: 14px;
    }

header .alati {
    position: absolute;
    right: 15px;
    bottom: 2px;
    font-weight: 600;
}

    header .alati .jeziciToggle {
        font-weight: 600;
    }

    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;
    padding-bottom: 12px;
}

header.sticky > div > div > div >  .episarnica-nias-control {
    display:none;
}

.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: 153px;
    z-index: 999;
}

    .searchWrap .inputWrap {
        position: relative;
        z-index: 990;
    }

    .searchWrap input {
        margin-top: 30px;
        height: 68px;
        border-radius: 3px !important;
        font-size: 18px;
    }

    .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;
    }

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: #b1b1b1;
            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: 1901;
    bottom: -225px;
}

.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: bold;
}

.slajd_txt h2 {
    font-weight: bold;
    font-size: 45px;
    margin-top: 0;
    font-family: 'Lato'
}

.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: bold;
        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: 600;
        }

.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: 600;
    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: 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;
}

.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 {
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
}

.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 {
    background-color: #0075bd;
    display: block;
    margin-top: 30px;
    color: #fff;
}

    .projektItem:hover {
        color: #fff;
    }

.projekti h2 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
    margin: 30px 0;
}

.projekti .projektopis {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
}

.projekti .imgwrap {
    margin-right: 30px;
}

.projekti .naslov {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
}

.projekti .kratki {
    font-size: 15px;
    line-height: 18px;
}

/*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: bold;
        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: -32px;
}

    .slick-dots li button:before {
        font-size: 14px;
        color: #183e73;
        opacity: 1;
    }

    .slick-dots li.slick-active button:before {
        font-size: 20px;
        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: 600;
    }

    .znamenitosti h2 {
        font-weight: 900;
        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;
            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 {
    transition: all .5s ease-in;
}

.fotogalerija .galitem:hover .desaturate {
    -webkit-filter: none;
    filter: none;
    transition: all .5s ease-out;
}

.fotogalerija .opis {
    margin-bottom: 30px;
}

/*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: #4a4a4a;
    }

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 80px;
    margin: 35px 0;
}

span.ml-logo-caption {
    color: rgb(255, 255, 255);
    margin-left: 30px;
}

.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: bold;
        font-size: 20px;
        padding-left: 25px;
        margin-top: 25px;
        display: block;
    }

.mls-sub-btn {
    right: 0;
    cursor: pointer;
}

    .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;
    height: 200px
}

.breadcrumbWrap {
    background-color: #fff;
    padding: 30px 15px 0 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: 14px;
                color: #4a4a4a;
                text-decoration: underline;
                padding-bottom: 5px;
            }

                .breadcrumbWrap ul li a:hover {
                    color: #163d73;
                }

            .breadcrumbWrap ul li::after {
                font-family: "Ionicons";
                color: #4a4a4a;
                content: "\f3d6";
                margin: 0 10px;
                font-size: 22px;
                position: relative;
                top: 3px;
            }

            .breadcrumbWrap ul li:last-of-type::after {
                display: none;
            }

.sadrzaj {
    color: #666;
}

    .sadrzaj .meni {
        background-color: #f3f3f3;
    }

    .sadrzaj h1 {
        font-size: 28px;
        font-weight: 900;
        padding-right: 10%;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #163d73;
        font-family: "Lato"
    }

    .sadrzaj h2 {
        font-size: 22px;
        font-weight: 600;
        color: #163d73;
        font-family: "Lato";
    }

    .sadrzaj h3 {
        font-size: 20px;
        font-weight: 600;
        color: #4a4a4a;
        font-family: "Lato";
    }

    .sadrzaj .kratki {
        line-height: 24px;
        padding-right: 10%;
        margin-top: 15px;
        color: #333;
    }
    /*
	
	
	ovdje
	
	
*/
    .sadrzaj .opis {
        font-weight: normal;
        line-height: 28px;
        margin-top: 15px;
        padding-bottom: 0px;
        padding-right: 10%;
        color: #484848;
    }

    .sadrzaj .galerija {
        padding-right: 5%;
        margin: 25px 0;
        position: relative;
        cursor: pointer;
    }

        .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: 16px;
            padding: 7px 20px 5px 20px;
            font-weight: 600
        }

        .sadrzaj .galerija .nema {
            display: none;
        }

    .sadrzaj .galerijaOpis {
        font-weight: bold;
        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: inline-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 em {
        font-style: normal !important;
    }

    .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: 16px;
        padding: 10px;
        background-color: #f3f3f3;
        padding-top: 5px;
    }

.plava {
    color: #163d73;
}

.plavaBg {
    background-color: #163d73;
}

.svjplava {
    color: #0075bd;
}

.zelena {
    color: #009900;
}

/*table saw*/
.tablesaw {
    font-size: 13px !important;
    line-height: 18px;
    margin-top: 20px;
    border: 0 !important;
    border-radius: 3px;
}

    .tablesaw thead th {
        background-color: #f3f3f3;
        color: #4a4a4a;
        font-size: 135px;
        font-weight: bold;
        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: top !important;
    }

    .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;
    }

        .sadrzaj .vezani ul li::before {
            font-family: "Ionicons";
            content: "\f12f";
            color: #999;
            padding: 0;
            margin-right: 10px;
            border-radius: 0;
            font-size: 22px;
            padding-left: 0;
        }

.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: bold;
                    color: #163d73;
                    text-decoration: underline;
                }

            .sadrzaj .meni ul li.active {
                font-weight: bold;
                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: 900;
    }

    .newsitem .kratki {
        color: #fff;
    }

    .newsitem .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(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 .txt {
            position: absolute;
            bottom: 20px;
            left: 20px;
            padding-right: 30px;
        }

/*lista #163d73 */

.listaitem a {
    color: #4a4a4a;
    line-height: 22px;
    font-weight: bold;
}

    .listaitem a:hover {
        color: #163d73;
        text-decoration: none !important;
    }

.listaitem h4 {
    font-size: 16px;
    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: 170px;
}

.newslista h4 a {
    color: #163d73;
    font-weight: 600;
}



#newsfilter {
    margin-top: 20px;
}

    #newsfilter input {
        border-radius: 3px;
    }

    #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: auto;
        width: 90%;
        height: 50px;
    }

.row.links {
    margin: 30px 0;
}

.landinglink {
    background-color: #eee;
    padding: 7px;
    color: #4a4a4a;
    position: relative;
    display: block;
    border-radius: 3px;
    margin-bottom: 30px;
    min-height: 50px;
    height:50px;
    display: flex;
    align-items: center;
}

    .landinglink span {
        float: right;
        margin-left: auto;
        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 */
    }

.landing .podnaslov {
    text-align: center;
    color: #4a4a4a;
    font-size: 40px;
    font-weight: 300;
}

.landing .opis {
    text-align: center;
    padding-bottom: 20px;
    padding-right: 0;
}

    .landing .opis.gradonacelnik {
        text-align: left;
    }

.opis.landinglista {
    text-align: left;
    margin-top: 60px;
    padding: 60px;
    border-radius: 6px;
    margin-bottom: 20px;
    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 ul {
        margin-bottom: 0;
    }

    .opis.landinglista h3 {
        color: #fff;
    }

    .opis.landinglista hr {
        opacity: .3
    }

    .opis.landinglista a {
        color: #fff;
        font-size: 15px;
        font-weight: normal;
    }

        .opis.landinglista a:hover {
            color: #fff !important;
            border-bottom: 1px dotted #163d73;
        }

.sadrzaj .opis.landinglista ul li::before {
    font-family: "Ionicons";
    display: none;
    color: #ffff !important;
    padding: 3px 7px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 18px;
    padding-left: 9px;
}

.sadrzaj .opis.landinglista li {
    line-height: 19px;
    padding-bottom: 10px;
    padding-left: 0;
}

    .sadrzaj .opis.landinglista li:hover::before {
        background-color: #3f69c7 !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 strong {
    font-weight: normal !important;
    text-align: left;
}

.sadrzaj .kratki 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 {
    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: bold;
}


.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: bold;
}

    .welMore:hover {
        text-decoration: underline;
        color: #fff;
    }

@media (min-width: 992px) {
    .izbornik {
        visibility: hidden;
    }

    .container-for-views {
        padding-top:180px;
    }

    .foo {
        position: absolute;
        right: 0;
        left: 0;
    }
}

@media (max-width:991px) {
    .container-for-views {
        padding-top:130px;
    }
}

@media (max-width:767px){
    .container-for-views {
        padding-top:10px;
    }
}

@media (max-width:320px){
    img {
        display:none;
    }
}

@media (max-width: 991px) {
    #under-logo-app-name {
        visibility: hidden;
    }

    a.logo{
        padding-top:10px;
    }

    header {
        min-height: 120px;
    }

    .ion-ios-arrow-thin-left:before {
        margin-left: 0;
    }

    /*.container-for-views {
        padding-top: 10px;
    }*/

    .meniWrap a.linkovi {
        visibility: hidden;
    }
}

#under-logo-app-name {
    font-size: 30px;
    color: black
}

body {
    font-size: 18px;
    color: black;
}

.ion-ios-arrow-thin-left:before {
    margin-left: 25px;
}

img.img-responsive.master-img {
    margin-bottom: 25px;
}

.main-title {
    width: 100%;
    position: center;
    display: inline-block;
    align-content: center;
    text-align: center;
    padding-bottom: 50px;
}

#contentWrapper {
    color: #7c7f82;
}

.sticky div#under-logo-app-name {
    margin: 0;
    width: 100%;
    text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
}

.sticky .meniWrap a.linkovi {
    padding-bottom: 10px;
}

header .meniWrap a:focus {
    color: white;
}
