@charset "UTF-8";
/*----------------------------------------------------------------*/
* {
  outline: none !important;
}

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #000;

  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.small-footer {
  background: #00536e;
  color: #92cedd;
  font-size: 12px;
  padding: 15px 0 15px 0;
  border-top: 1px solid #92cedd;
}

.ns-link {
  float: right;
  color: #92cedd;
}

.ns-link:hover {
  color: #fff;
  text-decoration: underline;
}

.ns-logo-svg {
  margin: 0 0 -3px 3px;
}

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #92cedd;
}

@media screen and (max-width: 768px) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}

/*-------------------- typography START --------------------*/
h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

h5 {
  font-size: 24px;
  font-weight: 700;
  color: #eee;
}

p {
  line-height: 1.5;
  margin-bottom: 21px;
}

a {
  color: #007da5;
  text-decoration: none;
}

a:hover {
  color: #007da5;
  text-decoration: underline;
}

/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 2px solid #eee;
  border-radius: 3px;
  height: 40px;
  padding: 8px;
  background: #fff;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover {
  border: 2px solid #dfdfdf;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 2px solid #cfcfcf;
  outline: none;
}

textarea {
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 8px;
  height: 120px;
  outline: none;
  resize: none;
}

.fw {
  width: 100%;
  display: block;
}

.table-responsive-container {
  position: relative;
  overflow: scroll;
}

table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

table td {
  border: 1px solid #eee;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*-------------------- UI elements END --------------------*/
/*-------------------- bootstrap classes START --------------------*/
.btn,
#jquery-cookie-law-script a.cookie-law-button {
  border-radius: 3px;
  border: none;
  margin: 0;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
}

.btn-xs,
#jquery-cookie-law-script a.cookie-law-button {
  padding: 5px 8px;
  font-size: 11px;
}

.btn-sm {
  padding: 9px 9.99px;
  font-size: 14px;
}

.btn-md {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}

.btn-lg {
  padding: 14px 20.02px;
  font-size: 18px;
  font-weight: 700;
}

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited,
.btn-primary,
.btn-primary:visited {
  color: #ffffff;
  background: #333;
  /* border: 2px solid #333; */
}

#jquery-cookie-law-script a#cookie-law-button-ok:hover,
.btn-primary:hover {
  color: #f0f0f0;
  border: 2px solid #242424;
  background: #242424;
}

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #e0e0e0;
  border: 2px solid #141414;
  background: #141414;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#jquery-cookie-law-script a#cookie-law-button-more,
#jquery-cookie-law-script a#cookie-law-button-more:visited,
.btn-default,
.btn-default:visited {
  color: #007da5;
  background: #eee;
  border: 2px solid #eee;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #0a1b4f;
  border: 2px solid #dfdfdf;
  background: #dfdfdf;
}

#jquery-cookie-law-script a#cookie-law-button-more:active,
#jquery-cookie-law-script a#cookie-law-button-more:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:hover,
.btn-default:active,
.btn-defoult:focus,
.btn-defoult:active:focus,
.btn-default:active:hover {
  color: #061133;
  border: 2px solid #cfcfcf;
  background: #cfcfcf;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.table-responsive {
  border: 0;
  margin: 0;
}

/*-------------------- bootstrap classes END --------------------*/
/*------------------- VC default START ---------------------*/
/* tabs */
.vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.vc_tta-tabs .vc_tta-panel-body {
  padding: 35px 0 !important;
  border: none !important;
}

.vc_tta-tabs .vc_tta-tabs-list {
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab {
  width: 25%;
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab,
.vc_tta-tabs .vc_tta-tab a,
.vc_tta-tabs .vc_tta-tab span {
  border-bottom: none !important;
}

.vc_tta-tabs .vc_tta-tab > a {
  background: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  color: #eee;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px !important;
  text-align: center;
  border-bottom: 1px solid #eee !important;
  border-top: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:last-child > a {
  margin-right: 0;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child > a {
  margin-left: 0;
}

.vc_tta-tabs .vc_tta-tab > a:hover {
  color: #333 !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #333 !important;
  color: #fff !important;
  font-weight: 600;
}

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
  -webkit-transition: none !important;
  transition: none !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
  background: #333 !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff !important;
}

/* acordion */
.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
  background: none !important;
  border: 0 !important;
}

.vc_tta-accordion .vc_tta-panel-heading a,
.vc_tta-accordion .vc_tta-panel-body a {
  color: #007da5;
}

.vc_tta-accordion .vc_tta-panel-body {
  padding: 5px 0 14px 0 !important;
}

.vc_tta-accordion .vc_tta-title-text {
  font-size: 14px;
  color: #eee;
  font-weight: 400;
  text-transform: uppercase;
}

.vc_tta-accordion .vc_active .vc_tta-title-text {
  color: #333;
  font-weight: 500;
}

.vc_tta-accordion .vc_tta-controls-icon {
  left: 0 !important;
  background: #eee;
  width: 10px !important;
  height: 10px !important;
  border: 5px solid #eee;
  padding: 5px;
}

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background: #333;
  border: 5px solid #333;
}

.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-controls-icon:after {
  color: #fff !important;
  border-color: #fff !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  padding-left: 30px !important;
}

/* FAQ */
.vc_toggle {
  margin-bottom: 3px !important;
}

.vc_toggle_title {
  background: #eee;
  padding: 15px 40px !important;
  color: #333;
}

.vc_toggle_content {
  padding: 0 15px !important;
  margin-bottom: 0 !important;
}

.vc_toggle_icon {
  background: #333 !important;
  margin-left: 15px !important;
  border: none !important;
  width: 14px !important;
}

.vc_toggle_icon::after {
  display: none !important;
}

.vc_toggle_icon::before {
  background: #333 !important;
  border: none !important;
  height: 14px !important;
}

.error-404 {
  margin-top: 150px;
  margin-bottom: 250px;
}

/*------------------- VC default END ---------------------*/
#jquery-cookie-law-script,
#jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}

#cookie-law-mobile path {
  fill: #fff;
}

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #f1f1f3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3b89c7;
}

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #f9fafc;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #333;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #242424;
  color: #f0f0f0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #eee;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
#jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #dfdfdf;
}

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #eaedf1;
  border-top: 1px solid #f0f2f5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3b89c7;
}

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}

/*------------------- include VC elements START ---------------------*/
.ns-bs .bs-brand-box {
  height: 150px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: none;
  margin: 0 15px;
}

.ns-bs .bs-img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: 80px;
  /* max-height: 50px; */

  object-fit: contain;
}

.ns-bs .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 10;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  top: 50%;
}

.ns-bs .slick-arrow:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ns-bs .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ns-bs .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ns-bs .slick-prev:before,
.ns-bs .slick-next:before {
  color: #333;
  font-family: FontAwesome;
}

.ns-bs .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px;
}

.ns-bs .slick-dots li button {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
}

.ns-bs .slick-dots li button:before {
  font-size: 10px;
  line-height: 17px;
  height: 14px;
  width: 14px;
  opacity: 1;
  color: #ccc;
}

.ns-bs .slick-dots li button:hover:before,
.ns-bs .slick-dots li button:focus:before {
  color: #999;
}

.ns-bs .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333;
}

.file-wrap {
  background: #eee;
  margin-bottom: 7px;
  padding: 12px 120px 12px 20px;
  width: 100%;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .file-wrap {
    padding: 12px 110px 12px 10px;
  }
}

.file-wrap + *:not(.file-wrap) {
  margin-top: 20px;
}

.file-wrap:last-of-type {
  margin-bottom: 35px;
}

.file-wrap a {
  font-weight: 700;
  color: #000;
  float: left;
}

a.file-dl-btn {
  float: right;
  background: #333;
  color: #ffffff;
  position: absolute;
  padding: 12px 15px;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

a.file-dl-btn:hover {
  background: #242424;
  text-decoration: none;
}

.file-dl-text {
  float: left;
}

.file-dl-icon {
  margin-left: 10px;
  font-size: 16px;
}

.ns-cwi-container {
  display: table;
}

.ns-cwi-icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  min-width: 18px;
}

.ns-cwi-icon-inner {
  padding: 0;
  display: block;
}

.ns-cwi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.ns-cwi-content-inner {
  display: block;
}

.title-banner {
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}

.title-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(238, 238, 238, 0.5);
}

.title-banner h1 {
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0px 0 0 0;
  z-index: 1;
  position: relative;
}

.breadcrumbs-container {
  padding: 10px 0 7px 0;
  position: relative;
  padding-bottom: 40px;
}

.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
}

.ns-breadcrumbs li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}

.ns-breadcrumbs li:last-child {
  margin-right: 0;
  font-weight: 400;
  color: #92cedd;
}

.ns-breadcrumbs li:after {
  content: "\f105";
  font-family: fontAwesome;
  margin-left: 9px;
}

.ns-breadcrumbs li:last-child:after {
  display: none;
}

.ns-breadcrumbs a {
  color: #ffffff;
}

.ns-breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}

.ns-gallery {
  float: left;
}

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px);
}

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px);
}

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px);
}

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}

.nsg-p2 .nsg-gitem {
  padding: 2px;
}

.nsg-p5 .nsg-gitem {
  padding: 5px;
}

.nsg-p10 .nsg-gitem {
  padding: 10px;
}

.nsg-p15 .nsg-gitem {
  padding: 15px;
}

.nsg-c10 {
  width: 10%;
}

.nsg-c6 {
  width: 16.666%;
}

.nsg-c5 {
  width: 20%;
}

.nsg-c4 {
  width: 25%;
}

.nsg-c3 {
  width: 33.333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%;
  }
  .nsg-c6 {
    width: 16.666%;
  }
  .nsg-c5 {
    width: 20%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%;
  }
  .nsg-c6 {
    width: 25%;
  }
  .nsg-c5 {
    width: 33.333%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%;
  }
  .nsg-c6 {
    width: 50%;
  }
  .nsg-c5 {
    width: 50%;
  }
  .nsg-c4 {
    width: 50%;
  }
  .nsg-c3 {
    width: 100%;
  }
}

.nsg-r1-1 {
  padding-bottom: 100%;
}

.nsg-r4-3 {
  padding-bottom: 75%;
}

.nsg-r3-2 {
  padding-bottom: 66.666%;
}

.nsg-r16-9 {
  padding-bottom: 56.25%;
}

.nsg-gitem {
  float: left;
}

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block;
}

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;

  aspect-ratio: 4 / 3 ;
  object-fit: cover;
}
.dogodek.type-dogodek {
  margin-bottom: 100px;
}
.main-nav {
  margin-bottom: 0;
  border: none;
  min-height: 0;
  float: right;
  clear: both;
}

.main-nav .collapse {
  padding: 0;
}

.main-nav .nav li {
  padding: 0;
  position: relative;
  background: #eee;
}

.main-nav .nav li:last-child {
  padding-right: 0;
}

.main-nav .nav li a {
  color: #007da5;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
}

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  color: #333;
  background: transparent;
}

.main-nav .nav li a i {
  margin-left: 10px;
}

.main-nav .nav li.current-menu-item > a,
.main-nav .nav li.current-menu-item > a:hover,
.main-nav .nav li.current-menu-item > a:focus,
.main-nav .nav li.current-page-ancestor > a,
.main-nav .nav li.current-page-ancestor > a:hover,
.main-nav .nav li.current-page-ancestor > a:focus {
  background: transparent;
  color: transparent;
}

.main-nav .sub-menu-container {
  /*padding-top: 15px;
	width: 345px;
	left: 50%;
	margin-left: -172px;*/
  float: left;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 10;
}

@media (min-width: 991px) {
  .main-nav .nav li:hover .sub-menu-container,
  .main-nav .nav li:focus .sub-menu-container {
    display: block;
  }
}

.main-nav .sub-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-nav .sub-menu li:first-child {
  border-top: 1px solid rgba(13, 36, 106, 0.3);
}

.main-nav .sub-menu li {
  float: left;
  width: 100%;
  padding: 15px !important;
  display: block;
  border-right: none;
  border-bottom: 1px solid rgba(13, 36, 106, 0.3);
}

.main-nav .sub-menu li a {
  padding: 0;
  background: transparent;
  color: #007da5;
  font-size: 18px;
  text-transform: none;
}

.main-nav .sub-menu li a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .nav-section {
    position: absolute !important;
    top: 0;
  }
  .main-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    float: none;
  }
  .main-nav-col > .vc_column-inner {
    display: block !important;
  }
  .main-nav .navbar-header {
    float: none;
  }
  .main-nav .navbar-toggle {
    display: block;
    top: -35px;
    position: absolute;
    right: 0;
    margin: 0;
  }
  .main-nav .icon-bar {
    background: #333;
  }
  .main-nav .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .main-nav .navbar-collapse.collapse {
    display: none !important;
  }
  .main-nav .nav {
    float: none !important;
    margin: 10px 0 10px 0;
    padding: 0;
  }
  .main-nav .nav li {
    padding: 0;
    margin: 0;
    border: none;
    float: none;
  }
  .main-nav .nav li a {
    padding: 13px;
    color: #ffffff;
    border-bottom: none;
  }
  .main-nav .nav li a:hover {
    border-bottom: none;
  }
  .main-nav .nav li.active a,
  .main-nav .nav li.active a:hover,
  .main-nav .nav li.active a:focus {
    background: none;
    color: #fff;
    border-bottom: none;
    font-weight: 600;
  }
  .main-nav .collapse.in {
    display: block !important;
  }
}
footer a:hover,
footer a:focus {
  color: #fff;
  background: transparent;
}
/*----- sidenav -----*/
.sidenav {
  margin-bottom: 35px;
  width: 100%;
  float: left;
  background: #eee;
  padding: 0 20px;
}

.sidenav .sidenav-title {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  width: 100%;
  padding: 28px 0 22px 0;
}

.sidenav-title:before {
  display: none;
}

.sidenav-title h2 {
  color: #007da5;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.sidenav li {
  border-bottom: 1px solid rgba(13, 36, 106, 0.5);
  float: left;
  width: 100%;
  padding: 18px 0;
}

.sidenav li:last-child {
  border-bottom: none;
}

.sidenav .page_item_has_children.current-menu-item,
.sidenav .page_item_has_children.current-page-ancestor {
  padding-bottom: 0;
}

.sidenav a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #007da5;
  float: left;
  line-height: 1.3;
  padding-left: 20px;
}

.sidenav a:hover {
  color: #007da5;
  text-decoration: none;
}

.sidenav a:before {
  content: "\f1db";
  font-family: fontAwesome;
  font-size: 9px;
  font-weight: bold;
  float: left;
  width: 20px;
  margin-top: 5px;
  margin-left: -20px;
}

.sidenav a:hover:before {
  content: "\f111";
}

.sidenav li.current-menu-item > a,
.sidenav li.current-page-ancestor > a {
  color: #333;
  font-weight: 900;
}

.sidenav li.current-menu-item > a:before,
.sidenav li.current-page-ancestor > a:before {
  content: "\f111";
}

