@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "RobotoLight";
    font-weight: 200;
    src: url("../font/roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Poppins";
    src: url("../font/poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "PoppinsLight";
    src: url("../font/poppins/Poppins-Light.ttf");
}

@font-face {
    font-family: "PlayFairDisplay";
    src: url("../font/PlayFair/PlayfairDisplay-Regular.ttf");
}

@font-face {
    font-family: "SourceSans";
    src: url("../font/SansPro/SourceSansPro-Regular.ttf");
}

@media screen and (min-width: 1px) {

    #add_on_scroll_nav .container-fluid,
    #ponude,
    #galerija,
    #vijesti {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    /* .swiper-button-prev {
        background: url('../svg/Strelica-lijevo.svg');
        background-repeat: no-repeat;
        background-size: 50px 50px;
        position: absolute;
        left: -1px;
        width: 100px;
    }

    .swiper-button-next {
        background: url('../svg/Strelica-desno.svg');
        background-repeat: no-repeat;
        background-size: 50px 50px;
        position: absolute;
        left: calc(100% - 50px);
        width: 100px;
    } */

    .swiper-button-prev {
        background: url('../svg/Strelica-lijevo.svg');
        background-repeat: no-repeat;
        background-size: 50px 50px;
        width: 100px;
        position: absolute;
        left: -40px;
        color: #000;
    }

    .swiper-button-next {
        background: url('../svg/Strelica-desno.svg');
        background-repeat: no-repeat;
        background-size: 50px 50px;
        width: 100px;
        position: absolute;
        left: calc(100% - 10px);
    }
}

@media screen and (min-width: 1366px) {

    #footer2_change_width {
        width: 80%;
    }

    #footer_o_nama .container-fluid {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_change_width {
        width: 90%;
        margin-left: auto !important;
    }

    .footer_change_width .col-12 {
        padding-left: 0;
    }

    #footer {
        margin-left: auto;
    }

    .swiper-button-prev {
        background: url('../svg/Strelica-lijevo.svg');
        background-repeat: no-repeat;
        background-size: 50px 50px;
        width: 100px;
        position: absolute;
        left: -40px;
        color: #000;
    }

    .swiper-button-next {
        background: url('../svg/Strelica-desno.svg');
        background-repeat: no-repeat;
        background-size: 50px 50px;
        width: 100px;
        position: absolute;
        left: calc(100% - 10px);
    }
}

@media screen and (min-width: 992px) {
    #footer_o_nama .container-fluid {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

.svg .st0 {
    fill: #fff;
}

.svg .st1 {
    fill: #fff;
}

.svg:hover .st0,
.svg:hover .st1 {
    fill: #dca320;
}

#add_on_scroll_nav {
    margin-top: 40px;
}

.svg {
    color: #fff;
}

.svg:hover {
    color: #dca320;
}

.fonts span a {
    color: #fff !important;
}

.change_me .nav-link a,
ul li a {
    color: #fff;
}

.swiper_2 {
    top: 25%;
}

.stranica_overlay {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
}

.container {
    max-width: 1340px !important;
}

a {
    text-decoration: none !important;
}

input,
button,
select,
textarea {
    outline: none !important;
    box-shadow: none !important;
}

body,
html {
    overflow-x: hidden !important;
    font-family: "SourceSans", sans-serif;
}

.bg-light {
    background-color: #fff !important;
}

.translate {
    width: 15px;
    height: 2px;
    position: absolute;
    top: 100%;
    background-color: #dca320;
    /* -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: 0;
}

.nav-item a:hover {
    color: rgb(98, 98, 98) !important;
}

.nav-item:hover .translate {
    top: 80%;
    z-index: -1;
    opacity: 1;
}

.nav-item .nav-link {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.line1,
.line2,
.line3 {
    width: 30px;
    height: 2px;
    background-color: #b99500;
    ;
    margin-top: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.open .line1 {
    position: relative;
    top: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.open .line2 {
    display: none;
}

.open .line3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

iframe {
    border: none;
}

nav a {
    font-family: "Poppins";
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

/* 
#top {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85vh, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 85vh, 0% 100%);
} */

#text {
    position: relative;
    margin-top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#text h1 {
    color: #fff;
    letter-spacing: 10px;
    font-family: "Roboto";
}

#text .imgContainer {
    margin-bottom: 20px;
}

#text .northtour_top {
    font-family: "PoppinsLight", sans-serif;
    font-size: 40px;
    line-height: 72px;
    color: #fff;
}

