/* 
	font-family: 'Playfair Display', serif;
font-family: 'Pacifico', cursive;

GIALLO color:#f1c701
CELESTE color:#6cc7de

SCURO color:#3b494d;

*/

@media only screen and (max-width: 700px) { 

	.nascosto {
		display: none;
	}

body {

font-family: 'Poppins', sans-serif;co
	font-size: 14px;
}
	
	header {
			background-color: #fff;
		height: 80px;
	}


.barra {
	position:relative;
	margin: 0 auto;
	width: 100%;
}

.logo {
	position:absolute;
	top: 5px;
	left: 5px;
	width: 200px;
	height:65px;
	z-index: 10;
	text-align: left;
	overflow: hidden;
}

.logo img {
	width: 180px;
	max-width: 180px;
}


.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;
}





header .menu {
	position:absolute;
	display: block;
	right: 10px;
	top: 15px;
	color: #333;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 2.8em;
	z-index: 3;
	  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

nav {
	display: none;
	float: left;
	width: 100%;
		height: auto;
	margin-top: 60px;
	background-color: #fff;
}

nav ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap-reverse;
	width: 100%;
	margin: 0px auto;
	 justify-content:  flex-end;

	
}

nav ul li {
 flex-wrap: wrap-reverse;
	padding: 0 20px;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 60px;
	color: #333;
	font-size: 1.1em;
	border-bottom: 1px dotted #ccc;
	cursor:pointer;
	
}

nav ul li.offerte {
 
	background-color: #6cc7de;
	color:#fff;
}



nav ul li:hover {
	color:#6cc7de;
	
}

nav ul li.offerte {
 
	background-color: #6cc7de;
	color:#fff;
}

.promo {
	position: absolute;
	top: auto;
	z-index: 5;
		display:flex;
	flex-direction: column;
align-items: center;
	 justify-content: center;
	width: 100%;
	left: 0;
	bottom: 110px;
}



.promo .box {
	background-color: #fff;
	height: auto;
	z-index: 5;
	width: 90%;
	text-align: center;
	padding:10px;
	opacity: .8;
	flex-basis: auto;
	flex-grow: 0;
  flex-shrink: 0;
	margin: 1px 5px;
	overflow: hidden;
}

.promo h3 {
	font-size: 1.1em;
	text-align: center;
	
	
}
	

.promo h4 {
	font-size: 1em;
	text-align: center;
	color: #6cc7de;
	display: none;
}
.promo h4.first {	
	font-size: 1.3em;
	text-align: center;
	background-color: #6cc7de;
	color:#fff;
	display: inline;
	width: 90%;
	padding: 2px 0;
	margin: 1px 5px;
	
	}
.promo button {
	font-size: .9em;
	line-height:normal;
	height:auto; 
	text-align: center;
	background-color: #6cc7de;
	color:#fff;
	border-radius: 5px;
	padding: 2px;
	border: 0;
	display: none;
	
	
}

.barragrafica {
	position: relative;
	width: 100%;
	height: 50vh;
	margin-top: 70px;
	

}

.barragrafica .prev, .barragrafica .next{
	position:absolute;
	top:20vh;
	width:30px;
	height:30px;
	line-height: 30px;
	font-size:2em;
	text-align: center;
	color:#333;
	background-color: #fff;
	opacity: .5;
	cursor:pointer;
	z-index:2;
	left: 0px;
}





.barragrafica .next {
	left: auto;
	right:0px;
}

.barragrafica ul.rslides{

	overflow:hidden;
	position:relative;

	
}
	
	
	

.barragrafica ul.rslides li{
	background-position:center;
	background-size: cover;
	width: 100%;
	height:50vh;
	text-align: center;
}

	
	
.barragrafica ul.rslides li .sopra{
	width: 80%;
	margin: 20vh 10%;
	text-align: left;
	
	
	
}

.barragrafica ul.rslides li .sopra h4{
	font-size: 1.2em;
	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: 2em;
	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: 1.5em;
	color: #f7c02d;
		padding: 10px;
	
	
	
}


