*, *:before, *:after {
    outline: 0;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #ACD154;
}

::selection {
    color: #000000;
    text-shadow: none;
    background: #ACD154;
}


::-webkit-input-placeholder {
    color: #636061 !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #636061 !important;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #636061 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #636061 !important;
    opacity: 1;
}

html, body {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */
    -webkit-overflow-scrolling: touch;
}

.noscroll {
    overflow: hidden;
}

/* LOADER */

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,1);
    z-index: 15000;
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

    .sk-double-bounce .sk-child {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #a6ce56;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
        animation: sk-doubleBounce 2s infinite ease-in-out;
    }

    .sk-double-bounce .sk-double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER END */

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

hr {
    border-color: #dbdbdb;
}

a:hover, a:focus {
    color: #67871b;
    outline: 0;
    outline-offset: 0;
}

.btn:active, .btn.active {
    box-shadow: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none;
}


.form-control:focus {
    border-color: #a6ce56;
}

.no-margin {
    margin: 0;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-25 {
    margin-top: 25px;
}

a {
    color: #000000;
    font-weight: 700;
}

a, .btn {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.dark-btn {
    background: #464646;
    width: 175px;
    height: 45px;
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    border-radius: 23px;
    text-align: center;
    line-height: 43px;
    margin: 60px auto 0 auto;
}

    .dark-btn:hover,
    .dark-btn:focus,
    .dark-btn:active {
        color: #000000;
        background: #a6ce56;
        text-decoration: none;
        outline: 0;
    }

    .dark-btn.green {
        background: #a6ce56;
        width: 175px;
        height: 45px;
        font-size: 13px;
        font-weight: 800;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        border-radius: 23px;
        text-align: center;
        line-height: 43px;
        margin: 0 auto 0 auto;
    }

        .dark-btn.green:hover,
        .dark-btn.green:focus,
        .dark-btn.green:active {
            color: #fff;
            background: #464646;
            text-decoration: none;
            outline: 0;
        }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
}

h1 {
    font-weight: 800;
}

.h2-naslovna {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
    margin: 0;
}

strong {
    font-weight: 700;
}

span.light {
    font-weight: 300;
}

.separator {
    display: block;
    float: none;
    margin: 20px auto 0 auto;
    width: 50px;
    height: 2px;
    background: #a6ce56;
}

.navbar {
    -webkit-transition: top .5s;
    transition: top .5s;
}

a.postanitekorisnik {
    position: fixed;
    top: 160px;
    right: 0;
    background: #a6ce56;
    width: 110px;
    height: 80px;
    z-index: 101;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

    a.postanitekorisnik:hover,
    a.postanitekorisnik:active,
    a.postanitekorisnik:focus {
        text-decoration: none;
        color: #ffffff;
        background: #464646;
    }

    a.postanitekorisnik span {
        display: block;
        margin-top: 23px;
        padding: 0 5px;
    }

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar {
    background: transparent;
}

    .navbar a {
        color: #ffffff;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}

.navbar .topbar {
    font-size: 11px;
    height: 45px;
    line-height: 45px;
}

    .navbar .topbar ul {
        padding: 0;
        margin: 0;
        float: right;
    }

        .navbar .topbar ul li {
            list-style-type: none;
            display: inline-block;
            padding: 0 15px;
        }

        .navbar .topbar ul li:last-child {
            padding: 0 0 0 15px;
        }

.navbar .main-nav a {
    font-weight: 600;
    padding: 5px;
}

    .navbar .main-nav a.active {
        color: #ACD154;
    }

.navbar .main-nav .droping li a.active {
    color: #7eb106 !important;
}

.navbar li.lang {
    padding: 0;
}

    .navbar li.lang .dropdown {
        padding: 0 0 0 15px;
    }

    .navbar li.lang .img-wrapper {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        float: left;
    }

    .navbar li.lang .ion-ios-arrow-down {
        float: right;
        font-size: 18px;
    }

        .navbar li.lang .ion-ios-arrow-down:before {
            color: #ffffff;
        }

.main-nav .submenu .ion-ios-arrow-down {
    padding-left: 10px;
    font-size: 18px;
}

.navbar li.lang .btn {
    padding: 0;
    width: 46px;
    height: 28px;
    border: none;
    background: transparent;
    transition: none;
    -webkit-transition: none;
}

/*.navbar li.lang img {
    width: 44px;
    margin: -3px auto 0 -12px;
}*/

.navbar li.lang .dropdown-menu {
    min-width: 45px;
    border-radius: 0;
    line-height: 0;
    margin-left: 5px;
}

    .navbar li.lang .dropdown-menu li {
        padding: 0;
        display: block;
    }

    .navbar li.lang .dropdown-menu > li > a {
        float: left;
        padding: 10px;
    }

.navbar .navbar-header {
    float: left;
}

.navbar .navbar-brand {
    padding: 0;
    height: auto;
    margin: 0;
}

.navbar .main-nav {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-header .logo img {
    width: 190px;
    height: 45px;
}

.navbar .main-nav li.search-li {
    position: relative;
}

    .navbar .main-nav li.search-li .ion-ios-search:before {
        font-size: 24px;
        color: #ffffff;
    }

    .navbar .main-nav li.search-li label {
        margin-top: 4px;
        margin-bottom: 0;
        cursor: pointer;
    }

/* search */

.searchholder {
    background: #ffffff;
    position: absolute;
    z-index: 0;
    padding: 0 5px;
    right: 0;
    top: 15px;
    overflow: hidden;
    width: 20px;
    height: 0;
    transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}

    .searchholder ::-webkit-input-placeholder {
        color: #9c9c9c !important;
    }

    .searchholder ::-moz-placeholder {
        color: #9c9c9c !important;
    }

    .searchholder :-ms-input-placeholder {
        color: #9c9c9c !important;
    }

    .searchholder :-moz-placeholder {
        color: #9c9c9c !important;
    }

    .searchholder form {
        opacity: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        outline: none;
    }

    .searchholder input {
        background: #fff;
        border: none;
    }

        .searchholder input[type='text'] {
            border-radius: 0;
            width: 148px;
            margin: 0 1px 0 0;
            padding: 0 5px 1px;
            min-height: 23px;
            font-size: 13px;
            color: #000000;
            font-weight: 300;
        }

        .searchholder input[type='submit'] {
            text-transform: uppercase;
            font-size: 11px;
            padding: 0 5px;
            min-height: 24px;
            border-radius: 0;
            margin: 0;
            cursor: pointer;
            background: #a6ce56;
            color: #000000;
            font-weight: 700;
            -webkit-transition: all 0.35s;
            -moz-transition: all 0.35s;
            transition: all 0.35s;
        }

            .searchholder input[type='submit']:hover {
                text-decoration: none;
                color: #ffffff;
                background: #464646;
            }

.search-box {
    visibility: hidden;
}

    .search-box:checked ~ .searchholder {
        width: 217px;
        height: 34px;
        padding: 5px;
        top: 35px;
        transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
        -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
        box-shadow: 0 2px 15px rgba(0,0,0,.3);
    }

        .search-box:checked ~ .searchholder form {
            opacity: 1;
            transition: 0.3s all ease-out 0.5s;
            -webkit-transition: 0.3s all ease-out 0.5s;
        }


/* hover effect */
/* Effect 1: Brackets */
.g-effect a::before,
.g-effect a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.g-effect a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.g-effect a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.g-effect a:hover::before,
.g-effect a:hover::after,
.g-effect a:focus::before,
.g-effect a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}


/* end hover effect */

header {
    background: #3ca793 url(img/header-bg-new.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 625px;
    width: 100% !important;
}

.slider {
    color: #ffffff;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    z-index: 1;
    margin-top: 138px;
    height: 420px;
}

    .slider h2 {
        font-size: 30px;
        font-weight: 700;
        text-transform: none;
        display: block;
    }

    .slider p {
        font-weight: 300;
        font-size: 16px;
        line-height: 22px !important;
    }

    .slider a.more {
        color: #ffffff;
        display: inline-block;
        border: 1px solid #ffffff;
        border-radius: 18px;
        width: 120px !important;
        height: 35px !important;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 33px;
        margin: 30px 0 0 0;
    }

        .slider a.more:hover {
            background: #ffffff;
            color: #000000;
        }

        .slider a.more .ion-ios-arrow-forward:before {
            padding-left: 7px;
        }

.slider-wrapper {
    position: relative;
}

.slider .slider-content {
    position: relative;
    float: left;
    width: 50%;
    height: 420px;
    padding-top: 60px;
}

.slider .slider-img {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 9;
}

.fast-menu {
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
    margin-top: -105px;
    display: block;
    float: left;
    width: 100%;
}

    .fast-menu .fast-menu-content {
        height: 215px;
        background: #ffffff;
        margin-top: 0;
        box-shadow: 0 3px 70px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 3px 70px rgba(0,0,0,.2);
    }

    .fast-menu ul {
        list-style-type: none;
        padding: 0;
        text-align: center;
        display: block;
        float: left;
        width: 100%;
    }

        .fast-menu ul li {
            float: left;
            width: 25%;
            height: 215px;
            border-right: 1px solid #e0e0e0;
            text-transform: uppercase;
        }

            .fast-menu ul li:last-child {
                border-right: 0;
            }

            .fast-menu ul li a {
                color: #000000;
                text-decoration: none;
                font-weight: 400;
            }

    .fast-menu .item-wrapper {
        position: relative;
    }

        .fast-menu .item-wrapper a.icon {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 215px;
            display: block;
            z-index: 11;
            opacity: 1;
        }

            .fast-menu .item-wrapper a.icon:hover,
            .fast-menu .item-wrapper a.icon:active,
            .fast-menu .item-wrapper a.icon:focus {
                opacity: 0;
            }

        .fast-menu .item-wrapper .hover-content {
            position: absolute;
            background: #ededed;
            z-index: 12;
            width: 100%;
            height: 268px;
            top: -50px;
            opacity: 0;
            border-bottom: 4px solid #a6ce56;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            transition: all 0.25s;
        }

            .fast-menu .item-wrapper .hover-content:hover {
                display: block;
                opacity: 1;
            }

            /*.fast-menu .item-wrapper .hover-content ul {
    height: 260px;
}*/

            .fast-menu .item-wrapper .hover-content ul li {
                display: block;
                width: 100%;
                float: none;
                height: auto;
                border-left: none;
                border-right: none;
                border-top: none;
                border-bottom: 1px solid #c8c8c8;
            }

                .fast-menu .item-wrapper .hover-content ul li:last-child {
                    border-bottom: none;
                }


                .fast-menu .item-wrapper .hover-content ul li a {
                    font-size: 13px;
                    font-weight: 400;
                    display: block;
                    padding: 12px 10px;
                }

                    .fast-menu .item-wrapper .hover-content ul li a:hover {
                        background: #ccc;
                    }

                .fast-menu .item-wrapper .hover-content ul li.title {
                    background: #a6ce56;
                    height: 50px;
                    line-height: 50px;
                    font-weight: 800;
                }

        .fast-menu .item-wrapper .circle-wrapper {
            width: 96px;
            height: 96px;
            display: block;
            margin: 45px auto 20px auto;
            background: #ffffff;
            border-radius: 50%;
            border: 1px solid #a6cd56;
        }

        .fast-menu .item-wrapper .img-wrapper {
            background: #dfdfdf;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: block;
            margin: 7px auto;
        }

            .fast-menu .item-wrapper .img-wrapper img {
                width: 42px;
                vertical-align: middle;
                height: 100%;
            }

/* typed js cursor */

.typed-cursor {
    opacity: 1;
    float: left;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* end typed js */

/* poslovna rješenja */
.poslovna-rjesenja {
    padding: 50px 0 0 0;
    background: url(img/line-bg2.jpg) no-repeat 100% 50%;
    border-bottom: 1px solid #c7c7c7;
}

    .poslovna-rjesenja h1 {
        margin-top: 0;
    }

.rjesenje.page img {
    height: 120px;
}

.slider-rjesenja .rjesenje .img-wrapper {
    padding: 0 20px;
}

.rjesenje {
    text-align: center;
    padding: 0 20px;
}

.rjesenje {
    padding: 0 20px;
}

    .rjesenje .img-wrapper {
        margin: 0;
    }

    .rjesenje img {
        float: none;
        margin: 0 auto;
        display: block;
        height: 80px;
    }

    .rjesenje p {
        margin: 0;
    }

    .rjesenje a.more {
        font-weight: 800;
        font-size: 12px;
        display: inline-block;
        border-radius: 18px;
        width: 120px;
        height: 35px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height: 33px;
        margin: 20px 0 0 0;
        border: 1px solid #000000;
    }

        .rjesenje a.more:hover,
        .rjesenje a.more:focus,
        .rjesenje a.more:active {
            color: #000000;
            background: #a6ce56;
            border: 1px solid #a6ce56;
        }

.poslovna-rjesenja .dark-btn {
    margin: 30px auto 60px auto;
}

.poslovna-rjesenja .rjesenja-wrapper img {
    margin: 0 auto;
    display: block;
    float: none;
}


/* end poslovna rješenja */

/* reference */
.reference {
    padding: 30px 0;
}

.reference.home {
    padding: 50px 0;
    overflow: hidden;
}

    .reference h1 {
        margin-top: 0;
    }

    .reference .reference-wrapper {
        margin: 30px 0 0 0;
    }

        .reference .reference-wrapper .dark-btn {
            margin: 0 auto;
        }

    .reference .ref-item {
        float: left;
        height: auto;
        margin-bottom: 15px;
    }

    .reference .reference-wrapper .col-lg-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

.btn-filter {
    margin: 0 auto;
    background: #a6ce56;
    color: #000000;
    border-radius: 23px;
    display: none;
    text-transform: uppercase;
    font-weight: 700;
    width: 145px;
    height: 40px;
}

/* end reference */



/* kontakt forma klijenti */
.kontakt-klijenti {
    padding: 60px 150px 30px 150px;
    background: url(img/line-bg-kontakt.jpg) no-repeat 0 50%;
    border-top: 1px solid #c7c7c7;
}

    .kontakt-klijenti h2 {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 30px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .kontakt-klijenti .contact-form .form-group {
        margin-bottom: 15px;
    }

    .kontakt-klijenti .contact-form label {
        display: none;
    }

    .kontakt-klijenti .contact-form input {
        border-radius: 20px;
        box-shadow: none;
        background: rgba(0,0,0,.125);
        height: 38px;
        font-size: 14px;
        padding: 6px 15px;
        width: 100%;
        display: block;
        margin: 0 auto;
        float: none;
    }

        .kontakt-klijenti .contact-form input:focus {
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 206, 86, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 206, 86, 0.6);
        }

    .kontakt-klijenti .client {
        background: #ffffff;
        line-height: 1;
        display: table;
        width: 100%;
        height: 180px;
        margin-bottom: 30px;
        text-align: center;
        box-shadow: 0 1px 10px rgba(0,0,0,.3);
    }

    .kontakt-klijenti .client-content {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }

    .kontakt-klijenti .see-all {
        background: #f0f0f0;
        text-transform: uppercase;
        -webkit-transition: all 0.55s;
        -moz-transition: all 0.55s;
        transition: all 0.55s;
    }


        .kontakt-klijenti .see-all .arrow {
            display: block;
            width: 35px;
            height: 35px;
            background: #a6ce56;
            margin: 0 auto;
            border-radius: 100%;
            margin-top: 20px;
            color: #000000;
        }

        .kontakt-klijenti .see-all a:hover .arrow {
            color: #000000;
        }

        .kontakt-klijenti .see-all a {
            text-decoration: none;
            position: absolute;
            width: 100%;
            height: 180px;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            font-size: 20px;
            font-weight: 800;
            display: table;
        }

            .kontakt-klijenti .see-all a:hover {
                color: #ffffff;
            }

        .kontakt-klijenti .see-all:hover {
            background: #464646;
        }

        .kontakt-klijenti .see-all a .svi {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            height: 100%;
            font-size: 16px;
        }

        .kontakt-klijenti .see-all .ion-ios-arrow-right:before {
            line-height: 35px;
            font-size: 25px;
        }

    .kontakt-klijenti .contact-form .btn-send {
        background: #a6ce56;
        color: #000000;
        font-size: 13px;
        border-radius: 30px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        margin: 30px auto 0 auto;
        font-weight: 800;
        width: 147px;
        padding: 10px 0;
    }

        .kontakt-klijenti .contact-form .btn-send:hover,
        .kontakt-klijenti .contact-form .btn-send:focus,
        .kontakt-klijenti .contact-form .btn-send:active {
            background: #464646;
            color: #ffffff;
        }

    .kontakt-klijenti .contact-form .fa-send:before,
    .kontakt-klijenti .contact-form .fa-paper-plane:before {
        font-size: 18px;
        padding-left: 5px;
    }

    .kontakt-klijenti .contact-form .note {
        font-size: 12px;
        color: #5c5c5c;
        display: block;
        text-align: center;
    }

    .kontakt-klijenti .select-wrapper .btn,
    .contact-form .select-wrapper .btn {
        border-radius: 30px;
        background: rgba(0,0,0,.125);
        color: #636061;
        width: 100%;
        height: 38px;
        margin: 0 auto;
        display: block;
        float: none;
        font-size: 14px;
    }

    .kontakt-klijenti .select-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
        margin: 0 auto;
        float: none;
        display: block;
        z-index: 100003;
    }

    .bootstrap-select.btn-group .dropdown-menu {
        z-index: 100003;
    }

    .kontakt-klijenti .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        padding-left: 8px;
    }

    .kontakt-klijenti .bootstrap-select .dropdown-toggle:focus {
        outline: 0 !important;
    }
/* end kontakt forma klijenti */

/* certifikati */
.certifikati {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0;
}

    .certifikati .certifikati-wrapper {
        display: block;
        float: none;
        text-align: center;
    }

        .certifikati .certifikati-wrapper h2 {
            margin-top: 0;
        }

        .certifikati .certifikati-wrapper ul {
            list-style-type: none;
            padding: 0;
            margin-bottom: 0;
        }

            .certifikati .certifikati-wrapper ul li {
                display: inline-block;
                padding: 0 5px;
            }

                .certifikati .certifikati-wrapper ul li.globaladmin img {
                    height: 35px;
                }

                .certifikati .certifikati-wrapper ul li img {
                    height: 41px;
                }

/* end certifikati */


/* footer */

footer .footer-wrapper {
    padding: 40px 0;
}

    footer .footer-wrapper .separator {
        background: #c7c7c7;
        height: 225px;
        width: 1px;
        position: absolute;
        right: 30px;
        top: -20px;
    }

    footer .footer-wrapper ul {
        list-style-type: none;
        padding: 0;
    }

        footer .footer-wrapper ul.links li {
            padding: 3px 0;
        }

        footer .footer-wrapper ul.social li {
            display: inline-block;
            padding: 0 20px 0 0;
        }

            footer .footer-wrapper ul.social li:last-child {
                padding: 0;
            }

            footer .footer-wrapper ul.social li img {
                width: 30px;
                height: 30px;
                border-radius: 100%;
                opacity: 1;
                -webkit-transition: all 0.35s;
                -moz-transition: all 0.35s;
                transition: all 0.35s;
            }

                footer .footer-wrapper ul.social li img:hover {
                    opacity: .8;
                }

footer p,
footer a {
    font-size: 13px;
    font-weight: 400;
}

    footer a:hover {
        color: #909090;
        text-decoration: none;
    }

footer .logo-footer {
    width: 115px;
    margin-bottom: 10px;
}

footer h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 20px 0;
}

footer ul.links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 90%;
}

    footer ul.links li a {
        font-size: 13px;
        font-weight: 400;
    }

