﻿html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}


/*responsive*/

.w100p {
    width: 100%;
}

@media only screen and (max-width: 1020px) {
    .rig {
        float: right;
    }
    .lef {
        float: left;
    }
    p {
        font-size: 0.750em
    }
    .desk {
        display: none;
    }
    .mob {
        display: block;
    }
    .logom {
        top: 30px;
        left: 20px;
    }
    .menu {
        top: 2%;
        left: 2%;
    }
    .navshow {
        display: none;
    }
    .jezik {
        position: absolute;
        top: 40px;
        right: 0%;
        padding: 0%;
    }
    .jezik span {
        background-color: rgba(27, 41, 76, 0.3);
        padding: 15px 7px;
        margin: 8px;
    }
    .lpadtxt p {
        padding: 10%;
    }
    .noTOPpad {
        padding-top: 0;
    }
    .rpadtxt p {
        padding: 10%;
    }
    .padtxt {
        padding-top: 0%;
        padding-right: 0%;
        padding-left: 0%;
        padding-bottom: 0%;
    }
    .wimage {
        width: 100%;
    }
    .wtext {
        width: 100%;
    }
    .klijenti {
        padding: 0 10%;
    }
    .klientlink {
        /*width: 15%;*/
        float: left;
        padding: 5px 30px;
    }
    .rabsp {
        width: 100%;
    }
    .rabsp p {
        padding: 5% 10%;
    }
    section {
        padding: 0;
    }
    section img {
        width: 100%;
    }
    section abs {
        position: relative;
    }
    main {
        width: 100%;
        min-width: 380px;
    }
    nav {
        position: relative;
        background-color: rgba(27, 41, 76, 0.3);
    }
    nav img {
        display: none;
    }
    nav ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    nav ul li {
        padding: 20px 0;
        border-bottom: solid 1px whitesmoke;
        width: 100%;
    }
    article {
        clear: both;
        width: 100%;
    }
    /*HEADER < 1280*/
    .nas1 {
        font-size: 2.125em;
        color: whitesmoke;
        bottom: 5%;
        left: 10%;
    }
    .nas2 {
        font-size: 2.125em;
        color: #DF1C24;
        padding: 50px 20px;
    }
    .nas3 {
        font-size: 2.125em;
        color: #144E80;
        padding-left: 10%;
    }
    header {
        width: 100%;
        position: relative;
    }
    header .nas1 {
        background: rgba(27, 41, 76, 0.3);
        left: 0;
        bottom: 49%;
        width: 65%;
        padding: 11%;
    }
    header .rabsp {
        background-color: rgba(251, 251, 251, 0.8);
        bottom: 15%;
        width: 77%;
        padding: 3% 7%;
        right: 0;
    }
    header .rabsp p {
        padding: 3% 7%;
    }
    /*FOOTER  < 1280*/
    footer {
        position: relative;
        clear: both;
        width: 100%;
        z-index: 1000;
    }
    .footC1 {
        left: 8%;
        top: 8%;
    }
    .footCt {
        width: 70%;
        height: 83%;
        left: 1%;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .footC2 {
        width: 100%;
    }
    .footC2 p {
        padding: 10%;
    }
    .footC3 {
        width: 100%;
    }
    .footC3 p {
        padding: 0 10% 10% 10%;
    }
    .move {
        right: 5%;
        bottom: 5%;
    }
}

@media only screen and (min-width: 1020px) {
    p {
        font-size: 1.000em
    }
    .desk {
        display: block;
    }
    .mob {
        display: none;
    }
    .rig {
        float: right;
    }
    .lef {
        float: left;
    }
    .lpadtxt {
        padding: 0 58px 0 36px;
    }
    .rpadtxt {
        padding: 0 36px 0 58px;
    }
    .padtxt {
        padding-top: 0;
        padding-left: 36px;
        padding-bottom: 0;
    }
    .wimage {
        width: 420px;
    }
    .wtext {
        width: 283px;
    }
    .centerme {
        top: 50%;
        transform: translateY(20%);
    }
    .desk img {
        height: 100%;
    }
    .navshow {
        display: block;
    }
    .jezik {
        right: 0px;
        top: 25px;
    }
    .jezik span {
        padding: 15px 7px;
        margin: 8px;
        background: rgba(27, 41, 76, 0.3);
    }
    .klientlink {
        float: left;
        padding: 30px 70px;
        width: 15%;
    }
    .rabsp {
        right: 0px;
        width: 283px;
        padding: 0 36px 0 58px;
        top: 40px;
    }
    section {
        clear: both;
        padding: 30px 0;
    }
    section img {
        width: 100%;
    }
    main {
        margin: 0 auto;
        width: 1020px;
        position: relative;
    }
    nav {
        border-right: 1px solid #E0E0E0;
        padding-top: 45px;
        float: left;
        width: 194px;
        height: 100%;
        position: fixed;
    }
    nav ul {
        width: 156px;
        padding-left: 38px;
        list-style: none;
    }
    nav ul li {
        padding: 10px 0;
    }
    nav img {
        padding-left: 38px;
    }
    article {
        margin: 0 auto;
        float: right;
        width: 825px;
    }
    .nas1 {
        font-size: 4.125em;
        color: whitesmoke;
        padding: 30px;
        left: 0px;
        bottom: 0px;
    }
    .nas2 {
        font-size: 4.125em;
        color: #DF1C24;
        padding: 40px;
    }
    .nas3 {
        font-size: 2.125em;
        color: #144E80;
        padding: 40px 0 0 30px;
        margin-top: -40px;
        margin-right: -30px;
    }
    /*HEADER > 1280*/
    header {
        position: relative;
        overflow: hidden;
    }
    header .nas1 {
        background: rgba(27, 41, 76, 0.3);
        top: 70px;
        width: 695px;
        left: 40px;
        height: 150px;
    }
    header .rabsp {
        background-color: rgba(251, 251, 251, 0.8);
        padding: 0 40px;
        top: 300px;
        right: 30px;
        width: 490px;
    }
    /*FOOTER  > 1280*/
    footer {
        position: relative;
        clear: both;
        width: 1020px;
        z-index: 1000;
        height: 887px;
        overflow: hidden;
    }
    .footC1 {
        left: 30px;
        top: 110px;
    }
    .footCt {
        width: 60%;
        right: 61px;
        top: 128px;
    }
    .footC2 {
        width: 650px;
        float: right;
        padding: 50px;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .footC3 {
        width: 300px;
        float: right;
        padding: 50px;
        background-color: rgba(255, 255, 255, 0.8);
        margin-top: 34px;
    }
    .footC3 p {
        margin-left: 50px;
    }
    .footC4 {
        right: 0px;
        top: 620px;
    }
    .move {
        right: 30px;
        top: 535px;
    }
    .move img {
        padding: 3px;
    }
}

@media only screen and (min-width: 1280px) {
    p {
        font-size: 1.000em
    }
    .desk {
        display: block;
    }
    .mob {
        display: none;
    }
    .rig {
        float: right;
    }
    .lef {
        float: left;
    }
    .lpadtxt {
        padding: 0 58px 0 36px;
    }
    .rpadtxt {
        padding: 0 36px 0 58px;
    }
    .padtxt {
        padding-top: 0;
        padding-left: 103px;
        padding-bottom: 0;
    }
    .wimage {
        width: 537px;
    }
    .wtext {
        width: 377px;
    }
    .centerme {
        top: 50%;
        transform: translateY(50%);
    }
    .desk img {
        height: 100%;
    }
    .navshow {
        display: block;
    }
    .jezik {
        right: 0px;
        top: 25px;
    }
    .jezik span {
        padding: 15px 7px;
        margin: 8px;
        background: rgba(27, 41, 76, 0.3);
    }
    .klientlink {
        float: left;
        width: 15%;
        padding: 30px 70px;
    }
    .rabsp {
        right: 0px;
        width: 377px;
        padding: 0 36px 0 58px;
        top: 125px;
    }
    section {
        clear: both;
        padding: 30px 0;
    }
    main {
        margin: 0 auto;
        width: 1280px;
        position: relative;
    }
    nav {
        border-right: 1px solid #E0E0E0;
        padding-top: 45px;
        float: left;
        width: 218px;
        height: 100%;
        position: fixed;
    }
    nav ul {
        width: 180px;
        padding-left: 38px;
        list-style: none;
    }
    nav ul li {
        padding: 10px 0;
    }
    nav img {
        padding-left: 38px;
    }
    article {
        margin: 0 auto;
        float: right;
        width: 1020px;
    }
    .nas1 {
        font-size: 4.125em;
        color: whitesmoke;
        padding: 30px;
        left: 0px;
        bottom: 0px;
    }
    .nas2 {
        font-size: 4.125em;
        color: #DF1C24;
        padding: 40px;
    }
    .nas3 {
        font-size: 2.125em;
        color: #144E80;
        margin-left: 20px
    }
    /*HEADER > 1280*/
    header {
        position: relative;
        overflow: hidden;
    }
    header .nas1 {
        background: rgba(27, 41, 76, 0.3);
        bottom: 70px;
        width: 695px;
        left: 40px;
        height: 200px;
    }
    header .rabsp {
        background-color: rgba(251, 251, 251, 0.8);
        padding: 0 40px;
        top: 350px;
        right: 30px;
    }
    /*FOOTER  > 1280*/
    footer {
        position: relative;
        clear: both;
        width: 1280px;
        z-index: 1000;
        height: 887px;
    }
    .footC1 {
        left: 30px;
        top: 110px;
    }
    .footCt {
        width: 60%;
        right: 61px;
        top: 128px;
    }
    .footC2 {
        width: 650px;
        float: right;
        padding: 50px;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .footC3 {
        width: 300px;
        float: right;
        padding: 50px;
        background-color: rgba(255, 255, 255, 0.8);
        margin-top: 34px;
    }
    .footC4 {
        right: 0px;
        top: 620px;
    }
    .move {
        right: 30px;
        top: 535px;
    }
    .move img {
        padding: 3px;
    }
}


/*GENERAL*/

body {
    font-size: 100%;
    color: #6B6B6B;
    background-color: white;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-weight: lighter;
}

p {
    line-height: 1.5em;
    padding-bottom: 1em;
}

.rel {
    position: relative;
}

.absm {
    position: absolute;
}

.cle {
    clear: both;
}


/*TABLE*/

.tableizv {
    width: 100%;
}

.tableizv td {
    padding: 1%;
}

.tabhead {
    background-color: #144E80;
    color: whitesmoke;
}

.tabnepar {
    background-color: #EBEBEB;
}

.tabfoot {
    background-color: #DF1C24;
    color: whitesmoke;
}


/*.tableizv a, a:visited, a:hover {color:whitesmoke; }*/

.tableizv img {
    width: 100%;
}


/* Hyperlink Styles: */


/*section a, a:visited {
	color: #144E80;
}*/

A.navlink,
A.nav:link,
A.nav:visited {
    text-decoration: none;
    color: #333333;
}

A.navlink:hover {
    text-decoration: none;
    color: #DF1C24!important;
}

A.navlink:active {
    text-decoration: none;
    color: #DF1C24!important;
}

A.wlink,
A.nav:link,
A.nav:visited {
    text-decoration: none;
    color: whitesmoke;
}

A.wlink:hover {
    text-decoration: none;
    color: #DF1C24!important;
}

A.wlink:active {
    text-decoration: none;
    color: #DF1C24!important;
}

A.blink,
A.nav:link,
A.nav:visited {
    text-decoration: none;
    color: #144E80;
}

A.blink:hover {
    text-decoration: none;
    color: #DF1C24!important;
}

A.blink:active {
    text-decoration: none;
    color: #DF1C24!important;
}

.blinkund {
    border-bottom: 3px solid #144E80;
    padding-bottom: 3px;
}


/*

nav a:link, a:visited {
	color: #333333;
}

.wlink a:link, a:visited {
	color: whitesmoke;

.blink a:link, a:visited {
	color: #144E80;
}


}
a:link, a:visited, a:hover {
	text-decoration: none;
}
a:hover {
	color: #DF1C24!important;
}

*/

section a img {
    border: none;
}

.w50 {
    width: 50%
}

.linkdow {
    font-size: 1.813em;
    color: whitesmoke;
}

.secondN {
    display: none;
}

.pad5 {
    padding-bottom: 50px;
}

.linije {
    pointer-events: none;
    clear: both;
    width: 100%;
    height: 100%;
    z-index: 1005;
    overflow: hidden;
}

.linije img {
    pointer-events: none;
}

.test {
    background-image: url(../images/footercorner.png);
    position: relative;
    clear: both;
    width: 100%;
    z-index: 1015;
    overflow: hidden;
}

main {
    position: relative;
}

article {
    position: relative;
}

footer {
    position: relative;
}

.b {
    font-weight: bold;
}

.nchanger {
    z-index: 1006;
}

.menudrop {
    z-index: 1006;
}

.nas1,
.nas2,
.nas3 {
    font-weight: bold;
}

.box {
    display: block;
    background-color: none;
    width: 70px;
    height: 70px;
    position: absolute;
    overflow: hidden;
    z-index: 2008;
    /*border:1px solid black;*/
}

.box img {
    position: absolute;
    left: -32px;
    top: -32px;
    z-index: 2008;
}

.footC4 img {
    pointer-events: none;
}


/* ------ LINKOVI ------ */

a.link0 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_01.png);
}

a.link0:hover {
    background-position: 0px 135px;
}

a.link1 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_02.png);
}

