@charset "utf-8";

.page-id-32 {
height: 1px;	
}

li#menu-item-68 {padding-top: 10px;}/*per amministrazione trasparente in farmacia*/

.accetta-cookie a {
    color: #fff!important;
}

/*HEADER*/

.contenuto-senza-header{
	padding-top: 80px!important;
}
.apertura-100{
	display:table;
	height:80vh;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	margin-bottom: 30px;
	background-attachment: fixed;
	position: relative;
}
/*
.apertura_100::after{
	content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
background: -moz-linear-gradient(45deg, rgba(43,81,163,0.7) 0%, rgba(43,81,163,0.7) 45%, rgba(25,124,166,0.7) 68%, rgba(0,184,169,0.7) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(43,81,163,0.7)), color-stop(45%, rgba(43,81,163,0.7)), color-stop(68%, rgba(25,124,166,0.7)), color-stop(100%, rgba(0,184,169,0.7)));
background: -webkit-linear-gradient(45deg, rgba(43,81,163,0.2) 0%, rgba(43,81,163,0.2) 45%, rgba(25,124,166,0.7) 68%, rgba(0,184,169,0.7) 100%);
background: -o-linear-gradient(45deg, rgba(43,81,163,0.7) 0%, rgba(43,81,163,0.7) 45%, rgba(25,124,166,0.7) 68%, rgba(0,184,169,1) 100%);
background: -ms-linear-gradient(45deg, rgba(43,81,163,0.7) 0%, rgba(43,81,163,0.7) 45%, rgba(25,124,166,0.7) 68%, rgba(0,184,169,0.7) 100%);
background: linear-gradient(45deg, rgba(43,81,163,0.7) 0%, rgba(43,81,163,0.7) 45%, rgba(25,124,166,0.7) 68%, rgba(0,184,169,0.7) 100%);
}
*/

.apertura-100-sopra{
	display:table;
	height:80vh;
	width:100%;
	position:absolute;
  	left:0;
	top:0;
}

.cont-logo-home{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:19px;
	/*transform: skewY(3deg);*/
}

.cont-logo-home .logo-home {
	width:90%;
	margin:auto;
	color:white;
	padding-top: 35px;
}

.cont-logo-home .logo-home .dimensioni-logo {
	width: 150px;
	margin:auto;
	margin-bottom: 15px;
}

.logo-home{
	width: 300px;
	margin: auto;
	margin-top: 25px;
}

.apertura-small{
	max-width: 1500px;
	height: 200px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: lightgray;
}

