/* ----------------------------------------------------------------	Custom CSS	Add all your Custom Styled CSS here for New Styles or	Overwriting Default Theme Styles for Better Handling Updates-----------------------------------------------------------------*/
#copyrights {
    background-color: #F5F5F4
}

.arancio {
    font-weight: bold;
    color: #DF6414;
}

.arancio_bkg {
    background-color: #DF6414;
    color: #FFF;
}

.fsep {
    display: inline-block;
    margin: 0px 5px;
}

.copy-right strong>a {
    color: #555;
}

#rsa-map iframe {
    width: var(--wMap);
    height: var(--hMap);
}

@media (min-width: 992px) {
    #top-bar.semitransparent-topbar {
        background-color: rgba(255, 255, 255, 1) !important;
    }

   /* #header.transparent-header.semi-transparent #header-wrap {
        background-color: rgba(255, 255, 255, 0.60);
    }

     .sticky-header #header-wrap {
        top: 45px;
    } 

    #header {
        top: 45px;
    } */

    #top-bar {
        position: fixed;
        width: 100%;
    }
}

.top-links-item>a {
    font-family: 'Poppins', sans-serif;
    display: block;
    padding: 12px;
    font-size: 0.82rem;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

/* .sticky-header #header-wrap {
    top: 45px;
} */

.arancio {
    font-weight: bold;
    color: #DF6414;
}

main {
    background-color: #FFF !important;
}

@media (min-width: 992px) {
    .position-lg-sticky {
        top: 80px;
    }
}

.btn-primary {
    color: #fff;
    background-color: #DF6414;
    border-color: #DF6414;
}
.btn-primary:hover {
    color: #DF6414;
    background-color: #fff;
    border-color: #DF6414;
}
.btn-primary:active {
    color: #DF6414;
    background-color: #fff;
    border-color: #DF6414;
}
.btn-primary:focus {
	color: #DF6414;
    background-color: #fff;
    border-color: #DF6414;
    box-shadow: 0 0 0 0.25rem rgba(255, 127, 22, 0.5);
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
    color: #FFF !important;
    background-color: #DF6414 !important;
    border-color: #DF6414 !important;
    border-bottom-color: rgb(26, 188, 156);
}

.wb {
    word-break: break-word;
}
#page-title {
    margin-top: 0px !important;
}

@media screen and (max-width:992px){
    #header{
        top:0px !important;
    }
}

@media screen and (min-width:993px){
    #header{
        top:44px !important;
    }
}

#menu-left ul li, #menu-right ul li{
    list-style: none;
    padding: 0;
}

@media screen and (max-width: 1200px){
    #menu-left{
        background-color: #90c685;
        min-height: 100px;
    }
    
    #menu-right{
        background-color: #df6416;
        min-height: 100px;
    }
}

@media screen and (min-width: 1201px){
    #menu-left{
        background-color: #90c685;
        min-height: 150px;
    }
    
    #menu-right{
        background-color: #df6416;
        min-height: 150px;
    }
}

.rotate-text {
	transform: rotate(-90deg);
	white-space: nowrap;
	display: inline-block;
    line-height: 1;
}

.icon-menu{
    /*max-width: 100px;*/
    height: auto;
}

.icon-page{
    max-height: 120px;
    width: auto;
}

#logo img{
    height: 110px !important;
}

.img-position{
    margin-bottom: -70px;
}

.img-position-c{
    margin-bottom: -70px;
}

@media screen and (max-width:425px) {
    .img-position-c{
        margin-bottom: 0px;
    }
}

#fascia-arancione{
    background: linear-gradient(to right, white 50%, #df6416 50%); 
}

#fascia-arancione2{
    background: linear-gradient(to left, white 50%, #df6416 50%); 
}

#fascia-verde2{
    background: linear-gradient(to left, white 50%, #90c685 50%); 
}

#fascia-arancione .container, #fascia-arancione2 .container{
    background-color: #df6416;
}

#fascia-arancione button:hover, #fascia-arancione2 button:hover{
    color: #df6416;
}

#fascia-verde{
    background: linear-gradient(to right, white 50%, #90c685 50%);
}

#fascia-verde .container, #fascia-verde2 .container{
    background-color: #90c685;
}

#fascia-verde button:hover ,#fascia-verde2 button:hover{
    color: #90c685;
}

