
/* HTML ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/*light 300
regular 400
semi-bold 600
bold 700
extra bold 800
font-family: 'Open Sans', sans-serif;*/


* {
    margin: 0;
    padding: 0;
}
html{
    background: #f0f0f0;
    height: 100%;
}
body, p, ul, li, ul li p, ol li p, img, form, fieldset, input, text-area, select, button {
    margin:0;
    padding:0;
    border:0;
}
body {
    color:#333;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    line-height:160%;
    min-height: 100%;
    position: relative;
    background: #f0f0f0;
}
form, input, textarea {
    color:#ffffff;
    font-size:13px;
}
input, textarea, select {
    background-color:#FFFFFF;
}


/*@font-face {
    font-family: "nioki";
    font-style: normal;
    font-weight: normal;
    src: url("/css/font/niokibg-webfont.eot?#iefix") format("embedded-opentype"), url("/css/font/niokibg-webfont.woff") format("woff"), url("/css/font/niokibg-webfont.ttf") format("truetype");
}*/



h1, h2, h3, h4, h5, h6 {
    color:#333;
    font-weight:normal;
    line-height:125%;
    margin:0 0 10px;
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-size: 30px;
    color:#123d7b;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom:  25px;
    padding-right: 50px;
    line-height: 110%;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
    font-weight: bold
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
    font-weight: 600;
    margin-bottom: 30px;
}
p {
    padding-bottom:16px;
    color:#333;
}
ul, ol {
    margin: 0 0 15px 15px;
}
ul li {
    margin:0 0 10px 20px;
}
ol li {
    list-style-type: decimal;
    margin:0 0 10px 20px;
}
ul li{
    font-size: 14px;
    font-weight: 400;
    color:#333;
}
ol li {
    font-size: 16px;
    font-weight: 400;
    color:#333;
}
#content ol,
#content ul{
    margin-bottom: 25px;
}
#content ol li,
#content ul li{
    margin: 0 0 5px 20px;
}
#content p{
    margin-bottom: 25px;
    padding: 0;
}
#content p.lead {
    width: 100%;
    margin-bottom: 30px;
    font-size:22px;
    font-weight: 400;
    color:#333;
}
#content p.isUpdate {
    margin-bottom: 0;
}
/*----- Link ------*/

a{
    color:#c03a41;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover {
    /*    opacity: 0.7;*/
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*----- Table ------*/

table{
    border-collapse:collapse;
    color:#666;
    margin:0 0 25px 0;
    text-align:left;
    width:100% !important;
    height: auto !important;
    max-width: 100%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    /*    border-radius: 5px;
        overflow: hidden;*/
    border: 0px !important ;
}
#content table p{
    margin-bottom: 0;
}
table.controlNo{
    /*    margin-left: 20px;*/
    max-width: 850px;
}
table thead tr td,
table thead tr td th{
    background-color:#e2e4e5 !important;
    border-bottom:1px solid #DAE2E7;
    border-right:1px solid #DAE2E7;
    border-top:1px solid #DAE2E7;
    color:#fff !important;
    padding:8px 20px;
    font-size:16px;
    line-height:120%;
    font-weight: normal;
}
#content table thead tr td, table thead tr td th p {
    color:#fff !important;
}

