/* 
Logo boje:
#002072
#red
#f60
#fdd600
#10ac00

*/

body {
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

.hero {
    width: 100vw;
    height: 100vh;
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5);
}

.navbar {
    background: transparent;
    color: #000;
    transition: all 0.25s ease-in-out;
    top: 30px;
    position: absolute;
}

.navbar.scrolled {
    background: #fff;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: -1px -2px 9px 6px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -1px -2px 9px 6px rgba(0, 0, 0, 0.13);
    box-shadow: -1px -2px 9px 6px rgba(0, 0, 0, 0.13);
    padding: .5rem 1rem;
    top: 0px;
    position: fixed;
}

.navbar .nav-item .nav-link {
    color: #fff;
}

.navbar-brand {
    transition: all 0.25s ease-in-out
}

.navbar-brand svg {
    width: 120px;
    transition: all 0.25s ease-in-out
}

.scrolled .navbar-brand {
    height: 40px;
    padding: 0;
    margin: 0;
}

.scrolled .navbar-brand svg {
    width: 90px;
}

.cls-1{fill:#fff;}
.cls-2{fill:#10ac00;}
.cls-3{fill:#003c1e;}
.cls-4{fill:#002072;}
.cls-5{fill:#fff;}
.cls-6{fill:#f60;}
.cls-7{fill:#992300;}
.cls-8{fill:#fdd600;}
.cls-9{fill:red;}

.scrolled .navbar-brand .cls-1 {
    fill: #000;
    display: none;
}

.navbar-link .navbar-item {
    color: #fff;
}

.scrolled.navbar .nav-item .nav-link {
    color: #2387cc;
}

.navbar .nav-item .nav-link {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.introImages {
    padding: 0px 0px 50px 0px;
}

#homeslider .ls-circle-timer {
    display: none !important;
}

.introImages .textPart {
    background: #fff;
    margin-top: -50px;
    color: #000;
    padding: 20px;
    z-index: 99;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background-image: url(../images/gradtuzla.jpg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 50px 0px;
}

.textCont {
    width: 50%;
    float: right;
    text-align: left;
}

.introImages .imagePart {
    margin-top: -100px;
    z-index: 100;
}

.imagePart img {
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    width: 100%;
}

.shortDesc {
    padding: 70px 15px 30px 15px;
}

.homeBanner {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/banner.jpg);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.znamenitosti {
    padding: 100px 0px;
}

.znamenitosti .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.grid-item {
    position: relative;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background-size: cover;
    background-position: center;
}

.grid-item img {
    transition: all 1.5s ease-in-out;
    width: 100%;
    height: 100%;
}


.grid-item.gridLarge img {
    width: auto;
    height: auto;
}

.grid-item:hover img {
    opacity: 0.8;
}

.gridLarge {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 600px;
    height: 500px;
}

.gridText {
    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.3);
}

.gridText a {
    color: #fff;
}

.znamenitosti h3 {
    margin-bottom: 30px;
}


footer {
    background: #2387cc;
    color: #fff;
    padding: 20px;
}

footer p {
    margin-bottom: 0px;
}

.social {
    text-align: right;
}

.social a {
    color: #fff;
    font-size: 20px;
    margin: 0px 10px;
}

.slick-prev {
    left: 15%;
}

.slick-next {
    right: 15%;
}

.slick-next, .slick-prev {
    height: 99%;
    width: 60px;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    top: 49.5%;
}

/* .slick-next:hover, .slick-prev:hover {
    background: rgba(0,0,0,0.7);
}

.slick-next:focus, .slick-prev:focus {
    background: rgba(0,0,0,0.5);
} */


.slickHome .slick-next:before {
    content: '\f054';
    font-size: 50px;
    color: #2387cc;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slickHome .slick-prev:before {
    content: '\f053';
    font-size: 50px;
    color: #2387cc;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.homeSlider {
    padding: 100px 0px 0px;
}

.slickHome {
    margin-top: 30px;
}

.slickHome div {
    position: relative;
}

div.slickHomeDesc {
    position: absolute;
    bottom: 30px;
    right: 100px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 500px;
    padding: 15px;
}

.slickHomeDesc a {
    color: #fff;
    background: #2387cc;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}

.postMeta {
    padding: 15px 0px;
}

.postovi img {
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.postovi h3 {
    margin-bottom: 30px;
}

.eventsi img {
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.eventsi h3 {
    margin-bottom: 30px;
}

.postMeta a {
    color: #2387cc;
    font-weight: bold;
    text-decoration: underline;
}

.postMeta p {
    margin-bottom: 5px;
}

.postovi .col-md-4, .eventsi .col-md-4 {
    margin-bottom: 50px;
}

.postImage {
    overflow: hidden;
}

.postImage .postImages {
    transition: all 0.25s ease-in-out;
}

.postImage a:hover .postImages{
    transform: scale(1.03);
    opacity: 0.9;
}

.googleMapa {
    width: 100%;
    height: 450px;
}

.googlePageMap {
    width: 100%;
    height: 210px;
}

#map {
    height: 100%;
    width: 100%;
  }

footer {
    background: #22558F;
    padding: 50px 0px;
}

footer a {
    color: #fff;
    transition: all 0.25s ease-in-out;
    display: block;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    background: #2287CC;
    padding: 10px 0px;
    color: #fff;
}

.copyright a {
    color: #fff;
    font-size: 24px;
    margin-left: 10px;
}

.white-section {
    margin-top: 50px;
}

.smjestaj-section {
    margin-top: 50px;
}

.white-section iframe {
    width: 100%;
    height: 500px;
}

.videoOverlay {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

video#homeVideo {
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 0;
    object-fit: cover;
}

.homeIframe {
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.homeIframe iframe {
    width: 100%;
    height: 100%;
}

.cta {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    text-align: center;
}

.cta a {
    display: inline-block;
    padding: 20px 50px;
    background: rgba(0,0,0,0.25);
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.25s ease-in-out;
}

.cta a:hover {
    background: rgba(255,255,255,0.25);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    transform: translateY(-1px);
    text-decoration: none;
}

.homePanorama {
    width: 100%;
    height: 550px;
    margin-bottom: 100px;
    position: relative;
}

.homePanorama iframe {
    width: 100%;
    height: 100%;
}

.eventsTitle{
    width: auto;
    float: left;
    margin-right: 50px;
}

.events button {
    border: 0;
    background: transparent;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 5px;
    font-family: 'Roboto';
}

.marginTop {
    margin-top: 150px;
}

.pageNavbar {
    background: #2287CC;
    padding: 0px 16px;
    top: 30px;
}

.pageNavbar a.nav-item {
    color: #fff;
}

.topBar {
    background: #2287CC;
    padding: 5px 16px;
}

.topBarHome {
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
}

.topBar  .languages a {
    color: #fff;
    margin: 0px 3px;
    opacity: 0.7;
    position: relative;
}

.topBar  .languages a:after {
    content: " ";
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background: transparent;
    left: 0;
    right: 0;
    border-top: 1px dashed #fff;
}

.languages a.current {
    opacity: 1;
}

.featuredImage {
    margin-bottom: 50px;
}

.size-large {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: 0px auto;
}

.blueBg {
    font-size: 28px;
    color:#fff;
    background: #012172;
    padding: 5px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.orangeBg {
    font-size: 28px;
    color:#fff;
    background: #ff6500;
    padding: 5px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    margin-right: 30px;
    display: inline-block;
}

.redBg {
    font-size: 28px;
    color:#fff;
    background: #ff0400;
    padding: 5px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
}
.greenBg {
    font-size: 28px;
    color:#fff;
    background: #11ac00;
    padding: 5px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
}

.postImages {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.virtualniCont {
    position: absolute;
    top: 46%;
    right: 0;
    left: 0;
    margin: 0px auto;
    text-align: center;
    z-index: 3;
}

.virtualniCont a {
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    background: rgba(0,0,0,0.25);
    transition: all 0.25s ease-in-out;
}

.virtualniCont a:hover {
    background: rgba(0,0,0,0.45);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    transform: translateY(-1px);
    text-decoration: none;
}

.aligncenter.size-full {
    margin: 10px auto;
    display: block;
    max-width: 100%;
}

.festivali .postImage .postImages {
    border-bottom: 10px solid #002072;
}
.koncerti .postImage .postImages {
    border-bottom: 10px solid rgb(255, 0, 0);
}
.kultura .postImage .postImages {
    border-bottom: 10px solid #fdd600;
}
.sport .postImage .postImages {
    border-bottom: 10px solid #10ac00;
}
.zabava .postImage .postImages {
    border-bottom: 10px solid #f60;
}
.pozoriste .postImage .postImages {
    border-bottom: 10px solid #2287CC;
}

.postovi .postImage .postImages {
    border-bottom: 10px solid #11ac00;
}

.fullIframe {
    width: 100%;
    height: 450px;
    margin: 25px 0px;
}

.languages {
    margin-left: 30px;
}

.topBar .col-md-12 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.socials a {
    color: #fff;
    margin: 0px 3px;
}

.socials a i {
    font-size: 18px;
}

.weather {
    color: #fff;
    margin-right: 30px;
}

.callUs {
    color: #fff;
    margin-right: 30px;
}

.widget_text {
    list-style: none;
}

.postFeaturedImage {
    width: 100%;
    margin-bottom: 25px;
}

.size-medium.alignleft {
    float: left;
    margin: 5px 15px 5px 0px;
}

.size-medium.alignright {
    float: right;
    margin: 5px 0px 5px 15px;
}

.slickPageSlider {
    width: 100%;
}

.pageSlidePost {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hoteliLista span {
    text-align: center;
    display: block;
    padding: 20px 0px;
    font-size: 20px;
    color: #012172;
    font-weight: bold;
}

.hoteliLista .col-md-4 {
    margin-bottom: 20px;
}

.hoteliLista a {
    transition: all 0.25s ease-in-out;
}

.hoteliLista a:hover {
    text-decoration: none;
    opacity: 0.88;
}

.catLista {
    margin-bottom: 25px;
}

.catImage {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.catLista a {
    color: #000;
    transition: all 0.25s ease-in-out;
}

.catLista a:hover .catImage {
    text-decoration: none;
    opacity: 0.88;
}

.catLista a:hover .pressTitle {
    text-decoration: none;
}

.imageSlider {
    width: 100%;
    height: 350px;
}

.homeGallery {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homeGallery a {
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

footer ul {
    padding: 0;
    list-style: none;
}

@media screen and (max-width:1600px) {
    .homeGallery {
        height: 250px;
    }

    .imageSlider {
        width: 100%;
        height: 250px;
    }

    .slick-prev {
        left: 75px;
    }
    
    .slick-next {
        right: 75px;
    }
}


@media screen and (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        padding: 5px 15px;
    }

    .znamenitosti .grid-container {
        display: block;
    }

    .navbar .nav-item .nav-link {
        color: #000;
    }

    .videoOverlay {
        height: 100px;;
    }

    .grid-item {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    .grid-item {
        height: 300px;
    }

    .homePanorama {
        height: 450px;
    }
}

@media screen and (max-width: 475px) {
    .imageSlider {
        display: none;
    }

    .callUs {
        margin-right: 0px;
    }

    .homePanorama {
        display: none;
    }

    div.slickHomeDesc {
        width: 80%;
        left: 0;
        right: 0;
        margin: 0px auto;
        top: 5%;
    }

    div.slickHomeDesc h3 {
        font-size: 20px;
    }

    .slick-prev {
        left: -15px;
    }

    .slick-next {
        right: -15px;
    }

    .homePanorama {
        height: 60vh;
        margin-bottom: 50px;
    }

    .col-md-12.events a{
        display: block;
    }

    .orangeBg {
        margin-bottom: 15px;
    }
    
    .postovi .col-md-4, .eventsi .col-md-4 {
        margin-bottom: 10px;
    }

    .copyright .col-md-6 {
        text-align: left !important;
    }

    .topBarHome {
        padding: 5px 0px;
    }

    .znamenitosti {
        padding: 25px 0px;
    }

    .grid-item.gridLarge img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .znamenitosti .grid-container {
        grid-template-columns: 1fr;
        width: 100%;
        grid-column-gap: 0px;
    }

    .homeSlider {
        padding: 25px 0px;
    }

    .navbar.scrolled {
        top: 25px;
    }

    .languages {
        margin-left: 5px;
    }

    .slick-slide img {
        height: 200px;
    }

    
}