@charset "UTF-8";
.boxMenu {
	padding: 15px;
	border-radius: 4px;
}
.marginTop15 {
	margin-top: 15px;
}
.marginTop5 {
	margin-top: 5px;
}
.marginRight5 {
	margin-right: 5px;
}
.md-36 { font-size: 36px !important; }
.testoAzz {
	color: #FFF;
}
.ombra {
	box-shadow: 0px 0px 5px #a6a091;
}
.bordoTondo {
	border-radius: 4px;
}
.paddo15 {
	padding: 15px;
}
.paddo5 {
	padding: 5px;
}
a {
	text-decoration: underline;
	color: #004086;
}
.chapternav {
    overflow: hidden;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 280px;
}
.chapternav-wrapper {
    position: relative;
    height: 100%;
    z-index: 1;	
}
.chapternav-items {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.chapternav-items {
    list-style: none;
    margin: 0 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.chapternav-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -.11765em;
    padding: 0 20px;
	margin-bottom: 20px;
}
.chapternav-item {
    -webkit-animation: chapternav-slidein 350ms backwards;
    animation: chapternav-slidein 350ms backwards;
}
.chapternav-item:first-child {
    margin-left: 0;
}
.chapternav-link {
    color: #FFF;
    display: block;
    margin-top: 3px;
    padding: 0;
    position: relative;
    z-index: 1;
	text-decoration: none;
}
.imgBox {
	width: 55vw;
	margin: 0px auto;
}
.bgBanner {
	background-color: #dfdfdf;
	height: 90px;
}
.newsItem {
	width: 260px;
	text-align: left;
	white-space: normal;
}
#map {
	height: 100vw;
}
.btn-info1 {
    color: #000;
    background-color: #da635d;
    border-color: #da635d;
}
.btn-info2 {
    color: #000;
    background-color: #1B998B;
    border-color: #1B998B;
}
.btn-info3 {
    color: #333;
    background-color: #F6C016;
    border-color: #F6C016;
}
.btn-info4 {
    color: #FFF;
    background-color: #185d9e;
    border-color: #185d9e;
}
.bgPetrol {
	background-color: #7DB2E6;
}
.bgArancio {
	background-color: #7DB2E6;
}
.bgArancio2 {
	background-color: #F6C016;
}
.bgGiallo {
	background-color: #74B908;
}
.bgAzzurro {
	background-color: #86bdda;
}
.bgBlu {
	background-color: #117bc0;
}
.und {
	text-decoration: underline!important;
}
.some_img {
	min-height: 150px;
}
.img {
  position: relative;
}

.img div {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -40%);
}
.marginBottom15 {
	margin-bottom: 15px;
}
.sidebar .riga {
	height: 1px;
	width: 80%;
	margin: 0 auto;
	background-color: #2a849a;
}
.testo16 {
	font-size: 16px !important;
}
.manina {
	cursor: pointer;
}
.back {
	position: absolute;
	top: 5px;
	left: 15px;
}
.grigio {
	color: #C9C5BA;
}
.adp-step, .adp-substep {
border-top: 1px solid #cdcdcd;
margin: 0;
padding: .3em 3px;
vertical-align: top;
word-break: break-all;
font-size: 16px;}
.btnVai {
	position: absolute;
	top: 5px;
	right: 15px;
}
.relative {
	position: relative;
}
.marginTopMobile {
	margin-top: 0px;
}
.bordoGrigio {
	border: 3px solid #D8D8D8;
}
.altezzaAuto {
	height: auto !important;
	padding-bottom: 0px !important;
}
figcaption {
    display: none;
}
.icona {
	width: 50px;
}
.btn-info {
    color: #fff;
    background-color: #91b33e;
    border-color: #91b33e;
}
.btn-info6 {
    color: #fff;
    background-color: #74B908;
    border-color: #74B908;
}
.btn {
	padding-top: .2rem;
	padding-bottom: .2rem;
}
/* iPhone portrait */
@media (max-width: 480px) {
h1 {
	font-size: 30px;
	line-height: 28px;
}
.marginTopMobile {
	margin-top: 30px;
}
.boxMenuH200 {
	height: 200px;
}
}
/* iPhone landscape */
@media (min-width: 481px) and (max-width: 767px) {
.marginTopMobile {
	margin-top: 30px;
}
.chapternav {
    height: auto;
}
.boxMenuH200 {
	height: 200px;
}
}
/* boh */
@media (min-width: 768px) and (max-width: 959px) {

}
/* iPad portrait */
@media (max-width:1024px) and (min-width:768px) {
.chapternav {
    height: auto;
}
.marginTopMobile {
	margin-top: 30px;
}
.chapternav-item {
	width: 400px !important;
}
.imgBox {
		width: auto;	
	}
}
/* iPad landscape */
@media (min-width: 960px) and (max-width: 1199px) {
.chapternav {
    height: auto;
}
.marginTopMobile {
	margin-top: 30px;
}
.chapternav-item {
	width: 400px !important;
}	
	.imgBox {
		width: auto;
	}	
}
 /* Large Display */
@media (min-width: 1200px) {
.chapternav {
    height: auto;
}
.marginTopMobile {
	margin-top: 30px;
}
.chapternav-item {
	width: 33% !important;
}
.imgBox {
	width: auto;
}
.modal-lg {
    max-width: 1000px;
}	
}