.subfooter-wrapper {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #c7c7c7;
}

    .subfooter-wrapper .copy {
        font-size: 12px;
        float: right;
        padding-top: 5px;
    }

footer .subfooter-links-wrapper {
    display: block;
    float: left;
}

    footer .subfooter-links-wrapper ul {
        list-style-type: none;
        padding: 0;
    }

        footer .subfooter-links-wrapper ul li {
            float: left;
            padding: 0 15px 0 0;
        }

            footer .subfooter-links-wrapper ul li:last-child {
                padding: 0;
            }

            footer .subfooter-links-wrapper ul li a {
                font-size: 12px;
                font-weight: 600;
            }

footer .btn-prijavise {
    background: #a6ce56;
    border-radius: 30px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    width: 100px;
    margin-top: 10px;
}

    footer .btn-prijavise:hover,
    footer .btn-prijavise:active,
    footer .btn-prijavise:focus {
        color: #ffffff;
        background: #464646;
    }


/* end footer */



/* HANNAH */


.clear {
    height: 0;
    line-height: 0;
    font-size: 1px;
    clear: both;
}

header.podstranica {
    background: #343434 url(img/header-bg.jpg) no-repeat 50% 50%;
    height: 280px;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.header-txt-holder {
    color: #fff;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}


.reference-header .header-txt-holder {
    top: 50%;
}

    .header-txt-holder h1 {
        font-size: 35px;
        padding: 0 50px;
        font-weight: 800;
        margin: 0;
        text-shadow: 0 1px 3px rgba(0,0,0,.5);
    }

        .header-txt-holder h1.referenca {
            font-size: 35px;
            text-transform: none;
            padding: 0 100px;
            font-weight: 800;
            margin-top: -10px;
            margin-bottom: 10px;
        }

.sub-title {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/*.label-referenca {
	border: 1px solid #ace02f;
	padding: 5px 15px;
	color: #ace02f;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 50px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}*/

.breadcrumbs-holder {
    background-color: #e8e8e8;
    width: 100%;
    padding: 10px 0;
}

#breadcrumbs_inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #breadcrumbs_inner ul li {
        display: inline-block;
    }

        #breadcrumbs_inner ul li span {
            margin: 0 5px;
        }

        #breadcrumbs_inner ul li a {
            font-size: 13px;
            font-weight: normal;
            text-transform: uppercase;
        }

            #breadcrumbs_inner ul li a.active {
                font-weight: bold;
            }

