@charset "UTF-8";
/* Contenuto fluido semplice
   Nota: per i contenuti di tipo fluido è necessario rimuovere gli attributi di altezza e larghezza del contenuto dal codice HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 non supporta max-width, quindi viene usata per impostazione predefinita la larghezza 100% */
.ie6 img {
	width:100%;
}

/*
	Proprietà griglia fluida Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Ispirato da "Responsive Web Design" di Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	e Golden Grid System di Joni Korpi
	http://goldengridsystem.com/
*/

/* tag input e altri dei form */
input {
	padding: 5px;
	margin: 5px 10px;
	border: 0;
	width: 180px;
	background-color: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type=submit],input[type=reset] {
    width: 90px;
	text-align: center;
	font-size: 0.9em;
	background: #F90;
	color: #000;
}

/* stili elementi html principali */

h1 {
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
	margin: 0;
}

h2 {
	font-weight: 300;
	font-size: 1em;
	padding: 10px 5%;
	margin: 0;
	color: #fff;
}

h3 {
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
	margin: 0;
	color: #099;
}

h4 {
	font-weight: 300;
	font-size: 1em;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
}

b {font-weight: 700;}

/* Layout mobile: 480 px e inferiori. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0;
}

#header-background {
	width: 100%;
	height: 100px;
	background-color: #333;
	position: absolute;
	z-index: -1;
}

/* ========================================
   header, logo e nav
   ======================================== */
header {
	display: block;
	height: 70px;
	padding: 0 5%;
}

.logo {
	display: block;
	padding-top: 15px;
	margin: 0;
	width: 100%;
}

/* ========================================
   stili della pagina
   ======================================== */

/* foto principale solo smartphone */
#mainphoto_desktop {display: none; background-color: #333;}
#mainphoto_smartphone {background-color: #333;}

/* settori principali */

#settori {
	margin: 0;
	padding-top: 20px;
	background-color: #fff;
	overflow: auto;
}

.icon {
	text-align: center;	
	padding: 20px 0px 10px;
}

.box-text {
	padding: 10px 5%;
}

/* about
   ======================================== */

#about {
	background-color: #333;
	margin: 0;
	padding: 10px 0px;
	overflow: auto;
}

/* settore “come abbonarsi” */

#come_abbonarsi {
	width: 100%;
	margin: 10px 0px;	
}

/* colore testo titolo “come abbonarsi” */
.orange {color: #f90;}

.descrizioni {
	color: #fff;
	text-align: center;
}

.info {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

/* pulsante “abbonarsi online */
.abbonarsi_pulsante a {
	display: block;
	padding: 10px;
	margin: 10px auto;
	border-radius: 10px;
	background-color: #20B038;
	width: 200px;
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	text-decoration: none;		
}

.abbonarsi_pulsante a:visited {
	background-color: #20B038;
	color: #fff;
	text-decoration: none;		
}

.abbonarsi_pulsante a:hover {
	background-color: #f60;
	color: #fff;
	text-decoration: none;		
}

.abbonarsi_pulsante a:active {
	background-color: #f00;
	color: #fff;
	text-decoration: none;		
}

/* pulsante “scarica la traccia” */
.traccia_pulsante a {
	display: block;
	padding: 10px;
	margin: 10px auto;
	border-radius: 10px;
	background-color: #f60;
	width: 200px;
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	text-decoration: none;		
}

.traccia_pulsante a:visited {
	background-color: #f60;
	color: #fff;
	text-decoration: none;		
}

.traccia_pulsante a:hover {
	background-color: #f90;
	color: #fff;
	text-decoration: none;		
}

.traccia_pulsante a:active {
	background-color: #f00;
	color: #fff;
	text-decoration: none;		
}

/* titolo e icona sezione about */
#about-titlesection {
	margin-bottom: 20px;	
}

#about-bar {
	width: 15px;
	height: 70px;
	background-color: #f90;
	margin: 10px 0px 0px 1.5%;
	float: left;
}

#about-title {
	width: 90px;
	position: relative;
	top: 23px	
}

#fvs-icon {
	width: 124px;
	margin: 30px 0px 0px 5%;	
}