table tbody tr td{
    background-color:#fff;
    padding:5px;
    padding-left: 5px;
    padding-bottom: 0;
    color:#666;
    font-size:14px;
    line-height:150%;
    padding: 20px;
    border:1px solid #d7d7d7 !important;
    border-left: 0px !important;
    border-top: 0px !important;

}
table tbody tr td:last-child{
    border-right: 0px !important;
}
table tbody tr:last-child td{
    border-bottom: 0px !important;
}
table tbody tr td.tdInput{
    padding:10px 0 0 40px;
    border-right: 1px solid #dbdee1;
    border-bottom: 0px !important;
}
p.modMessage {
    color:#333;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
}
table tbody tr td.mod{
    padding-bottom: 20px;
    padding-top:10px;
    padding-right: 0;
    border:0px !important;

}
table tbody tr td.mod.first{
    padding-top: 20px;
    padding-bottom: 0;
}
table tbody tr td.result{
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    border: 0px !important;
}
table tbody tr td.result.first {
    padding-top: 20px;
    padding-bottom: 0;
}
table tbody tr td.tdInput input {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3);
    border-radius: 3px;
    height: 36px;
}
table tbody tr td.result input{
    padding-left: 0;
    height: 36px;
    padding: 0;
    border: 1px solid #b2b2b2;
    border-left: 0;
    border-top-right-radius:3px;
    border-bottom-right-radius: 3px;
}
table tbody tr th{
    background-color:#fff;
    border-bottom:1px solid #989C9E;
    border-right:1px solid #C2C6C9;
    border-top:1px solid #CDD1D4;
    color:#01397F;
    padding:5px;
    padding-bottom: 0;
    font-size:16px;
    line-height:150%;
    font-weight: normal;
}
table tbody tr td ul, table tbody tr td ol{
    margin:0;
}

table.filijale tr td a{
    background: url(../images/letter.gif) center top no-repeat;
    width: 18px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
}

table tbody tr td p, table tbody tr th p {
    padding-bottom: 5px;
}

.download{
    background: url(../images/download.png) left top no-repeat;
    line-height: 170%;
    min-height: 30px;
    display: block;
    color: #01397F;
    font-size: 16px;
    text-decoration: none;
    padding-left: 40px;
    font-weight: normal;
}
.download a{
    color: #01397F;
}
.download a:hover{
    color: #D12B33;
    text-decoration: none;
}
.link{
    display: block;
    color: #c03a41;
    font-size: 16px;
    font-weight: bold;
}

a.read {
    float: right;
    padding: 10px;
    background-color: #D32C34;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: -10px;
}
a.read:hover {
    background-color: #324A75;
    text-decoration: none;
}

#content p.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
#content p.video iframe{
    position:absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    height: 100%;
}
.vazno {
}
#content p.attachment {
    color:#333;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
}
#content p.attachment a{
    color: #cd5052;
    margin-right: 5px;
    line-height: 150%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
