html {font-size: 18px;}

body {
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	color: #555;
    background-color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    height: auto !important;
    font-weight: 400;
}

a {color: #555; text-decoration: none;}
a:hover {color: #000;}
p {line-height: 1.2 !important;}

.m0 {margin: 0px !important;}
.mt0 {margin-top: 0px !important;}
.mb0 {margin-bottom: 0px !important;}
.ml0 {margin-left: 0px !important;}
.mr0 {margin-right: 0px !important;}
.mt10 {margin-top: 10px !important;}
.mb10 {margin-bottom: 10px !important;}
.ml10 {margin-left: 10px !important;}
.mr10 {margin-right: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mb20 {margin-bottom: 20px !important;}
.ml20 {margin-left: 20px !important;}
.mr20 {margin-right: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mb30 {margin-bottom: 30px !important;}
.ml30 {margin-left: 30px !important;}
.mr30 {margin-right: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mb40 {margin-bottom: 40px !important;}
.ml40 {margin-left: 40px !important;}
.mr40 {margin-right: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mb50 {margin-bottom: 50px !important;}
.ml50 {margin-left: 50px !important;}
.mr50 {margin-right: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mb60 {margin-bottom: 60px !important;}
.ml60 {margin-left: 60px !important;}
.mr60 {margin-right: 60px !important;}
.mt80 {margin-top: 80px !important;}
.mb80 {margin-bottom: 80px !important;}
.ml80 {margin-left: 80px !important;}
.mr80 {margin-right: 80px !important;}
.mt100 {margin-top: 100px !important;}
.mb100 {margin-bottom: 100px !important;}
.ml100 {margin-left: 100px !important;}
.mr100 {margin-right: 100px !important;}

.p0 {padding: 0px !important;}
.pt0 {padding-top: 0px !important;}
.pb0 {padding-bottom: 0px !important;}
.pl0 {padding-left: 0px !important;}
.pr0 {padding-right: 0px !important;}
.pt10 {padding-top: 10px !important;}
.pb10 {padding-bottom: 10px !important;}
.pl10 {padding-left: 10px !important;}
.pr10 {padding-right: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pb20 {padding-bottom: 20px !important;}
.pl20 {padding-left: 20px !important;}
.pr20 {padding-right: 20px !important;}
.pt40 {padding-top: 40px !important;}
.pb40 {padding-bottom: 40px !important;}
.pl40 {padding-left: 40px !important;}
.pr40 {padding-right: 40px !important;}
.pt60 {padding-top: 60px !important;}
.pb60 {padding-bottom: 60px !important;}
.pl60 {padding-left: 60px !important;}
.pr60 {padding-right: 60px !important;}
.pt80 {padding-top: 80px !important;}
.pb80 {padding-bottom: 80px !important;}
.pl80 {padding-left: 80px !important;}
.pr80 {padding-right: 80px !important;}
.pt100 {padding-top: 100px !important;}
.pb100 {padding-bottom: 100px !important;}
.pl100 {padding-left: 100px !important;}
.pr100 {padding-right: 100px !important;}


.spinner-container {
 	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
}

.spinner-border {
	position: relative;
    top: calc(50% - 2em);
    width: 4rem;
    height: 4rem;
}

.breadcrumb {
	margin-top: 1rem;
	font-size: 0.889rem;
	font-weight: 700;
}

.breadcrumb-item:last-child {
	font-weight: 500;
}

.titoletto {
	margin-top:30px;
}

h2 {
   	font-size: 3.333rem;
    font-weight: 700;
    margin: 60px 0 30px 0;
}

h3 {
    font-size: 1.778rem;
	font-weight: 700;
    margin: 60px 0 30px 0;
}

#centrale h3.paese {
    font-weight: 300;
	text-transform: uppercase;
	margin: -20px 0 60px 0;
}

.paragrafo p:last-child {
	margin-bottom: 0;
}

.no-margin-top h3 {
	margin: 0 0 30px 0;
}

.section-top.no-margin-top {
	padding-top: 0;
}

.btn-default {
	font-size: 0.778rem;
	font-weight: 600;
}

.img-cover {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.text-grey-dark {color: #555;}
.mt-30 {margin-top: 30px;}
.mb-24 {margin-bottom: 24px;}
.section-top {padding-top: 60px;}
.section-bottom {padding-bottom: 60px;}
.btn-oro {color: #fff!important; background: #524c00;} /*oro-scuro*/
.btn-verde {color: #fff!important; background: #447212; font-weight: 400;} /*verde-scuro*/
.btn-acqua {color: #fff!important; background: #005662;} /*acqua-scuro*/
.btn-celeste {color: #fff!important; background: #004c8c;} /*celeste-scuro*/

.btn-oro .material-icons-outlined, 
.btn-verde .material-icons-outlined,
.btn-acqua .material-icons-outlined, 
.btn-celeste .material-icons-outlined {
    font-size: 22px;
    vertical-align: middle;
}

.btn-no-bg {
    display: block !important;
    color: #444;
    float: right;
    height: 24px;
    border: 0 none;
    background: transparent;
    padding: 0 !important;
}

.bg-oro-10 {background: rgba(130,119,23,0.1); /*oro*/}
.bg-verde-10 {background: rgba(68,114,18,0.1); /*verde*/}
.bg-acqua-10 {background: rgba(0,131,143,0.1); /*acqua*/}	
.bg-celeste-10 {background: rgba(2,119,189,0.1); /*celeste*/}
.bg-nero-10 {background: rgba(198,202,206,0.3); /*grigio*/}

.bg-oro {background: rgba(130,119,23,1); color: #fff; /*oro*/}
.bg-verde {background: rgba(68,114,18,1); color: #fff; /*verde*/}
.bg-verde-chiaro {background: rgba(112,181,43,1); color: #000!important; /*verde chiaro*/}
.bg-acqua {background: rgba(0,131,143,1); color: #fff; /*acqua*/}	
.bg-celeste {background: rgba(2,119,189,1); color: #fff; /*celeste*/}
.bg-nero {background: rgba(198,202,206,1); /*grigio scuro*/}

.bg-grigio {background-color:#eee !important; color:#444 !important;}
.oro {color: #827717 !important;}
.oro-scuro {color: #524c00 !important;}
.verde {color: #447212 !important;}
.acqua {color: #00838f !important;}
.acqua-scuro {color: #005662 !important;}
.celeste {color: #0277bd !important;}
.celeste-scuro {color: #004c8c !important;}
.nero {color: #000 !important;}

.space-separator { margin-bottom: 60px;}

#schedamappa {
	height: 700px;
}

#schedamappa-itinerario {
	height: 700px;
}

.scheda-mappa {
    vertical-align: middle;
    min-height: 80px;
    display: table;
    width: 100%;
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.778rem;
}

.scheda-mappa .testo {
    display: table-cell;
    vertical-align: middle;
    margin: 0!important;
	padding: 8px 0;
}

.scheda-mappa a {
    color: #000!important;
}

.scheda-mappa h6 {
	font-weight: 700;
	font-size: 1rem;
}

.scheda-mappa .thumbs-round {
    width: 150px;
    height: 150px;
    float: left;
    margin: 8px 16px 8px 0px;
    overflow: hidden;
}

.scheda-mappa .thumbs-round img {
    object-fit: cover;
    height: 150px;
    width: 150px;
}


/* ---------- HEADER ---------- */
#mainheader { 
    /*height: 216px;*/
    color: #fff;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#mainheader .preheader {
    height: 40px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#mainheader .preheader .entesup {
    font-size: 0.889rem;
	color: #444;
}

#mainheader .preheader .entesup a {
	color: #444;
	font-weight: 700; 
   	text-decoration: none;
}

#mainheader .social {
    margin-right: 30px;
	margin-bottom: 0;
    display: inline-block;
    height: 40px;
}

#mainheader .preheader .social span {
	font-size: 0.778rem;
}

#mainheader .social .small {
    font-size: 0.778rem;
    font-weight: 400;
}

#mainheader .social a {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
    font-size: 1.111rem;
    line-height: 18px;
    color: #fff !important;
    text-align: center;
}

#mainheader .social a:hover {
    color: #FFE8AA !important;
    text-decoration: none;
}

#mainheader .social a svg.icon {
    fill: #444;
    width: 18px;
    height: 18px;
}

#mainheader .social a:hover svg.icon {
    fill: #444;
}

#mainheader .social li {
    padding: 0;
    margin-right: 8px;
}

#mainheader .social li:last-child {
    margin-right: 0;
}

#mainheader .cerca {
	font-weight: 600;
    margin-right: 30px;
    display: inline-block;
    height: 40px;
}

#mainheader .cerca a svg.icon {
    fill: #fff;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 50%;
    color: #a8253b;
    background: #444;
}

#mainheader .cerca a:hover svg.icon {
    fill: #fff;
	background: #444;
}

#mainheader .header-intestazione {
	-webkit-box-shadow: 15px 15px 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 15px 15px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 15px 15px 20px 0 rgba(0,0,0,0.1);
	background: #fff;
}

#mainheader .header-intestazione .logo {
	font-size: 2rem;
	font-weight: 700;
	vertical-align: middle;
}

#mainheader .header-intestazione .logo img {
	height: 80px;
	display: inline-block;
    vertical-align: middle;
}

#mainheader .header-intestazione .logo h1 {
	display: inline-block;
    vertical-align: middle;
	font-weight: 700;
    font-size: 1.5rem;
	margin-left: 10px;
	margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

#mainheader .header-intestazione span.claim {
	font-size: .875rem;
    font-weight: normal;
    margin-bottom: 0;
	color: #000;
	text-transform: none;
}

#mainheader .header-intestazione .navbar-menu {
	font-size: 1.111rem;
	font-weight: 700;
}

#mainheader .header-intestazione .navbar-menu .nav-item {
	padding-right: 60px;
}

#mainheader .header-intestazione .navbar-menu .nav-item:last-child {
	padding-right: 0;
}

#mainheader .header-intestazione .navbar-menu .nav-item .nav-link {
	padding: 0.3rem 0rem
}

#mainheader .header-intestazione .navbar-menu .nav-item.active .nav-link {
	border-bottom: 4px solid;
	color: #000;
}

#mainheader .navbar {
	padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}

.header-intestazione .navbar-menu .dropdown-toggle::after {
	display: none;
}

#add-preferiti {
	height: 40px;
	line-height: 32px;
	margin-right: 30px;
}

