@media (min-width: 1200px) {
  .container,
  .sppb-row-container,
  .sppb-container {
    max-width: 1380px !important;
  }
  #cookiesck_interface {
    display: none;
    position: fixed;
    z-index: 1000000;
    top: 15%;
    left: 15%;
    bottom: 15%;
    right: 15%;
    background: #fff;
    border: 2px solid #ccc;
    margin: 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 1100px) {
  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    display: inline-block !important;
  }
  #offcanvas-toggler > .fa {
    color: #222 !important;
  }
  .offcanvas-menu {
    background-color: #2c2c2d !important;
    color: #ffffff;
  }
  .menu > li > a {
    border-bottom: 1px solid #ddd;
    padding: 8px 0 !important;
  }
  .lang-block {
    flex-direction: row !important;
    gap: 15px !important;
  }
  .offcanvas-menu .offcanvas-inner {
    padding: 30px;
    margin-top: 30px;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    padding: 8px 0;
    padding-right: 25px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
  .sppb-row-container {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sppb-col-md-11 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sppb-col-md-1 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sppb-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sppb-col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (max-width: 768px) {
  .investitori-items-docs .sppb-col-xs-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .investitori-items-docs .sppb-col-xs-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .table1 {
    overflow: scroll;
    display: flex;
  }
}
body {
  color: #444444;
}
a {
    color: #000000;
}
.table1 {
    width: 100%;
}
.table1 td {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
#sp-header .logo {
  max-width: 100% !important;
}
#sp-header {
  top: 0px !important;
  background-color: #fff !important;
  padding: 5px 0;
  height: 100px !important;
  border-bottom: 1px solid #e1e1e1;
}

.search {
  padding-top: 120px;
}
.input-group-text {

  padding: 0px 6px;
 
  background-color: #da2032;
  border: 1px solid #da2032;
  border-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #da2032;
  border-color: #da2032;
}
.badge {
  font-size: 18px;
  color: #ff2b02;
  padding: 0;
}
label {
  transform: none !important;
}
.sppb-form-group .sppb-form-control,
.form-control,
input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-control) {
  border-bottom: 1px solid #d1d1d1 !important;
}
select:not([multiple]) {
  height: calc(2.25rem + 6px);
}
#searchForm .d-flex {
  align-items: center;
}
#searchForm .d-flex select {
  width: 80px;
}
#searchForm #search-searchword {
  font-size: 28px;
  color: #222;
  font-weight: 300;
  margin-right: 15px;
}
#searchForm .btn.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
 
}
.pagination {
  width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: #df3c4c !important;
}
.sp-megamenu-parent > li > a {
  color: #111 !important;
}
#sp-header.header-sticky {
  top: 0px;
  background-color: #001830;
  padding: 0;
  height: 90px !important;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: -20px !important;
  left: 100% !important;
}
.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-animation: searchZoomIn 0.4s;
  animation: searchZoomIn 0.4s;
}
.top-search-input-wrap form {
  width: 100%;
}
.top-search-input-wrap .search-wrap {
  width: 100%;
}
.top-search-input-wrap .search-wrap .search.esoprts-top-search {
  float: none !important;
  width: 75%;
  margin: 0 auto;
  max-width: 900px;
}
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  h3.sp-module-title {
  display: none;
}
.top-search-input-wrap .search-wrap .search.esoprts-top-search input {
  background: transparent;
  height: auto;
  box-shadow: none;
  padding: 0px;
  width: 100%;
  color: #000;
  font-size: 40px;
  border-color: #000;
  border-style: solid;
  border-width: 0 0 4px;
  border-radius: 0;
  font-weight: 100;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 20px 0 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #ffffff;
  background-color: #444445;
  text-decoration: none !important;
}
.sp-megamenu-parent .sp-dropdown-sub li.sp-menu-item > a:hover {
  color: #ffffff;
  background-color: #58595b !important;
  text-decoration: none !important;
}
.sp-dropdown-main .sp-menu-item a:hover:before {
  opacity: 0 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  width: 100%;
}
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input::-webkit-search-cancel-button,
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.top-search-input-wrap .search-wrap .search.esoprts-top-search input:focus {
  outline: 0;
  box-shadow: none;
}
.top-search-input-wrap .search-upper-part {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, -100%, 0);
}
.top-search-input-wrap .search-bottom-part {
  background-color: #ffffff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, 100%, 0);
  top: 80%;
}
.top-search-input-wrap .search-bottom-part h3 {
  color: #fff;
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
.top-search-input-wrap .search-bottom-part h3:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding-right: 20px;
}
.top-search-input-wrap .search-bottom-part .sppb-media > .pull-left {
  margin-right: 0;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature {
  margin-bottom: 0;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature
  .sppb-media
  .sppb-icon
  .sppb-icon-container
  i {
  font-size: 40px;
  color: #fff;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature
  .sppb-media
  .sppb-media-body {
  padding-right: 0;
  padding-top: 0;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature
  .sppb-media
  .sppb-media-body
  .sppb-addon-title {
  color: #fff;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature
  .sppb-media
  .sppb-media-body
  .sppb-addon-text {
  color: #fff;
}
.top-search-input-wrap.search-open .search-upper-part,
.top-search-input-wrap.search-open .search-bottom-part {
  transform: translate3d(0, 0, 0);
}
.top-search-input-wrap .search-info-text {
  color: #000;
  text-align: right;
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.top-search-input-wrap .search-suggested-tag ul {
  margin: 0;
  padding: 0;
}
.top-search-input-wrap .search-suggested-tag ul li {
  border: 0;
  display: inline-block;
  padding: 0;
}
.top-search-input-wrap .search-suggested-tag ul li a {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 10px;
}
.top-search-input-wrap .search-suggested-tag ul li a:before {
  display: none;
}
.top-search-input-wrap .search-address-content i {
  color: #fff;
  font-size: 40px;
}
.top-search-input-wrap .search-address-content h4 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
}
.top-search-input-wrap .search-address-content p {
  color: #fff;
  margin-bottom: 0;
}
.top-search-input-wrap .search-address-content .search-address {
  width: 70%;
  margin-left: 30px;
}
.search-upper-part {
  background-color: #fffffff5;
}
.icon-top-wrapper i,
.j2store-minicart-button .cart-item-info a,
.sp-custom-login .info-text a {
  font-size: 18px;
}
.icon-top-wrapper {
  height: auto;
  line-height: 80px;
  position: relative;
  z-index: 999999;
}
.icon-top-wrapper i {
  cursor: pointer;
  transition: 3ms;
}
.icon-top-wrapper i.search-open-icon {
  color: #222;
  text-align: center;
  border-radius: 50%;
  transition: 0.35s;
  padding: 0 22px;
  font-size: 14px;
  line-height: 1;
}
.icon-top-wrapper i.search-open-icon:hover {
  color: #0345bf;
}
.icon-top-wrapper i.search-close-icon {
  font-size: 22px;
  color: #000;
  z-index: 9999;
  position: relative;
  margin-left: 10px;
}
.icon-top-wrapper .search-close-icon {
  display: none;
}
.slider-svg h3,
.slider-svg h4 {
  text-transform: uppercase;
  font-size: 45px;
  color: #fff;
  width: 313px;
  position: absolute;
  animation-duration: 2000ms;
  animation-name: fadeIn;
  padding: 15px 20px;
  background-color: #000000bf;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider-svg h3 {
  top: 61vh;
  left: 0px;
}
.slider-svg h4 {
  top: 56vh;
  right: 50px;
}
.slider-svg .slideImageSvg {
  width: auto;
  height: 68%;
  opacity: 1;
}
.slider-svg .slideImageSvgRight {
  x: 630px;
}
/* end slider svg */

.forma {
  background-color: #f6f6f6;
}
.forma .sp-module-title {
  margin: 180px auto 0;
  max-width: 980px;
}
.com-baforms-wrapper {
  max-width: 980px;
  margin: 20px auto;
  border: 1px solid #ddd;
  background-color: #ffffff;
  border-radius: 12px;
}
div.mod-languages ul li.lang-active {
  background-color: transparent!important;
  font-weight: 500;
}
div.mod-languages ul li a {
  color: #58595b;
}
/* top search */
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input::-webkit-search-cancel-button,
.top-search-input-wrap
  .search-wrap
  .search.esoprts-top-search
  input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.top-search-input-wrap .search-wrap .search.esoprts-top-search input:focus {
  outline: 0;
  box-shadow: none;
}
.top-search-input-wrap .search-upper-part {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, -100%, 0);
}
.top-search-input-wrap .search-bottom-part {
  background-color: #ffffff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, 100%, 0);
  top: 80%;
}
.top-search-input-wrap .search-bottom-part h3 {
  color: #fff;
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
.top-search-input-wrap .search-bottom-part h3:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding-right: 20px;
}
.top-search-input-wrap .search-bottom-part .sppb-media > .pull-left {
  margin-right: 0;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature {
  margin-bottom: 0;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature
  .sppb-media
  .sppb-icon
  .sppb-icon-container
  i {
  font-size: 40px;
  color: #fff;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature
  .sppb-media
  .sppb-media-body {
  padding-right: 0;
  padding-top: 0;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature
  .sppb-media
  .sppb-media-body
  .sppb-addon-title {
  color: #fff;
}
.top-search-input-wrap
  .search-bottom-part
  .feedback-contact-form
  .sppb-addon-feature
  .sppb-media
  .sppb-media-body
  .sppb-addon-text {
  color: #fff;
}
.top-search-input-wrap.search-open .search-upper-part,
.top-search-input-wrap.search-open .search-bottom-part {
  transform: translate3d(0, 0, 0);
}
.top-search-input-wrap .search-info-text {
  color: #000;
  text-align: right;
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.top-search-input-wrap .search-suggested-tag ul {
  margin: 0;
  padding: 0;
}
.top-search-input-wrap .search-suggested-tag ul li {
  border: 0;
  display: inline-block;
  padding: 0;
}
.top-search-input-wrap .search-suggested-tag ul li a {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 10px;
}
.top-search-input-wrap .search-suggested-tag ul li a:before {
  display: none;
}
.top-search-input-wrap .search-address-content i {
  color: #fff;
  font-size: 40px;
}
.top-search-input-wrap .search-address-content h4 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
}
.top-search-input-wrap .search-address-content p {
  color: #fff;
  margin-bottom: 0;
}
.top-search-input-wrap .search-address-content .search-address {
  width: 70%;
  margin-left: 30px;
}
.search-upper-part {
  background-color: #fffffff5;
}
.icon-top-wrapper i,
.j2store-minicart-button .cart-item-info a,
.sp-custom-login .info-text a {
  font-size: 18px;
}
.icon-top-wrapper {
  height: auto;
  line-height: 80px;
  position: relative;
  z-index: 999999;
}
.icon-top-wrapper i {
  cursor: pointer;
  transition: 3ms;
}
.icon-top-wrapper i.search-open-icon {
  color: #222;
  text-align: center;
  border-radius: 50%;
  transition: 0.35s;
  padding: 0 22px;
  font-size: 14px;
  line-height: 1;
}
.icon-top-wrapper i.search-open-icon:hover {
  color: #0345bf;
}
.icon-top-wrapper i.search-close-icon {
  font-size: 22px;
  color: #000;
  z-index: 9999;
  position: relative;
  margin-left: 10px;
}
.icon-top-wrapper .search-close-icon {
  display: none;
}
/* end top search */
/* slider cats */
.slide-img-cat {
  position: relative;
}
.slide-img-cat::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 45%;
  background: linear-gradient(0deg, #0000009e, transparent);
  z-index: 1;
  bottom: 0;
}
.slide-img-cat:hover::before {
  height: 100%;
}
.slide-img-cat .sppb-addon-title {
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 20px;
  width: 281px;
  text-align: left;
  font-weight: 100;
}
.slide-img-cat.cat1 {
  width: 550px;
  max-width: 550px;
  margin: 0;
}
.slide-img-cat.cat2 {
  width: 350px;
  max-width: 350px;
  margin: 0;
}
.slide-img-cat.cat3 {
  width: 350px;
  max-width: 350px;
  margin: 0;
}
.slide-img-cat.cat4 {
  width: 420px;
  max-width: 420px;
  margin: 0;
  float: right;
}
#sppb-addon-1643365870622 .sppb-addon {
  overflow: hidden;
}
#column-id-1644230238566:before,
#column-id-1647530376132:before {
  content: " ";
  position: absolute;
  content: "";
  position: absolute;
  width: 150%;
  top: 0%;
  bottom: 0;
  left: -10%;
  transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  background-color: #000000c7;
  z-index: 1;
  right: auto;
}
#column-id-1647530376132:before {
  transform: skewX(22deg);
  -ms-transform: skewX(22deg);
  -webkit-transform: skewX(22deg);
}
#column-id-1647598050999:after {
  content: " ";
  position: absolute;
  width: 49%;
  left: -22%;
  bottom: 0;
  top: 0;
  background-color: #f8f8f8;
  transform: skew(21deg, 0);
  z-index: 1;
}
#column-id-1647598050999 {
  overflow: hidden;
}
#section-id-1643365870619 {
  overflow: hidden;
}
.sppb-btn:after,
.btn:after {
  display: none !important;
}
.sppb-btn.sppb-btn-lg,
.btn.sppb-btn-lg {
  padding: 12px 50px !important;
}
#sp-bottom3 {
  padding: 0px 0px 0 50px !important;
}
span.sp-copyright {
  padding: 0 15px 0 0;
  display: block;
  text-align: right;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #58595b !important;
}
.sp-megamenu-parent
  .sp-dropdown.sp-dropdown-sub.sp-menu-right
  .sp-dropdown-inner {
  background: #444445 !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border-radius: 0 !important;
  backdrop-filter: none !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  padding: 12px 20px !important;
  font-size: 17px !important;
  font-weight: 300 !important;
}
.sp-page-builder .page-content #section-id-1643211201581 {
  height: 85vh;
}
.sp-page-builder .page-content #section-id-1643887986947 {
  height: auto;
  background: linear-gradient(-45deg, #dbdbdb42, #ffffffb8, #644040bf);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  backdrop-filter: blur(44px);
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section#section-id-1643887986947:before {
  content: " ";
  background-color: #ffffff36;
  width: 62%;
  height: 100%;
  position: absolute;
  right: 0;
  transform: skew(30deg, 0deg);
  top: 0;
  bottom: 0;
  right: -20%;
}
#subcategories {
  margin: 0 auto !important;
  padding: 0 15px !important;
}
#subcategories > .sppb-row-container {
  padding: 0;
}
#items {
  margin: -50px auto 0 auto !important;
  padding: 100px 15px 50px 15px !important;
}
#eegbauvTHwN1 path {
  stroke: rgba(0, 0, 0, 0.7) !important;
}
path#middleStroke {
  stroke: rgba(0, 0, 0, 1) !important;
  z-index: 10000 !important;
}
.arrowNext {
  position: absolute;
  top: calc(100vh - 80px);
  width: 100%;
  height: 80px;
  left: 0;
  right: 0;
  z-index: 1000;
  font-size: 40px;
  color: #000;
  text-align: center;
  background: none;
  border: none;
}
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}
.sliderCat .sppb-carousel-extended-content-wrap:before,
.sliderCat .sppb-addon-content:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0%;
  bottom: 0;
  right: 50%;
  transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  background-color: #000000ab;
  z-index: 1;
}
.sliderCat h3 {
  position: absolute;
  left: 40px;
  bottom: 38px;
  font-size: 42px !important;
  line-height: 44px !important;
  color: #fff;
  margin-bottom: 15px;
  z-index: 2;
  font-family: "Zilla Slab";
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  width: 52%;
}
.sppb-carousel-extended-heading h2 {
  font-size: 52px;
  color: #fff !important;
  line-height: 58px !important;
  margin-bottom: 15px !important;
  z-index: 2 !important;
  font-family: "Zilla Slab" !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  text-align: left;
  width: 490px;
}