.main-content {
    padding: 40px 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

    .main-content h3 {
        font-size: 24px;
        color: #545454;
        margin-bottom: 20px;
        margin-top: 0;
    }

.txt-content {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    padding-right: 20px;
}

.circles-holder {
    margin: 30px 0;
    text-align: center;
}

.circle {
    width: 160px;
    height: 160px;
    border: 2px solid #bababa;
    border-radius: 100px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    margin: 0 50px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
}

    .circle:hover {
        border: 2px solid #7fae21;
    }


    .circle.new {
        margin: 0;
    }

    .circle.new img {
        margin-bottom: 0;
    }

.outer-holder-circle a {
    font-weight: 600;
}

.outer-holder-circle {
    margin: 0 50px;
    display: inline-block;
}

    .outer-holder-circle .circle-txt {
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        margin-top: 10px;
    }

.circle img {
    margin-bottom: 10px;
}

.sub-grey {
    font-size: 28px;
    line-height: 38px;
    color: #898989;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 15px 0;
}

#accordion .card h5 a {
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 15px;
    display: block;
    position: relative;
    padding: 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}

    #accordion .card h5 a:hover, #accordion .card h5 a:focus {
        background-color: #a6ce56;
        color: #000;
        text-decoration: none;
    }

    #accordion .card h5 a.collapsed {
        background-color: #f2f2f2;
        font-weight: bold;
        font-size: 15px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    }

    #accordion .card h5 a::after {
        content: "\f3d0";
        font-family: "Ionicons";
        font-size: 22px;
        color: #666;
        position: absolute;
        right: 20px;
        top: 15px;
    }