#add-preferiti span {
	vertical-align: middle;
}

#favoriteModal .modal-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.778rem;
    font-weight: 700;
}

#favoriteModal .modal-body {
	color: #444;
}

#login-modal .form-group {
    padding: 0;
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
}


/* ---------- SLIDE EVIDENZA HOMEPAGE ---------- */

#slide .owl-carousel .owl-stage {
	height: calc(100vh - 176px);
}

#slide .owl-carousel .owl-item, #slide .owl-carousel .owl-item .item {
	height: 100%;
}

#slide .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slide .owl-pagination {
	position: absolute;
	bottom: 10vh;
	z-index: 1;
	counter-reset: section;
}

#slide .owl-pagination .owl-dot {
	font-size: 0.889rem;
    margin-right: 10px;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;    
    border-radius: 50%;    
    font-weight: 700;
    border: 0;
}

#slide .owl-pagination .owl-dot::after {
	counter-increment: section; 
	content: counter(section);
}

#slide .owl-pagination .owl-dot.active {
	background: #70b52b;
	color: #000;
}

#slideHomeOwl .item-content {
	position: absolute;
	color: #FFF;
	bottom: 15vh;
}

#slideHomeOwl .item-content h2 {
	font-size: 3.333rem;
	font-weight: 700;
}

#slideHomeOwl .item-content h2 a {
	color: #FFF;
}

#slideHomeOwl .item-content p {	
	font-size: 1.111rem;
	font-weight: 600;
}