/* contenitore e testo sezione about */

.about-text { 
	color: #fff;
	padding: 10px 5%;
}

/* altre modalità di abbonamento
   ======================================== */
   
#altre_modalita {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;	
}

#sx {
	padding-left: 5%;	
}

#dx {
	padding-left: 5%;	
}

/* colore titolo “Altre modalità di abbonamento” */
.red {color: #f00;}

/* testi altre modalità e colori parti evidenziate */
.testobianco {color: #fff;}

.testoarancio {color: #f90;}

.boldred {
	color: #f00;
	font-weight: 700;	
}

.evidenziazionearancio {color: #f90;}

/*	================================================================================
	footer
	================================================================================ */
	
footer {
	font-size: 0.75em;
	color: #fff;
	padding: 10px 7px 10px 5%;
	margin-top: 0px;
	background: #000;
	clear: both;
	position: relative;
}

footer a {
	color: #f90;
	text-decoration: none;	
}

footer a:visited {
	color: #f90;
	text-decoration: none;	
}

footer a:hover {
	color: #ff0;
	text-decoration: none;	
}

footer a:active {
	color: #ff0;
	text-decoration: none;	
}

#vivistat {
	width: 20px;
	position: absolute;
	top: 100px;
	left: 90%;
}

/* Layout smartphone: da 481 px a 600 px. Eredita stili da: Layout mobile. */

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

header {height: 90px;}
	
}


/* Layout tablet: da 601 px a 768 px. Eredita stili da: Layout mobile. */

@media only screen and (min-width: 601px) {
	
.logo {float: left;}
	
hr {display: none;}
	
header {height: 100px;}

.main_points {
	width: 31.81%;
	margin-right: 2.28%;
	float: left;
}

.main_points_last {
	width: 31.81%;
	margin-right: 0;
	float: left;
}

/* ========================================
   stili della pagina
   ======================================== */

/* foto principale solo smartphone */
#mainphoto_desktop {display: block; background-color: #333;}

#mainphoto_smartphone {display: none; background-color: #333;}

/* settore about */

/* settore “come abbonarsi” */

#come_abbonarsi {
	width: 43.18%;
	margin: 0px 0px 0px 2.27%;
	float: right;
}

/* contenitore e testo sezione about */
#text-container {
	width: 54.54%;
}

#about-titlesection {
	width: 2%;
	float: left;
	margin-right: 0;
	margin-left: 7px;
}

#about-title {
	width: 90px;
	position: relative;
	top: 23px	
}

#about-bar {margin-left: 12.5%;}

#fvs-icon {margin-left: 12.5%;}

#text-container {
	width: 54.54%;	
}

/* contenitore e testo sezione “altre modalità di abbonamento” */

#sx {
	width: 40.18%;
	float: left;
	margin-right: 2.27%;
	height: 270px;	
	padding-left: 3%;
}

#dx {
	padding-left: 3%;	
}

footer {text-align: center;}

br.nowrap {display: none;}

#vivistat {
	top: 45px;
	left: 95%;
}

}

/* Layout desktop: da 769 px a 1024 px max.  Eredita stili da: Layout mobile e Layout tablet. */

@media only screen and (min-width: 769px) {
	
.gridContainer {
	max-width: 1024px;
}

.main_points {
	width: 32.2%;
	margin-right: 1.7%;
	float: left;	
}

/* contenitore e testo sezione about */

/* settore “come abbonarsi” */

#come_abbonarsi {
	width: 32.20%;
	margin: 0px 0px 0px 1.69%;
}

#about-titlesection {
	width: 5%;
	float: left;
	margin-right: 0;
	margin-left: 20px;
}

#text-container {
	overflow: auto;
	width: 59%;
}

#sx {
	width: 34.15%;
	padding-left: 15%;
	margin-right: 1.69%;
}

#dx {
	width: 49.15%;
	padding-left: 0;
	overflow: auto;
}

/* stili footer */
footer {text-align: center}

footer br {display: block;}

#vivistat {
	top: 30px;
	left: 97%;
}

}

/* Layout desktop: da 1025 px a full screen  Eredita stili da: Layout mobile e Layout tablet. */