#content p.attachment a:before{
    font-family: 'Font Awesome 5 Free';
    content: '\f15c';
    color: #cd5052;
    font-weight: 900;
    font-size: 22px;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#content p.attachment a:hover{
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* PRINT PAGE & SEND MAIL TO FRIEND */
.fontSize a {
    float: right;
    margin: 10px 0 0 5px;
}
a.printPage{
    display:block;
    height:14px;
    width:18px;
}
a.mailFriend{
    display:block;
    height:14px;
    width:18px;
    margin-right: 10px;
}
a.printPage i {
    color:#333;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.mailFriend {
    color:#333;
    margin-right: 10px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.backPage{
    margin: 0 0 0 30px;
}
a.mailFriend:hover i {
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.printPage:hover i {
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.printPageWindow{
    display:none;
}

a.backPage {
    display: none;
}
.singleStory a.backPage {
    display: block;
}
/* @end */

#st-2 {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.menu-triger{
    display: none;
    float:left;
    margin:22px 20px 0 0;
    cursor: pointer;
    width: 24px;
    height: 18px;
    position: relative;
}
.searchTrigger {
    display: none;
    float: right;
    margin: 20px 0 0;
}
.menu-triger span{
    width: 24px;
    height: 2px;
    background-color:#123d7b;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: auto;
    left: auto;
    right: auto;
    opacity: 1;
}
.menu-triger span:nth-of-type(2){
    margin: 6px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-triger.rotated span:nth-of-type(1) {
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-triger.rotated span:nth-of-type(2) {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-triger.rotated span:nth-of-type(3) {
    position: absolute;
    transform: rotate(-45deg);
    top: 9px;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.table-overflow{
    overflow-x: auto;
    z-index: 0;
    position: relative;
}
form .table-overflow{
    overflow-x: hidden;
    z-index: 0;
    position: relative;
    width: 100%;
}
/* ??? */
#st_gdpr_iframe {
    display: none;
}

/* ------------------------------------------------------------------- REDESIGN --------------------------------------------------------------------------------------------- */

.gridHolder {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: table;
}
.gridHolder .half,
.gridHolder .six,
.gridHolder .four,
.gridHolder .eight {
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}
.gridHolder .half,
.gridHolder .six {
    width: 50%;
}
.gridHolder .six:nth-of-type(2n+1),
.gridHolder .half:nth-of-type(2n+1) {
    clear: left;
}
.gridHolder .four:nth-of-type(3n+1) {
    clear: left;
}
.gridHolder .four {
    width: 33.33%;
}
.gridHolder .eight {
    width: 66.66%;
}

.singleStory table tbody tr td {
    padding: 10px
}
.singleStory ul li {
    font-size: 14px;
}

/* ---------------------------------- NEW CMS ------------------------------- */
table.fixControlNo tbody tr td.tdInput,
table.fixControlNo tbody tr td.mod.first,
table.fixControlNo tbody tr td.result.first {
    padding-bottom: 5px;
    padding-top: 10px;
}
.boxFiles a.boxFile{
    color: #666;
    display: block;
}

.boxFiles p{
    border-bottom: 1px solid #E6EBEE;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 130%;
    color: #666;
    display: block;
}
.boxFiles p:before {
    font-family: 'Font Awesome 5 Free';
    content:'\f15c';
    color: #cd5052;
    font-weight: 900;
    ;
    font-size: 22px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.boxFiles p:hover:before {
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.boxFiles p{
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.boxFiles p a {
    color: #cd5052 !important;
    margin-right: 5px;
    line-height: 150%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.boxFiles p span{
    color: #cd5052;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* ------------------- Real Estate Calculator -----------------*/

.calculator-body ol li,
.calculator-body ull li {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.interest-calculator {
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 40px 30px;
    margin-bottom: 30px;
    display: flex;
    column-gap: 30px;
}

.calculator-form {
    width: 100%;
    max-width: calc(100% - 15px);
}

.calculator-form .input-holder {
    margin-bottom: 20px;
    width: 100%;
}

.calculator-form input {
    border:1px solid #C8C8C8;
    border-radius: 4px;
    width: 100%;
    max-width: calc(100% - 20px);
    height: 40px;
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    font-family:'Open Sans', sans-serif;
}

.calculator-form input::placeholder {
    color: #333333;
}

.calculator-form .calc-date {
    position: relative;
}

.calculator-form input[type="date"] {
    padding-left: 40px;
    max-width: calc(100% - 50px);
}

.calculator-form .calc-date.readonly input[type="text"] {
    padding-left: 40px;
    max-width: calc(100% - 50px);
}

.calculator-form input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.calculator-form .calc-date:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    position: absolute;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 10px;
    color: #133D7B;
}

.calculator-form input.hasDatepicker {
    padding-left: 40px;
    max-width: calc(100% - 50px);
}

.calculator-form .calc-date.readonly:before {
    color: #676767;
    font-weight: 400;
}

.calculator-form .calc-date.readonly input {
    font-weight: 400;
}

.calc-label {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.calc-label label {
    color: #333333;
    font-size: 12px;
    font-family:'Open Sans', sans-serif;
}


.calc-label .more-info {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    display: block;
    border-radius: 18px;
    background: #B2E3FB;
    color: #676767;
    font-size: 10px;
    font-family:'Open Sans', sans-serif;
}

.calc-label .more-info i {
    font-size: 10px;
    font-family:'Open Sans', sans-serif;
}


.calculator-button-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    column-gap: 30px;
    margin-top: 30px;
}

.calculator-button-wrapper button {
    background: #fff;
    border:1px solid #133D7B;
    color: #133D7B;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.calculator-button-wrapper button:hover {
    background: #133D7B;
    color: #fff;
}

.calculator-button-wrapper button.calculate {
    border-color: #C03A41;
    background: #C03A41;
    color: #fff;
}

.calculator-button-wrapper button.calculate:hover {
    background: #fff;
    color: #C03A41;
}

.calculation-result {
    background: rgba(0, 169, 243, 0.1);
    padding: 30px;
    width: 100%;
    max-width: calc(100% - 15px);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.result-holder {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 10px;
}

#content .result-holder p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
}

#content .result-holder h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 33px;
    min-height: 34px;
}

input[readonly] {
    background: #F2F2F2;
    border-color: #F2F2F2;
}

input[readonly]::placeholder {
    color: #676767;
}

input[readonly]:focus {
    background: #F2F2F2;
    border-color: #F2F2F2;
    box-shadow: none;
    outline: none;
}

.calculation-result .info {
    width: 14px;
    height: 14px;
    border-radius: 16px;
    line-height: 10px;
    border:2px solid #00A9F3;
    color: #fff;
    background: transparent;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.calculation-result .info i {
    color: #00A9F3;
    font-size: 8px;
}

.kalkulator-za-obracun-kamate #ui-datepicker-div,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti #ui-datepicker-div,
.advanced-search #ui-datepicker-div{
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    min-width: 352px;
}

.kalkulator-za-obracun-kamate .ui-datepicker-calendar,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-calendar,
.advanced-search .ui-datepicker-calendar{
    margin-bottom: 0;
}

.kalkulator-za-obracun-kamate .ui-datepicker-header,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header,
.advanced-search .ui-datepicker-header{
    display: flex;
    justify-content: space-between;
}

.kalkulator-za-obracun-kamate #ui-datepicker-div .ui-datepicker-title,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti #ui-datepicker-div .ui-datepicker-title,
.advanced-search #ui-datepicker-div .ui-datepicker-title {
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.kalkulator-za-obracun-kamate .ui-datepicker-header .ui-datepicker-next,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header .ui-datepicker-next,
.advanced-search .ui-datepicker-header .ui-datepicker-next {
    order:3;
    line-height: 22px;
    margin: 0;
}

.kalkulator-za-obracun-kamate .ui-datepicker-header .ui-datepicker-prev,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header .ui-datepicker-prev,
.advanced-search .ui-datepicker-header .ui-datepicker-prev {
    line-height: 22px;
    margin: 0;
}

.kalkulator-za-obracun-kamate .ui-datepicker-header .ui-datepicker-next span,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header .ui-datepicker-next span,
.advanced-search .ui-datepicker-header .ui-datepicker-next span,
.kalkulator-za-obracun-kamate .ui-datepicker-header .ui-datepicker-prev span,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header .ui-datepicker-prev span,
.advanced-search .ui-datepicker-header .ui-datepicker-prev span {
    display: none;
}

.kalkulator-za-obracun-kamate .ui-datepicker-header .ui-datepicker-next::before,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header .ui-datepicker-next::before,
.advanced-search .ui-datepicker-header .ui-datepicker-next::before,
.kalkulator-za-obracun-kamate .ui-datepicker-header .ui-datepicker-prev::before,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header .ui-datepicker-prev::before,
.advanced-search .ui-datepicker-header .ui-datepicker-prev::before {
    color: #333;
    display: block;
    cursor: pointer;
}

.kalkulator-za-obracun-kamate .ui-datepicker-header .ui-datepicker-next::before,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header .ui-datepicker-next::before,
.advanced-search .ui-datepicker-header .ui-datepicker-next::before{
    content: "\f054";
}


.kalkulator-za-obracun-kamate .ui-datepicker-header,
.kalkulator-za-obracun-kamate .ui-datepicker-calendar thead,
.advanced-search .ui-datepicker-header,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-calendar thead,
.advanced-search .ui-datepicker-calendar thead{
    background: #fff;
    padding: 10px 20px;
    text-align: center;
}

.kalkulator-za-obracun-kamate .ui-datepicker-header,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header,
.advanced-search .ui-datepicker-header{
    background: #f2f2f2;
}

.kalkulator-za-obracun-kamate .ui-datepicker-header a,
.kalkulator-za-obracun-poreza-na-prihod-od-nepokretnosti .ui-datepicker-header a,
.advanced-search .ui-datepicker-header a {
    margin: 0 15px;
}

table.ui-datepicker-calendar tbody tr td {
    line-height: 1;
    padding: 10px 13px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

table.ui-datepicker-calendar tbody tr td.ui-datepicker-today {
    background-color:#02a9f3;
    color:#fff;
}

table.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
    background-color: #123d7b;
    color:#fff;
}

table.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a,
table.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
    color:#fff;
}

table.ui-datepicker-calendar tbody tr td a {
    color: #333;
}

table.ui-datepicker-calendar thead tr th {
    border: 1px solid #d7d7d7 !important;
    border-left: 0px !important;
    border-top: 0px !important;
    line-height: 1;
    padding: 10px 13px;
    text-align: center;
    font-size: 13px;
    color: #333;
    font-weight:400;
}

table.ui-datepicker-calendar thead tr th:last-child {
    border-right: 0 !important;
}

.info-modal {
    background: #333333;
    padding: 25px 20px;
    max-width: 300px;
    width: 100%;
    visibility: hidden;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: calc(100% - 20px);
    opacity: 0;
    transition: opacity 0.3s;
}

.info-modal p {
    color:#fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

/* ---------------- Settings ---------------*/
.settings_btn {
    padding: 0;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}
.settings_wrapper{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    top: 30px;
    max-width: 1090px;
    margin: 0 calc((100% - 1090px) / 2);
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.1);
}
.settings_wrapper .zoom_inOut_holder h4{
    margin-bottom: 0;
    margin-right: 10px;
}
.settings_wrapper__settings{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px 30px 30px;
    flex-direction: column;
}
.close_settings{
    display: flex;
    justify-content: end;
    font-size: 25px;
    cursor: pointer;
    padding-right: 20px;
    padding-top: 20px;
}
.settings_wrapper > h3{
    text-align: center;
    font-weight: 700;
    color: #133D7B;
    font-size: 30px;
    line-height: 100%;
}
.settings_wrapper h4{
    font-size: 18px;
    line-height: 23px;
    color: #676767;
    font-weight: 700;
}
.settings_wrapper.active{
    display: block;
}
.color_themes{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
.color_themes .card{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.card.normal{
    background: #133D7B;
}
.card.bw{
    background: #000;
    border: 2px solid #000;
}
.card.invert{
    border: 2px solid #133D7B;
    color: #133D7B;
}

html.invert .card.invert{
    border:2px solid #D0023D;
    filter: none !important;
}
.invert img,
.invert video,
.invert iframe,
.invert .footerBgrdImg{
    -webkit-filter: invert(1) hue-rotate(180deg) grayscale(1);
    filter: invert(1) hue-rotate(180deg) grayscale(1);
}
.bw iframe{
    -webkit-filter: grayscale(100%);
    filter:grayscale(100%);
}
.zoom_inOut_holder {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 30px;
}
.zoom_inOut_holder button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #C03A41;
    color: #fff;
    font-weight:700;
    font-size: 20px;
    margin-left: 0;
    cursor: pointer;
}
.zoom_inOut_holder button.disabled,
button[disabled],
.contactForm .holderButton button[disabled]{
    opacity: 0.6;
    cursor: inherit;
}

button[disabled]:hover ,
.contactForm .holderButton button[disabled]:hover {
    background: #123d7b;
}

a.feed {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-left: 10px;
}
a.site-map {
    margin-left: 10px;
    height: 18px;
}
.primaryNavNodes,
.secondaryNavNodes,
.otherNodes{
    /*    columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-count: 2;
        list-style-type: none;
        clear: left;*/
}

.sitemap-container {
    display: flex;
    column-gap: 60px;
}

.primaryNavNodes,
.secondaryNavNodes .primaryNavHolder,
.otherNodes .primaryNavHolder{

}

.primaryNavNodes .primaryNavHolder,
.secondaryNavNodes .secondaryHolder,
.otherNodes .otherHolder {
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

/*.primaryNavNodes,
.secondaryNavNodes {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(18, 61, 123, 0.2);
}*/

/*.primaryNavNodes .primaryNavHolder,
.secondaryNavNodes .secondaryHolder,
.otherNavNodes .otherHolder {
    padding-bottom: 10px;
    margin-bottom: 20px;
}*/

.otherNodes {
    margin-bottom: 40px;
}

#content .primaryNavHolder h4 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 20px;
}

.otherNodes .primaryNavHolder h4  {
    font-size: 18px;
    font-weight: 600;
}

#content .primaryNavHolder ul.greatGrandChildList  {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 10px;
}

#content .primaryNavHolder ul.grandChildList a {
    font-size: 16px;
}

#content .primaryNavHolder ul.greatGrandChildList li a,
#content .primaryNavHolder ul.greatGrandChildList li {
    font-size: 14px;
    line-height: 16px;
}

.greatGrandChildList li {
    list-style: none;
    position: relative;
}

.greatGrandChildList li::before {
    position: absolute;
    left: -10px;
    top: -2px;
    content: "-";
    color: #123d7b;
    display: block;
}

.primaryNavHolder ul li {
    /*list-style: none;*/
}

.primaryNavHolder ul.childList a {
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
}

.primaryNavHolder ul.grandChildList a {
    font-weight: 400;
}

.primaryNavHolder a {
    color: #133D7B;
}

#content .primaryNavHolder ol li, #content .primaryNavHolder ul li {
    margin: 0;
}

#content .primaryNavHolder ol, #content .primaryNavHolder ul {
    margin-left: 30px;
    margin-bottom: 10px;
}

#content .primaryNavHolder ul li.childListTitle {
    margin-bottom: 15px;
}

#content .primaryNavHolder ul.childList {
    margin-bottom: 20px;
}
.userUpdate p {
    color: rgba(51, 51, 51, 0.5);
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 20px;
    clear: both;
}

#accordion {
    overflow: hidden;
    margin-bottom: 40px;
}

.accordionWrapper {
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    background: #fff;
    margin-bottom: 5px;
}
#accordion h3 {
    padding: 30px 50px 30px 20px;
    position:relative;
    margin-bottom: 0;
    color:#133D7B;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
#accordion h3:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.7;
}
#accordion .accordionBody {
    padding: 40px 20px;
    padding-top: 0;
    overflow-x: auto;
    display: none;
}
#accordion .accordionBody p {
    font-weight: 400;
    font-size: 14px;
    color:#676767;
    margin-bottom: 20px;
}
#accordion .accordionBody ul li {
    font-weight: 400;
    font-size: 14px;
    color:#676767;
}
#accordion .accordionBody ul,
#accordion .accordionBody ol {
    margin-bottom: 20px;
}
#accordion .accordionBody ul li,
#accordion .accordionBody ol li {
    font-weight: 400;
    font-size: 14px;
    color: #676767;
}
#accordion .accordionBody table ul,
#accordion .accordionBody table ol {
    margin-left: 15px;
}
#accordion .accordionBody table ul ul {
    margin-top: 10px;
}
#accordion .accordionBody p a {
    color:#c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#accordion .accordionBody p a:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity:0.7;
}
#accordion h3 i {
    position: absolute;
    right: 20px;
    top: 35px;
    color:#133D7B;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#accordion h3.active i:before {
    content:'\f077';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#accordion h3:hover i {
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.accordionBody table tbody tr th {
    background: #E2E4E5;
    border:1px solid #CFD2D4;
    color: #133D7B;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    white-space: nowrap;
}

