/* 
	font-family: 'Playfair Display', serif;
font-family: 'Pacifico', cursive;

VERDE color:#f7c02d
BLU color:#f7c02d

CHIARO: color:#f1f2f5;

SCURO color:#282d33;

*/

*{
	margin:0;
	padding: 0;
	list-style: none;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	font-weight: 300;
}

a:link {
	text-decoration: none;
		color: #282d33;

}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #f7c02d;
}



body {

font-family: 'Lato', sans-serif;
	font-size: 15px;
}


header {
	position: fixed;
	top: 0;
	margin: 0 auto;
	width: 100%;
	z-index:6;
	background-color: #fff;


		  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}


header.fix {
			  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}


header .navalta{
	text-align: right;
	padding-left: 100px;
opacity: 1;
	height: auto;
				  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
	
	
}


header .navalta.hide{
	text-align: right;
	padding-left: 100px;
	opacity: 0;
	height: 1px;
	overflow: hidden;
	 -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
	
}

header .navalta div{
white-space: nowrap;
	font-size: .9em;
	font-weight: 400px;
	color: #333;
}


header .navalta div.big{
white-space: nowrap;
	padding-top: 12px;
	font-size: 1.1em;
	font-weight: 700px;
	color: #333;
}



header .navalta  i {
	float: right;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 5px;
	font-size: 1.8em;
	color:#f7c02d;
	background-image: url(/vescovi/img/cerchio.png);
}

header .navalta  i.red {
	color: red;
	background-image: url(/vescovi/img/cerchio_red.png);
}

header h4 {
	font-size: 1em;
	padding: 5px;
}


.barra {
	position:relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
		background-repeat: repeat;
}

header.fix .barra {
	background-color: #fff;
}

.logo {
	position:absolute;
	top: 5px;
	left: 0;
	width: 300px;
	z-index: 10;
	text-align: center;
}

.logo img {
	max-width: 250px;
}


.scuro {
	background-color:#282d33;
	color: #fff;
}
.giallo {
	background-color:#f7c02d;

}

.celeste {
	background-color: #f7c02d;
}

.chiaro {
	background-color:#f1f2f5;
}


.freccia {
	position: absolute;
	bottom: 10px;
	z-index: 3;
	left: 48%;
	font-size: 6em;
	opacity: .5;
	color: #fff;
			  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}


.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}




header .menu {
	display: none;
	
}

nav {
	float: left;
	width: 100%;
	margin: 0;
}

nav ul {
	display: flex;
	flex-wrap: wrap-reverse;
	width: 100%;
	margin: 0px auto;
	 justify-content:  flex-end;

	
}

nav ul li {
 flex-wrap: wrap-reverse;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	color: #000;
	font-size: 1.1em;
	cursor:pointer;
	
}

nav ul li i{ 
	font-size: 1.4em;
}

nav ul li.sele {
	color:#f7c02d;
}


nav ul li.offerte {
 
	background-color: #f7c02d;
	color:#fff;
}



nav ul li:hover {
	color:#f7c02d;
	
}

nav ul li.offerte {
 
	background-color: #f7c02d;
	color:#fff;
}

.promo {
	position: absolute;
	top: 150px;
	z-index: 5;
		display:flex;
align-items: center;
	 justify-content: center;
	width: 100%;
	left: 0;
}



.promo .box {
	background-color: #fff;
	height: 200px;
	z-index: 5;
	text-align: center;
	padding: 30px 20px;
	opacity: .8;
	flex-basis: 200px;
	flex-grow: 0;
  flex-shrink: 0;
	margin: 0 20px;
	overflow: hidden;
}

.promo h3 {
	font-size: 1.4em;
	text-align: center;
	
	
}
.promo h4 {
	font-size: 1.2em;
	text-align: center;
	color: #f7c02d;
	
	
}
.promo h4.first {
	display: none;
}

.promo a:link, .promo a:visited, .promo a:hover {
	
	color: #333;
}