#accordion .card-block {
    padding: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}

.contact-form .form-group {
    margin-bottom: 15px;
    text-align: center;
}

.contact-form label {
    display: none;
}

.contact-form input {
    border-radius: 20px;
    box-shadow: none;
    background: rgba(0,0,0,.125);
    height: 38px;
    font-size: 14px;
    padding: 6px 20px;
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
}

    .contact-form input:focus {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 206, 86, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 206, 86, 0.6);
    }

.client {
    background: #ffffff;
    line-height: 1;
    display: table;
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 1px 10px rgba(0,0,0,.3);
}

.client-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.see-all {
    background: #f0f0f0;
    text-transform: uppercase;
    -webkit-transition: all 0.55s;
    -moz-transition: all 0.55s;
    transition: all 0.55s;
}


    .see-all .arrow {
        display: block;
        width: 35px;
        height: 35px;
        background: #a6ce56;
        margin: 0 auto;
        border-radius: 100%;
        margin-top: 20px;
        color: #000000;
    }

    .see-all a:hover .arrow {
        color: #000000;
    }

    .see-all a {
        text-decoration: none;
        position: absolute;
        width: 100%;
        height: 180px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 20px;
        font-weight: 800;
        display: table;
    }

        .see-all a:hover {
            color: #ffffff;
        }

    .see-all:hover {
        background: #464646;
    }

    .see-all a .svi {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }

    .see-all .ion-ios-arrow-right:before {
        line-height: 35px;
        font-size: 25px;
    }


.client img {
    max-width: 160px;
    max-height: 65px;
    opacity: 1;
    -webkit-transition: opacity 0.55s;
    -moz-transition: opacity 0.55s;
    transition: opacity 0.55s;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.client:hover img {
    /*-webkit-filter: grayscale(0%);
    filter: grayscale(0%);*/
    opacity: 0.6;
}

.contact-form .btn-send {
    background: #a6ce56;
    color: #000000;
    font-size: 13px;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 20px auto 0 auto;
    font-weight: 800;
    width: 147px;
    padding: 10px 0;
}

    .contact-form .btn-send:hover,
    .contact-form .btn-send:focus,
    .contact-form .btn-send:active {
        background: #464646;
        color: #ffffff;
    }

.contact-form .fa-send:before,
.contact-form .fa-paper-plane:before {
    font-size: 18px;
    padding-left: 5px;
}

.contact-form .note {
    font-size: 12px;
    color: #5c5c5c;
    display: block;
    text-align: center;
}

.navigate-to-gm {
    display: none;
}

.select-wrapper .btn {
    border-radius: 30px;
    background: rgba(0,0,0,.125);
    color: #636061;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    font-size: 14px;
}

.select-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 8px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}
/* end kontakt forma klijenti */

