html {
    font-size: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #484848;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}
@keyframes fadeInAnimation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
p, li, a {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #484848;
}
a {
    text-decoration: underline;
    transition: all 0.6s ease;
    color: #00936C;
}
a:hover {
    transition: all 0.6s ease;
    color: #000;
    text-decoration: underline;
}
ul li::marker {
    color: #64E2C1;
}
hr {
    opacity: 1;
}
.mark,
mark {
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
    font-family: "Sarala", sans-serif;
    margin-bottom: 0.8rem;
}
h1,
.h1 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.3;
}
h2,
.h2 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.3;
}
h3,
.h3 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 34px;
    line-height: 2.125rem;
}
h4,
.h4 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 34px;
    line-height: 2.125rem;
}
h5,
.h5 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 26px;
    line-height: 1.625rem;
}
h6,
.h6 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    line-height: 1.5rem;
}
ul {
    list-style: disc;
    padding-left: 0;
    list-style-position: inside;
}
li {
    position: relative;
    padding-left: 5px;
}
ol {
    padding-left: 20px;
    list-style-position: outside;
}
ul ul {
    padding-left: 1rem;
}
b, strong {
    font-weight: 700;
}
iframe {
    border: 0;
    max-width: 100%;
}
/*selektiranje teksta*/
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #474C5F;
}
::selection {
    color: white;
    background: #474C5F;
}
/*color palette block editor*/
.background-green,
.has-green-background-color {
    background-color: #00936C !important;
}
.color-green,
.has-green-color {
    color: #00936C !important;
}
.background-lightgray,
.has-lightgray-background-color {
    background-color: #E9EEF1 !important;
}
.color-lightgray,
.has-lightgray-color {
    color: #E9EEF1 !important;
}
.background-darkgray,
.has-darkgray-background-color {
    background-color: #212625 !important;
}
.color-darkgray,
.has-darkgray-color {
    color: #212625 !important;
}
.background-white,
.has-white-background-color {
    background-color: #fff !important;
}
.color-white,
.has-white-color {
    color: #fff !important;
}
.color-white li,
.has-white-color li {
    color: #fff !important;
}
.background-black,
.has-black-background-color {
    background-color: #000 !important;
}
.color-black,
.has-black-color {
    color: #000 !important;
}
/*.has-medium-font-size {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 36px !important;
    line-height: 2.25rem !important;
}
.has-large-font-size {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    line-height: 2.875rem;
}*/
.has-small-font-size {
    font-size: 15px !important;
    font-size: 0.938rem !important;
}
.border-secondary {
    border-color: #E9EEF1 !important;
}
.list-unstyled {
    padding-left: 0 !important;
    list-style: none;
}
.list-unstyled li {
    padding-left: 0 !important;
}
.list-unstyled li::before {
    content: none;
}
.font-family-sarala {
    font-family: "Sarala", sans-serif;
}
.wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-button__link,
.btn-primary {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 5px;
    padding: 16px 30px !important;
    border: 1px solid transparent;
    position: relative !important;
    text-transform: uppercase;
    transition: all 0.6s ease;
    position: relative;
    background-color: #00936C;
    border-radius: 0 !important;
    font-family: "Sarala", sans-serif;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-button__link:hover,
.btn-primary:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: #212625;
    text-decoration: none;
}
.btn.btn-secondary {
    color: #F36C21;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    transition: all 0.6s ease;
    background-color: transparent;
    border: none;
}
.btn.btn-secondary:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
/* --- HEADER --- */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.error404 header {
    background-color: #fff !important;
}
header {
    position: relative;
    z-index: 2;
}
header .bg-primary,
header #main-nav.bg-primary {
    background-color: #fff !important;
    transition: all linear .6s;
}
header#wrapper-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all linear .6s;
}
header#wrapper-navbar.newHeader #main-nav.bg-primary {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(246, 246, 246, 0.8) !important;
    box-shadow: 0px -2px 3px 3px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari */
}
.top-header-widget .wp-block-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 0 !important;
}
.top-header-widget .wp-block-list li::marker {
    display: none;
}
.top-header-widget .wp-block-list li,
.top-header-widget .wp-block-list li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
#main-nav .top-header-widget.widget_block.widget-count-2.col-md-6 {
    width: auto;
}
.top-header-widget.widget_icl_lang_sel_widget {
    width: 60px;
    position: absolute;
    right: 0;
    top: 9px;
}
.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 0;
    clear: both;
}
.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 1px 3px;
    line-height: 1;
    font-size: 14px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a.wpml-ls-link {
    color: #000;
    font-weight: 600;
    opacity: 0.5;
    transition: all 0.6s ease;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a.wpml-ls-link:hover {
    opacity: 1;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a.wpml-ls-link {
    color: #00936C;
    font-weight: 600;
    opacity: 1;
}
/* --- NAVIGATION --- */
.navbar-brand {
    margin: 0 !important;
    padding: 0;
}
.navbar-nav {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.navbar-expand-lg .offcanvas {
    margin-left: 1rem;
}
.navbar-nav .nav-link {
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #212625;
    margin-bottom: 0 !important;
    transition: all 0.6s ease;
    text-transform: uppercase;
}
:lang(en-US) .navbar-nav .nav-link {
    font-size: 12px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #212625;
}
.navbar-nav .menu-item {
    transition: all 0.6s ease;
    margin-bottom: 0 !important;
    position: relative;
    margin: 0 4px;
    padding-left: 0;
}
.navbar-nav .menu-item:hover .nav-link,
.navbar-nav .menu-item.active .nav-link {
    color: #00936C;
    text-decoration: none;
}
.dropdown-toggle::after {
    color: #fff;
}
/* --- PAGES --- */
.content-area {
    margin-top: 67px;
    position: relative;
    z-index: 0;
}
body.virtualna-has-sidebar .alignwide, body.virtualna-has-sidebar .alignfull,
body.virtualna-has-sidebar .wp-block-cover.alignwide,
body.virtualna-has-sidebar .wp-block-cover.alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
body.virtualna-has-sidebar .alignwide,
body.virtualna-has-sidebar .alignfull,
body.virtualna-has-sidebar .wp-block-cover.alignwide,
body.virtualna-has-sidebar .wp-block-cover.alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
/* --- PAGES --- */
.section {
    background-color: #fff;
    padding-bottom: 3rem;
}
.page.intro figure.wp-block-image {
    position: relative;
    background-color: #000;
    margin-bottom: 5rem;
}
.page.intro figure.wp-block-image {
    height: 473px;
}
.page.intro.bigger figure.wp-block-image {
    height: 640px;
}
.page.intro {
    position: relative;
}
.page.intro figure.wp-block-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.6;
    margin-bottom: 0;
}
.home.page.intro figure.wp-block-image img {
    opacity: 0.8;
}
.page.intro .wp-block-columns .wp-block-column {
    max-width: 700px !important;
    background-color: transparent !important;
    margin: 0 auto;
}
.page.intro .wp-block-columns {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.page.intro .h1-intro {
    position: relative;
}
.page.intro .h1-intro::after {
    content: "";
    width: 100%;
    height: 3px;
    position: relative;
    bottom: auto;
    left: auto;
    background-color: #00936C;
    display: block;
    margin: 15px auto 15px auto;
}
.page.intro p {
    color: #fff;
}
.home.page.intro .h1-intro {
    position: relative;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
}
.home.page.intro .h1-intro::after {
    content: none;
}
.home.page.intro .wp-block-columns {
    text-align: center;
}
.border-left-green {
    border-left: 3px solid #00936C;
}
.border-right-green {
    border-right: 3px solid #00936C;
}
.banner-cta-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.banner-cta-col.bigger {
    min-height: 640px;
    padding: 0 5rem;
}
.banner-cta-col.smaller {
    min-height: 315px;
    padding: 4rem 3rem 1rem 3rem;
    display: flex;
    justify-content: flex-start;
}
.home .green-box {
    margin-top: 3rem !important;
}
.green-box ul li {
    line-height: 2;
}
figure.wp-block-image.banner-cta-img,
.banner-cta-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 0 !important;
}
figure.wp-block-image.banner-cta-img img,
.banner-cta-img img {
    margin-bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.wp-block-group.pattern-row .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row;
    gap: 1rem;
}
.wp-block-group.pattern-row .wp-block-group__inner-container .wp-block-columns.pattern-title {
    width: 100% !important;
    max-width: 100% !important;
    border-left: 3px solid #00936C;
    padding-left: 3rem;
    padding-top: 1rem;
}
.wp-block-group.pattern-row .wp-block-group__inner-container .wp-block-media-text {
    flex-basis: 24%;
    max-width: 24%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.wp-block-group.pattern-row .wp-block-media-text > figure.wp-block-media-text__media {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 312px;
    border-radius: 0;
    bottom: auto;
    left: auto;
    border: 1px solid #ececec;
}
.wp-block-group.pattern-row .wp-block-media-text > figure.wp-block-media-text__media img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.6s ease;
}
.wp-block-group.pattern-row .wp-block-media-text > .wp-block-media-text__content {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
    padding: 0.5rem 1rem;
    background: #1e201fa3 !important;
    max-width: 90%;
    margin: 0 auto;
    right: 0;
    border-radius: 0;
}
.wp-block-group.pattern-row .wp-block-media-text > .wp-block-media-text__content p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
#tabContentzupanija.tab-content {
    margin-bottom: 2rem;
}
#tabContentzupanija .tab-pane .contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
    width: 100%;
}
#tabContentzupanija pre.wp-block-verse {
    background-color: #E9EEF1;
    border-left: 3px solid #00936C;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 2rem 3rem;
    margin-bottom: 0;
}
#tabContentzupanija pre.wp-block-verse a {
    font-size: 16px;
    font-size: 1rem;
}
pre.wp-block-verse::first-line {
    font-size: 18px;
    font-weight: 700;
}
#tabList.nav-tabs {
    border-bottom: none;
}
#tabList.nav-tabs li.nav-item {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 13px 0;
}
#tabList.nav-tabs li.nav-item span {
    border-left: 2px solid #00936C;
    padding-left: 10px;
}
#tabList.nav-tabs .nav-item.show .nav-link,
#tabList.nav-tabs .nav-link.active,
#tabList.nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #00936C;
    border-color: #00936C;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
}
#tabList.nav-tabs .nav-link.active {
    font-weight: bold;
}
#tabList.nav-tabs .nav-link {
    border: 1px solid #E9EEF1;
    border-radius: 0;
    color: #000;
    padding: 10px 20px;
    transition: all 0.6s ease;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    min-width: 200px;
}
.tab-content h2 {
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
/*images*/
.vt-img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.img-pb-100 {
    padding-bottom: 100%;
}
.img-pb-90 {
    padding-bottom: 90%;
}
.img-pb-80 {
    padding-bottom: 80%;
}
.img-pb-70 {
    padding-bottom: 70%;
}
.img-pb-60 {
    padding-bottom: 60%;
}
.img-pb-50 {
    padding-bottom: 50%;
}
.img-pb-45 {
    padding-bottom: 45%;
}
.img-pb-40 {
    padding-bottom: 40%;
}
.img-pb-30 {
    padding-bottom: 30%;
}
.img-pb-25 {
    padding-bottom: 25%;
}
.vt-img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.6s ease;
}
.object-fit-cover img {
    object-fit: cover;
    object-position: center;
}
.object-fit-contain img {
    object-fit: contain;
    object-position: center;
}
.object-fit-none img {
    object-fit: none;
    object-position: center;
}
/* --- CONTACT FORM 7 --- */
.wpcf7 {
    max-width: 700px;
    margin: unset !important;
}
.wpcf7 .wpcf7-form label {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #000;
    text-align: left;
    font-weight: 400;
}
.wpcf7 .wpcf7-form label .wpcf7-list-item-label .wpcf7-list-item-label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #000;
    text-align: left;
}
.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-acceptance label {
    font-size: 13px;
    font-size: 0.812rem;
    line-height: 19px;
    line-height: 1.187rem;
    text-align: left !important;
    font-weight: 300;
    font-style: italic;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    margin-top: -16px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first label {
    margin-bottom: 5px;
}
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    padding: 7px;
}
.wpcf7 textarea {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    padding: 12px;
}
.wpcf7 select {
    appearance: none; /* remove default appearance set by the browser */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}
