.box-slider-decor {
  backdrop-filter: blur(8px);
}
header div#logo img {
  width: 200px;
  padding-top: 10px;
}
p.slider-teaser {
  font-size: var(--body-font-size);
  font-size: 20px;
}
.w-35 {
  width: 35%;
}
#mainmenu > li > a {
  font-size: 24px;
  padding-right: 6px;
  font-weight: var(--mainmenu-font-weight);
}
.fz-40 {
  font-size: 40px;
}
section {
  padding: 60px 0 60px 0;
}
.mt-50 {
  margin-top: 50px;
}
.img-delizie img {
  height: 650px;
  object-fit: cover;
}
.fz-30 i {
  font-size: 30px;
}
footer {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.subfooter {
  margin-top: 0;
}
.w100{
	width: 100% !important;
}

.blk h4{
	display: block;
	height: 54px;
}
.swiper-inner{
	background-position: center !important;
}
.mypage-alo-phone-2 {
        position: fixed;
        left: -20px;
        visibility: visible;
        background-color: transparent;
        width: 110px;
        height: 110px;
        cursor: pointer;
        bottom: 30px !important;
    }
    .mypage-alo-ph-circle-fill-2 {
        width: 60px;
        height: 60px;
        top: 28px;
        left: 28px;
        position: absolute;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-color: #38bd4b;
        opacity: .75 !important;
    }
    .mypage-alo-ph-img-circle-2 {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background: rgba(30,30,30,.1) url(../img/whatsapp-logo.png) no-repeat center center;
        background-color: rgba(30,30,30,.1);
        background-size: auto auto;
        background-color: rgba(30,30,30,.1);
        background-size: auto auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #27b43e;
        background-size: 70%;
      }
.mypage-alo-ph-img-circle-2 img{
	width: 26px;
	height: 26px;
}


.modal-footer .btn{
	height: 38px !important;
	width: 71px !important;
}

@media only screen and (max-width: 1024px) {
  .img-delizie img {
    height: 340px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 992px) {
	.swiper-button-next, .swiper-button-prev{
		display: none !important;
	}
}




@media only screen and (max-width: 768px) {
  header div#logo img {
    width: 70px;
    padding-top: 10px;
  }
	.blk h4{
		display: block;
		height: auto;
	}
}
@media only screen and (max-width: 425px) {
  .w-35 {
    width: 95%;
  }
}


.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: rotateZ(360deg) rotateY(360deg);
  }