.kontakt-infos {
    font-size: 14px;
    line-height: 25px;
}

    .kontakt-infos a {
        font-weight: normal;
    }

    .kontakt-infos ul {
        list-style-type: none;
        padding: 0!important;
        margin-top: 20px;
    }

        .kontakt-infos ul.social li {
            float: left;
            padding: 0 20px 0 0;
        }

            .kontakt-infos ul.social li:last-child {
                padding: 0;
            }

            .kontakt-infos ul.social li img {
                width: 30px;
                border-radius: 100%;
                opacity: 1;
                -webkit-transition: all 0.35s;
                -moz-transition: all 0.35s;
                transition: all 0.35s;
            }

                .kontakt-infos ul.social li img:hover {
                    opacity: .8;
                }

.container-maps {
    margin-top: 0;
}

.maps-holder {
    width: 50%;
    float: left;
    height: 450px;
}

.globaldizajn-location {
    width: 50%;
    float: left;
    background-image: url(img/globaldizajn-zgrada.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 450px;
}

#gmap {
    height: 450px;
    width: 100%;
}

.details-referenca {
    /*border-top: 1px solid #ccc;*/
    padding-top: 10px;
    margin-top: 20px;
}

.detail-ref {
    font-size: 15px;
    margin-bottom: 5px;
}

    .detail-ref span {
        font-weight: bold;
        text-transform: uppercase;
    }

    .detail-ref .tag_btn_zarez {
        font-weight: 400;
    }

.datum-ref {
    color: #666;
    margin-top: 20px;
    font-size: 13px;
}

.title-ostale {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
}

a.btn-navigate {
    display: inline-block;
    font-size: 13px;
    border-radius: 50px;
    padding: 5px 10px;
    font-weight: normal;
    border: 1px solid #a6ce56;
    text-transform: uppercase;
    width: 110px;
    text-align: center;
}

    a.btn-navigate span.ion-ios-arrow-left {
        margin-right: 4px;
    }

    a.btn-navigate span.ion-ios-arrow-right {
        margin-left: 5px;
    }

    a.btn-navigate:hover {
        background-color: #303030;
        border-color: #303030;
        color: #fff;
        text-decoration: none;
    }

a.btn-all {
    display: inline-block;
    font-size: 13px;
    border-radius: 50px;
    padding: 5px 10px;
    font-weight: normal;
    border: 1px solid #a6ce56;
    text-transform: uppercase;
    text-align: center;
    margin: 0 10px;
}

    a.btn-all:hover {
        background-color: #a6ce56;
        color: #fff;
        text-decoration: none;
    }

.gallery {
    margin-top: 60px;
}

.sl-overlay {
    background: #000;
    z-index: 500;
}

.sl-wrapper .sl-navigation button, .sl-wrapper .sl-counter, .sl-wrapper .sl-close {
    color: #fff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 99;
    position: absolute;
}

.title-year {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    text-align: center;
    position: relative;
    width: 200px;
    margin: 30px auto 0 auto;
}

