body{
    --bs-body-font-family: Roboto;
}


h1, h2, h3, h4, h5, h6 {
    color: #181818;
    /* font-family: "Georgia", "Times New Roman", serif; */
    font-family: 'Audiowide';
    font-weight: normal;
}

/*! CSS bootstrap.min.css */
*, ::after, ::before {
    box-sizing: border-box;
}

.white{
    background-color:var(--bs-white);   
   }

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

img {
    vertical-align: middle;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.align-items-center {
    align-items: center !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.p-1 {
    padding: .25rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.text-start {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}


.static {
    width: 500px;
    padding: 5px;
    background-color: #bde1ff;
    height: 500px;
    overflow-x: hidden;
}


@media (min-width:768px) {
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
}

/*! base.css */
div, a, img, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

section {
    display: block;
}

a, a:visited {
    color: #333;
    text-decoration: underline;
    outline: 0;
}

a:hover, a:focus {
    color: #000;
}

/*! lokalnahrvatskaeng.css */
.gornja_crta_unutra {
    width: 1260px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
}

.gornja_crta {
    /* background: #57a3d6; */
    width: 100%;
    top: 0px;
    -moz-box-shadow: 0px 0px 4px#000;
    -webkit-box-shadow: 0px 0px 4px#000;
    box-shadow: 0px 0px 4px#000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color='#000000');
}

#naslov img {
    border: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#naslov img:hover {
    border: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .gornja_crta_unutra {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        z-index: 100;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .gornja_crta_unutra {
        width: 738px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .gornja_crta_unutra {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .gornja_crta_unutra {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* KRAJ */

body {
    margin: 0px;
    padding: 0px;
    background: #1f75bd;
}

.qr {
    padding: 5px;
    text-align: center;
}

.qr img {
    height: 65px;
    border: none;
    padding: 0.5rem;
}

/* ticker */
.acme-news-ticker {
    background: #bde1ff;
    position: relative;
    height: 55px;
    border: 1px solid #1974d2;
    font-family:var(--bs-body-font-family);
    font-size: larger;
    width: 100%;
    z-index: 10;
}

.acme-news-ticker-box {
    /*min-height: 70px;*/
    margin: auto;
    overflow: hidden;
    position: relative;
}

.acme-news-ticker-box ul {
    list-style-type: none;
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: my-news-ticker-animation;
    animation-duration: 500s;
    margin-top: 1rem;
}

.acme-news-ticker-box ul li {
    display: inline-block;

    color: rgb(14, 14, 14);
}

ul.my-news-ticker:hover {
    animation-play-state: paused;
}

.my-news-ticker a {
    text-decoration: none;
    color: black;
}

@-webkit-keyframes my-news-ticker-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes my-news-ticker-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


/*slide*/
/*! CSS Used from: https://lokalnahrvatska.hr/mobi_en/assets/css/lokalnahrvatskaeng.css?1689334848 */
.lh-dtp {
    max-width: 500px;
    margin: auto;
}

#sh-rss {
    width: 100%;
}

#sh-rss .carousel-inner {
    width: 100%;
}

#sh-rss .carousel-indicators {
    top: 220px;
    left: 5%;
    width: 90%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

#sh-rss .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-color: #d8d8d8;
}

#sh-rss .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
    background-color: #fff;
}

#sh-rss .carousel-control {
    height: 250px;
    top: 0px;
    opacity: 1;
}

#sh-rss .carousel-control span {
    display: block;
    margin-top: 125px;
    text-shadow: none;
    background-color: #fff;
    color: #666;
    padding: 2px;
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    font-size: 140%;
}

#sh-rss .left span {
    left: 10px;
    margin-left: 20px;
}

#sh-rss .right span {
    right: 10px;
}

#sh-rss .left span {
    left: 10px;
    margin-left: 20px;
}

.item {
    width: 100%;
    display: block;
    background-color: #bde1ff;
}

.item-sh-logo {
    text-align: center;
}

.item-sh-logo img {
    max-width: 100%;
    padding: 0 1%;
}

.item a {
    text-decoration: none;
    color: #005a96;
}

.item-image-rss {
    display: block;
    margin-bottom: 10px;
    height: 250px;
    background-color: #f4f4f4;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.item-title {
    padding: 5px 20px;
    min-height: 75px;
    max-height: 75px;
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 1.2;
    overflow: hidden;
}

.item-title a {
    color: #666;
    font-weight: 400;
}

.item-subjekt {
    padding: 4px 20px;
    /*   min-height: 18px;
    max-height: 18px;*/
    overflow: hidden;
    text-transform: uppercase;
    color: #666;
    font-size: 80%;
}

.item-published {
    padding: 5px 20px;
    font-size: 80%;
    color: #797979;
    font-weight: bold;
}

#ajax__menu {
    display: block;
    margin: 20px 0 20px 0;
    text-align: center;
}

#ajax__menu img {
    height: 25px;
    width: auto;
}

#ajax__menu .active img {
    height: 35px;
    width: auto;
}

.note {
    padding: 0 1%;
    font-size: 75%;
    text-align: left;
    margin: auto;
    background-color: #f8f9f9;
}

.note h4 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #333;
    line-height: 0.1em;
    margin: 10px 0 15px;
    padding-left: 10%;
}

.note h4 span {
    background: #fff;
    padding: 0 10px;
}

.note p {
    padding: 0 4% 10px;
}

.search {
    padding: 0 1%;
    text-align: center;
    margin: auto;
}

.search p {
    padding: 0 4% 5px;
}

div#static-example {
    background-color: #8DB9DD;
}

div#carousel-example {
    background-color: #C5DBED;
}

span.carousel-control-next-icon {
    background-image: url(assets/socicons/navigate_next.png);
}


span.carousel-control-prev-icon {
    background-image: url(assets/socicons/navigate_before.png);
}

.carousel-control-next, .carousel-control-prev {
    margin-top: 125px;
    text-shadow: none;
    background-color: #fff;
    color: #666;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}


/*CAROUSEL 4 SLIKE */

.unique-carousel-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}
.unique-carousel-slide {
    display: flex;
    transition: transform 1.5s ease-in-out;
    width: 100%;
}
.unique-carousel-item {
    flex: 1 0 25%; /* Svaka stavka zauzima 1/4 širine */
    box-sizing: border-box;
    padding: 10px;
}
.unique-carousel-container .item-image {
    width: 100%;
    height: 218px;
    background-size: cover;
}
.four .buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.four{
    max-width: 1260px;
    margin: auto;
}

section#web, .row.web {
    background-color: #e83e28;
    }
    
section#scroll, .row.scroll {
    background-color: #faa719;
    }
    
section#staticwidget, .row.staticwidget {
    background-color: #57b948;
    }
    
section#carousell, .row.carousell {
    background-color: #70cdde;
    }
    
section#carousell4, .row.carousell4 {
    background-color: #005ca1;
    }

    .full-height {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - 56px); /* Oduzmi visinu navigacije */
    }
    .sticky-top, .sticky-top .logo {
        transition: height 0.3s ease;
    }
    .sticky-top.shrink {
        height: 80px; /* Visina kada je sekcija smanjena */
    }
    .sticky-top.shrink img.logo {
        max-height: 50px; /* Smanjena širina loga */
        width: auto;
    }
    .shrink .d-flex-row {
        flex-direction: column;
    }

    @media (min-width:768px){
        .shrink div#naslov {
        display:flex;
        align-items: flex-end;
    }
    
    .shrink div#naslov .text-end {
        order:1;
    }
    
    .shrink div#naslov .logoinfo{
        padding:0 1em;
    }
    }