.barragrafica ul.rslides li .sopra button{

	color: #fff;
	padding: 5px;
	margin-left: 10px;
	font-size: 1em;
	border-radius: 5px;
	border: 0;
	
	
	
}

section {
	position:relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

#azienda {
	padding: 10px 0 50px;
	text-align: center;

}

#azienda h1{
	
	font-size: 1.6em;

	padding: 10px 10px;

}
#azienda h2{
	
	font-size: 1.4em;
	padding: 10px 10px;

}
	
	
#azienda h2.giallo{
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;
	padding: 10px 40px;
	margin: 0 10px;
	color: #fff;

}	
	
	#azienda h3{

	font-size: 1.2em;
	padding: 10px 10px;

}

#azienda p{

	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	padding: 10px 10px;

}

#azienda ul {
	padding:10px 10px;
}


#azienda li{
	text-align: left;
	background-position: top center;
	margin: 10px;
	width: 100%;
	font-size: 1.2em;

}

#azienda li i{
color:#f7c02d;
	padding: 5px;
	font-size: 1.5em;
}
	
	
#certificati ul {
	padding:10px 10px;
}


#certificati ul li{
	text-align: left;
	background-position: top left;
	background-image: url(/vescovi/img/check.png);
	background-size: 50px;
	margin: 0px;
	width: 100%;
	padding:5px 5px 5px 60px;
	height: 65px;
	float: left;
	font-size: 1.2em;
	border-bottom: 1px dotted #fff;

}
	
	
	
	#servizi ul {
	padding:5px 30px;
}


#servizi li{
	text-align: center;
	padding: 10px 0 0 0px;
	background-size: 90px 90px;
	background-position: top center;
	height:auto;
	border: 1px dotted #333;
	margin: 10px 2%;
	width: 96%;
	float: left;

}
	
#servizi li h3{
	font-size: 1.2em;
	padding: 5px 10px;

}

#servizi li h4{
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 10px;

}	

#boxhome {
	text-align: center;
}


#boxhome .colonna25 {
	height: 125px;
		overflow: hidden;
	margin-bottom:0;
}
	
	#boxhome .colonna25 .sopra h3{
		font-size: 1em;
}
	
		#boxhome .colonna25 .sopra h4{
		font-size: .9em;
}
	
	
	

#boxhome .colonna25 .img{
	height: 120px;
	margin: 2px 3px;
	
	
}

#boxhome .colonna25 .img.hover{
	height: 160px;
	opacity: 1;
	background-position: center;
	background-size: cover;
	
}


.bordo {
	border: 1px dotted #e5e5e5;
	
}





#blog {
	padding: 20px 0;
	
}

#blog .colonna33{
	min-height: 300px;
}

#blog .colonna70{
	width: auto;
	height: auto;
		margin: 10px 20px;
	background-position: center;
	background-size: cover;
}

#blog .colonna70 .img{
	height: 200px;
		margin: 10px 20px;
	background-position: center;
	background-size: cover;
}

#blog .colonna70 h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;

	padding: 5px 20px;

}

#blog .colonna70 h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.3em;

	padding: 5px 20px;

}


#blog .colonna70 p{
	
	font-size: 1em;

	padding: 5px 20px;

}
	#blog .colonna30 {
		width:auto;
		margin-left: 20px;
		border-top: 1px solid #ccc;
	}

#blog .colonna30 .img{
	width: 30%;
	float: left;
	height: 150px;
	margin: 5px 20px;
	background-position: center;
	background-size: cover;
}


#blog .colonna30 h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.1em;

	padding: 20px 10px 5px;

}

#blog .colonna30 h4{
	font-family: 'Playfair Display', serif;
	font-size: 1em;

	padding: 0px 10px;

}



#blog .colonna30 p{

	font-size: .8em;

	padding: 0px 10px;

}
	
	#frase {
	margin-top: 30px;
	background-image:none;
	background-position: left bottom;
	background-size: contain;
}


#frase h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	color: #333;

	padding: 20px 30px 10px;

}
	
	#frase h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	color: #333;

	padding: 10px 30px;

}
	
	
#youtube .colonna25{
	width: 100%;
	
}
	
	#youtube ul#videos li {
	position: relative;
	width: 48%    
		!important;
	margin: 1%;
	float: left;
	height: 300px;
	
}

	
	#first {
	padding: 10px 10px;
	text-align: left;
	
}