#slide .img-home-full.gradient- {
	background: linear-gradient(0deg, rgb(0 0 0 / 50%) 35%, rgb(0 0 0 / 0%) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    right: 0;
}

/* ---------- SLIDE ---------- */
.owl-theme .owl-dots .owl-dot span {
	background: #a4a49f !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #555555 !important;
}

/* ---------- SLIDE ESPERIENZE HOMEPAGE ---------- */

#notiziebox {
	padding-bottom: 60px;
    clear: both;
}

#notiziebox .col-lg-4 {
	margin-bottom: 30px;
}

.slideowl-box-small .owl-item:nth-child(odd) {
    padding-left: 0;
}

.slideowl-box-small .owl-item:nth-child(even) {
    padding-right: 0;
}

.slideowl-box-small .owl-stage {
    display: flex;
}

.slideowl-box-small .owl-item {
    padding: 0 14px;
    display: flex;
    flex: 1 0 auto;
    margin-bottom: 12px;
}

.scheda {
    background: #fff;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.1);
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.1);
    border: 1px solid #ECEFF1;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.scheda-round {
    border-radius: 4px;
}

.scheda .scheda-testo {
    flex: 1 0 auto;
}

.scheda .scheda-testo p {
    font-size: .889rem;
	color: #444;
    line-height: 24px;
}

.scheda .scheda-testo, .scheda .scheda-footer {
    padding: 10px 24px 16px 24px;
}

.scheda .scheda-footer {
    border-top: 0px solid #D8D8D8;
    flex: 0 0 auto;
}

.scheda-slide-small  {
    height: 100%;
    display: block;
}

.scheda-slide-small .row {
    height: 100%;
}

.scheda-slide-small .scheda-foto {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.scheda-slide-small .scheda-foto figure {
    margin: 0;
    height: 100%;
}

.scheda-slide-small .scheda-foto img {
    border-radius: 4px 0 0 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scheda-slide-small .scheda-testo {
    padding: 50px 24px 16px 24px;
    flex: none;
}

.scheda-slide-small .scheda-testo h4 {
    font-size: 1.667rem;	
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 1.1;
}

.scheda-slide-small .scheda-testo h4 a {
	color: #000;
}

.scheda-slide-small .scheda-footer {
    padding: 10px 24px 24px 24px;
    flex: none;
}

.scheda-slide-small.popup-mappa .scheda-testo h4 {
	font-size: 1rem;
}

.scheda-slide-small.popup-mappa .scheda-testo {
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
}

.scheda-slide-small.popup-mappa .scheda-testo p {
	margin: 0;
	font-size: 0.889rem;
}

#schedamappa-itinerario .leaflet-popup-content {
	margin: 20px;
	min-width: 370px;
}

.scheda-slide-small.popup-mappa .scheda-foto {
	height: auto;
}

.link {
    font-size: .778rem;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
}

.link .material-icons {
	vertical-align: bottom;
    font-size: 1rem;
}

/* ---------- BANNER HOMEPAGE ---------- */

#bannerbox {
	position: relative;
	z-index: 1;
}

.mt-74n {
	margin-top: -74px;
}

.scheda-banner {
    border:0;
    border-left: 8px solid #70b52b;
    padding: 0;
    margin-bottom: 0px;
    vertical-align: middle;
    min-height: 80px;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
    font-size: 1rem;
    display: table;
    width: 100%;
    background: #fff;
}

.scheda-banner h4 {
	font-size: 1.333rem;
	font-weight: 700;
}

.scheda-banner .scheda-testo {
    padding-top: 24px !important;
    display: table-cell;
}

.scheda-banner .scheda-testo p a {
    font-weight: bold;
}

.scheda-banner .scheda-icona {
    padding-right: 24px;
    display: table-cell;
    vertical-align: middle;
}

.scheda-banner a:focus {
    outline: 1px solid #FF8C00 !important;
}

.scheda-banner .scheda-icona span {
	font-size: 2.667rem;
    width: 88px;
    min-width: 88px;
    height: 88px;
	line-height: 88px;
    border-radius: 50%;
    background: rgba(112,181,43,0.3);
    margin: 0 16px 0 0;
    text-align: center;
    vertical-align: middle;    
	float: right;
}


/* ---------- SLIDE LUOGHI HOMEPAGE ---------- */

.slideowl-box-large .carousel-fullscreen .scheda {
	border: 0;
}

.slideowl-box-large .carousel-fullscreen .bg-full {
    background-color: #eeeeee;
    height: 1080px;
}

.slideowl-box-large .carousel-fullscreen .owl-nav {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 37%;
    text-align: right!important;
}

.slideowl-box-large .carousel-fullscreen .owl-nav [class*=owl-] {
    border: 1px solid #555555!important;
    width: 30px;
    height: 30px;
    border-radius: 50%!important;
    line-height: 30px!important;
    color: #555!important;
	outline: 0;
}

.slideowl-box-large .carousel-fullscreen .owl-nav i {
	vertical-align: middle;
    height: 100%;    
}

.slideowl-box-large .carousel-fullscreen .owl-nav [class*=owl-]:hover {
    background: #555!important;
    color: #FFF!important;
	
}

