:root {
  --center-color: #adb5bd;
  /*--stss-color: #f04e23;
  --vss-color: #0085ae;
  --izredno-color: #80c342;*/
  --stss-color: #00addc;
  --vss-color: #2e64af;
  --izredno-color: #39b6bc;
}

iframe {
  width: 100%;
}

html {
  font-size: 62.5%;
}

html,
body {
  font-style: normal;
}

body {
  font-size: 1.6rem;
}

/** HEADER **/
/* Top Bar */
.fusion-header-wrapper .fusion-secondary-header {
  border-bottom: none;
}

div.fusion-contact-info a {
  text-decoration: underline transparent;
  transition: text-decoration-color 0.6s ease;
}

div.fusion-contact-info a:hover,
div.fusion-contact-info a:focus {
  text-decoration-color: #fff;
}

.fusion-header-wrapper .fusion-secondary-header .fusion-secondary-menu > ul > li {
  border-left: none;
}

.fusion-header-wrapper .fusion-secondary-header .fusion-secondary-menu > ul > .menu-item:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 17px;
  background-color: #fff;
  transform: translateY(-50%);
}

.searchform.fusion-search-form .fusion-search-form-content .fusion-search-field.search-field {
  display: none;
  margin-left: 12px;
}

.searchform.fusion-search-form .fusion-search-form-content .fusion-search-field.search-field.visible {
  display: block;
}

.searchform.fusion-search-form .fusion-search-form-content .fusion-search-button.search-button input[type="submit"] {
  height: 44px;
  line-height: 44px;
  background: transparent;
}

div.fusion-mobile-menu-icons a {
  font-size: 2.8rem;
  line-height: 60px;
}

/* Main Header */
header.fusion-header-wrapper.fusion-is-sticky {
  margin-top: 76px;
}

header.fusion-header-wrapper div.fusion-header {
  height: auto !important;
}

header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header {
  position: relative;
  top: 0 !important;
}

header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header div.fusion-logo {
  position: absolute;
  top: 0;
}

header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header .scpet-center--logo--not-sticky--hidden {
  display: none;
}

@media (max-width: 990px) {
  header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header .scpet-center--logo--not-sticky--hidden {
    float: left;
    display: block;
  }

  header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header .scpet-center--logo--not-sticky--hidden div.fusion-logo {
    position: static;
    margin-top: 0;
    margin-bottom: 0;
  }

  header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header .scpet-center--logo--not-sticky--hidden div.fusion-logo .fusion-logo-link img {
    width: 82px;
  }
}

@media (max-width: 800px) {
  header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header .scpet-center--logo--not-sticky--hidden div.fusion-logo .fusion-logo-link img {
    width: 60px;
  }
}
/*
header.fusion-header-wrapper.fusion-is-sticky div.fusion-header .scpet-center--logo--not-sticky--hidden {
  width: 40px;
}*/

