body {
    background-color: #1b1b1b;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Marcellus', serif;
}

.container80 {
    width: 70%;
    margin: auto;
}

.site-content {
    max-width: 1100px;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-content__headline {
    font-weight: 200;
    color: #fff;
    font-size: calc(2vw + 10px);
}

.logo-icon {
    height: 90px;
    width: 90px;
    position: fixed;
    z-index: 3;
    left: 120px;
    top: 50px;
    cursor: pointer;
}

.menu-icon {
    height: 50px;
    width: 30px;
    position: fixed;
    z-index: 2;
    right: 120px;
    top: 60px;
    cursor: pointer;
    z-index: 99;
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #fff;
    margin-bottom: 4px;
    transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #fff;
    margin-bottom: 4px;
    transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line-left {
    width: 15px;
}

.menu-icon__line-right {
    width: 15px;
    float: right;
}

.nav {
    position: fixed;
    z-index: 33;
}
.nav__list a{
    color: transparent !important;
    text-decoration: none;
}
.nav:before, .nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(234, 234, 234, .2);
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(0%) translateY(-100%);
}

.nav:after {
    /* background: #d7aa68; */
    background: #1b1b1b;
    transition-delay: 0s;
}

.nav:before {
    transition-delay: 0.1s;
}

.nav__content {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    cursor: pointer;
}

.nav__list-item {
    position: relative;
    display: inline-block;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity 0.2s ease, transform 0.3s ease;
    margin-right: 25px;
    color: white;
}

.nav__list-item:before {
    content: "";
    position: absolute;
    background: #d7aa68;
    width: 20px;
    height: 1px;
    top: 100%;
    transform: translate(0%, 0%);
    transition: all 0.3s ease;
    z-index: -1;
}

.nav__list-item:hover:before {
    width: 100%;
}

body.nav-active .logo {
    transition: ;
}

body.nav-active .menu-icon__line {
    background-color: #d7aa68;
    transform: translateX(0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
    transform: translateX(1px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
    transform: translateX(-2px) rotate(45deg);
}

body.nav-active .nav {
    visibility: visible;
}

body.nav-active .nav:before, body.nav-active .nav:after {
    transform: translateX(0%) translateY(0%);
}

body.nav-active .nav:after {
    transition-delay: 0.1s;
}

body.nav-active .nav:before {
    transition-delay: 0s;
}

body.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
    transition-delay: 0.5s;
}

body.nav-active .nav__list-item:nth-child(1) {
    transition-delay: 0.6s;
}

body.nav-active .nav__list-item:nth-child(2) {
    transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(3) {
    transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(4) {
    transition-delay: 0.9s;
}

/********slider*****/

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: rgba(0, 0, 0) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background:  linear-gradient(180deg, rgba(38,33,30,.25) 0, #1b1b1b 100%);
}

.carousel-inner::after {
    left: -10%;
    top: -10%;
    background-image: url(/images/dec_1.webp);
    background-size: contain;
    width: 80%;
    -webkit-animation-name: decRotate;
    animation-name: decRotate;
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.carousel-caption {
    bottom: 25vh;
}

.carousel-caption h5 {
    font-size: 65px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*margin-top: 25px;*/
}

.carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.carousel-indicators li {
    background-color: #d7aa68;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.btn-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-slider a {
    border: 1.5px solid #fff;
    color: #fff;
    font-size: 13px;
    width: 150px;
    max-width: 150px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    margin: 20px 13px 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn-slider a:nth-of-type(2) {
    background: #d7aa68;
    border: none;
}

.btn-slider a:nth-of-type(1):hover {
    border: 1.5px solid #d7aa68;
}

.btn-slider a:nth-of-type(2):hover {
    background: #1b1b1b;
    color: #d7aa68;
    border: #d7aa68 1.5px solid;
}

.wrapper .btn-slider {
    margin: 35px 0 0px 35px;
}

.logo_header {
    height: 40px;
}

.logo_header2 {
    height: 30px;
}

.paddingSection {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.paddingRight {
    padding-right: 8rem;
}

.naslov {
    text-transform: uppercase;
    color: #d7aa68;
    font-size: 44px;
}

.slikaPozadina1 {
    background: url(../images/slikaPozadina1.JPG);
    background-size: cover;
    height: 480px;
}


.sivaLinija {
    position: relative;
    width: 80%;
    border-bottom: 5px white solid;
    margin: auto;
}
.slider {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 5px;
    background-color: #d7aa68;
    width: 0%;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
}

.sivaLinija:hover .slider{
    width: 100%;
}

.sliderAnimate {
    width: 100%;
}
.kontakt{
    margin-bottom: 2rem;
}
.kontakt a{
    text-decoration: none;
    color: white;
}
.kontaktEmail{
    text-align: center;
    margin-bottom: 2rem;
}
.kontaktEmail a{
    text-decoration: none;
    color: white;
    font-size: 30px;
}

.slovaInfo {
    color: #fff;
    font-size: 26px;
}

.paragrafInfo {
    color: #fff;
    font-size: 12px;
}

.counter {
    text-align: center;
    padding-top: 3rem;
}

.counter h3, .counter span {
    color: #fff;
}

.counter-39392 h3 {
    font-size: 50px;
}

.bg-image {
    background-size: cover;
}

.bg-image>.container {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1000px) {
    .bg-image {
        min-height: 40vh;
    }
}

/******FILTER STANOVA *****/

.button {
    display: inline-block;
    /*padding: 0.5em 1.0em;*/
    margin-bottom: 10px;
    background: #fff;
    border: none;
    color: #222;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
    width: 80%;
    border: none;
}

.button:hover {
    background-color: #d7aa68;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: white;
}

.button:active, .button.is-checked {
    border: #d7aa68 2px solid;
}

.button.is-checked {
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* .button h1,h2,h3,h4,h5,h6{ */

/* font-family: 'Montserrat', sans-serif;
}  */

.button p {
    font-family: 'Montserrat', sans-serif;
}

.button a {
    color: white;
    text-decoration: none;
}

.btn-zlatni {
    color: #fff;
    background-color: #d7aa68;
    border: none;
    padding: 15px 30px;
}

.blockBtnZlatni {
    display: block;
    width: 80%;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #d7aa68;
    font-size: 24px;
    margin: auto;
}

/* .blockBtnZlatni:hover {
    background-color: #ddd;
    color: black;
} */

.blockBtnBijeli {
    display: block;
    width: 80%;
    border: none;
    cursor: pointer;
    text-align: center;
    color: black;
    background-color: white;
    font-size: 24px;
    margin: auto;

}

/* .blockBtnBijeli:hover {
    background-color: #ddd;
    color: black;
} */

.btnFitler {
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 1rem 2rem;
}

.btnFilterZlatno2 {
    color: #fff;
    background-color: #d7aa68;
}

.btnFilterBijelo2 {
    color: black;
    background-color: white;
}

.btnFilterZlatno2 h4, .btnFilterBijelo2 h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.btnFilterZlatno2 h6, .btnFilterBijelo2 h6 {
    font-family: 'Montserrat', sans-serif;
}

.btnFilterZlatno2 p, .btnFilterBijelo2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.btnFilterZlatno2 a, .btnFilterBijelo2 a {
    color: white;
    text-decoration: none;
}

.slikaStana {
    background-size: cover;
    width: 80%;
    margin: auto;
}

/******kartice******/

.lib-panel {
    margin-bottom: 20Px;
}

.lib-panel img {
    background-color: transparent;
}

.lib-panel .row, .lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}

.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 28px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 22px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 18px;
}

.lib-panel .lib-row.lib-desc a {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 18px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
}

/*******************PERIN CSS********************/

.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100px; /*100px - giz izmjena*/
    padding: 0 25px;
    box-sizing: border-box;
    z-index: 100;
    backface-visibility: hidden;
    transition: all 0.3s ease
}

.fixed-nav-bar .logo {
    position: absolute;
    left: 40px;
    top: 50%; /*50% - giz izmjena */    
    transform: translateY(-50%);
    text-transform: uppercase;
    color: #ccc;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
}

.fixed-nav-bar .menu-icon {
    position: absolute;
    right: 40px;
    top: 75%;
    transform: translateY(-50%);
    text-transform: uppercase;
    color: #ccc;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
}

.fixed-nav-bar .logo span {
    color: #e78533;
    font-weight: 600;
}

.fixed-nav-bar.scrolled {
    min-height: 60px; /*60px - giz izmjena*/
    background-color: #1b1b1b;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.6);
}

.fixed-nav-bar.scrolled .logo {
    width: 80px;
}


.fixed-nav-bar.scrolled .menu-icon__line {
    background-color: #d7aa68;
}

.goldMenuIcon {
    display: none;
}

.fotorama__wrap {
    margin: 0 auto;
}

.grid {
    margin: 0px auto;
    width: 100%;
}

.element-item {
    position: relative !important;
}

/*******************B CSS********************/

.lib-panel .lib-row.lib-head {
    background-color: #FFFFFF;
    font-size: 24px;
    padding: 10px 20px 0 20px;
}

.lib-des {
    position: relative;
    display: block;
    font-size: 12.5px;
}

.btn-align {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.paddingLowerSection {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.lib-unord {
    list-style: none;
}

.footerSection {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 80%;
    background-color: #d7aa68;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    border-width: 2px white;
    border-color: solid;
    border-radius: 1px;
    background-color: #d7aa68;
    color: black;
    padding: 5px 16px;
    font-size: 12px;
    cursor: pointer;
    height: 30px
}

.success {
    border-color: white;
    border-width: 2px white;
    color: white;
}

.success:hover {
    background-color: whitesmoke;
    color: black;
    border-color: black;
}

.paddingGalerija {
    padding-top: 8rem;
}

.onama {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 100px 0;
}

.onama-left {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.onama-right {
    width: 50%;
}

.onama-right img {
    width: 100%;
}

.onama-left h1 {
    margin-bottom: 15px;
}

.onama-left p:nth-of-type(1) {
    font-size: 13px;
    margin-top: 15px;
}

.onama-left p:nth-of-type(2), .onama-left p:nth-of-type(3) {
    max-width: none;
}

#owl-demo {
    min-height: 400px;
    transition: opacity 2000ms;
}

#owl-demo .item img {
    display: block;
    width: 80%;
    height: auto;
    margin: 3rem auto;
    transition: opacity 2000ms;
}

.item.faded-out {
    opacity: 0;
}

.gallery-boxes .gal-box {
    display: none;
    opacity: 0;
}

.gallery-boxes .gal-box.galcurr {
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
}

.prv, .nxt {
    color: #d7aa68;
    font-size: large;
    background-color: white;
    border: none;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.prv:hover, .prv:checked, .nxt:hover, .nxt:checked, .prv:disabled, .nxt:disabled {
    color: gray;
}
.carousel-indicators{
    z-index: 2 !important;
}

.first-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
}

.first-buttons a {
    border: 1.5px solid #000;
    color: #000;
    font-size: 13px;
    width: 150px;
    max-width: 150px;
    height: 49px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.first-buttons a:nth-of-type(1) {
    background: #d7aa68;
    border: none;
    color: #fff;
    margin-left: 12px;
}

.first-buttons a:nth-of-type(1):hover {
    background-color: #9d7c2f;
    border: none;
}

*,*:focus,*:hover{
    outline: 0px transparent !important;
}

.slajder {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.slajder p {
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
}

.slajder p::before {
    content: "";
    background: #d9be7f;
    position: absolute;
    height: 2px;
    width: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.slikaLink{ 
    opacity: 1; 
    filter: alpha(opacity=100); 
} 
.slikaLink:hover 
{ 
    opacity: 0.45; 
    filter: alpha(opacity=30); 
} 


@media screen and (max-width: 1024px)  {

    .paddingRight{
        padding-right: 0px;
    }

}
@media screen and (max-width: 768px) {
    .slajder h5 {
        font-size: 35px;
        line-height: 39px;
    }

    .slajder p {
        font-size: 17px;
    }

    #owl-demo {
        min-height: 200px;
        transition: opacity 2000ms;
    }
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


#carouselExampleIndicators:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg,rgba(38,33,30,.67),rgba(38,33,30,.76) 68.75%,#26211e),url(/dinarica_hero.webp);
    background-size: cover;
    width: 100%;
    -webkit-animation-name: heroScale;
    animation-name: heroScale;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    z-index: -1;
}

#divSlika1{
    padding-left: 50px;
}

#slika2{
    margin-top: -100px;
}
.zlatna{
    color:#d7aa68;
}


/* ===================== PROJECT ======================*/
.projects-area {
	padding-bottom: 70px;
}

.project-box a {
	display: block
}

.project-box {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	overflow: hidden
}

.project-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
}

.project-box h3 {
	color: #fff;
	position: absolute;
	top: 60px;
	left: 60px;
	text-transform: uppercase;
	display: inline-block;
	z-index: 1;
	letter-spacing: 4px;
	font-size: 36px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.project-box p {
	font-size: 20px;
	position: absolute;
	color: #fff;
	left: -70px;
	bottom: 180px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	letter-spacing: 10px;
	font-family: 'Teko', sans-serif;
	font-weight: 600;
	margin: 0;
	z-index: 1;
	width: 300px;
	height: 50px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.project-zoom {
	position: absolute;
	z-index: 1;
	left: 44%;
	top: 48%;
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #B78D65;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}
.project-box a img{
    max-width: 1000px;
    max-height: 800px;
}
.project-box:hover .project-zoom {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.projects-page-area .col-md-5:nth-child(2n+2) {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.projects-page-area .project-box {
	margin-bottom: 100px
}

.projects-page-area {
	padding-bottom: 50px
}
#projektiMobileBtn{
    display: none;
}
.linkKontakt{
    text-decoration: none;
    color: white;
}
.linkKontakt:hover{
    text-decoration: none;
    color: #d7aa68;
}

/* ===================== PARTNERS ======================*/
.partners-area {
	padding-bottom: 50px
}

.partner-inn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.partner-inn ul li {
	margin-bottom: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 23%;
	flex: 0 23%;
	list-style: none;
	text-align: center;
	cursor: pointer;
}

.partner-inn ul li img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.partner-inn ul li:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}




.site-section{
    min-height: 100vh;
}

.containerSivo{
    background-color: #eee6e3;
    color: #26211e;
}

.zIndex{
    z-index: 999;
}

#slika3{
    margin-top: -100px;
}
#slika4{
    margin-bottom: -100px;
}
/* .logoNovi{
    opacity: 0.5;
    margin-top: 50px;
} */

.slikaIspod{
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 100px;
    margin-left: -30px;
}


.klijent{
    color: white;
    text-align: center;
    font-size: 18px;
    margin-bottom: 2rem;
}

.pozicija{
    color: white;
    font-size: 24px;
    margin-top: 1rem;
    border-bottom: 1px solid #d7aa68;
}
.dokumenti{
    margin-bottom: 1rem;
}
.fileDownload{
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
}

.fileDownload:hover{
    color: #d7aa68;
    text-decoration: none;
}

.fa-file-pdf{
    font-size: 33px;
}
  
.thumb{
    padding: 0px !important;
}
.contact-info-icon {
	border: 5px solid white;
	font-size: 25px;
	width: 70px;
	height: 70px;
	line-height: 60px;
	text-align: center;
	margin: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.contact-info-icon svg {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact-info-text h5 {
	font-size: 21px
}

.contact-info-text p {
	margin: 10px 0
}

#slikaPort1{
    margin-top: -100px;
}

#carsousel-caption-stranica{
    top: 25vh !important;
}

.pocetakStranice{
    margin-top: -300px;
    position: relative;
    z-index: 9;
}
#logo{
    margin-bottom: 20px !important;
}

.logos {
    display: flex;
    justify-content: space-between;
  }
  
  .logos img {
    filter: grayscale(100%);
  }
  
  .logos img:hover {
    filter:  hue-rotate(45deg) saturate(400%) brightness(110%);
    color: white;

  }
  svg:hover path {
    fill: white;
  }
  
  
  .logos img {
    width: 100%;
    max-width: 180px;
    height: auto;
    object-fit: contain;
  }
  path {
    fill: #d7aa68;
  }
  .paddingSectionTop{
    padding-top: 100px;
  }
  .paddingSectionBottom{
    padding-bottom: 100px;;
  }
  .tristo{
    height: 150px;
  }
  .telMail{
    color: white;
    text-decoration: none;
  }
  .telMail:hover{
    color: #d7aa68;
    text-decoration: none;
  }

  img.zoom {
    width: 100%;
    height: 200px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
  
/*Responsive*/
@media(max-width: 767px) {
	.project-box p {
		font-size: 14px;
		left: -110px;
		bottom: 135px;
		letter-spacing: 4px;
	}
	.project-box h3 {
		top: 15px;
		left: 20px;
		letter-spacing: 2px;
		font-size: 19px;
	}
	
	.project-box:hover .project-zoom {
		-webkit-transform: scale(1) translateX(-50%, -50%);
		transform: scale(1) translateX(-50%, -50%);
	}
	.projects-area {
		padding-bottom: 70px;
	}
	.projects-page-area .col-md-5:nth-child(2n+2) {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	.projects-page-area .project-box {
		margin-bottom: 30px;
	}

}
@media(max-width: 575px) {
    #slika3{
        overflow-x: hidden !important;
    }
    #carouselExampleIndicators{
        overflow-x: hidden !important;
    }
    .site-section{
        overflow-x: hidden !important;
    }
	.projects-page-area .col-md-5:nth-child(2n+2) {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.projects-page-area .project-box {
		margin-bottom: 30px;
	}
	.projects-page-area {
		padding-bottom: 70px
	}
    .nav__list{
        padding: 0px !important;
    }
    .nav__list-item{
        display: block;
    } 
    .nav__list-item{
        margin: 1rem;
    }

    .carousel-caption{
        position: absolute;
    z-index: 10;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    right: 0% !important;
    left: 0% !important;
    }

    .carousel-caption p {
    font-size: 14px;
    }
    .naslov{
        font-size: 28px;
        padding-top:1rem;
    }
    .container80{
        width: 90%;
    }
    .naslovDiv{
        padding-left: 1rem;
    }

    .textDio{
        font-size: 12.5px;
    }

    .paddingSection{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
	#slika1{
        max-width: 120%;
    margin: -30px;
    overflow-x: hidden;
    }
    #slika2{
        max-width: 60%;
    height: auto;
    margin-top: -50px;
    }
    #slika3{
        max-width: 120%;
        margin-left: -40px;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow-x: hidden;
    }
    #slika4{
        max-width: 70%;
        margin-bottom: 0px;
        margin-top:-70px;
    }
    .site-section{
        min-height: 20vh !important;
    }
    #projektiBtn{
        display: none;
    }
    #projektiMobileBtn{
        display: block;
    }
    .pml-1{
        padding-left: 0.5rem;
    }
    .contact-info-icon {
        border: 5px solid #d7aa68;
        font-size: 10px !important;
        width: 45px;
        height: 45px;
        line-height: 35px;
        text-align: center;
        margin: 15px;
    }

    #logoFooter{
        display: none;
    }

    #slikaPort1{
        margin: 0px !important;
    }

    .logo_header {
        height: 30px;
    }

    .slovaInfo {
        color: #fff;
        font-size: 18px;
    }

    .logoHeader{
        height: 40px !important;
    }
    
}

