html,
body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}


.invisible-element {
    visibility: hidden;
    pointer-events: none;
}

.hidden-element {
    display: none;
}

header {
    max-width: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    display: grid;
    grid-template-columns: auto;
    border: 1px solid #2E358A;
    border-top: none;
    border-bottom:none;
    background: #FFFFFF;
    padding: 0;
}


.edit_mode header {
    /*position: sticky;*/
}

.languages a,
.box a {
    color: #1A84C4;
    text-decoration: none;
    font-weight: 300;
}

.languages a:hover,
.box a:hover {
    color: #2E358A;
    text-decoration: none;
    font-weight: 400;
}

.languages a {
    color:#FFFFFF;
}

.languages a:hover {
    color:#FFFFFF;
}

header .logo {
    /*grid-column: span 2;*/
    display: flex;
    background: #FFFFFF;
    padding: 5px;

}

.header-logo-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo-link img {
    margin-right: 10px;
}

.header-logo-title-wrapper {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo-title {
    font-weight: bold;
    color: #2E358A;
}

.header-logo-subtitle {
    font-weight: 300;
    color: #1A84C4;
    font-size: 0.7em;
}

.languages {
    background: #1A84C4;
    height: 100%;
    padding-left: 50px;
    padding-right: 10px;
    /*background: linear-gradient(to right, transparent 0%, #FFFFFF 40px, #FFFFFF 100%);*/
    border-top: 1px solid #1A84C4;
    color: #1A84C4;
    pointer-events: none;
}






.hamburger-menu  {
    display: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    position: relative;
}

.hamburger-menu-wrapper {
    position: absolute;
    top: calc(100% - 2px);
    right: 10px;
    display: none;
    /*border: 1px solid #FF0000;*/
}

.hamburger-menu.hovered .hamburger-menu-wrapper,
.hamburger-menu:hover .hamburger-menu-wrapper {
    display: block;
}

.hamburger-menu-icon {
    display: block;
    width: 26px;
    height: 24px;
    background: url('../images/ico_menu_26x18.png') center center no-repeat #1A84C4;
    background-size: contain;
    border: 5px solid #1A84C4;
    border-radius: 3px;
}

.hamburger-menu-list {
    background: #1A84C4;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
}


.hamburger-menu-list li a {
    display: block;
    color: #FFFFFF;
    padding: 5px;
    text-decoration: none;
}

.hamburger-menu-list li:hover {
    background: #2E358A;
}


header #top_menu {
    display: flex;
    align-items: center;
    background: #1A84C4;
    color: #FFFFFF;
    margin:0;
}



header .top_menu li {
    flex: 1 0 auto;
    background: none;
}

header .top_menu li a {
    font-weight: 300;
    font-size: 1.1em;
    color: #FFFFFF;
    text-align: center;
}

header .top_menu li:hover {
    background: #2E358A;
}

header .top_menu li.currentNav {
    background: #8AC9F0;
}

header .top_menu li.currentNav a {
    color: #2E358A;
    /*color: #1A84C4;*/
}

header .top_menu li:hover a {
    text-shadow: 0 0 2px #FFF;
}

.box {

}

.header-logo-link {
    color: #000000;
    text-decoration: none;
}

.header-logo-link:hover {
    text-shadow: 0 0 1px #000000;
}

#page {
    padding: 0;
    margin: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #16315A;
    background-attachment: fixed;
    background-size: cover;
}
.main {
    min-height: 100vh;

    /*max-width: 1000px;
    margin: 0 auto;*/

    margin: 0 25px;

    padding: 20px 0 0 0;
    /*border: 1px solid #CCCCCC;*/
    /*border-top: none;*/
    /*border-bottom:1px dotted #1A84C4;*/
}


#footer {
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #2E358A;
    border-top: none;
    background: #1A84C4;
    padding: 5px;
}


.home-top-box {
    /*margin-top: -20px;*/
}

.slider-single_box {
    /*max-height: 400px;*/
    width: 1000px;
}




