body {  }
.testo { font-family: 'Lato', sans-serif; font-weight:300; }
.titolo { font-family: 'Playfair Display', serif; font-weight:700; }
.titolo2 { font-family: 'Playfair Display', serif; font-weight:700; }
.h1, h1 { font-family: 'Playfair Display', serif; font-weight:700; }
.sottotitolo { font-family: 'Playfair Display', serif; font-weight:700; }
.h2, h2 { font-family: 'Playfair Display', serif; font-weight:700; }
.monts { font-family: 'Montserrat', sans-serif; font-weight:400; }
.montsbold { font-family: 'Montserrat', sans-serif; font-weight:600; }
.dida { font-family: 'Lato', sans-serif; font-weight:300; }

.img-responsive { width:100%; height:auto; }
.img-responsive img{ width:100%; height:auto; }

.margintop-10 { margin-top:10px; }
.margintop-20 { margin-top:20px; }
.margintop-30 { margin-top:30px; }
.margintop-40 { margin-top:40px; }
.margintop-50 { margin-top:50px; }
.marginbottom-10 { margin-bottom:10px }
.marginbottom-20 { margin-bottom:20px }
.marginbottom-30 { margin-bottom:30px }
.marginbottom-40 { margin-bottom:40px }
.marginbottom-50 { margin-bottom:50px }
.paddingtop-10 { padding-top:10px; }
.paddingtop-20 { padding-top:20px; }
.paddingtop-30 { padding-top:30px; }
.paddingtop-40 { padding-top:40px; }
.paddingtop-50 { padding-top:50px; }
.paddingbottom-10 { padding-bottom:10px; }
.paddingbottom-20 { padding-bottom:20px; }
.paddingbottom-30 { padding-bottom:30px; }
.paddingbottom-40 { padding-bottom:40px; }
.paddingbottom-50 { padding-bottom:50px; }

.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }

.nero { color:#222222; }
.nero a{ color:#222222; }
.nero a:hover{ color:#222222; }

.blu { color:#323ad6; }
.blu a{ color:#323ad6; }
.blu a:hover{ color:#323ad6; text-decoration:none; }

.oliva { color: #767676; }
.oliva a{ color: #1ca9db; }
.oliva a:hover{ color: #1ca9db; }

.bianco { color:#ffffff; }
.bianco a{ color:#ffffff; }
.bianco a:hover{ color:#ffffff; }

.col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 { position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; }
.col-xs-24 { width: 20%; float: left; padding-left: 15px; padding-right: 15px; }


@media (max-width:767px) {
.testo { font-size:16px; }
.titolo { font-size:32px; }
.titolo2 { font-size:26px; }
.h1, h1 { font-size:26px; }
.sottotitolo { font-size:20px; }
.h2, h2 { font-size:20px; }
.dida { font-size:13px; }
.monts { font-size:14px; }
.montsbold { font-size:18px; }

.no-pc { display:block; }
.no-tablet { display:block; }
.no-telefonino { display:none; }
.no-pc-tablet { display:block; }
.no-pc-telefonino { display:none; }
.no-tablet-telefonino { display:none; }

.col-xs-24 { float: left; }
.col-xs-24 { width: 20%; }
 }

@media(min-width:768px) and (max-width:991px) {
.testo { font-size:15px; }
.titolo { font-size:55px; }
.titolo2 { font-size:40px; }
.h1, h1 { font-size:40px; }
.sottotitolo { font-size:31px; }
.h2, h2 { font-size:31px; }
.dida { font-size:12px; }
.monts { font-size:13px; }
.montsbold { font-size:18px; }

.no-pc { display:block; }
.no-tablet { display:none; }
.no-telefonino { display:block; }
.no-pc-tablet { display:none; }
.no-pc-telefonino { display:block; }
.no-tablet-telefonino { display:none; }
.hr, hr { margin-top: 10px; margin-bottom: 12px; }
.pre-hr-tablet { margin-top: 10px; }

.col-sm-24 { float: left; }
.col-sm-24 { width: 20%; }
}

@media(min-width:992px) {
.testo { font-size:18px; }
.titolo { font-size:64px; }
.titolo2 { font-size:50px; }
.h1, h1 { font-size:50px; }
.sottotitolo { font-size:36px; }
.h2, h2 { font-size:36px; }
.dida { font-size:13px; }
.monts { font-size:14px; }
.montsbold { font-size:18px; }

.no-pc { display:none; }
.no-tablet { display:block; }
.no-telefonino { display:block; }
.no-pc-tablet { display:none; }
.no-pc-telefonino { display:none; }
.no-tablet-telefonino { display:block; }

.col-md-24 { float: left; }
.col-md-24 { width: 20%; }
 }

@media(min-width:1200px) {
.testo { font-size:18px; }
.titolo { font-size:64px; }
.titolo2 { font-size:50px; }
.h1, h1 { font-size:50px; }
.sottotitolo { font-size:36px; }
.h2, h2 { font-size:36px; }
.dida { font-size:13px; }
.monts { font-size:14px; }
.montsbold { font-size:18px; }

.no-pc { display:none; }
.no-tablet { display:block; }
.no-telefonino { display:block; }
.no-pc-tablet { display:none; }
.no-pc-telefonino { display:none; }
.no-tablet-telefonino { display:block; }

.col-lg-24 { float: left; }
.col-lg-24 { width: 20%; }
 }