#accordion .accordionBody table tbody tr th p {
    color: #133D7B;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.accordionBody table tbody tr td {
    border:1px solid #CFD2D4 !important;
    color: #676767;
    font-size: 14px;
    padding: 10px 20px;
}

#accordion .accordionBody table tbody tr td p,
#accordion .accordionBody table tbody tr td li{
    color: #676767;
    font-size: 14px;
    margin: 0;
}

#accordion .accordionBody table tbody tr td li {
    margin-bottom: 5px;
}

.rssLink {
    display:block;
    float:left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(103, 103, 103, 0.3);
}

.rssLink a {
    color: #133D7B;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.rssLink a:hover {
    text-decoration: none;
    color: #c03a41;
}

.boxFiles .userUpdate p {
    color: rgba(51, 51, 51, 0.5);
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    clear: both;
    margin: 5px 0 10px;
}

.boxFiles .userUpdate p::before {
    display: none;
}

.searchFilter .searchFilterHolder {
    display: flex;
    column-gap: 5px;
    width: 100%;
}

.searchFilter .search-input {
    width: 100%;
    max-width: 200px;
}

.searchFilter input {
    border:1px solid #133D7B;
    height: 38px;
    width: calc(100% - 42px);
    padding: 0 20px;
    color: #676767;
    border-radius: 4px
}