.svgCat {
  position: absolute;
  width: 100%;
  height: 310px;
  z-index: 10;
  bottom: 0;
}
.subCatImages {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
  gap: 15px;
}
.subCatImage {
  position: relative;
  background-color: #000;
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 260px;
  max-width: 100%;
}
.subCatImage a {
  display: block;
  width: 100%;
  height: 100%;
}
.subCatImage a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000, #0000);
  height: 50%;
}
.subCatImage:hover {
  opacity: 0.9;
}
.subCatImage h3 {
  font-family: inherit !important;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  text-align: left;
  left: 15px;
  bottom: 15px;
  margin: 0;
  color: #fff;
  right: 15px;
  line-height: 1.4;
  padding-right: 30%;
}
.subCatImage h3 span {
  font-weight: 100;
  padding-left: 5px;
  position: absolute;
  right: 0;
}

.subCatImage.selected {
  border-bottom: 5px solid #df3c4c;
}
.djelatnosti .sppb-addon-image-content .sppb-image-holder {
  width: 32% !important;
  left: 15px !important;
  max-height: 210px !important;
  top: 15px !important;
}

.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 5px !important;
}
.djelatnosti-row .sppb-row > .sppb-col-sm-6:first-child {
  flex: 0 0 33%;
  max-width: 33%;
}
.djelatnosti-row .sppb-row > .sppb-col-sm-6:last-child {
  flex: 0 0 66%;
  max-width: 66%;
}
.mod-sppagebuilder.sppb-row-container.p0 {
  padding: 0 !important;
}
.sp-module.sppb-row-container.p0 {
  padding: 30px 15px 0 15px !important;
}
.sppb-articles-carousel-content {
  position: absolute !important;
  margin: 0 !important;
  z-index: 2 !important;
  padding: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-right: 15px !important;
  right: 0 !important;
}
.sppb-articles-carousel-content:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000, #0000) !important;
  height: 100%;
  z-index: -1;
}
.sppb-articles-carousel-link {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #fff !important;
  padding: 80px 20px 15px 20px !important;
}
.sppb-articles-carousel-img {
  height: 355px;
  width: calc(100% + 7.5px);
  background-size: cover;
  background-position: center;
  margin-left: -7.5px;
  display: block;
}
.sppb-articles-carousel-wrap.items_2 .sppb-articles-carousel-img {
  width: 667px;
}
.sppb-articles-carousel-wrap.items_3 .sppb-articles-carousel-img {
  width: 440px;
}
.sppb-articles-carousel-wrap.items_4 .sppb-articles-carousel-img {
  width: 326.25px;
}
@media (min-width: 1400px) {
  .sppb-articles-carousel-column {
    width: 273px !important;
  }
  .itemid-510 .sppb-articles-carousel-column,
  .itemid-555 .sppb-articles-carousel-column {
    width: 276px !important;
  }
}
@media (max-width: 480px) {
  .itemid-510 #last-home .sppb-articles-carousel-img,
  .itemid-200 #last-home .sppb-articles-carousel-img {
    width: calc(100% + 7.5px);
  }
}
.objectScroller .bx-viewport,
.objectScroller .sppb-articles-carousel-column {
  height: 355px !important;
}
.objectScroller .sppb-articles-carousel-column a {
  display: block;
  padding: 80px 20px 20px 20px !important;
}
.objectScroller .sppb-articles-carousel-column a:hover {
  opacity: 0.8;
}

