/* STYLES */

.dark-btn {
    width: 240px;
    height: 48px;
    font: 16px 'barlow', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    text-align: center;
    line-height: 48px;
    margin: 60px auto 0 auto;
    transition: 0.5s all ease;
    padding-left: 32px;
    padding-right: 32px;
}

.dark-btn.green {
    width: 240px;
    height: 48px;
    font: 16px 'barlow', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    text-align: center;
    line-height: 48px;
    margin: 60px auto 0 auto;
    transition: 0.5s all ease;
    padding-left: 32px;
    padding-right: 32px;
    background: #a6ce56;
    color: #232323;
}

.dark-btn.green:hover {
    background: #232323;
    color: #fff;
}

.empty-btn {
    display: inline-block;
    height: 48px;
    font: 16px 'barlow', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    text-align: center;
    line-height: 48px;
    transition: 0.5s all ease;
    padding-left: 32px;
    padding-right: 32px;
    background: none;
    color: #232323;
    border: 1px solid #b6b6b6;
}

.empty-btn:hover {
    background: #232323;
    color: #fff;
    text-decoration: none;
    border: 1px solid #232323;
}

a.postanitekorisnik {
    position: absolute;
    top: 40px;
    right: 0;
    width: 240px;
    height: 64px;
    background: #a6ce56;
    font: 16px 'barlow', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #232323;
    transition: 0.3s all ease;
}

a.postanitekorisnik span {
    display: block;
    margin-top: 25px;
    padding: 0;
}

.h2-naslovna {
    font: 40px 'barlow', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.navbar {
    padding: 40px 32px;
    margin-bottom: 0;
    z-index: 1000;
    transition: 0.3s all ease;
}

.navbar .navbar-brand {
    margin-top: 13px;
    transition: 0;
}

.lang {
    position: absolute;
    right: 280px;
    top: 40px;
    transition: 0.3s all ease;
}

.lang .dropdown {
    position: relative;
    width: 100%;
}

.lang .dropdown > a {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
}

.lang .dropdown > a .img-wrapper {
    position: relative;
    top: 18px;
    display: inline-block;
    height: 25px;
}

.lang .dropdown-menu {
    top: 69px;
    left: -40px;
    min-width: 0;
    margin: 0;
    padding: 20px 40px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border: 0;
}

.lang .dropdown-menu > li > a {
    padding: 12px 0;
    text-align: center;
}

.lang .dropdown-menu > li > a:hover {
    background: none;
}

.navbar.sticky {
    position: fixed;
    left: 0;
    width: 100%;
    height: 80px;
    background: #232323;
    z-index: 10000;
    padding: 0 32px;
}

.navbar.sticky .navbar-brand {
    margin-top: 28px;
}

.navbar.sticky .navbar-brand img {
    width: 140px;
    /*    height: auto;*/
}

.navbar.sticky .main-menu {
    transform: translate(-50%,-12px);
}

.navbar.sticky .lang {
    top: 0;
}

.navbar.sticky .lang .dropdown > a .img-wrapper {
    top: 26px;
}

.navbar.sticky .lang .dropdown-menu {
    top: 80px;
}

.navbar.sticky a.postanitekorisnik {
    top: 0;
    height: 80px;
}

.navbar.sticky .postanitekorisnik span {
    margin-top: 32px;
}

.show-main-nav {
    display: none;
}

.main-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-12px);
}

.main-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu > ul > li {
    float: left;
    margin-left: 30px;
    position: relative;
}

.main-menu > ul > li:first-of-type {
    margin-left: 0;
}

.main-menu > ul > li > a {
    font: 19px 'barlow', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.main-menu > ul > li > a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.main-menu > ul > li > a.active {
    color: #fff;
    opacity: 0.5;
}

.main-menu > ul > li.show-search > a {
    font-size: 22px;
}

.submenu {
    display: none;
    position: absolute;
    left: -40px;
    top: 52px;
    line-height: 20px;
    z-index: 1000;
    font: 16px 'barlow', Arial, sans-serif;
}

.submenu ul {
    width: 280px;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.submenu ul > li {
    position: relative;
    z-index: 1;
}

.submenu ul a {
    position: relative;
    display: block;
    padding: 10px 40px;
    color: #232323;
    z-index: 1100;
    text-decoration: none;
    font-weight: 400;
}

.submenu ul a:hover,
.submenu ul .active {
    color: #6c9e1b;
}

.submenu .second-level {
    display: none;
    position: absolute;
    padding: 20px 0;
    left: 280px;
    top: -20px;
    width: 280px;
    background: #fff;
}

.submenu .third-level {
    display: none;
    position: absolute;
    padding: 20px 0;
    left: 280px;
    top: -20px;
    width: 280px;
    background: #fff;
}

.search-mobile {
    display: none;
}

.search-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,0.92);
}