.immagine-header{
	width: 100%;
	height: 100vh;
	background-image: url("../img/super-casette-sfondo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.immagine-header::after{
	content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
background: rgb(31,64,55);
background: linear-gradient(0deg, rgba(31,64,55,1) 30%, rgba(31,64,55,0.3393732492997199) 100%);
}

/*Apertura block*/
.apertura-block{
	height:60vh;
	width:100%;
}

.apertura-block .apertura-block-image{
	height:60vh;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-image: url("../img/IMG_2021.jpg.html");
	display:table;
}

.apertura-block .apertura-block-testo{
	display:table-cell;
	vertical-align:middle;
	padding-top: 60px;
	font-size: 30px;
	text-align: center;
}

/*Apertura video*/
.assoluta-100{
	display:table;
	height:100%;
	width:100%;
	position:absolute;
	z-index:1;
	
}

.video{
	visibility:hidden;
	min-height:0;
	min-width:0;
	height:0;
	width:0;
}
	
.video-sotto{
position: fixed; right: 0;top: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; 
background-image:url("img/sfondo.jpg.html");
background-repeat: no-repeat;  /* immagine nel caso non venga supportato il video*/
background-size: cover; 
}

/*info home come comid*/

.informazioni-home{
	width: 320px;
	z-index: 200;
	font-size: 14px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.informazioni-home .line-height{
	line-height: 18px;
}

.display-flex div{
	margin-right: 10px;
}

.margin-left-28{
	margin-left: 28px;
}

.logo-home h1{
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.3em;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.8);
}

.logo-home p{
	color: #ffffff;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-top: 10px;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.8);
}

.freccia-container {
	width: 100%;
	position: absolute;
	height: 55px;
	bottom: 0;
}

.freccia-header{
	width: 35px;
    height: 35px;
    margin: 0px auto 0 auto;	
}

.bounce {
	-webkit-animation: bounce  ease-out;
	-moz-animation: bounce  ease-out;
	-o-animation: bounce  ease-out;
	animation: bounce  ease-out;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s; /* firefox */
	-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
	animation-iteration-count:infinite; /* firefox ma non son sicuro */
}

@-webkit-keyframes bounce {/* rimbalzo freccia*/
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}


.colonna-sx .btn-primary{
margin-bottom: 32px;	
}

.header-small{
	height: 150px;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
}

.back-color{
	background-color: #2E52A0;
	color: #ffffff;
	/*position: relative;
	padding-bottom: 50px;
    padding-top: 50px;
	transform: skewY(-3deg);
	transform-origin: top left;
    clip-path: polygon( 0 calc(0% + 50px), 100% 0, 100% calc(100% - 50px), 0 100% );*/
}

.back-color-yellow{
	background-color: yellow;
}

.back-color-red{
	background-color: red;
}

.back-color-blue{
	background-color: blue;
}


.back-color h2{
	color: #ffffff;
}

.back-color p{
	color: #ffffff;
}

.rotate{
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari 3-8 */
  transform: rotate(180deg);
}

.cut{
	z-index: -1;
	position: relative;
}

.cut-apertura{
	bottom:0;
	z-index: 50;
	margin-bottom: -17px;
}

.cut-home {
	margin-top:-50px;
}

.margin-top-negativo{
	margin-top: -90px;
}

.margin-top-negativo-home{
	margin-top: -90px;
}

/* -------------- Strutture ------------- */ 

.struttura-container {
	width: 100%;
	text-align: justify;
	margin-bottom: 40px;
	display: inline-block;
}

.struttura-2-preview .div-1, .struttura-2-preview .div-2 {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.border-bot-primary {
	padding: 0 0 5px 0;
	border-bottom: 2px #2E52A0 /* primary */ solid;
	margin-bottom: 5px;
}

.struttura-2-preview p {
	text-align: left;
}

.struttura-2-preview .arrow {
	bottom: 0;
	text-align: right;
}

.struttura-2-preview .arrow img{
	width: 50px;
	height: 50px;
		-o-transition: margin-right .3s ease;
  	-ms-transition: margin-right .3s ease;
  	-moz-transition: margin-right .3s ease;
  	-webkit-transition: margin-right .3s ease;
  	transition: margin-right .3s ease;
}

.struttura-2-preview .arrow img:hover{
	margin-right: 10px;
}


.struttura-container img {
	margin-bottom: 10px;
}

.struttura-container h1,.struttura-container h2, .struttura-container h3 {
	text-align: center;
	margin-bottom: 10px;
}

.struttura-container p{
	margin-bottom: 15px;
}

/* -------------- struttura 3 ------------- */ 
.struttura-3 div{
	padding: 15px;
}

.struttura-3 .div-s3-1{
	background-color: antiquewhite;
	
}

.struttura-3 .div-s3-2{
	background-color:aqua;
	color: white;
}

.struttura-3 .div-s3-3{
	background-color:aquamarine;
	color: white;
}

.struttura-3 h2,.struttura-3 h2, .struttura-3 h3, .struttura-3 h4{
	text-align: left;
}

/* -------------- fine struttura 3 ------------- */

.testo-container{
	max-width: 800px;
	padding: 15px 0;
	margin: auto;
	text-align: justify;
	margin-bottom: 40px;
}

.testo-container img {
	max-width: 100%;
	height: auto;
	padding-bottom: 15px;
	padding-top: 10px;
}

.testo-container-70{
	width: 100%;
	text-align: justify;
	margin-bottom: 40px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border-right: 10px #1F4037 solid; /* così è preciso con la struttura a 70 */
}


.div-info {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.div-info img {
	height: 25px;
	width: 25px;
	margin-right: 5px;
}

.menu-ancora {
	margin: 20px auto 50px auto;
}

.menu-ancora li{
	margin-bottom: 5px;
}

.menu-ancora a{
	color: #000;
	text-decoration:none;
  	border-bottom: #2E52A0 2px solid;
	transition:all 0.17s ease-in;
}

.menu-ancora a:hover{
	border-bottom: #2E52A0 3px solid;
	color: #000;
}

/* -------------- articoli piccoli ------------- */ 

.anteprima-container{
	display: inline-block;
	width: 100%;
}

.anteprima-container .anteprima{
	width:98%;
	margin-left:1%;
	margin-bottom:32px;
	/*position:relative;
	z-index: 0; problema con apertura menu se realive */ 
	border: 1px solid #2E52A0;
	border-radius: 8px;
	display: inline-block;
	padding-bottom: 6px;
	
	transition:box-shadow 0.17s ease;
	-webkit-transition:box-shadow 0.17s ease;
	-moz-transition:box-shadow 0.17s ease;
	-o-transition:box-shadow 0.17s ease;
	-ms-transition-duration: box-shadow 0.17s ease;
	
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.anteprima-blog {
	background-color: #fffcfa !important;
	border: none!important;
}

.anteprima-container .anteprima:hover{
	box-shadow: 4px 4px 9px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 4px 4px 9px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 4px 4px 9px 2px rgba(0,0,0,0.1);
}

.anteprima-container img{
	border-radius: 8px 8px 0 0;
}

.anteprima-container .anteprima .testo{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	font-size:14px;
	line-height:18px;
	float: left;
	padding: 6px;
	width: 100%;
	border-radius:8px;
}

.anteprima-container .anteprima .icona-anteprime{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	float: left;
	width: 20%;
	border-right: 1px solid #4E7377;
	margin:10px 0
}

.anteprima-container .anteprima .icone-piccole{
	display: inline;
	width: 25px;
	margin-top: -5px;
	margin-right: 5px;
}

.anteprima-container .anteprima .testo .titolo{
	font-size: 18px;
    line-height: 20px;
	height: 65px;
	font-weight: 400;
}

.anteprima-container .anteprima .testo .anteprima-testo{
    font-size: 16px;
	height: 125px;
	padding-top: 5px;
}

.anteprima-container .anteprima .testo .tag{
	height: 20px;
}

.anteprima-container .anteprima .testo .anteprima-testo p{
	font-size: 16px;
	line-height: 20px;
}

.anteprima-container .servizi{
	background-color:white;
}

.read-more{
	padding: 6px 0 6px 0;
	height: 30px;
	right: 0;
}

.read-more .btn{
	float: right;
}

 /* promozioni*/

.promo-container .anteprima{
	padding: 0;
}

/* .promo-container img{
	border-radius: 0;
}*/

.promo-container .anteprima .striscia-anteprima{
	height: 5px;
	width: 100%;
	border-radius: 0 0 8px 8px;
}

.promo-container .anteprima .tag-yellow a{
	color: yellow;
}

.promo-container .anteprima .tag-red a{
	color: red;
}

.promo-container .anteprima .tag-blue a{
	color: blue;
}

 /* se vogli avere altre anteprima con colori diversi*/
.anteprima-secondary a{
	color: #3A7E66 !important;
}

.anteprima-secondary a:hover{
	color: #448E72 !important;
}

.anteprima-secondary .anteprima{
	border: 1px solid #3A7E66!important;
}

.promo{
	background-color: #2E52A0; /* primary */;
	text-align: center;
	border-radius: 100%;
	height: 70px;
	width: 70px;
	position: absolute;
	top: 5px;
	right: 5px;	
}

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;
	-ms-animation-name: pulse;	
	-o-animation-name: pulse;	
	-moz-animation-name: pulse;		

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;
	-ms-animation-duration: 2.5s;
	-o-animation-duration: 2.5s;
	-moz-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: translateX(2%) ;			
	}
	10% {
		transform:  translateX(-2%)	
	}
	20% {
		transform: translateX(2%) ;			
	}
	30% {
		transform:  translateX(-2%);
	}		
	40% {
		transform:  translateX(0%);	
	}			
}

@-webkit-keyframes pulse {
	0% {
		transform: translateX(2%) ;			
	}
	10% {
		transform:  translateX(-2%)	
	}
	20% {
		transform: translateX(2%) ;			
	}
	30% {
		transform:  translateX(-2%);	
	}		
	40% {
		transform:  translateX(0%);	
	}				
}
.promo p{
	margin-top: 20px;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
}


/* anteprima tonde*/

.anteprima-tonda{
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
}

.anteprima-tonda li{
display: inline-block;
padding: 6px;
vertical-align: top;
width: 280px;
height: 280px;	
}

.anteprima-tonda li:hover .btn{
	box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.4);
	-o-box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.4);
	-ms-box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.4);
	
	transition:box-shadow 0.3s ease;
	-webkit-transition:box-shadow 0.3s ease;
	-moz-transition:box-shadow 0.3s ease;
	-o-transition:box-shadow 0.3s ease;
	-ms-transition-duration: box-shadow 0.3s ease;
}