.djelatnosti .sppb-image-content-title {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
}

.djelatnosti .img-holder {
  padding: 0 !important;
}
.djelatnosti .sppb-col-sm-8 {
  padding-right: 0 !important;
}
.djelatnosti .sppb-container {
  border: 1px solid #e8e8e8;
  padding: 15px;
  min-height: 240px;
}
.djelatnosti .sppb-container > .sppb-row {
  margin: 0 !important;
}
.djelatnosti .sppb-content-holder p {
  margin-bottom: 0;
}
.djelatnosti .readMore {
  font-weight: 700;
  cursor: pointer;
}
.did-you-know {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 15px;
}
.did-you-know h4 {
  font-size: 18px;
  font-weight: 300;
  color: #d80027;
}
.did-you-know .sppb-addon-content {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

div.bx-wrapper .bx-controls-direction a {
  text-indent: initial !important;
  color: #fff !important;
  font-size: 24px !important;
  text-align: center !important;
  left: -10px !important;
  width: 40px !important;
  height: 50px !important;
  line-height: 52px !important;
  background-color: #da1216 !important;
  top: 205px !important;
  position: absolute !important;
}
div.bx-wrapper .bx-controls-direction a.bx-next {
  right: 5px !important;
  left: initial !important;
}
div.bx-wrapper .bx-controls-direction a:hover {
  background-color: #58595b !important;
}
.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  height: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #da2032;
}
.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 90px;
}
.catNumbers .sppb-container {
  padding: 0;
  border: none;
}
.catNumbers .sppb-row {
  align-items: center;
}
.catNumbers .img-holder,
.catNumbers .sppb-col-sm-8 {
  padding: 0;
  border: none;
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  overflow: hidden;
}
.catNumbers .img-holder:after {
  content: " ";
  position: absolute;
  right: -100%;
  top: 0;
  width: 123%;
  height: 100%;
  background-color: #484848;
  transform: skew(12deg, 0deg);
}
.catNumbers.catNumbers1 .img-holder:after {
  transform: skew(10deg, 0deg);
}
.catNumbers .catVer2 .img-holder:after {
  background-color: #000;
  transform: skew(345deg, 0deg);
}
.catNumbers .catVer3 .img-holder:after {
  background-color: #b24128;
  transform: skew(-12deg, 0deg);
}

.catNumbers .sppb-content-holder {
  font-weight: 400;
  font-size: 20px;
  text-transform: inherit;
  color: #fff;
  padding: 15px;
  text-align: right;
  line-height: 1.2;
  font-family: "Zilla Slab", sans-serif;
  padding-left: 13%;
}
.catNumbers .sppb-image-content-title {
  font-weight: 400;
  font-size: 72px;
  text-transform: inherit;
  color: #fff;
  text-align: right;
  line-height: 1;
}
.catNumbers .sppb-image-content-title span {
  font-weight: 100;
  font-size: 16px;
  text-transform: inherit;
  color: #fff;
  display: block;
  margin-bottom: -15px;
}
.catNumbers .sppb-image-content-title span.span-spilje {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: -5px;
}
.catNumber {
  height: 300px;
}
.catNumber .sppb-row,
.catNumber .sppb-container {
  height: 100%;
}
.catNumber .sppb-row .sppb-col-sm-6:last-child {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  padding: 0 40px 0 0;
}
.catNumber .sppb-image-holder:after {
  content: " ";
  position: absolute;
  right: -80%;
  top: 0;
  width: 95%;
  height: 100%;
}
.catNumber.gray .sppb-image-holder:after {
  background-color: #484848;
  transform: skew(12deg, 0deg);
}

.catNumber.red .sppb-image-holder:after {
  background-color: #b24128;
  transform: skew(-12deg, 0deg);
}

.view-article #sp-main-body .container .article-details .article-header h1 {
  position: absolute !important;
  bottom: 40px;
  padding: 0;
  margin: 0 !important;
  left: 50px;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 52px !important;
  width: 485px !important;
  text-align: left !important;
  line-height: 1.15 !important;
}
.view-article #sp-main-body .container .article-details .article-header {
  margin-bottom: 50px !important;
  overflow: hidden;
  padding-bottom: 155px !important;
  margin-top: 130px;
}