.slideowl-box-large .carousel-fullscreen .box-testo-slide {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 50px 0;
    background-image: linear-gradient(90deg, #fff 39%, transparent 0);
}

.slideowl-box-large .carousel-fullscreen .box-testo-slide .scheda-testo {
    max-width: 28%;
    font-weight: 400;
	padding: 0;
}

.slideowl-box-large .carousel-fullscreen .box-testo-slide h4 {
    font-size: 2.722rem;
    font-weight: 400;
    margin: 0 0 30px;
	line-height: 1;
}

.slideowl-box-large .carousel-fullscreen .box-testo-slide h4 a {
	color: #000;
}

.slideowl-box-large .carousel-fullscreen .box-testo-slide .sezione {
    font-size: 1.778rem;
    font-weight: 700;
    color: #447212;
    line-height: 1;
    margin-bottom: 25px;
}

/* ---------- NOTIZIE HOMEPAGE ---------- */

.scheda-box-small .scheda-immagine {
	height: 100%;
	overflow: hidden;
}

.scheda-box-small .scheda-immagine img {
  border-radius: 4px 4px 0 0;
}

.scheda-box-small .scheda-immagine.itinerario {
	max-height: 300px;
}

.scheda-box-small .scheda-testo.itinerario {
	padding: 30px 24px;
}

.scheda-box-small .scheda-testo.itinerario h4 {
	margin: 0;
}

.scheda-box-small .scheda-immagine.notizia {
	max-height: 170px;
}

.scheda-box-small .scheda-immagine.esperienza {
	max-height: 300px;
}

.scheda-box-small .scheda-data {
	height: 80px;
    width: 80px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1),0 4px 8px 0 rgba(0,0,0,0.1);
    position: absolute;
    right: 24px;
    top: 24px;
    color: #0058a2;
    text-align: center;
    font-size: .889em;
    font-weight: 600;
    line-height: 1.3;
    padding: 12px 0;
    text-transform: capitalize;
}

.scheda-box-small .scheda-data strong {
    font-size: 1.667em;
    font-weight: 700;
    display: block;
}

.scheda-box-small .scheda-testo {
	flex: 1 0 auto;
	padding: 24px 24px 16px 24px;
}

.scheda-box-small .scheda-testo h4 {
	color: #000;
    font-size: 1.1.556rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.scheda-box-small .scheda-testo h4 a {
	color: #000;
}

.scheda-box-small .scheda-testo p {
    font-size: .889rem;
}

.scheda-box-small .scheda-icona-small {
	color: #555;
    letter-spacing: 1px;
    font-size: .778rem;
    text-transform: uppercase;
    font-weight: 600;
	padding: 16px 24px 0 24px;    
}

.scheda-box-small .scheda-icona-small span {
	width: 22px;
    height: 22px;
    margin-right: 8px;
    fill: #555;
	vertical-align: bottom;
}

/* ---------- GALLERIA HOMEPAGE ---------- */
#gallery-list [class*=col-]
{
	padding: 0;
}

/* ---------- PAGINE SEZIONI PRINCIPALE ---------- */
#img-section {
	position: relative;
	height: 770px;
}

#img-section.novita {
	height: 500px;
}

#img-section .img-section-full {
	color: #FFF;
	height: 250px;
	width: 100%;
    position: absolute;
	top: 0;
}

#img-section .img-section-full.gradient- {
	background: linear-gradient(180deg, rgb(0 0 0 / 50%) 35%, rgb(0 0 0 / 0%) 100%);
}

#img-section .img-section-full .item-content {
	height: 250px;
}

#img-section .img-section-full .item-content h2 {
	font-size: 3.333rem;
	font-weight: 700;
	margin-bottom: 15px;
}

#img-section .img-section-full .item-content p {
	font-size: 1.333rem;
}

.scheda-sezioni-orizzontale .centroverticale {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scheda-sezioni-orizzontale .scheda-testo h3,
.scheda-sezioni-orizzontale .scheda-testo p{
	margin: 0 0 20px 0;
}

#corpo-sezione .scheda-sezioni-orizzontale .img {
	height: 100%;
    max-height: 400px;
}

#corpo-sezione-piedipagina .container-fluid [class*=col-]
{
	padding: 0;
}

#corpo-sezione-piedipagina .scheda-sezioni-orizzontale .img {
	height: 100%;
    max-height: 520px;
}

.riga-sezione .row {
	margin-bottom: 30px;
}

.riga-sezione .row:last-child {
	margin-bottom: 0px;
}

/* ---------- GALLERIA MOSAICO ---------- */

.box-item {
	float:left;
	position:relative;
	overflow:hidden;
}

.box-item img,
.box-item video {
	object-fit: cover;
    width: 100%;
	height: 100%;
	border: 2px solid transparent;
}

.box-item video {
	background-color: #000;
}

.box-item .iconplay,
.img-item-prev .iconplay {
	fill: #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: .7;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-item-prev {
	position:relative;
}

.img-item-prev img,
.img-item-prev video {
	object-fit: cover;
	width: 77px;
	height: 77px;
	vertical-align: middle;
	background-color: #000;
}

.img-item-prev .iconplay {
    width: 30px;
    height: 30px;
}

@media (max-width: 576px) {
	.box2x2 {width:229.5px; height:229.5px;}
	.box2x1 {width:229.5px; height:229.5px;}
	.box1x1 {width:229.5px; height:229.5px;}
}

@media (min-width: 576px) {
	.box2x2 {width:258px; height:258px;}
	.box2x1 {width:258px; height:258px;}
	.box1x1 {width:258px; height:258px;}
}

@media (min-width: 768px) {
	.box2x2 {width:277.2px; height:277.2px;}
	.box2x1 {width:277.2px; height:138.6px;}
	.box1x1 {width:138.6px; height:138.6px;}
}

@media (min-width: 992px) {
	.box2x2 {width:373.2px; height:373.2px;}
	.box2x1 {width:373.2px; height:186.6px;}
	.box1x1 {width:186.6px; height:186.6px;}
}

@media (min-width: 1200px) {
	.box2x2 {width:445.2px; height:445.2px;}
	.box2x1 {width:445.2px; height:222.6px;}
	.box1x1 {width:222.6px; height:222.6px;}
}

@media (min-width: 1400px) {
	.box2x2 {width:517.2px; height:517.2px;}
	.box2x1 {width:517.2px; height:258.6px;}
	.box1x1 {width:258.6px; height:258.6px;}
}

/* ---------- SCHEDA DETTAGLIO ------------*/

#scheda-interna img {
    object-fit: cover;
    height: 600px;
    width: 100%;
}

.scheda-interna .intro {
	font-size: 1.333rem;
	font-weight: 600;
	margin: 0;
}

.scheda-interna .descrizione p a {
	text-decoration: underline;
	font-weight: 600;
}

.scheda-interna .descrizione p a:hover {
	text-decoration: underline;
	color: #000;
}

