body, html {
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #617080;
    font-variant-ligatures: no-common-ligatures;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

a {
    color: #1B9FD1;
}

a, button {
    -webkit-transition: all .3s ease-out;    
    transition: all .3s ease-out;    
}

strong {
    font-weight: 700;
}

h1 {
    margin: 30px 0 10px 0;
    color: #009fdc;
}

h2 {
    color: #009fdc;
    font-size: 36px;
    font-weight: 700;
}
h3, h4, h5, h6 {color: #009fdc;}

.inner-page h2 {
    font-size: 25px;
}

.inner-page.cqv h2 {
    font-size: 35px;
    line-height: 1.4;
}

section .img-responsive,
section .img_responsive,
section .imgresponsive {
    max-width: 100%;
}

.img_responsive {
    max-width: 100%;
    height: auto !important;
    width: unset !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

.no-padding {
    padding: 0;
}

.gray-btn {
    background: #8E9BA8;
    border-radius: 3px;
    color: #ffffff;
    padding: 15px 10px;
    text-align: center;
    width: 160px;
    display: block;
    margin: 0 auto 30px auto;
}

.gray-btn:hover,
.gray-btn:active,
.gray-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background: #0980ba;
}

/* mobile nav ico */
.mobile-nav-wrapper {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mobile-nav-wrapper span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #0980ba;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.mobile-nav-wrapper span:nth-child(1) {
    top: 0px;
}

.mobile-nav-wrapper span:nth-child(2),
.mobile-nav-wrapper span:nth-child(3) {
    top: 10px;
}

.mobile-nav-wrapper span:nth-child(4) {
    top: 20px;
}

.mobile-nav-wrapper.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.mobile-nav-wrapper.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav-wrapper.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav-wrapper.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


.search-lang-wrapper {
    position: absolute;
    right: 40px;
    top: 14px;
    z-index: 6;
    /*width: fit-content;*/
    display: inline-flex;
}

    .search-lang-wrapper .search {
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        background: #0980ba url(../img/search-white.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: 17px auto;
        position: relative;
        margin: -3px 10px 0 0;
        border-radius: 50%;
    }

.search-lang-wrapper .lang {
    display: block;
    float: right;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

    .search-lang-wrapper .lang:after {
        content: '';
        position: absolute;
        right: 0;
        top: 12px;
        background: url('../img/chevron-down.svg?preset=simplePreset') 50% 50% no-repeat;
        background-size: 11px auto;
        width: 12px;
        height: 7px;
    }

.search-lang-wrapper .flag-circle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #E2E2E2;
    margin: 0 auto;
}

    .search-lang-wrapper .flag-circle.en {
        background: url('../img/en.svg?preset=simplePreset') 50% 50% no-repeat;
        background-size: 24px auto;
    }

    .search-lang-wrapper .flag-circle.hr {
        background: url(../img/hr.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: 24px auto;
    }

    .search-lang-wrapper .flag-circle.de {
        background: url(../img/de.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: 24px auto;
    }

    .search-lang-wrapper .flag-circle.ru {
        background: url(../img/ru.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: 24px auto;
    }

    .search-lang-wrapper .flag-circle.hu {
        background: url(../img/hu.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: 24px auto;
    }

    .search-lang-wrapper .flag-circle.si {
        background: url('../img/si.svg') 50% 50% no-repeat;
        background-size: 24px auto;
    }

.search-lang-wrapper .lang-list {
    display: none;
    position: absolute;
    top: 50px;
    right: 190px;
    padding: 0;
    margin: 0;
    width: 70px;
    list-style-type: none;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
}

.search-lang-wrapper .lang-list li {
    height: 40px;
}

.search-lang-wrapper .lang-list li a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ededed;
}

.search-lang-wrapper .lang-list li a:hover,
.search-lang-wrapper .lang-list li a:active,
.search-lang-wrapper .lang-list li a:focus {
    background: #1476a6;
}

.search-lang-wrapper .lang-list li:last-child a {
    padding: 5px 0 0 0;
    height: 40px;
    border-bottom: none;
}

.main-nav {
    padding: 40px 0;
    position: fixed;
    height: 134px;
    z-index: 60;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #E3E6E9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.main-nav.hu .logo {
    position: relative;
    top: 3px;
}

.main-nav.hu .logo img {
    max-width: 90%;
}

.main-nav.hu .nav-list {
    margin: 17px 0 0 5px;
}

.main-nav.hu .nav-list li {
    margin: 0 15px 0 0;
}

.main-nav.hu .nav-list li a {
    font-size: 17px;
}

.main-nav.fixed {
    padding: 20px 0;
    height: 84px;
    box-shadow: 0 2px 10px rgba(0,0,0,.4);
}

.main-nav.fixed .logo img {
    max-width: 80%;
}

.main-nav.fixed .nav-list {
    margin: 10px 0 0 50px;
}

.main-nav.fixed.hu .nav-list {
    margin: 10px 0 0 20px;
}


.main-nav.fixed .nav-list li a {
    font-size: 16px;
}

.main-nav.fixed .search-lang-wrapper {
    top: 6px;
}

.main-nav.fixed .nav-list li a:hover:after {
    bottom: -31px;
}

.main-nav.fixed .submenu {
    top: 84px;
    height: 52px;
    padding: 15px 0;
}

.main-nav .container {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.main-nav .logo {
    position: relative;
    z-index: 5;
    display: block;
    float: left;
}

.main-nav .logo img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-list {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 17px;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nav-list .mobile-logo {
    display: none;
}

.nav-list li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.nav-list li a {
    font-size: 18px;
    font-weight: 400;
    color: #425263;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.de .nav-list li a,
.ru .nav-list li a,
.en .nav-list li a {
   font-size: 16px;
}

.nav-list li a:hover,
.nav-list li a:focus,
.nav-list li a:active {
    text-decoration: none;
    color: #0980ba;
}

.nav-list li a:after {
    content: '';
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-list li a:hover:after {
    content: '';
    position: absolute;
    bottom: -52px;
    height: 5px;
    display: block;
    left: 0;
    right: 0;
    background: #0080BD;
}

.submenu {
    display: none;
    position: fixed;
    top: 134px;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(66,82,99,.83);
    padding: 29px 0;
    margin: 0;
    z-index: 4;
    height: 82px;
    list-style-type: none;
    text-align: center;
}

.submenu li {
    display: inline-block;
}

.nav-list .submenu a {
    color: #ffffff;
}

.nav-list .submenu li a:hover:after {
    display: none;
}

.nav-list .submenu li a:hover {
    color: #ffffff;
}

.mobile-nav {
    display: none;
}

.search-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 133px;
    /*    height: 500px;*/
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    z-index: 5; 
}

.search-wrapper.fixed-search {
    top: 84px;
}

.search-wrapper .search-input {
    margin: 30px 0 25px 0;
    position: relative;
}

.search-wrapper input {
    background: #CFD5D8;
    border: none;
    width: 100%;
    padding: 18px 30px;
    border-radius: 3px;
    color: #425263;
    outline: none;
}

    .search-wrapper .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 58px;
        display: block;
        background: url('../img/search.svg?preset=simplePreset') 50% 50% no-repeat;
        background-size: 23px auto;
        border: none;
    }


/* search form */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #425263;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #425263;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #425263;
}
:-moz-placeholder { /* Firefox 18- */
    color: #425263;
}

.search-item {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.search-item:after {
    content: '';
    z-index: 1;
    top: 0;
    bottom: 120px;
    left: 0;
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.search-item:hover:after {
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .3);
}

.search-item img {
    display: block;
}

.search-item-name {
    font-size: 13px;
    font-weight: 600;
    color: #425263;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.blue-txt {
    color: #0080BD;
}

header {
    height: 100vh;
}

.header-main-divisions {
    height: 86vh;
    display: flex;
    width: 100%;
    position: relative;
    margin: 134px 0 0 0;
}

.amelicor_logo_wrapper {
    margin: 164px 0 40px 0;
    display: flex;
    justify-content: center;
}

    .amelicor_logo_wrapper img {
        margin: 0 auto;
    }

.category_logo_wrapper {
    margin: 30px auto;
    z-index: 1;
    padding: 0 15px;
}

    .category_logo_wrapper a {
        display: block;
    }

    .category_logo_wrapper a.second {
        margin-top: 15px;
    }

    .hmd-col {
        position: relative;
        display: flex;
        flex: 1;
        align-items: stretch;
        height: 86vh;
        background-size: cover;
        overflow: hidden;
        transition: all .5s ease;
    }

.hmd-col:hover {
    flex: 1.3;
}

.hmd-col:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(124, 178, 210, 0.6);
}

.hmd-col:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: -40px; bottom: -40px; left: 0; right: 0;
    box-shadow: inset 0px 0px 30px 10px rgba(255,255,255,1);
    z-index: 1;
    -webkit-transition: opacity .3s;
            transition: opacity .3s;
}

.hmd-col:hover:after {
    opacity: 1;
}

.hmd-col-1:before {
    background: rgb(0,158,219,.6);
}

.hmd-col-2:before {
    background: rgb(0,166,211,.6);
}

.hmd-col-3:before {
    background: rgb(5,114,177,.5);
}

.hmd-col-4:before {
    background: rgb(0, 178, 189, .6);
}


.hmd-link {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 2;
}

.header-main-divisions .division-wrapper {
    position: absolute;
    color: #ffffff;
    left: 40px;
    bottom: 5px;
    max-width: 80%;
}

.header-main-divisions .hmd-col-eu .division-wrapper {
    max-width: none;
    right: 0;
    bottom: 0;
}

.header-main-divisions .division-wrapper .desc {
    position: relative;
    margin: 40px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    color: white;
    height:150px;
    z-index: 1;
}

.header-main-divisions h2 {
    margin: 0;
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.header-main-divisions h2:after {
    content: '';
    height: 4px;
    display: block;
    background: #ffffff;
    width: 67px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.header-main-divisions .hmd-col-eu h2:after {
    content: none;
}

.header-main-divisions h2 span {
    font-size: 30px;
    font-weight: 300;
    display: block;
}

.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    margin: auto;
    z-index: 4;
    width: 26px;
    height: 50px;
    cursor: pointer;
}

    .scroll-downs .chevron-down {
        position: relative;
        display: block;
        width: 100%;
        height: 5px;
        margin: 5px 0 0 0;
        background: url('../img/scroll-chevron.svg?preset=simplePreset') 50% 50% no-repeat;
        background-size: 9px auto;
    }

.mousey {
    width: 3px;
    padding: 0 9px;
    height: 32px;
    border: 3px solid #fff;
    border-radius: 16px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}

.eu-desc {
    position: relative;
    background-color: #fff;
    margin-left: -40px;
    color: #000;
    height: 185px;
    margin-top: 10px;
    padding: 20px 20px 0;
    z-index: 2;
}

.ed-title {
    font-size: 15px;
}

.ed-wrapper {
    text-align: center;
}

.ed-logos {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
}

.ed-logos > li {
    display: inline-block;
}

.ed-logos > li > img {
    max-height: 45px;
}

.ed-logos > li + li {
    margin-left: 20px;
}

.ed-info {
    font-size: 13px;
    color: gray;
    margin-top: 15px;
}

@keyframes scroll {
    0% { opacity: 0; }
    10% { 
        -webkit-transform: translateY(0); 
        transform: translateY(0); 
        opacity: 1;
    }
    100% { 
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

.news,
.references {
    padding: 50px 0 60px 0;
}

.news h2,
.references h2 {
    margin: 0 0 30px 0;
}

.news-item {
    position: relative;
    display: inline-block;
    width: 100%;
}

.news-item img {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.news-item:hover {text-decoration: none;}
.news-item:hover img {
    opacity: .8;
}

.news-title-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    display: block;
    color: #ffffff;
    background: rgba(0, 128, 189, 0.8);
    z-index: 2;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.news-item:hover .news-title-desc {
    background: rgba(0, 128, 189, 1);
}

.news-title-desc h3,
.video-desc h3 {
    position: relative;
    margin: 0 0 25px 0;
    font-size: 22px;
    color: #fff;
}

.news-title-desc h3:after,
.video-desc h3:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 67px;
    height: 4px;
    display: block;
    background: #ffffff;
}

.news-title-desc .desc {
    font-size: 14px;
}

.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 700px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: rgba(5,48,74,.4);
    cursor: pointer;
}


.video-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.video-poster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: inherit;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.video-poster:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5,48,74,.4);
}


.video-wrapper-active .video-poster,
.video-wrapper-active .video-desc {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.video-desc {
    position: absolute;
    color: #fff;
    bottom: 100px;
    width: 1140px;
    left: 0;
    right: 0;
    opacity: 1;
    margin: 0 auto;
    cursor: pointer;
}

    .video-desc .play-ico {
        width: 45px;
        height: 45px;
        display: block;
        background: url('../img/play-circle.svg?preset=simplePreset') 50% 50% no-repeat;
        background-size: 45px;
        margin: 0 0 20px 0;
    }

.video-desc .desc {
    max-width: 360px;
    font-size: 14px;
}

.references .news-title-desc {
    background: rgba(97,112,128,.8);
}

.slick-dots li button {
    width: 13px;
    height: 13px;
    background: #617080;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #0080BD;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots {
    bottom: -35px;
}

.prev-arrow,
.next-arrow,
.pdfHolder .pdfMenu .prev,
.pdfHolder .pdfMenu .next {
    top: -30px;
    position: absolute;
    display: block;
    width: 15px;
    height: 30px;
    border: none;
    padding: 0;
    z-index: 3;
    cursor: pointer;
}

.references-carousel .prev-arrow,
.references-carousel .next-arrow,
.news-carousel .prev-arrow,
.news-carousel .next-arrow,
.pdfHolder .pdfMenu .prev,
.pdfHolder .pdfMenu .next {
    top: 45%;
}

.prev-arrow,
.pdfHolder .pdfMenu .prev {
    left: -40px;
    background: url('../img/chevron-left-slider.svg') 50% 50% no-repeat;
    background-size: 15px auto;
}

.next-arrow,
.pdfHolder .pdfMenu .next {
    right: -40px;
    background: url('../img/chevron-left-slider.svg') 50% 50% no-repeat;
    background-size: 15px auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.footer-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    background: url('../UserDocsImages/all-company-amelicor-group.jpg?preset=simplePreset') 50% 50% no-repeat;
    background-size: cover;
    z-index: 1;
}

.footer-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    background: rgba(66,82,99, .5);
}

.footer-banner .banner-content {
    position: relative;;
    z-index: 3;
    color: #ffffff;
}

.footer-banner h2 {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.footer-banner h2:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 67px;
    height: 4px;
    display: block;
    background: #ffffff;
}

.footer-banner a:hover,
.footer-banner a:focus,
.footer-banner a:active {
    text-decoration: none;
}

.footer-banner .banner-desc {
    font-size: 30px;
    font-weight: 400;
}

footer {
    position: relative;
    margin: -5px 0 0 0;
    padding: 50px 0 30px 0;
    background: #efefef;
}

.footer-logo {
    margin: 0 0 40px 0;
    display: inline-block;
    width: 100%;
}

footer .footer-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer-info li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}

footer .footer-info li:last-child {
    margin: 0;
}

footer .footer-info li a,
footer .footer-info li span {
    position: relative;
    padding-left: 40px;
    color: #8E9BA8;
}

    footer .footer-info li .location:before {
        content: '';
        width: 19px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background: url('../img/location-ico.svg?preset=simplePreset') 50% 50% no-repeat;
        background-size: auto 20px;
    }

    footer .footer-info li .phone:before {
        content: '';
        width: 18px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background: url('../img/podruznice-phone-ico.svg?preset=simplePreset') 50% 50% no-repeat;
        background-size: auto 20px;
    }

    footer .footer-info li .mail:before {
        content: '';
        width: 20px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 5px;
        display: block;
        background: url('../img/podruznice-mail-ico.svg?preset=simplePreset') 50% 50% no-repeat;
        background-size: 20px auto;
    }

footer .eu-fondovi ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}
footer .eu-fondovi ul li {
    margin-left: 10px;
    text-align:right;
    display:flex;
    align-items:center;
}

footer .eu-fondovi ul li img {
   display:inline-block;
   height:40px;
}

footer .eu-fondovi ul li:first-child img {
    height: 50px;
}
footer .mod-fondovi {
    text-align:right;
    margin-top:10px;
}

footer .mod-fondovi img {
    max-height:40px;
    display:inline-block;
}


footer .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-bottom: 60px;
}

footer .social-links li {
    display: inline-block;
    margin-left: 15px;
}

footer .social-links li:first-child {
    margin-left: 0;
}

footer .social-links li a {
    width: 27px;
    height: 27px;
    display: block;
}

footer .social-links li a path {
    fill:#8e9ba8;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

footer .social-links li a:hover path {
    fill: #0980BA;
}

/*
footer .social-links li a.yt {
background: url(../img/yt-ico.svg) 50% 50% no-repeat;
background-size: 27px auto;
}

footer .social-links li a.in {
background: url(../img/linkedin-ico.svg) 50% 50% no-repeat;
background-size: 27px auto;
}
*/

.copyright {
    border-top: 1px solid #D3D8DB;
    padding: 25px 0 0 0;
    margin: 20px 0 0 0;
    font-size: 14px;
}

.copyright .copy {
    color: #1B9FD1;
    display: block;
    float: left;
}

.copyright .footer-links {
    display: block;
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.copyright .footer-links li {
    display: inline-block;
    margin-left: 60px;
}

.copyright .footer-links li:first-child {
    margin: 0;
}

.copyright .footer-links li a {
    color: #8E9BA8;
}

.dark-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
}

/* BACK TO TOP */
.top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 88;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(35, 82, 124, 0.8) url(../img/chevron-top.svg?preset=simplePreset) no-repeat 50% 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;
}

.top.is-visible, .top.fade-out, .no-touch .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;
}

.top.is-visible {
    visibility: visible;
    opacity: 1;
}

.top.fade-out {
    opacity: .5;
}

.top.fade-out:hover,
.no-touch .top:hover {
    background-color: #23527c;
    opacity: 1;
}

.cr-col {
    margin-bottom: 30px;
}

.cr-col > .prod-item {
    display: block;
}

.cr-col > .prod-item > img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
}