#first iframe {
	width: 100%    !important;
  height: 250px   !important;
		border: 0;
}


#categorie {
	padding: 50px 0 50px 0;
}

 h1{
	font-family: 'Playfair Display', serif;
	font-size: 1.8em;
	padding: 10px;

}
 h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.5em;
	padding: 10px;

}

h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	padding: 10px;

}

p{
	font-size: 1em;
	line-height: 1.5em;
	padding: 5px 10px;

}
	
	
#servizi p{

	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	padding: 5px 10px;

}
	
	
	
#categorie h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;
	padding: 20px 10px 10px;
}

#categorie h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	padding: 10px;

}

#categorie h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.1em;
	padding: 10px;

}

#categorie p{

	font-size: 1em;
	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: 350px;
	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.4em;
	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;

}


	#gallery ul {
	padding:0px;
	height: 360px;
	overflow: hidden;
	margin: 0;
}


#gallery ul li{
	text-align: left;
	background-position: left;
	background-size:cover;
	margin: 0px;
	width: 50%;
	height: 180px;
	float: left;

}
	
	#gallery .next, gallery .prev {
		display: none;
	}	
	


#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;
}





 .immagine {
	float: left;
	position: relative;
	width: 100%;
	margin: 0px 0px;
	height:50vh;
	background-position: center;
	background-size: cover;
}


.immagine ul{
	height: 50vh;
	position: absolute;
	width: 100%;
	
}

.immagine ul li{
	height: 50vh;
	width: 100%;
	background-position: center;
	background-size: cover;
	
}

 .immagine  .prev,  .immagine  .next{
	position:absolute;
	top:24vh;
	width:40px;
	height:40px;
	line-height: 40px;
	font-size:2.5em;
	text-align: center;
	color:#333;
	background-color: #fff;
	cursor:pointer;
	z-index:6;
	opacity: .4
}

 .immagine  .prev {
	left:10px;
}

 .immagine  .next {
	right:10px;
}
 .immagine  .prev:hover,  .immagine  .next:hover{
	color:#fff; 
	background-color: #333;
	 
 }

	
	
ul.gallery {
	bottom: -54px;
	height: 62px;
	overflow: hidden;
	right: 0px;
	width: 100%;
	padding:0px 0;
	z-index: 5;
}

ul.gallery li{
	float: left;
	height: 50px;
	width: 50px;
	margin: 5px 2px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	
}

ul.gallery_big {
	
}

ul.gallery_big li{
	float: left;
	height: 180px;
	width: 180px;
	margin: 5px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	
}

.over {
	position: absolute;
	bottom: 100px;
	left: 10%;
	z-index: 5;
}

@media only screen and (max-width: 1200px) { 
	.over {

	left: 0%;
}
}



.over h1{
	font-family: 'Playfair Display', serif;
	font-size:2.3em;
	padding: 10px 10px;
	color: #000

}
.over h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	padding: 10px 10px;
	color: #000

}

.over span {
		background-image: url(/vescovi/img/hover_bianco.png);
	background-repeat: repeat;
	padding: 0 20px;
}



#contenuto{
	padding: 20px 0 50px 0;
}



#contenuto .gallery {
	float: left;
	margin: 0px 0;

}

#contenuto .gallery .thumb{
float: left;
	width: 100px;
	height: 80px;
	overflow: hidden;
	margin: 5px;
}


#contenuto h1{
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	padding: 10px 30px;

}
#contenuto h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	padding: 10px 30px;

}

#contenuto hr{
	display: none;
}


#contenuto h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	padding: 10px 30px;

}

#contenuto h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.1em;
	padding: 10px 30px;

}
	
	#contenuto ul li{

	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	padding: 10px 10px;
	list-style: circle;
	margin-left: 50px;

}

#contenuto p{

	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	padding: 10px 30px;

}
	
	#contenuto img{
		width: 100%;

}
	