#scheda-interna-notizia img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}

.scheda-interna.notizia .linkcorrelati a,
.scheda-interna.testo .linkcorrelati a {
 	font-weight: 600;
 	display: block;
 	margin-bottom: 5px;
}

.scheda-interna.notizia .linkcorrelati span,
.scheda-interna.testo .linkcorrelati span {
	font-size: 20px;
	vertical-align: middle;
}

.recensione {
    margin-bottom: 40px;
    display: table;
}

.recensione .material-icons {
    color: #2e7d32;
    font-size: 3rem;
    display: table-cell;
}

.recensione p {
    color: #555;
    font-size: 1rem;
	font-style: italic;
    font-weight: 300;
    display: table-cell;
    padding-left: 10px;
}

.scheda-interna .paragrafo-grande {
	font-size: 1.2rem;
}

.scheda-interna .paragrafo-piccolo {
	font-size: 0.889rem;
}

#corpo-sezione .scheda-riga .centroverticale {
    display: flex;
    justify-content: center;
    align-items: center;
}

#corpo-sezione .scheda-img {
	height: 400px;
}

figure {
    margin: 0;
    height: 100%;
	position: relative;
	overflow: hidden;
}

figcaption {
	font-size: 0.778rem;
	position: absolute;
	bottom: -50%;
	left: 0;
	margin: 0;
	padding: 15px;
	background: rgba(0,0,0,0.85);
	color: #fff;
	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}

figure:hover figcaption {
	bottom: 0;	
}

#corpo-sezione .scheda-img-estesa {
	height: 900px;
}

#corpo-sezione .scheda-img-estesa img,
#corpo-sezione .scheda-img-estesa picture {
	width: 100%;
	height: 100%;
    object-fit: cover;
    display: block;
	object-position: center;
}

#corpo-sezione .scheda-img-estesa-corta {
	height: 700px;
}

#corpo-sezione .scheda-img-estesa-corta img,
#corpo-sezione .scheda-img-estesa-corta picture {
	width: 100%;
	height: 100%;
    object-fit: cover;
    display: block;
	object-position: center;
}

.scheda-interna p, 
.scheda-riga p, 
#corpo-contatti dl {
    margin: 0 0 20px 0;
}

.scheda-interna .paragrafo p {line-height: 1.4!important;}

.info-luogo .badge-icon {
    width: 28px;
    height: 28px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-top: 10px;
}
.info-luogo .badge-icon a {
	position: relative;
}

.info-luogo .badge-icon a img {
	position: absolute;
	top: 0px;
	
}

.info-luogo .badge-icon a:hover img {
	position: absolute;
	top: -38px;
}



#ispira {
	display: flex;
    justify-content: center;
    align-items: center;
}

#ispira .text-center p {
	font-size: 1.778rem;
	font-weight: 400;
	margin: 0;
}

#ispira .text-center p a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.slideowl-box-medium .carousel-fullscreen .scheda {
	border: 0;
	height: 520px;
}

.slideowl-box-medium .carousel-fullscreen .owl-nav {
	position: absolute;
    bottom: 30px;
    left: 0;
    width: 37%;
    text-align: right!important;
}

.slideowl-box-medium .carousel-fullscreen .owl-nav [class*=owl-] {
    border: 1px solid #555555!important;
    width: 30px;
    height: 30px;
    border-radius: 50%!important;
    line-height: 30px!important;
    color: #555!important;
	outline: 0;
}

.slideowl-box-medium .carousel-fullscreen .owl-nav i {
	vertical-align: middle;
    height: 100%;
	line-height: 22px;
}

.slideowl-box-medium .carousel-fullscreen .owl-nav [class*=owl-]:hover {
    background: #555!important;
    color: #FFF!important;
}

.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide .scheda-testo {
    font-weight: 400;
	padding: 0;
}

.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide .scheda-testo p {
	font-size: 1rem;
	line-height: 24px !important;
}

.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide h4 {
    font-size: 2.667rem;
    font-weight: 400;
    margin: 0 0 30px;
	line-height: 1 !important;
}

.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide h4 a {
	color: #000;
}

.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide .sezione {
    font-size: 1.778rem;
    font-weight: 700;
    color: #827717;
    line-height: 1;
    margin-bottom: 25px;
}

.scheda-interna .accordion .accordion-item h4 .accordion-button {
	font-size: 1.25rem;
	color: #000;
    font-weight: 700;
	line-height: 1;
}

.scheda-interna .accordion .accordion-item h4 .accordion-button:hover {
	color: #ad1a2b;
}

.scheda-interna .accordion-item .accordion-body p {
	line-height: 1.4 !important;
}

.scheda-interna .accordion-item .accordion-body p a {
	color: #ad1a2b;
	font-weight: 600;
}

.scheda-interna .accordion-item .accordion-body p a:hover {
	background: #ad1a2b33;
	border-bottom: 1px solid #ad1a2b;
	color: #000;
}

.scheda-interna .accordion-item .accordion-body figure {
	margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
	border: 1px solid #555;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion-body picture,
.accordion-body picture img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	object-position: center;
}


/* ---------- MAPPA INTERATTIVA ---------- */

#mappaterritorio {
	position: relative;
}

#mappafull {
	height: calc(100vh - 130px);
}

#sidebar .filtro {
	display: block;
	width: 100%;
	margin: 20px 0;
}

#sidebar .filtro label {
	width: 100%;
	cursor: pointer;
}

#sidebar .filtro input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

#sidebar .filtro:hover label {
	color: #ad1a2b;
}

#sidebar .filtro input[type='checkbox'] + label {
   opacity: 0.5;
}

#sidebar .filtro input[type='checkbox']:checked + label {
   opacity: 1;
}

#sidebar .filtro label img {
	height: 25px;
}

#sidebar .filtro label .filtro-numero {
	background: #ddd;
	color: #000;
	font-size: 0.667rem;
	padding: 5px;
	border-radius: 10px;
	float: right;
	min-width: 30px;
    text-align: center;
}

