.home-slider h2 {
  font-family: Black !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.home-slider a.button {
  font-family: Light;
  font-weight: 300;
  padding: 0.5em 2em;
}

.home-slider > .section-content.relative > section {
  display: none;
}

.home-slider > .section-content.relative > section.current {
  display: block;
}

.section.next-selection {
  display: block !important;
  position: absolute;
  right: -425px;
  width: 850px;
  height: 330px;
  overflow: hidden;
  bottom: 0;
  z-index: 100;
}

.home-slider .section.next-selection h2 {
  font-size: 1.2em;
}

.home-slider .section.next-selection .banner.has-hover {
  padding-top: 330px !important;
}

.home-slider .section.next-selection .banner-layers > .text-box {
  width: 50% !important;
  background: #fff;
  height: 100%;
  padding: 1em;
}

.home-slider .section.next-selection .banner-layers > .text-box * {
  color: #000 !important;
  font-family: "Medium" !important;
}

.home-slider
  .section.next-selection
  .banner-layers
  > .text-box
  > .text-box-content {
  position: absolute;
  top: 50%;
  margin-right: 3em;
  margin-left: 2em;
  transform: translateY(-50%);
}

.home-slider .section.next-selection .banner-layers > .text-box .gap-element {
  padding-top: 30px !important;
}

.home-slider .section.next-selection .banner-layers > .text-box .seq {
  color: var(--primary-color) !important;
  font-size: 2em;
  margin-bottom: 0.25em !important;
  font-family: Black !important;
}

.home-slider .section.next-selection .banner-layers > .text-box a.button {
  padding: 0;
  border: 0;
  margin: 0;
}

.home-slider .section.next-selection .banner-layers > .text-box a.button:hover {
  box-shadow: none;
}

.home-slider
  .section.next-selection
  .banner-layers
  > .text-box
  a.button:hover
  span {
  text-decoration: underline;
}

.home-slider .section.next-selection .banner-layers > .text-box a.button i {
  display: none;
}

.home-slider .section.next-selection .bg-fill.bg-loaded {
  background-position: right center !important;
  background-size: cover !important;
}

.navigation {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: 5%;
  z-index: 3000;
  display: flex;
}

.navigation > span {
  width: 50px;
  cursor: pointer;
}

.navigation > span:first-child {
  margin-right: 1em;
}

.navigation svg.h-6.w-6 {
  border-radius: 0;
  border-color: #fff;
  color: #fff;
  opacity: 1;
  transition: .2s all ease-in-out;
}

/*.navigation span:hover svg.h-6.w-6{
	opacity: 1;
}*/

.navigation > span:last-child svg {
  background-color: #fff;
  color: #000;
}

/* LATEST NEWS */
.home .cont-posts3-cole {
  justify-content: initial;
}

.home .cont-posts3-cole > a {
  width: 100% !important;
}

.home .listed-img img {
  max-height: none;
}


.home .banner-puscica-slide-l:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/02/Desna-puscica.svg);
    width: 50px;
    height: 50px;
    display: block;
    background-size: cover;
    left: 70%;
    position: absolute;
    background-repeat: no-repeat;
    filter: invert(21%) sepia(67%) saturate(4907%) hue-rotate(150deg) brightness(95%) contrast(102%);
}

.fake-shop a.button.primary.expand>span{
    font-family: Thin;
    font-weight: 300;
    font-size: 1.2em;
}

@media(max-width: 849px){
	.home-slider .section.next-selection{
		display: none !important;
	}
	.home-slider .section.current .text-box.banner-layer{
		margin-left: 5%;
		width: 60% !important;
	}
	.home-slider .navigation {
		top: 50%;
		transform: translateY(-50%);
	}
	.home-slider .section.current .section-content>.banner{
		padding-top: 100vh !important;
	}
}

@media(max-width: 549px){
	.home-slider .section.current .text-box.banner-layer {
        margin-left: 5%;
        width: 90% !important;
        bottom: 5%;
        top: auto;
    }
	.home-slider .navigation {
		top: auto;
		bottom: 20%;
		transform: none;
	}
	.home li.tab.has-icon>a{
		font-size: 1.2em !important;
	}
}

.home li.tab.has-icon>a {
    font-family: 'Medium';
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.3;
    padding-top: 0;
    padding-bottom: .2em;
}

.home li.tab.active>a{
	color: #000;
}

.home li.tab{
	margin-right: 1em;
}