@charset "UTF-8";
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 1;
}

.active,
.demo:hover {
  opacity: 1;
}


/* Display block per gli elementi HTML5 su IE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}

/* Immagini responsive */
img { 
 border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic;
}
 
img.scala { 
 max-width:99%; 
	height:auto; 
}
img.photo { 
 max-width:99%; 
	height:auto; 
}

.colonna-recensione {
 width: 48%; margin: 10px 10px; padding: 10px;
	border-right:1px solid #e0e0e0;  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.colonna-recensione h3 {
  text-transform: uppercase; padding: 10px
}
.colonna-recensione p {
  padding: 0px 10px
}

.colonna-servizi {
  display: flex;
  flex-direction: row; margin: 5px; padding: 5px; border: 1px solid #e0e0e0
}
 .colonna-servizi p {
  margin: 5px; padding: 5px; border: 1px solid #e0e0e0
}

.bread,.bread a,.bread a:visited,.bread span{color:#000;display:inline;font-size:16px;padding:0px;margin:0px}

nav {float:right; width: 660px;}

.colonna-saltafila {
 width: 33%;  border: 5px solid #fff; margin: 0px; background-color: #faf9f7; padding: 10px;
}

.logo img{float:left; }

nav ul li{
width: 20%; height:80px; text-align: center; border: 1px solid #e0e0e0;
  font-size:10px;  padding-top:10px; 
	display: inline;
float: left; text-transform: uppercase; 
}
nav ul {
 padding: 0px 30px; margin: 0px;
}
hr { 
  border: 1px solid #e0e0e0;
 
}
nav ul li:hover{
  color:orange;
  
}
blockquote{
color: #00a0e6; font-size: 20px; font-family: Palatino; line-height: 22px; margin: 0px; padding: 0px; text-align: center}

.incluso {font-size: 12px; text-transform: uppercase; line-height: 14px; color:forestgreen}

.promozioneterme {
margin: 0px 10px; border: 1px solid #e0e0e0; padding: 10px;
}
/* Stili di base e tipografia */
html {
  font-size: 100%;
}




body {
 margin: 0;
 padding: 0;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
 font-size: 18px;
 line-height: 30px;
 color:#000; 
 background: #e0e0e0;
 -webkit-text-size-adjust:100%;
}

a {
 color: #000;
 text-decoration: underline;
}

a:hover {
 color: #000;
 text-decoration: none;
}
.colonna-footer a {
 color: #fff;
 text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { 
	font-family:"Georgia", "Times New Roman", serif; 
} 

h1 { 
 font-size:28px; font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; 
font-weight: lighter;color:#993333; text-transform: uppercase; margin-top: 8px
}

h2 { 
 font-size:18px; 
	line-height:20px; 
	margin-bottom:12px;
	border-bottom: 3px solid #a57665;
}

 .colonna-1  h2 { 
text-align: center; font-size: 18px; text-decoration: underline; border-bottom: none; font-weight: lighter;
}

h3 { 
 font-size:16px; margin: 0px; padding: 0px;
	 text-align: center
}

.colonna-review h3 { 
 font-size:18px; margin: 0px; 
	 text-align: center; color: brown; text-transform: uppercase; padding: 10px 0px;
}
h4 { background: #00a0e6; color: #fff;
 font-size:21px; 
padding: 10px;
	margin-bottom:8px; text-align: center
}
h5 { 
 font-size:20px; 
	line-height:32px; 
	margin-bottom:12px;
	border-bottom: 3px solid #a57665;
}





.pulsante{
    background-color: #4CAF50; /* Green */
    border: 1px solid #b6e871;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 12px;
	
}








* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/* Griglia */

.riga, .story  {
 width: 100%; 
 max-width: 1050px; 
 min-width: 720px; 
 margin: 0 auto;
 background: #fff;
}



[class*='colonna-'] {
 float: left; 
 min-height: 1px; 
 padding: 0 15px; 
 position: relative;

}




#colonna-product {  margin: 10px;
 width: 48%; 

}
.colonna-product {  margin: 10px;
 width: 48%; 

}
.colonna-offerte {  margin: 10px; border: 1px solid #e0e0e0;
 width: 48%; 

}

.colonna-promo {  margin: 10px; border: 1px solid #e0e0e0;
 width: 31%; 

}



.colonna-product h3 {
background: #486dbb url(img/promozione-bambini.jpg) top center no-repeat; padding: 15px; color: #fff;  margin-bottom: 0px; text-align: center;
}


#prezzo, #euro {
color:#00a0e6; font-size: 18px
}



.bonus {
color:#00a0e6; font-size: 14px; font: bold;
}
.prezzo, .euro {
color:#00a0e6; font-size: 18px
}
.prezzosmall {
color:#00a0e6; font-size: 15px
}
.esperienza {
color:#00a0e6; font-size: 14px
}

#sconto {
color:#000; text-decoration: line-through; font-size: 15px
}
.sconto {
color:#000; text-decoration: line-through; font-size: 15px
}