#sidebar .filtro select {
	width: 100%;
	font-size: 0.889rem;
}

#numeroluoghicomune,
#numeroluoghitematica,
#numeroluoghicategoria {
	font-size: 0.889rem;
	margin-top: 5px;
	display: inline-block;
}


.popover {
	border-radius: 0;
}

.popover-header {
    font-size: 1.222rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #000 !important;
    display: block;
	background: #fff;
    border-bottom: 0;
    padding: 0;
    margin: 15px;
}

.popover-body  {
	font-size: 0.778rem;
	margin: 0;
	padding: 0;
}

.popover-body p {
    margin: 15px !important;
}

.popover-body p a {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #000 !important;
	display: block;
	color: #ad1a2b !important;
}

.popover-body p a:hover {
    color: #000 !important;
}



/* ---------- GALLERIA DETTAGLIO ----------- */
.dettaglio-galleria .owl-carousel .row {
	margin:0;
}

.dettaglio-galleria .owl-carousel div[class^="col-"]{
	padding:0;
}

.dettaglio-galleria .owl-carousel .img {
	border:1px solid #fff;
	position: relative;
    overflow: hidden;
}

.dettaglio-galleria .owl-carousel .img .play,
.galleria-mosaico  .box-item .play {
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: .7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bS0yIDE0LjV2LTlsNiA0LjUtNiA0LjV6Ii8+PC9zdmc+);
	background-repeat: no-repeat;
    background-size: cover;
}

.dettaglio-galleria .owl-carousel {
    position: relative;
}

.dettaglio-galleria .owl-next, 
.dettaglio-galleria .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	border: 1px solid #555555!important;
    width: 30px;
    height: 30px;
    border-radius: 50%!important;
    line-height: 1!important;
    color: #fff!important;
	background: rgba(0,0,0,.6) !important;
    outline: 0;
    text-align: center;
    display: block !important;
	margin: 0;
}

.dettaglio-galleria .owl-next .material-icons-outlined, 
.dettaglio-galleria .owl-prev .material-icons-outlined {
	vertical-align: middle;
}

.dettaglio-galleria .owl-next:hover, 
.dettaglio-galleria .owl-prev:hover {
	background: rgba(0,0,0,.9);
}

.dettaglio-galleria .owl-next {
    right: 10px;
    display: flex;
}

.dettaglio-galleria .owl-prev {
    left: 10px;
    display: flex;
}

.galleria-mosaico {
	margin-bottom: 60px;
}

#virtualtour .vr-player {
	position:relative; 
	height:0; 
	padding-top:75%;
	margin-bottom: 60px;
}


/* ---------- COOKIEBAR ---------- */

#cc-cookies {
    min-height: 120px;
    vertical-align: baseline;
    text-align: center;
    font-size: 0.889rem;
    width: 100%;
    max-width: none!important;
    position: fixed;
    bottom: 0;
    z-index: 1100;
    background-color: #eee !important;
    color: #444 !important;
    padding: 36px 48px;
}

#cc-cookies p {
    margin: 0 auto;
    width: 60%;
}

#cc-cookies.reduced {
    min-height: unset;
    padding: 0;
    position: relative;
	background-color: #30373d!important;
}

#cc-cookies .cc-cookie-accept,
#cc-cookies .cc-cookie-reset {
    font-size: 0.875rem;
    margin: 8px 0 8px 16px;
    vertical-align: baseline; 
    color: #fff!important;
    padding: 8px 24px;
    background: #705407;
    white-space: initial;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#cc-cookies .cc-cookie-accept:hover {
    background-color: #827717!important;
}

#cc-cookies .cc-cookie-decline {
    font-size: 0.875rem;
    margin: 8px 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    vertical-align: baseline;
    padding: 8px 24px;
    background: transparent;
    white-space: initial;
    box-shadow: none;
    border: 0;
    color: #444!important;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

/* ---------- FOOTER ---------- */

#footer {
    background: #30373d;
    color:#fff;
    padding-top:48px;
}

#footer a {
    color:#fff;
}

#footer a:hover {
    color:#65DDE0;
}

#footer section {
    margin-bottom: 28px;
}

#footer section .intestazione {
    margin-bottom: 28px;
}

#footer .logoimg {
    display:inline-block;
}

#footer .logotxt {
    vertical-align: middle;
    height: 48px;
    text-align: left;
    margin-left:15px;
    display:inline-block;
}

#footer .logotxt h3 {
    display: table-cell;
    vertical-align: bottom;
    margin: 0;
    font-weight: 700;
    color:#FFF;
    font-size: 1.778rem;
    height: 48px;
}

#footer .logotxt h3 a {
    color:#FFF; 
}

#footer .logotxt h3 a:hover {
    color:#FFF; 
    text-decoration: none;
}

#footer .logoimg img {
    height: 76px;
    max-height: 76px;
	vertical-align: middle;
	display: inline-block;
}

#footer .logoimg h3 {
	font-size: 1.2rem;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px;
	text-transform: uppercase;
}

#footer h4 {
    color:#FFF;
    font-size: 0.778rem;
    font-weight: 700;
    margin:0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1rem;
    text-transform: uppercase;
    vertical-align: middle;
}

#footer p {
    margin: 16px 0;
    color: #fff;
    font-size: 0.889rem;
}

#footer p a {
    color: #fff;
}

#footer p a:hover {
    color: #65DDE0;
}

#footer .footer-list {
    list-style-type:none;
    margin: 15px 0 0;
    padding: 0;
    font-size: 0.889rem;
}

#footer .footer-list ul{
    list-style-type:none;
    padding: 0;
	margin: 0;
}

#footer .footer-list li {
    margin:0;
}

#footer .footer-list li a {
    padding: 4px 0;
    display: block;
    color: #fff;
}

#footer .footer-list li a:hover {
    color: #65DDE0;
}

#footer .lista-linkutili .footer-list {
    font-size: 0.889rem;
}

#footer .link_piede_footer {
    float: left;
}