header.fusion-header-wrapper .scpet-center--header--sections-wrapper {
  max-width: 1450px;
  padding: 0 36px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--logo {
  position: relative;
  display: inline-block;
  max-width: 268px;
  width: 100%;
  vertical-align: middle;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--logo div.fusion-logo {
  position: absolute;
  bottom: -126px;
}

@-moz-document url-prefix() {
  header.fusion-header-wrapper.fusion-is-sticky .scpet-center--header--sections-wrapper .scpet-center--header--logo div.fusion-logo {
    bottom: -88px;
  }
}

@media (max-width: 1400px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper {
    max-width: 1280px;
  }

  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--logo {
    max-width: 192px;
  }
}

@media (max-width: 1170px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--logo {
    max-width: 164px;
  }

  header.fusion-header-wrapper:not(.fusion-is-sticky) .scpet-center--header--sections-wrapper .scpet-center--header--logo div.fusion-logo {
    bottom: -104px;
  }
}

@media (max-width: 990px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--logo {
    display: none;
  }
}

@media (max-width: 774px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header div.fusion-logo .fusion-logo-link img {
  width: 192px;
}

header.fusion-header-wrapper.fusion-is-sticky .fusion-header .fusion-logo {
  margin-top: 16px;
  margin-bottom: 16px;
}

header.fusion-header-wrapper.fusion-is-sticky .fusion-header .fusion-logo img {
  width: 200px;
}

@media (max-width: 800px) {
  header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header div.fusion-logo {
    position: static;
  }

  header.fusion-header-wrapper:not(.fusion-is-sticky) div.fusion-header div.fusion-logo .fusion-logo-link img {
    width: 26px;
  }
}

/* SCPET Internal Menu */
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 275px);
  vertical-align: middle;
  text-align: right;
}

@-moz-document url-prefix() {
  header.fusion-header-wrapper.fusion-is-sticky .scpet-center--header--sections-wrapper .scpet-center--header--main {
    margin-top: -74px;
  }
}

@media (max-width: 1170px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main {
    width: calc(100% - 184px);
  }
}

@media (max-width: 990px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main {
    width: 100%;
  }
}

@media (max-width: 774px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main {
    text-align: left;
  }
}

@media (max-width: 520px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main {
    flex-wrap: wrap;
  }
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box {
  max-width: 364px;
  width: 100%;
  height: 182px;
  padding: 34px 44px 0;
}

@media (max-width: 1400px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box {
    max-width: 262px;
  }
}

@media (max-width: 990px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box {
    max-width: 100%;
    width: 100%;
    padding: 14px;
    height: auto;
  }

  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box:not(.visible):not(.center-visible) {
    display: none;
  }
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box.visible {
    display: block;
  }
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box.center-visible {
    display: inline-block;
    width: 33.33%;
    min-height: 160px;
    vertical-align: top;
  }
}

@media (max-width: 866px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box {
    height: auto;
    padding: 24px 22px 12px;
  }
}

@media (max-width: 774px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box {
    padding-top: 12px;
  }
}

@media (max-width: 681px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box,
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box.center-visible {
    width: 100%;
    min-height: auto;
  }
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-stiss {
  margin-right: -39px;
  background: url("/wp-content/themes/scpet/images/scpet-center-header-stiss-new-2.png") no-repeat center center / 100% 100%;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-vss {
  margin-right: -39px;
  margin-left: -2px;
  background: url("/wp-content/themes/scpet/images/scpet-center-header-vss-new.png") no-repeat center center / 100% 100%;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-izredno {
  background: url("/wp-content/themes/scpet/images/scpet-center-header-izredno-new.png") no-repeat center center / 100% 100%;
}

@media (max-width: 1400px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-stiss,
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-vss {
    margin-right: -30px;
  }
}

@media (max-width: 990px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-stiss,
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-vss {
    margin-right: 0;
  }

  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-stiss {
    /*background-image: linear-gradient(to right, #f36f22, #f14f23);*/
    background-color: var(--stss-color);
  }

  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-vss {
    /*background-image: linear-gradient(to right, #009bca, #0085af);*/
    background-color: var(--vss-color);
  }

  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .center-izredno {
    /*background-image: linear-gradient(to right, #a5ce39, #82c443);*/
    background-color: var(--izredno-color);
  }
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box h2 {
  margin-bottom: 14px;
  /*font-size: 3rem;*/
  font-size: 2.6rem;
  line-height: 38px;
  text-align: left;
  color: #fff;
}

@media (max-width: 1400px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box h2 {
    font-size: 1.9rem !important;
    line-height: 31px !important;
  }
}

@media (max-width: 774px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 681px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box h2 {
    text-align: center;
  }
}

@media (max-width: 653px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box h2 {
    font-size: 1.4rem !important;
  }
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box h2 a {
  color: inherit;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box .section-arrow-btn--wrapper {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 990px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.center-visible .link-box h2 {
    width: 100%;
  }

  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.center-visible .link-box .section-arrow-btn--wrapper {
    width: 55px;
    vertical-align: bottom;
  }

  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box h2 {
    margin-bottom: 0;
  }

  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main:not(.center-visible) .link-box h2 a br {
    display: none;
  }

  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main:not(.center-visible) .link-box h2 a > span:last-of-type {
    margin-left: 6px;
  }
}

@media (max-width: 681px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box .section-arrow-btn--wrapper {
    display: none;
  }
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box .section-arrow-btn--wrapper a {
  font-size: 3.2rem;
  color: #fff;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main .link-box .section-arrow-btn--wrapper a::before {
  color: #fff;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__2 .center-vss h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__2 .center-vss .section-arrow-btn--wrapper a::before,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__2 .center-izredno h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__2 .center-izredno .section-arrow-btn--wrapper a::before {
  color: rgba(255, 255, 255, 0.3);
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__2 .center-vss:hover h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__2 .center-vss:hover .section-arrow-btn--wrapper a::before,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__2 .center-izredno:hover h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__2 .center-izredno:hover .section-arrow-btn--wrapper a::before {
  color: #fff;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__3 .center-stiss h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__3 .center-stiss .section-arrow-btn--wrapper a::before,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__3 .center-izredno h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__3 .center-izredno .section-arrow-btn--wrapper a::before {
  color: rgba(255, 255, 255, 0.3);
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__3 .center-stiss:hover h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__3 .center-stiss:hover .section-arrow-btn--wrapper a::before,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__3 .center-izredno:hover h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__3 .center-izredno:hover .section-arrow-btn--wrapper a::before {
  color: #fff;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__4 .center-vss h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__4 .center-vss .section-arrow-btn--wrapper a::before,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__4 .center-stiss h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__4 .center-stiss .section-arrow-btn--wrapper a::before {
  color: rgba(255, 255, 255, 0.3);
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__4 .center-vss:hover h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__4 .center-vss:hover .section-arrow-btn--wrapper a::before,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__4 .center-stiss:hover h2,
header.fusion-header-wrapper .scpet-center--header--sections-wrapper .scpet-center--header--main.color__4 .center-stiss:hover .section-arrow-btn--wrapper a::before {
  color: #fff;
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper ~ .center-cta {
  display: none;
  /*padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #d5d5d5;*/
}

@media (max-width: 400px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper ~ .center-cta {
    padding-left: 12px;
    padding-right: 12px;
  }
}

header.fusion-header-wrapper .scpet-center--header--sections-wrapper ~ .center-cta h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: normal;
  color: #333;
}

@media (max-width: 1400px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper ~ .center-cta h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 1170px) {
  header.fusion-header-wrapper .scpet-center--header--sections-wrapper ~ .center-cta h1 {
    font-size: 2rem;
  }
}

header.fusion-header-wrapper.fusion-is-sticky .fusion-header:not(.scpet-center--header--fusion-header) .fusion-main-menu > ul > li > a {
  height: 114px;
}

/* Slider */
div.tfs-slider.flexslider ul.slides div.slide-content-container {
  left: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 800px) {
  div.tfs-slider.flexslider ul.slides div.slide-content-container {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}

div.tfs-slider.flexslider ul.slides div.slide-content-container .slide-content {
  margin-left: 0;
}

div.tfs-slider.flexslider ul.slides div.slide-content-container .slide-content .buttons .tfs-button-1 {
  display: block;
}

.slide-content-container .scpet-slider--content-wrapper {
  max-width: 1100px;
  width: 100%;
}

@media (max-width: 1920px) {
  .slide-content-container .scpet-slider--content-wrapper {
    max-width: 840px;
  }
}

@media (max-width: 1500px) {
  .slide-content-container .scpet-slider--content-wrapper {
    max-width: 620px;
  }
}

@media (max-width: 800px) {
  .slide-content-container .scpet-slider--content-wrapper {
    max-width: 100%;
  }
}

.slide-content-container .scpet-slider--content-wrapper.scpetcenter-slider-content .title {
  background-color: rgba(102, 102, 102, 0.9);
}

.slide-content-container .scpet-slider--content-wrapper.stiss-slider-content .title {
  /*background-color: rgba(243, 112, 33, 0.9);*/
  background-color: var(--stss-color);
}

.slide-content-container .scpet-slider--content-wrapper.vss-slider-content .title {
  /*background-color: rgba(0, 155, 202, 0.9);*/
  background-color: var(--vss-color);
}

.slide-content-container .scpet-slider--content-wrapper.izredno-slider-content .title {
  /* background-color: rgba(166, 206, 57, 0.9);*/
  background-color: var(--izredno-color);
}

@media (max-width: 640px) {
  .slide-content-container .scpet-slider--content-wrapper.scpetcenter-slider-content .title,
  .slide-content-container .scpet-slider--content-wrapper.stiss-slider-content .title,
  .slide-content-container .scpet-slider--content-wrapper.vss-slider-content .title,
  .slide-content-container .scpet-slider--content-wrapper.izredno-slider-content .title {
    margin-bottom: 0 !important;
  }
}

.slide-content-container .scpet-slider--content-wrapper .title h1,
.slide-content-container .scpet-slider--content-wrapper .content-box {
  padding-left: 60px;
  color: #fff;
}

@media (max-width: 1500px) {
  .slide-content-container .scpet-slider--content-wrapper .title h1,
  .slide-content-container .scpet-slider--content-wrapper .content-box {
    padding-left: 30px;
  }
}

.slide-content-container .scpet-slider--content-wrapper .title h1 {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.25;
}

.slide-content-container .scpet-slider--content-wrapper .title h1 a {
  color: inherit;
}

.slide-content-container .scpet-slider--content-wrapper .content-box {
  font-size: 2rem;
}

@media (max-width: 800px) {
  .slide-content-container .scpet-slider--content-wrapper .title h1 {
    margin-bottom: 0;
  }

  .slide-content-container .scpet-slider--content-wrapper .content-box {
    display: none;
  }
}

.slide-content-container .scpet-slider--content-wrapper .read-more-btn {
  font-size: 2.4rem;
  color: #fff;
  border-bottom: 3px solid transparent;
  transition: border-bottom-color 0.6s ease;
}

.slide-content-container .scpet-slider--content-wrapper.scpetcenter-slider-content .read-more-btn {
  color: #666;
}

.slide-content-container .scpet-slider--content-wrapper .read-more-btn:hover {
  border-bottom-color: #fff;
}

.slide-content-container .scpet-slider--content-wrapper.scpetcenter-slider-content .read-more-btn:hover {
  border-bottom-color: #666;
}

/** MAIN **/
@media (max-width: 640px) {
  main#main {
    padding-top: 60px;
  }
  #DogodkiHomePageMarginMobileFix {
    margin-top: -60px;
  }
}

/* Icons */
.scpet-main--cta-icons.scpet-icons--5 .scpet-main--cta-icon:not(.fusion-column-last) {
  width: calc(20% - 24px) !important;
}

.scpet-main--cta-icons.scpet-icons--5 .scpet-main--cta-icon.fusion-column-last {
  width: 20% !important;
}

.fusion-body .scpet-main--cta-icons.scpet-icons--4 .scpet-main--cta-icon {
  width: calc(25% - 24px) !important;
}

.scpet-main--cta-icons .scpet-main--cta-icon:not(.fusion-column-last) {
  padding-right: 24px;
  margin-right: 24px !important;
  border-right: 1px solid #333;
}

.scpet-main--cta-icons .scpet-main--cta-icon div.fusion-column-wrapper div.imageframe-align-center {
  height: 60px;
}

.scpet-main--cta-icons .scpet-main--cta-icon div.imageframe-align-center .fusion-imageframe img {
  max-width: 52px;
  width: 100%;
}

.scpet-main--cta-icons .scpet-main--cta-icon .content-box {
  margin-top: 24px;
  font-size: 2.6rem;
}

@media (max-width: 1024px) {
  div.fusion-fullwidth.scpet-main--cta-icons.visible-mobile {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s ease;
  }

  .scpet-btn--toggle-shortcuts {
    max-width: 320px;
    padding: 14px 24px;
    margin: 48px auto;
    text-align: center;
    border: 3px solid #ccc;
  }

  div.fusion-fullwidth.scpet-main--cta-icons {
    display: none;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease;
  }

  div.fusion-fullwidth.scpet-main--cta-icons > div.fusion-builder-row {
    text-align: center;
  }

  .scpet-main--cta-icons.scpet-icons--5 .scpet-main--cta-icon:not(.fusion-column-last),
  .scpet-main--cta-icons.scpet-icons--5 .scpet-main--cta-icon.fusion-column-last,
  .scpet-main--cta-icons .scpet-main--cta-icon:not(.fusion-column-last),
  .scpet-main--cta-icons .scpet-main--cta-icon.fusion-column-last {
    float: none;
    display: inline-block;
    max-width: 140px;
    width: 100% !important;
    padding-right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 24px;
  }

  .scpet-main--cta-icons .scpet-main--cta-icon:not(.fusion-column-last) {
    position: relative;
    border-right: none;
  }

  .scpet-main--cta-icons .scpet-main--cta-icon div.fusion-column-wrapper div.imageframe-align-center {
    height: auto;
  }

  .scpet-main--cta-icons .scpet-main--cta-icon .fusion-imageframe img {
    max-width: 50%;
  }

  .scpet-main--cta-icons .scpet-main--cta-icon .content-box {
    font-size: 1.6rem;
  }
}

.scpet-main--site-1 .scpet-main--cta-icons .scpet-main--cta-icon .content-box a {
  color: #666;
}
.scpet-main--site-2 .scpet-main--cta-icons .scpet-main--cta-icon .content-box a {
  color: var(--stss-color);
}
.scpet-main--site-3 .scpet-main--cta-icons .scpet-main--cta-icon .content-box a {
  color: var(--vss-color);
}
.scpet-main--site-4 .scpet-main--cta-icons .scpet-main--cta-icon .content-box a {
  color: var(--izredno-color);
}

/** ŠCPET EVENTS **/
.scpet-events--section-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.scpet-events--section-wrapper .left {
  float: left;
  width: 252px;
  padding-right: 12px;
}

.scpet-events--section-wrapper .left .boxes-wrapper,
.scpet-events--section-wrapper .left .box-title {
  display: inline-block;
}

.scpet-events--section-wrapper .left .boxes-wrapper {
  width: 78px;
  margin-right: 12px;
}

.scpet-events-box {
  float: left;
  width: 26px;
  height: 26px;
}

.scpet-events-box.stiss {
  background-color: var(--stss-color);
}
.scpet-events-box.vss {
  background-color: var(--vss-color);
}
.scpet-events-box.izredno {
  background-color: var(--izredno-color);
}

.scpet-events--section-wrapper .left .box-title {
  width: calc(100% - 90px);
  font-size: 3.4rem;
  color: #333;
}

.scpet-events--section-wrapper .left .box-title a {
  color: inherit;
}

.scpet-events--section-wrapper .right {
  float: right;
  width: calc(100% - 272px);
}

.scpet-events--section-wrapper .right .scpet-event a {
  display: inline-block;
  width: calc(100% - 24px);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.8rem;
  line-height: 56px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.scpet-events--section-wrapper .right .sep {
  display: inline-block;
  width: 1px;
  height: 56px;
  vertical-align: middle;
  line-height: 56px;
  background-color: #333;
}

.scpet-events--section-wrapper .right .owl-stage .owl-item.active:last-child {
  border: 1px solid red !important;
}

.scpet-events--section-wrapper .right .owl-item.active:nth-of-type(2) .sep {
  display: none;
}

@media (max-width: 768px) {
  .scpet-events--section-wrapper .left,
  .scpet-events--section-wrapper .right {
    float: none;
  }

  .scpet-events--section-wrapper .left {
    width: 32%;
    margin-left: auto;
    margin-right: auto;
  }

  .scpet-events--section-wrapper .right {
    width: 100%;
  }
}

/* Events - single */
main.scpet-main--site-1 #tribe-events .tribe-events-button,
.single-tribe_events main.scpet-main--site-1 .fusion-content-widget-area .tribe-events-single-section-title {
  background-color: var(--center-color);
}

main.scpet-main--site-2 #tribe-events .tribe-events-button,
.single-tribe_events main.scpet-main--site-2 .fusion-content-widget-area .tribe-events-single-section-title {
  background-color: var(--stss-color);
  color: #fff;
}
main.scpet-main--site-3 #tribe-events .tribe-events-button,
.single-tribe_events main.scpet-main--site-3 .fusion-content-widget-area .tribe-events-single-section-title {
  background-color: var(--vss-color);
  color: #fff;
}
main.scpet-main--site-4 #tribe-events .tribe-events-button,
.single-tribe_events main.scpet-main--site-4 .fusion-content-widget-area .tribe-events-single-section-title {
  background-color: var(--izredno-color);
  color: #fff;
}

/** NEWS **/
@media (max-width: 800px) {
  .scpet-news.fusion-fullwidth .news-title {
    text-align: center;
  }
}

.scpet-news.fusion-fullwidth .news-title .left,
.scpet-news.fusion-fullwidth .news-title .right {
  display: inline-block;
}

.scpet-news.fusion-fullwidth .news-title .right h2 {
  margin-left: 14px;
  margin-bottom: 14px;
}

div.scpet-new--see-all-news--btn.fusion-layout-column .fusion-text {
  text-align: right;
}

@media (max-width: 800px) {
  div.scpet-new--see-all-news--btn.fusion-layout-column .fusion-text,
  div.scpet-new--see-all-news--btn.fusion-layout-column .fusion-text p {
    text-align: center !important;
  }
}

/* News - Network Posts Extended */
.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content {
  position: relative;
  /*max-width: 400px;*/
  width: calc(33.33% - 27px);
  min-height: 430px;
  margin-bottom: 48px;
  vertical-align: top;
  background-color: #fff;
}

.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .scpet-news--netsposts--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .scpet-news--netsposts--image .scpet-news-image {
  max-width: 400px;
  width: 100%;
  max-height: 220px;
  height: 100vw;
}

@media (max-width: 856px) {
  .scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content {
    width: calc(50% - 20px);
  }

  .scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content:not(:nth-of-type(3n)) {
    margin-right: auto;
  }

  .scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content:not(:nth-of-type(2n)) {
    margin-right: 40px;
  }
}

@media (max-width: 800px) {
  .netsposts-block-wrapper {
    text-align: center;
  }

  .scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content:not(:nth-of-type(2n)) {
    margin-right: auto;
  }

  .scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .scpet-news--netsposts--image {
    width: 100%;
    text-align: center;
  }

  .scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .scpet-news--netsposts--image .scpet-news-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .netsposts-source {
  position: absolute;
  top: 220px;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  border-top: none;
  border-bottom: none;
}

.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .netsposts-source > span:first-of-type,
.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .netsposts-source > span:nth-of-type(3) {
  display: none;
}

.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .netsposts-source > span:nth-of-type(2) {
  position: absolute;
  top: 128px;
  left: 24px;
}

.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .netsposts-source > span:last-of-type a {
  font-size: 1.2rem;
  color: #fff;
}

.netsposts-block-wrapper .netsposts-content.blog-1 .netsposts-source {
  background-color: var(--center-color);
}
.netsposts-block-wrapper .netsposts-content.blog-2 .netsposts-source {
  background-color: var(--stss-color);
}
.netsposts-block-wrapper .netsposts-content.blog-3 .netsposts-source {
  background-color: var(--vss-color);
}
.netsposts-block-wrapper .netsposts-content.blog-4 .netsposts-source {
  background-color: var(--izredno-color);
}

.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .netsposts-posttitle {
  position: absolute;
  top: 264px;
  left: 24px;
  max-height: 66px;
  width: calc(100% - 48px);
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
}

.scpet-center--content--news-netsposts .netsposts-block-wrapper .netsposts-content .netsposts-excerpt {
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.netsposts-block-wrapper .netsposts-content.blog-1 .netsposts-posttitle,
.netsposts-block-wrapper .netsposts-content.blog-1 .netsposts-excerpt {
  color: var(--center-color);
}
.netsposts-block-wrapper .netsposts-content.blog-2 .netsposts-posttitle,
.netsposts-block-wrapper .netsposts-content.blog-2 .netsposts-excerpt {
  color: var(--stss-color);
}
.netsposts-block-wrapper .netsposts-content.blog-3 .netsposts-posttitle,
.netsposts-block-wrapper .netsposts-content.blog-3 .netsposts-excerpt {
  color: var(--vss-color);
}
.netsposts-block-wrapper .netsposts-content.blog-4 .netsposts-posttitle,
.netsposts-block-wrapper .netsposts-content.blog-4 .netsposts-excerpt {
  color: var(--izredno-color);
}

.netsposts-block-wrapper .netsposts-content .netsposts-excerpt a {
  color: inherit;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
}

/* News - no Avada */
.scpet-news--section-wrapper.no-fusion .scpet-news--custom {
  display: inline-block;
  max-width: 400px;
  max-height: 424px;
  margin-bottom: 48px;
  background-color: #fff;
}
.scpet-news--section-wrapper.no-fusion .scpet-news--custom:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-img {
  display: block;
  width: 400px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 800px) {
  .scpet-news--section-wrapper.no-fusion .scpet-news--custom {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .scpet-news--section-wrapper.no-fusion .scpet-news--custom:not(:nth-of-type(3n)) {
    margin-right: auto;
  }

  .scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-img {
    width: 100%;
    background-size: cover;
  }
}

.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-site {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-site.site__1 {
  background-color: var(--center-color);
}
.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-site.site__2 {
  background-color: var(--stss-color);
}
.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-site.site__3 {
  background-color: var(--vss-color);
}
.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-site.site__4 {
  background-color: var(--izredno-color);
}

.scpet-news--section-wrapper.no-fusion .scpet-news--custom .title-date-link {
  padding: 16px 24px 36px;
}

.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-title,
.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-date,
.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-read-more {
  display: block;
}

.scpet-news--section-wrapper.no-fusion .scpet-news--custom .news-title {
  font-size: 2.6rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.scpet-news--section-wrapper.no-fusion .scpet-news--custom .title-date-link .color__1 {
  color: var(--center-color);
}
.scpet-news--section-wrapper.no-fusion .scpet-news--custom .title-date-link .color__2 {
  color: var(--stss-color);
}
.scpet-news--section-wrapper.no-fusion .scpet-news--custom .title-date-link .color__3 {
  color: var(--vss-color);
}
.scpet-news--section-wrapper.no-fusion .scpet-news--custom .title-date-link .color__4 {
  color: var(--izredno-color);
}

/* News - Avada */
.scpet-news.fusion-fullwidth .fusion-blog-layout-grid .post .fusion-post-wrapper {
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  border: none !important;
}

@media (max-width: 800px) {
  .scpet-news.fusion-fullwidth .fusion-blog-layout-grid {
    height: auto !important;
  }

  .scpet-news.fusion-fullwidth .fusion-blog-layout-grid .post {
    position: static !important;
    float: none;
    display: block;
    width: 100% !important;
    max-width: 400px;
    height: auto !important;
    margin: 0 auto 48px;
  }

  .scpet-news.fusion-fullwidth .fusion-blog-layout-grid .post .fusion-post-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.scpet-news.fusion-fullwidth .fusion-blog-layout-grid .post .fusion-post-wrapper .fusion-image-wrapper img {
  width: 100%;
  max-height: 220px;
}

.scpet-news.fusion-fullwidth .fusion-blog-layout-grid .post .fusion-post-wrapper .fusion-read-more,
.fusion-blog-layout-grid .post .fusion-read-more {
  font-size: 1.6rem;
}

.scpet-news.fusion-fullwidth div.fusion-column-wrapper div.pagination {
  display: none;
}

.fusion-blog-layout-grid .post .fusion-content-sep,
.fusion-layout-timeline .post .fusion-content-sep,
.fusion-portfolio.fusion-portfolio-boxed .fusion-content-sep {
  display: none;
}

.post .flexslider .slides img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.scpet-news.fusion-fullwidth.stiss-news .fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery::before,
.scpet-news.fusion-fullwidth.stiss-news .fusion-image-wrapper .fusion-rollover .fusion-rollover-link::before {
  color: var(--stss-color);
}

main#main.scpet-blog--page .fusion-blog-layout-grid .post .fusion-post-wrapper {
  background-color: #fff;
  border: none;
}

.scpet-blog--page .fusion-load-more-button.fusion-blog-button {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #333;
}
.scpet-blog--page .fusion-load-more-button.fusion-blog-button:hover {
  color: #fff;
  background-color: #333;
}

/* Notices - Obvestila */
.scpet-notices--section-wrapper .scpet-notices--custom {
  display: inline-block;
  max-width: 400px;
  max-height: 424px;
  margin-bottom: 48px;
  background-color: #fff;
}

.scpet-notices--section-wrapper .scpet-notices--custom:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

.scpet-notices--section-wrapper .scpet-notices--custom .notices-img {
  display: block;
  width: 400px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 800px) {
  .scpet-notices--section-wrapper .scpet-notices--custom {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .scpet-notices--section-wrapper .scpet-notices--custom:not(:nth-of-type(3n)) {
    margin-right: auto;
  }

  .scpet-notices--section-wrapper .scpet-notices--custom .notices-img {
    width: 100%;
    background-size: cover;
  }
}

.scpet-notices--section-wrapper .scpet-notices--custom .notices-site {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.scpet-notices--section-wrapper .scpet-notices--custom .notices-site.site__1 {
  background-color: var(--center-color);
}
.scpet-notices--section-wrapper .scpet-notices--custom .notices-site.site__2 {
  background-color: var(--stss-color);
}
.scpet-notices--section-wrapper .scpet-notices--custom .notices-site.site__3 {
  background-color: var(--vss-color);
}
.scpet-notices--section-wrapper .scpet-notices--custom .notices-site.site__4 {
  background-color: var(--izredno-color);
}

.scpet-notices--section-wrapper .scpet-notices--custom .title-date-link {
  padding: 16px 24px 36px;
}

.scpet-notices--section-wrapper .scpet-notices--custom .notices-title,
.scpet-notices--section-wrapper .scpet-notices--custom .notices-date,
.scpet-notices--section-wrapper .scpet-notices--custom .notices-read-more {
  display: block;
}

.scpet-notices--section-wrapper .scpet-notices--custom .notices-title {
  font-size: 2.6rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.scpet-notices--section-wrapper .scpet-notices--custom .title-date-link {
  padding: 30px 25px 20px;
}

.scpet-notices--section-wrapper .scpet-notices--custom .title-date-link .color__1 {
  color: var(--center-color);
}
.scpet-notices--section-wrapper .scpet-notices--custom .title-date-link .color__2 {
  color: var(--stss-color);
}
.scpet-notices--section-wrapper .scpet-notices--custom .title-date-link .color__3 {
  color: var(--vss-color);
}
.scpet-notices--section-wrapper .scpet-notices--custom .title-date-link .color__4 {
  color: var(--izredno-color);
}

/* Projects */
.scpet-projects.fusion-fullwidth .project-title .left,
.scpet-projects.fusion-fullwidth .project-title .right {
  display: inline-block;
}

.scpet-projects.fusion-fullwidth .project-title .left {
  margin-right: 14px;
}

.scpet-projects.fusion-fullwidth .project-title .right h2.scpet-project-title {
  margin-bottom: 14px;
}

.scpet-projects.fusion-fullwidth .project-title .right h2.scpet-project-title a {
  color: inherit;
}

.scpet-projects--section-wrapper .scpet-project a.project-img {
  display: block;
  width: 100%;
  height: 242px;
  background-repeat: no-repeat;
  background-size: cover;
}

.scpet-projects--section-wrapper .scpet-project a.project-title {
  padding-left: 14px;
}

.scpet-projects--section-wrapper .scpet-project a.project-title.color__1 {
  color: var(--center-color);
}
.scpet-projects--section-wrapper .scpet-project a.project-title.color__2 {
  color: var(--stss-color);
}
.scpet-projects--section-wrapper .scpet-project a.project-title.color__3 {
  color: var(--vss-color);
}
.scpet-projects--section-wrapper .scpet-project a.project-title.color__4 {
  color: var(--izredno-color);
}

.fusion-scpetprojektsidebar .fusion-sidebar-inner-content .department > a {
  color: #fff;
}

.fusion-scpetprojektsidebar .fusion-sidebar-inner-content .department.stiss .title,
.fusion-scpetprojektsidebar .fusion-sidebar-inner-content .department.stiss .subtitle {
  display: block;
  padding: 16px 32px;
}

.fusion-scpetprojektsidebar .fusion-sidebar-inner-content .department.stiss .title {
  background-color: var(--stss-color);
}

.fusion-scpetprojektsidebar .fusion-sidebar-inner-content .department.stiss .subtitle {
  background-color: #f37021;
}

#wrapper #main .fusion-scpetprojektsidebar .scpet-widget-title {
  padding-top: 24px;
  padding-left: 20px;
  margin-top: 24px;
  font-size: 1.8rem;
  border-top: 1px solid #333;
}

#wrapper .fusion-scpetprojektsidebar .fusion-sidebar-inner-content nav.fusion-vertical-menu-widget ul.menu {
  padding-left: 0;
}

#wrapper .fusion-scpetprojektsidebar .fusion-sidebar-inner-content nav.fusion-vertical-menu-widget ul li {
  list-style: none;
}

#wrapper .fusion-scpetprojektsidebar .fusion-sidebar-inner-content nav.fusion-vertical-menu-widget ul li > a {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  text-decoration: underline transparent;
  border-right: none;
}

#wrapper .fusion-scpetprojektsidebar .fusion-sidebar-inner-content nav.fusion-vertical-menu-widget ul li > a:hover {
  text-decoration-color: #333;
}

/** SINGLE **/
.post div.fusion-meta-info {
  border: none;
}

aside.sidebar.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li.active a {
  border-top-color: #333;
}

aside.sidebar.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a {
  font-size: 1.4rem;
  font-weight: bold;
}

aside.sidebar .fusion-tabs-widget .fusion-tabs-widget-content .post-holder a {
  font-size: 1.4rem;
  color: #000;
}

div.fusion-single-sharing-box.share-box {
  padding-left: 0;
  border-top: 1px solid #e7e4e2;
}

div.fusion-single-sharing-box.share-box h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

div.fusion-single-sharing-box.share-box .fusion-social-networks .fusion-social-network-icon {
  padding: 4px;
  color: #fff;
  border-radius: 2px;
}

div.fusion-single-sharing-box.share-box .fusion-social-networks .fusion-social-network-icon.fusion-facebook {
  background-color: #3b5998;
}

div.fusion-single-sharing-box.share-box .fusion-social-networks .fusion-social-network-icon.fusion-twitter {
  background-color: #55acee;
}

div.fusion-single-sharing-box.share-box .fusion-social-networks .fusion-social-network-icon.fusion-linkedin {
  background-color: #0077b5;
}

div.fusion-single-sharing-box.share-box .fusion-social-networks .fusion-social-network-icon.fusion-googleplus {
  background-color: #dc4e41;
}

div.fusion-single-sharing-box.share-box .fusion-social-networks .fusion-social-network-icon.fusion-pinterest {
  background-color: #bd081c;
}

div.fusion-single-sharing-box.share-box .fusion-social-networks .fusion-social-network-icon.fusion-mail {
  background-color: #000;
}

/** ARCHIVE **/
body.archive main#main {
  background-color: #f7f5f4;
}

body.archive main#main .fusion-blog-archive .fusion-blog-layout-grid .post .fusion-post-wrapper {
  background-color: #fff;
  border: none;
}

/** FOOTER **/
.scpet-center--header--main.footer-menu.mobile-mode {
  display: none;
}

@media (max-width: 990px) {
  .scpet-center--header--main.footer-menu.mobile-mode {
    display: block;
  }

  .scpet-center--header--main.footer-menu.mobile-mode .link-box {
    width: 50%;
    padding: 12px;
    text-align: center;
  }

  .scpet-center--header--main.footer-menu.mobile-mode .link-box:not(.disabled) {
    display: inline-block;
    vertical-align: top;
  }

  .scpet-center--header--main.footer-menu.mobile-mode .link-box.center-stiss {
    background-color: var(--stss-color);
  }

  .scpet-center--header--main.footer-menu.mobile-mode .link-box.center-vss {
    background-color: var(--vss-color);
  }

  .scpet-center--header--main.footer-menu.mobile-mode .link-box.center-izredno {
    background-color: var(--izredno-color);
  }

  .scpet-center--header--main.footer-menu.mobile-mode .link-box.disabled {
    display: none;
  }

  .scpet-center--header--main.footer-menu.mobile-mode .link-box h2 {
    margin-bottom: 14px;
  }

  .scpet-center--header--main.footer-menu.mobile-mode .link-box h2 a,
  .scpet-center--header--main.footer-menu.mobile-mode .link-box .section-arrow-btn--wrapper a,
  .scpet-center--header--main.footer-menu.mobile-mode .link-box .section-arrow-btn--wrapper a::before {
    color: #fff;
  }

  .scpet-center--header--main.footer-menu.mobile-mode .link-box .section-arrow-btn--wrapper a {
    font-size: 2.4rem;
  }
}

@media (max-width: 580px) {
  .scpet-center--header--main.footer-menu.mobile-mode .link-box {
    width: 100%;
  }
}

#wrapper .fusion-footer .fusion-footer-widget-area .widget-title {
  margin-bottom: 9px;
}

#wrapper .fusion-footer .fusion-footer-widget-area .widget-title > a {
  color: inherit;
}

#wrapper .fusion-footer .fusion-vertical-menu-widget .menu li.menu-item > a {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  text-decoration: underline transparent;
  border-right: none;
}

#wrapper .fusion-footer .fusion-vertical-menu-widget .menu li.menu-item > a:hover {
  text-decoration-color: #fff;
}

.scpet-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #333;
}

@media (max-width: 480px) {
  .scpet-footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.scpet-footer .footer-wrapper {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.scpet-footer .footer-scpet-partners {
  padding-top: 28px;
  padding-bottom: 6px;
  background-color: #fff;
}

.scpet-footer .footer-scpet-contact-data {
  padding-top: 70px;
}

@media (max-width: 1280px) {
  .scpet-footer .footer-scpet-contact-data {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.scpet-footer .footer-scpet-contact-data .section {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
}

.scpet-footer .footer-scpet-contact-data .section.first {
  width: 40%;
}

.scpet-footer .footer-scpet-contact-data .section.second,
.scpet-footer .footer-scpet-contact-data .section.third {
  width: calc(30% - 4px);
}

@media (max-width: 1280px) {
  .scpet-footer .footer-scpet-contact-data .section.first {
    width: 33.33%;
  }

  .scpet-footer .footer-scpet-contact-data .section.second,
  .scpet-footer .footer-scpet-contact-data .section.third {
    width: calc(33.33% - 4px);
  }
}

@media (max-width: 800px) {
  .scpet-footer .footer-scpet-contact-data .section.first,
  .scpet-footer .footer-scpet-contact-data .section.second,
  .scpet-footer .footer-scpet-contact-data .section.third {
    width: 100%;
  }

  .scpet-footer .footer-scpet-contact-data .section.first,
  .scpet-footer .footer-scpet-contact-data .section.second {
    margin-bottom: 24px;
  }
}

.scpet-footer .footer-scpet-contact-data .section .vcard span {
  color: #999;
}

.scpet-footer .footer-scpet-contact-data .section .vcard span a {
  color: #fff;
}

.scpet-footer .footer-scpet-contact-data .section.third .first,
.scpet-footer .footer-scpet-contact-data .section.third .second {
  display: inline-block;
  width: calc(50% - 4px);
  vertical-align: top;
}

@media (max-width: 480px) {
  .scpet-footer .footer-scpet-contact-data .section.third .first,
  .scpet-footer .footer-scpet-contact-data .section.third .second {
    width: 100%;
  }

  .scpet-footer .footer-scpet-contact-data .section.third .first {
    margin-bottom: 48px;
  }
}

.scpet-footer .footer-scpet-contact-data .section.third .first span {
  font-size: 1rem;
  color: #fff;
}

footer.fusion-footer-copyright-area {
  padding-left: 24px;
  padding-right: 24px;
}

/** COOKIES INFO **/
.scpet-cookies-wrapper.scpet-cookies--btn-content {
  text-shadow: none;
  text-decoration: underline transparent;
  background: #fff;
  border: 3px solid #fff;
  transition: color 0.6s ease, background-color 0.6s ease;
}

.scpet-cookies-wrapper.scpet-cookies--btn-content.scpetcenter-cookie-btn {
  color: var(--center-color);
}
.scpet-cookies-wrapper.scpet-cookies--btn-content.scpetcenter-cookie-btn:hover {
  color: #fff;
  background-color: var(--center-color);
}

.scpet-cookies-wrapper.scpet-cookies--btn-content.stiss-cookie-btn {
  color: var(--stss-color);
}
.scpet-cookies-wrapper.scpet-cookies--btn-content.stiss-cookie-btn:hover {
  color: #fff;
  background-color: var(--stss-color);
}

.scpet-cookies-wrapper.scpet-cookies--btn-content.vss-cookie-btn {
  color: var(--vss-color);
}
.scpet-cookies-wrapper.scpet-cookies--btn-content.vss-cookie-btn:hover {
  color: #fff;
  background-color: var(--vss-color);
}

.scpet-cookies-wrapper.scpet-cookies--btn-content.izredno-cookie-btn {
  color: var(--izredno-color);
}
.scpet-cookies-wrapper.scpet-cookies--btn-content.izredno-cookie-btn:hover {
  color: #fff;
  background-color: var(--izredno-color);
}
