﻿html,body{
    height:100%;
    margin:0;
}
body {
    background-color: #fff200;
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    color:#838383;
}
.tuttoschermo {
    height:100%;
    height:100vh;
}
a {
    color:#043882;
}
a:hover {
    text-decoration:underline;
}
a.inactive, a.inactive div {
    cursor:default;
}
a.inactive:hover {
    cursor:default;
    text-decoration:none;
    color:inherit;
}
hr {
    background-color:#d9d9d9;
    color:#d9d9d9;
    border-color:#d9d9d9;
}
.testo-piccolo {
    font-size: 12px;
}
.testo-regolare {
    font-size: 15px;
}
.testo-medio {
    font-size: 19px;
}
.testo-grande {
    font-size: 24px;
}
.testo-moltogrande {
    font-size: 28px;
    line-height:1.3em;
}
.testo-grandissimo {
    font-size: 34px;
    line-height:1em;
}
.testo-super {
    font-size:40px;
    line-height:1em;
}
.testo-mega {
    font-size:79px;
    line-height:1em;
}
.interlinea-doppia {
    line-height: 2em;
}
ul {
    padding-left:0px;
    margin:10px;
}
li {
    margin-left:10px;
    padding:5px 0px;
}
/* CLASSI GENERICHE */
.sticky.attivo img{
    max-height:100%;
}
.headerintero {
    height:470px;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    overflow:hidden;
}
.headerintero img {
    min-height:100%;
    min-width:100%;
    position:relative;
}
.sfondo-img {
    position:relative;
    overflow:hidden;

    background-repeat:no-repeat;
    background-position: center center;
    background-attachment:fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.sfondo-img > img:first-child {
    position:absolute;
    min-width:100%;
    min-height:100%;
}
.centropagina {
    width:1200px;
    margin:auto;
    position:relative;
}
.fondopagina {
    position:absolute;
    bottom:0;
    z-index:2;
    width:100%;
}
.left {
    float:left;
}
.right {
    float:right;
}
.center {
    display: inline-block;
    margin:auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
.clearfloat { 
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
.aligncenter {
    text-align:center;
}
.alignleft {
    text-align:left;
}
img.alignleft{
    margin-right:10px;
}
.left.alignleft {
    margin-left:20px;
}
.alignright {
    text-align:right;
}
img.alignright{
    margin-left:10px;
}
.right.alignright {
    margin-right:20px;
}
.cliccabile {
    cursor: pointer;
}
.ucase {
    text-transform:uppercase;
}
.barrato {
    text-decoration:line-through;
}
.light {
    font-weight:300;
}
.hide {
    display:none;
}
.invisible {
    opacity:0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
}
.bordato {
    border-style:solid;
    border-width:5px;
    border-color:#c2c2c2;
}
.bordosottile {
    border-width:1px;
}
.bordato p {
    padding:5px 10px;
}
.load {
    position:absolute;
    margin-top:100px;
    width:100%;
    text-align:center;
}
.tabella-interna {
    width:100%;
    max-width:900px;
}
.tabella-interna td {
    padding:1%;
    height:30px;
    width:23%;
}
.button, .button-img {
    display:block;
    background:#bebebe;
    padding:10px 20px;
    color:#fff;
    text-align:center;
}
.button.standard {
    width:170px;
}
.button-scomparsa {
    position:absolute;
    width:100%;
    text-align:center;
    display:none;
    z-index:5;
}
.button-scomparsa .button, .button-scomparsa .button-img {
    margin:auto;
}
a.button:hover, .button a:hover {
    background:#fff;
    color:#00cae2;
}
.button-img {
    width:168px;
    padding:9px 0px;
}
.button-img.btn-blu {
    background:url('/images/btn-blu.png');
}
.button-img.btn-grigio {
    background:url('/images/btn-grigio.png');
    color:#8d8d8d;
}
.button-img.btn-arancione {
    background:url('/images/btn-arancione.png');
}
/* FORME */
.smussato {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}
.tondo {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/* COLORI */
.bianco {
    color: #ffffff;
 }
.nero {
    color:#000000;
}
.grigiochiaro {
    color:#d4d4d4;
}
.grigio {
    color:#838383;
}
.grigioscuro {
    color:#333333;
}
.blu {
    color:#043882;
}
.verde {
    color:#00b300;
}
.rosso {
    color:#fb002f;
}
.arancione {
    color:#e79300;
}
.mezzosfondo {
    position:absolute;
    height:100%;
    width:30%;
}
.bgbianco {
    background:#ffffff;
}
.bggrigioscuro {
    background:#6c6c6c;
}
.bggrigio {
    background:#d4d4d4;
}
.bggrigiochiaro {
    background:#ebebeb;
}
.bgblu {
    background:#043882;
}
.bgverde {
    background:#00b300;
}
.bgrosso {
    background:#fb002f;
}
.bggiallo {
    background: #fff200;
}
hr.verde {
    background-color:#00b300;
    color:#00b300;
    border-color:#00b300;
}
hr.bianca {
    background-color:#fff;
    color:#fff;
    border-color:#fff;
}
/* CONTENUTI */
.bloccocontenuto {
    position:relative;
}
.contenutointero {
    width:100%;
	position:relative;
}
.contenutounmezzo {
    width:50%;
	position:relative;
}
.contenutounterzo {
    width:33.333%;
	position:relative;
}
.contenutodueterzi {
    width:66.666%;
	position:relative;
}
.contenutounquarto {
    width:25%;
	position:relative;
}
.contenutotrequarti {
    width:75%;
	position:relative;
}
.contenutounsesto {
    width:16.667%;
	position:relative;
}
.spazio-sopra {
    padding-top:10px;
}
.spazio-sopra-piccolo {
    padding-top:5px;
}
.spazio-sotto {
    padding-bottom:10px;
}
.spazio-sotto-piccolo {
    padding-bottom:5px;
}
.spazio-sx {
    padding-left:10px;
}
.spazio-sx-grande {
    padding-left:70px;
}
.spazio-dx {
    padding-right:10px;
}
.spazio-dx-grande {
    padding-right:70px;
}
/* PAGINAZIONE */
.paginazione {
    position:relative;
}
.pagine {
    padding:20px 10px;
    display:inline-block;
    margin:auto;
    overflow:hidden;
    position:relative;
    z-index:3;
    text-align:center;
}
.pagine a {
    padding:10px 10px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
}
.pagine a[disabled] {
    color:#464646;
}
.buttonpaginazione {
    position:absolute;
    margin:11px 10px 0px 10px;
    right:0;
}
.buttonpaginazione:first-child {
    left:0;
}
/* SITO */
.intestazione {
    width:100%;
    z-index:3;
    position:relative;
}
.banner-header {
    position:relative;
}
.banner-header img {
    width:100%;
}
.banner-header-contenuti {
    top:40%;
    width:100%;
    position:absolute;
    z-index:10;
}
.testata-pagina {
    height:186px;
}
.slogan-titolo{
    border-left: 1px solid #838383;
    margin-left: 20px;
    margin-top: 5px;
    padding-left: 20px;
    position: absolute;
}
/* footer */
.etichetta-info {
    font-size:24px;
    text-transform:uppercase;
}
/* icone */
.ico-indirizzo, .ico-email, .ico-telefono, .ico-fax {
    margin-left: 50px;
}
.ico-indirizzo:before, .ico-email:before, .ico-telefono:before, .ico-fax:before {
    display:block;
    position:absolute;
    text-align:center;
}
.ico-indirizzo:before {
    margin-left:-50px;
    width:35px;
    content: url('/images/icone/ico-indirizzo.png');
}
.ico-email:before {
    margin-left:-50px;
    width:35px;
    content: url('/images/icone/ico-email.png');
}
.ico-telefono:before {
    margin-left:-50px;
    width:35px;
    content: url('/images/icone/ico-telefono.png');
}
.ico-fax:before {
    margin-left:-50px;
    width:35px;
    content: url('/images/icone/ico-fax.png');
}
/* SITO */
/* news */
.input-cerca input {
    border:0;
    margin:8px 10px;
}
.logo-principale {
    position:absolute;
    background:url('/images/linee-colorate.png') repeat-x center;
    background-size:50% 50%;
    z-index:100;
}
.logo-principale img {
    margin-right:-20px;
    float:right;
}
.header-page-image {
    position:relative;
}