.search-title {
    font: 26px 'barlow', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.search {
    position: absolute;
    width: 100%;
    max-width: 640px;
    left: 50%;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%,-50%);
}

.search ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search ul li {
    display: block;
    text-align: center;
}

.search .search-field {
    position: relative;
}

.search .search-field input {
    display: block;
    width: 100%;
    font: 48px 'barlow', Arial, sans-serif;
    font-weight: 400;
    line-height: 40px;
    background: none;
    border: 0;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 40px 0;
}

.search .search-field::after {
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    height: 1px;
    background: #383838;
    content: '';
}

.search .search-btn {
    width: 100%;
    text-align: center;
}

.search .search-btn input {
    display: inline-block;
    width: 100%;
    font: 18px 'barlow', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border: 0;
}

.search .search-btn input,
.search .search-btn input:focus {
    color: #6c9e1b;
}

.search .search-btn input:hover {
    color: #fff;
    text-decoration: none;
}

.proizvodi,
.reference.home,
.korisnicka-podrska,
.kontakt-klijenti {
    padding-top: 100px;
    padding-bottom: 100px;
}

.proizvodi {
    background: #f2f2f2;
}

.proizvodi .dark-btn {
    margin: 64px auto 0 auto
}

.proizvodi .slider-rjesenja {
    margin-top: 64px;
}

.proizvod-item {
    padding-left: 40px;
    padding-right: 40px;
}

.proizvod-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.proizvod-item ul li {
    display: block;
    text-align: center;
}

.proizvod-item ul li img {
    margin-left: auto;
    margin-right: auto;
}

.proizvod-item ul li:first-of-type {
    height: 88px;
}

.proizvod-item ul li:first-of-type img {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.proizvod-item a {
    color: #6c9e1b;
    text-decoration: none;
}

.proizvod-item a:hover {
    color: #232323;
}

.proizvod-item .item-title {
    margin-top: 40px;
    margin-bottom: 24px;
    color: #232323;
    font: 26px 'barlow', Arial, sans-serif;
    font-weight: 700;
    line-height: 32px;
}

.proizvod-item .item-desc {
    margin-bottom: 24px;
    color: #666;
}

.reference .reference-wrapper {
    margin-top: 64px;
}

.reference-item {
    margin-bottom: 64px;
}

.reference-item .item-pic a {
    position: relative;
    display: block;
}

.reference-item .item-pic a img {
    position: relative;
    z-index: 1;
    border: 1px solid #dedede;
}

.reference-item .item-pic .item-pic-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.reference-item .item-pic .item-pic-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 40px 32px 40px;
    z-index: 3;
    color: #fff;
    line-height: 16px;
}

.reference-item .item-pic .item-pic-text span {
    position: relative;
    display: inline-block;
    font: 16px 'barlow', Arial, sans-serif;
    font-weight: 900;
    margin-right: 72px;
}

.reference-item .item-pic .item-pic-text span::after {
    position: absolute;
    width: 40px;
    height: 1px;
    right: -56px;
    top: 50%;
    content: '';
    background: #a6ce56;
}