.slick-slider .single_slide {
    color: #333333;
    position: relative;
}
.slick-slider .single_slide_center {
    margin: auto;
    border-radius: 8px;
    display: flex;
    width: 100%;
    min-height: 400px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.slick-slider .single_slide_center {

}

.slick-slider .single_slide_center_background {
    display: none;
    background: rgba(255,255,255,0.5);
    transition: filter ease-in-out 0.3s;
    border-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    clip-path: inset(30% 30%);
}

.slick-slider .single_slide_center_background * {
    visibility: hidden;
}

.slick-slider:hover .single_slide_center_background {
    filter: blur(2px);
}

.slick-slider .slide-title {
    background: rgba(255,255,255,0.5);
    padding: 20px 30px;
    min-width: 80%;
    text-align: center;
    font-weight: 300;
    font-size: 3.5em;
    position: absolute;
    z-index: 11;
}

.slick-slider .slide-content {
    font-weight: 400;
    font-size: 1.2em;
    margin-top: auto;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    outline: none;
    text-indent: -100000px;
}

.slick-arrow:after {
    display: block;
    text-indent: 0px;
    font-size: 6em;
    color: #FFFFFF;
    text-shadow: 0 0 8px #333333;
    font-weight: 100;
}

.slick-prev {
    left: 5px;
}

.slick-prev:after {
    content: '<';
}

.slick-next {
    right: 5px;
}

.slick-next:after {
    content: '>';
}








.left-navigation_box .navigation {
    margin: 0px;
    padding: 5px;
}

.left-navigation_box .currentNav a {
    font-weight: 400;
    color: #2E358A;
}





.single-slide-spacer {
        /*max-height: 400px;*/
}

.single-slide-spacer {
    height: auto;
    width: auto;
}


.layout {
    grid-gap: 10px;
}

.layout_1_columns .column_1 {
    width: 100%;
}

.box_title {
    text-align: center;
}

.layout_2_columns {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-gap: 10px;
}

.layout_2_columns_left {
    display: grid;
    grid-template-columns: auto 200px;
    grid-gap: 10px;
}

.layout_2_columns_right {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 10px;
}

/*body.edit_mode .main {
    padding-left: 9px;
    padding-right: 9px;
}*/
body.edit_mode .layout {
    margin-top: -1px;
    grid-row-gap: 9px;
}

body .boxTools {
    margin-top: 5px;
    margin-bottom: 2px;
}

body.edit_mode .column {
    border: 1px dotted #00FFFF;
    background: rgba(255,196,64,0.2);
    transform: translateX(-2px);
    padding-left: 2px;
    padding-right: 2px;
    margin-right: -4px;
}

body.edit_mode .editBox {
    border: 1px dotted #FF0000;
    background: rgba(255,255,255,0.7);
    margin-right: -1px;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
}














.app-state-wrapper {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.block-loader {
    display: block;
    width: 100%;
    min-height: 200px;
    background-image:url(../images/virtus-loader.gif);
    background-position:center center;
    background-repeat:no-repeat;
}

.block-error {
    display: block;
    width: 100%;
    min-height: 200px;
    background-image:url(../admin/images/stop.png);
    background-position:center center;
    background-repeat:no-repeat;
}

.app-state-message {
    font-weight: 300;
    font-size: 2em;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.6s ease-in-out;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}











.vue-tooltip{
    background-color:#000;
    box-sizing:border-box;
    color:#fff;
    max-width:320px;
    padding:6px 10px;
    border-radius:3px;
    z-index:100;
    box-shadow:2px 2px 3px rgba(0,0,0,.4);
}
.vue-tooltip.vue-tooltip-hidden{
    transform:translateX(-100000px) !important;
}
.vue-tooltip .vue-tooltip-content{
    text-align:center;
}
.vue-tooltip .tooltip-arrow{
    content:"";
    width:0;
    height:0;
    border-style:solid;
    position:absolute;
    margin:5px;
}
.vue-tooltip[x-out-of-boundaries]{
    display:none;
}
.vue-tooltip[x-placement^=bottom]{
    margin-top:5px;
}
.vue-tooltip[x-placement^=bottom] .tooltip-arrow{
    border-width:0 5px 5px 5px;
    border-bottom-color:#000;
    border-top-color:transparent !important;
    border-left-color:transparent !important;
    border-right-color:transparent !important;
    top:-5px;
    margin-top:0;
    margin-bottom:0;
}
.vue-tooltip[x-placement^=top]{
    margin-bottom:5px;
}
.vue-tooltip[x-placement^=top] .tooltip-arrow{
    border-width:5px 5px 0 5px;
    border-top-color:#000;
    border-bottom-color:transparent!important;
    border-left-color:transparent!important;
    border-right-color:transparent!important;
    bottom:-5px;
    margin-top:0;
    margin-bottom:0;
}
.vue-tooltip[x-placement^=right]{
    margin-left:5px;
}
.vue-tooltip[x-placement^=right] .tooltip-arrow{
    border-width:5px 5px 5px 0;
    border-right-color:#000;
    border-top-color:transparent!important;
    border-left-color:transparent!important;
    border-bottom-color:transparent!important;
    left:-5px;
    margin-left:0;
    margin-right:0;
}
.vue-tooltip[x-placement^=left]{
    margin-right:5px;
}
.vue-tooltip[x-placement^=left] .tooltip-arrow{
    border-width:5px 0 5px 5px;
    border-left-color:#000;
    border-top-color:transparent!important;
    border-right-color:transparent!important;
    border-bottom-color:transparent!important;
    right:-5px;
    margin-left:0;
    margin-right:0;
}



























#app {
    padding: 0 5px;
    margin-bottom: 10px;
    height: calc(100vh - 40px);
    overflow: auto;
}







.landing_pca {
    /*padding-top: 20px;*/
}
.landing_pca .column_2 {
    /*box-shadow: 0 0 10px #999999;*/
}




.landing-nav {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: center;
    padding-bottom: 10px;
    height: calc(100vh - 40px);
}


.landing_text {
    /*margin-bottom: -27px;*/
    box-shadow: 0 0 5px #FFF;
    background: #FFFFFF;
    min-height: calc(100vh - 40px);
    display: flex;
    flex-flow: column;

}

.landing_text .box_text {
    flex: 1 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.nav-link-button,
.gray-link-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: #FFFFFF;
    /*font-size: 1.5em;*/
    font-weight: 700;
}

.nav-link-button {
    text-transform: uppercase;
    font-size: 1.5em;
    background: #003262;
}

.gray-link-button {
    font-weight: normal;
    background: #CCCCCC;
    color: #FFFFFF;
    width: 100%;
}

.nav-link-button:hover {
    /*color: #FFFFFF;*/
    /*font-size: 1.5em;*/
    text-transform: uppercase;
    font-weight: 700;
    /*text-shadow: 0 0 3px #FFFFFF;*/
}

.gray-link-button a,
.gray-link-button a:hover,
.nav-link-button a,
.nav-link-button a:hover {
    color: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
}


.nav-link-firme {
    text-decoration: none;
    display: inline-flex;
    min-width: 200px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    background: #003262;
    margin-left: 50%;
    transform: translateX(-50%);
}

.nav-link-pojedinci a,
.nav-link-firme a,
.nav-link-pojedinci a:hover,
.nav-link-firme a:hover {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    font-size: 1em;
}

.nav-link-pojedinci {
    text-decoration: none;
    display: inline-flex;
    min-width: 200px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    /*background: #003262;*/
    margin-left: 50%;
    transform: translateX(-50%);
    background: #8F2484;
}

.nav-link-firme:before {
    content: '◀';
    font-size: 0.5em;
    transform-origin: center center;
    transform: rotate(180deg);
    display: inline-block;
    color: #FFFFFF;
    margin-right: 5px;
}
/*.nav-link-firme a:before,*/
/*.nav-link-pojedinci a:before,*/
.nav-link-pojedinci:before {
    content: '◀';
    font-size: 0.5em;
    transform-origin: center center;
    transform: rotate(180deg);
    display: inline-block;
    color: #FFFFFF;
    margin-right: 5px;
}


.landing-nav-firme {
    /*margin: 0;*/
    width: 100%;
    min-height: calc(100vh - 40px);
    /*overflow: auto;*/
    padding: 0;
    justify-content: space-evenly;
    position: relative;
}

.landing-nav-top,
.landing-nav-bottom {
    flex: 0 0 auto;
}
.landing-nav-firme-body {
    overflow: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    /*align-items: center;*/
    flex: 1 1 auto;
}

.landing-nav-firme-body p:last-child {
    /*flex: 0 0 auto;*/
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    /*align-self: flex-end;*/
    /*margin: auto auto 0 auto;*/
    /*margin-top: 2em;*/
    /*margin-bottom: -2em;*/

    flex: 1 1 auto;
}

.landing-nav-title {
    margin: 10px auto;
    font-weight: normal;
}
.landing-nav-back {
    position: absolute;
    top: 15px;
    left: 10px;
}
.form-link-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    margin: auto;
    justify-self: flex-start;
}