.wpcf7 select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-size: 11px 11px;
    background-color: #f1f1f1;
    cursor: pointer;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:disabled {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 5px;
    padding: 17px 30px !important;
    border: 1px solid #00936C;
    position: relative !important;
    text-transform: uppercase;
    transition: all 0.6s ease;
    position: relative;
    background-color: #00936C;
    border-radius: 0;
    font-family: "Sarala", sans-serif;
    max-width: 170px;
}
.wpcf7 input[type="submit"]:disabled {
    opacity: 0.5;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:focus-visible,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:first-child:active {
    color: #fff;
    box-shadow: 0 0 0 .25rem rgba(0,0,0,0);
    border: 1px solid #000;
    background-color: #000;
    text-decoration: none;
}
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.form-select:focus {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(203, 203, 203, 0.5);
    z-index: 1;
    position: relative;
    font-weight: 700;
}
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="number"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid {
    border: 1px solid #dc3232;
}
.wpcf7-form .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding: 20px;
    text-align: center;
    border-radius: 17px;
    background: #bbf3c1;
    border-width: 0px;
    font-weight: normal;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    letter-spacing: 1px;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 1.4;
    border: 1px solid #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #E2B940;
    padding: 13px 20px;
    border-radius: 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #F7DB85;
    border-width: 0px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}