ul[class^="sub-menu-"] {
  padding-left: 20px;
  display: none;
}

.sidenav .current-menu-item > ul[class^="sub-menu-"],
.sidenav .current-page-ancestor > ul[class^="sub-menu-"] {
  display: block;
}

.sidenav .sub-menu-1 li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sidenav .sub-menu-1 a {
  font-size: 15px;
}

.sidenav .sub-menu-2 li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.sidenav .sub-menu-2 a {
  font-size: 14px;
}

.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vc_ns_content-slider-container .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.vc_ns_content-slider-container .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vc_ns_content-slider-container .slick-prev:before,
.vc_ns_content-slider-container .slick-next:before {
  color: #333;
  font-family: FontAwesome;
}

.vc_ns_content-slider-container .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px;
}

.vc_ns_content-slider-container .slick-dots li button {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
}

.vc_ns_content-slider-container .slick-dots li button:before {
  font-size: 10px;
  line-height: 17px;
  height: 14px;
  width: 14px;
  opacity: 1;
  color: #ccc;
}

.vc_ns_content-slider-container .slick-dots li button:hover:before,
.vc_ns_content-slider-container .slick-dots li button:focus:before {
  color: #999;
}

.vc_ns_content-slider-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333;
}

.vc_ns_content-slider-container .vc_tta-panel-heading {
  display: none;
}

/** BASE HEADER FOOTER BASE - START ------------------------------------------------ */
/** BASE HEADER FOOTER BASE - START ------------------------------------------------ */
body {
  font-family: "Baloo Bhai 2", serif !important;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

.header-top {
  /* height: 112px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  padding-top: 0px;
  padding-bottom: 0px;
}

.header-top .logotip {
  width: 550px;
}

.header-top .logotip .wpb_single_image {
  margin-bottom: 0px !important;
}

.header-top .logotip img {
  width: 200px !important;
}

.header-top .tel {
  /* width: 150px !important; */
}

.header-top .tel a {
  color: #92cedd !important;
}

.header-top .mail {
  width: 150px !important;
  padding-left: 15px;
}

.header-top .mail a {
  color: black !important;
}

.header-top .acc {
  width: 85px !important;
}

.header-top .acc .wpb_single_image {
  margin-bottom: 0px !important;
}

.header-top .lang {
  width: 50px !important;
}

.header-top .search-container-wrap {
  width: 55px !important;
}

.header-top .ns-cwi-icon-inner img {
  width: 19px !important;
  height: auto;
}

.header-top .vc_col-sm-2 .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.header-top-desktop {
  border-bottom: 1px solid rgba(129, 137, 195, 0.1);
}

.header-subcontainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;

  padding-top: 10px;
  padding-bottom: 10px;
}

.header-subcontainer .nav-container .vc_column-inner {
  padding-top: 0 !important;
}

.header-subcontainer .nav-container .vc_column-inner .wpb_wrapper:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-subcontainer ul.nav > li > .sub-menu-container li {
  padding: 0 !important;
}

.header-subcontainer ul.nav > li > .sub-menu-container li a {
  padding-left: 10px;
  padding-right: 10px;
}

.header-subcontainer .main-nav li {
  background: none !important;
}

.header-subcontainer .main-nav .nav .current-menu-item a {
  color: #007da5 !important;
  background: none !important;
}

.header-subcontainer .main-nav .nav .current-menu-item a:after,
.header-subcontainer .main-nav .nav .current-page-ancestor a:after {
  content: "";
  background-color: #92cedd;
  height: 10px;
  width: 100%;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
}

.header-subcontainer .main-nav .nav .current_page_parent a {
  color: #007da5 !important;
  border-bottom: 2.5px solid #007da5;
}

.header-subcontainer .main-nav .nav li {
  margin-right: 80px;
}

.header-subcontainer .main-nav .nav li a {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #007da5 !important;
  text-transform: none !important;
  background-color: none !important;
  cursor: pointer !important;
}

.header-subcontainer .main-nav .nav li a:after {
  content: "";
  background-color: #eee;
  height: 4px;
  width: 0%;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: -15px;
}

.header-subcontainer .main-nav .nav li a:hover:after {
  content: "";
  background-color: #007da5;
  height: 4px;
  width: 100%;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
}

.header-subcontainer .main-nav .nav li:last-of-type {
  margin-right: 0 !important;
}

.header-subcontainer .main-nav .nav .sub-menu {
  width: 320px;
  padding-top: 23px !important;
}

.header-subcontainer .main-nav .nav .sub-menu a {
  color: white !important;
  font-weight: 300 !important;
}

.header-subcontainer .main-nav .nav .sub-menu a:after {
  content: "";
  background-color: #92cedd;
  height: 0px;
  width: 0% !important;
  display: block;
  margin-top: 0px;
  border-radius: 4px;
}

.header-subcontainer .main-nav .nav .sub-menu a:hover:after {
  content: "";
  background-color: #92cedd;
  height: 0px;
  width: 0% !important;
  display: block;
  margin-top: 0px;
  border-radius: 4px;
}