.copyright-mobile {
    display: none;
}

.inner-page-header {
    height: auto;
}

.inner-page {
    padding: 0 0 40px 0;
    margin: 134px 0 80px 0;
    line-height: 2;
    overflow: hidden;
}

/*.inner-page .gray-btn {
    margin: 0 auto;
}*/

.inner-header {
    position: relative;
    display: block;
    padding: 200px 0 50px 0;
}

.inner-header:after {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 1;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.6))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
}

.breadcrumbs {
    position: relative;
    z-index: 3;
    padding-top: 30px;
}

.division-category .breadcrumbs {
    text-align: center;
}

.breadcrumbs.artikl {
    padding: 30px 0;
}

.breadcrumbs.artikl li a,
.breadcrumbs.artikl li {
    font-size: 16px;
    text-transform: capitalize;
}

.breadcrumbs ul {

    list-style-type: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    color: #5D6A77;

}

.breadcrumbs ul li a {
    position: relative;
    color: #5D6A77;
    font-weight: 400;
    font-size: 15px;
}

.breadcrumbs ul li a.active {
    font-weight: 700;
}

.breadcrumbs ul li:after {
    content: '/';
    position: relative;

    margin: 0 10px;
}

.breadcrumbs ul li a.active:after {
    display: none;
}

.prod-wrapper {
    padding: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}