.bubble {
    position: absolute;
    top: -30px;
    right: 10px;
    background-image: url(img/bubble.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 43px;
    height: 47px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 9px;
    padding-left: 4px;
    text-align: center;
}

.bubble-title {
    display: inline-block;
    position: relative;
}

    .bubble-title .bubble {
        position: absolute;
        top: -43px;
        right: -50px;
        background-image: url(img/bubble.svg);
        background-repeat: no-repeat;
        background-size: 85%;
        background-position: center;
        width: 46px;
        height: 55px;
        font-size: 15px;
        padding-top: 16px;
        padding-left: 3px;
        text-align: center;
        font-weight: 700;
    }

.line-green {
    width: 60px;
    height: 2px;
    background-color: #a6ce56;
    margin: 10px auto;
}

.filters-wrapper {
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.filters-wrapper .mobile_btn {
    display: none;
}

.filters-wrapper .form-group {
    margin: 0;
}

.filteri-reference {
    margin: 0;
}

.kategorija {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.filteri-reference .select-wrapper .btn {
    color: #000000;
}

.bgcolor {
    background: rgba(255,255,255,0.95);
    transition: all 0.5s ease;
}

    .bgcolor .topbar {
        display: none;
    }

.navbar.navbar-fixed-top,
.navbar.sticky {
    z-index: 100002;
}

    .navbar.navbar-fixed-top.bgcolor {
        height: 70px;
        padding-top: 12px;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.18);
        -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.18);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,0.18);
        z-index: 99999;
    }

        .navbar.navbar-fixed-top.bgcolor li a {
            color: #202020;
        }

            .navbar.navbar-fixed-top.bgcolor li a.active {
                color: #91b738;
            }

        .navbar.navbar-fixed-top.bgcolor .navbar-brand.logo img {
            display: none;
        }

        .navbar.navbar-fixed-top.bgcolor a.navbar-brand.logo {
            background-image: url(img/globaldizajn-logo-black.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            width: 148px;
            height: 45px;
        }

a.mobile-nav {
    display: none;
}

.pushy {
    width: 250px;
    background: #fff;
    z-index: 9999;
}

.pushy-left {
    -webkit-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
    -webkit-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.pushy-open-left {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
   -webkit-overflow-scrolling: touch;
}


.pushy ul {
    margin: 0;
    padding: 0;
    margin-top: 0;
}

    .pushy ul:first-child {
        margin: 0;
    }

.pushy li {
    position: relative;
    border-bottom: 1px solid #ccc;
}

    .pushy li ul li:first-child {
        border-top: 1px solid #ccc;
    }

    .pushy li ul li:last-child {
        border-bottom: none;
    }

.pushy ul li a {
    display: block;
    color: #000 !important;
    padding: 15px 60px 15px 30px;
    text-decoration: none;
    font-size: 14px;
    outline: 0;
    text-transform: uppercase;
}

.pushy ul li.active-li {
    background: #ACD154;
}

    .pushy ul li a.active {
        color: #000000;
    }

.pushy-submenu-open ul {
    background: #f3f3f3;
}


.pushy ul li a.arrow-pushy {
    display: block;
    height: 100%;
    width: 8px;
    position: absolute;
    top: 1px;
    right: 5px;
    padding: 15px 20px;
}

.pushy ul li ul li a {
    display: block;
    color: #202020 !important;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 13px;
    outline: 0;
    text-transform: none;
}

.pushy ul li ul li:last-child a {
    padding: 10px 30px 15px 30px;
}

.mobile-search {
    display: none;
}

.navbar-nav > li:hover > ul {
    display: block;
}

ul.droping {
    position: absolute;
    z-index: 999;
    display: none;
    left: 0;
    max-width: 225px;
    min-width: 190px;
    background: #f2f2f2;
    font-weight: 400;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    padding-left: 0;
    list-style: none;
}

    /* ul.droping:before { */
    /* content: ""; */
    /* display: block; */
    /* position: absolute; */
    /* width: 0; */
    /* height: 0; */
    /* border-color: transparent; */
    /* border-width: 10px; */
    /* border-style: solid; */
    /* bottom: 100%; */
    /* left: 50%; */
    /* margin-left: -10px; */
    /* border-bottom-color: #f2f2f2; */
    /* } */

    ul.droping li {
        display: block;
        margin: 0;
        text-align: left !important;
    }

    ul.droping > li a {
        display: block;
        color: #000;
        padding: 12px 24px !important;
        border-bottom: 1px solid #cbcbcb;
        margin: 0;
        font-size: 13px;
        text-transform: none;
        text-align: left !important;
    }

        ul.droping > li a::before {
            margin: 0 !important;
            content: none !important;
        }

        ul.droping > li a::after {
            margin: 0 !important;
            content: none !important;
        }

        ul.droping > li a:hover {
            color: #7aa022;
            text-decoration: none;
            background-color: #f1f7e4;
        }

/*.searchholder {
    position: absolute;
    z-index: 1000;
    width: 0;
    overflow: hidden;
    top: 4px;
    right: 93px;
    transition: all 0.5s ease;
    height: 35px;
    overflow: hidden;
}

    .searchholder.active {
        width: 255px;
        transition: all 0.5s ease;
    }

    .searchholder .form-control {
        width: 200px;
        float: left;
        border-radius: 0;
        -webkit-border-top-left-radius: 18px;
        -webkit-border-bottom-left-radius: 18px;
        -moz-border-radius-topleft: 18px;
        -moz-border-radius-bottomleft: 18px;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
        border-color: #dedede !important;
        height: 35px;
    }

.btn.btn-sm.btn-primary.src-btn {
    float: left;
    border-radius: 0;
    border: none;
    height: 35px;
    background-color: #ACD154;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}*/

.language-li {
    display: none;
}

.form-group.error .label {
    color: #f50000;
}

.form-group.error .textbox {
    border-color: #f50000;
}

.alert_box.alert.alert-success,
.alert_box.alert.alert-danger {
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

input[type=text].error, input[type=email].error, textarea.error, input[type=password].error, .bootstrap-select .btn.error {
    border-color: #f50000;
}

.pagination > .active > a {
    background-color: #ACD154;
    border-color: #ACD154;
}

.pagination > li > a, .pagination > li > span {
    color: #ACD154;
}

.pagination > .active > a:hover {
    background-color: #464646;
    border-color: #464646;
}

.tag_btn {
    display: inline-block;
    /*font-size: 13px;*/
    border-radius: 50px;
    font-weight: normal;
    text-align: center;
}

.tag_btn_zarez:last-child {
    display: none;
}

.tag_rez {
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.ostale-reference {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
}

.ostale-reference.ostalo .btn-all {
    margin: 10px 0 0 0;
}

.fake_heading {
    margin: 0;
    padding: 0;
    font-size: 60px;
}

.search_result .orderNr {
    display: none;
}

.search_result .pageListing a {
    text-decoration: underline;
    font-size: 15px;
    font-style: normal;
}

    .search_result .pageListing a:hover {
        color: #a6ce56;
    }

.search_result .adresa {
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}

.main-content ul {
    padding-left: 20px;
}

.main-content.mapa-weba a {
    font-weight: 500;
}

.main-content.mapa-weba ul li {
    list-style: none;
    margin-bottom: 30px;
}

    .main-content.mapa-weba ul li ul li {
        list-style: disc;
        margin-bottom: 0;
    }

    .main-content.mapa-weba ul li a {
        text-transform: uppercase;
        font-weight: 700;
    }

    .main-content.mapa-weba ul li ul li a {
        text-transform: none;
        font-weight: 500;
    }

.label-referenca a.fake_btn_ref {
    border: 1px solid #ace02f;
    border-radius: 50px;
    color: #ace02f;
    display: inline-block;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
}

    .label-referenca a.fake_btn_ref:hover {
        color: #000;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #fff;
    }

.korisnicka-podrska {
    background-image: url(img/korisnicka-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    border-top: 1px solid #c7c7c7;
}

.kratki-txt-korisnicka {
    text-align: center;
    margin: 30px 0;
}

.section-h2 {
    font-size: 16px;
}

.title .h2-naslovna {
    font-size: 16px;
    padding-top: 17px;
    margin: 0;
}

.alert.poruka {
    font-size: 13px;
    font-weight: 600;
    background-color: #dff0d8;
    border: 1px solid #75a21b;
    color: #75a21b;
    text-align: center;
    margin-top: 20px;
}

    .alert.poruka.error {
        background-color: #f2dede;
        color: #a94442;
        border: 1px solid #a94442;
    }

/* back to top */

.back-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(166, 206, 86, 0.8) url(img/top-arrow.svg) no-repeat center 50%;
    background-size: 15px auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    /* .back-top:hover { */
    /* background: rgba(166, 206, 86, 1); */
    /* } */

    .back-top.top-is-visible, .back-top.top-fade-out, .back-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .back-top.top-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .back-top.top-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

    .back-top:hover {
        background-color: rgba(166, 206, 86, 1);
        opacity: 1;
    }

/* NOVE REFERENCE  */

.ref-holder-a {
    display: block;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
}

.referenca-item {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    opacity: 1;
}

    .referenca-item:hover {
        opacity: 0.8;
        transition: opacity 0.4s ease;
        -webkit-transition: opacity 0.4s ease;
    }

    .referenca-item h2 {
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
        font-size: 20px;
        color: #fff;
        font-weight: 800;
    }

    .ref-holder-a:hover .referenca-item h2 {
        color: #ffffff;
    }

    .referenca-item .title-category {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        padding: 20px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }

    .referenca-item p {
        color: #a6ce56;
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        opacity: 1;
        padding: 0;
        text-transform: uppercase;
    }

.home-banner {
    max-width: 1426px;
    margin: 0 auto;
    padding: 40px 0;
    font-family: 'Open Sans', Arial, sans-serif;
    letter-spacing: -.05em;
}

.hb-box {
    background: url("../img/banner-background.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 47px 0;
}

.hb-cols {
    display: flex;
    width: 85%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.hb-col {
    width: 50%;
}

.hb-col:first-child {
    padding-right: 20px;
}

.hb-col:last-child {
    padding-left: 20px;
}

.hb-title {
    margin: 0;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.hb-description {
    color: #444;
    font-weight: 700;
    font-size: 16px;
    margin-top: 24px;
}

.hb-description a {
    color: #0D643A;
    text-decoration: underline;
}

.hb-btn {
    margin: 22px 0 0 !important;
    letter-spacing: -.01em;
}

.hb-img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .back-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .back-top {
        height: 45px;
        width: 45px;
        right: 30px;
        bottom: 30px;
    }
}

.panel.panel-default {
    margin-bottom: 10px;
}

    .panel.panel-default > .panel-heading {
        background-color: #f2f2f2;
        color: #202020;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
        border: none !important;
        padding: 0;
        position: relative;
    }

        .panel.panel-default > .panel-heading::after {
            color: #666;
            content: "";
            font-family: "Ionicons";
            font-size: 22px;
            position: absolute;
            right: 20px;
            top: 12px;
        }

.panel-default > .panel-heading {
    padding: 0;
}

    .panel-default > .panel-heading::after hover {
        color: #000000;
    }

.panel-title a {
    padding: 15px;
}

.panel-group {
    margin: 10px 0;
}

.mob-ico-title {
    font-weight: 600;
}

.mob-store-ico img {
    margin-top: 15px;
}

.mob-store-ico {
    margin-top: 10px;
}

.main-content a {
    word-break: break-word;
}

footer {
    border-top: 1px solid #c7c7c7;
}

a.btn-navigate, a.btn-all {
    text-decoration: none;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    text-decoration: none !important;
}

.mobileverzija {
    display: none;
}

.slider-rjesenja {
    width: 100%;
    overflow: hidden;
}

    .slick-prev.slick-arrow {
        position: absolute;
        z-index: 10;
        top: 45%;
        left: 10px;
        width: 33px;
        height: 33px;
        border: 0;
        border-radius: 100px;
        background-color: #fff;
        color: #fff;
        box-shadow: 0 1px 10px rgba(0,0,0,.3);
    }

        .slick-prev.slick-arrow:after {
            content: "\f3d5";
            font-family: "Ionicons";
            font-size: 30px;
            color: #000;
            line-height: 33px;
            position: absolute;
            top: 0;
            left: 50%;
            margin-top: 0;
            margin-left: -9px;
            z-index: 11;
        }

    .slick-next.slick-arrow {
        position: absolute;
        z-index: 10;
        top: 45%;
        right: 10px;
        width: 33px;
        height: 33px;
        border: 0;
        border-radius: 100px;
        background-color: #fff;
        color: #fff;
        box-shadow: 0 1px 10px rgba(0,0,0,.3);
    }

       .slick-next.slick-arrow:after {
            content: "\f3d6";
            font-family: "Ionicons";
            font-size: 30px;
            color: #000;
            position: absolute;
            top: 0;
            left: 50%;
            line-height: 33px;
            margin-top: 0;
            margin-left: -9px;
            z-index: 11;
        }

.mobilnareference {
    display: none;
}

.slider-reference {
    width: 100%;
}

.img-referenca-inner {
    float: none;
    margin: 0 auto;
}

.img-referenca-inner img {
    width: 100%;
    box-shadow: 0 2px 35px rgba(0,0,0,.3);
}

.slider-reference .img-wrapper {
    height: 230px;
}

#accordion a {
    text-decoration: none;
}

#accordion .panel-heading a {
    display: block;
    padding-right: 50px;
}

.panel-title {
    font-size: 14px;
    line-height: 1.4em;
}

.filter-noresult {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    text-align: center;
    position: relative;
    margin: 30px auto 0 auto;
}

.filter-noresult-msg {
    text-align: center;
    top: -40px;
    position: relative;
}

.kontakt-infos.second span {
    cursor: none !important;
    text-decoration: none !important;
}

.main-content h2 {
    font-size: 22px;
    line-height: 30px;
}

.header-txt-holder.mobile {
    display: none;
}

.sub-title-ref {
    display: block;
    float: none;
    width: 100%;
    margin-top: -10px;
}

.reference-overview {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px 0;
}

.v-center {
    display: table;
    width: 100%;
    height: 100%;
}

.v-center .content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.eu-projekt {
    text-align: center;
    margin: 30px 0 30px 0;
}

.eu-projekt img {
    display: block;
    margin: 0 auto 10px auto;
    float: none;
}

.eu-projekt p {
    line-height: 25px;
    margin-bottom: 0;
}

.eu-projekt-logos ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.eu-projekt-logos ul li {
    display: inline-block;
    margin-right: 30px;
}

.eu-projekt-logos ul li:last-child {
    margin-right: 0;
}

.eu-projekt-logos ul img {
    max-height: 60px;
    max-width: 225px;
}

.eu-projekt-logos ul img.eu-fondovi {
    width: 170px;
}

.eu-projekt-logos ul img.operativni-program {
    height: 50px;
}
.cookie-banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: auto;
    min-height: 70px;
    background-color: rgba( 0,0,0, .76);
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    z-index: 9999999;
}

    .cookie-banner p a {
        color: #ffffff;
        text-decoration: underline;
    }

.cb-container {
    display: table;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

    .cb-container.center {
        padding-top: 10px;
    }

.cb-col {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 160px 20px 20px;
    position: relative;
}

    .cb-col > a,
    .cb-col > a:link,
    .cb-col > a:visited,
    .cb-col > a:active {
        color: #fff;
        font-weight: 700;
    }

.cb-btn {
    position: absolute;
    right: 20px;
    top: 12px;
    background-color: #a6ce56;
    border-radius: 0;
}

.bespovratna-sredstva-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 30px 0 30px 0;
    background: rgba(166, 206, 86, .9);
    text-align: center;
    z-index: 100001;
    width: 100%;
}

.bespovratna-sredstva-banner span {
    font-weight: 700;
}

.bespovratna-sredstva-banner .banner-btn {
    display: inline-block;
    background: #232323;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 30px;
    text-decoration: none;
}

.bespovratna-sredstva-banner .banner-btn:hover,
.bespovratna-sredstva-banner .banner-btn:focus,
.bespovratna-sredstva-banner .banner-btn:active {
    background: #464646;
}

.timer {
    display: inline-block;
    margin-left: 10px;
}

.timer .timer_holder {
    display: inline-block;
    font-weight: 400;
    margin: 0 5px;
    position: relative;
}

.label_timer {
    position: absolute;
    bottom: -18px;
    text-align: center;
    left: 0;
    display: block;
    right: 0;
    font-size: 13px;
}

.timer .timer_nmbr {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000000;
    line-height: 38px;
    font-size: 13px;
    border: 1px solid #000000;
    margin: 0 auto;
}

#lightcase-overlay {
    z-index: 100002;
}

#lightcase-case,
a[class*='lightcase-icon-'] {
    z-index: 100003;
}

.captcha-img {
    position: relative;
    max-width: 100px;
    display: block;
    float: right;
    margin-top: -5px;
}

#voucher-form {
    font-size: 16px;
    overflow: hidden;
}

#voucher-form > .container {
    padding: 0;
}

#voucher-form .title-global {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
    font-family: 'Barlow';
}