.promo button {
	font-size: 1em;
	line-height:normal;
	height:auto; 
	text-align: center;
	background-color: #f7c02d;
	color:#fff;
	border-radius: 10px;
	padding: 5px;
	border: 0;
	
	
}

.barragrafica {
	position: relative;
	width: 100%;
	height: 60vh;
	margin-top: 60px;
	overflow: hidden;

}

.barragrafica .prev, .barragrafica .next{
	position:absolute;
	top:25vh;
	width:60px;
	height:60px;
	line-height: 60px;
	border: 0;
	font-size:3em;
	text-align: center;
	color:#f7c02d;
	background-color: #fff;
	opacity: .5;
	cursor:pointer;
	z-index:3;
	left: 10px;
}


.barragrafica .prev:hover, .barragrafica .next:hover{
		opacity: .8;
}


.barragrafica .next {
	left: auto;
	right:10px;
}

.barragrafica ul.rslides{

	overflow:hidden;
	position:relative;

	
}

.barragrafica ul.rslides li{
	background-position:center;
	background-size: cover;
	width: 100%;
	height:60vh;
	text-align: center;
}

.barragrafica ul.rslides li .sopra{
	width: 60%;
	margin: 20vh 20%;
	text-align: left;
	
	
	
}

.barragrafica ul.rslides li .sopra h4{
	font-size: 2.3em;
	text-align: center;
	color: #f7c02d;
	font-family: 'Playfair Display', serif;
	 text-shadow: 2px 2px 5px #000;
	padding: 10px;
	
	
	
}

.barragrafica ul.rslides li .sopra h2{
	font-size: 4em;
	line-height: 1em;
	color: #fff;
	text-align: center;
	font-family: 'Playfair Display', serif;
	 text-shadow: 2px 2px 5px #000;
		padding: 10px;
	font-weight: 300;
	
	
	
}


.barragrafica ul.rslides li .sopra h3{
	font-size: 2.5em;
	color: #f7c02d;
		padding: 10px;
	
	
	
}


.barragrafica ul.rslides li .sopra button{

	background-color: #3b494d;
	color: #fff;
	padding: 5px;
	margin-left: 10px;
	font-size: 1em;
	border-radius: 5px;
	border: 0;
	
	
	
}

.videohome {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 60vh; 
	z-index: 3;
	overflow: hidden;
	display: none;
}

.videohome i {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 3em;
	z-index: 5;
	cursor: pointer;
	
}


.videohome video {
	margin-top: -100px;
	width: 100%;
	height: auto !important;
}

.barragrafica ul.rslides li i{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: .6;
	padding: 0;
	margin: 0;
	color: #fff;
	  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
	cursor: pointer;
	height: 60vh;
	line-height: 60vh;
}

.barragrafica ul.rslides li i:hover{
	opacity: 1;
	color: #fff;
	  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.barragrafica .video {
	position: fixed;
	z-index: 10;
	width: 105%;
	height: 65vh;
	background-image: url(/vescovi/img/hover_bianco.png);
	background-repeat: repeat;
	display: none;
}

.barragrafica  .videohome {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 60vh;
	overflow: hidden;
	
}

.barragrafica .videohome .chiudi {
	position: absolute;
	z-index: 20;
	font-size: 1em;
	right: 20px;
	top: 20px;
}


.barragrafica  .videohome iframe {
	position: absolute;
	top:-20px;
	left:-20px;
	width: 102%;
	height:65vh;
}


.barragrafica .boxprenotazione {
	position:absolute;
	bottom: 5%;
	left: 20%;
	margin: 0;
	background-color: #fff;
	z-index: 3;
	font-size: .9em;
	width: 60%;
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.3);	
}

@media only screen and (max-width: 1200px) { 
	.barragrafica .boxprenotazione {
	left: 10%;
	width: 80%;
	}
}
@media only screen and (max-width: 1000px) { 
	.barragrafica .boxprenotazione {
	left: 5%;
	width: 90%;
	}
}





