@charset "UTF-8";
/* =========================
	Url: http://www.nomedominio.it
	Data: 08/08/2012
	dgNet www.dgnet.it
========================= */
@import url(http://fonts.googleapis.com/css?family=Bentham);
@font-face {
    font-family:'TeXGyreAdventorRegular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
body {
    font-family: 'Bentham', serif;
	/*font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
    font-size:14px;
	}

/* =========================
Dichiarazione e Assegnazione Fonts 
========================= */
gruppofont1 {font-family:'Yanone Kaffeesatz', sans-serif; text-transform:uppercase;}
gruppofont2 {}
gruppofont3 {}

/* =========================
CSS 3 - Effetti e Transizioni
========================= */
.alpha{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.6;
	}
	
.all_transition {
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear; 
	}
	
.bg_transition  {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	}

.txt_shadow {text-shadow:20px -12px 2px #6374AB;}

.border_radius {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

/* =========================
Reset Area Testo
========================= */

.columns { background-color: #FFF; }

.columns .vertical-center-container {
  display:table;
  width:100%;
  }

.columns .vertical-center-table-cell {
  display: table-cell;
  vertical-align: middle;
  }

.columns .th .p_int {
  padding:12%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  }

.columns .th { min-height:470px; }

.columns .cover {
  display: block;
  text-align:center;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:2;
  background:#01C8AA;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity:0;
  -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
  cursor:pointer;
  }

.bg_cover_scroll.th:hover .cover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity:0.5;
  -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
  }

.columns .col_img .ico_zoom {
  position:relative;
  display:block;
  text-align:center;
  width: 100%;
  max-width: 300px;
  overflow:hidden;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  z-index:3;
  }

.columns .col_img .ico_zoom .txt {
  display:block;
  color:#FFF;
  text-shadow:2px 2px 3px rgba(0,0,0,0.2);
  }

.columns .col_img .ico_zoom .txt h4 {
  font-size:27px;
  font-weight: 900;
  }

.columns .col_img .ico_zoom .txt h5 { font-size:17px; }

.columns a.btn1 {
  text-decoration:none;
  display:inline-block;
  padding:7px 30px 9px;
  border:2px solid #222;
  color:#222;
  margin:0 5px;
  -webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
  -webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
  }

.columns a.btn1:hover {
  background-color:#000;
  border:2px solid #000;
  color:#01C8AA;
  -webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
  }

.columns .col_img:hover .ico_zoom  {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity:1;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  }

.gridTesto {
	line-height:1.5em;
	margin:20px 0;
	}
	
.gridTesto h1 {} /* titolo */
.gridTesto h2 {} /* sottotitolo */
.gridTesto h3 {} /* titoletto */

.gridTesto ul,.gridTesto ol {
	margin:20px 0;
	padding:0;
	}
	
.gridTesto li {
	margin-left:20px;
	color:#EEE;
	}

.gridTesto ul li {list-style-type:circle;}
.gridTesto ol li {list-style-type:decimal;}
.gridTesto strong {color:#01BCB4;}
.gridTesto a {color:#F69;}
.gridTesto a:hover {text-decoration:underline;}
	
.gridTesto .separatore {
	border-top:1px solid #333;
	background-color:#000;
	height:1px;
	width:100%;
	margin:10px 0;
	}
	
	
	
	
.gridTesto .divider {
	height:2px;
	background-color:#01C8AA;
	width:90px;
	}

.gridTesto .divider2 {
	height:2px;
	background-color:#666;
	width:90px;
	}

.gridTesto h2 {
  color:#000;
	font-size:45px;
	line-height:1.4em;
	}

.gridTesto h3 {
	color:#666;
	font-size:20px;
	line-height:1.4em;
	}

.gridTesto h4 {
	color:#01BCB4;
	font-size:23px;
	line-height:1.4em;
	}

.gridTesto h5 {
	color:#666;
	font-size:20px;
	line-height:1.4em;
	font-style:italic
	}
	
.pm0{margin:0; padding:0}

.gridTesto p strong {font-weight:bold}

.gridTesto,
.gridTesto li,
.gridTesto p {
	font-size:16px;
	color: #333;
	line-height: 1.9em;
	margin-bottom:0;
	padding-bottom:0;
	display:block;
	}

.gridTesto strong { font-weight:bold; }

.gridTesto a {
	text-decoration: underline;
	color:#00B69A;
	font-weight: bold;
	}

.gridTesto a.rem {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
	}

.gridTesto a.btn {
	display:inline-block;
	padding:7px 30px 9px;
	border:2px solid #00B69A;
	color:#00B69A;
	margin:0 5px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	margin-bottom: 30px;
	}

.gridTesto a.btn:hover {
	background-color:#000;
  border:2px solid #000;
  color:#01C8AA;
  -webkit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  transition:all 0.1s linear;
	}

.gridTesto .ulRow {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow: hidden;
	}

.gridTesto .ulRow li { padding:5px 15px 5px 15px; }
.gridTesto .ulRow li:nth-child(odd) {	background-color:rgba(0,0,0,0.1); }
.gridTesto .ulRow li:nth-child(even) { background-color:rgba(0,0,0,0.05); }

.gridTesto .table_grid {
	border-collapse:collapse;
	width:100%;
	}

.gridTesto .table_grid thead { background-color:rgba(0,0,0,0.8); }
.gridTesto .table_grid thead p { color:#FFF; }

.gridTesto .table_grid thead th {
	padding:6px 0;
	border-spacing:0;
  border-collapse:collapse;
	border:1px solid rgba(255,255,255,0.2);
	}

.gridTesto .table_grid tr:nth-child(odd) {	background-color:rgba(0,0,0,0.1); }
.gridTesto .table_grid tr:nth-child(even) { background-color:rgba(0,0,0,0.05); }

.gridTesto .table_grid td {
	border-spacing:0;
  border-collapse:collapse;
  border-right:1px solid rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.2);
	padding:13px 13px;
	}

.gridTesto .table_grid td p {
	text-align:center;
	display:block;
	}

/* =========================
Reset Moduli di Contatto
========================= */
.box_contatti {}

.box_contatti input, .box_contatti textarea, .btn_submit { 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:inset 3px 3px 3px #CCC;
	-webkit-box-shadow:inset 3px 3px 3px #CCC;
	box-shadow:inset 3px 3px 5px rgba(0,0,0,0.1);
	background:#FFF;
	padding:6px;
	color:#333;
	font-size:12px;
	margin-bottom:12px;
	border:none;
	border:1px solid #EEE;
	}

.box_contatti .btn_submit {
	cursor:pointer;
	padding:6px 12px;
	display:block;
	text-transform:uppercase;
	font-size:15px;
	}

.box_contatti .btn_submit:hover {
	color:#FFF;
	background-color:#A00;
	border:1px solid #B00;
	}
	
#seoAlto{
	text-align:center;
	color:#666;
	font-size:9px;
	margin:3px 0;
}

header{
	width:100%;
	background:url(../images/bgHeader.jpg) center center no-repeat #fff;
	padding:10px 0;
	font-family:'TeXGyreAdventorRegular';
	color:#222;
}

.logo{
	position:relative;
	height:98px;
	float:left;
}

.logo span{
	color: #222;
	font-size: 30px;
	margin-left: 10px;
	position: absolute;
	top:50%;
	margin-top:-15px;
	}

.lingua{
	text-align:right;
	font-size:10px;
}
.lingua a {
	color:#222;
	font-weight:bold;
}
.contattiTestata{
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
.contattiTestata a {
	color:#222;
	line-height:33px;
	font-weight:normal;
}
.contattiTestata a:hover {
	color:#00BCB5;
}
nav{
	background:#fff;
	padding:15px 0;
	width:100%;
}
.menu{
	width:960px;
	text-align:center;
	margin:0 auto;
	text-transform: uppercase;
	font-family:'TeXGyreAdventorRegular';	
	font-size:12px;
}
.menu a{
	color:#000;
	margin-left:40px;
}
.no{
	margin-left:0 !important;
}
.menu a:hover{
	color:#05BDB4;
}

.flex-control-nav{
	display:none;
}
.slogan{
	background:url(../images/bgSlogan.png) center center repeat-x;
	height:132px;
	position:absolute;
	width:100%;
	left:0;
	z-index:2;
	top:50%;
	margin-top:-71px;
}
.sloganLoop{
	background:url(../images/loop.png) center center repeat-x;
	position:absolute;
	padding:20px 0;
	width:100%;
	left:0;
	z-index:2;
	top:50%;
	margin-top:-35px;
}
.sloganLoop h1{
	text-align:center;
	font-size:28px;
}
.slogan h1{
	text-align:center;
	font-size:28px;
	margin: 35px 65px 0 0;
}
.slogan h1 span{
	text-align:center;
	font-size:14px;
	margin-left:290px;
	text-transform:uppercase;
}

.wrap{
	width:960px;
	margin:0 auto;
	padding:40px 0;
	text-align:center;
}
.wrapLogo{
	background:url(../images/bgcorpo.jpg) top center no-repeat #fff;
}
.divisorio{
	width:100px;
	margin: 15px auto;
	height:1px;
	background:#000;
}
.wrap h2{
	font-size:23px;
}
.wrap h3{
	font-size:18px;
	margin:5px 0;
	color:#01BCB4
}
.wrap p{
	font-size:16px;
	color:#666;
	line-height:1.3em;
}
.boxHome{
	float:left;
	margin: 0 3px;
	width:314px;
	height:223px;
	text-align:center;
	color:#fff !important;
	font-size:18px !important;
	padding-top:150px;
	line-height:1.4em;
}

.boxHome2{
	margin: 0 0 6px;
	width:955px;
	height:223px;
	text-align:center;
	color:#fff !important;
	font-size:18px !important;
	padding-top:150px;
	line-height:1.4em;
	float:left;
	margin-left:3px
}
.box1{background:url(../images/box1.jpg) center center no-repeat;}
.box2{background:url(../images/box2.jpg) center center no-repeat;}
.box3{background:url(../images/box3.jpg) center center no-repeat;}
.box4{background:url(../images/florence.jpg) center center no-repeat;}
.boxHome p, .boxHome2 p{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	display:inline-block;
	padding:5px 0;
	color:#fff !important;
	font-size:18px !important;
}
.boxHome2 p{font-size:30px !important}
.boxHome:hover, .boxHome2:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.8;
}

footer{
	width:100%;
	background:url(../images/bgFotter.jpg) center center repeat;
	font-family:'TeXGyreAdventorRegular';
	position: relative;
}
footer p{
	font-size:9px;
	color:#666;
	margin:20px 0;
	line-height:1.16em;
}
footer span a{
	color:#00BCB5;
	font-size:9px;
	margin:20px 0;
	line-height:1.1em;
}
footer p img{
	margin-right:10px;
}
footer h3 {
	color:#333;
	font-size:13px;
	letter-spacing: 0.4em;
	font-weight: bold;
	margin-bottom:20px;
}
footer a{
	color:#333;
	font-size:12px;
	line-height:1.5em;
}
footer a:hover{
	color:#00BCB5;
}
.privacy{
	color:#666;
	font-size:10px;
}
.riquadro{
	padding:10px 20px;
	color:#fff;
	font-size:11px;
}
.riquadro p{margin-left:0; color:#fff;}
.riquadro a{color:#fff; text-decoration:underline}
.riquadro p span{font-size:9px;}

.riquadro input[type="text"], .w620, .scelta {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px #dedede inset;
    box-sizing: border-box;
    font-size: 11px;
    padding:5px 8px;
    width: 100%;
	font-family:'TeXGyreAdventorRegular';
	box-shadow:none;
}
.scelta {
	color:#999;
}
.w620{height:100px;}
.btContatti{
	color:#fff;
	font-size:13px;
	background:#01BCB4;
	border:1px solid #fff;
	padding:5px 20px;
	text-transform:uppercase;
	cursor:pointer;
}
.testopiccolo span{
	margin-left:10px;
}
.fancybox:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.6;
}
.sloganFid{
	position:absolute;
	top:15%;
	left:50%;
	margin-left:-176px;
}
.sloganFid h4{
	font-size:50px;
	font-weight:bold;
}
.sloganFid h5{
	font-size:25px;
	line-height:1.0em;
	letter-spacing:0.1em;
}
.sloganFid h5 span{
	font-size:20px;
}

.seoBasso{
	text-align:center;
	color:#666;
	width:960px;
	font-size:10px;
	margin:5px auto;
}

.moduloInformazioni{
	width:100%;
	border:1px solid #CCC;
	padding:15px 0;
	color:#000;
}
.moduloInformazioni p, .moduloInformazioni a{
    color:#999;
}
.doppiaSezione{
	width:475px;
}
.moduloInformazioni h2{
	font-size:18px;
	color:#000;
}
.regalo{
	border:1px solid #fff;
	padding:99px 20px;
	overflow:hidden;
	display:block;
	width:395px;
	margin:20px;
	cursor:pointer;
}
.regalo p {
	color:#fff;
}

#eventi{
	background:#F5F5F5;
	width:100%;
	padding:15px 0;
	margin:-20px 0 40px;
	height:239px;
}

.novita{
	float:left;
	margin-right:30px;
	width:450px;
}
.novita h3{
	font-size:23px;
	font-weight:bold;
	margin-bottom:5px;
}
.novita h5{
	font-size:12px;
	margin:15px 0;
	color:#00BBB4;
	font-family:'TeXGyreAdventorRegular';
}
.novita p{
	font-size:12px;
	margin-bottom:15px;
	color:#999;
	font-family:'TeXGyreAdventorRegular';
	line-height:1.4em;
}
.novita a{
	font-size:12px;
	color:#00BBB4;
	font-family:'TeXGyreAdventorBold';
	text-decoration:underline;
}
#prev3, #next3{
	position:absolute;
	top:100px;
	color:#00bcb5;
	font-size:23px;
}
#prev3{
	left:-25px;
}

#next3{
	right:-25px;
}
.gallery img {
	float:left;
	margin:1px;
}

.news{
	text-align:left;
	position:relative;
}
.news h3{
	color:#00bbb4;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.news h4{
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.news a{
	position:absolute;
	right:20px;
	bottom:10px;
	color: #00bbb4;
    font-family: "TeXGyreAdventorBold";
    font-size: 12px;
    text-decoration: underline;
}
.divisorioNews{
	width:100%;
	margin: 15px auto;
	height:1px;
	background:#ccc;
}
.sponsor{
	position:absolute;
	bottom:15px;
	left:480px;
	z-index:10;
}