/*.form-link-pre-title {
    font-size: 1.2em;
    margin: 0.3em 0.2em;
}*/

a.form-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 1.2em;
    margin-bottom: 10px;
    flex: 0 0 100%;
    text-transform: uppercase;
    font-weight: 700;
}

a.form-link:hover {
    font-weight: 700;
}








.application-form-wrapper {
    /*margin-top: 20px;*/
    box-shadow: 0 0 10px #999999;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #FCFCFC;
}

.application-form-top {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    padding: 10px 10px 20px 10px;
    position: sticky;
    top: 0px;
    /*background: #FFF;*/
    background: linear-gradient(to top, transparent 0px, #FFFFFF 15px);
}
.form-top-right {
    position: absolute;
    right: 10px;
}
.form-top-right-icon {
    margin-left: 5px;
}

.form-top-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-top-box {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 10px;
}
.form-top-box:before {
    content: '◀';
    font-size: 0.5em;
    transform-origin: center center;
    transform: rotate(180deg);
    display: inline-block;
    color: #FFFFFF;
    margin-right: 5px;
}

.form-top-label {
    display: inline-flex;
    /*color: #7A2981;*/
    font-size: 1.5em;
}

.application-form-title {
    text-align: center;
    font-weight: normal;
}

.application-form-header {
    line-height: 1.6;
    text-align: justify;
    padding: 0 10px;
    background: linear-gradient(to top, #F0F0F0 0px, #F6F6F6 2px, transparent 10px, transparent 100%);
    /*border-bottom: 1px solid transparent*/
}

.application-form-groups {
    display: flex;
    flex-flow: column;
    padding: 0 10px;
    justify-content: center;
}

.application-form-group {
    display: flex;
    flex-flow: column;
    padding: 0;
    margin: 5px 0;
    border: 1px solid #DDDDDD;
}

.application-form-group-title {
    text-align: center;
    padding: 5px;
    margin: 0;
    font-weight: normal;
    background: linear-gradient(to top, #F0F0F0 0px, #F6F6F6 2px, transparent 10px, transparent 100%);
}

.application-form-group-fields {
    display: flex;
    flex-flow: column;
    padding: 0;
}

.application-form-row {
    display: grid;
    grid-template-columns: 150px auto min-content;
    align-items: center;
    margin: 4px 0;
    padding: 1px 0;
}

.application-form-row:nth-child(odd){
    background: #F8F8F8;
}

.application-form-row-label {
    margin-top: -2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
    text-align: right;
    color: #666666;
}


.application-form-field-wrapper {
    display: flex;
    align-items: stretch;
    flex-flow: column;
    justify-content: center;
}

.application-form-field {
    flex: 1 1 auto;
    width: 100%;
    border: 1px solid #CCCCCC;
    outline-width: thin;
}

.application-form-field:required {
    border-color: #999999;
}

.application-form-field:required:valid {
    border-color: #CCCCCC;
}

.application-form-field:invalid {
    border-color: #FF9999;
    outline-color: #FF0000;
    background: #FFF6F6;
}

.application-form-field-right {
    min-width: 6ch;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}

.application-form-field-remaining {
    color: #999999;
}

.application-form-field-remaining-25 {
    color: #CC6666;
}

.application-form-field-remaining-10 {
    color: #FF3333;
}

.application-form-field-messages {
    display: block;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 3px 0 0 0;
    max-height: 30px;
    overflow: hidden;
    opacity: 1;
    pointer-events: none;
    transition-property: opacity, max-height;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.application-form-field-messages.no-messages {
    max-height: 0px;
    opacity: 0;
}

.application-form-field-message {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 1px 3px;
    margin: 1px auto;
    border: 1px solid #999999;
    background: transparent;
    color: #333333;
}

.application-form-field-message.error-message {
    color: #FFFFFF;
    border-color: #FF0000;
    background: #993333;
}

.application-form-field-message.warning-message {
    color: #333333;
    border-color: #CC9900;
    background: #FFCC33;
}





/*.application-form-field:valid + .application-form-field-messages {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition-property: opacity, max-height;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}*/

.application-form-field:invalid + .application-form-field-messages {
    max-height: 30px;
    opacity: 1;
}





.application-form-field.untouched-field:invalid {
    border-color: #CCCCCC;
    background: transparent;
}
.application-form-field.untouched-field:invalid + .application-form-field-messages{
    opacity: 0;
}

.application-form-row-textareafield .application-form-field-wrapper {
    grid-column: span 2;
}






.application-form-field-outer {
    border-radius: 3px;
    padding: 1px 3px;
}

.application-form-field-outer-required .application-form-row-label {
    font-weight: bold;
}

.application-form-field-outer-focused {
    box-shadow: 0 0 3px #999999;
    /*background: #EEE;*/
}

.application-form-field-outer-focused .application-form-field {
    background: transparent;
    border-color: #999999;
}

.application-form-field-outer-focused .application-form-row-label {
    color: #000000;
}

.application-form-field-outer-required .application-form-row-label:before {
    content: ' *';
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
}


.application-form-group-prepend {
    padding: 8px;
    text-align: justify;
}

.application-form-row-prepend label {
    display: block;
}

.application-form-row-prepend label ul {
    display: inline-block;
}

.application-form-row-prepend label ul li {
    list-style: disc;
}


.question-delimiter {
    /*margin-left: -5px;*/
    /*margin-right: -5px;*/
    /*margin-bottom: 20px;*/
    margin-top: -5px;
    margin-bottom: -2px;
    border: none;
    padding: 3px;
    /*border-bottom: 1px dotted #CCCCCC;*/
    height: 15px;
    background: linear-gradient(to top, #F0F0F0 0px, #F6F6F6 2px, transparent 10px, transparent 100%);
}




.application-form-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.submit_button {
    flex: 0 1 auto;
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background: #EEEEEE;
    margin: 5px 0 5px auto;
    font-size: 1.3em;
}

.submit_button:hover,
.submit_button:focus,
.submit_button:active {
    box-shadow: 0 0 5px #888888;
}

.application-download {
    text-align: center;
}


.application-form-footer {
    background: linear-gradient(to bottom, #F0F0F0 0px, #F6F6F6 2px, transparent 10px, transparent 100%);
    margin: 10px 0;
    /*border-top: 1px dotted #CCCCCC;*/
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;

    justify-content: center;
}






.application-form-row-tablecustomfield .application-form-field-wrapper {
    grid-column: span 3;
}

.tableinput-wrapper {
    display: flex;
    align-items: center;
}

.tableinput {
    width: calc(100% - 20px);
}
.application-form-row-tablecustomfield .inline-icon {
    margin-left: 5px;
    width: 15px;
    overflow: visible;
    display: inline-flex;
}

.application-form-row-tablecustomfield .icon-warning {
    color: #FFCC33;
}

.application-form-row-tablecustomfield .icon-error {
    color: #FF6666;
}

.application-form-row-tablecustomfield .remove-link {
    color: #FF3333;
}

.application-form-row-tablecustomfield a.add-link {
    border: 1px solid #33AA33;
    background: #33AA33;
    color: #FFFFFF;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
}

.application-form-row-tablecustomfield a.add-link span {
    margin-right: 5px;
}

.application-form-row-tablecustomfield a.add-link:hover {
    color: #33AA33;
    background: transparent;
}

.tablecustomfield-bottom-cell {
    border-color: transparent;
}

.tablecustomfield-table td {
    vertical-align: middle;
}

.tablecustomfield-table td.action-cell {
    border-left-color: transparent;
}



.thankyou-wrapper {
    display: flex;
    flex-flow: column;
    align-items: space-between;
    justify-content: center;
    margin: 0;
    padding: 0 !important;
}

.thankyou-wrapper .nav-link-button {
    width: 100%;
}

.thankyou-large {
    font-size: 1.5em;
    text-align: center;
}















/* tinymce html editor */
.box-subtitle {
    text-align: center;
    margin: 5px auto;
    font-size: 1.2em;
    font-weight: bold;
}






















/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
    if greater that the natural height of the tooltip, will be enforced
    in browsers that support display:flex */
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
    and flex-basis auto for IE11- (at least) */
    flex: 1 1 auto;
}

.tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

/* grow */

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

/* slide */

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 1px solid #333333;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 1.5;
    /*line-height: 18px;*/
    padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
    been positioned yet */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}


















.disabled-link {
    opacity: 0.8;
    pointer-events: none;
    filter: grayscale(50%);
}







.deljeni-vizual_box {
    max-height: 300px;
    /*border: 1px solid #fff;*/
}

.deljeni-vizual_box .box_text {
    max-height: inherit;
    /*border: 1px solid #ff0;*/
}
.deljeni-vizual_box .box_text img {
    max-height: 300px;
}

.deljeni-vizual_box .box_text p {
    max-height: inherit;
    /*height: calc(100vh - 100px);*/
    /*padding: 20px;*/
    /*border: 1px solid #f00;*/
    display: flex;
    height: calc(100vh - 60px);
    align-items: center;
    justify-content: center;
}
.deljeni-vizual_box .box_text img {
    /*max-height: calc(100vh - 200px);*/
}

@media (max-height: 700px) or (max-width: 902px) {
    .landing-nav-firme-body {   
        display: unset;
    }
}

@media (min-width: 601px) {
    .deljeni-vizual_box {
        position: sticky;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: calc(100vh - 60px);
    }

    .deljeni-vizual_box .box_text img {
        /*max-height: calc(100vh - 200px);*/
        max-height: 60vh;
    }
}

.application-form-row-radiofield {
    /* background: #CC0000; */
    /* display: flex; */
    /* flex-flow: column; */
    /* width: 100%; */
    /* grid-template-columns: minmax(50%, auto) auto; */
}
.application-form-field-radio-list {
    /* flex: 1 1 auto; */
    display: flex;
    flex-flow: column;
    /* width: 100%; */
    border: none;
    grid-column: span 2;
    padding: 3px 6px;
}

.application-form-field-radio-list-label {
    display: grid;
    /* width: 100%; */
    grid-template-columns: auto 1fr;
    grid-column-gap: 6px;
    padding: 6px 0;
    align-items: center;
    justify-content: flex-start;
}
.application-form-field-radio-list-label > span {
    cursor: pointer;
}
.custom-value-wrapper {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column: span 2;
    grid-gap: 10px;
    align-items: center;
    margin: 8px;
    justify-content: space-evenly;
}
.custom-value-wrapper textarea {
    width: 100%;
}

.application-form-field-radio-list-label.label-active {
    background: #33333301;
}
.application-form-row-prepend + .application-form-row-radiofield .application-form-field-wrapper {
    grid-column: span 2;
}