.view-article #sp-main-body .container .article-details .article-header:after {
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 50%) 0%,
    rgb(0 0 0 / 16%) 83.85%
  ) !important;
}
[itemprop="articleBody"] {
  padding: 0;
  text-align: justify;
}
.article-header svg {
  position: absolute;
  top: -15px;
  left: 0;
}
.article-social-share {
  text-align: left;
  font-size: 24px;
}
.object-details {
  position: absolute;
  right: 50px;
  bottom: 30px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.object-details span {
  font-weight: 600;
}
.wk-gallery {
  display: grid;
  grid-template-columns: repeat(6, 16.667%);
}
.wk-gallery:before {
  content: none !important;
}
.sp-page-builder .page-content #section-id-1643211201581 {
  height: 100vh;
}
.arrowNext {
  bottom: 80px;
}
.bfQuickMode section.bfElemWrap {
  margin: 12px auto !important;
  border-radius: 0 !important;
  background-color: rgb(235, 235, 235) !important;
}
.bfQuickMode .bfLabelLeft label {
  transform: none !important;
  width: 42% !important;
  min-width: 42% !important;
  max-width: 42% !important;
  margin: 8px 20px 0px 0px !important;
  text-align: right !important;
}
.bfQuickMode input[type="text"],
.bfQuickMode input[type="password"],
.bfQuickMode textarea,
.bfQuickMode select {
  border: 1px solid #ddd !important;
  padding: 10px !important;
  line-height: normal !important;
  background-color: #fff !important;
  width: 50% !important;
  min-width: 50% !important;
  max-width: 50% !important;
}
.bfQuickMode .bfPageIntro {
  font-weight: 100 !important;
  text-align: center !important;
  margin: 80px 0 0 !important;
  font-size: 30px !important;
  font-family: "Zilla Slab";
}
section.bfPageIntro p {
  text-align: left;
  text-transform: uppercase;
}
.bfSubmitButton.button {
  background: #58595b;
  color: #fff;
  position: relative;
  padding: 18px 32px;
  border: none;
}
.bfSubmitButton.button:hover {
  background: #c01313;
}

#last-home h3 {
  margin-left: -15px;
}
#last-home .sppb-articles-carousel-img {
  height: 355px;
  width: 261px;
  background-size: cover;
  background-position: center;
}
#sppb-addon-wrapper-1651756827701 {
  margin: 0 !important;
}
.home-slider .sp-background:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0%;
  bottom: 0;
  left: -50%;
  transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  background-color: #000000ab;
  z-index: 1;
}
.home-slider.s2 .sp-background:before {
  left: 50%;
  transform: skewX(22deg);
  -ms-transform: skewX(22deg);
  -webkit-transform: skewX(22deg);
  background-color: #000000ab;
  z-index: 1;
}
.home-slider .sppb-sp-slider-title {
  padding-top: 100px;
  text-shadow: 0 0 50px #000;
}
.home-slider.s2 .sppb-sp-slider-title {
  padding-top: 0;
}
.home-slider .home-slide-categories {
  position: absolute !important;
  top: 0;
  left: 80px;
  margin: 0;
  align-items: center;
  display: flex;
  height: 100%;
}
.home-slider.s2 .home-slide-categories {
  left: auto;
  right: 80px;
  padding-top: 40px !important;
}
.home-slider .home-slide-link {
  background-color: transparent;
  border: 1px solid #fff;
  border-right: none;
  width: 250px;
  padding: 15px;
  position: relative;
}
.home-slider.s2 .home-slide-link {
  border-right: 1px solid #fff;
  border-left: none;
}
.home-slider .home-slide-link:after {
  content: "";
  position: absolute;
  width: 47px;
  transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  border: 1px solid #fff;
  border-left: none;
  top: -1px;
  right: -23px;
  bottom: -1px;
}
.home-slider.s2 .home-slide-link:after {
  border: 1px solid #fff;
  border-right: none;
  transform: skewX(22deg);
  -ms-transform: skewX(22deg);
  -webkit-transform: skewX(22deg);
  right: auto;
  left: -23px;
}
.home-slider .home-slide-link h2 {
  font-size: 15px !important;
  color: #fff;
  font-family: inherit;
  text-align: left;
  margin: 0 !important;
  text-shadow: 0 0 70px #000;
}
.home-slide.s2 .home-slide-link h2 {
  text-align: right;
}
.sppb-addon-articles-carousel .bx-pager.bx-default-pager {
  display: none;
}

#column-id-1621244781941:after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  right: -59%;
  transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
}
.sppb-form-check .sppb-form-check-label:before {
  left: -1px !important;
  top: 2px;
  border: 2px solid #6d6e70;
}
.sppb-addon-form-builder .sppb-form-check-input:checked + label::before {
  background: #ce1c1c;
}
.sto-radimo-img {
  overflow: hidden;
}
.sto-radimo-img:before {
  content: "";
  height: 130%;
  width: 146%;
  transform: skewX(50deg);
  background-color: #00000075;
  bottom: 0;
  top: -70%;
  right: 0;
  z-index: 3;
  position: absolute;
}
.sto-radimo-img {
  opacity: 1;
}
.sto-radimo-row .sppb-addon-wrapper:hover {
  opacity: 0.9;
}
.bx-wrapper {
  margin-bottom: 0px !important;
}
.sto-radimo-img {
  position: relative;
  background-color: #000;
}