.search-select {
    position: relative;
    width: 100%;
    max-width: 200px;
}

.search-select::after {
    border: 2px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 7px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-45deg);
    transform-origin: center;
    width: 7px;
    border-color: #133D7B;
    right: 10px;
    margin-top: -5px;
}

.search-select select {
    height: 40px;
    padding: 10px 20px;
    min-width: 100px;
    appearance: none;
    width: 100%;
    border:1px solid #133D7B;
    color: #676767;
    border-radius: 4px;
}

.searchFilter .searchFilterHolder .date-select {
    max-width: 135px;
    position: relative;
}

.searchFilter .searchFilterHolder .date-select input {
    padding-left: 30px;
    padding-right: 10px;
    max-width: calc(100% - 30px);
}

.searchFilter .searchFilterHolder .date-select:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    position: absolute;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 10px;
    color: #133D7B;
}

.searchFilter {
    width: 100%;
    margin-bottom: 30px;
}

.searchFilter button {
    background: #133D7B;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    border: 0;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.resetBtn {
    cursor: pointer;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding:  0 5px;
}

.resetBtn i {
    color: #C03A41;
    font-size: 16px;
    line-height: 40px;
}

.advanced-search-tabs ul {
    list-style: none;
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(103, 103, 103, 0.3);
    padding: 0;
    margin: 0;
}