.colonna-1 img { float: left; margin-right: 8px}

.colonna-informazioni{background:url(img/bg-casa.jpg) no-repeat;margin-top:10px;width:96%}
.colonna-informazioni p{margin-top:60px;margin-left:30px}








.colonna-saltafila {
 width: 33%;  border: 5px solid #fff; margin: 0px; background-color: #faf9f7; padding: 10px;
}



.colonna-1-3 {
 width: 32%; padding:3px; border: 1px dotted #999999; margin: 3px;
}
.colonna-review {
 width: 23%; padding:3px; border: 1px dotted #999999; margin: 3px; text-align: center
}
.colonna-review p {
text-align: left; margin: 0px 15px; font-size: 12px
}
.colonna-logo {
 width: 23%; padding:3px; border: 1px dotted #999999; margin: 3px; text-align: center; float: left;
}




.colonna-1-3 ul { list-style: none
}



ol li {
    list-style-image: url('/img/li.jpg'); padding-bottom: 8px;
}

.colonna-1 { 
 width: 100%;
}


[class*="colonna-"] + [class*="colonna-"]:last-child {float: right;}

/* Micro-clearfix */
.contenitore:before,
.contenitore:after,
.riga:before,
.riga:after {
 content: " "; 
 display: table;
}

.contenitore:after,
.riga:after {
 clear: both;
}

.contenitore, 
.riga {
 *zoom: 1;
}

/* Stili  per le varie sezioni */
header {
 height: 70px;
 border-bottom: 1px solid #333;
 position: relative;
}

header #logo {
 float: left;
}

#logo a {display: block;}

.colonna-footer { width: 100%;
border-bottom: 1px solid #333; background:#111111; color: #fff; border-top: 20px solid #fff;}


.video { width: 100%}



@media only screen and (max-width:600px) {
	.colonna-servizi {
  display: flex;
  flex-direction: column;
}


	
	
.riga { 
 width: auto; 
 min-width: 0; 
 margin-left: 0; 
 margin-right: 0;
}
	
	
	.colonna-1-3 {
margin:25px; border: 2px dotted #999;
}

	ol li {
    list-style-image: url('/img/li.jpg'); padding-bottom: 10px; 
}

	.colonna-saltafila {
 margin-bottom: 5px;  padding-bottom: 5px; background-color: #faf9f7; border-bottom: 1px dotted #999999;
}
	

	
	

 
[class*="colonna-"] { 
 width: auto !important; 
 float: none;  
}
	


[class*="colonna"] + [class*="colonna"]:last-child { float: none; }
 
[class*="colonna-"]:before, [class*="colonna-"]:after { 
 content:""; 
 display:table; 
}

[class*="colonna-"]:after {clear: both;}
	
	h1 { 
 font-size:20px; line-height: 14px; text-align: center}
	
		h2 { 
 font-size:20px !important;   padding-bottom: 0px; margin: 0px;
}
	h3 { 
 text-align:left;
}
	p {
    line-height: 24px;
}

#no{ visibility: hidden; display: none; height: 0px; padding: 0px; margin: 0px; min-height: 0px;
}
	

	
	
	.colonna-product h3 {
margin: 0px;
}
	nav{float:right; width: 400px }

}


.logo { text-align: center; margin-left: 10px}