.barragrafica .boxprenotazione .altezza {
		height:120px;
	
}

/*
.barragrafica .boxprenotazione .borderleft {
border-left:1px dotted #ccc;
	
}

.barragrafica .boxprenotazione span.big{
	float: left;
	font-size: 3.2em;
	font-weight: 700;
	color: #f7c02d;
}

.barragrafica .boxprenotazione span.more{
	font-size: 2em;
	padding: 5px 10px 0 0px;
	float: left;
	width: 30px;
	font-weight: 500;
	color: #f7c02d;
}

.barragrafica .boxprenotazione span.more i{
	float: left;
}

.barragrafica .boxprenotazione span.mese{
	font-size: 1.4em;
	font-weight: 500;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}

.barragrafica .boxprenotazione button{
	padding:0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #fff;
	
	border: 0;
	background-color: #f7c02d;
	text-align: center;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
}
.barragrafica .boxprenotazione button:hover{
	background-color: #77dbf4;
}


*/


section {
	position:relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

#azienda {
	padding: 50px 0;
	text-align: left;

}

#azienda h1{
	font-family: 'Playfair Display', serif;
	font-size: 2.3em;
	font-weight: 500;
	padding: 10px 50px;

}
#azienda h2{
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	padding: 30px 50px;

}

#azienda h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	padding: 10px 50px;

}

#azienda p{

	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	padding: 10px 50px;
}


#azienda button{

	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	margin: 10px 50px;
	padding:5px 10px;
	background-color:#3b494d;
	border-radius: 5px;
	color: #fff;
	border: 0;
	cursor: pointer;

}

#azienda h2.giallo{
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	padding: 10px 40px;
	margin-left: 40px;
	color: #fff;

}



#azienda ul {
	padding:30px 30px;
}


#azienda li{
	text-align: left;
	background-position: top center;
	margin: 10px;
	width: 100%;
	font-size: 1.5em;

}

#azienda li i{
color:#f7c02d;
	padding: 5px;
	font-size: 1.5em;
}

#certificati h2{
	font-family: 'Playfair Display', serif;
	font-size: 2.3em;
	padding: 30px 50px;
	text-align: center;

}


#certificati ul {
	padding:30px 30px;
}


#certificati ul li{
	text-align: left;
	background-position: top left;
	background-image: url(/vescovi/img/check.png);
	background-size: 70px;
	margin: 0px;
	width: 33%;
	padding:10px 10px 10px 80px;
	height: 120px;
	float: left;
	font-size: 1.5em;

}

#azienda li i{
color:#f7c02d;
	padding: 5px;
	font-size: 1.5em;
}

#porcreo button{

	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	margin: 10px 50px;
	padding:5px 10px;
	background-color:#3b494d;
	border-radius: 5px;
	color: #fff;
	border: 0;
	cursor: pointer;

}


#servizi li h3{
	font-size: 1.8em;
	padding: 5px 30px;

}

#servizi li h4{
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px 50px;

}


#boxhome {
	text-align: left;
}


#boxhome .colonna25 {
	position: relative;
	background-color: #fff;
	height: 250px;
		overflow: hidden;
	margin-bottom: 10px;
}


#boxhome .colonna25 .sopra {
	position: absolute;
	bottom: 20px;
	left: 5px;
}



#boxhome .colonna25 .sopra h3{
	color: #fff;
	font-size: 1.3em;
	padding: 5px 10px;

	
}

#boxhome .colonna25 .sopra h4 span{
	color: #fff;
	background-color: #f7c02d;
	font-size: .6em;
	padding: 5px 10px;

}

#boxhome .colonna25 .img{
	height: 250px;
	margin: 10px 5px;
	cursor: pointer;
	background-color: #ccc;
	opacity: 1;
	background-position: center;
	background-size: cover;
	  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
	
}