#content .advanced-search-tabs ul li {
    padding: 0;
    margin: 0;
}

#content .advanced-search-tabs .pagination ul {
    border:0;
    justify-content: flex-end;
}

#content .advanced-search-tabs .pagination ul li {
    margin: 0 0 5px 20px;
}

#content #documents.browser a.title h2 {
    font-size: 16px;
    color: #C03A41;
    margin-bottom: 0;
    position: relative;
}

#documents.browser a.title h2::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f15c';
    color: #cd5052;
    font-weight: 900;
    font-size: 22px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#documents.browser .storyNav {
    padding: 0;
}

#content h3.documentTitle {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px;
}

#documents span.highlight {
    font-style: normal;
}

.advanced-search-tabs ul a {
    padding: 10px 70px;
    color: #676767;
    font-weight: 600;
    text-align: center;
}

.advanced-search-tabs ul a.active {
    color: #133D7B;
    position: relative;
}

.advanced-search-tabs ul a.active::before {
    width: 100%;
    height: 3px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    background: #C03A41;
}

.advanced-results {
    display: flex;
    margin: 30px 0 40px;
    column-gap: 5px;
}

.advanced-results p {
    color: #333333;
    font-size: 14px;
}

.advanced-results span {
    color: #C03A41;
    font-style: italic;
}