.sto-radimo-img h3 {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  text-align: right;
  z-index: 5;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 26px;
  width: 78%;
}
.karijere-box .sppb-text-alignment:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 100%;
  left: -20px;
  background-color: #58595b;
  top: 0;
  transform: skewX(10deg);
}
.slider-title-link h2 {
  padding-top: 80px;
  font-size: 78px;
  color: #fff;
  font-weight: 700;
}
.slider-title-link a,
.slider-title-link a:hover {
  color: #fff;
  font-weight: 700;
}
.object-tags {
  margin: 40px 0 20px;
}
.object-tags {
  margin: 40px 0 20px;
}
span.object-tag {
  background-color: #f6f6f6;
  padding: 5px 8px;
  margin: 0 12px 12px 0;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  color: #9f9f9f;
}
.sppb-animated-number::before {
  display: block !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.8;
  color: #909090;
}
#section-id-1647531814569 .sppb-animated-number::before,
#section-id-1663250027841 .sppb-animated-number::before,
#section-id-1663253871277 .sppb-animated-number::before {
  color: #fff;
}
.sppb-addon.sppb-addon-animated-number.sppb-text-left.animated-number-position-top {
  padding: 0 5px 5px 0;
}
.sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
  margin-top: 0px;
}
#lightbox-outer {
  box-shadow: 0px 0px 100px #000 !important;
  background-color: #000;
}
#lightbox-outer {
  width: calc(100% + 40px);
}
#lightbox-content {
  border-width: 0 !important;
}
#lightbox-close {
  right: -15px;
}
#sp-breadcrumb {
  padding: 0 0 20px 15px;
}
#sp-breadcrumb span {
  color: #c7c7c7;
}
#sp-breadcrumb a {
  color: #aeaeae;
}
#sp-breadcrumb a:hover {
  color: #6a6a6a;
}
.article-details {
  padding: 0 15px;
}
.popis-projekata h3 {
  font-size: 28px;
  padding: 25px 0 5px;
  margin-left: -20px;
}
.popis-projekata {
  list-style-type: square;
}
.popis-projekata li {
  padding-left: 5px;
  padding-bottom: 5px;
}
.popis-projekata li a:hover {
  color: #da2032;
}
.popis-projekata li span {
  font-size: 14px;
  font-style: italic;
}
.popis-projekata h2 {
  text-align: center;
  font-size: 34px;
  margin-top: 60px;
  margin-left: -20px;
  text-transform: uppercase;
}
.popis-projekata hr {
  border-bottom: 1px solid #444;
  margin-left: -20px;
}
/* ---------------------------------------------------- responsive --------------------------------------------- */
@media (min-width: 1024px) {
  .djelatnosti .djelatnosti-row > .sppb-container-inner > .sppb-row {
    display: table;
    width: 100%;
  }
  .djelatnosti .djelatnosti-row > .sppb-container-inner > .sppb-row > div {
    display: table-cell;
  }
}
@media (max-width: 1550px) {
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: -100px !important;
  }
}
@media (max-width: 1440px) {
  [itemprop="articleBody"] {
    padding: 0;
  }
  .slider-svg .slideImageSvg {
    height: 72%;
  }
  .sp-page-builder .page-content #section-id-1643897022241 {
    padding-bottom: 0 !important;
  }
  .slider-svg h3,
  .slider-svg h4 {
    font-size: 38px;
  }
  .slide-img-cat.cat1 {
    margin: 0;
  }
  #section-id-1643897022241 {
    margin-left: 0px !important;
  }
  section#section-id-1643887986947:before {
    right: -27.7%;
  }
  #column-wrap-id-1643365870618:after,
  #column-id-1647530376127:after {
    width: 34%;
    right: -17%;
  }
  #column-id-1647598050999:after {
    content: " ";
    position: absolute;
    width: 55%;
    left: -25%;
    bottom: 0;
    top: 0;
    background-color: #f8f8f8;
    transform: skew(21deg, 0);
    z-index: 1;
  }
}
@media (min-width: 1921px) {
  section#section-id-1643887986947:before {
    right: -21.5%;
  }
}
@media (max-width: 1199px) {
  .sp-page-builder .page-content #section-id-1643211201581 {
    height: 640px;
  }
  .slider-svg h3,
  .slider-svg h4 {
    font-size: 30px;
    width: 245px;
  }
  .slider-svg h3 {
    top: 39vh;
    left: 0px;
  }
  .slider-svg h4 {
    top: 48vh;
    right: 30px;
  }
  .slide-img-cat.cat1 {
    width: 380px;
  }
  .slide-img-cat.cat4 {
    width: 304px !important;
  }
  #column-wrap-id-1643897022245 {
    margin-left: 0 !important;
  }
  .slide-img-cat.cat2,
  .slide-img-cat.cat3 {
    width: 252px;
  }
  .slide-img-cat .sppb-addon-title {
    font-size: 18px;
    line-height: 23px;
    bottom: 6px;
    width: 200px;
  }
  #sppb-addon-1644230238569 {
    padding: 0 0 20px 0 !important;
  }
  #sppb-addon-wrapper-1644230238605 {
    margin: 0px !important;
  }

  .subCatImage h3 {
    font-size: 14px;
  }
  .wk-gallery {
    display: grid;
    grid-template-columns: repeat(5, 20%);
  }
  #column-wrap-id-1643365870618:after,
  #column-id-1647530376127:after {
    width: 50%;
    right: -23%;
  }
  #column-id-1647598050999:after {
    content: " ";
    position: absolute;
    width: 61%;
    left: -34%;
    bottom: 0;
    top: 0;
    background-color: #f8f8f8;
    transform: skew(21deg, 0);
    z-index: 1;
  }
  #last-home .sppb-articles-carousel-img {
    height: 250px;
    width: 177px;
    background-size: cover;
    background-position: center;
  }
  .home-slide-categories {
    left: 20px;
  }
  .home-slide-link {
    width: 210px;
  }
  .home-slide-link h2 {
    font-size: 12px;
  }
  .home-slider .sppb-sp-slider-title {
    font-size: 55px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 1024px) {
  .page-1062 .sppb-img-responsive.image-fit,
  .itemid-208 .sppb-img-responsive.image-fit {
    height: 150px;
    width: 150px;
  }
  #subcategories,
  #items {
    max-width: 960px !important;
  }
  .page-1062 .sppb-image-layout-title,
  .itemid-208 .sppb-image-layout-title {
    line-height: 24px !important;
    font-size: 22px !important;
  }
  .page-1062 .sppb-addon-image-layout-content,
  .itemid-208 .sppb-addon-image-layout-content {
    padding: 20px 0 18px 0 !important;
    height: 100%;
  }
  .page-1062 .sppb-btn,
  .itemid-208 .sppb-btn {
    margin-top: 0px !important;
  }
  .home-slider .home-slide-categories {
    left: 20px;
  }
  .sppb-articles-carousel-img {
    height: 355px;
    width: calc(100% + 7.5px);
    margin-left: -7.5px;
  }
  .arrowNext {
    display: none;
  }
  #column-wrap-id-1643365870618:after,
  #column-id-1647530376127:after {
    width: 50%;
    right: -23%;
  }
  div.bx-wrapper .bx-controls-direction a {
    top: 168px !important;
  }
  .sto-radimo-img h3 {
    font-size: 16px;
  }
  .sliderCat {
    padding-top: 20px;
  }
  .sliderCat .sppb-addon-content:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    bottom: 0;
    right: 50%;
    transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    background-color: #000000ab;
    z-index: 1;
  }
  .sliderCat h3 {
    position: absolute;
    left: 40px;
    bottom: 38px;
    font-size: 42px !important;
    line-height: 44px !important;
    color: #fff;
    margin-bottom: 15px;
    z-index: 2;
    font-family: "Zilla Slab";
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    width: 52%;
  }
  .sliderCat .sppb-addon-single-image-container {
    display: block;
  }
  .sliderCat .sppb-img-responsive {
    width: 100%;
  }
  .view-article #sp-main-body .container .article-details .article-header {
    margin-top: 100px;
  }
  #column-id-1621244781941:after {
    width: 120%;
    transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
  }
  .djelatnosti .catNumbers .img-holder:after {
    right: -100%;
  }
  .djelatnosti .catNumbers .sppb-image-content-title {
    font-size: 56px;
  }
}
.ba-gallery {
  margin: 25px 0;
}
@media (max-width: 768px) {
  .ba-gallery {
    box-sizing: border-box;
    padding: 0!important;
}
  #column-id-1621244781941:after {
    display: none;
  }
  #subcategories,
  #items {
    max-width: 720px !important;
  }
  .subCatImage {
    flex-basis: 48%;
  }
  div.bx-wrapper .bx-controls-direction a {
    top: 205px !important;
  }
  .sppb-articles-carousel-img {
    height: 355px;
    width: calc(100% + 7.5px);
    background-size: cover;
    background-position: center;
    margin-left: -7.5px;
  }
  #last-home .sppb-articles-carousel-img {
    height: 280px;
    width: 221px;
    background-size: cover;
    background-position: center;
  }
  .sp-page-builder .page-content #section-id-1643211201581 {
    height: 460px;
  }
  .sp-slider .sp-slider-content-align-center .sppb-sp-slider-title {
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-top: 70px;
    text-align: right;
    font-size: 42px !important;
    line-height: 1.2 !important;
  }
  .s2 .sp-slider .sp-slider-content-align-center .sppb-sp-slider-title {
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-top: 0px;
    text-align: left;
    font-size: 42px !important;
    line-height: 1.2 !important;
  }
  .sp-slider .sp-dots {
    bottom: 25px !important;
  }
  #column-id-1644230238566:before,
  #column-wrap-id-1647530376132:before {
    left: -31%;
    width: 175%;
  }
  .slider-svg h3,
  .slider-svg h4 {
    font-size: 22px;
    width: 180px;
  }
  .slider-svg h3 {
    top: 26vh;
    left: 20px;
  }
  .slider-svg h4 {
    top: 29vh;
    right: 6%;
  }
  .slide-img-cat {
    margin: 0 0 10px 0;
  }
  .slide-img-cat.cat1 {
    width: 300px;
  }
  .slide-img-cat.cat2,
  .slide-img-cat.cat3,
  .slide-img-cat.cat4 {
    width: 180px;
  }
  .slide-img-cat.cat4 {
    width: 190px !important;
  }
  #column-wrap-id-1643897022245 {
    margin-left: 0 !important;
  }
  .slide-img-cat .sppb-addon-title {
    font-size: 16px;
    line-height: 20px;
    bottom: 6px;
    width: 149px;
  }
  #sppb-addon-wrapper-1644239530917 {
    margin: 55% 0 !important;
  }
  #sp-bottom3 {
    padding: 0 !important;
  }
  span.sp-copyright {
    padding: 0 15px;
    display: block;
    text-align: center;
  }
  #offcanvas-toggler > .fa {
    color: #222 !important;
  }
  .offcanvas-menu {
    background-color: #2c2c2d !important;
    color: #ffffff;
  }
  .subCatImages {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wk-gallery {
    display: grid;
    grid-template-columns: repeat(4, 25%);
  }
  .sp-page-builder .page-content #section-id-1643897022241 {
    padding-top: 25px !important;
  }
  #column-wrap-id-1643365870618:after,
  #column-id-1647530376127:after {
    width: 48%;
    right: -24%;
  }

  .sto-radimo-img h3 {
    top: auto;
    bottom: 20px;
    left: 30px;
  }
  .view-article #sp-main-body .container .article-details .article-header h1 {
    width: 420px !important;
  }
  .home-slider.s2 .home-slide-categories {
    right: 20px;
  }
  #column-id-1647598050999:after {
    width: 93%;
    left: -47%;
  }
  .page-1062 .sppb-img-responsive.image-fit,
  .item-208 .sppb-img-responsive.image-fit {
    height: 220px;
    width: 220px;
  }
  .karijere-box {
    max-width: 440px;
    margin: 0 auto;
  }
  .forma .sp-module-title {
    padding: 0 15px;
    font-size: 27px;
    margin-top: 140px;
  }
  .forma .mod-custom {
    margin: 0 15px;
  }
  .ba-form-page {
    padding: 0 15px !important;
    width: 100% !important;
}
}
@media (max-width: 560px) {
  .article-details {
    padding: 0;
  }
  #last-home h3 {
    margin-left: -15px;
  }
  .subCatImage {
    flex-basis: 100%;
  }
  #last-home .sppb-articles-carousel-img {
    height: 255px;
    width: calc(100% - 15px);
    background-size: cover;
    background-position: center;
  }
  .svgCat {
    height: 200px;
  }
  .sliderCat .sppb-addon-content:before {
    right: 40%;
  }
  .sliderCat {
    padding-top: 70px;
  }
  .sliderCat img {
    opacity: 0.9;
  }
  .sliderCat h3 {
    left: 15px;
    bottom: 15px;
    font-size: 26px !important;
    line-height: 28px !important;
    width: 70%;
  }
  .slider-svg h3,
  .slider-svg h4 {
    font-size: 18px;
    width: 150px;
  }
  .slider-svg h3 {
    top: 18vh;
    left: 5%;
  }
  .slider-svg h4 {
    top: 16vh;
    right: 0%;
  }
  .subCatImages {
    width: 100%;
    display: block;
  }
  .slide-img-cat .sppb-addon-title {
    width: 207px;
  }
  .subCatImage {
    width: 100%;
    max-width: 100%;
    height: 205px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .subCatImage img {
    width: 100%;
  }
  .sliderCat .sppb-img-responsive {
    width: 100%;
  }
  .slide-img-cat::before {
    height: 75%;
  }
  .sppb-carousel-extended-heading h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
    z-index: 2;
    width: 200px;
    margin-left: -20px;
  }
  #column-wrap-id-1643365870618:after,
  #column-id-1647530376127:after {
    display: none;
  }
  div#column-id-1643365870618:before,
  #column-id-1647530376127:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #0000008c, transparent);
    z-index: 1;
    width: 100%;
    height: 50%;
  }
  #sppb-addon-wrapper-1644239530917 {
    margin: 100px 0 !important;
  }
  #sppb-addon-wrapper-1644230238605 {
    margin: 0 0 20px 0 !important;
  }

  #sppb-addon-wrapper-1644230238605 .sppb-text-left {
    text-align: center;
  }
  .objectScroller .bx-viewport,
  .objectScroller .sppb-articles-carousel-column {
    height: 225px !important;
  }

  #sp-bottom .sppb-addon-title {
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center;
  }
  #sp-bottom .sppb-addon-title {
    text-align: left;
  }
  .maticni-podaci .sppb-addon-title {
    text-align: left;
  }
  .investitori-title {
    padding-top: 160px !important;
    padding-bottom: 15px !important;
  }
  .investitori-title .sppb-addon-title {
    text-align: left;
  }
  .investitori-title .breadcrumb-item {
    font-size: 14px;
  }
  .investitori-title .breadcrumb {
    margin-bottom: 0 !important;
  }
  .investitori-items .sppb-addon-title {
    text-align: left;
  }
  .investitori-items .sppb-addon-content {
    font-size: 16px;
    line-height: 20px;
  }
  .sppb-articles-carousel-img {
    height: 255px;
    width: calc(100% + 7.5px);
    background-size: cover;
    background-position: center;
    margin-left: -7.5px;
  }
  .sppb-articles-carousel-wrap.items_2 .sppb-articles-carousel-img {
    width: 190px;
  }
  .sppb-articles-carousel-wrap.items_3 .sppb-articles-carousel-img {
    width: 190px;
  }
  .sppb-articles-carousel-wrap.items_4 .sppb-articles-carousel-img {
    width: inherit;
  }
  .sppb-articles-carousel-link {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #fff;
    margin: 7px 0 !important;
  }
  div.bx-wrapper .bx-controls-direction a {
    top: 140px !important;
    left: -20px !important;
    width: 32px !important;
  }

  div.bx-wrapper .bx-controls-direction a.bx-next {
    right: -5px !important;
    left: initial !important;
  }

  .djelatnosti .img-holder {
    padding: 0 !important;
    height: 150px;
    overflow: hidden;
  }
  .djelatnosti .img-holder img {
    width: 100%;
    margin-top: -65px;
  }
  .djelatnosti .sppb-col-sm-8 {
    padding-right: 0 !important;
    padding: 15px 0 0;
  }
  .sppb-addon-articles-carousel .bx-pager.bx-default-pager {
    padding-top: 0;
    text-align: center;
    position: relative;
    top: 7px;
  }
  .djelatnosti .sppb-image-content-title {
    font-size: 20px;
  }
  #items {
    margin: 0 auto 0 auto !important;
    padding: 0 15px !important;
  }
  .djelatnosti {
    margin-top: 0px;
  }
  .djelatnosti .sppb-image-content-title {
    text-align: left;
  }
  .did-you-know h4 {
    text-align: left;
  }
  [itemprop="articleBody"] {
    padding: 0 15px;
  }
  .view-article #sp-main-body .container .article-details .article-header h1 {
    bottom: auto;
    top: 115px;
    left: 15px;
    font-weight: 100;
    font-size: 34px !important;
    width: 282px !important;
  }
  .object-details {
    right: 15px;
    bottom: 10px;
  }
  .wk-gallery {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
  .djelatnosti .catNumbers .sppb-row > div {
    margin-bottom: 15px;
  }
  .djelatnosti .catNumbers .sppb-content-holder {
    padding-left: 0;
    font-size: 16px;
  }
  .djelatnosti .catNumbers .img-holder {
    margin-bottom: 0 !important;
    flex: 0 0 55%;
    width: 55%;
    max-width: 55%;
  }
  .djelatnosti .catNumbers .img-holder:after {
    width: 140%;
  }
  .djelatnosti .catNumbers .img-holder img {
    width: auto;
    margin-top: 0;
    height: 100%;
  }
  .djelatnosti .catNumbers .sppb-col-sm-8 {
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
    margin-bottom: 0 !important;
  }
  .djelatnosti .catNumbers .sppb-addon-title {
    font-size: 26px !important;
    line-height: 28px !important;
  }
  .djelatnosti .catNumbers .sppb-image-content-title span {
    margin-bottom: -8px;
  }
  .sp-page-builder .page-content #section-id-1643706302955 {
    background-position: 15% 50% !important;
  }
  #section-id-1648023834715 iframe {
    height: 260px !important;
  }
  .bfQuickMode .bfLabelLeft label {
    transform: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 3px 20px 0px 0px !important;
    text-align: left !important;
  }
  .bfQuickMode input[type="text"],
  .bfQuickMode input[type="password"],
  .bfQuickMode textarea,
  .bfQuickMode select {
    border: 1px solid #ddd !important;
    padding: 5px !important;
    line-height: normal !important;
    background-color: #fff !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .xs-hide {
    display: none;
  }
  .sp-megamenu-wrapper {
    padding-right: 25px;
  }
  #sp-menu .justify-content-start.flex-row-reverse {
    justify-content: flex-end !important;
    flex-direction: row !important;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1rem;
    padding:10px 0 !important;
    position: relative;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 13px !important;
  }
  .offcanvas-menu .menu > .menu-deeper > .menu-child {
    display: block;
  }
  .sto-radimo-img h3 {
    top: auto;
    bottom: 20px;
  }
  .sto-radimo-img img {
    width: 100%;
  }
  .sto-radimo-img {
    position: relative;
    background-color: #000;
    height: 200px;
    overflow: hidden;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 5px 5px;
  }
  .sppb-addon-articles-carousel .bx-controls.bx-has-pager {
    position: absolute;
    width: 100%;
    top: -50px;
  }
  .view-article
    #sp-main-body
    .container
    .article-details
    .article-header:after {
    background: linear-gradient(
      180deg,
      rgb(0 0 0 / 81%) 0%,
      rgb(0 0 0 / 30%) 83.85%
    ) !important;
  }
  .home-slider .home-slide-link {
    background-color: transparent;
    border: 1px solid #fff;
    border-right: none;
    width: 200px;
    padding: 10px 15px;
    position: relative;
  }
  .home-slider .sp-item.slider-content-vercally-center {
    align-items: flex-start;
  }
  .sp-slider .sp-slider-content-align-center .sppb-sp-slider-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 47vh;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-size: 42px !important;
    line-height: 1.2 !important;
    width: 100%;
  }
  .s2 .sp-slider .sp-slider-content-align-center .sppb-sp-slider-title {
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-top: 275px;
    padding-right: 5px;
    text-align: right;
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .home-slide-categories .sppb-addon-wrapper {
    margin: 0 0 15px 0 !important;
  }
  .home-slider .sp-background:before {
    width: 110%;
    left: -39%;
  }
  .home-slider.s2 .sp-background:before {
    left: 37%;
  }
  .page-1062 .sppb-img-responsive.image-fit,
  .itemid-208 .sppb-img-responsive.image-fit {
    height: 100%;
    width: 100%;
    border: 0px solid #58595b;
    border-bottom: none;
  }
  .itemid-208 .sppb-image-layout-title {
      font-size: 16px !important;
  }
  .karijere-box {
    max-width: auto;
    margin: 0 auto;
  }
  .karijere-box .sppb-text-alignment:before {
    display: none;
  }
  .sto-radimo-img:before {
    content: "";
    height: 100%;
    width: 100%;
    transform: skewX(22deg);
    background-color: #0000005c;
    bottom: 0;
    top: 0;
    left: -43%;
    z-index: 3;
    position: absolute;
  }
  .sto-radimo-img h3 {
    top: auto;
    bottom: 15px;
    left: 20px;
    right: auto;
    text-align: left;
    width: 53%;
    font-size: 22px !important;
    line-height: 28px !important;
    text-shadow: 0 0 20px black;
  }
  .slider-title-link h2 {
    padding-top: 330px;
    font-size: 40px;
    font-weight: 700;
  }
  span.object-tag {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .span-spilje {
    font-size: 14px !important;
  }
  .article-social-share {
    padding: 15px;
    text-align: center;
  }
  .object-tags {
    text-align: center;
    margin: 0 0 20px;
  }
  #sp-breadcrumb {
    padding: 0 0 0px 15px;
    display: none;
  }
  #sp-breadcrumb span {
    font-size: 12px;
  }
  #sp-main-body {
    padding: 0 !important;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
    display: block;
  }
  .offcanvas-menu .offcanvas-inner {
    padding: 20px !important;
    margin-top: -8px !important;
  }
  .menu > li > a {
    border-bottom: 1px solid #5d5d5d;
  }
  .menu > li > .menu-child {
    border-bottom: 1px solid #5d5d5d;
    margin: 0 !important;
    padding-left: 10px !important;
  }
  .menu > li > .menu-child > li > a {
    font-weight: 900;
  }
  .menu li.current.active > a {
    text-decoration: underline;
  }
  .lang-block {
    flex-direction: row !important;
    gap: 15px !important;
  }
  ul.projekata {
    padding-left: 15px !important;
  }
  .popis-projekata li {
    padding-left: 0px;
    padding-bottom: 5px;
  }
  .projekata li a {
    font-size: 14px;
  }
  .popis-projekata li span {
    font-size: 12px;
  }
  .popis-projekata h3 {
    font-size: 20px;
  }
  .popis-projekata h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 40px;
  }
  .djelatnosti .sppb-addon-image-content .sppb-image-holder {
    width: 92% !important;
    left: 4% !important;
    max-height: 190px !important;
    top: 15px !important;
    position: absolute;
  }
  .djelatnosti .sppb-addon-image-content .sppb-container .sppb-row > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 200px;
    padding: 0;
  }
  .sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 0px !important;
  }
  .catNumber {
    height: 150px;
    width: 100%;
    display: flex;
  }
  .catNumber .sppb-image-holder {
    position: inherit;
    width: 50%!important;
    height: 150px;
  }
  .catNumber .sppb-image-holder:after {
    content: " ";
    position: absolute;
    right: -66%;
    top: 0;
    width: 95%;
    height: 100%;
  }
  .catNumbers > .sppb-row-container > .sppb-row {
    gap: 15px;
  }
  .catNumbers .sppb-image-content-title span {
    font-weight: 100;
    font-size: 14px;
    text-transform: inherit;
    color: #fff;
    display: block;
    margin-bottom: -8px;
  }
  .catNumbers .sppb-image-content-title {
    font-size: 40px;
    margin: 0;
  }
  .catNumbers .sppb-content-holder {
    font-weight: 400;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    text-align: right;
    line-height: 1.4;
    margin: 10px 0 0 0;
}
}
.sp-megamenu-parent > li > a.menu-bold {
  font-weight: 700 !important;
  color: #fff !important;
  background-color: #da2032 !important;
  height: 30px;
  border-radius: 6px;
  margin: 0 12px;
}
.investitori-items-obavijesti .sppb-addon-wrapper:last-child h3 {
  font-weight: 300 !important;
}
.investitori-items-obavijesti h3 {
  margin-bottom: 0px !important;
}
.investitori-items-obavijesti .sppb-col-md-1 > .sppb-column {
  padding-bottom: 0px !important;
}
.investitori-title .sppb-addon-module {
  font-family: "Zilla Slab", sans-serif;
  font-weight: 600 !important;
}
.investitori-title .breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}