.reference-item .item-pic .item-pic-text i {
    display: inline-block;
    font: 16px 'barlow', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.reference-item .item-body {
    margin: 0;
    padding: 40px 40px 0 40px;
    list-style: none;
    color: #232323;
}

.reference-item .item-body .title {
    font: 26px 'barlow', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.reference-item .item-body .desc {
    margin-bottom: 32px;
}

.reference-item .item-btn {
    padding: 32px 40px 0 40px;
}

.filters-reference-mobile {
    display: none;
}

/*.kontakt-klijenti .select-wrapper .btn, 
.contact-form .select-wrapper .btn { border-radius: 0; background: #eee; }*/
.contact-form input {
    border-radius: 0;
    background: #eee;
    border: 0;
}


/* SLIDER */
.slider-holder {
    position: relative;
    height: 100vh;
    background: #3ca793 url(../img/header-bg-new.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.outerSliderNavi {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
}

.sliderNavi {
    height: 100%;
    text-align: center;
    background: -moz-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.sliderNavi div {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    margin-left: 64px;
    padding-top: 36px;
    opacity: 0.5;
    transition: 0.5s all ease;
}

.sliderNavi div:first-of-type {
    margin-left: 0;
}

.slide-progress {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 12px;
}

.slide-progress canvas {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 0.5s all ease;
}

.slide-progress strong {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    z-index: 1;
}

.slide-progress i {
    position: relative;
    top: 8px;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: 700;
    z-index: 2;
}

.slide-title {
    font: 16px 'barlow', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 48px;
    vertical-align: middle;
}

.sliderNavi div:hover,
.sliderNavi div.active {
    opacity: 1;
}

.active .slide-progress canvas {
    display: block;
}

.slick-slider {
    margin-bottom: 0px;
    position: relative;
    height: 100%;
}

.slick-list,
.slick-track {
    height: 100%;
}

.sliderItem-content {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 95%;
    table-layout: fixed;
    margin: 0 auto;
}

.slideText {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    padding-right: 64px;
    padding-left: 64px;
}

.slideText .title {
    position: relative;
    font: 72px 'barlow', Arial, sans-serif;
    font-weight: 700;
    line-height: 80px;
}

.slideText .title::before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #a6ce56;
    content: '';
    transform: translate(-64px,-18px);
    left: 0;
    bottom: 0;
}

.slideText p {
    margin: 20px 0 0 0;
    font-size: 24px;
    line-height: 32px;
}

.slideText .btn-dimmed {
    display: inline-block;
    height: 48px;
    line-height: 48px !important;
    width: 160px;
    text-align: center;
    margin-top: 40px;
    font: 16px 'barlow', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background: rgba(255,255,255,0.1);
    color: #fff;
    box-shadow: 0 16px 32px rgba(0,0,0,0.2);
}

.slideText .btn-dimmed:hover {
    text-decoration: none;
    background: #232323;
}

.slideImg {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
}

.slicky-ricky > .sliderItem + .sliderItem {
    display: none;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 0;
}

.select-wrapper .btn {
    border-radius: 0;
    background: #fff;
    border-color: transparent;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu > li > a {
    padding-left: 12px;
}




/* INNER PAGES STYLES */

.breadcrumbs-holder {
    background-color: #e8e8e8;
    width: 100%;
    padding: 20px 0;
}

#breadcrumbs_inner ul li span {
    font-size: 12px;
}

.main-content {
    padding-top: 48px;
    padding-bottom: 48px;
}

.main-content h2 {
    font: 26px 'barlow', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 24px;
}

header.podstranica {
    background: #3ca793 url(../img/background-inner.jpg) no-repeat center top;
    background-size: cover;
    height: 340px;
}

header.podstranica.reference-header {
    height: 340px;
}

.header-txt-holder {
    transform: translateY(-50%);
    margin-top: 40px;
}

.header-txt-holder h1,
.header-txt-holder h1.referenca {
    font: 40px 'barlow', Arial, sans-serif;
    font-weight: 700;
}

.header-txt-holder h1 {
    text-shadow: none;
}

.header-txt-holder h1.referenca {
    margin-top: 0;
}

.filteri-reference .form-group {
    margin-top: 15px;
    text-align: center;
}

.tables-as-col-one-third {
    margin-top: 40px;
}

.tables-as-col-one-third:first-of-type {
    margin-top: 0;
}

.tables-as-col-one-third td:first-of-type {
    width: 300px;
    text-align: center;
}


@media screen and (max-width: 1439px) {

    .navbar .navbar-brand img {
        width: 140px;
    }

    .main-menu {
        left: 250px;
        transform: translate(0,-9px);
    }

    .navbar.sticky .main-menu {
        transform: translate(0,-12px);
    }

    .slider-holder {
        height: 720px;
    }

    .slideText {
        padding-right: 48px;
    }

    .slideText .title {
        font-size: 58px;
        line-height: 60px;
    }

    .slideText .title::before {
        transform: translate(-64px,-12px)
    }

    .slideText p {
        font-size: 22px;
        line-height: 28px;
    }

    .slideImg {
        width: 600px;
    }
}



@media screen and (max-width: 1199px) {

    .navbar {
        padding: 24px 30px;
    }

    .navbar-header a.navbar-brand.logo img {
        width: 140px;
    }

    .proizvod-item {
        padding-left: 32px;
        padding-right: 32px;
    }

    .show-main-nav {
        display: block;
        position: absolute;
        width: 64px;
        height: 80px;
        right: 64px;
        font-size: 25px;
        color: #fff;
        text-align: center;
        top: 25px;
    }

    .show-main-nav span {
        position: relative;
        top: 12px;
    }

    .search-container {
        display: none !important;
    }

    .search-mobile {
        display: block;
        padding: 32px;
        background: #000;
    }

    .search {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0,0);
    }

    .search-title {
        display: none;
    }

    .search .search-field input {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 16px 0;
        text-align: left;
    }

    .search .search-field::after {
        top: 24px;
    }

    .search .search-btn {
        text-align: left;
    }

    .search .search-btn input {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .main-menu {
        display: none;
        position: fixed;
        left: auto;
        right: 0;
        top: 0;
        height: 100%;
        transform: translate(0,0);
        background: #232323;
        width: 280px;
        box-shadow: 0 0 100px rgba(0,0,0,0.75);
        z-index: 8000;
        overflow: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .main-menu > ul {
        margin-top: 20px;
    }

    .main-menu > ul > li {
        float: none;
        display: block;
        margin: 0;
    }

    .main-menu > ul > li > a {
        display: block;
        padding: 12px 32px;
    }

    .main-menu > ul > li.show-search {
        display: none;
    }

    .submenu {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 20px;
    }

    .submenu ul {
        width: 100%;
        box-shadow: none;
        border: 0;
        padding-top: 1px;
        padding-bottom: 20px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .submenu ul a {
        padding: 0 32px;
        margin-top: 18px;
    }

    .submenu ul li > a.opened::after {
        display: none;
    }

    .submenu .second-level,
    .submenu .third-level {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 1px;
        padding-bottom: 20px;
        margin-top: 18px;
    }

    .submenu .second-level a {
        padding-left: 48px;
    }

    .submenu .third-level a {
        padding-left: 64px;
    }

    .lang {
        right: 30px;
        top: 40px;
        background: none;
    }

    .lang .dropdown > a .img-wrapper {
        top: 2px;
    }

    .lang .dropdown-menu {
        top: 69px;
        left: -30px;
        padding: 20px 30px;
    }

    .navbar.sticky .navbar-brand {
        margin-top: 22px;
    }

    .navbar.sticky a.postanitekorisnik {
        top: 0;
        height: 80px;
    }

    .navbar.sticky .postanitekorisnik span {
        margin-top: 32px;
    }

    .navbar.sticky .show-main-nav span {
        top: -2px;
    }

    .slider-holder {
        height: 660px;
    }

    .sliderNavi div {
        margin-left: 48px;
    }

    .slideText {
        padding-right: 48px;
    }

    .slideText .title {
        font-size: 54px;
    }

    .slideText p {
        font-size: 20px;
    }

    .slideImg {
        width: 480px;
    }

    .show-submenu {
        position: relative;
    }

    .show-submenu:before {
        content: "\f218";
        position: absolute;
        top: 50%;
        right: 9px;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .show-submenu.open:before {
        content: "\f209";
    }
}


@media screen and (max-width: 1024px) {

    .reference-header .header-txt-holder {
        top: 50%;
        transform: translateY(-50%);
        margin-top: 40px;
    }

    .header-txt-holder h1.referenca {
        margin-bottom: 10px;
    }

    .btn-filter {
        display: none;
    }
}



@media screen and (max-width: 991px) {

    .slider-holder {
        height: 800px;
        padding: 100px 0 0 0;
    }

    .outerSliderNavi {
        height: 100px;
    }

    .sliderNavi div {
        padding-top: 28px;
        margin-left: 20px;
    }

    .slide-progress {
        margin-right: 8px;
    }

    .slide-title {
        font-size: 13px;
        line-height: 32px;
    }

    .slideItem-content {
        display: block;
    }

    .slideText {
        display: block;
        text-align: center;
    }

    .slideText .title {
        display: inline-block;
        font-size: 48px;
    }

    .slideText .title::before {
        transform: translate(-64px,-14px)
    }

    .slideText p {
        font-size: 20px;
        margin-top: 16px;
    }

    .slideText .btn-dimmed {
        margin-top: 32px;
    }

    .slideImg {
        display: block;
        width: 100%;
        padding-top: 24px;
    }

    .slideImg img {
        margin-left: auto;
        margin-right: auto;
        max-height: 320px;
    }
}




@media screen and (max-width: 767px) {

    .h2-naslovna {
        font-size: 28px;
    }

    .navbar {
        padding: 0;
        height: 64px;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: 20px;
    }

    .navbar-header a.navbar-brand.logo img {
        width: 120px;
    }

    .lang {
        top: 16px;
        right: 20px;
    }

    .show-main-nav {
        height: 64px;
        right: 48px;
        top: 2px;
    }

    .navbar.sticky {
        height: 64px;
    }

    .navbar.sticky {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar.sticky .navbar-brand {
        margin-top: 14px;
    }

    .navbar.sticky .lang .dropdown > a .img-wrapper {
        top: 18px;
    }

    .navbar.sticky .show-main-nav > span {
        top: 12px;
    }

    .navbar.sticky .main-menu {
        transform: translate(0,0);
    }

    .search-mobile {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .search .search-btn input {
        font-size: 14px;
    }

    .proizvodi, .reference.home, .korisnicka-podrska, .kontakt-klijenti {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .proizvodi .slider-rjesenja {
        margin-top: 32px;
    }

    .proizvodi .dark-btn {
        margin-top: 40px;
    }

    .proizvod-item {
        padding-left: 24px;
        padding-right: 24px;
    }

    .proizvod-item ul li img {
        width: 72px;
    }

    .proizvod-item ul li:first-of-type {
        height: 72px;
    }

    .proizvod-item .item-title {
        font-size: 22px;
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .proizvodi .dark-btn {
        margin-top: 24px;
    }

    .reference .reference-wrapper {
        margin-top: 40px;
        overflow: hidden;
    }

    .reference-item {
        margin-bottom: 48px;
    }

    .reference-item .item-pic .item-pic-text {
        padding: 0 24px 20px 24px;
        font-size: 14px;
    }

    .reference-item .item-pic .item-pic-text span,
    .reference-item .item-pic .item-pic-text i {
        font-size: 14px;
    }

    .reference-item .item-body {
        padding: 24px 24px 0 24px;
    }

    .reference-item .item-body .title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .reference-item .item-body .desc {
        margin-bottom: 0;
    }

    .reference-item .item-btn {
        padding: 24px 24px 0 24px;
    }

    .slider-holder {
        height: 550px;
    }

    .outerSliderNavi {
        height: 80px;
    }

    .sliderNavi div {
        margin-left: 16px;
        padding-top: 19px;
    }

    .slide-progress {
        margin-right: 0;
    }

    .slide-title {
        display: none;
    }

    .slideText {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slideText .title {
        display: block;
        font-size: 28px;
        line-height: 28px;
    }

    .slideText .title::before {
        display: none;
    }

    .slideText p {
        display: none;
    }

    .slideText .btn-dimmed {
        margin-top: 20px;
        font-size: 14px;
        height: 40px;
        line-height: 40px !important;
        width: 140px;
    }

    .slideImg {
        padding-top: 16px;
    }

    .slideImg img {
        max-height: 250px;
    }

    header.podstranica,
    header.podstranica.reference-header {
        background: #3ca793 url(../img/background-inner.jpg) no-repeat center top !important;
        height: 64px;
    }

    .header-txt-holder h1,
    .header-txt-holder.mobile h1 {
        font-size: 24px;
    }

    .title-year {
        font-size: 28px;
        margin-top: 16px;
    }

    .filteri-reference {
        margin-top: 16px;
    }

    .main-content {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .main-content h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .filters-reference-mobile {
        display: block;
        margin-top: 40px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
        background: #f2f2f2;
        padding: 32px 20px 40px 20px;
    }

    .filters-reference-mobile p {
        font-weight: 700;
        text-align: center;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .filters-reference-mobile .btn-filter {
        display: inline-block;
    }

    .form-group {
        text-align: center;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .at-share-dock-outer {
        position: absolute;
        z-index: 999;
    }

    .tables-as-col-one-third {
        display: block;
        margin-top: 32px;
    }

    .tables-as-col-one-third:first-of-type {
        margin-top: 0;
    }

    .tables-as-col-one-third td {
        display: block;
        text-align: center;
    }

    .tables-as-col-one-third td:first-of-type {
        width: 100%;
    }
}