@media (min-width: 768px) and (max-width: 991px){
	.project-box p {
		font-size: 16px;
		left: -110px;
		bottom: 150px;
		letter-spacing: 6px;
	}
	.project-box h3 {
		top: 15px;
		left: 20px;
		letter-spacing: 2px;
		font-size: 24px;
	}
	
	.project-box:hover .project-zoom {
		-webkit-transform: scale(1) translateX(-50%, -50%);
		transform: scale(1) translateX(-50%, -50%);
	}
	.projects-area {
		padding-bottom: 70px
	}
}
@media (width: 1024px){
	.project-box p {
		font-size: 20px;
		left: -110px;
		bottom: 150px;
		letter-spacing: 6px;
	}
	.project-box h3 {
		top: 15px;
		left: 20px;
		letter-spacing: 2px;
		font-size: 30px;
	}
	
	.project-box:hover .project-zoom {
		-webkit-transform: scale(1) translateX(-50%, -50%);
		transform: scale(1) translateX(-50%, -50%);
	}
}

.logoHeader{
    max-width: 180px;
    height: 70px;
    object-fit: contain;
}
.header{
    margin-left: -2rem!important;
    margin-right: -2rem !important;
}
.marginRight{
text-align: right;
}
.footerText{
    color: #000000;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 24px;
    display: flex;
    align-items: center;
    height: 90%; /* Ovo osigurava da se poravnanje primijeni unutar cijelog kontejnera */

}