.header-subcontainer .main-nav .nav .sub-menu li {
  color: white !important;
  background: #92cedd !important;
  background: #fff !important;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-subcontainer .main-nav .nav .sub-menu li a {
  color: black !important;
  font-weight: 300 !important;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-subcontainer .main-nav .nav .sub-menu li a:hover {
  color: white !important;
}
.header-subcontainer .main-nav .nav .sub-menu li:first-of-type {
  border-top: 5px solid #92cedd;
}

.header-subcontainer .main-nav .nav .sub-menu li:hover {
  background: #007da5 !important;
}

footer {
  background: #00536e;
  color: #ffffff;
  /* margin-top: 75px; */
}

footer .vc_col-sm-3:last-of-type {
  width: 302px !important;
}

footer .footer-contact {
  border-bottom: 1px solid #92cedd;
  padding-bottom: 25px;
}

footer .footer-contact .ns-cwi-content {
  padding-top: 5px;
  padding-bottom: 5px;
}

footer .footer-contact:last-of-type {
  border-bottom: none;
}

footer .footer-contact .vc_column-inner {
  padding-right: 0;
  padding-left: 15px;
}

footer .vik {
  padding-top: 20px;
  margin-bottom: 20px !important;
}

footer .ns-cwi-icon-inner img {
  width: 19px !important;
  height: auto;
}

footer p,
footer a,
footer li {
  font-size: 14px !important;
}

footer a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

footer .footer-title {
  padding-top: 40px;
}

footer .footer-title p {
  font-size: 20px !important;
  font-weight: bold;
}

footer a {
  color: #ffffff;
}

footer ul {
  margin-left: -40px;
  list-style-type: none !important;
  line-height: 28px;
}

footer ul a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

footer ul li:before {
  content: "\e912";
  font-family: "feather" !important;
  color: #ffffff;
  font-size: 14px;
  margin-top: 8px;
  padding-right: 10px;
}

.footer-upper {
  /* background-image: url(../../assets/images/footer-upper-bg.png); */
  background-position: bottom;
  padding-bottom: 30px;
  text-align: center;
  background: #007da5;
}

.footer-upper .ns-bs {
  margin-top: -80px;
  background: white;
  border-radius: 21px;
  margin-bottom: 30px;

  border: 2px solid #007da5;
}

.footer-upper .btn-prijava {
  font-size: 14px;
  color: #007da5;
  background: white !important;
  border-color: transparent;
  width: 175px;
  padding: 17px 40px;
}

.footer-upper .btn-prijava:hover {
  color: #007da5 !important;
  text-decoration: none;
  -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
  box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
}

.footer-upper .btn-prijava:before {
  color: #007da5;
  content: "\e9f1";
  font-family: "feather" !important;
  color: #007da5;
  font-size: 14px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 0;
}

.img-rounded-w-shadow img {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 29px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 29px 5px rgba(0, 0, 0, 0.16);
}

.btn {
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  border-radius: 30px;
  text-transform: none;
  font-size: 18px;
  padding: 20px 40px;
}

.btn:hover {
  border-radius: 29px;
}

.btn-transparent-white-bg {
  background: transparent !important;
  border: 1px solid #007da5;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  border: 2px solid #007da5 !important;
}

.btn-transparent-white-bg:hover {
  color: white;
  background: linear-gradient(-45deg, #007da5 0%, #92cedd 100%) !important;
  /* -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
  /* box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
  /* border: 1px solid white !important; */
}
body {
  /* background: blue; */
}
.btn-filled-white-bg {
  border: 1px solid #007da5;
  /* -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
  /* box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
  background: linear-gradient(-45deg, #007da5 0%, #92cedd 100%);
}

.btn-filled-white-bg:hover {
  border: 1px solid transparent !important;
  background: linear-gradient(45deg, #007da5 0%, #92cedd 100%);
  color: white;
  /* -webkit-box-shadow: 1.25px 5.87px 38px rgba(0, 0, 0, 0.81); */
  /* box-shadow: 1.25px 5.87px 38px rgba(0, 0, 0, 0.81); */
}

.btn-transparent-blue-bg {
  background: transparent;
  border: 1px solid #eee;
  /* -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
  /* box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
}

.btn-transparent-blue-bg:hover {
  border: 1px solid transparent !important;
  background: #fff;
  color: #007da5;
}

.btn-filled-blue-bg {
  background: transparent;
  border: 1px solid white;
  background: #fff;
}

.btn-filled-blue-bg:hover {
  border: 1px solid white !important;
  background: transparent;
  color: white;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1250px) {
  footer .vc_col-sm-3 {
    width: 50% !important;
  }
}

@media (min-width: 991px) {
  header {
    -webkit-box-shadow: 0px 1px 15px lightgray;
    box-shadow: 0px 1px 15px lightgray;
    background: white;
    z-index: 99;
    width: 100vw;
    margin: 0 auto;
  }
  header .header-top-desktop {
    z-index: 99;
    background: white;
    justify-content: space-between;
  }
  .logotip img,
  .header-top-desktop,
  .header-subcontainer {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav-down-desktop .header-top-desktop {
    height: 82px;
  }
  .nav-down-desktop .logotip img {
    width: 173px !important;
  }
  .nav-down-desktop .header-subcontainer {
    height: 60px;
  }
}

@media (min-width: 1250px) {
  .container {
    width: 1210px;
  }
}

@media (max-width: 1919px) {
  .header-subcontainer .main-nav .nav li {
    margin-right: 66px;
  }
}

@media (max-width: 1199px) {
  .header-subcontainer .main-nav .nav li {
    margin-right: 47px;
  }
  .header-subcontainer .main-nav .nav li a {
    font-size: 18px !important;
  }
  .logotip {
    width: 50% !important;
  }
}

.main-nav .open .sub-menu-container {
  display: block;
}

.header-top-mobile {
  display: none;
}

@media (max-width: 991px) {
  .main-nav li {
    background: none !important;
  }
  .main-nav .nav .current-menu-item a:after {
    content: "";
    background-color: #92cedd;
    height: 4px;
    width: 50% !important;
    display: block;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .main-nav .nav li a:hover:after {
    content: "";
    width: 0% !important;
  }
  .main-nav .nav li:last-of-type {
    margin-right: 0 !important;
  }
  .main-nav .nav .sub-menu {
    width: 320px;
    padding-top: 28px !important;
    /* padding-top: 23px !important; */
  }
  .main-nav .nav .sub-menu a {
    color: white !important;
    font-weight: 300 !important;
  }
  .main-nav .nav .sub-menu a:after {
    content: "";
    background-color: #92cedd;
    height: 0px;
    width: 0% !important;
    display: block;
    margin-top: 0px;
    border-radius: 4px;
  }
  .main-nav .nav .sub-menu a:hover:after {
    content: "";
    background-color: #92cedd;
    height: 0px;
    width: 0% !important;
    display: block;
    margin-top: 0px;
    border-radius: 4px;
  }
  .main-nav .nav .sub-menu li {
    color: white !important;
    background: #92cedd !important;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-nav .nav .sub-menu li a {
    color: white !important;
    font-weight: 300 !important;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-nav .nav .sub-menu li:first-of-type {
    border-top: 5px solid #92cedd;
  }
  .main-nav .nav .sub-menu li:hover {
    background: #007da5 !important;
  }
  .header-top-desktop {
    display: none;
  }
  .access-mobile-container .wpb_single_image {
    text-align: right !important;
    margin-right: 20px;
    margin-right: 40px;
  }
  .access-mobile-container img {
    width: 25px;
    margin-right: 10px;
  }
  .header-top-mobile {
    -webkit-box-shadow: 0px 1px 15px lightgray;
    box-shadow: 0px 1px 15px lightgray;
    width: 100vw;
    z-index: 1;
    background: white;
    position: fixed;
    left: 15px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-top-mobile .vc_col-sm-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-top-mobile .logotip-mobile img {
    max-width: 135px;
  }
  .header-top-mobile .header-top-mobile-msg .vc_column-inner:first-of-type {
    padding-left: 0;
  }
  .header-top-mobile .header-top-mobile-msg .wpb_wrapper:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-top-mobile .header-top-mobile-msg img:first-of-type {
    width: 95%;
    height: auto;
  }
  .header-top-mobile .header-top-mobile-msg .wpb_single_image:last-of-type {
    margin-top: -2px;
  }
  .header-top-mobile .header-top-mobile-msg .wpb_single_image:first-of-type {
    margin-right: 20px;
  }
  .header-top-mobile .search-opener {
    text-align: left;
    padding-top: 0;
    margin-top: -27px !important;
  }
  .header-top-mobile .search-opener:before {
    font-size: 21px;
  }
  .header-top-mobile {
    height: 140px;
    height: 60px;
  }
  .header-top-mobile .wpb_single_image,
  .header-top-mobile > div {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .header-top-mobile-msg,
  .logotip-mobile,
  .access-mobile-container {
    margin-top: 36px;
  }

  .header-subcontainer .main-nav .nav .sub-menu li,
  .header-subcontainer .main-nav .nav .sub-menu li:hover {
    background: transparent !important;
  }
  .header-subcontainer .main-nav .nav .sub-menu li:hover a,
  .header-subcontainer .main-nav .nav .sub-menu a:hover {
    color: black !important;
    text-decoration: underline !important;
  }

  .header-subcontainer .main-nav .nav .sub-menu li a {
    color: black !important;
  }
  #content {
    margin-top: 174px;
    margin-top: 40px;
  }
  .menu-mainmenu-container {
    padding-bottom: 60px !important;
  }
  .nav {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .header-subcontainer .main-nav .nav .sub-menu {
    padding-top: 0 !important;
    margin: 0 auto !important;
    max-width: none;
    margin-bottom: 20px !important;
    width: 250px;
  }
  .sub-menu {
    margin-top: -10px !important;
  }
  .navbar-toggle {
    margin-right: 10px !important;
  }
  .header-subcontainer .nav-container {
    margin-top: -30px;
    background: white;
  }
  .header-subcontainer .vc_col-sm-12 {
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 22;
    top: 165px;
    background: white;
    left: 0;

    top: 90px;
  }
  .header-subcontainer .nav-justified {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-subcontainer .navbar-toggle {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -5px;
  }
  .header-subcontainer .navbar-toggle .icon-bar {
    background: #92cedd !important;
  }
  .header-subcontainer .navbar-toggle .icon-bar span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header-subcontainer .navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -6px;
    margin-left: -2px;
  }
  .header-subcontainer .navbar-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -2px;
  }
  .header-subcontainer .navbar-toggle.open span:nth-child(4) {
    opacity: 0;
  }
  .header-subcontainer .navbar-toggle.open span:nth-child(1) {
    opacity: 0;
  }
  .header-subcontainer .dropdown-open {
    height: 500px;
  }
  .main-nav {
    position: unset;
  }
  .main-nav .sub-menu-container {
    position: inherit !important;
    margin-top: -15px;
  }
  .main-nav .sub-menu {
    position: unset !important;
  }
  .main-nav a {
    padding-left: 0 !important;
  }
  .main-nav .nav li {
    margin-right: 0 !important;
  }
  .main-nav .nav .sub-menu {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-top: 0 !important;
    margin-left: 0;
    width: 100%;
  }
  .main-nav .nav .sub-menu li:hover {
    background: #92cedd !important;
  }
  .main-nav .nav .sub-menu li:active,
  .main-nav .nav .sub-menu li:focus {
    background: #65ae10 !important;
  }
  .main-nav .nav .sub-menu a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-nav .nav .sub-menu li {
    background: none !important;
    padding-left: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .main-nav .nav ul {
    margin-bottom: 20px;
  }
  .main-nav .nav ul li {
    width: 442px;
    position: relative;
    display: block;
  }
  .main-nav .nav ul li:hover {
    background-color: none !important;
  }
  .main-nav {
    width: 100%;
    margin-left: 0;
  }
  .main-nav .navbar-toggle {
    top: -77px !important;
    top: -43px !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown-open {
    height: 500px;
  }
  .menu-mainmenu-container {
    text-align: center;
    padding-bottom: 0;
  }
  header {
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
  }
  /* .nav-down-header {
    background-color: white;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    position: relative;
  }
  .nav-down-header .header-top-mobile {
    -webkit-box-shadow: 0px 1px 15px lightgray;
    box-shadow: 0px 1px 15px lightgray;
    height: 70px;
  }
  .nav-down-header .logotip-mobile {
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: rotate3d(1, 1, 10, 180deg);
    transform: rotate3d(1, 1, 10, 180deg);
    top: -35px;
    position: relative;
    margin-top: -28px !important;
  }
  .nav-down-header .header-top-mobile-msg,
  .nav-down-header .logotip-mobile,
  .nav-down-header .access-mobile-container {
    margin-top: 38px;
  }
  .nav-down-header .main-nav .navbar-toggle {
    top: -44px !important;
  }
  .nav-down-header .nav-container {
    margin-top: -96px;
    background: white;
  }
  .nav-down-header .acc-opener {
    margin-top: -35px;
  } */
  .language-selector-container {
    max-width: 50px;
    left: 60%;
  }
  .language-selector-container #language-selector-btn {
    width: 100%;
  }
  .search-container-wrap {
    max-width: 50px;
    left: 25%;
  }
  footer .vc_col-sm-3 {
    width: 100% !important;
  }

  .header-subcontainer .main-nav .nav .current-menu-item a:after,
.header-subcontainer .main-nav .nav .current-page-ancestor a:after {
  content: "";
  background-color: #92cedd;
  height: 5px;
  width: 100%;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
  bottom:0;
  margin:0 auto;        left: 0;
        right: 0;
}
}

@media (max-width: 767px) {
  .btn {
    padding: 15px 30px;
  }
  p,
  ul,
  li,
  ol {
    font-size: 14px !important;
  }
  .btn {
    font-size: 12px !important;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 27px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  footer .vc_col-sm-3 {
    width: 100% !important;
  }
  footer .vc_col-sm-3:last-of-type {
    width: 100% !important;
  }
  footer .ns-cwi-container {
    margin-bottom: 10px;
  }
  footer .footer-title {
    margin-bottom: 15px;
  }
  .header-subcontainer {
    margin-top: -80px;
  }
  .menu-mainmenu-container {
    text-align: center;
    padding-bottom: 35px !important;
  }
  .language-selector-container {
    max-width: 50px;
    left: -25%;
  }
  .language-selector-container #language-selector-btn {
    width: 100%;
  }
}

/** BASE HEADER F00TER BASE - END ------------------------------------------------ */
/** BASE HEADER F00TER BASE - END ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
p {
  line-height: 28px;
  font-size: 18px;
}

.subtitle-h2 h2 {
  font-weight: 500;
  font-size: 48px;
  color: #007da5;
}

.home-section-1 {
  color: #000;
  margin-bottom: 70px;
}

.home-section-1 .subtitle-h2 {
  padding-bottom: 50px;
}

.home-section-1 .title-h1 {
  color: #000;
  margin-bottom: 10px;
}

.home-section-1 .title-h1 h1 {
  color: #007da5;
  margin-top: 0;
  font-size: 40px;
}

.home-section-1 .title-h1 h1 span {
  color: #92cedd;
}

.home-section-1 .wpb_text_column:last-of-type {
  margin-bottom: 20px;
}

.home-section-2 {
  padding-top: 70px;
  padding-bottom: 70px;

  background-color: #007da5;
}

.home-section-2 .subtitle-h2 h2 {
  color: white;
}

.home-section-2 p {
  color: white;
  text-align: center;
}

.home-section-2 .homepage-vik-list-wrap {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.home-section-2 .homepage-vik-list-wrap .ns-cwi-content {
  padding-left: 10px;
}

.home-section-2 .homepage-vik-list-wrap .ns-cwi-container:first-of-type {
  margin-bottom: 25px;
}

.home-section-3 {
  padding-left: 15px;
  margin-top: -270px;
  margin-bottom: 115px;
}

.home-section-3 .card-outer-left {
  padding-right: 15px;
}

.home-section-3 .card-outer-right {
  padding-left: 15px;
}

.home-section-3 .card-container {
  background: white !important;
  max-height: 528px;
  height: 100% !important;
  -webkit-box-shadow: 0px 0px 29px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 29px 5px rgba(0, 0, 0, 0.16);
  border-radius: 15px !important;
}

.home-section-3 .card-container h3 {
  font-size: 36px;
  color: #007da5;
  margin-left: 15px;
  margin-top: 40px;
}

.home-section-3 .card-container .vc_column-inner {
  padding-left: 0;
}

.home-section-3 .card-container .wpb_single_image {
  margin: 0 !important;
  float: left;
  padding: 0;
  border-radius: 15px !important;
}

.home-section-3 .card-container .wpb_single_image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 528px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.home-section-3 .card-container .ns-cwi-container {
  margin-right: 40px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 28px;
  border-bottom: 1px solid #92cedd;
  padding-top: 10px;
}

.home-section-3 .card-container .ns-cwi-container a {
  color: #007da5 !important;
}

.home-section-3 .card-container .ns-cwi-container .ns-cwi-icon img {
  width: 18px;
  height: auto;
}

.home-section-3 .card-container .ns-cwi-container .ns-cwi-content {
  font-size: 14px;
  color: #007da5;
  color: black;
  padding-bottom: 25px;
}

.home-section-3 .card-container .ns-cwi-container:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.home-section-4 {
  padding-bottom: 100px;
  text-align: center;
  /* background: #92CEDD; */
}

.home-section-4 .subtitle-h2 {
  margin-top: 70px;
  margin-bottom: 50px;
}

.home-section-4 .subtitle-h2 h2 {
  color: #007da5;
}

.home-section-4 .vc_tta-panel {
  margin-bottom: 30px;
  text-align: left;
}

.home-section-4 .vc_tta-panel-heading {
  background: #007da5 !important;
  border-radius: 35px !important;
  padding-left: 35px !important;
}

.home-section-4 .vc_tta-controls-icon {
  background: #007da5 !important;
  border: 5px solid #007da5 !important;
  font-weight: bold !important;
}

.home-section-4 .vc_tta-title-text {
  text-transform: none !important;
  font-size: 20px !important;
  color: #eee !important;
  line-height: 30px !important;
  font-weight: bold !important;
  padding-left: 35px !important;
}

.home-section-4 .vc_tta-panel-body {
  padding-left: 100px !important;
  padding-right: 100px !important;
  text-align: left;
  padding-top: 40px !important;
}

.home-section-4 .vc_tta-panel-body p {
  font-size: 18px;
  color: black;
}

.home-section-4 .btn {
  /* font-size: 18px;
  color: #eee;
  background: transparent !important;
  border-color: #eee;
  padding: 17px 40px; */
  margin-bottom: 100px;
}

.home-section-4 .btn:hover {
  text-decoration: none;
  color: #007da5;
  background: #eee !important;
  -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
  box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
}

@media (max-width: 1199px) {
  .home-section-3 .card-container h3 {
    margin-left: 0;
  }
  .home-section-3 .card-container .ns-cwi-container {
    margin-right: 00px;
    margin-left: 0px;
  }
  .home-section-4 .vc_tta-title-text {
    margin-left: -35px;
    line-height: 20px !important;
  }
  .home-section-4 .vc_tta-panel-body {
    padding-top: 20px !important;
    padding-left: 65px !important;
  }
}

@media (max-width: 991px) {
  .home-section-3 {
    margin-bottom: 55px;
    height: 100% !important;
  }
  .home-section-3 .card-outer-left {
    padding-right: 15px;
  }
  .home-section-3 .card-outer-right {
    padding-left: 0px;
    padding-right: 15px;
  }
  .home-section-3 .card-container {
    max-height: 100% !important;
  }
  .home-section-3 .card-container .card-h3 {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .home-section-3 .card-container .card-h3 h3 {
    margin-top: 20px;
  }
  .home-section-3 .card-container h3 {
    font-size: 28px;
  }
  .home-section-3 .card-container .vc_column-inner {
    padding-right: 0;
  }
  .home-section-3 .card-container .vc_figure,
  .home-section-3 .card-container .vc_single_image-wrapper,
  .home-section-3 .card-container .wpb_single_image {
    max-width: 800px !important;
    width: 100%;
  }
  .home-section-3 .card-container .wpb_single_image img {
    height: 200px;
    width: 100% !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .home-section-3 .card-container .ns-cwi-container {
    padding-left: 15px;
  }
  .home-section-3 .card-container .vc_col-sm-6 {
    width: 100%;
  }
  .home-section-4 {
    padding-bottom: 50px;
  }
  .home-section-4 .subtitle-h2 {
    margin-top: 0px;
    margin-bottom: 35px;
  }
  .home-section-4 .subtitle-h2 h2 {
    margin-top: 35px;
  }
  .home-section-4 .vc_tta-panel {
    margin-bottom: 30px !important;
  }
  .home-section-4 .vc_tta-title-text {
    font-size: 16px !important;
  }
  .home-section-4 .vc_tta-panel-heading {
    padding-left: 15px !important;
  }
  .home-section-4 .vc_tta-panel-body {
    padding-top: 20px !important;
    padding-left: 50px !important;
  }
}

@media (max-width: 767px) {
  .home-section-1 {
    margin-bottom: 35px;
  }
  .home-section-1 .subtitle-h2 {
    padding-bottom: 15px;
  }
  .home-section-1 .wpb_single_image,
  .home-section-1 .vc_figure,
  .home-section-1 .vc_single_image-wrapper,
  .home-section-1 .img {
    width: 100%;
  }
  .home-section-1 .wpb_single_image img,
  .home-section-1 .vc_figure img,
  .home-section-1 .vc_single_image-wrapper img,
  .home-section-1 .img img {
    width: 100%;
  }
  .home-section-2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .home-section-3 {
    height: 100% !important;
    margin-top: 15px;
  }
  .home-section-3 .card-outer-left {
    padding-right: 15px;
  }
  .home-section-3 .card-outer-right {
    padding-left: 0px;
    padding-right: 15px;
  }
  .home-section-3 .card-container {
    max-height: 100%;
  }
  .home-section-3 .card-container .card-h3 {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .home-section-3 .card-container .card-h3 h3 {
    margin-top: 20px;
  }
  .home-section-3 .card-container .vc_column-inner {
    padding-right: 0;
  }
  .home-section-3 .card-container .vc_figure,
  .home-section-3 .card-container .vc_single_image-wrapper,
  .home-section-3 .card-container .wpb_single_image {
    max-width: 800px !important;
    width: 100%;
  }
  .home-section-3 .card-container .wpb_single_image img {
    height: 200px;
    width: 100% !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .home-section-3 .card-container .ns-cwi-container {
    padding-left: 15px;
  }
  .home-section-4 .vc_tta-title-text {
    font-size: 14px !important;
  }
}

/** HOMEPAGE - END ------------------------------------------------ */
/** HOMEPAGE - END ------------------------------------------------ */
/** HOMEPAGE SLIDER - START ------------------------------------------------ */
/** HOMEPAGE SLIDER - START ------------------------------------------------ */
.ns-slider {
  overflow: hidden;
  position: relative;
  opacity: 0;
  /* height: 611px; */
  margin-bottom: 50px;
}

.slick-initialized {
  opacity: 1;
}

.ns-slider .slide {
  background: no-repeat cover 100% auto center;
  background: none;
  /* height: 611px; */

  display: flex;
  align-items: center;

  padding-top: 50px;  padding-bottom: 75px;
}

.ns-slider .slick-track {
  background: #313645 !important;
}

.ns-slider-text {
  text-align: left;
  margin-top: 0px;
  display: block;
  position: relative;
  z-index: 10;
}

.ns-slider-text .btn {
  margin-top: 20px;
  position: relative;
  z-index: 10;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: #007da5;
  /* -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
  /* box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
}
.ns-slider-text .btn:hover {
  background-color: white !important;
  color: black !important;
}
.ns-slider h1,
.ns-slider h2 {
  position: relative;
  z-index: 10;
  color: #eee;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 125%;
}

.ns-slider h1 span,
.ns-slider h2 span {
  color: #92cedd !important;
}

.ns-slider h4 {
  position: relative;
  z-index: 10;
  color: #eee;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 135%;
  margin-bottom: 20px;
}

.ns-slider h2 {
  max-width: 730px;
  margin-bottom: 50px;
}

.ns-slider h4 {
  max-width: 550px;
  font-size: 20px !important;
}

.ns-slide1-img img {
  width: 90%;
  margin-top: 10%;
}

.slick-dotted.slick-slider {
  margin-bottom: 200px;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 50px !important;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-590px);
  transform: translateX(-590px);
}

.slick-dots li:before {
  display: none !important;
}

.slick-dots li button:before {
  font-style: normal;
  color: #007da5 !important;
  border: 1px solid #007da5;
  font-size: 15px;
  opacity: 1;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
  background: #007da5;
}

.ns-slider-text h4 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ns-slider-text h1,
.ns-slider-text h2 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ns-slider-text .btn1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  font-size: 18px !important;
}

.ns-slider-text .btn2 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.btn,
.btn-default {
  padding: 21.5px 51px !important;
  font-size: 18px !important;
  min-width: 176px;
}

@media screen and (max-width: 1199px) {
  .slick-dots {
    -webkit-transform: translateX(-475px);
    transform: translateX(-475px);
  }
}

@media screen and (max-width: 991px) {
  .slick-dots {
    bottom: 25px !important;
    -webkit-transform: translateX(-360px);
    transform: translateX(-360px);
  }
  .ns-slider {
    /* top: 150px; */
    margin-top: 0px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 175px;
  }
  .ns-slider,
  .ns-slider .slide {
    /* height: 300px; */
    height: 100%;
  }
  .ns-slider .slide {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .ns-slider-text {
    /* margin-top: 300px;  */
    padding-right: 50px;
  }
  .ns-slider-text h1,
  .ns-slider-text h2 {
    font-size: 28px !important;
    line-height: 50px;
  }
  .ns-slider-text {
    margin-top: 0;
  }
  .ns-slider-text h2 {
    margin-bottom: 20px;
  }
  .ns-slider-text h4 {
    margin-bottom: 0;
  }
  .slick-dots {
    bottom: 25px !important;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    left: 0;
  }
}

@media screen and (max-width: 500px) {
  .ns-slider-text h1,
  .ns-slider-text h2 {
    font-size: 24px !important;
    line-height: 35px;
  }
  .ns-slider h4 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 320px) {
  .ns-slider-text {
    margin-top: 50px;
  }
  .ns-slider-text h2 {
    margin-bottom: 10px;
  }
  .ns-slider-text h4 {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .home-hero {
    /* margin-top: -275px; */
  }
  .ns-slider h2 {
    font-size: 35px !important;
    line-height: 135%;
    margin-bottom: 35px;
  }
  .slick-dots {
    bottom: 105px !important;
  }
}

@media (max-width: 767px) {
  .home-hero {
    /* margin-top: -200px; */
  }
  .ns-slider h2 {
    font-size: 26px !important;
    line-height: 135% !important;
    margin-bottom: 0px;
    margin-top: 0;
  }
  .slick-dots {
    bottom: 25px !important;
  }
  .ns-slider-text .btn {
    margin-top: 15px;
    font-size: 15px !important;
  }
  .ns-slider h4 {
    font-size: 14px !important;
  }
}

@media (max-width: 450px) {
  .ns-slider h2 {
    font-size: 25px !important;
    line-height: 34px;
    margin-bottom: 0px;
  }
  .slick-dots {
    bottom: 20px !important;
  }
  .ns-slider-text .btn {
    margin-top: 15px;
  }
}

/** HOMEPAGE SLIDER - END ------------------------------------------------ */
/** HOMEPAGE SLIDER - END ------------------------------------------------ */
/** SUBPAGE BASE - START ------------------------------------------------ */
/** SUBPAGE BASE - START ------------------------------------------------ */
.subpage-breadcrumbs-container {
  /* height: 200px; */
  background-color: #00536e !important;
}

.title-banner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 108%;
  text-align: left;
  padding-top: 0;
  margin-top: 5px;
  margin-left: -15px;
  padding-bottom: 0;

  background: none !important;
}

.title-banner h1 {
  z-index: 0;
}

.title-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(238, 238, 238, 0);
}

.title-banner .entry-title {
  font-weight: 500;
  color: #eee;
  font-size: 48px;
  margin-bottom: 0px;
}

.title-banner .breadcrumbs-container a,
.title-banner .breadcrumbs-container ul,
.title-banner .breadcrumbs-container li {
  font-size: 16px !important;
}

.title-banner .breadcrumbs-container li {
  /* font-weight: 900; */
}

.title-banner .breadcrumbs-container li:after {
  color: #92cedd !important;
  /* font-weight: bold; */
}

.title-banner .breadcrumbs-container a {
  font-weight: 400;
}

.subpage-section-1 {
  margin-bottom: 65px;
}

.subpage-section-1 h1 {
  margin-top: 0 !important;
}

hr {
  color: #92cedd;
}

.vc_separator {
  padding-top: 30px;
  padding-bottom: 30px;
}

.stranski-meni-container {
  margin-top: 40px;
  background: #92cedd;
  border-radius: 15px;
}

.stranski-meni-container ul {
  padding-left: 0 !important;
  list-style: none;
}

.stranski-meni-container ul li {
  padding-bottom: 5px !important;
  border-bottom: 1px solid rgba(13, 36, 106, 0.4);
}

.stranski-meni-container ul li a {
  font-size: 20px;
  color: #eee;
  font-weight: 500;
  line-height: 46px;
}

.stranski-meni-container ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 35px;
  padding-bottom: 0px !important;
}

.stranski-meni-container h4 {
  font-size: 24px;
  color: #eee;
  font-weight: 900;
  text-transform: uppercase;
}

.stranski-meni-container .vc_column-inner:first-of-type {
  padding-top: 20px !important;
  padding-left: 25px;
  padding-right: 25px;
}

.stranski-meni-container .current_page_item a:before {
  content: "\2014";
  left: 0;
  z-index: 1;
  margin-right: 15px;
}

.stranski-meni-container .current_page_item a:hover {
  text-decoration: none;
}

.subtitle-h2-900 {
  color: #007da5;
}

.subtitle-h2-900 h2 {
  line-height: 46px;
  font-weight: 500;
  font-size: 40px;
  margin-top: 0;
  color: #007da5;
}

.title-h1 h2 {
  margin-top: 0;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
}

.title-h1 h2 span {
  color: #92cedd;
}

.subpage-right-column {
  font-size: 18px;
  padding-left: 15px !important;
}

.subpage-right-column .title-h1 {
  margin-bottom: 10px;
}

.subpage-right-column .title-h1 h1 {
  margin-top: 0;
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
}

.subpage-right-column .title-h1 h1 span {
  color: #92cedd;
}

.subpage-right-column .vc_single_image-wrapper img {
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.16);
}

.subpage-right-column .ns-cwi-container {
  line-height: 28px;
  padding-bottom: 10px;
}

.subpage-right-column .ns-cwi-icon {
  padding-right: 25px;
  vertical-align: top;
}

.link-container:last-of-type {
  /* margin-bottom: 120px; */
}
.link-container:last-of-type .vc_separator {
  display: none;
}
.link-container .title-link {
  margin-bottom: 5px;
}

.link-container .title-link p {
  font-weight: 400;
  font-size: 18px;
  line-height: 172%;

  color: #000000;

  margin-left: 55px;
}

.link-container .ns-cwi-icon-inner {
  background: transparent !important;
}

.link-container .ns-cwi-icon-inner img {
  background: transparent !important;
  -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
  box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
  border-radius: 50%;
}

.link-container a {
  color: #787878;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding-left: 5px;
}

.povezave-fix-1 {
  margin-bottom: 90px !important;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .subpage-right-column {
    padding-left: 0px !important;
  }
}

@media (max-width: 991px) {
  .subpage-breadcrumbs-container {
    /* margin-top: -125px; */
    /* margin-top: -130px; */
    /* height: 170px; */
  }
  .subpage-breadcrumbs-container .ns-breadcrumbs {
    line-height: 21px !important;
  }
  .stranski-meni-container {
    width: 100% !important;
    border-radius: 0;
  }
  .stranski-meni-container h4 {
    font-size: 22px;
  }
  .stranski-meni-container ul,
  .stranski-meni-container li,
  .stranski-meni-container a {
    font-size: 16px !important;
  }
  .stranski-meni-container .wpb_text_column {
    margin-bottom: 0;
  }
  .stranski-meni-container ul li:last-of-type {
    margin-bottom: 0px;
  }
  .title-banner h1 {
    font-size: 32px !important;
  }
  .title-banner .breadcrumbs-container {
    padding-top: 0 !important;
  }
  .title-banner .breadcrumbs-container li,
  .title-banner .breadcrumbs-container a {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .subpage-breadcrumbs-container {
margin-top: 20px;
padding-top: 10px;padding-bottom: 10px;
  }
  .breadcrumbs-container {padding-bottom: 0;}
  .subpage-breadcrumbs-container .breadcrumbs-container .ns-breadcrumbs {
    line-height: 15px;
  }
  .subpage-breadcrumbs-container .title-banner {
    background-image: none !important;
  }
  .subpage-breadcrumbs-container .title-banner h1 {
    font-size: 20px !important;
  }
  .subpage-breadcrumbs-container .vc_column-inner:first-of-type {
    padding-top: 0px !important;
  }
  .subpage-breadcrumbs-container .entry-title {
    margin-top: 0px;
  }
  .subpage-breadcrumbs-container .title-banner .breadcrumbs-container a,
  .subpage-breadcrumbs-container .title-banner .breadcrumbs-container li {
    font-size: 12px !important;
  }
  .subpage-section-1 {
    margin-bottom: 15px;
  }
  .subpage-right-column .ns-cwi-icon-inner img {
    max-width: 30px;
  }
  .link-container a {
    font-size: 14px !important;
  }
  .link-container .vc_separator {
    padding: 0;
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .povezave-fix-1 {
    margin-bottom: 50px !important;
    margin-top: 20px;
  }
}

/** SUBPAGE BASE - END ------------------------------------------------ */
/** SUBPAGE BASE - END ------------------------------------------------ */
/** SUBPAGE POGOSTA VPRASANJA - START ------------------------------------------------ */
/** SUBPAGE POGOSTA VPRASANJA - START ------------------------------------------------ */
.pogosta-vprasanja {
  display: none !important;
  margin-bottom: -1px;
  padding-bottom: 85px;
  background: #92cedd !important;
}

.pogosta-vprasanja .vc_tta.vc_general .vc_tta-tabs-container {
  display: block;
  position: relative;
  z-index: 0;
}

.pogosta-vprasanja .vc_tta-container {
  margin-top: -33px !important;
}

.pogosta-vprasanja .vc_tta-tabs-container {
  border-radius: 35px;
  -webkit-filter: drop-shadow(2px 2px 30px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(2px 2px 30px rgba(0, 0, 0, 0.16));
}

.pogosta-vprasanja .vc_tta-tabs .vc_tta-tab {
  width: 33.333%;
}

.pogosta-vprasanja .vc_tta-tabs .vc_tta-tab a {
  text-transform: none !important;
  font-size: 24px;
  font-weight: bold;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #007da5 !important;
  border: none !important;
}

.pogosta-vprasanja .vc_tta-tabs .vc_tta-tab > a:hover {
  font-weight: 900;
}

.pogosta-vprasanja .vc_tta-tabs .vc_tta-tab.vc_active > a,
.pogosta-vprasanja .vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #007da5 !important;
  color: #eee !important;
  font-weight: bold;
}

.pogosta-vprasanja .vc_toggle_title {
  background: transparent;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pogosta-vprasanja .vc_toggle_icon {
  margin-left: 45px !important;
  background: white !important;
}

.pogosta-vprasanja .vc_toggle_icon:before {
  background: white !important;
  border-color: white !important;
}

.pogosta-vprasanja .vc_toggle_icon:after {
  background: white !important;
}

.pogosta-vprasanja .vc_toggle_content p {
  margin-left: 90px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.pogosta-vprasanja .vc_toggle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: white !important;
}

.pogosta-vprasanja .vc_toggle h4 {
  padding-left: 65px;
  color: white !important;
  font-weight: bold !important;
}

.pogosta-vprasanja .vc_toggle_active .vc_toggle_title {
  background: #007da5;
  border-radius: 33px;
}

.pogosta-vprasanje-title-margin-fix {
  margin-bottom: 35px !important;
}

.pogosta-vprasanja-fix-1 {
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}

@media (max-width: 767px) {
  .pogosta-vprasanje-title-margin-fix {
    margin-bottom: 0px !important;
  }
}

/** SUBPAGE POGOSTA VPRASANJA - END ------------------------------------------------ */
/** SUBPAGE POGOSTA VPRASANJA - END ------------------------------------------------ */
/** DOGODKI PRVA - START ------------------------------------------------ */
/** DOGODKI PRVA - START ------------------------------------------------ */
.dogodki-home-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dogodki-home-title-row h2 {
  margin-top: 30px;
  text-align: left;
}

.dogodki-home-title-row .vc_col-sm-6:last-of-type {
  text-align: right;
}

.padBot {
  margin-bottom: 50px;
}

.dogodki-home-container .row {
  margin-top: 25px;
  margin-bottom: 110px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 5.38px 14px 46px rgba(192, 205, 211, 0.2);
  box-shadow: 5.38px 14px 46px rgba(192, 205, 211, 0.2);
  padding: 62px 45px;

  display: flex;
  flex-direction: column;
  width: 100%;
}
.dogodki-home-container-row {
  margin-top: 35px;
}
.dogodki-home-container .btn-transparent-white-bg {
  margin: 0 auto;
}
.dogodki-home-container > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dogodki-home-container .row > div {
  width: 100% !important;
  max-width: 100%;
  flex: 100%;

  margin-bottom: 35px;

  border-bottom: 1px solid lightgray;
  padding-bottom: 35px;
}

.dogodki-home-container .c2 {
  padding-left: 25px;
}

.dogodki-home-container .c2 p {
  margin-bottom: 0px;
}
.dogodki-home-container .c2 a.readmore {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 25px;
  font-size: 18px;
  color: #007da5;
}
.dogodki-home-container .c2 a:hover {
  text-decoration: none;
}
.dogodki-home-container .c2 p a {
  font-weight: bold;
  line-height: 34px;
  font-size: 24px;
  color: #007da5;
}

.dogodki-home-container p {
  color: black;
  margin-bottom: 5px !important;
}

.dogodek-home-date {
  background: #007da5;
  /* width: 110px; */
  width: 100%;
  /* height: 110px; */
  border-radius: 35px;
  /* -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
  /* box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  text-align: center;
}
.dogodek-home-date > div {
  display: flex;
  flex-direction: column;
}
.dogodek-home-date .post-date-day {
  font-size: 36px;
  font-weight: 500;
  line-height: 155%;
}

.dogodek-home-date .post-date-month {
  font-size: 18px;
  /* text-transform: lowercase; */
}

.date-connector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
}
.post-date-year {
  /* display: none; */
}
.dogodek-home-date-end .post-date-year {
  display: block;
}
.date-connector .date-connector-sub {
  /* background: #fff;


     width: 10px;
    height: 2px; */
}

.date-connector .date-connector-sub:before {
  content: "~";
  color: #92cedd;
  font-weight: bold;

  font-size: 36px;
  margin: 10px;
}
.date-col {
  max-width: 150px;
  min-height: 125px !important;
}
.date-col > div {
  padding-bottom: 10px;
}
.date-col > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dogodek-home-date {
  min-height: 60px;
  padding: 5px 0px;
}
.date-col {
  background: #007da5;
  border-radius: 12px;
}
.news-wrap > div {display:flex;align-items: stretch;}
@media (max-width: 1199px) {
  .dogodki-home-container .loop-container {
    padding: 62px 45px;
  }
  .dogodek-home-date {
    width: 90px;
    height: 90px;
  }
  .date-connector {
    width: 90px;
  }
}

@media (max-width: 991px) {
  .dogodki-home-container .loop-container {
    padding: 62px 25px;
  }
  .dogodki-home-container .loop-item {
    margin-bottom: 25px;
  }
  .dogodki-home-container .loop-item .vc_col-sm-10 {
    padding-left: 0px;
  }
  .dogodki-home-container .news {
    margin-bottom: 25px;
  }
  .dogodki-home-container .news:last-of-type {
    margin-bottom: 0px;
  }
  .dogodki-home-container .vc_column-inner:first-of-type {
    padding-top: 0 !important;
  }
  .dogodki-home-container p {
    font-size: 16px;
  }
  .dogodki-home-container p a {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .dogodki-home-container .post-date-day {
    /* font-size: 28px; */
  }
  .date-col {width: 25% 
    !important;
  }
}

@media (max-width: 767px) {
  .dogodki-home-title-row h2 {
    margin-top: 35px;
    text-align: left;
  }
  .dogodek-home-date {
    margin: 0 auto;
    /* margin-bottom: 25px; */
  }
  .date-col {
    background-color: white;
    margin-bottom: 15px;
  }
  .date-col > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007da5;
    border-radius: 12px;
  }

  .dogodki-home-container {
    text-align: center;
  }
  .dogodki-home-container .loop-container {
    padding: 30px 15px;
    margin-bottom: 50px;
  }
  .dogodki-home-container .vc_col-sm-10 {
    padding-left: 0;
  }
  .dogodki-home-container .row {
    border-radius: 0;
  }
  .date-connector {
    margin: 0 auto;
    margin-top: -25px;
  }
  .news-wrap > div {
    flex-direction:column;align-items: center;justify-content: center;
  }
  .dogodek-home-date {padding:10px !important}
  .dogodek-home-date{border-radius:12px;}
  .date-col  * {
    height: 100%;
  }
}

@media (max-width: 550px) {
  .dogodki-home-container .row {
    padding: 31px 0px;
  }
  .dogodki-home-container .news {
    margin-bottom: 50px;
  }
}

/** DOGODKI PRVA - END ------------------------------------------------ */
/** DOGODKI PRVA - END ------------------------------------------------ */
/** DOGODKI SUBPAGE - START ------------------------------------------------ */
/** DOGODKI SUBPAGE - START ------------------------------------------------ */
.dogodek-single-container {

  color: #007da5;
  color: black;
}

.dogodek-single-container img {
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.16);
}

.dogodek-single-container a {
  font-size: 18px;
}

.dogodek-single-date {
  color: black;
  font-weight: 400;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 35px;
}

.dogodek-single-date img {
  padding-right: 15px;
}

.dogodek-single-date-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dateDash {
  margin-left: 10px;
  margin-right: 10px;
}
.post-date {
  text-transform: lowercase !important;
}
@media (max-width: 767px) {
  .subtitle-h2-900 {
    font-size: 26px !important;
  }
  .dogodek-single-date img {
    width: 35px;
    padding: 0;
    margin-right: 10px;
  }
  .dogodek-single-date .post-date {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .dogodek-single-date-double .dogodek-single-date img {
    width: 35px;
    padding-right: 5px;
  }
  .dogodek-single-date-double .dogodek-single-date .post-date {
    font-size: 13px !important;
  }
  .dogodek-single-date-double .dogodek-single-date .dateDash {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.dogodek-added-content {
  color: #007da5 !important;
}

.dogodek-added-content h3 {
  color: #007da5 !important;
}

.dogodek-added-content .ns-cwi-container {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .dogodek-added-content {
    color: #007da5 !important;
  }
  .dogodek-added-content h3 {
    color: #007da5 !important;
  }
  .dogodek-added-content .ns-cwi-container {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .dogodek-added-content {
    color: #007da5 !important;
  }
  .dogodek-added-content h3 {
    color: #007da5 !important;
  }
  .dogodek-added-content .ns-cwi-container {
    margin-bottom: 15px;
  }
}

/** DOGODKI SUBPAGE - END ------------------------------------------------ */
/** DOGODKI SUBPAGE - END ------------------------------------------------ */
/** O PROJEKTU SUBPAGE - START ------------------------------------------------ */
/** O PROJEKTU SUBPAGE - START ------------------------------------------------ */
.o-projektu-section-1 {
  color: black;
}

.o-projektu-section-1 .title-h1 {
  padding-bottom: 50px;
  color: #007da5;
}

.o-projektu-section-1 .title-h1 h2 {
  color: #007da5;
}

.o-projektu-section-2 {
  /* height: 900px; */

  padding-bottom: 50px;
  color: #eee;
}
.o-projektu-section-2 .ns-cwi-container img,
.o-projektu-section-4 .ns-cwi-container img {
  width: 40px;
  height: 40px;
}
.o-projektu-section-2 h2 {
  color: #eee;
  margin-top: 40px;
  padding-bottom: 20px;
}

.o-projektu-section-3 {
  margin-top: -900px;
  color: white;
}

.o-projektu-section-3 .card-container-employee {
  margin-bottom: 35px;
  background: white !important;
  max-height: 283px;
  height: 100% !important;
  -webkit-box-shadow: 0px 0px 29px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 29px 5px rgba(0, 0, 0, 0.16);
  border-radius: 15px !important;
}

.o-projektu-section-3 .card-container-employee .card-h3 {
  margin-bottom: 20px;
}

.o-projektu-section-3 .card-container-employee .card-h5 {
  margin-bottom: 15px;
}

.o-projektu-section-3 .card-container-employee h3 {
  font-size: 36px;
  color: #007da5;
  margin-left: 15px;
  margin-top: 30px;
  font-weight: 900;
}

.o-projektu-section-3 .card-container-employee h5 {
  font-size: 18px;
  margin-left: 15px;
  color: #92cedd;
}

.o-projektu-section-3 .card-container-employee .vc_column-inner {
  padding-left: 0;
}

.o-projektu-section-3 .card-container-employee .wpb_single_image {
  margin: 0 !important;
  float: left;
  padding: 0;
  border-radius: 15px !important;
}

.o-projektu-section-3 .card-container-employee .wpb_single_image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 283px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.o-projektu-section-3 .card-container-employee .ns-cwi-container {
  margin-right: 40px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 28px;
  padding-top: 10px;
}

.o-projektu-section-3 .card-container-employee .ns-cwi-container a {
  color: #007da5 !important;
}

.o-projektu-section-3 .card-container-employee .ns-cwi-container .ns-cwi-icon img {
  width: 18px;
  height: auto;
}

.o-projektu-section-3 .card-container-employee .ns-cwi-container .ns-cwi-content {
  font-size: 14px;
  color: #007da5;
  padding-bottom: 5px;
}

.o-projektu-section-3 .card-container-employee .ns-cwi-container:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.o-projektu-section-4 {
  margin-bottom: 125px;
}

.o-projektu-section-4 h2 {
  padding-bottom: 30px;
}

.o-projektu-section-4 .ns-cwi-content_inner {
  color: #007da5;
}
.ns-cwi-content_inner {
  font-size: 18px;
}
.ns-cwi-content_inner a {
  text-decoration: underline;
  color: #007da5;
}
footer .ns-cwi-content_inner a {
  color: white;
}
.ns-cwi-content_inner a:hover {
  text-decoration: none;
}
.o-projektu-fix-1 .card-container {
  max-height: none;
  height: 650px !important;
}

.o-projektu-fix-1 .card-container .ns-cwi-container .ns-cwi-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 16px;
}

.o-projektu-fix-2 {
  max-height: 400px;
  margin-bottom: 0;
}

.o-projektu-fix-3 {
  margin-bottom: 0;
}

.o-projektu-fix-3 ul {
  margin-left: -40px;
  list-style-type: none !important;
  line-height: 28px;
  font-size: 17px !important;
}

.o-projektu-fix-3 ul li {
  font-size: 17px !important;
}

.o-projektu-fix-3 ul li:before {
  content: "\e912";
  font-family: "feather" !important;
  color: #ffffff;
  font-size: 12px !important;
  margin-top: 8px;
  padding-right: 10px;
}

.margin-top-15px .ns-cwi-content_inner {
  margin-top: 15px;
}

.o-projektu-fix-4 {
  height: 500px;
  margin-bottom: 0;
}

.o-projektu-fix-4 .card-container-employee img {
  max-width: 300px;
}

.o-projektu-fix-5 {
  margin-top: 55px;
  margin-bottom: 155px;
  color: #007da5;
}

@media (max-width: 991px) {
  .ns-cwi-content_inner {font-size: 16px;}
  .o-projektu-section-1 {
    margin-bottom: 0;
  }
  .o-projektu-section-2 {
    height: 100%;
  }
  .o-projektu-section-2 h2 {
    margin-top: 0;
  }
  .o-projektu-section-3 .card-container-employee h3 {
    font-size: 28px;
  }
  .o-projektu-section-3 .card-container-employee .ns-cwi-container {
    margin-right: 0;
  }
  .o-projektu-fix-2 h2,
  .o-projektu-fix-3 h2,
  .o-projektu-fix-4 h2 {
    margin-top: 0;
  }
  .o-projektu-fix-5 .subpage-right-column .vc_column-inner {
    padding-top: 0 !important;
  }
  .o-projektu-fix-1 .card-container {
    height: 100% !important;
  }
  .home-section-3 .card-container .ns-cwi-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home-section-4 .vc_tta-panel-body {
    padding-right: 50px !important;
  }
}

@media (max-width: 767px) {
  .title-h1 h2,
  .title-h1 h1 {
    line-height: 28px;
    line-height: 135%;
  }
  .o-projektu-section-1 .title-h1 {
    padding-bottom: 0px;
  }
  .o-projektu-section-2 {
    height: auto;
  }
  .o-projektu-section-2 .title-h1 h2 {
    margin-top: 0;
    padding-bottom: 0;
  }
  .o-projektu-section-3 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .o-projektu-section-3 .card-outer-left {
    padding-right: 15px;
  }
  .o-projektu-section-3 .card-outer-right {
    padding-left: 0px;
    padding-right: 15px;
  }
  .o-projektu-section-3 .card-container-employee {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
  .o-projektu-section-3 .card-container-employee .wpb_single_image,
  .o-projektu-section-3 .card-container-employee .vc_figure,
  .o-projektu-section-3 .card-container-employee .vc_single_image-wrapper,
  .o-projektu-section-3 .card-container-employee .img {
    width: 100% !important;
  }
  .o-projektu-section-3 .card-container-employee .wpb_single_image img,
  .o-projektu-section-3 .card-container-employee .vc_figure img,
  .o-projektu-section-3 .card-container-employee .vc_single_image-wrapper img,
  .o-projektu-section-3 .card-container-employee .img img {
    width: 100% !important;
  }
  .o-projektu-section-3 .card-container-employee .vc_col-sm-6 .vc_column-inner:first-of-type {
    padding-right: 0;
  }
  .margin-top-15px .ns-cwi-content_inner {
    margin-top: 0px;
  }
  .o-projektu-fix-3 .ns-cwi-icon-inner img,
  .o-projektu-fix-5 .ns-cwi-icon-inner img {
    max-width: 20px;
    height: auto;
  }
  .subpage-right-column .ns-cwi-icon {padding-right:15px;}
  .o-projektu-fix-3 .ns-cwi-container,
  .o-projektu-fix-5 .ns-cwi-container {
    /* padding-bottom: 25px !important; */
  }
  .o-projektu-fix-3 .ns-cwi-content_inner ul,
  .o-projektu-fix-3 .ns-cwi-content_inner li,
  .o-projektu-fix-3 .ns-cwi-content_inner a,
  .o-projektu-fix-3 .ns-cwi-content_inner strong,
  .o-projektu-fix-5 .ns-cwi-content_inner ul,
  .o-projektu-fix-5 .ns-cwi-content_inner li,
  .o-projektu-fix-5 .ns-cwi-content_inner a,
  .o-projektu-fix-5 .ns-cwi-content_inner strong {
    font-size: 14px !important;
  }
}

@media (max-width: 450px) {
  .card-container-employee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-container-employee .vc_column-inner:first-of-type {
    padding-top: 0;
  }
  .card-container-employee .wpb_single_image,
  .card-container-employee .vc_figure,
  .card-container-employee .vc_single_image-wrapper,
  .card-container-employee .img {
    width: 100% !important;
  }
  .card-container-employee .wpb_single_image img,
  .card-container-employee .vc_figure img,
  .card-container-employee .vc_single_image-wrapper img,
  .card-container-employee .img img {
    width: 100% !important;
  }
  .card-container-employee .vc_col-sm-6:first-of-type .vc_single_image-wrapper img {
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .card-container-employee .vc_col-sm-6:last-of-type {
    padding-bottom: 15px;
  }
}

/** O PROJEKTU SUBPAGE - END ------------------------------------------------ */
/** O PROJEKTU SUBPAGE - END ------------------------------------------------ */
/** KONTAKT SUBPAGE - START ------------------------------------------------ */
/** KONTAKT SUBPAGE - START ------------------------------------------------ */
.wpcf7 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: #eeeeee;
  border: 1px solid transparent;
  border-radius: 15px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"] {
  height: 50px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
  width: 100%;
  line-height: 36px;
  color: #007da5 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: black;
  padding-top: 5px;
}

.wpcf7 p {
  line-height: 31px;
}

.wpcf7-response-output {
  border: 2px solid #65ae10 !important;
}

.wpcf7::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #007da5 !important;
  opacity: 1;
  padding-left: 10px !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #007da5 !important;
  opacity: 1;
  padding-left: 10px !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000 !important;
  opacity: 1;
  padding-left: 10px !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #007da5 !important;
  opacity: 1;
  padding-left: 10px !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #007da5 !important;
  opacity: 1;
  padding-left: 10px !important;
}

.wpcf7-not-valid-tip {
  font-weight: 600 !important;
}

.wpcf7-checkbox {
  margin-left: -7.5px !important;
}

.wpcf7-submit {
  width: 100px;
  height: 50px;
  margin-bottom: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: none !important;
  margin-top: 0px !important;
  font-weight: bold;
  font-size: 18px;
  border-radius: 30px !important;
  background: #007da5;
  color: white;
  border: 1px solid #007da5;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
  box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
}

.wpcf7-submit:hover {
  color: white;
  background: linear-gradient(-45deg, #007da5 0%, #92cedd 100%);
  -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
  box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
  border: 1px solid transparent !important;
}

textarea:hover,
textarea:focus {
  border: 1px solid #a4a4a4 !important;
  outline-color: #719ece;
}

.contact-form textarea:focus,
.contact-form textarea:hover {
  color: #000000 !important;
  border: 2px solid #a4a4a4 !important;
}

textarea.wpcf7-form-control:hover {
  color: #333 !important;
  border: 2px solid #000000 !important;
}

.contact-form {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-right: -15px !important;
  margin-top: 0px;
  margin-bottom: 150px;
}

.contact-form p {
  color: #000 !important;
  font-size: 15px !important;
}

.contact-form a,
.contact-form .ns-cwi-container,
.contact-form h2 {
  color: #000 !important;
}

.contact-form .contact-form-left .vc_column-inner:first-of-type,
.contact-form .contact-form-right .vc_column-inner:first-of-type {
  padding-top: 0 !important;
}

.contact-form .contact-form-left .vc_column-inner:first-of-type,
.contact-form .contact-form-right .vc_column-inner:first-of-type {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.contact-form .contact-form-left p:first-of-type {
  padding-bottom: 0px !important;
}

.contact-form .contact-form-left p:first-of-type {
  margin-bottom: 0px !important;
}

.contact-form .contact-form-left .ns-cwi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px !important;
}

.contact-form .contact-form-left .ns-cwi-container a {
  color: #007da5 !important;
  font-size: 18px !important;
}

.contact-form .contact-form-left .ns-cwi-container .ns-cwi-icon-inner img {
  width: 22px !important;
  width: 100%;
}

.contact-form .contact-form-left .ns-cwi-container .ns-cwi-content_inner {
  margin-top: 4px;
}

.contact-form .contact-form-left .contact-form-lokacija-title {
  padding-bottom: 0px !important;
  margin-top: 20px;
  margin-bottom: 0px !important;
}

.contact-form .contact-form-left .contact-form-sedez {
  margin-bottom: 20px !important;
}

.contact-form input,
.contact-form textarea {
  border-radius: 0px;
  border-color: #a4a4a4 !important;
  border: 0.5px solid #a4a4a4;
}

.contact-form .vc_col-sm-7 {
  background: #f2f2f2;
}

.contact-form p {
  line-height: 135% !important;
}

.contact-form a {
  color: #333;
}

.contact-form h2 {
  margin-top: -5px;
  padding-top: 20px;
}

.contact-form .kontakt-podatki {
  padding-top: 20px;
}

.wpcf7-form .col-sm-12 {
  padding-left: 5px !important;
}

.your-message textarea:hover {
  border: 2px solid #a4a4a4 !important;
}

.wpcf7-response-output {
  border: 2px solid red !important;
}

.wpcf7-mail-sent-ok {
  border: 2px solid green !important;
}

@media (max-width: 991px) {
  .contact-form {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .wpcf7-submit {
    font-size: 15px !important;
  }
  .contact-form {
    margin-bottom: 100px;
    margin-top: px;
  }
  .contact-logotip img {
    max-width: 100px !important;
  }
  .contact-form .contact-form-left {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .contact-form .contact-form-left .vc_column-inner:first-of-type {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact-form .contact-form-left .vc_column-inner {
    padding-top: 0 !important;
  }
  .contact-form .contact-form-left .ns-cwi-container .ns-cwi-content_inner {
    font-size: 15px;
  }
  .contact-form .contact-form-left .ns-cwi-container .ns-cwi-content_inner a {
    font-size: 15px;
  }
  .contact-form .contact-form-left .ns-cwi-container {
    font-size: 15px !important;
  }
  .contact-form .contact-form-left .ns-cwi-container .ns-cwi-icon-inner img {
    width: 15px !important;
  }
  .contact-form .contact-form-left .ns-cwi-container a {
    font-size: 15px !important;
  }
  .contact-form p {
    line-height: 25px !important;
    padding-bottom: 10px;
  }
  .contact-form p,
  .contact-form a {
    font-size: 14px !important;
  }
  .contact-form .vc_col-sm-8 {
    margin-top: 25px;
  }
  .contact-form .vc_col-sm-8 .vc_column-inner {
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact-form .vc_col-sm-8 .vc_column-inner .wpcf7 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .contact-form .contact-form-right .vc_column-inner:first-of-type {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact-form .wpcf7 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/** KONTAKT SUBPAGE - END ------------------------------------------------ */
/** KONTAKT SUBPAGE - END ------------------------------------------------ */
/** SEARCH  - START ------------------------------------------------ */
/** SEARCH  - START ------------------------------------------------ */
/*
--------------------------------------------------
*/
.search-container .vc_column-inner {
  padding-top: 0% !important;
}

.search-form-wrap {
  width: 100%;
  position: fixed;
  background: #92cedde8;
  padding: 20px;
  top: 0;
  z-index: 100;
  left: 0;
  bottom: 0;
  display: none;
}

.search-form-wrap label {
  top: 25vh !important;
  width: 100%;
}

.search-form-wrap .search-form {
  margin-top: 25vh;
}

.search-form-wrap.open {
  display: block;
}

.search-close {
  width: 42px;
  height: 42px;
  float: right;
  text-align: center;
}

.search-close:before {
  content: "\f00d";
  font-family: fontAwesome;
  font-size: 32px;
  color: #fff;
}

.search-form-holder {
  top: 50%;
  position: absolute;
  left: 22px;
  right: 20px;
  margin-top: -88px;
}

.search-form {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.search-submit {
  float: left;
  width: 52px;
  height: 52px;
  background: #007da5;
  color: #ffffff;
  border: none;
  padding: 0;
}

.screen-reader-text {
  color: #007da5;
}

.search-field-wrap {
  overflow: hidden;
}

.search-field {
  width: 100%;
  height: 52px;
  border: none;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  font-size: 18px;
}

.search-opener {
  width: 40px;
  height: 40px;
  text-align: center;
  right: 15px;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  padding-top: 6px;
  text-align: right;
}

.search-opener:before {
  content: "\e9c1";
  font-family: "feather" !important;
  color: black;
  font-size: 18px;
  margin-top: 8px;
}

@media (max-width: 1919px) {
  .search-opener {
    top: 19px;
  }
}

@media (max-width: 1199px) {
  .search-opener {
    right: 70px;
    top: 15px;
  }
  .search-opener:before {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .search-submit {
    padding: 15px;
    margin-top: 20px;
  }
  .search-submit i {
    font-size: 11px;
  }
  .search-opener {
    top: 10px;
    right: 45px !important;
  }
  .search-container {
    right: 0 !important;
    position: absolute !important;
    top: 0px;
    margin-top: 0px;
  }
  .search-form {
    width: 50%;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .search-form-holder {
    margin-top: 0;
  }
  .search-form {
    width: 100%;
    margin-top: 100px;
  }
}

/** SEARCH  - END ------------------------------------------------ */
/** SEARCH  - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
.language-selector-container {
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-selector-container img {
  width: 20px;
}

.language-selector-container span {
  padding: 0;
  float: left;
  line-height: 1;
  color: black;
  cursor: pointer;
  font-size: 18px;
  margin-left: 3px;
  text-transform: uppercase;
}

.language-selector-2 {
  position: absolute;
  z-index: 11;
  top: 20px;
  width: auto;
  display: none;
  margin-left: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.767);
  border-radius: 5px;
}

.language-selector-2.open {
  display: block;
}

.language-selector-2 .language {
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 10px;
  color: #92cedd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.language-selector-2 .language:hover {
  color: #007da5 !important;
  text-decoration: none;
}

.language-selector-2 .language:first-of-type {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.language-selector-2:hover {
  text-decoration: none;
}

.language-selector-2:hover a,
.language-selector-2:hover span {
  color: #007da5 !important;
}

.language-selector-container .language {
  display: block;
}

.language-selector-container i {
  float: right;
  color: black;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-upper-language {
    width: 100%;
    padding-left: 20px !important;
  }
  .language-selector-container {
    top: -15px;
    right: 75px;
    border-left: none;
  }
  .language-selector-container .fa-angle-down {
    -webkit-transform: scale(0.8) rotate(-90deg) !important;
    transform: scale(0.8) rotate(-90deg) !important;
  }
  .language-selector-container {
    right: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .language-selector-2 .language:hover {
    background: transparent;
    border-radius: 0px;
  }
  .language-selector-2.open {
    top: -5px !important;
    left: 80px;
    background: transparent;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .language-selector-container {
    float: right;
    position: absolute;
    right: 10px !important;
    top: -18px;
    z-index: 10;
    margin-top: 25px;
  }
  #language-selector-2 a {
    margin-left: -25px;
  }
}

/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** Scroll to top - START ------------------------------------------------ */
/** Scroll to top - START ------------------------------------------------ */
.ns-scroll-to-top {
  position: fixed;
  bottom: 7%;
  right: 3%;
  z-index: 9999;
}

.ns-scroll-to-top a {
  border-radius: 27px;
  border: 2px solid #333;
  padding: 15px;
  background: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ns-scroll-to-top a i {
  font-size: 20px;
  color: #333;
}

.ns-scroll-to-top a:hover {
  background: #333;
}

.ns-scroll-to-top a:hover i {
  color: white;
}

@media (max-width: 991px) {
  .ns-scroll-to-top a {
    padding: 8px;
  }
}

/** Scroll to top - END ------------------------------------------------ */
/** Scroll to top - END ------------------------------------------------ */
/** Scroll menu - START ------------------------------------------------ */
/** Scroll menu - START ------------------------------------------------ */
.ns-scroll-menu {
  margin: 30px 0;
  margin-top: 0;
  margin-bottom: 50px !important;
}

.ns-scroll-menu ul {
  list-style: none;
  margin-right: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 100%;
}

.ns-scroll-menu ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.ns-scroll-menu ul li a {
  background: blue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 20px;
  height: 64px;
  color: #007da5;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 135%;
  min-width: 224px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent !important;
  border: 1px solid #007da5;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  border: 2px solid #007da5 !important;
  border-radius: 30px;
}

.ns-scroll-menu ul li a:hover {
  color: white;
  text-decoration: none !important;
  background: linear-gradient(-45deg, #007da5 0%, #92cedd 100%) !important;
  -webkit-box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
  box-shadow: 1.25px 5.87px 38px rgba(204, 204, 223, 0.81);
  border: 1px solid transparent !important;
}

.ns-scroll-menu ul li:last-child {
  margin-right: 0;
}

@media (min-width: 1500px) {
  .ns-scroll-menu {
    margin: 15px 0 0px;
  }
  .ns-scroll-menu ul li a {
    min-width: 224px;
  }
}

@media (max-width: 1199px) {
  .ns-scroll-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ns-scroll-menu ul {
    display: block;
  }
  .ns-scroll-menu ul li {
    margin-bottom: 10px;
  }
  .ns-scroll-menu ul li a {
    min-width: 160px;
    padding: 15px 20px;
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .ns-scroll-menu {
    margin-top: 0;
  }
  .ns-scroll-menu ul li {
    display: block;
    margin-right: 0px;
  }
  .ns-scroll-menu ul li a {
    display: block;
  }
  .ns-scroll-menu ul li a {font-size: 16px;}
}

/** Scroll menu - END ------------------------------------------------ */
/** Scroll menu - END ------------------------------------------------ */
/** ≈xxx - START ------------------------------------------------ */
/** ≈xxx - START ------------------------------------------------ */
/** ≈xxx - END ------------------------------------------------ */
/** ≈xxx - END ------------------------------------------------ */
/** ≈xxx - START ------------------------------------------------ */
/** ≈xxx - START ------------------------------------------------ */
/** ≈xxx - END ------------------------------------------------ */
/** ≈xxx - END ------------------------------------------------ */
/** DOSTOPNOST - START ------------------------------------------------ */
/** ≈xxx - START ------------------------------------------------ */
.acc-opener {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 25px;
  padding: 3px;
  margin-left: 20px;
  top: -25px;
  position: absolute;
}

@media (max-width: 991px) {
  .acc-opener {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 2.5px;
    right: 45px;
  }
}

.acc-opener:before {
  content: "\f29a";
  font-family: fontAwesome;
  font-size: 34px;
  line-height: 1;
  color: #92cddc;
}

.acc-opener:hover:before {
  color: #92cedd;
}

.acc-opener.acc-set:before {
  color: #005778;
}

.acc-opener.acc-set:hover:before {
  color: #00455f;
}

.acc-container-wrap {
  width: 100%;
  position: fixed;
  background: rgba(30, 30, 30, 0.9);
  padding: 20px;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.acc-container-wrap.open {
  display: block;
}

.acc-close {
  width: 32px;
  height: 32px;
  float: right;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.acc-close:before {
  content: "\f00d";
  font-family: fontAwesome;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}

.acc-container {
  width: 300px;
  background: #92cedd;
  position: absolute;
  z-index: 100;
  color: #1e1e1e;
  padding: 11px 0 5px 0;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -275px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .acc-container {
    top: 0;
    margin-top: 55px;
  }
}

.acc-section {
  width: 100%;
  padding: 3px 10px;
  float: left;
}

.acc-section-title {
  padding: 2px 5px 8px 5px;
  font-weight: 700;
  font-size: 16px;
}

.acc-section-reset {
  border-top: 1px solid #e5e2db;
  padding-top: 16px;
  margin-top: 5px;
}

.acc-btn {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
}

.acc-btn:hover {
  border: 1px solid #1e1e1e;
}

.acc-btn.selected {
  border: 1px solid black;
  -webkit-box-shadow: inset 0 0 2px 1px black;
  box-shadow: inset 0 0 2px 1px black;
}

.acc-btn-wrap {
  padding: 0 5px;
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .acc-mode-section .acc-btn-wrap {
    width: 50%;
  }
}

.acc-wrap-4 {
  width: 25%;
}

.acc-wrap-3 {
  width: 33.333%;
}

.acc-font {
  padding: 0;
  color: white;
}

.acc-font i {
  padding: 8px 0;
}

.acc-font-1 i {
  padding: 16px 0 14px 0;
}

.acc-font-2 i {
  font-size: 1.25em;
  padding: 14px 0 12px 0;
}

.acc-font-3 i {
  font-size: 1.5em;
  padding: 12px 0 11px 0;
}

.acc-font-4 i {
  font-size: 2em;
}

.acc-font-text {
  border-top: 1px solid #ccc;
  width: 100%;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}

.font-2 .btn-xs {
  font-size: 11.25px;
}

.font-3 .btn-xs {
  font-size: 13.5px;
}

.font-4 .btn-xs {
  font-size: 18px;
}

.btn-sm {
  padding: 11px 12.21px;
  font-size: 14px;
}

.font-2 .btn-sm {
  font-size: 17.5px;
}

.font-3 .btn-sm {
  font-size: 21px;
}

.font-4 .btn-sm {
  font-size: 28px;
}

.btn-md {
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
}

.font-2 .btn-md {
  font-size: 17.5px;
}

.font-3 .btn-md {
  font-size: 21px;
}

.font-4 .btn-md {
  font-size: 28px;
}

.btn-lg {
  padding: 16px 22.88px;
  font-size: 16px;
  font-weight: 700;
}

.font-2 .btn-lg {
  font-size: 20px;
}

.font-3 .btn-lg {
  font-size: 24px;
}

.font-4 .btn-lg {
  font-size: 32px;
}

.acc-pointer-default {
  padding: 15px 10px;
}

.acc-pointer-medium {
  font-size: 1.4em;
  padding: 11px 10px;
}

.acc-pointer-large {
  font-size: 2em;
  padding: 5px 10px;
}

.acc-reset {
  background: #92cedd;
  border-color: #92cedd;
  color: white;
  font-weight: 700;
}

.acc-reset:hover {
  background: #d8d4c9;
  border-color: #d8d4c9;
  color: #1e1e1e;
}

.acc-reset i {
  font-weight: 400;
  margin-left: 5px;
}

.acc-mode-grayscale {
  background: #eee;
  color: #333;
}

.acc-mode-inverse {
  background: #1b1d24;
  color: #d0a988;
}

.acc-mode-contrast {
  background: #fff;
  color: #000;
}

.acc-mode-normal {
  background: #e5e2db;
  color: #1e1e1e;
}

.inverse {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.inverse .b_Firefox .acc-container {
  top: 25%;
}

.field-hidden {
  display: none !important;
}

.row .item:last-child .person-list-item {
  border-bottom: none;
}

.report-error {
  padding: 12px 12.21px;
  font-size: 12px;
  float: right;
}

html.medium {
  cursor: url(../images/cursor-md.png), auto;
}

html.medium * {
  cursor: inherit;
}

html.large {
  cursor: url(../images/cursor-lg.png), auto;
}

html.large * {
  cursor: inherit;
}

html.grayscale img,
html.grayscale .btn,
html.grayscale .title-banner,
html.grayscale .letter,
html.grayscale .page-numbers,
html.grayscale footer,
html.grayscale .select2-results,
html.grayscale .main-banner,
html.grayscale .person-share-bar,
html.grayscale .person-tabs {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

html.grayscale .sidenav,
html.grayscale .advanced-search-bar,
html.grayscale .advanced-search-form,
html.grayscale h2:before {
  background: #e1e1e1;
}

html.grayscale a {
  color: #000;
  text-decoration: underline;
}

html.contrast a,
html.contrast a:hover {
  color: #00f;
}

html.contrast .sidenav,
html.contrast .advanced-search-bar,
html.contrast .advanced-search-form,
html.contrast h2:before {
  background: #000;
  color: #fff;
}

html.contrast .title-banner {
  background: #000;
}

html.contrast .title-banner h1,
html.contrast .ns-breadcrumbs {
  color: #fff;
}

html.contrast .ns-breadcrumbs a,
html.contrast .ns-breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

html.contrast .fp-items .loop-item {
  border-bottom: 1px solid #000;
}

html.contrast .big-footer {
  background: #000;
  color: #fff;
}

html.contrast .big-footer h5 {
  color: #fff;
}

html.contrast .person-input-date,
html.contrast .person-on-today-date {
  color: #000;
}

html.contrast input {
  color: #000;
  border: 1px solid #000;
}

html.contrast .results-num {
  color: #000;
}

html.contrast .person-list-item {
  border-bottom: 1px solid #000;
}

html.contrast .search-form-wrap {
  border: 1px solid #000;
}

html.contrast .search-form-wrap input {
  border: none;
}

html.contrast .search-submit {
  color: #000;
}

html.contrast body {
  color: #000;
}

html.contrast .btn-primary,
html.contrast .btn-primary:visited {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

html.contrast .btn-primary:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
  text-decoration: underline;
}

html.contrast .btn-primary:active,
html.contrast .btn-primary:focus,
html.contrast .btn-primary:active:focus,
html.contrast .btn-primary:active:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

html.contrast .letter {
  border: 1px solid #000;
}

html.contrast .letter:hover {
  border: 1px solid #000;
  text-decoration: underline;
}

html.contrast .letter.active {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

html.contrast .vc-pagination {
  border-top: 1px solid #000;
}

html.contrast .page-numbers {
  border: 1px solid #000;
}

html.contrast .page-numbers:hover {
  border: 1px solid #000;
  text-decoration: underline;
  background: transparent;
}

html.contrast .page-numbers.current {
  background: #000;
  color: #fff;
}

html.contrast .main-banner {
  background: #000;
  color: #fff;
}

html.contrast .map-selector-container {
  background: none;
}

html.contrast .map-selector-container:after {
  display: none;
}

html.contrast h1 {
  color: #fff;
}

html.contrast .person-image-title {
  color: #000;
}

html.contrast .person-author {
  color: #000;
}

html.contrast .person-share-bar {
  background: #000;
}

html.contrast .btn-print,
html.contrast .btn-print:visited {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}

html.contrast .btn-print:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  text-decoration: underline;
}

html.contrast .btn-print:active,
html.contrast .btn-print:focus,
html.contrast .btn-print:active:focus,
html.contrast .btn-print:active:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

html.contrast .nav-tabs.nav-justified > li > a {
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 3px solid #000 !important;
  background: #000;
  color: #fff;
}

html.contrast .nav-tabs.nav-justified > li > a:before {
  background: #000;
}

html.contrast .nav-tabs.nav-justified > li > a:hover {
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 3px solid #000 !important;
  background: #fff;
  color: #000;
}

html.contrast .nav-tabs.nav-justified > .active > a,
html.contrast .nav-tabs.nav-justified > .active > a:hover {
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 3px solid #fff !important;
  background: #fff;
  color: #000;
}

html.contrast h2,
html.contrast .footer-title p,
html.contrast .ns-scroll-menu-item,
html.contrast .title-link p,
html.contrast .news a,
html.contrast .dogodek-single-date-double span,
html.contrast .dogodek-single-container p,
html.contrast .subpage-section-1 h1 span {
  color: #00f !important;
  color: black !important;
}

html.contrast .news p,
html.contrast .padBot {
  color: black !important;
}

html.contrast .dogodek-home-date,
html.contrast .btn-prijava,
html.contrast .home-section-4 .vc_tta-panel-heading {
  background-color: #00f !important;
}

html.contrast .o-projektu-section-2 {
  background-image: none !important;
  background: black;
  background-color: black !important;
}

html.contrast .ns-slider h2 {
  color: white !important;
}

html.contrast .ns-slider h2 span {
  color: white !important;
}

html.contrast .slick-dots li.slick-active button:before,
html.contrast .slick-dots li button:hover:before {
  background: white !important;
}

html.contrast .slick-dots li button:before {
  color: #00f !important;
  border-color: #00f !important;
}

html.contrast .home-section-1 p {
  color: black !important;
}

html.contrast .home-section-1 .title-h1 h1 {
  color: #00f !important;
}

html.contrast .home-section-1 .title-h1 h1 span {
  color: #00f !important;
}

html.contrast .home-section-2 {
  background-color: black !important;
  background-image: none !important;
}

html.contrast .subpage-breadcrumbs-container {
  background-color: black !important;
}

html.contrast .o-projektu-section-2 {
  background-image: none !important;
  background: black;
  background-color: black !important;
}

html.contrast footer a {
  color: white !important;
}

html.contrast .footer-upper {
  background-image: none !important;
}

html.contrast .small-footer {
  background: black !important;
  color: white !important;
}

html.contrast .small-footer .ns-logo {
  fill: white !important;
}

html.contrast .header-top .tel a,
html.contrast .header-top .mail a,
html.contrast .language-selector-container span,
html.contrast .search-opener:before,
html.contrast .search-field {
  color: black !important;
}

html.contrast .header-subcontainer .main-nav .nav .sub-menu li {
  background: black !important;
}

html.contrast .header-subcontainer .main-nav .nav .sub-menu li a {
  color: white !important;
}

html.contrast .header-subcontainer .main-nav .nav .sub-menu li:hover {
  background: white !important;
}

html.contrast .header-subcontainer .main-nav .nav .sub-menu li:hover a {
  color: #00f !important;
}

html.contrast .search-form-wrap {
  background: rgba(0, 0, 0, 0.87);
}

html.contrast .screen-reader-text {
  color: white !important;
}

html.contrast .search-submit {
  background: white;
}

html.contrast .header-subcontainer .main-nav .nav li a {
  color: #00f !important;
}

html.contrast .header-subcontainer .main-nav .nav li a:after {
  background: #00f !important;
}

html.contrast .home-section-3 .card-container {
  background-color: black !important;
}

html.contrast .home-section-3 .card-container span,
html.contrast .home-section-3 .card-container a,
html.contrast .home-section-3 .card-container p,
html.contrast .home-section-3 .card-container .ns-cwi-content_inner,
html.contrast .home-section-3 .card-container img {
  color: white !important;
}

html.contrast .home-section-3 .card-container h3 {
  color: #00f !important;
}

html.contrast .btn-transparent-white-bg {
  color: #00f !important;
  border-color: #00f !important;
}

html.contrast .btn-transparent-white-bg:hover {
  background: #00f !important;
  color: white !important;
}

html.contrast .btn-prijava,
html.contrast .btn-filled-blue-bg {
  color: white !important;
}

html.contrast .btn-prijava:before,
html.contrast .btn-filled-blue-bg:before {
  color: white !important;
}

html.contrast .stranski-meni-container,
html.contrast .home-section-4 {
  background: black !important;
  background-color: black !important;
}

html.contrast input[type="text"],
html.contrast input[type="email"],
html.contrast input[type="password"] {
  color: white !important;
}

html.contrast .wpcf7 {
  border-color: #00f !important;
}

html.contrast .wpcf7 p,
html.contrast .wpcf7 input,
html.contrast .wpcf7 textarea {
  color: #00f !important;
}

html.grayscale h2,
html.grayscale .footer-title p,
html.grayscale .title-link p,
html.grayscale .news a,
html.grayscale .dogodek-single-date-double span,
html.grayscale .dogodek-single-container p,
html.grayscale .subpage-section-1 h1 span {
  color: black !important;
}

html.grayscale .footer-title p {
  color: white !important;
}

html.grayscale .ns-scroll-menu-item:hover {
  color: white !important;
  background: black !important;
}

html.grayscale .news p,
html.grayscale .padBot {
  color: black !important;
}

html.grayscale .dogodek-home-date,
html.grayscale .btn-prijava,
html.grayscale .home-section-4 .vc_tta-panel-heading {
  background-color: black !important;
}

html.grayscale .home-section-4 .vc_tta-panel-heading {
  background-color: white !important;
}

html.grayscale .home-section-4 .vc_tta-panel-heading span {
  color: black !important;
}

html.grayscale .o-projektu-section-2 {
  background-image: none !important;
  background: black;
  background-color: black !important;
}

html.grayscale .ns-slider h2 {
  color: white !important;
}

html.grayscale .ns-slider h2 span {
  color: white !important;
}

html.grayscale .slick-dots li.slick-active button:before,
html.grayscale .slick-dots li button:hover:before {
  background: white !important;
}

html.grayscale .slick-dots li button:before {
  color: white !important;
  border-color: white !important;
}

html.grayscale .home-section-1 p {
  color: black !important;
}

html.grayscale .header-subcontainer .main-nav .nav .sub-menu li:first-of-type {
  border-color: white !important;
  border-bottom: 1px solid white !important;
}

html.grayscale .home-section-1 .title-h1 h1 {
  color: black !important;
}

html.grayscale .home-section-1 .title-h1 h1 span {
  color: black !important;
}

html.grayscale .card-container-employee img {
  border: 1px solid white;
}

html.grayscale .ns-breadcrumbs a {
  color: white !important;
}

html.grayscale .stranski-meni-container a {
  text-decoration: none !important;
}

html.grayscale .subpage-right-column p {
  color: black !important;
}

html.grayscale .subpage-right-column p span {
  color: white !important;
}

html.grayscale .home-section-2 {
  background-color: black !important;
  background-image: none !important;
}

html.grayscale .subpage-breadcrumbs-container {
  background-color: black !important;
}

html.grayscale .o-projektu-section-2 h2 {
  color: white !important;
}

html.grayscale .o-projektu-section-1 {
  color: black !important;
}

html.grayscale .o-projektu-section-2 {
  background-image: none !important;
  background: black;
  background-color: black !important;
}

html.grayscale .o-projektu-section-2 p {
  color: white !important;
}

html.grayscale footer a {
  color: white !important;
}

html.grayscale .footer-upper {
  background-image: none !important;
}

html.grayscale .small-footer {
  background: black !important;
  color: white !important;
}

html.grayscale .small-footer .ns-logo {
  fill: white !important;
}

html.grayscale .header-top .tel a,
html.grayscale .header-top .mail a,
html.grayscale .language-selector-container span,
html.grayscale .search-opener:before,
html.grayscale .search-field {
  color: black !important;
}

html.grayscale .header-subcontainer .main-nav .nav .sub-menu li {
  background: black !important;
}

html.grayscale .header-subcontainer .main-nav .nav .sub-menu li a {
  color: white !important;
}

html.grayscale .header-subcontainer .main-nav .nav .sub-menu li:hover {
  background: white !important;
}

html.grayscale .header-subcontainer .main-nav .nav .sub-menu li:hover a {
  color: black !important;
}

html.grayscale .search-form-wrap {
  background: rgba(0, 0, 0, 0.87);
}

html.grayscale .screen-reader-text {
  color: white !important;
}

html.grayscale .search-submit {
  background: white;
}

html.grayscale .header-subcontainer .main-nav .nav li a {
  color: black !important;
  text-decoration: none !important;
}

html.grayscale .header-subcontainer .main-nav .nav li a:after {
  background: black !important;
}

html.grayscale .home-section-3 .card-container {
  background-color: black !important;
}

html.grayscale .home-section-3 .card-container span,
html.grayscale .home-section-3 .card-container a,
html.grayscale .home-section-3 .card-container p,
html.grayscale .home-section-3 .card-container .ns-cwi-content_inner,
html.grayscale .home-section-3 .card-container img {
  color: white !important;
}

html.grayscale .home-section-3 .card-container h3 {
  color: white !important;
}

html.grayscale .btn-transparent-white-bg {
  color: #00f !important;
  border-color: #00f !important;
}

html.grayscale .btn-transparent-white-bg:hover {
  background: #00f !important;
  color: white !important;
}

html.grayscale footer {
  background: black !important;
}

html.grayscale .btn-prijava,
html.grayscale .btn-filled-blue-bg {
  color: white !important;
}

html.grayscale .btn-prijava:before,
html.grayscale .btn-filled-blue-bg:before {
  color: white !important;
}

html.grayscale .btn-prijava:hover,
html.grayscale .btn-filled-blue-bg:hover {
  color: white !important;
  background: black !important;
}

html.grayscale .stranski-meni-container,
html.grayscale .home-section-4 {
  background: black !important;
  background-color: black !important;
}

html.grayscale input[type="text"],
html.grayscale input[type="email"],
html.grayscale input[type="password"] {
  color: black !important;
}

html.grayscale .wpcf7 {
  border-color: black !important;
}

html.grayscale .wpcf7 p,
html.grayscale .wpcf7 input,
html.grayscale .wpcf7 textarea {
  color: black !important;
}

.font-2 body {
  font-size: 17.5px;
}

.font-3 body {
  font-size: 21px;
}

.font-4 body {
  font-size: 28px;
}

.font-2 p,
ul,
li,
ol {
  font-size: 23px !important;
}

.font-3 p,
ul,
li,
ol {
  font-size: 28px !important;
}

.font-4 p,
ul,
li,
ol {
  font-size: 35px !important;
}

.btn {
  font-size: 18px !important;
}

.font-2 h2 {
  font-size: 38px;
}

.font-3 h2 {
  font-size: 43px;
}

.font-4 h2 {
  font-size: 48px;
}

.font-2 .subtitle-h2 h2 {
  font-size: 53px;
}

.font-3 .subtitle-h2 h2 {
  font-size: 58px;
}

.font-4 .subtitle-h2 h2 {
  font-size: 63px;
}

.font-2 .home-section-1 .title-h1 h1 {
  font-size: 45px;
}

.font-3 .home-section-1 .title-h1 h1 {
  font-size: 50px;
}

.font-4 .home-section-1 .title-h1 h1 {
  font-size: 55px;
}

.font-2 .ns-slider-text h4 {
  font-size: 21px !important;
}

.font-3 .ns-slider-text h4 {
  font-size: 26px !important;
}

.font-4 .ns-slider-text h4 {
  font-size: 31px !important;
}

.font-2 .card-container h3 {
  font-size: 41px !important;
}

.font-3 .card-container h3 {
  font-size: 46px !important;
}

.font-4 .card-container h3 {
  font-size: 51px !important;
}

.font-2 .ns-cwi-container .ns-cwi-content {
  font-size: 19px !important;
}

.font-3 .ns-cwi-container .ns-cwi-content {
  font-size: 24px !important;
}

.font-4 .ns-cwi-container .ns-cwi-content {
  font-size: 29px !important;
}

.font-2 p {
  font-size: 23px !important;
}

.font-3 p {
  font-size: 28px !important;
}

.font-4 p {
  font-size: 33px !important;
}

.font-2 footer .footer-title p {
  font-size: 23px !important;
}

.font-3 footer .footer-title p {
  font-size: 28px !important;
}

.font-4 footer .footer-title p {
  font-size: 33px !important;
}

.font-2 footer a {
  font-size: 23px !important;
}

.font-3 footer a {
  font-size: 28px !important;
}

.font-4 footer a {
  font-size: 33px !important;
}

.font-2 .link-container a {
  font-size: 23px !important;
}

.font-3 .link-container a {
  font-size: 28px !important;
}

.font-4 .link-container a {
  font-size: 33px !important;
}

.font-2 footer ul a {
  font-size: 23px !important;
}

.font-3 footer ul a {
  font-size: 28px !important;
}

.font-4 footer ul a {
  font-size: 33px !important;
}

.font-2 .loop-item .vc_col-sm-10 p a {
  font-size: 29px !important;
}

.font-3 .loop-item .vc_col-sm-10 p a {
  font-size: 34px !important;
}

.font-4 .loop-item .vc_col-sm-10 p a {
  font-size: 39px !important;
}

.font-2 .vc_toggle_title h4 {
  font-size: 29px !important;
}

.font-3 .vc_toggle_title h4 {
  font-size: 34px !important;
}

.font-4 .vc_toggle_title h4 {
  font-size: 39px !important;
}

.font-2 .post-date-day {
  font-size: 41px !important;
  line-height: 1;
}

.font-3 .post-date-day {
  font-size: 46px !important;
  line-height: 1;
}

.font-4 .post-date-day {
  font-size: 51px !important;
  line-height: 1;
}

.font-2 .post-date-month {
  font-size: 19px !important;
  line-height: 1;
}

.font-3 .post-date-month {
  font-size: 24px !important;
  line-height: 1;
}

.font-4 .post-date-month {
  font-size: 29px !important;
  line-height: 1;
}

.font-2 .small-footer {
  font-size: 15px;
}

.font-3 .small-footer {
  font-size: 18px;
}

.font-4 .small-footer {
  font-size: 24px;
}

.font-2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 17.5px;
}

.font-3 .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 21px;
}

.font-4 .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 28px;
}

.font-2 .btn-xs {
  font-size: 11.25px;
}

.font-3 .btn-xs {
  font-size: 13.5px;
}

.font-4 .btn-xs {
  font-size: 18px;
}

.font-2 .btn-sm {
  font-size: 17.5px;
}

.font-3 .btn-sm {
  font-size: 21px;
}

.font-4 .btn-sm {
  font-size: 28px;
}

.font-2 .btn-md {
  font-size: 17.5px;
}

.font-3 .btn-md {
  font-size: 21px;
}

.font-4 .btn-md {
  font-size: 28px;
}

.font-2 .btn-lg {
  font-size: 20px !important;
}

.font-3 .btn-lg {
  font-size: 24px !important;
}

.font-4 .btn-lg {
  font-size: 32px !important;
}

.font-2 .vc_tta-tabs .vc_tta-title-text {
  font-size: 25px !important;
}

.font-3 .vc_tta-tabs .vc_tta-title-text {
  font-size: 30px !important;
}

.font-4 .vc_tta-tabs .vc_tta-title-text {
  font-size: 35px !important;
}

.font-2 .vc_tta-accordion .vc_tta-title-text {
  font-size: 25px !important;
}

.font-3 .vc_tta-accordion .vc_tta-title-text {
  font-size: 30px !important;
}

.font-4 .vc_tta-accordion .vc_tta-title-text {
  font-size: 35px !important;
}

.font-2 .ns-breadcrumbs {
  font-size: 15px;
}

.font-3 .ns-breadcrumbs {
  font-size: 18px;
}

.font-4 .ns-breadcrumbs {
  font-size: 24px;
}

.font-2 .main-nav .nav li a {
  font-size: 20px;
}

.font-3 .main-nav .nav li a {
  font-size: 24px;
}

.font-4 .main-nav .nav li a {
  font-size: 32px;
}

.font-2 .main-nav .nav li a {
  font-size: 23px !important;
}

.font-3 .main-nav .nav li a {
  font-size: 26px !important;
}

.font-4 .main-nav .nav li a {
  font-size: 30px !important;
}

.font-2 .main-nav .nav li {
  margin-right: 50px !important;
}

.font-3 .main-nav .nav li {
  margin-right: 30px !important;
}

.font-4 .main-nav .nav li {
  margin-right: 10px !important;
}

.font-2 .search-field {
  font-size: 18.75px;
}

.font-3 .search-field {
  font-size: 22.5px;
}

.font-4 .search-field {
  font-size: 30px;
}

.font-2 .tab-content p {
  font-size: 18.75px;
}

.font-3 .tab-content p {
  font-size: 22.5px;
}

.font-4 .tab-content p {
  font-size: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .font-2 .nav-tabs.nav-justified > li > a {
    font-size: 16.25px;
  }
  .font-3 .nav-tabs.nav-justified > li > a {
    font-size: 19.5px;
  }
  .font-4 .nav-tabs.nav-justified > li > a {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .font-2 .nav-tabs.nav-justified > li > a {
    font-size: 16.25px;
  }
  .font-3 .nav-tabs.nav-justified > li > a {
    font-size: 19.5px;
  }
  .font-4 .nav-tabs.nav-justified > li > a {
    font-size: 26px;
  }
}

.font-2 .advanced-search-form .input-container label {
  font-size: 17.5px;
}

.font-3 .advanced-search-form .input-container label {
  font-size: 21px;
}

.font-4 .advanced-search-form .input-container label {
  font-size: 28px;
}

@media (max-width: 767px) {
  .font-2 .advanced-search-form .input-container {
    font-size: 20px;
  }
  .font-3 .advanced-search-form .input-container {
    font-size: 24px;
  }
  .font-4 .advanced-search-form .input-container {
    font-size: 32px;
  }
  .font-2 .select2-container .select2-selection--single .select2-selection__rendered,
  .font-2 .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 20px;
  }
  .font-3 .select2-container .select2-selection--single .select2-selection__rendered,
  .font-3 .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 24px;
  }
  .font-4 .select2-container .select2-selection--single .select2-selection__rendered,
  .font-4 .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 32px;
  }
}

/** DOSTOPNOST - END ------------------------------------------------ */
/** DOSTOPNOST - END ------------------------------------------------ */

.wpb_text_column ul li {
  font-weight: 400;
  line-height: 26px;
  line-height: 175%;
  color: black;
  font-size: 18px !important;
}

/** SAFARI - START ------------------------------------------------ */
/** SAFARI - START ------------------------------------------------ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (max-width: 1919px) {
      .home-section-2 {
        margin-bottom: 50px;
      }
    }
    @media (max-width: 1199px) {
      .home-section-2 {
        padding-top: 0 !important;
        margin-bottom: 50px;
      }
      .o-projektu-section-2 {
        margin-bottom: 150px;
      }
    }
    @media (max-width: 991px) {
      .o-projektu-section-2 {
        margin-bottom: 300px;
      }
    }
    @media (max-width: 767px) {
      .home-section-3 .card-outer-left .vc_column-inner:first-of-type {
        padding-top: 0 !important;
      }
      .o-projektu-section-2 {
        margin-bottom: 50px;
      }
      .o-projektu-fix-1 p:first-of-type {
        margin-top: 25px;
      }
    }
  }
}

/** SAFARI - END ------------------------------------------------ */
/** SAFARI - END ------------------------------------------------ */
/** IE - START ------------------------------------------------ */
/** IE - START ------------------------------------------------ */
/** IE - END ------------------------------------------------ */
/** IE - END ------------------------------------------------ */
#jquery-cookie-law-script #cookie-law-container-box {
  background: #007da5;
}

.search-list {
  margin-top: 100px;
  margin-bottom: 150px;
}

.search-list ul,
.search-list li {
  list-style-type: none !important;
  margin-left: -15px;
}

.search-list a {
  color: #007da5;
  font-size: 20px;
}

@media (max-width: 991px) {
  .search-list {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .search-list {
    margin-top: 0px;
  }
  .search-list ul a,
  .search-list li a {
    font-size: 16px;
  }
  .btn {
    font-size: 15px !important;
    padding: 12.5px 43px !important;
  }
}

.cookies-page {
  padding-bottom: 75px;
}

.cookies-page li {
  font-size: 18px !important;
}

.btn-prijava {
}
/*# sourceMappingURL=main.css.map */
.header-top-desktop-en .accGumb {
  display: none !important;
}
.header-top-desktop-en .language-selector-container {
  margin-left: 50px;
}
.search-container-wrap-EN {
  display: none !important;
}

.header-top-desktop-en >div.logotip>div>div {
  display:flex;align-items: center;
}

.header-top-desktop-en >div.logotip>div>div>div:last-of-type img {
    height: 50px;
    width: auto !important;
}

.header-top-desktop-en>div.logotip>div>div>div:first-of-type {
    margin-right: 15px;
}


@media (max-width: 991px) {
  .header-upper-language-mobile-EN .wpb_single_image {
    text-align: right !important;
    margin-right: -20px !important;
    display: none !important;
  }
  .header-upper-language-mobile-EN .language-selector-container {
    top: -13px;
    margin-left: 0px;
    margin-right: 25px;
    right: -25px !important;

    left: auto !important;
  }
  .header-upper-language-mobile-EN .language-selector-container .fa-angle-down {
    transform: scale(0.8) rotate(00deg) !important;
    margin-left: 8px !important;
  }
  .header-upper-language-mobile-EN .language-selector-2.open {
    display: block !important;
    top: 16px !important;
    left: 27px !important;
  }
}

.contact-form-en {
  margin-top: 0px !important;
}
#post-590 .ns-breadcrumbs {
  display: none;
}
#post-590 .subpage-breadcrumbs-container {
  /* height: 165px; */
}
@media (max-width: 992px) {
  #post-590 .subpage-breadcrumbs-container {
    /* margin-top: -35px; */
    /* height: 140px; */
  }
}
.post-password-form {
  margin-top: 50px;
  margin-bottom: 150px;
}
.bralec {
  margin-top: 50px;
  margin-bottom: 200px;
}
.bralec .vc_col-sm-6 {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  #post-590 .subpage-breadcrumbs-container {
    /* height: 90px; */
  }
  .post-password-form {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .bralec {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .bralec h3 {
    font-size: 18px !important;
  }
  .bralec .ns-cwi-icon-inner img {
    max-width: 30px;
  }
}

/** GDPR COOKIES - START ------------------------------------------------ */
/** GDPR COOKIES - START ------------------------------------------------ */
.moove-gdpr-company-logo-holder,
.moove-gdpr-branding-cnt,
#cookie-law-container,
#jquery-cookie-law-script,
#moove-gdpr-menu li:before,
.grecaptcha-badge,
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}
/** GDPR COOKIES - END ------------------------------------------------ */
/** GDPR COOKIES - END ------------------------------------------------ */

#moove_gdpr_cookie_info_bar {
   /*display: none !important; */
}
.svgtest .wpb_raw_code > div {
  display: flex;
  justify-content: center;
}
.svgtest svg {
  width: 100%;
  stroke-width: 20px;
  stroke: red;
}

/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
.eulogo {
  position: absolute;
  right: 0;
  width: 200px;
  top: 40%;

  display:none !important;
}

.eulogo.logotip2 {
  top: calc(40% + 75px);
  background-color: white;
}

@media (max-width: 992px) {
  .eulogo {
  display:block !important}
  .eulogo {
    width: 50px;
  }
  .eulogo.logotip2 {
    top: calc(40% + 35px);
  }
}
.site-logo >div>div {
  display: flex;align-items: center;
}
.site-logo >div>div>div:first-of-type {
  margin-right: 15px;
}
.site-logo >div>div>div:last-of-type  img {
  height: 50px;width: auto !important;
}
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
.mw1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.zakonodaja-box {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

  padding: 75px 100px;
}

.zakonodaja-box .vc_separator {
  margin-bottom: 0 !important;
}

.zakonodaja-box .ns-cwi-content_inner a {
  font-weight: bold;
}

@media (max-width: 992px) {
  .zakonodaja-box {
    padding: 35px 15px;
  }
}
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */





/* ---------------- ZDSMA ---------------- */
/* ---------------- ZDSMA ---------------- */
/* ---------------- ZDSMA ---------------- */



.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
  top: 0;
  background: #000;
  height: 36px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 99999999999;
  text-decoration: none !important;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
  text-decoration: underline !important;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 2px solid black !important;
  outline-offset: 2px;
}

/* ---------------- ZDSMA ---------------- */
/* ---------------- ZDSMA ---------------- */
/* ---------------- ZDSMA ---------------- */