#boxhome .colonna25 .img.hover{
	height: 260px;
	opacity: .5;
	filter: sepia(100%);
	background-position: center;
	background-size: cover;
	  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
	
}


.bordo {
	border: 1px dotted #e5e5e5;
	
}




#gallery ul {
	padding:0px;
	height: 200px;
	overflow: hidden;
	margin: 0;
}


#gallery ul li{
	text-align: left;
	background-position: left;
	background-size:cover;
	margin: 0px;
	width: 16.666%;
	height: 200px;
	float: left;
	cursor: pointer;

}

#gallery .prev, #gallery .next{
	position:absolute;
	text-align: center;
	top:0px;
	width:40px;
	height:200px;
	line-height: 200px;
	font-size:2em;
	color:#333;
	cursor:pointer;
	z-index:2;
	background-color: #fff;
	opacity: .6;
}

#gallery .prev {
	left:0px;
}

#gallery .next {
	right:0px;
}
#gallery .prev:hover, #gallery .next:hover{
	color:#f7c02d; 
	 
 }






#blog {
	padding: 80px 0;
	
}

#blog .colonna33{
	min-height: 300px;
}




#blog .colonna .img{
	height: 200px;
	margin: 10px;
	background-position: center;
	background-size: cover;
}


#blog .colonna h3{
	font-family: 'Playfair Display', serif;
	font-size: 2em;

	padding: 10px 50px;

}

#blog .colonna h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.8em;

	padding: 5px 50px;

}



#blog .colonna p{

	font-size: 1.4em;

	padding: 5px 50px;

}


#blog .colonna  button{

	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	margin: 10px 50px;
		border-radius: 5px;
	padding:5px 10px;
	background-color:#3b494d;
	color: #fff;
	border: 0;
	cursor: pointer;

}

#blog .colonna a:link, #blog .colonna a:visited {
	
	color: #fff;
} 


#blog h2{
	font-family: 'Playfair Display', serif;
	font-size: 2.6em;
color:#f7c02d;
text-align: center;
	padding: 10px 10px;

}



#blog li .img:hover{
	height: 310px;
	  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
	opacity: .9;
}

p{

	font-size: 1.5em;
	line-height: 1.6em;
	text-align: left;
	padding: 10px;

}
#frase {
	margin-top: 30px;
	background-image: url(/vescovi/img/lisa.png);
	background-position: right bottom;
	background-size: contain;
}

#frase h2{
	font-family: 'Playfair Display', serif;
	font-size: 2.3em;
	line-height: 1.8em;
	text-align: left;
	color: #f7c02d;

	padding: 80px 500px 30px 100px;

}

#frase h3{
	font-size: 2em;
	line-height: 1.8em;
	text-align: left;
	color: #f7c02d;
	padding: 0 100px 50px;
}


.facebook {
	margin: 20px;
	overflow: hidden;
}

#youtube {
	padding: 40px 0;
	
}

#youtube  .img{
	height: 200px;
	margin: 10px;
	background-position: center;
	background-size: cover;
}

#youtube h2{
	font-family: 'Playfair Display', serif;
	font-size: 2.6em;
color:#f7c02d;
	text-align: center;

	padding: 10px 10px;

}


#youtube h4{

	font-size: 1em;
	padding: 5px 10px;

}

#youtube h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.3em;

	padding: 5px 10px;

}





#categorie {
	padding: 50px 0 50px 0;
}

 h1{
	font-family: 'Playfair Display', serif;
	font-size: 2.5em;
	padding: 10px;

}
 h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.8em;
	padding: 10px;

}

h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.5em;
	padding: 10px;

}

p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px 10px;

}

#categorie h2{
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	padding: 20px 10px 10px;
}

#categorie h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	padding: 10px;

}

#categorie h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.3em;
	padding: 10px;

}

#categorie p{

	font-size: 1.5em;
	line-height: 1.6em;
	text-align: left;
	padding: 10px;

}

#categorie .img {
	float: left;
	width: 90%;
	margin: 20px;
	height: 350px;
	background-position: center;
	background-size: cover;
}