.anteprima-tonda li:hover .img-anteprima-tonda{
	box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.4);
	-o-box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.4);
	-ms-box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.4);
	
	transition:box-shadow 0.3s ease;
	-webkit-transition:box-shadow 0.3s ease;
	-moz-transition:box-shadow 0.3s ease;
	-o-transition:box-shadow 0.3s ease;
	-ms-transition-duration: box-shadow 0.3s ease;
}

.txt-anteprima-tonda .btn a {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
}
.anteprima-tonda .img-anteprima-tonda{
    position: relative;
    overflow: hidden;
	height: 200px;
	width: 200px;
    border-radius: 50%;
	margin: 0 auto 10px auto;
}

.anteprima-tonda .img-anteprima-tonda img{
  height: 100%;
  width: auto;	
  margin-left: -50%;
}

.anteprima-tonda .txt-anteprima-tonda{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.anteprima-tonda .txt-anteprima-tonda .titolo-tonda{
	height: 50px;
	margin-bottom: 6px;
}

/* ----------------multicolonna------------------ */

.multicolonna{
	max-width: 100%;
	padding:10px 0 40px 0;
	text-align: justify;
}


/* ----------------icone fisse------------------ */

.icone-fisse {
list-style-type: none;
margin: 0 auto;
text-align: center;
	margin-bottom: 30px;
}


.icone-fisse > li {
display: inline-block;
vertical-align: top;
width: 300px;
text-align:left;
margin: 0 2px 40px 2px;
	transition:all 0.17s ease;
	-webkit-transition:all 0.17s ease;
	-moz-transition:all 0.17s ease;
	-o-transition:all 0.17s ease;
	-ms-transition-duration: all 0.17s ease;
	font-size: 16px;
}

.icone-fisse > li:hover {
	/*margin-top: 8px;
	margin-bottom: -8px; */
}

.icone-fisse > li .txt-icone-fisse{
	text-align:center;
	margin-top: -17px;
}

.icone-fisse .titolo{
	height: 50px;
	line-height: 22px;
	text-align:center;
	font-size: 18px;
}

.icone-fisse  a .titolo {
	color: #70B62C;
}


.icone-fisse img{
	width:100%;
	/*margin-left: 20px;  larghezza - larghezza img /2 (120+8)-80/2  */

	border-radius: 5px;
}

.icone-fisse p{
	line-height: 20px;
}


/* -------------- marchi ------------- */

.marchi {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.marchi > li {
display: inline-block;
vertical-align: top;
width: 200px;
margin: 5px 10px;
	transition:all 0.17s ease;
	-webkit-transition:all 0.17s ease;
	-moz-transition:all 0.17s ease;
	-o-transition:all 0.17s ease;
	-ms-transition-duration: all 0.17s ease;
}

/* .marchi  li:hover {
	margin-top: 8px;
	margin-bottom: -8px;
}*/


.marchi li .contenitore-marchio {	 
    width: 130px;
    height: 130px;
    padding-left: 35px;
    display: table-cell;
    vertical-align: middle;

}

.marchi li .contenitore-marchio img {	 
    width: 130px;
    height: 130px;

}

/* -------------- tabella occhio ai reset in style.css------------- */

table {
 font-size: 0.8em;
 width: 100%;
 margin: auto;
 vertical-align:middle;
}

table, th, td {
 border-right: 1px solid #ccc;
 border-collapse: collapse;
}


td:last-child {
	border-right:hidden;
}

thead th {
 border: 1px solid #ccc;
 border-collapse: collapse;
}

th, td {
padding: 10px 3px;
}

thead {
	color: #4E7377;
}

tbody tr:nth-child(odd) {
	  background-color: #CFE0E3;
}

/* -------------- fine tabella------------- */

.colonna-sx p {
	margin-bottom: 30px;
}

.galleria-appartamento {
	padding: 30px 0;
}

.autore-articolo {
	margin-bottom: 20px;
	text-align: center;
}

.avatar-container {
 	width: 40px;
    height: 40px;
	position: relative;
	border-radius: 50%;
    overflow: hidden;
	margin: 0 auto;
}

.avatar-container img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.nome-autore {
    height: auto;
    padding-top: 11px;
	font-size: 14px;
}

/* -------------- avatar igor------------ */

.autore-articolo {
	margin-bottom: 20px;
}

.avatar-container {
 	width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
	float: left;
}

.avatar-container img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.nome-autore {
    max-width: 226px;
    height: auto;
    margin-left: 50px;
    padding-top: 11px;
	font-size: 0.9em
}

.modula {
margin-top:16px	
}

.pianta-appartamento {
text-align: left;
margin: 32px 0;	
}

.pianta-appartamento img {
max-width: 90%;
	margin-top:10px;
}
#breadcrumbs{
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 14px;
	}

.slider-container{
	max-width: 900px;
	margin: 20px auto 40px auto;
}
.tag-container{
	text-align: center;
}

.tag-container a{
	color: #2E52A0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 20px;
	border: solid 1px #2E52A0;
	margin: 12px;
}

.tag-container a:hover{
	background-color: #2E52A0!important;
	color: #fff!important;
}

.tag-title{
	color: #2E52A0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 20px;
	border: solid 2px lightgrey;
	margin: 20px;
	background-color: #F1F1F1;
}

/* Pagination */

.page_nav {
    text-align: center;
    padding: 20px 0 40px 0;
    font-size: 18px;
}

a.page-numbers {
    border: solid 1px #2E52A0; /* primary */
    border-radius: 20px;
    padding: 8px 15px;
}


span.page-numbers.current {
    border: solid 1px #c1c1c1;
    border-radius: 20px;
    padding: 8px 15px;
    color: #c1c1c1;
}

a.page-numbers:hover {
background-color: #2E52A0!important; /* primary */
color: #fff!important;
transition: all 0.17s ease-in;
}


.informazioni-contatti{
	margin: auto;
}

.informazioni-contatti .display-flex{
	display: block;
}

/* avvisi */
.avviso-contenitore {
	padding-top: 44px;
	color: #fff;
}
.avviso-contenitore div{
	padding: 5px 10px;
	text-align: center;
	font-size: 0.9em;
}

.avviso-contenitore div p {
	color: #ffffff;
}

.avviso-principale{
	background-color: #3A7E66 /* secondary-color*/;
}

.avviso-secondario{
	background-color:#67B8C7;
}

/* -------------- parallasse------------ */

.parallasse {
  width: 100%;
  height: 50vh;
  background-attachment: fixed;
  background-size: cover;
}

.img-parallasse {
	background-image:url("../img/immagine.jpg.html")
}

.parallax-window {
    height: 400px;
	display: none;
}

.parallax-window-mobile {
    height: 400px;
	background-attachment: fixed;
  	background-size:cover;
	background-position: center center;
}

.parallax-window-mobile-home {
	background-image:url("../img/immagine.jpg.html");
}

.parallax-window-mobile-blocchi {
	background-image:url("../img/immagine.jpg.html")
}

.parallax-window-mobile-lastre {
	background-image:url("../img/immagine.jpg.html")
}

.glyphicon{
}

.vertical-middle{
	vertical-align:middle;
}

@media screen and (min-width: 640px) {
.anteprima-container .anteprima{
	float:left;
	width:47%;
	margin-left:2%;
}
}


@media screen and (min-width: 780px) {

.cont_logo_home .logo_home .dimensioni-logo {
	width:350px;
}
	
.struttura-2-imgright .div-1{
	float: left;
	width: 50%;
	border-right: 10px #1F4037 solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.struttura-2-imgright .div-2{
	float: left;
	width: 50%;
	border-left: 10px #1F4037 solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	
.struttura-2-imgleft .div-2{
	float: left;
	width: 50%;
	border-right: 10px #1F4037 solid;
}

.struttura-2-imgleft .div-1{
	float: right;
	width: 50%;
	border-left: 10px #1F4037 solid;
}
	
.struttura-container h1,.struttura-container h2, .struttura-container h3{
	text-align: left;
	margin-top: 0;
}
	
.struttura-2-preview .div-1 {
	float: left;
	width: 70%;
	border-right: 12px #fff solid;
}
	
.struttura-2-preview .div-2 {
	float: left;
	width: 30%;
	border-left: 10px #fff solid;
}
	
.testo-container-70{
	width: 70%;
}
	
/* -------------- struttura 3 tablet ------------- */ 
.struttura-3{
    display: flex;
    flex-wrap: wrap;
}

.struttura-3 .div {
    flex-grow: 1;
}
	
.struttura-3 .div-s3-1{
	background-color: antiquewhite;
	padding: 15px;
	
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	
}

.struttura-3 .div-s3-2{
	background-color:aqua;
	color: white !important;
	padding: 15px;
	
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	
	float: left;
	width: 50%;
	
}

.struttura-3 .div-s3-3{
	background-color:aquamarine;
	color: white !important;
	
	padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	
	float: left;
	width: 50%;
	
}

/* -------------- fine struttura 3 ------------- */

.div-info {
	padding-left: 80px;
}
	
.img-tutta .txt-header{
	width: 30%;	
}
	
	
.logo_home h1{
	font-size: 25px;
}
	
.logo_home p{
	font-size: 16px;
}
	
/* -------------- articoli medi ------------- */ 
	

.anteprima-container .anteprima-recente .anteprima{
	width:96%;
	margin-bottom: 32px;
}

.anteprima-container .anteprima-recente img{
	float:left;
	width:60%;	
}

.anteprima-container .anteprima-recente .testo{
	float:left;
	width:36%;
	height:100%;
	margin-left:12px;
	margin-top:12px;
}

.anteprima-container .anteprima-recente .anteprima .testo .titolo{
	font-size:24px;
	margin-bottom:12px;
}

.anteprima-container .anteprima-recente .anteprima .testo .tag{
	font-size:18px;
	margin-bottom:12px;
	color:#C99D66;/* gold */  
}
	
.multicolonna{
	-webkit-column-count: 2;
	-webkit-column-gap:20px;
	-moz-column-count: 2;
	-moz-column-gap:20px;
	column-count: 2;
	column-gap: 20px
}
	
.multicolonna h1, .multicolonna h2, .multicolonna h3, .multicolonna h4, .multicolonna h5, .multicolonna h6{
	text-align: left;
}
	
	.informazioni-contatti{
	width: 400px;
}

.informazioni-contatti .display-flex{
	display: flex;
}

	/* anteprima tonde medie
	
	
.anteprima-tonda{
	display: inline-block;

}

.anteprima-tonda li{
	float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border: 10px solid #fff;
	margin: 0 0 30px 0;
	width: 50%;
}

.anteprima-tonda .img-anteprima-tonda{
	

}

.anteprima-tonda .img-anteprima-tonda img{
}

.anteprima-tonda .txt-anteprima-tonda{


}*/	
/* -------------- tabella------------- */

table {
 font-size: 16px;
}

th, td {
padding: 15px;
}

/* -------------- fine tabella------------- */
	
	/*Apertura video*/
.video{
visibility:visible;
right: 0;
top: 0;
width: 100%;
height: 100%;
background-image:url("img/sfondo.jpg.html");
background-repeat: no-repeat;  /* immagine nel caso non venga supportato il video*/
background-size: cover; 
}

.video-sotto{
	display:none;
}
	
.parallax-window {
    height: 520px;
}
	
.parallax-window-mobile {
    height: 520px;

}
	
}
	

@media screen and (min-width: 1024px){
.anteprima-container .anteprima{
	width:29%;
	margin-left:3.25%;
}
	
.marchi > li {
margin: 5px 30px;
}
	
	
}


/* -------------- articoli grandi ------------- */ 

@media screen and (min-width: 1280px){
	
.parallax-window {
	display:block;
}

.parallax-window-mobile {
	display: none;
}
	
	.multicolonna{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
	
.apertura_100{
	height:65vh;
}
	
.apertura_100-sopra{
	height:100%;
	width:100%;
	margin-top: 25px;
}

nav .txt-lettera-maiuscola-nav {
	text-transform: capitalize;
}
	
.informazioni-home{
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	padding: 10px 10px 10px 12px;
	text-align: left;
}
	
	.informazioni-home .display-flex{
	display: flex;
}

	
	/* -------------- struttura 3 ------------- */ 

.struttura-3 .div-s3-1{
	float: left;
	width: 33.333%;
}

.struttura-3 .div-s3-2{
	float: left;
	width: 33.333%;
}

.struttura-3 .div-s3-3{
	width: 33.333%;
}

/* -------------- fine struttura 3 ------------- */
	

}