#circle {
    position: absolute;
    top: 107%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
    background: linear-gradient(135deg, rgba(188, 143, 8, 0.6) 0%, rgba(89, 148, 126, 0.6) 99%);
}

.video_card_parent:hover #circle {
    width: 2000px;
    height: 2000px;
}

.video_card_parent:hover .kartica {
    visibility: visible;
    opacity: 1;
}

.video_card_parent:hover .kartica .saznaj_vise_video_card {
    top: 200px;
}

.top_about {
    font-family: "Roboto";
    color: #fff;
}

.saznaj_vise_video_card_r {
    position: absolute;
    z-index: 5;
}

.top_video_overlay_title {
    font-family: 'PlayFairDisplay' !important;
    font-stretch: 0;
    letter-spacing: 0 !important;
    font-size: 70px !important;
    margin-top: 5px;
}

.saznaj_vise_video_card_l {
    position: absolute;
    z-index: 5;
}

.animate {
    width: 100%;
}

.index_ponuda_button {
    font-size: 18px;
    font-family: 'SourceSans';
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5px 20px;
    outline: none !important;
    box-shadow: none !important;
    background: #dca320;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.index_ponuda_button:hover {
    color: #fff;
    background: #a58401;
}

#kartice {
    height: 500px;
    margin-top: 40px;
}

@media all and (max-width: 992px) {
    #kartice {
        height: auto;
    }
}

#kartice .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.gurni_dolje {
    margin-top: 100px;
}

.video_card_naslov_overlay {
    font-size: 100px;
}

.video_card_parent {
    box-shadow: 0 10px 20px 0 rgb(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 10px 20px 0 rgb(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 100%;
    position: relative;
}

.kartica {
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.kartica .naslov {
    color: white !important;
    font-family: "Poppins";
    font-size: 19px;
}

.kartica .text {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "Poppins";
    font-style: italic;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.saznaj_vise_video_card {
    position: relative;
    top: 300px;
    font-family: "Poppins";
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #fff;
    width: 150px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.saznaj_vise_video_card a {
    color: #000;
    position: relative;
    top: 50px;
}

.saznaj_vise_video_card:hover {
    color: #000;
}


.pulse_white:hover {
    animation: shadow-pulse 0.5s;
    -webkit-animation: shadow-pulse 0.5s;
}

.pulse_black:hover {
    animation: shadow-pulse-black 0.5s;
    -webkit-animation: shadow-pulse-black 0.5s;
}

.pulse_yellow:hover {
    animation: shadow-pulse-yellow 0.5s;
    -webkit-animation: shadow-pulse-yellow 0.5s;
}

b {
    font-weight: bold;
}

.naslov {
    font-size: 44px;
    font-family: "PlayFairDisplay";
    font-weight: bold;
    text-decoration: none !important;
    color: #dca320 !important;
}

.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    border: none !important;
    outline: none !important;
}

.swiper-slide img {
    overflow: hidden;
    min-height: 410px;
    position: absolute;
    top: 0;
}

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

.ponude_card_text {
    width: 100%;
    position: relative;
    top: 250px;
    z-index: 2;
    left: 0%;
}

.ponude_card_text_naslov p {
    font-family: "PlayFairDisplay";
    font-weight: 100;
    position: absolute;
    left: 10%;
    font-size: 40px;
    color: #fff !important;
    display: inline-block;
}

.ponude_card_text a {
    font-family: "SourceSans";
    font-weight: 100;
    position: absolute;
    padding: 5px 15px;
    top: 65px;
    left: 10%;
    font-size: 14px;
    color: #fff !important;
    display: block;
    background-color: #dca320;
}

.ponude_card_text a:hover {
    background-color: #947600;
}

.text_card_inactive {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    font-family: 'SourceSans';
}

.ponude_card_text_text .text {
    font-family: "PoppinsLight";
    font-weight: 100;
    font-size: 14px;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33.33333%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

.galerija_button_vise .text-center a {
    background-color: #dca320;
    font-family: "SourceSans";
    font-size: 18px;
    color: #fff;
    padding: 5px 20px;
}

.galerija_button_vise .text-center a:hover {
    color: #fff;
    background-color: #a78606;
}

@media screen and (max-width: 576px) {
    .galerija_button_vise {
        margin-top: 10px;
    }
}



#hover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* .swiper-slide:hover #hover div {
    height: 100%;
} */

.ponuda_saznaj_vise_top {
    font-family: "Roboto";
    font-weight: 500;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
}

.ponuda_saznaj_vise_top:hover {
    color: #000;
}

.ponuda_saznaj_vise {
    font-family: "Roboto";
    font-weight: 500;
    z-index: 2;
    position: absolute;
    color: #fff;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) skewX(-20deg);
    -webkit-transform: translate(-50%, -50%) skewX(-20deg);
    -moz-transform: translate(-50%, -50%) skewX(-20deg);
    -ms-transform: translate(-50%, -50%) skewX(-20deg);
    -o-transform: translate(-50%, -50%) skewX(-20deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #fff;
    font-size: 15px;
    white-space: nowrap;
}

.swiper-slide:hover #hover a {
    top: 35%;
    opacity: 1;
}

.swiper-slide #hover a:hover {
    background-color: #fff;
    color: #000;
}

.swiper-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: relative;
    top: -50%;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.subscribe_to_newsletter {
    font-family: "Poppins";
    color: #fff;
    margin-top: 100px;
}

.news_overlay {
    background: linear-gradient(to bottom, rgba(188, 143, 8, 0.5), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 600px;
    position: absolute;
}

.vijesti_naslov {
    z-index: 1;
    position: absolute;
    top: 53%;
    color: #dca320;
    font-size: 24px;
    font-weight: bold;
    font-family: "PlayFairDisplay";
}

.vijesti_text {
    z-index: 1;
    position: absolute;
    top: calc(53% + 50px);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    font-family: "SourceSans";
}

@media screen and (max-width: 1199px) {
    #change_to_rel {
        position: relative;
        top: 10px
    }
}



.vijesti_button {
    z-index: 1;
    position: absolute;
    background-color: #dca320;
    font-family: "SourceSans";
    font-size: 18px;
    border: none;
    color: #fff;
    padding: 5px 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.vijesti_button:hover {
    color: #fff;
    background-color: #a78606;
}

.swiper_slide_relative {
    position: relative;
}

#newsletter2 {
    background-image: url("../slike/03_2.JPG");
    height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    transform: skewY(-7deg);
    -webkit-transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    -o-transform: skewY(-7deg);
}

#newsletter2 .container {
    transform: skewY(7deg) translateY(30%);
    -webkit-transform: skewY(7deg) translateY(30%);
    -moz-transform: skewY(7deg) translateY(30%);
    -ms-transform: skewY(7deg) translateY(30%);
    -o-transform: skewY(7deg) translateY(30%);
}

#newsletter2 input::-ms-input-placeholder {
    font-family: "Roboto";
    font-size: 14px;
    color: #fff !important;
}


#newsletter2 input::placeholder {
    font-family: "Roboto";
    font-size: 14px;
    color: #fff !important;
}