#voucher-form .job-forma {
    margin-top: 0;
}

#voucher-form .job-forma .holder_login {
    margin-bottom: 25px;
}

#voucher-form .holder_login textarea {
    display: block;
    width: 100%;
    resize: vertical;
    min-height: 200px;
    margin-bottom: 48px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #555;
    padding: 4px 8px;
}

#voucher-form .label_login {
    font-weight: 500;
}

#voucher-form .form-control {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
}

#voucher-form .form-control:focus {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
    border-color: #000;
}

#voucher-form .job-upload {
    margin-bottom: 10px;
    width: 100%;
}

#voucher-form .napomena {
    display: block;
    font-size: 14px;
    color: #999;
}

#voucher-form .submit-forma {
    background-color: #63bd54;
    color: #ffffff;
    border: 0;
    width: 100%;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#voucher-form .submit-forma:hover {
    color: #ffffff;
    background: #232323;
}

#voucher-form .job-forma .captcha-img {
    display: block;
    float: right;
    max-width: 145px;
}

#voucher-form .req { 
    color: #fb3c3c; 
    font-family: Arial, sans-serif; 
    font-size: 120%; 
    font-weight: 700; 
    margin-left: 8px; 
    vertical-align: top; 
}

#voucher-form .other-contact {
    margin: 20px 0 0 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