.investitori .fa-angle-right {
  font-size: 0 !important; /* hides the icon */
  position: relative;
  width: 48px; /* adjust size */
  height: 48px;
  display: inline-block;
}

.investitori .fa-angle-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("arrow-red-48x48.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.investitori .fa-angle-right:hover::before {
  background-image: url("arrow-white-48x48.svg");
}
/* ANIMATED download icon */
.download-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: transform 0.3s ease;
  fill: #da2032;
}

.arrow,
.arrow1 {
  transition: transform 0.3s ease;
}
.download-icon-holder {
  text-align: center;
}

.investitori-items-block:hover .download-icon {
  fill: #58595b;
}
.investitori-items-block:hover .download-icon .arrow {
  transform: translateY(16px);
}
.download-icon .arrow1 {
  transform: translateY(-16px);
}
.investitori-items-block:hover .download-icon .arrow1 {
  transform: translateY(0px);
}
.download-icon .clip {
  fill: #da2032;
}
.investitori-items-block:hover .download-icon .clip {
  fill: #58595b;
}
/* END ANIMATED download icon */

/* ANIMATED right icon */
.right-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: transform 0.3s ease;
  fill: #da2032;
}
.right-icon-holder {
  text-align: right;
}
.investitori-items-block:hover .right-icon {
  fill: #58595b;
}
.investitori-items-block:hover .right-icon .arrow {
  transform: translateX(16px);
}
.right-icon .arrow1 {
  transform: translateX(-16px);
}
.investitori-items-block:hover .right-icon .arrow1 {
  transform: translateX(0px);
}
.right-icon .clip {
  fill: #da2032;
}
.investitori-items-block:hover .right-icon .clip {
  fill: #58595b;
}
/* END ANIMATED right icon */