#footer .sezione_link_footer .link_piede_footer {
	float: right;
	text-align: right;
}

#footer .social {
    margin: 16px 0;
}

#footer .social li {
    margin-right: 8px;
}

#footer .social a {
    color: #fff;
}

#footer .social a:hover {
    color: #65DDE0;
}

#footer .social a svg.icon {
    fill: #fff;
    width: 24px;
    height: 24px;
}

#footer .social a:hover svg.icon {
    fill: #65DDE0;
}

#footer .postFooter {
    font-size: .8889rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0;
}

#footer .postFooter {
    color: rgba(255, 255, 255, 0.5);
}

#footer .postFooter a {
    color: #fff;
    margin: 0 5px;
}

#footer .postFooter a:hover {
    color: #65DDE0;
}

#footer .postFooter a:first-of-type {
    margin-left: 0;
}

#footer a:focus {
    outline: 2px solid #FF8C00 !important;
}

#footer section:last-of-type {
    margin-bottom: 0;
}

/*----- RICERCA -----*/

#img-section.ricerca {
	height: 250px;
	color: #444;
}

#img-section.ricerca h2 {
	color: #444;
}

.ricerca-risultati h3 {
	color: #444;
	margin: 0;
}

.registro-filtri {
	margin-bottom: 60px;
}
.registro-filtri label svg {
    fill: #555;
	width: 36px;
	height: 36px;
}


.registro-filtri input {
	height: 48px;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    border: 0; 
}

.registro-filtri .btn-cerca {
    position: absolute;
    width: 48px;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    background-color: #444;
    border-radius: 0 4px 4px 0;
    border: 0;
    padding: 8px;
	z-index: 4;
}

.registro-filtri .btn-cerca svg.icon {
    fill: #fff;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

.registro-lista, .search-filter-ckgroup {
	margin-top: 30px;
	margin-bottom: 30px;
}

.registro-lista .registro-scheda {
	margin-bottom: 30px;
}

.cerca-risultati .sidebar-right h2, .dettagli h2 {
    font-size: 1.222rem;
    margin: 0;
    padding: 15px 15px;
}

.scheda-ricerca {
	padding: 25px 25px 7px 25px;
}

.scheda-ricerca h4 {
    font-size: 1.333rem;
    font-weight: 700;	
}

.scheda-ricerca h4 a {
	color: #000;
}

.scheda-ricerca p {
    font-size: 0.889rem;
    font-weight: 400;	
}

.scheda-ricerca .scheda-categoria {
    letter-spacing: 1px;
    font-size: .778rem;
    text-transform: uppercase;
    font-weight: 700;
}

/* ---------- PAGINAZIONE ---------- */

.pagination {
	display: inline-flex;
}

.pagination .page-item .page-link {
	background-color: rgba(198,202,206,0.4);
	width:40px;
	height:40px;
	padding:0;
	text-align: center;
	color: #555;
	margin: 2px;
    border: 0;
    border-radius: 0;
	font-size: 0.889em;
	cursor: pointer;
}

.pagination .page-item .page-link:hover {
	background-color: rgba(68,68,68,1);
	color: #fff;
}

.pagination .page-item.active .page-link {
	background-color: #444;
	color: #fff;
}

.pagination .page-item.active .page-link:hover {
	background-color: #444;
	color: #fff;
}

.pagination .page-item a.page-link {
	line-height: 40px;
	text-decoration: none;
}

.pagination .page-item .page-link:disabled {
	background: rgba(198,202,206,0.2);
	color: #c6cace;
}

.pagination .page-item .page-link:disabled svg.icon {
	fill: #c6cace;
}


.pagination .page-item .page-previous {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'%3e%3c/path%3e%3cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z'%3e%3c/path%3e%3c/svg%3e");	
	background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination .page-item.disabled .page-previous {
	background: rgba(198,202,206,0.2);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c6cace'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'%3e%3c/path%3e%3cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z'%3e%3c/path%3e%3c/svg%3e");	
}

.pagination .page-item .page-next {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'%3e%3c/path%3e%3cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'%3e%3c/path%3e%3c/svg%3e");
	background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination .page-item.disabled .page-next {
	background: rgba(198,202,206,0.2);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c6cace'%3e%3cpath d='M0 0h24v24H0V0z' fill='none'%3e%3c/path%3e%3cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'%3e%3c/path%3e%3c/svg%3e");
}

#login .form-group {
    padding: 0;
    position: relative;
    margin-top: 48px;
    margin-bottom: 30px;
}

.form-row {margin-bottom: 30px;}


@media (min-width: 992px) and (max-width: 1200px) {
	#mainheader .header-intestazione .logo {
		max-width: 350px;
	}
	
	#footer .link_piede_footer {
        margin-top: 0px;
        max-width: 420px;
    }
	
	.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide .scheda-testo p {
		display: none;
	}
	
}