#servizi .img {
	float: left;
	width: 100%;
	margin: 0px;
	height: 400px;
	background-position: center;
	background-size: cover;
}

#servizi .sotto {
	position: absolute;
	width: 100%;
	margin: 0px;
	background-color: #fff;
	bottom: 0;
	opacity: .9;
}

#servizi .sotto h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	padding:10px;
}

#servizi .sotto h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	padding: 5px 10px;
	display: none;

}

#servizi .sotto h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.3em;
	padding: 10px;

}

#servizi p{

	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	padding: 5px 10px;

}





#elenco-gallery .img {
	float: left;
	width: 180px;
	margin: 10px;
	height: 180px;
	background-position: center;
	background-size: cover;
}

#elenco-gallery h2{
	font-family: 'Playfair Display', serif;
	font-size: 2.6em;
	padding:20px;
}



#elenco-risto h2{
	font-family: 'Playfair Display', serif;
	font-size: 2.6em;
	padding:20px;
}





 #contenuto .immagine {
	float: left;
	position: relative;
	width: 100%;
	margin: 0px 0px;
	height:60vh;
	background-position: center;
	background-size: cover;
}


#contenuto .immagine ul{
	height: 60vh;
	position: absolute;
	width: 100%;
	margin: 0;
	list-style: none;
	
}

#contenuto .immagine ul li{
	height: 60vh;
	width: 100%;
	margin: 0;
	background-position: center;
	background-size: cover;
	list-style: none;
	
}

#contenuto .immagine ul li .sopra{
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding: 5px;
	background-color: #fff;
	color: #333;
	opacity: .9;
	
}

#contenuto .immagine ul li .credit{
	position: absolute;
	bottom: 5px;
	right: 0px;
	padding: 5px;
	color: #fff;
	opacity: .5;
	
}


 .immagine  .prev,  .immagine  .next{
	position:absolute;
	top:300px;
	width:40px;
	height:40px;
	line-height: 40px;
	font-size:2.5em;
	text-align: center;
	color:#333;
	background-color: #fff;
	cursor:pointer;
	z-index:3;
	opacity: .4
}

 .immagine  .prev {
	left:10px;
}

 .immagine  .next {
	right:10px;
}
 .immagine  .prev:hover,  .immagine  .next:hover{
	color:#fff; 
	background-color: #333;
	 
 }

#contenuto ul.gallery {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 54px;
	overflow: hidden;
	padding:0px 0;
	z-index: 3;
	list-style: none;
	
}

#contenuto ul.gallery li{
	float: left;
	height: 50px;
	width: 50px;
	margin: 5px 2px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	cursor: pointer;
		list-style: none;
	
}

ul.gallery_big {
	
}

ul.gallery_big li{
	float: left;
	height: 300px;
	width: 25%;
	margin: 0;
	border: 0;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	
}

.over {
	position: absolute;
	bottom: 100px;
	left: 10%;
	z-index: 5;
}

#first {
	padding: 20px 50px;
	text-align: left;
	
}



#first iframe {
	width: 100%    !important;
  height: 500px   !important;
		border: 0;
}

#youtube #videos.bloccato {
	position: relative;
	width: 100%;    
	margin: 0;
	height: 300px;
	overflow:hidden; 
}


#youtube ul#videos li {
	position: relative;
	width: 23%    
		!important;
	margin: 1%;
	float: left;
	height: 300px;
	
}
#youtube ul#videos li .vsopra{
	position:absolute;
	top: 0;
	width: 100%;
	height: 180px;
	z-index: 5;
	cursor: pointer;
}
#youtube ul#videos li h4{
	font-size: 1em;
	padding:5px;
	border:0;
}


#youtube ul#videos li iframe {
	width: 100%    !important;
  height: 180px   !important;
	border: 0;
	
}


@media only screen and (max-width: 1200px) { 
	.over {

	left: 0%;
}
}