.header-bottom {
    display: flex;
    width: auto;
    clear: right;
    float: right;
}

.advSearch a,
fieldset.searchFieldset button.searchButton.advSearch {
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    height: 34px;
    line-height: 34px;
    width: 148px;
    padding: 0;
    display: block;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
}

.advSearch a:hover {
    background: #fff;
    color: #133D7B;
}

.boxCaptionNew {
    display: none;
}

.input-wrapper {
    position: relative;
}

.increment-button-holder {
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.input-wrapper:hover .increment-button-holder{
    display: flex;
}

.increment-button-holder button {
    background: transparent;
    cursor: pointer;
}
.increment-button-holder button:focus {
    outline: none;
}

.increment-button-holder button i {
    color: #123d7b;
}

/* --------------------- PAGE WITH CHILDREN ACCORDION ----------------------- */
.pageWithChilderAccordion #accordion .accordionBody p:last-child,
.pageWithGrandchilderAccordion #accordion .grandchildBody p:last-child {
    margin-bottom: 0;
}
/* --------------------- PAGE WITH GRANDCHILDREN ACCORDION ------------------ */
.gridThree {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
/*.pageWithGrandchilderAccordion #accordion h3 {
    font-size: 22px;
}*/
#content .grandchildWrapper h5 {
    font-size: 16px;
    font-weight: normal;
}
.grandchildBody p:last-child,
.grandchildWrapper .fileBox {
    margin-bottom: 0;
}
.search-one .searchFilterHolder .search-input {
    max-width: initial;
}
#accordion {
    padding: 0 6px;
    width: calc(100% + 12px);
    margin: 0 -6px;
    box-sizing: border-box;
}


#taxCalendarWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#taxCalendarWrapper table {
    background: #fff;
}

#taxCalendarWrapper h3 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px;
}

#taxCalendarWrapper table tbody tr td {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

#taxCalendarWrapper table tbody tr td.day_current {
    background-color: #02a9f3;
    color: #fff;
}

.questionHolder {
    display: block;
    float: left;
    width: 100%;
    border-radius: 6px;
    padding: 20px 50px 20px 20px;
    margin: 0 0 10px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

#content .questionHolder h3 {
    color: #676767;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}

.questionTitle {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

#content .questionHolder p {
    color: #676767;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    float: left;
    clear: left;
}

.questionHolder form {
    display: block;
    float:left;
    width: 100%;
    margin-left: 20px;
}

.customRadioButton {
    display: none;
}

.customRadioButton + span.pollAnswer {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

.customRadioButton + span.pollAnswer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #676767;
    border-radius: 50%;
    background: white;
}

.customRadioButton:checked + span.pollAnswer::before {
    border-color: #133D7B;
    background: #fff;
}

.customRadioButton:checked + span.pollAnswer::after {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #133D7B;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
}

.questionHolder textarea {
    border-color: rgba(103, 103, 103, 0.5);
    border-radius: 4px;
    min-height: 80px;
    width: 100%;
    color: #676767;
    padding: 15px;
    text-align: left;
    font-family:'Open Sans', sans-serif;
}

.questionListWrapper .buttonHolderFull {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 20px auto;
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

.questionListWrapper .buttonHolderFull a.button {
    height: 40px;
    line-height: 40px;
    display: block;
    border: 1px solid #133D7B;
    color: #133D7B;
    text-align: center;
    border-radius: 3px;
    min-width: 120px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.questionListWrapper .buttonHolderFull a.button:hover {
    background: #133D7B;
    color: #fff;
}

.questionListWrapper .buttonHolderFull a.button.send {
    background: #133D7B;
    color: #fff;
}

.questionListWrapper .buttonHolderFull a.button.send:hover {
    background: #C03A41;
    border-color: #C03A41;
    color: #fff;
}


.customCheckboxButton input[type="checkbox"] {
    display: none;
}

.customCheckboxButton {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}


.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #676767;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
}


.customCheckboxButton input[type="checkbox"]:checked + .checkmark {
    background-color: #133D7B;
    border-color: #133D7B;
}


.checkmark::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.customCheckboxButton input[type="checkbox"]:checked + .checkmark::after {
    opacity: 1;
}

#searchresult .searchEmpty.empty-list {
    display: none;
}

.konkurs-view h2.title {
    clear: both;
}

.calendarPage .calendarHolder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}

.calendarPage .calendarHolder table tbody tr td {
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}
.calendarPage .calendarHolder table tbody tr td.dayName {
    min-height: 31px;
    line-height: 31px;
}

.calendarPage .calendarHolder table tbody tr td.day_current span {
    background: #02a9f3;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.calendarPage .calendarHolder table tbody tr td.dayLink span {
    background: #123d7b;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.calendarPage .calendarHolder table tbody tr td.dayLink a {
    color: #fff;
}

.calendarPage .calendarHolder table tbody tr td span {
        min-height: 31px;
    display: block;
    line-height: 31px;
}

.calendarPage .calendarHolder table tbody tr td.day_current span {
    background: #02a9f3;
    color: #fff;
}

#content .taxCalendarHolder h3 {
    text-align: center;
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px;
}