@media (max-width: 991px) {
	#mainheader .entesup a {
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
    }
	
	.navbar-toggler {
		border:0;
	}
	
	#mainheader .header-intestazione .navbar-menu {
		margin-top: 30px;
	}
	
	#mainheader .header-intestazione .navbar-menu .nav-item.active .nav-link {
		border: 0;
	}
	
	.slideowl-box-large .carousel-fullscreen .bg-full {
		height: 650px;
	}
	
	.slideowl-box-medium .carousel-fullscreen .scheda {
		height: 400px;
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide {
		background-image: linear-gradient(90deg, #fff 55%, transparent 0);
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide .scheda-testo {
		max-width: 50%;
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide h4,
	.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide h4 {
		font-size: 2rem;
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide .sezione,
	.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide .sezione{
		font-size: 1.25rem;
		margin-bottom: 15px;
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide .scheda-testo p,
	.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide .scheda-testo p {
		display: none;
	}
	
	.slideowl-box-large .carousel-fullscreen .owl-nav {
    	width: 50%;
	}
	
	#footer .link_piede_footer {
        max-width: none;
        float: none;
        margin: 0 0 20px 0;
    }
	
	.info-luogo {
		margin-top: 60px;
	}
}
	
@media (min-width: 767px) and (max-width: 991px) {
	
	.scheda-banner .scheda-testo {
		display: block;
	}
	
	.scheda-banner .scheda-testo h4 {
    	font-size: 1.111rem;
	}
	
	.scheda-banner .scheda-icona {
		margin: 0 auto;
		text-align: center;
		display: inherit;
		padding: 0;
		margin-bottom: 24px;
	}
	
	#footer h4 svg.icon {
        margin-right: 2px;
    }
}

@media (max-width: 767px) {
	
	html {
	font-size: 16px;
	}
	
	body {
		font-size: 16px;
	}
	
	h3 {
		font-size: 1.625rem !important;
		margin: 30px 0 30px 0 !important;
	}
	
	.section-top {
		padding-top: 30px;
	}
	
	.section-bottom {
		padding-bottom: 30px;
	}
	
	.space-separator { margin-bottom: 30px;}
	
	.scheda-sezioni-orizzontale .scheda-testo h3 {
		margin: 0 0 10px 0 !important;
	}
	
	.scheda-sezioni-orizzontale .scheda-testo p {
		margin: 0 0 20px 0 !important;
	}
	
	#mainheader .header-intestazione .navbar-menu .nav-item {
		margin-left: 15px;
	}
	
	#mainheader .header-intestazione .logo {
		font-size: 1.667rem;
		width: 75%;
	}
	
	
	#slideHomeOwl .item-content h2,
	#img-section .item-content h2 {
		font-size: 2.222rem !important;
	}
	
	#img-section .item-content p {
		font-size: 1rem !important;
	}
	
	.scheda {
        margin-bottom:16px;
        height: auto;
    }
	
	.scheda .scheda-testo h4 {
        font-size: 1.5rem;
    }

    .scheda .scheda-testo p {
        font-size: 1rem;
    }

    .scheda-lista li a {
        font-size: 1rem;
    }

    .scheda .scheda-footer {
        padding: 10px 24px 24px 24px;
    }
	
	.scheda-slide-small .scheda-foto {
        height: 300px;
    }
    
    .scheda-slide-small .scheda-foto img {
        border-radius: 4px 4px 0 0;
    }
	
	.scheda-banner .scheda-testo h4 {
    	font-size: 1.111rem;
	}
	
	.scheda-banner .scheda-testo p {
    	font-size: 1rem;
	}
	
	.slideowl-box-large .carousel-fullscreen .scheda {
		margin-bottom: 0;
        height: auto;
	}
	
	.slideowl-box-large .carousel-fullscreen .bg-full {
		height: 530px;
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide {
    	padding: 50px 30px;
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide h4,
	.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide h4 {
		font-size: 1.444rem;
		margin: 0 0 15px;
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide p {
		display: none;
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide .sezione {
		margin-bottom: 10px;
	}
	
	.slideowl-box-large .carousel-fullscreen .owl-nav {
    	width: 50%;
	}
	
	.slideowl-box-small .owl-item {
        padding: 0;
    }
	
	.slideowl-box-medium .carousel-fullscreen .scheda-immagine {
		position: relative !important;
	}
	
	.slideowl-box-medium .carousel-fullscreen .scheda-testo-slide {
		padding: 20px 0 !important;
	}
	
	.slideowl-box-medium .carousel-fullscreen .owl-nav {
		position: absolute;
		bottom: auto;
		top: 30px;
		left: auto;
		right: 30px;
		width: auto;
		text-align: right !important;
	}
	
	#img-section {
		height: 300px;
	}
	
	#img-section .img-section-full,
	#img-section .img-section-full .item-content {
		min-height: 150px;
		height: auto;
		padding: 10px;
	}
	
	#img-section .img-section-full h2,
	#img-section .img-section-full .item-content h2 {
		margin: 10px 0 10px 0;
	}
	
		
	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 0 !important;
	}
	
	.link {
		font-size: 0.875rem;
	}
	
	.scheda-sezioni-orizzontale .scheda-testo {
		padding: 24px;
	}
	
	#footer .logotxt {
        width: 150px;
    }

    #footer .logotxt h3 {
        font-size: 1.375rem;
        vertical-align: bottom;
    }
	
	#footer .logoimg img {
		height: 56px;
	}

    #footer section {
        margin-bottom: 0;
    }

    #footer section .intestazione {
        margin-bottom: 8px;
    }

    #footer h4 {
		font-size: 0.875rem;
        border: 0;
        padding: 24px 0 0 0;
    }    

    #footer .lista-linkutili h4 {
        border-top: 1px solid #705407;
    }

    #footer .lista-linkutili div[class^='col']:first-of-type h4, #footer .lista-linkutili div[class*=' col-']:first-of-type h4 {
        border: 0;
    }

    #footer .lista-sezioni .footer-list {
        border-bottom: 1px solid #705407;
        padding: 12px 0 24px;
        margin: 0;
        font-size: 1rem;
    }
	
	#footer .sezione_link_footer .link_piede_footer {
		float: left;
	}

    #footer p {
        font-size: 1rem;
        margin-bottom: 24px;
    }
	
	#footer .postFooter {
        font-size: 1rem;
    }

}

@media (max-width: 576px) {
	#mainheader .preheader .entesup {
        margin: 0;
    }
	
	#mainheader .header-intestazione .logo {
		font-size: 1.667rem;
		width: 75%;
	}
	
	#mainheader .social {
		display: none;
	}
	
	.slideowl-box-large .carousel-fullscreen .box-testo-slide {
		padding: 50px 0px;
	}

	.scheda-slide-small .scheda-testo {
    	padding: 16px 24px 16px 24px;
	}
	
	#cc-cookies p {
        width: 100%;
    }
}

/* fix ie cover img */

.img-fit-ie {
    background-size: cover;
    background-position: center;
}

.img-fit-ie img {
    visibility: hidden;
}

.img-fit-ie figcaption {
    background: #fff;
    padding: 12px 0;
}