.over h1{
	font-family: 'Playfair Display', serif;
	font-size: 4em;
	padding: 10px 30px;
	color: #000

}
.over h2{
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	padding: 10px 30px;
	color: #000

}

.over span {
		background-image: url(/vescovi/img/hover_bianco.png);
	background-repeat: repeat;
	padding: 0 20px;
}



#contenuto{
	padding: 40px 0 50px 0;
}




#contenuto h1{
	font-family: 'Playfair Display', serif;
	font-size: 3em;
	padding: 10px 40px;

}
#contenuto h2{
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	padding: 10px 40px;

}

#contenuto hr{
	display: none;
}


#contenuto h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	padding: 10px 40px;

}

#contenuto h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.3em;
	padding: 10px 40px;

}

#contenuto p{

	font-size: 1.5em;
	line-height: 1.6em;
	text-align: left;
	padding: 10px 40px;

}

#contenuto ul li{

	font-size: 1.5em;
	line-height: 1.6em;
	text-align: left;
	padding: 10px 10px;
	list-style: circle;
	margin-left: 50px;

}

#contenuto .colonna {
	height: 80px;
	overflow: hidden;

	
}

#contenuto .pdf i{
	font-size: 2.3em;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 10px;
	float: left; background-color: #282d33;
	border-radius: 40px;
	color: #fff;
	
}

#contenuto .pdf h4{
	font-family: 'Playfair Display', serif;
	font-size: 1em;
	padding: 20px;

}


.correla .img{
	height: 200px;
	margin: 10px;
	background-position: center;
	background-size: cover;
}

.correla h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	text-align: center;
	padding: 30px 10px 5px 10px;

}


.correla h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;

	padding: 5px 10px;

}
.correla h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.3em;

	padding: 5px 10px;

}


 .correla p{

	font-size: 1.1em;

	padding: 5px 10px;

}


.marco .img{
	height: 500px;
	margin: 0px;
	background-position: center;
	background-size: cover;
}

.marco h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	text-align: center;
	padding: 30px 10px 5px 10px;

}


.marco h3{
	font-family: 'Playfair Display', serif;
	font-size: 2.4em;

	padding: 100px 10px 10px;

}
.marco h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.8em;

	padding: 5px 10px;

}


 .marco p{

	font-size: 1.4em;
	 line-height: 1.5em;

	padding: 5px 10px;

}


.t_celeste {
		color: #f7c02d;
}

.t_right {
	text-align: right;
}



.boxer {
	display: none;
	width: 100%;
	-moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.boxer.mostra {
	display: block;

	  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}


h2.t_celeste span{
	height:20px;
	border-bottom: 3px solid #f7c02d;
	width: 80px;
	margin-right:10px;
	float: left;
}



.top {
	margin-top: 120px;
}

.colonna30 {
	float: left;
	width: 30%;
}

.colonna33 {
	float: left;
	width: 30%;
	margin: 1.5%;
}


.colonna40 {
	float: left;
	width: 40%;
}
.colonna50 {
	float: left;
	width: 50%;
}
.colonna60 {
	float: left;
	width: 60%;
}
.colonna70 {
	float: left;
	width: 70%;
}

.colonna20 {
	float: left;
	width: 20%;
}
.colonna25 {
	float: left;
	width: 25%;
}

.colonna30 {
	float: left;
	width: 30%;
}

.colonna80 {
	float: left;
	width: 80%;
}

.colonna100 {
	float: left;
	width: 100%;
}

.margin20 {
	margin:20px;
}
.padding20 {
	padding:20px;
}

#contatti {
	max-width: 1280px;
	width: 100%;
	margin: auto;
}

#contatti h2 {
font-family: 'Playfair Display', serif;
	font-size: 3em;

	padding: 20px 0 10px ;
	font-weight: 300;
	color:#fff;
	text-align: center;
	
}

#contatti h3 {
		font-size: 1.3em;
	font-weight: 300;
	padding: 10px;

		color:#fff;
	
}