#newsletter2 input {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-color: #fff;
    height: 55px;
    font-family: "Roboto";
    font-size: 14px;
    color: #fff !important;
}

#newsletter2 input::placeholder {
    font-family: "Roboto";
    font-size: 14px;
    color: #fff !important;
}

#button_subscribe:hover {
    background-color: #a78606;
}

#button_subscribe:active {
    background-color: #9c7d01;
}

@media screen and (min-width: 992px) {
    #button_subscribe {
        background-color: #b99500;
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        position: absolute;
        top: 0;
        width: 50%;
        height: 55px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
}

@media screen and (max-width: 992px) {
    #button_subscribe {
        background-color: #b99500;
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        width: 100%;
        height: 55px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
}

#button_posalji {
    background-color: #dca320;
    color: #fff;
    font-family: "Poppins";
    font-size: 18px;
    padding: 10px 20px;
}

#button_posalji:active {
    background-color: #a58401;
}

/* newsletter in footer */

.newsletter_input input {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: transparent !important;
}

.newsletter_input input::placeholder {
    color: #fff;
}


.newsletter_input input:focus {
    background: transparent;
    color: #fff;
}

.newsletter_button button {
    background-color: #dca320;
    border: none;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.newsletter_button button:hover {
    background-color: #a58401;
    color: #fff;
}

#o_nama_pocetna {
    color: #000;
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

.o_nama_pocetna_overlay {
    background-color: #ebebeb;
    width: 100%;
    height: 400px;
    position: absolute;
}

.o_nama_pocetna_text_naslov b {
    font-weight: bold;
}

.o_nama_pocetna_text_naslov .o_nama_pocetna_ukratko_naslov {
    font-size: 40px;
    font-family: "PlayFairDisplay";
    font-weight: bold;
    color: #dca320;
}

.o_nama_pocetna_text_text p {
    font-family: "SourceSans";
    font-size: 18px;
    font-weight: lighter;
}

.o_nama_pocetna_opsirnije_button {
    font-family: "SourceSans";
    font-size: 18px;
    background-color: #dca320;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 5px 20px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.o_nama_pocetna_opsirnije_button:hover {
    color: #fff;
    background-color: #a58401;
}

.footer_text_left {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #dca320;
    font-family: "PlayfairDisplay";
}

.footer_lokacija a {
    font-family: "Poppins";
    text-decoration: none;
    color: #000;
}

.footer_broj a {
    font-family: "Poppins";
    text-decoration: none;
    color: #000;
}

.footer_mail a {
    font-family: "Poppins";
    text-decoration: none;
    color: #000;
}

.footer_text a {
    font-family: "Poppins";
    font-size: 16px;
    text-decoration: none;
    color: rgb(131, 131, 131);
}

.footer_text a:hover {
    color: #000;
}

.ukratko_footer {
    font-family: "PoppinsLight";
    font-style: italic;
}

.swiper-container2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 600px;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

@keyframes shadow-pulse-black {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-yellow {
    0% {
        box-shadow: 0 0 0 0px rgba(186, 149, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(186, 149, 0, 0);
    }
}


@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }
}

/* @media all and (min-width: 992px) {
    .swiper-container2 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        height: 800px
    }
}

@media all and (max-width: 992px) {
    .swiper-container2 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        height: 600px
    }
}

@media all and (max-width: 600px) {
    .swiper-container2 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        height: 400px
    }
} */

.social_network_icon {
    color: #000;
}

.social_network_icon:hover {
    color: #b99500;
}

/* PONUDE */

.ponuda_naslov {
    font-family: "PlayFairDisplay";
    font-size: 30px;
    font-weight: 600;
    color: #dca320;
}

.ponude_saznaj_vise {
    font-family: "SourceSans";
    font-size: 18px;
    background-color: #dca320;
    padding: 5px 20px;
    color: #fff;
    border-color: #dca320;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.ponude_saznaj_vise:hover {
    background-color: #b98a1c;
    color: #fff;
}

@keyframes slide-in-left {
    from {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes slide-in-right {
    from {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.slide-in-left-element {
    animation: slide-in-left 0.7s;
    -webkit-animation: slide-in-left 0.7s;
}

.slide-in-right-element {
    animation: slide-in-right 0.7s;
    -webkit-animation: slide-in-right 0.7s;
}

.hidden-left,
.hidden-right {
    opacity: 0;

}

/* PONUDA */

.ponuda_text {
    font-family: "SourceSans";
    font-size: 18px;
}

.card_text_text {
    font-family: "PoppinsLight";
    font-size: 14px;
}

/* O NAMA */

.o_nama_naslov {
    font-family: "Poppins";
    font-size: 40px;
}

.o_nama_podnaslov {
    font-family: "Poppins";
    font-size: 24px;
}

/* KONTAKT */

.kontakt_text_top {
    font-family: "PoppinsLight";
    font-size: 18px;
}

#inputGroupSelect01 {
    font-family: "PoppinsLight";
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.kontakt_form::placeholder {
    font-size: 14px;
    font-family: "PoppinsLight";
}

.kontakt_form {
    font-size: 14px;
    font-family: "PoppinsLight";
    color: #000;
    font-weight: 500;
}

select:focus,
input:focus,
textarea:focus {
    border-color: #ba9500 !important;
}

/* FOTO GALERIJA */

.galerija_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0%;
}

.overlay_text {
    color: #fff;
    font-family: "PlayFairDisplay";
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}




/* MODAL */
.modal-title {
    font-family: "PlayFairDisplay";
    color: #dca320;
    font-size: 30px;
    font-weight: bold;
}

.modal-body {
    padding: 10px 40px;
}

.modal_button {
    font-family: 'SourceSans';
    font-size: 16px;
    padding: 5px 30px;
    background-color: #dca320;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.modal_button:hover {
    color: #fff;
}

@media screen and (max-width: 576px) {
    #slika_o_nama {
        height: auto !important;
    }
}

#slika_o_nama {
    width: 100%;
    object-fit: cover;
    height: 500px
}