/* --- FOOTER --- */
footer,
#wrapper-footer-full {
    background-color: #212625 !important;
}
#wrapper-footer-full.wrapper {
    padding: 0;
}
footer {
    overflow: hidden;
    padding: 5rem 0 2rem 0;
}
footer .wrapper .container,
#wrapper-footer .container {
    padding-top: 0;
    max-width: 1200px;
}
footer ul {
    list-style: none;
}
footer ul li::marker {
    display: none;
}
footer h2,
footer p,
footer a,
footer li,
footer span {
    color: #fff;
    font-family: "Sarala", sans-serif;
    text-decoration: none;
    font-size: 15px;
    font-size: 0.938rem;
    line-height: 1.4;
    margin-bottom: 0.4rem !important;
    transition: all 0.6s ease;
    padding-left: 0;
}
footer a:hover {
    color: #00936C;
    text-decoration: none;
}
footer h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
}
.menu .current_page_item.menu-item a {
    color: #00936C;
}
.site-info {
    opacity: 0.6;
    transition: all 0.6s ease;
}
.copyright, .copyright a, .site-info p {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 0.5rem !important;
    color: #fff;
    text-decoration: none !important;
    text-align: left;
}
.copyright a {
    position: relative;
}
.copyright img {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-right: 2px;
}
footer .copyright a:hover {
    color: #fff;
}
#myBtn {
    position: fixed;
    bottom: 98px;
    right: 62px;
    display: none;
    color: #fff;
    z-index: 99;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 7px 12px;
    box-shadow: 0px 3px 7px 0px rgba(32, 32, 32, 0.1);
    transition: all 0.6s ease;
}
#myBtn:hover {
    bottom: 105px;
    background: #000;
    border: 1px solid transparent;
}
#myBtn .fa {
    color: #000;
    font-size: 20px;
    transition: all 0.6s ease;
}
#myBtn:hover .fa {
    color: #fff;
}
/*404*/
/* --- 404 PAGE --- */
.error-404 .content-area {
    height: 64vh;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 700px;
    margin: 85px auto 0;
}
.error-404 .content-area article {
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.error-404 h1 {
    font-size: 40px;
    line-height: 46px;
    font-size: 2.5rem;
    line-height: 2.875rem;
}
.alignnone {
    margin: 0 auto !important;
    max-width: auto !important;
    width: auto !important;
}
.alignfull {
    margin: 0 calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}
.alignwide {
    margin: 0 calc(50% - 45vw) !important;
    max-width: 90vw !important;
    width: 100vw !important;
}
@media screen and (min-width: 576px) {
    body.virtualna-has-sidebar .alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .alignwide .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
        max-width: 540px;
    }
}
@media screen and (min-width: 768px) {
    body.virtualna-has-sidebar .alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .alignwide .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
        max-width: 720px;
    }
    .alignfull-md {
        margin: 0 calc(50% - 50vw) !important;
        max-width: 100vw !important;
        width: 100vw !important;
    }
    .alignwide-md {
        margin: 0 calc(50% - 45vw) !important;
        max-width: 90vw !important;
        width: 100vw !important;
    }
    .alignnone-md {
        margin: 0 auto !important;
        max-width: auto !important;
        width: auto !important;
    }
}
@media screen and (min-width: 992px) {
    body.virtualna-has-sidebar .alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .alignwide .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
        max-width: 720px;
    }
    .alignfull-lg {
        margin: 0 calc(50% - 50vw) !important;
        max-width: 100vw !important;
        width: 100vw !important;
    }
    .alignwide-lg {
        margin: 0 calc(50% - 45vw) !important;
        max-width: 90vw !important;
        width: 100vw !important;
    }
    .alignnone-lg {
        margin: 0 auto !important;
        max-width: auto !important;
        width: auto !important;
    }
    footer .wrapper .container,
    #wrapper-footer .container {
        max-width: 90%;
    }
}
@media screen and (min-width: 1200px) {
    body.virtualna-has-sidebar .alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .alignwide .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
        max-width: 1140px;
    }
    footer {
        overflow: hidden;
        padding: 5rem 0 2rem 0;
        position: sticky;
        bottom: 0px;
        z-index: -1;
    }
    body.error404 footer {
        position: relative;
        bottom: auto;
        z-index: 1;
    }
    .section {
        padding-bottom: 5rem !important;
    }
    .alignfull-xl {
        margin: 0 calc(50% - 50vw) !important;
        max-width: 100vw !important;
        width: 100vw !important;
    }
    .alignwide-xl {
        margin: 0 calc(50% - 45vw) !important;
        max-width: 90vw !important;
        width: 100vw !important;
    }
    .alignnone-xl {
        margin: 0 auto !important;
        max-width: auto !important;
        width: auto !important;
    }
    .top-header-widget .wp-block-list {
        flex-direction: column;
        gap: 0rem;
        text-align: left;
    }
    .top-header-widget .wp-block-list li,
    .top-header-widget .wp-block-list li a {
        font-size: 12px;
    }
    .top-header-widget.widget_icl_lang_sel_widget {
        top: 13px;
    }
}
@media screen and (min-width: 1400px) {
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        max-width: 1520px !important;
        position: relative;
    }
    body.virtualna-has-sidebar .alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .alignwide .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container,
    body.virtualna-has-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
        max-width: 1320px;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
    .alignfull-xxl {
        margin: 0 calc(50% - 50vw) !important;
        max-width: 100vw !important;
        width: 100vw !important;
    }
    .alignwide-xxl {
        margin: 0 calc(50% - 45vw) !important;
        max-width: 90vw !important;
        width: 100vw !important;
    }
    .alignnone-xxl {
        margin: 0 auto !important;
        max-width: auto !important;
        width: auto !important;
    }
    .navbar-expand-lg .navbar-nav {
        margin-left: auto !important;
    }
    .page.intro .wp-block-columns {
        max-width: 1320px;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .top-header-widget .wp-block-list {
        flex-direction: row;
        gap: 1rem;
    }
    .top-header-widget .wp-block-list li,
    .top-header-widget .wp-block-list li a {
        font-size: 14px;
    }
    .top-header-widget.widget_icl_lang_sel_widget {
        top: 9px;
    }
    footer .wrapper .container,
    #wrapper-footer .container {
        max-width: 1200px;
    }
}
/*MAX*/
@media screen and (max-width: 1520px) {
    .navbar-nav .nav-link,
    .navbar-nav .wpml-ls-item .nav-link {
        font-size: 12px;
        line-height: 1.4;
        font-size: 0.75rem;
    }
    :lang(en-US) .navbar-brand {
        max-width: 78px;
    }
}
@media screen and (max-width: 1439px) {
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        max-width: 100%;
    }
}
@media screen and (max-width: 1399px) {
    .wp-block-group.pattern-row .wp-block-group__inner-container .wp-block-media-text {
        flex-basis: 23%;
        max-width: 23%;
    }
}
@media screen and (max-width: 1199px) {
    .custom-logo-link {
        max-width: 84px;
        z-index: 10;
        position: relative;
    }
    :lang(en-US) .navbar-nav .nav-link {
        font-size: 11px;
    }
    :lang(en-US) .navbar-brand {
        max-width: 78px;
    }
    .navbar-nav .nav-link,
    .navbar-nav .wpml-ls-item .nav-link {
        font-size: 14px;
        line-height: 1.4;
        font-size: 0.875rem;
    }
    .wp-block-buttons .wp-block-button .wp-block-button__link,
    .wp-block-button__link,
    .btn-primary {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 9px 18px !important;
        border-radius: 10px;
    }
    .banner-cta-col.bigger {
        padding: 0 3rem;
    }
    .banner-cta-col.smaller {
        min-height: auto;
        padding: 2rem;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .top-header-widget.widget_icl_lang_sel_widget {
        top: 13px;
    }
}
@media screen and (max-width: 1099px) {
    .navbar-nav .nav-link,
    .navbar-nav .wpml-ls-item .nav-link {
        font-size: 12px;
        line-height: 1.4;
        font-size: 0.75rem;
    }
    #tabList.nav-tabs li.nav-item {
        width: 24%;
        padding: 3px 0;
        margin: 0 2px;
    }
    #tabList.nav-tabs .nav-link {
        border: 1px solid #E9EEF1;
        border-radius: 0;
        color: #000;
        padding: 10px 20px;
        transition: all 0.6s ease;
        font-size: 13px;
        line-height: 1.3;
        min-width: auto;
        height: 100%;
        width: 100%;
    }
    #tabList.nav-tabs li.nav-item span {
        border-left: transparent;
        padding-left: 0;
    }
    #tabList.nav-tabs .nav-link:hover {
        padding: 10px 20px;
        border-radius: 0;
        font-size: 13px;
        line-height: 1.3;
    }
    #tabContentzupanija pre.wp-block-verse {
        padding: 1rem;
    }
    #tabList.nav-tabs .nav-link.active {
        border-radius: 0;
        font-size: 13px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 991px) {
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        max-width: 100%;
        padding: 0;
    }
    .top-header-widget.widget_icl_lang_sel_widget {
        right: 40px;
        top: 6px;
    }
    .navbar-collapse {
        top: -3px;
        padding-top: 4rem;
    }
    .navbar-toggler {
        position: absolute;
        right: 3px;
        top: 12px;
        border: transparent;
        padding-top: 0;
    }
    .navbar-toggler .fa::before {
        content: "\f0c9";
        font-size: 20px;
        line-height: 1;
        margin-right: 0;
        color: #242424;
        opacity: 1;
    }
    .navbar .offcanvas-header .btn-close {
        color: #000 !important;
        filter: none;
        opacity: 1;
    }
    .navbar .offcanvas.offcanvas-end.bg-primary {
        width: 90%;
        background-color: #fff !important;
    }
    .navbar-nav .nav-link,
    .navbar-nav .wpml-ls-item .nav-link {
        font-size: 13px;
        line-height: 21px;
        font-size: 0.813rem;
        line-height: 1.312rem;
    }
    .content-area {
        margin-top: 46px;
    }
    .section {
        padding-bottom: 0;
    }
    .green-box {
        text-align: center;
    }
    .green-box.rounded-5 {
        border-radius: 0px !important;
    }
    .banner-cta-col.bigger {
        min-height: auto;
        padding: 3rem;
    }
    .banner-cta-col.smaller {
        min-height: auto;
        padding: 2rem;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .page.intro figure.wp-block-image {
        margin-bottom: 0;
    }
    .four-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
    .border-left-green {
/*        border-top: 3px solid #00936C;*/
        border-left: 0;
    }
    .border-right-green {
/*        border-top: 3px solid #00936C;*/
        border-right: 0;
    }
    hr.wp-block-separator.has-lightgray-color {
        margin-bottom: 2rem !important;
        display: none;
    }
    header #main-nav.bg-primary {
        background-color: rgba(246, 246, 246, 0.9) !important;
        box-shadow: 0px -2px 3px 3px rgba(0,0,0,0.1);
    }
    h1, .h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.4;
    }
    h2, .h2 {
        font-size: 20px !important;
        font-size: 1.25rem !important;
        line-height: 1.4;
    }
    h3, .h3 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .wp-block-group.pattern-row .wp-block-group__inner-container {
        gap: 0.5rem;
    }
    .wp-block-group.pattern-row .wp-block-group__inner-container .wp-block-columns.pattern-title {
        padding-left: 1rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }
    .wp-block-group.pattern-row .wp-block-group__inner-container .wp-block-media-text {
        flex-basis: 48%;
        max-width: 48%;
        display: flex;
        flex-direction: row;
        position: relative;
        flex-wrap: wrap;
    }
    .wp-block-group.pattern-row .wp-block-media-text > .wp-block-media-text__content p {
        font-size: 12px;
        font-size: 0.75rem;
    }
    .wp-block-group.pattern-row .wp-block-media-text > figure.wp-block-media-text__media {
        padding-bottom: 169px;
        border-radius: 0;
    }
    .wp-block-group.pattern-row .wp-block-media-text > .wp-block-media-text__content {
        border-radius: 0;
    }
    footer {
        margin-top: 0;
    }
    .site-info p {
        text-align: center;
    }
    footer {
        padding: 3rem 0 1rem 0;
        text-align: center;
    }
    footer :where(.wp-block-columns.is-layout-flex) {
        gap: 1em;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .navbar .offcanvas.offcanvas-end.bg-primary {
        width: 90%;
        background-color: #fff !important;
    }
    body, p, li, a {
        font-family: "Roboto Flex", sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 1.625rem;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl, .container-xxl {
        max-width: 90%;
    }
    .content-area {
        margin-top: 43px;
    }
    .page.intro .wp-block-columns .wp-block-column {
        max-width: 86% !important;
    }
    .page.intro .h1-intro::after {
        margin: 5px auto 5px auto;
    }
    .page.intro figure.wp-block-image {
        height: 373px;
    }
    .page.intro.bigger figure.wp-block-image {
        height: 530px;
    }
    .home.page.intro.bigger figure.wp-block-image {
        height: 380px;
    }
    .home.page.intro figure.wp-block-image img {
        opacity: 0.9;
    }
    .banner-cta-col.bigger {
        min-height: auto;
        background-color: #212625bd !important;
        padding: 1.5rem;
    }
    /*.banner-cta-col.bigger figure.wp-block-image.banner-cta-img, .banner-cta-img {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        display: flex;
        border-radius: 1rem;
        overflow: hidden;
        margin-top: 1.5rem !important;
    }*/
    .border-left-green {
    /* border-top: 3px solid #00936C;*/
        border-left: 0;
    }
    .border-right-green {
    /* border-top: 3px solid #00936C;*/
        border-right: 0;
    }
    .rounded-5 {
        border-radius: 1rem !important;
    }
    .wp-block-buttons .wp-block-button .wp-block-button__link,
    .wp-block-button__link,
    .btn-primary {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 9px 18px !important;
        border-radius: 10px;
    }
    .wpcf7 input[type="submit"],
    .wpcf7 input[type="submit"]:disabled {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 9px 18px !important;
        border-radius: 10px;
    }
    #tabList.nav-tabs li.nav-item {
        width: 48%;
    }
    #tabContentzupanija .tab-pane .contact-info {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 10px;
    }
    #tabContentzupanija.tab-content.mt-5 {
        margin-top: 0 !important;
    }
    .green-box.rounded-5 {
        border-radius: 0 !important;
    }
    #myBtn .fa {
        font-size: 17px;
    }
    #myBtn {
        bottom: 30px;
        right: 25px;
        padding: 2px 8px;
    }
}
.otgs-development-site-front-end {
    display: none;
}