#contatti p {
	font-size: 1em;
	font-weight: 300;
	padding: 5px 20px;

		color:#fff;
}

#contatti a:link, #contatti a:visited, #contatti a:hover {

		color:#fff;
}


#contatti input {
	margin:10px;
	border:0;
	border-bottom:3px solid #fff;
	background-color:transparent;
	padding:10px;
	width:80%;
	color:#fff;
}

#contatti textarea {
	margin:10px;
	border:0;
	color:#fff;
		border-bottom:3px solid #fff;
background-color:transparent;
	padding:10px;
	height:170px;
	width:90%;
}

#contatti button {
	position: absolute;
	top: 150px;
	right: 50px;
}

.contatti .alert {
	padding:10px;
	margin-left:20%;
	width:40%;
	background-color:#fff;
	color:#F00;
	font-size:1.3em;
	opacity:0;
			  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}


 .mappa {
	border: 0;
	height: 500px;
	overflow: hidden;
	
}

.mappa #gmaps-canvas{
	height: 500px;
	
}

#contact h1{
	font-family: 'Playfair Display', serif;
	font-size: 3em;
	padding: 10px 20px;

}

#contact h2{
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	padding: 10px 20px;

}


#contact h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	padding: 10px 20px;

}

#contact h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.3em;
	padding: 10px 20px;

}


#contact p {
	font-size: 1.2em;
	font-weight: 300;
	padding: 5px 20px;
}



section .showcontatti {
	float: left;
	width: 70%;
	padding-bottom: 150px;
}
section .showcontatti .colonna40{
	float: left;
	width: 100%;
}

section .showcontatti .colonna20{
	float: left;
	width: 100%;
}

section .showcontatti h2 {
	display: none;
	
}

section .showcontatti h3 {
		font-size: 1.3em;
	font-weight: 300;
	padding: 10px;

		color:#333;
	
}

section .showcontatti p {
	font-size: 1em;
	font-weight: 300;
	padding: 5px 20px;

		color:#333;
}


section .showcontatti input {
	margin:10px;
	border:0;
	border:1px solid #ccc;
	background-color:transparent;
	padding:10px;
	width:80%;
	color:#333;
}

section .showcontatti textarea {
	margin:10px;
	color:#333;
	border:1px solid #ccc;
background-color:transparent;
	padding:10px;
	height:170px;
	width:90%;
}

section .showcontatti button {
	position: absolute;
	top: 150px;
	left: 20px;
}



.relative {
	position: relative;
}

footer h4 {
	font-size:1.3em;
	font-weight: 500;
	padding: 5px 0;
	
}

footer h3 {
	font-size:1.3em;
	font-weight: 500;
	padding: 10px 10px;
	
}


footer i {
	font-size:1.8em;
	padding: 5px ;
	
}

footer {
	position:relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	color: #fff;
}

footer a:link, footer a:visited {
	color: #fff;
}


footer #mappa {
	border: 5px solid #fff;
	height: 280px;
	overflow: hidden;
	margin-bottom: 10px;
	
}

footer #mappa #gmaps-canvas{
	height: 270px;
	
}

footer p {
	font-size: 1em;
	font-weight: 300;
	padding: 5px 10px;
}


 p.mini {
	font-size: .9em;
	color: #ccc;
}



.blocca {
	clear: both;
	margio:0;
	padding: 0;
	visibility: hidden;
}

.blocca1 {
	clear: both;
	margin:20px 0 0 0;
	padding: 0;
	height:20px;
	border-top:1px dashed #ccc;
}


:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}     

#preloader {
	position: fixed;
	top: 0;
	font-size: 10em;
	text-align: center;
	line-height: 100vh;
	color: #f7c02d;
	width: 100%;
	height: 100vh;
	z-index: 10;
	background-color: #fff;
	opacity: .9;
	background-image: url(/vescovi/img/loadingvescovi.png);
	background-position: center center;
}