#contenuto .pdf i{
	font-size: 1.8em;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 10px;
	float: left; background-color: #282d33;
	border-radius: 20px;
	color: #fff;
	
}	
	
	
	.correla .colonna25 {
		width: 100%;
	}	

.correla h2{
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;
	text-align: center;
	padding: 30px 10px 5px 10px;

}


.correla h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;

	padding: 5px 10px;

}
.correla h4{
	font-family: 'Playfair Display', serif;
	font-size: 1.1em;

	padding: 5px 10px;

}


 .correla p{

	font-size: 1em;

	padding: 5px 10px;

}
	
	
.top {
	margin-top: 70px;
}

section .showcontatti {
	float: left;
	width: 100%;
	padding-bottom: 150px;
}	
	

.colonna33 {
	float: left;
	width: 100%;
	margin: 0;
}


.colonna40 {
	float: left;
	width: 100%;
}
.colonna50 {
	float: left;
	width: 100%;
}
.colonna60 {
	float: left;
	width: 100%;
}
.colonna70 {
	float: left;
	width: 100%;
}

.colonna20 {
	float: left;
	width: 50%;
}
.colonna25 {
	float: left;
	width: 50%;
}

.colonna30 {
	float: left;
	width: 100%;
}

.colonna80 {
	float: left;
	width: 100%;
}
	
	.c33 {
		width: 33%;
	}
	.c40 {
		width: 40%;
	}	
	
	.c20 {
		width: 20%;
	}
	
	.c100 {
		width: 100%;
	}
	.c50{
			float: left;
		width: 50%;
	}
	

.margin20 {
	margin:10px;
}
.padding20 {
	padding:10px;
}

#contatti {

	width: 100%;
	margin: auto;
}

#contatti h2 {
font-family: 'Playfair Display', serif;
	font-size: 2em;

	padding: 10px 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: .9em;
	font-weight: 300;
	padding: 5px 10px;

		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:120px;
	width:90%;
}

#contatti button {
	position: relative;
	margin-left: 30px;
	top: 0px;
	right: 0px;
}

.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;
}


.relative {
	position: relative;
}

footer h4 {
	font-size:1.3em;
	font-weight: 500;
	padding: 5px 0;
	
}


footer i {font-size:1.8em;
	padding: 5px ;
	
}

footer {
	position:relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}


footer #mappa {
	border: 5px solid #333;
	height: 280px;
	overflow: hidden;
	
}

footer p.mini {
	font-size: .9em;
	color: #666;
}



.blocca {
	clear: both;
	margio:0;
	padding: 0;
	visibility: hidden;
}

.blocca1 {
	clear: both;
	margin:10px 0 0 0;
	padding: 0;
	height:10px;
	border-top:1px dotted #666;
}

/* CALENDARIO */

#calendar{
  margin:0px auto;
  padding:0px;
  width: 280px;
	background-color: #fff;
}
 
#calendar .box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    background-color: #787878 ;      
}
 
#calendar div.header{
    vertical-align:middle;
    left:0;
    top:0px;
    width:100%;
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
	width: 20%;
	height:20px;
	line-height: 20px;
	font-size: 1em;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#333;
}
 
div#calendar div.header span.title{
    color:#FFF;
}
 
 
div#calendar div.header a.prev{
    left:0px;
}
 
div#calendar div.header a.next{
    right:0px;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{

    border-top:none;
}
 
 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
	width: 100%;
    padding: 0px;
    margin-top:5px;
}
 
div#calendar ul.label li{
        margin:2px;
	line-height: 30px;
	height: 30px;
    padding:0px; 
    float:left;
    list-style-type:none;
    width:12%;
    vertical-align:middle;
    text-align:center;
    color:#000;
    background-color: transparent;
}
 

 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
	width: 100%;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:2px;
	line-height: 30px;
	height: 30px;
    padding:0px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:12%;
    background-color: #DDD;
    color:#000;
    text-align:center; 
	 cursor: pointer;
	
}
 div#calendar ul.dates li.chiaro{
	background-color: #f5f5f5;
	 cursor: none;
}

div#calendar ul.dates li.sele{
	background-color: #6cc7de;
}

:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}     

}