.prod-item {
    position: relative;
    display: inline-block;
    width: 100%;
    /*margin-bottom: 25px;*/
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.prod-item:hover {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow:  0 0 30px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.prod-item:after {
    content: '';
    z-index: 1;
    top: 0;
    bottom: 120px;
    left: 0;
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.prod-item:hover:after {
    content: '';
    -webkit-box-shadow: none;
    box-shadow: none;
}

.prod-item img {
    display: block;
    margin: 0 auto;
}

.prod-item-name {
    font-size: 13px;
    font-weight: 600;
    color: #425263;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.floating-menu {
    display: block;
    position: fixed;
    background: #008CC9;
    left: 0;
    top: 25%;
    width: 80px;
    z-index: 50;
}

.floating-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.floating-menu ul li {

    text-align: center;

}

.floating-menu ul li:hover {
    background: #0080BD;
}

.floating-menu ul li a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: 60px;
    padding: 20px 10px;
    border-bottom: 1px solid #41A9D7;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.floating-menu ul li:last-child a {
    border-bottom: none;
}

.title-reveal {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    left: 70px;
    right: 0;
    opacity: 0;
    background: #0080BD;
    width: 0;
    height: 100%;
    top: 0;
    padding: 20px 0;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.title-reveal span {
    position: absolute;
    width: 190px;
    font-weight: 300;
    font-size: 16px;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transition: opacity .3s ease-in-out .2s;
    transition: opacity .3s ease-in-out .2s;
}

.floating-menu:hover ul li a .title-reveal {
    opacity: 1;
    width: 190px;
}

.floating-menu:hover ul li a .title-reveal span {
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    left: 0;
    opacity: 1;
}

.air-distribution {
    display: inline-block;
    width: 32px;
    height: 15px;
    background: url(../img/category-ico/air-distribution.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 32px auto;
}

.air-regulation {
    display: inline-block;
    width: 32px;
    height: 23px;
    background: url(../img/category-ico/air-regulation.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 23px auto;
}

.kitchen-ventilation {
    display: inline-block;
    width: 32px;
    height: 23px;
    background: url(../img/category-ico/kitchen-ventilation.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 32px auto;
}

.sound-attenuation {
    display: inline-block;
    width: 32px;
    height: 28px;
    background: url(../img/category-ico/sound-attenuation.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 20px auto;
}

.fire-protection {
    display: inline-block;
    width: 32px;
    height: 43px;
    background: url(../img/category-ico/fire-protection.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: auto 40px;
}

.air-treatment {
    display: inline-block;
    width: 39px;
    height: 14px;
    background: url(../img/category-ico/air-treatment.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 35px auto;
}

.panel-walls {
    display: inline-block;
    width: 39px;
    height: 28px;
    background: url(../img/category-ico/cleanroom-filtration.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 39px auto;
}

.panel-system {
    display: inline-block;
    width: 32px;
    height: 33px;
    background: url(../img/category-ico/new/panel-system.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 29px auto;
}

.cleanroom-furniture {
    display: inline-block;
    width: 30px;
    height: 33px;
    background: url(../img/category-ico/new/cleanroom-furniture.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 25px auto;
}

.laminar-flow {
    display: inline-block;
    width: 35px;
    height: 28px;
    background: url(../img/category-ico/new/laminar-flow.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 35px auto;
}

.cleanroom-filtration {
    display: inline-block;
    width: 25px;
    height: 39px;
    background: url(../img/category-ico/new/cleanroom-filtration.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 21px auto;
}

.operating-rooms {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../img/category-ico/new/operating-rooms.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: 34px auto;
}

.goto-menu {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.goto-menu.about-us {
    margin-top: 20px;
}


.goto-menu ul {
    list-style-type: none;
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.goto-menu.about-us ul {
    justify-content: space-evenly;
}

.goto-menu ul li {
    display: inline-block;
    font-size: 20px;
	margin: 0 15px;
}

.goto-menu ul li.active a,
.goto-menu ul li a:hover,
.goto-menu ul li a:active,
.goto-menu ul li a:focus {
    color: #0080BD;
    text-decoration: none;
}

.goto-menu ul li a {
    color: #8E9BA8;
    position: relative;
}

.goto-menu ul li a:hover:after,
.goto-menu ul li a:active:after,
.goto-menu ul li a:focus:after,
.goto-menu ul li.active a:after {
    content: '';
    position: absolute;
    height: 5px;
    background: #0080BD;
    display: block;
    bottom: -30px;
    left: 0;
    right: 0;
}

.goto-menu.fixed-goto {
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    width: 100%;
    background: #efefef;
    z-index: 10;
}

.goto-menu.fixed-goto ul li a:hover:after,
.goto-menu.fixed-goto ul li a:active:after,
.goto-menu.fixed-goto ul li a:focus:after,
.goto-menu.fixed-goto ul li.active a:after {
    bottom: -20px;
}

.goto-menu.fixed-goto ul {
    padding: 20px;
    width: 1140px;
    margin: 0 auto;
    box-shadow: none;
}

.title-wrapper {
    position: relative;
}

.title-wrapper:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 67px;
    background: #008CC9;
    display: block;
    height: 4px;
}

.title-wrapper.no-border,
.cqv .title-wrapper.no-border {
    margin-bottom: 30px;
}

.title-wrapper.no-border:after{
    content: none;
}

.title-wrapper h1 {
    font-size: 72px;
    font-weight: 700;
    color: #008CC9;
    margin: 30px 0 5px 0;
}

.title-wrapper .category {
    font-size: 26px;
    font-weight: 300;
    color: #425263;
}

.prod-desc {
    padding: 60px 0 0 0;
}

.img-wrapper {
    margin-bottom: 20px;
}

.img-wrapper a {
    display: inline-block;
    width: 100%;
}

.gallery-wrapper {
    padding: 0 0 0 80px;
}

.thumbs {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}

.thumbs a {
    display: block;
    position: relative;
    width: 105px!important;
    float: left;
    padding: 0 5px;
    z-index: 3;
}

.thumbs img {
    position: relative;
    width: 105px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.thumb-img {
    position: relative;
}

.thumb-img:after {
    content: '';
    z-index: 1;
    top: 0;
    bottom: 120px;
    left: 0;
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .08);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.thumbs a:hover:after {
    -webkit-box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 90px 0 rgba(0, 0, 0, .2);
}

.img-wrapper img {
    margin: 0 auto;
}

.model-table.right {
    padding: 0 0 0 20px;
}

.model-table .additional-txt {
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: #8E9BA8;
}

.model-label {
    font-size: 17px;
    text-transform: uppercase;
    color: #425263;
}

.model-name {
    color: #0080BD;
    font-size: 17px;
    padding: 0 0 0 15px;
}

.table > tbody > tr > th {
    border-top: none;
    padding: 8px 0;
}

.table > tbody > tr > td {
    text-align: right;
}

.table > tbody > tr > td.dim-unit {
    font-size: 13px;
    font-weight: 600;
    color: #425263;
    padding: 8px 0;
    text-align: left!important;
}

.inner-page .table > tbody > tr > td {
    text-align: left;
}

.paging-info {
    position: absolute;
    right: 35px;
    top: 18px;
    font-size: 15px;
}

.dimensions-slider {
    margin: 50px 0 0 0;
}

.dimensions-slider a {
    position: relative;
}

.dimensions-slider a:after {
    content: '';
    z-index: 1;
    top: 0;
    bottom: 120px;
    left: 0;
    -webkit-box-shadow: inset 0 0 90px 0 rgba(239, 239, 239, 1);
    box-shadow: inset 0 0 90px 0 rgba(239, 239, 239, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dimensions-slider .next-arrow {
    right: 0;
}

.dimensions-slider .prev-arrow {
    right: 60px;
}

.list-name {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    color: #425263;
    margin: 20px 0 10px 0;
}

.list-files {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.list-files li {
    position: relative;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0;
    font-size: 18px;
}

.list-files li a {
    color: #59595C;
}

.file-size {
    display: block;
    float: right;
}

/*
.list-files li:last-child {
border-bottom: none;
}*/

.news-list-all .news-item {
    margin-bottom: 30px;
}

.news-date {
    font-size: 13px;
    opacity: .7;
}

.body-content {
    padding-bottom:  0px;
}

.intro-txt {
    font-weight: 700;
    margin: 10px 0 20px 0;
}

.kat-desc {
    margin: 10px 0 0 0;
}

.catalogue-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.catalogue-list li {
    display: block;
    float: left;
    width: 25%;
    padding: 0 30px 0 0;
}

.catalogue-list li a {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.catalogue-list li img {
    border: 1px solid #e8e8e8;
}

/*.catalogue-list li:first-child {
    padding: 0 20px 0 0;
}*/

.catalogue-title {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0 0;
    color: #617080;
    text-align: center;
}

.catalogue-title.about-us {
    font-size: 14px;
    text-align: left;
}

.podruznica {
    position: relative;
    border: 1px solid #d2d2d2;
    padding: 20px;
    margin: 60px 0 0 0;
    width: 94%;
    border-radius: 10px;
}

.podruznica .country {
    position: absolute;
    right: -20px;
    top: -30px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    /* border: 1px solid #d2d2d2; */
}

.podruznica .country img {
    width: 60px;
    height: 60px;
    margin: 4px auto 0 auto;
    display: block;
    border-radius: 100%;
    /*-webkit-box-shadow: 6px 6px 27px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    6px 6px 27px 0px rgba(50, 50, 50, 0.2);
box-shadow:         6px 6px 27px 0px rgba(50, 50, 50, 0.2);*/
    border: 1px solid #d2d2d2;
}

.podruznica h2 {
    color: #46a0de;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.podruznica ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.podruznica ul li {
    margin: 15px 0;
    padding: 0 0 0 30px;
    position: relative;
}

.podruznica ul li:last-child {
    margin: 15px 0 0 0;
}

.podruznica ul li a {
    color: #617080;
}

.header-kontakt {
    list-style-type: none;
    margin: -5px 0px 0px 15px;
    padding: 0;
}

.header-kontakt li {
    display: flex;
    align-items: center;
    padding: 0px 0px 5px 0px;
}

.header-kontakt li a {
    font-size: 14px;
    color: #425263;
}

.header-kontakt li a:hover {
    color: #1B9FD1;
    text-decoration: none;
}

.podruznica .podruznica-person:before,
.podruznica .podruznica-location:before,
.podruznica .podruznica-phone:before,
.podruznica .podruznica-mail:before,
.podruznica .podruznica-web:before,
.podruznica .podruznica-fax:before,
.podruznica .podruznica-mobile:before  {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top:5px;

}

.header-kontakt .header-phone:before, .header-kontakt .podruznica-mail:before {
    content: ' ';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

    .podruznica .podruznica-person:before {
        background: url(../img/person-ico.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: auto 20px;
    }

    .podruznica .podruznica-location:before {
        background: url(../img/location-ico.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: auto 20px;
    }

    .podruznica .podruznica-phone:before, .podruznica-phone:before, .header-kontakt .header-phone:before {
    background: url(../img/podruznice-phone-ico.svg?preset=simplePreset) 50% 50% no-repeat;
    background-size: auto 20px;
}

    .podruznica .podruznica-mail:before, .header-kontakt .podruznica-mail:before {
        background: url(../img/podruznice-mail-ico.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: 20px auto;
    }

    .podruznica .podruznica-web:before {
        background: url(../img/web-ico.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: 20px auto;
    }

    .podruznica .podruznica-fax:before {
        background: url(../img/podruznice-fax.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: auto 20px;
    }

    .podruznica .podruznica-mobile:before {
        background: url(../img/podruznice-mobile.svg?preset=simplePreset) 50% 50% no-repeat;
        background-size: auto 20px;
    }

.profile {
    height: auto !important;
    margin-left: 35px;
}

.InvisiblRadio {
    visibility: hidden;
}

#clickToRedir {
    visibility: hidden;
}

.search-results {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.search-results li {
    margin: 10px 0;
    padding: 5px 0;
}

.search-results li:first-child {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.search-results li:last-child {
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
}

.galerijaSlika {
    display: inline-block;
    margin: 20px 0;
}

.galerijaSlika a {
    /*width: 24%; // slike se cudno renderaju i ne renderaju se sve jednako */
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

        .galerijaSlika a img {
            margin: 0;
        }

.category-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 30px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.category-item h2 {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.category-item h2:after {
    content: '';
    width: 90px;
    position: absolute;
    height: 2px;
    display: block;
    background: #ffffff;
    bottom: -18px;
    left: 0;
    right: 0;
}

.title-desc-cat {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    max-height: 70%;
    background: rgba(97,112,128,.8);
    color: #ffffff;
    padding: 30px;
    font-size: 14px;
    line-height: 1.6;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.category-item:hover .title-desc-cat {
    background: rgba(0, 128, 189, .8);
    height: 100%;
    max-height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.category-item:hover h2:after {
    background: #fff;
}

.division-category .cat-name-desc {
    text-align: center;
    margin: 0 0 30px 0;
}
.galerijaSlika a img {
    margin: 0;
}

.button-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.button-wrapper .gray-btn {
    display: inline-block;
    padding: 15px 20px;
    width: auto;
}


/*start loadMore*/
.prod-wrapper .ty-compact-list {
    display: none;
}

#loadMore {
    cursor: pointer;
}
/*emd loadMore*/


/* lightgallery*/
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(1.0px);
}

.ty-compact-list h2 {
    text-align: center;
    margin: 40px 0 20px 0;
    font-size: 20px;
}

.container-iframe {
    width: 1450px;
    margin: 0 auto 50px auto;
    overflow: hidden;
    border: none;
}

.container-iframe iframe {
    border: none;
    outline: none;
    position: relative;
    left: -1px;
}

.btn-tertiary 
{
    display: inline-block;
    font-weight: 700;
    padding: 15px 30px;
    margin: 0;
    line-height: 20px;
    color: #fff !important;
    text-align: center;
    border-radius: 8px;
    border: transparent;
    font-size: 15px;
    transition: all 0.3s ease;
}
.btn-tertiary,
.btn-tertiary:focus { background: #1a81b8; color: #2A2D2E; }
.btn-tertiary:hover { background: #617080; color: #fff; text-decoration: none; }
.divider {border-bottom: 1px solid #d5d5d5;clear: both;width: 100%;padding: 0;display: block;margin-bottom: 20px;margin-top:10px;}


.div_line{ border-bottom: 1px solid #d5d5d5;clear: both;width: 100%;padding: 0;display: block;margin-bottom: 20px;margin-top:10px}

/*PDF holder*/
.pdfHolder {
    padding-top: 15px
}

    .pdfHolder .pdfMenu {
        display: block;
        /*position: absolute;*/
        margin: 0 auto;
    }

        .pdfHolder .pdfMenu .prev,
        .pdfHolder .pdfMenu .next {
            cursor: pointer;
            position: absolute;
        }


.pdfHolder .pdfMenu .pdfHeader {
    width: 150px;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
}

    .pdfHolder .the-canvas {
        border: 1px solid #d5d5d5;
        display: block;
        margin: 0 auto;
        width: 100%;
    }


/*accordion na proizvodima*/
.downloads-accordion {
    margin-top: 60px;
}

    .downloads-accordion .panel-title > a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f106";
        padding-right: 5px;
        font-size: 33px;
    }

    /*.downloads-accordion .panel-title > a.collapsed:before {
        float: right !important;
        content: "\f063";
    }*/
    .downloads-accordion .panel-title > a.collapsed:before {
        float: right !important;
        content: "\f107";
        font-size: 33px;
        font-family: 'FontAwesome', sans-serif;
        color: #617080;
    }

    .downloads-accordion a {
        color: #617080;
        text-decoration: none;
        display: block;
        font-size: 16px;
        font-weight: 400;
    }

    .downloads-accordion .panel-default > .panel-heading {
        text-align: center;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 15px;
    }

    /*Nova kontakt stranica*/

    .downloads-accordion .panel-default .panel-heading h2 a {
        color: #009fdc;
        font-size: 22px;
        font-weight: 500;
    }

    .downloads-accordion .profile {
        border: 0;
        padding: 0;
    }

        .downloads-accordion .profile img {
            margin-bottom: 15px;
            max-width: 210px;
        }

        .downloads-accordion .profile p {
            font-size: 13px;
        }

        .downloads-accordion .profile ul li {
            margin: 0px 0px 5px 0px;
        }


    .downloads-accordion .podruznica {
        border: 0;
    }

.custom_hr {
    height: 3px;
    width: 50px;
    background-color: #46a0de;
    margin: 10px 0 10px 0;
}

#kontakt_forma {
    margin: 60px 0px;
    padding-bottom: 60px;
    overflow: hidden;
    padding: 10px;
}

    #kontakt_forma label, #kontakt_forma input {
        display: block;
        width: 100%;
    }

.contact .podruznica ul li a[href^="mailto:"] {
    word-break: break-all !important;
}

#kontakt_forma input {
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    padding-left: 15px;
}

::-webkit-input-placeholder {
    color: #d2d2d2;
}

:-ms-input-placeholder {
    color: #d2d2d2;
}

::placeholder {
    color: #d2d2d2;
}

.kontakt a:before, .kontakt a.collapsed:before {
    content: " ";
}

#kontakt_forma #headline, #kontakt_forma #message {
    width: 100%;
}

#kontakt_forma #message {
    min-height: 300px;
    padding-left: 15px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
}

#kontakt_forma .newsletter-wrap {
    display: flex;
    justify-content: space-between;
}

    #kontakt_forma .newsletter-wrap label {
        font-weight: normal;
    }

    #kontakt_forma .newsletter-wrap input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 15px;
        border-radius: 10px;
    }

    #kontakt_forma .newsletter-wrap a {
        display: inline-block;
        color: #009fdc;
    }

#kontakt_forma .kontakt a.collapsed::before {
    content: "" !important;
}

#kontakt_forma .submit-wrap {
    text-align: center;
}

#kontakt_forma button {
    border: 0;
    background-color: #009fdc;
    padding: 5px 25px;
    border-radius: 10px;
    color: white;
    width: 200px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
}

    #kontakt_forma button:hover {
        background-color: #0980ba;
    }
	

    /*Nova kontakt stranica end*/

tbody tr {
    border-bottom: 1px solid #617080;
}

    tbody tr:last-child {
        border-bottom: none;
    }

.table-link {
    color: #000;
}

    .table-link:hover, .table-link:focus {
        color: #000;
        text-decoration: underline;
    }

.mod-table {
    margin: 0;
    /*margin-bottom: 20px;*/
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    .mod-table tr {
        padding: .35em;
    }

    .mod-table th,
    .mod-table td {
        padding: .625em;
    }

    .mod-table th {
        font-size: .85em;
        letter-spacing: .1em;
        font-weight: bold;
        color: #009FDB;
    }

.revitModels {
    text-align: center;
    background: #efefef;
    padding: 10px;
}

.hideUntilAjax {
    display: none;
}

.field-error {
    background: #ffd9d9 !important;
}

.eu-fondovi-link:hover {
    text-decoration: none;
}



/**** CQV ****/
.cqv .breadcrumbs ul {
    text-align: center;
}

.cqv .goto-menu ul {
    display: flex;
}

    .cqv .goto-menu ul li a {
        font-size: 15px;
        line-height: 1.4;
        display: block;
    }

.cqv #zastita,
#usluge,
#servis_validacije,
#odrzavanje,
#izrada_dokumentacije,
#strucna_osposobljenost,
#umjerni_lab,
#lab_osposobljenost {
    margin-top: 60px;
}


.cqv .title-wrapper {
    margin-bottom: 60px;
}

    .cqv .title-wrapper h1 {
        font-size: 35px;
        line-height: 1.4;
    }

.hexagon-wrapper {
    margin: auto;
    display: flex;
    text-align: initial;
    width: 200px;
    height: 200px;
    cursor: pointer;
}

.hexagon {
    position: relative;
    width: 46%;
    height: 80%;
    margin: auto;
    color: white;
    background: red;
    display: flex;
    align-content: center;
    justify-content: center;
    transition: 0.5s;
}

    .hexagon:before,
    .hexagon:after {
        position: absolute;
        content: "";
        background: inherit;
        height: 100%;
        width: 100%;
        border-radius: 0;
        transition: 0.5s;
        transform-origin: center;
    }

    .hexagon:before {
        transform: rotateZ(60deg);
    }

    .hexagon:after {
        transform: rotateZ(-60deg);
    }

.validaija_Wrap img {
    position: relative;
    top: 40px;
}

.validacije_txt {
    margin-top: 60px;
}

.usluge_images .small_image {
    margin-top: 30px;
}

.servis_val img {
    display: block;
    margin: 30px auto 0 auto;
}

.dokumentacija_carousel .prev-arrow {
    top: 50%;
    transform: translateY(-50%);
}


.dokumentacija_carousel .next-arrow {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.strucna_osposobljenost_img,
.lab_osposobljenost_img {
    margin-top: 30px;
}

.umjerni_lab_img img {
    position: relative;
    top: 40px;
}


/**** INZENJERING ****/
.light_subheading {
    font-size: 34px;
    font-weight: 300;
    margin-top: -20px;
    line-height: 1.3;
}

.benefit_item {
    display: flex;
}

.benefit_txt {
	max-width: 80%;
}

.ico_wrap {
    margin-right: 10px;
}

.inz_ico {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60%;
}

.benefit_txt h3 {
    color: #495663;
}

.benefit_txt ul {
    padding-left: 17px;
    font-size: 14px;
    max-width: 90%;
    color: #495663;
}

    .benefit_txt ul li:before {
        font-size: 8px;
    }

.polygon_wrapper {
    display: flex;
}

.inz_benefits {
    position: relative;
    padding-bottom: 80px;
    padding-left: 100px;
    padding-top: 90px;
    margin-top: 30px;
    width: 65%;
}

.body-en .inz_benefits {
	padding-left: 90px;
}

    .inz_benefits::after {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: 100%;
        height: 100%;
        background: url(../img/Polygon.png) no-repeat;
        background-size: contain;
        z-index: -1;
    }

.over_right {
    margin-top: 30px;
    max-width: 35%;
    position: relative;
    height: 100%;
}

    .over_right img {
        -webkit-transition: all 0/5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }


.hover_images img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.over_right img.img_default:hover {
    opacity: 0;
}

.over_right img.img_default.img_scale:hover {
    opacity: 0;
    transform: scale(1.1);
}

.over_right:hover .img_hover.img_scale {
    transform: scale(1.1);
}

.polygon_text {
    margin-top: 30px;
}

    .polygon_text .inz_benefits {
        padding-left: 110px;
        padding-top: 100px;
        padding-bottom: 0;
    }

        .polygon_text .inz_benefits::after {
            height: 130%;
        }
		
.inz_brands {
	margin: 0 0 30px 0;
	padding: 0 15px;
}

.pol_txt_htitle {
    line-height: 1.3;
    font-size: 44px;
    font-weight: bold;
}

.polygon_wrapper .inz_benefits.grey::after {
    background: url(../img/grey_polygon.png) no-repeat;
    background-size: contain;
    height: 130%;
    left: 0;
}

.grey_wrapper {
    justify-content: flex-end;
}

.inz_benefits.one .pol_txt_htitle {
    max-width: 70%;
    padding-left: 20px;
}

.inz_benefits.one ul {
    font-size: 19px;
}

.polygon_text .inz_benefits.one::after {
    height: 120%;
}

.inz_benefits.grey {
    width: 60%;
    padding-left: 100px;
    padding-top: 100px;
}

    .inz_benefits.grey .pol_txt_htitle {
        font-size: 45px;
        width: 100%;
        padding-left: 10px;
    }

    .inz_benefits.grey ul {
        padding-left: 40px;
        font-size: 17px;
    }

.over_right.dots_polygon {
    position: relative;
    left: -70px;
}

#inz_planning {
    margin-top: 200px;
}

#inz_pro_management {
	margin-top: 30px;
}


.ppp_boxes {
    display: flex;
}

.timeline_pic {
    margin: 30px 0;
}

.project_management {
    display: flex;
}

.pm_left {
    max-width: 65%;
}

.pm_left p {
	max-width: 80%;
}

    .left_txt,
    .pm_left img {
        max-width: 80%;
    }

.pm_right .over_right {
    top: -90px;
    right: 0px;
    height: auto;
    max-width: 100%;
	left: 0px;
}

    .pm_right .over_right.second {
        left: -80px;
        top: -70px;
    }
	
#production .pm_right .over_right.img_2 {
	left: -90px;
}

#inz_one_stop {
    margin-top: 60px;
}

/*.design_row {
    display: flex;
}*/

#design2 {
    margin-top: 60px;
}

.design {
    display: flex;
}

.design_title {
    margin-top: 30px;
}

.design .pm_left {
    padding-right: 30px;
}

.design .pm_right {
    display: flex;
    flex-direction: column;
}

    .design .pm_right .over_right.second {
        left: -30px;
    }

.txt_info {
    width: 60%;
}

.img_wrap {
    width: 40%;
    position: relative;
}

    .img_wrap img {
        margin: 0 auto;
    }

.img_1 {
    position: relative;
    top: -100px;
}

.img_3 {
    top: -150px;
}

/*.txt_2 {
    position: relative;
    top: -140px
}*/

/*.img_2 {
    top: -70px;
}*/

#procurement {
	margin-top: 30px;
}

.procurement {
    display: flex;
    justify-content: space-between;
}

    .procurement p {
        max-width: 55%;
        padding-right: 30px;
    }

    .procurement .over_right {
        margin-top: 0;
        top: -60px;
    }

#production,
#execution {
    margin-top: 30px;
    position: relative;
}

    #production .design,
    #execution .design {
        justify-content: space-between;
    }

    #production .pm_right .img_1 {
        top: 0;
    }
	
	#execution .design .over_right {
		left: -40px;
	}

    #execution .design .over_right.second {
        left: -140px;
    }
	
.div1 {
	position: relative;
	left: -100px;
	top: -10px;
}

#inz_cqv {
    margin-top: 30px;
}

    #inz_cqv .title-wrapper h1 {
        max-width: 60%;
    }

    #inz_cqv .design {
        justify-content: space-between;
    }

.cqv_more {
    font-size: 26px;
    font-weight: 500;
}

#inz_cqv .design .pm_right .over_right {
	left: -40px;
}

#inz_cqv .design .pm_right .over_right.second {
    left: -110px;
}

#inz_docs {
    position: relative;
}

.inz_docs {
    display: flex;
    justify-content: space-between;
}

#inz_docs .title-wrapper h2 {
    max-width: 55%;
}

.left_polygon_box,
.right_polygon_box {
    width: 50%;
}

    .left_polygon_box p {
        max-width: 80%;
    }

.services_polygon_wrapper {
    background: url(../img/Polygon7.png) no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center;
    position: relative;
    top: 90px;
}

.polygon_services_content,
.polygon_docs_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .polygon_services_content h4 {
        font-size: 30px;
        padding-left: 15px;
    }

    .polygon_services_content ul {
        padding-left: 30px;
        line-height: 1.5;
    }


.docs_polygon_wrapper {
    background: url(../img/Polygon7.png) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center;
    position: relative;
    width: 110%;
    top: -115px;
    left: -80px;
}

.polygon_docs_content h4 {
    font-size: 30px;
    text-align: center;
}

.polygon_docs_content ul {
    padding-left: 10px;
    line-height: 1.5;
    margin: 0;
}

#qms {
    margin-top: 160px;
}

#qms .title-wrapper h2 {
    max-width: 55%;
}

.qms {
    display: flex;
    justify-content: space-between;
}

.qms title-wrapper h2 {
    max-width: 55%;
}

.qms p {
    max-width: 50%;
}

.qms .over_right {
    top: -80px;
    margin-top: 0;
	left: -50px;
}

.qms_bottom_image {
   margin-top: 30px;
}

.ex_lines_small {
	position: absolute;
    right: -32%;
    top: 74%;
}

.klima_lines_small {
    position: absolute;
    right: -32%;
    top: 30%;
}

    .klima_lines_small.rotate {
        right: auto;
        left: -30%;
        transform: rotateY(180deg);
        top: 60%;
    }

#execution .klima_lines_small,
#inz_docs .klima_lines_small {
    top: 50%;
}

.menu {
    display: none;
}