.oc-desc {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    margin: 1rem;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media screen and (min-width:1216px) and (max-width:1391px) {
    .oc-desc {
        margin: 10px;
    }
}

@media screen and (min-width:1200px) and (max-width:1215px) {
    .oc-desc {
        margin: 10px;
        padding: 10px;
    }
}

@media screen and (min-width:992px) and (max-width:1051px) {
    .oc-desc {
        margin: 20px;
    }
}


.owl-carousel .owl-item.center .oc-desc {
    display: flex;
    opacity: 1;
}

.oc-item {
    position: relative;
    overflow: hidden;
}

.oc-item img {
    width: 100%;
    display: block;
}

.lh-base{
    line-height: normal !important;
}

#menu-left .dropdown:hover .dropdown-menu, #menu-right .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 0.5rem 0;
}

.dropdown-menu {
    display: none;
}

.top-links-item{
    border-left: 0 !important;
}

#slider {
    height: 100vh;
    position: relative;
  }
  
  .swiper-slide {
    position: relative;
  }
  
  .swiper-slide-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  
#slider-item, #slider-item a{
    max-height: 670px;
    display: flex;
    align-items: center;
}

.slider-arrow-left,
.slider-arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	font-size: 2rem;
	color: #fff;
}

.slider-arrow-left {
	left: 20px;
}

.slider-arrow-right {
	right: 20px;
}

.square-img{
    width: 150px;
    aspect-ratio: 1;
}

.dropdown-item{
    width: auto !important;
}

.svg-trigger{
    width: 100px;
    height: 100px;
}

.svg-trigger path{
    stroke: #df6416;
}

#mobile-menu {
    transition: all 0.3s ease;
    z-index: 999;
  }
  
  #mobile-menu a {
    color: #000;
    text-decoration: none;
  }

  #mobile-menu {
	display: none;
}
  
  #mobile-menu.show {
    display: flex !important;
  }

  @media (min-width: 768px) {
    .border-top-md-0 {
      border-top: 0 !important;
    }
  }

#mobile-menu .primo-ul:first-of-type {
    background-color: #90c685;

}

#mobile-menu .primo-ul:nth-of-type(2) {
    background-color: #df6416;
}

#mobile-menu .primo-ul a:nth-of-type(2) {
    color: #fff !important;
}

@media screen and (max-width:575px) {
    .top-search-form input{
        font-size: 16px;
    }
}

.on-off{
    opacity: .5;
}

.on-off:hover{
    opacity: 1;
}

#ul-pages li, #ul-pages li ul li{
    margin: 10px 0;
}

.scroll-offset {
    scroll-margin-top: 250px; 
}

body {
    scroll-behavior: smooth;
}

.side-bar-menu{
    position: sticky; 
    top: 80px;
}

.tag-disabled{
    opacity: .5;
    pointer-events: none;
}

.pin-icon{
    color: #df6416;
}

.card-height{
    min-height: 357px;
}

.card-img-top{
    height: 151px;
    object-fit: cover;
}

.badge-success{
    background-color: #73AD90 !important;
}

.badge-secondary{
    background-color: #DF6513 !important;
}

.badge-info{
    background-color: #17A2B8 !important;
}

.badge-light{
    background-color: #FFF;
}

.h-custom{
    min-height: 168px;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.oc-item img {
  height: 100%;
}

.oc-item-c {
  height: 365px;
  overflow: hidden;
}

.text-truncate-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.4em;
  line-height: 1.8em;
}

#carousel-card .owl-carousel {
    overflow: hidden;
}

#carousel-card .oc-item {
    overflow: hidden;
}

#carousel-card .oc-item img {
    width: 100%;
    height: auto;
    display: block;
}

.color-na{
    font-size: 45px !important;
}

.bg-na{
    background-color: #DF6414;
}

.bg-na a{
    background-color: #DF6414 !important;
    color: #ffffff !important;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in.show {
    opacity: 1;
}

.min-48{
    min-height: 48px;
}

.dropdown-item{
    white-space: normal !important;
}

#drop-custom.dropdown .dropdown-menu {
    position: static !important;
    display: block !important;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* #drop-custom.dropdown .dropdown-menu li:hover {
    background-color: #ffffff !important;
} */

#drop-custom.dropdown .dropdown-menu li a:hover {
    color: #000000 !important;
}

#drop-custom.dropdown.show .dropdown-menu {
    opacity: 1;
    max-height: 1000px;
}

.toggle-bg .toggle-header{
    background-color: #DF6414 !important;
}

.border-c{
    border: 2px solid #bc5718;
}