#voucher-form .other-contact a {
    color: #000000;
    font-weight: 700;
}

#voucher-form .other-contact a:hover {
    color: #6ba000;
}


.video-section {
    width: 100%;
    padding: 0 0 40px 0;
}

.embed-container iframe {
    width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* COOKIE TRAKICA */
.gdc-container {
    width: 630px;
    color: #232323;
}

.gdc-description a {
    color: #232323;
}

.gdc-info-icon-bkg {
    fill: #a6ce56;
}

.gdc-options input[type=checkbox]:checked + label:before {
    background: #a6ce56;
    border: 1px solid #a6ce56;
}

.gdc-button {
    background: #a6ce56;
    color: #232323;
    border-color: #a6ce56;
}

    .gdc-button:hover {
        background: #464646;
        border-color: #464646;
    }

#gdc-accept-all {
    color: #232323;
    border-color: #a6ce56;
}

    #gdc-accept-all:hover {
        background: #464646;
        border-color: #464646;
    }

.header_gsi {
    background-image: url(../img/header-bg-new.png);
    height: 790px;
    background-size: cover;
    margin-bottom: 120px;
}

.inner-top_gsi {
    display: flex;
    justify-content: center;
}

.inner-top_gsi img {
    margin-top:65px;
    /*margin-bottom:10px;*/
}

.inner_bottom_left_gsi h1 {
    color:#fff;
    font-weight:700;
    font-size:72px;
    display: inline-block;
    position:relative;
}

.gsi_tekst {
    font-weight:500;
    font-size:24px;
    color:#fff;
}

.inner-bottom_gsi {
    display:flex;
    max-width: 1464px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    width:100%;
}
.inner_bottom_left_gsi,
.inner_bottom_right_gsi {
    width:50%;
}

.inner_bottom_right_gsi {
    display: flex;
    justify-content: end;
}

.inner_bottom_left_gsi {
    margin-top:120px;
}

.trgovine_linkovi {
    margin-top:60px;
}

.trgovine_linkovi a {
    margin-right:30px;
}

.gsi_tekst {
    width:80%;
}

.gsi_wrapper_white_bg {
    max-width:1464px;
    display:flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-bottom: 90px;
}

.gsi_wrapper_white_bg img {
    max-width:100%;
}

.gsi_wrapper_white_bg h2 {
    font-weight:700;
    font-size:36px;
    color:#070707;
}

.gsi_wrapper_white_bg div {
    font-size:18px;
    color:#070707;
}

.info_tekst_gsi span {
    font-weight:600;
}

.info_tekst_gsi_wrapper {
    padding:60px 0px 60px 0px;
}

.gsi_wrapper_white_bg_img_wrapper {
    width:58%;
}

.info_tekst_gsi_wrapper {
    width:40%;
}

.gsi_wrapper_white_bg_img_wrapper {
    padding-top:30px;
}

.info_tekst_gsi {
    line-height:1.6;
}

.sign_in_img {
    width:100%;
}

.gsi_bottom {
    position:relative;
}

.gsi_footer {
    padding-top:120px;
    background-color:#000;
}

.gsi_footer_inner {
    max-width:1464px;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom:30px;
}

.button_div a {
    color:#fff;
}

.gsi_footer_inner h2 {
    color:#fff;
    font-weight:700;
    font-size:36px;
    padding-bottom:30px;
}

.gsi_footer_inner_right {
    width:60%;
}

.gsi_footer_inner_left {
    width:40%;
}

.button_div a {
    border:1px solid #67871b ;
    padding:20px 50px;
    margin-right:10px;
    display:inline-block;
}

.button_div a:hover {
    background-color:#67871b;
    text-decoration: none;
}

.button_div img {
    margin-left:10px;
    width: 20px;
    top: -2px;
    position: relative;
}

.footer_links,
.footer_links a {
    color:#fff;
    font-weight:400;
}

.footer_links {
    margin-top:150px;
    display:flex;
    justify-content:space-between;
}

.footer_links a {
    text-decoration:underline;
}

.footer_links a:hover {
    color:#67871b;
}

.inner_bottom_left_gsi h1::before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #a6ce56;
    content: '';
    transform: translate(-64px,-18px);
    left: 0;
    bottom: 0;
}

.trgovine_linkovi {
    display:flex;
}

.inner_bottom_right_gsi img {
    max-width: 100%;
}

.inner_bottom_right_gsi.gsi_image_top img {
    position: relative;
    top: 90px;
}

.container_gsi {
    font-family: 'Barlow';
}

.gsi_bottom {
    background-image: url(../img/signIn_bg.jpg);
    background-size: cover;
    display: flex;
}

.mobiteli_div img {
    position: relative;
    top: -120px;
}

.mobiteli_div {
    width: 60%;
}

.bg_signIn {
    display: flex;
    align-items: center;
    width:40%;
}

.inner_height {
    height: 550px;
}

.gsi_wrapper_white_bg.gsi_wrapper_flip {
    flex-direction: row-reverse;
}

.gsi_wrapper_white_bg.gsi_wrapper_flip {
    padding-top: 0px;
}

.gsi_image_bottom img {
    top: -50px;
}