a.link1:hover {
    background-position: 0px 135px;
}

a.link2 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_03.png);
}

a.link2:hover {
    background-position: 0px 135px;
}

a.link3 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_04.png);
}

a.link3:hover {
    background-position: 0px 135px;
}

a.link4 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_05.png);
}

a.link4:hover {
    background-position: 0px 135px;
}

a.link5 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_06.png);
}

a.link5:hover {
    background-position: 0px 135px;
}

a.link6 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_07.png);
}

a.link6:hover {
    background-position: 0px 135px;
}

a.link7 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_08.png);
}

a.link7:hover {
    background-position: 0px 135px;
}

a.link8 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_09.png);
}

a.link8:hover {
    background-position: 0px 135px;
}

a.link9 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_10.png);
}

a.link9:hover {
    background-position: 0px 135px;
}

a.link10 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_11.png);
}

a.link10:hover {
    background-position: 0px 135px;
}

a.link11 {
    display: block;
    width: 170px;
    height: 135px;
    background-position: 0px 0px;
    background-image: url(../images/klijenti/klijenti_12.png);
}

a.link11:hover {
    background-position: 0px 135px;
}


/**cookies**/

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: auto;
    min-height: 80px;
    background: rgba(162, 166, 162, 0.9);
    display: none;
}

.cookie-banner .container {
    display: table;
    padding: 10px 20px;
    margin: 0 auto;
}

.cookie-banner p {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}

.cookie-banner a {
    color: #ffffff;
    text-decoration: underline;
}

.button {
    border-radius: 4px;
    background: #0d3880;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    border: 0;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    text-align: center;
    width: 90px;
}

.cookie-banner h2 {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px 0;
}