.fa-download {
  font-size: 0 !important; /* hides the icon */
  position: relative;
  width: 48px; /* adjust size */
  height: 48px;
  display: inline-block;
}

.fa-download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("download-red-48x48.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fa-download:hover::before {
  background-image: url("download-white-48x48.svg");
}

.investitori-items .sppb-icon-inner {
  background-color: #58595b !important;
}
.investitori-items-block:hover .sppb-icon-inner {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.investitori-items-block:hover .fa-angle-right::before {
  background-image: url("arrow-white-48x48.svg");
}
.investitori-items-block:hover .fa-download::before {
  background-image: url("download-white-48x48.svg");
}

.sppb-addon-module .investitori-items h3.sppb-addon-title {
  font-weight: 300 !important;
}

.investitori-items.investitori-items-obavijesti
  .sppb-column-addons
  > div:first-child
  h3.sppb-addon-title {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
.investitori-items h2 {
  margin-bottom: 0;
}
.investitori-items a {
  color: #111;
}
.lang-inline li:first-child {
  padding-right: 10px;
  border-right: 1px solid #cacaca !important;
}
.mod-breadcrumbs.breadcrumb.px-3.py-2 {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  .iz-medija-item {
    flex-direction: column;
  }
  .iz-medija-item h3 {
    font-size: 24px !important;
    line-height: 1.4;
  }
  .iz-medija-item h4 {
    font-size: 18px !important;
  }
  .iz-medija-item p {
    font-size: 16px !important;
  }
  .sp-copyright > div {
    flex-direction: column;
  }
  .investitori-items-block .sppb-section {
    padding-top: 30px !important;
  }
  .investitori-items.investitori-items-obavijesti h3.sppb-addon-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .investitori-items.investitori-items-obavijesti
    .sppb-column-addons
    > div:first-child
    h3.sppb-addon-title {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .investitori-items.investitori-items-docs h3.sppb-addon-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .investitori-items.investitori-items-docs .sppb-col-xs-9 {
    padding-left: 0 !important;
  }
}
.bfQuickMode legend {
  padding: 0 0 10px 0 !important;
  background: transparent !important;
  color: #222 !important;
  font-size: 120%;
}
.bfQuickMode fieldset {
  padding: 0 15px !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: #ebebeb !important;
  margin: 0 !important;
}
.bfQuickMode fieldset p {
  font-size: 15px !important;
}
.ff_elem[type="checkbox" i] {
  margin: 12px 0 !important;
  width: 17px;
  height: 17px;
}
.ff_elem[type="file" i] {
  margin: 6px 0 !important;
}
select.form-control:not([multiple]),
select:not(.form-control):not([multiple]),
select.inputbox:not([multiple]),
select:not([multiple]) {
  height: 41px !important;
}
.investitori-items-obavijesti {
  border-bottom: none !important;
  padding-bottom: 70px !important;
  padding-top: 70px !important;
}
.investitori-filter {
  width: 200px !important;
  color: #fff !important;
}
.breadcrumb-item a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.investitori-items-block:hover a > .sppb-addon-title {
  text-decoration: underline;
}
.investitori-items-obavijesti .cat-investitori,
.investitori-items-obavijesti .cat-ipo {
  padding-top: 10px !important;
  padding-bottom: 25px !important;
}

@media (max-width: 1180px) {
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span {
    font-size: 14px !important;
  }
  .logo-image {
    height: 60px;
  }
  .investitori-items-obavijesti {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .investitori-items-obavijesti .cat-investitori,
  .investitori-items-obavijesti .cat-ipo {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
  }
}

.investitori-title {
  z-index: 2 !important;
}
.custom-select-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.custom-select {
  background: #da2032;
  color: white;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  position: relative;
  user-select: none;
  font-family: "Zilla Slab";
  font-weight: 500;
}

.custom-select .arrow {
  background-image: url("arrow-down.svg");
  width: 12px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.custom-select.open .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  color: black;
  border: 1px solid #ccc;
  z-index: 999;
  display: none;
}

.custom-select.open .custom-options {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-options li {
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 500;
}

.custom-options li:hover {
  background-color: #f0f0f0;
}

.clamp {
  --lc-lines: 3; /* default if data-lines missing */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: var(--lc-lines);
  line-clamp: var(--lc-lines);
  position: relative;
}

/* nice fade when clamped */
.clamp.is-clamped::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5em; /* tweak fade height */
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}

/* expanded = no clamp */
.clamp.is-expanded {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.clamp-toggle {
  display: inline-block;
  margin-top: 0;
  cursor: pointer;
  border: 0;
  background: none;
  font: inherit;
  color: #df3c4c; /* customize */
  text-decoration: none;
  padding: 0;
  font-weight: 600;
}

#cookiesck_accept {
  background: #da2032!important;
  border: none!important;
  color: #f5f5f5;
}
#cookiesck_accept:hover {
  background: transparent;
  border: 2px solid transparent!important;
  color: #FFF!important;
}

.cookiesck-main .cookiesck-decline:hover, .cookiesck-main .cookiesck-decline.cookiesck-active {
  background: none;
  border: 2px solid #da2032;
  color: #da2032;
}
.karijere-box .sppb-img-responsive {
      object-fit: cover;
}
.karijere-box .sppb-text-alignment {
  height: 100%;
}
.karijere-box .sppb-image-layout-title {
  font-size: 22px!important;
    line-height: 1.1!important;
}
.karijere-box .sppb-addon-image-layout-wrap > .sppb-row > .sppb-col-sm-6:first-child {
  flex: 0 0 40%;
  max-width: 40%;
}
.karijere-box .sppb-addon-image-layout-wrap > .sppb-row > .sppb-col-sm-6:last-child {
  flex: 0 0 60%;
  max-width: 60%;
}
html.error-page .error-message {
    font-size: 36px;
    margin-bottom: 40px;
    color: #222;
}
html.error-page .error-code {
    font-size: 180px;
    font-weight: bold;
    color: #000000!important;
}
html.error-page .btn.btn-primary {
    border-radius: 0px;
    border-color: #808080;
    color: #ffffff;
    background-color: #0000006e;
}
.sppb-carousel-extended-heading {
    font-size: 42px!important;
    font-weight: 200!important;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    z-index: 1;
    width: 1350px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Zilla Slab';
}
.sppb-carousel-extended-heading {
      padding-right: 45%;
  }
@media (max-width: 1180px) {
  .sppb-carousel-extended-heading {
      padding-right: 0;
  }
  }