body{
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center;
    background-attachment: fixed;
}
.spazio{
    min-height: 100px;
}

.spazio-piccolo{
    min-height: 50px;
}

.spazio-molto-piccolo{
    min-height: 30px;
}

.riquadro{
    background-color: #FFFFFF;    
    border-radius: 5px;
    box-shadow: 2px 2px 3px #222222;
}

.riquadro p{
    padding: 10px;
}

.full-width{
    padding-left: 0;
    padding-right: 0;
}

/* ============ Panel =================*/
.riquadro-contenuto{
    border: none;
}

.riquadro-contenuto .panel-heading{
    height: 150px;
    border: none;
}

.riquadro-contenuto .panel-body{
    border-top: 1px solid #222222;
}
.estratto .contenuto{
    background-color: #FFFFFF;
}
/* ================ Header ================= */

#logo{
    width: 100%;
    vertical-align:middle;
}

#header p{
    text-align: justify;
}

/* ================ Intro ================= */
.intro-header{
    /*background-image: url("../../../images/frontend/jcms/intro-header.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100px;
    padding-top: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

/* ================ Login ================== */
#login, #header{
    min-height: 325px;
    padding: 0;
}

#login-body{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

.login-header{
    background-image: url("../../../images/frontend/jcms/login-header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
    padding-top: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.login-title{
    /*background-image: url("../../../images/frontend/jcms/bg-title.png");*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#83959e+0,83959e+100&amp;0.52+0,0.52+100 */
    background: -moz-linear-gradient(top,  rgba(131,149,158,0.52) 0%, rgba(131,149,158,0.52) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,149,158,0.52)), color-stop(100%,rgba(131,149,158,0.52))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(131,149,158,0.52) 0%,rgba(131,149,158,0.52) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(131,149,158,0.52) 0%,rgba(131,149,158,0.52) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(131,149,158,0.52) 0%,rgba(131,149,158,0.52) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(131,149,158,0.52) 0%,rgba(131,149,158,0.52) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8583959e', endColorstr='#8583959e',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-top: 5px;
    position: relative;
    width: 100%;
}

.center{
    margin-left:15%;
    margin-right: 15%;
}


/* ========== Riquadro Full Width ========== */
.img-header{
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 230px;
    padding-top: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.header-title{
    margin: 0;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    /*background-image: url('../../../images/frontend/jcms/bg-title.png');*/
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#83959e+0,83959e+100&amp;0.52+0,0.52+100 */
    background: -moz-linear-gradient(top,  rgba(131,149,158,0.52) 0%, rgba(131,149,158,0.52) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,149,158,0.52)), color-stop(100%,rgba(131,149,158,0.52))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(131,149,158,0.52) 0%,rgba(131,149,158,0.52) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(131,149,158,0.52) 0%,rgba(131,149,158,0.52) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(131,149,158,0.52) 0%,rgba(131,149,158,0.52) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(131,149,158,0.52) 0%,rgba(131,149,158,0.52) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8583959e', endColorstr='#8583959e',GradientType=0 ); /* IE6-9 */
}

.data{
    padding: 10px 30px;
    border-top: 1px solid #a4a4a4;
    min-height: 55px;
}
.data p{
    float: left;
    font-size: 20px;
    margin-left: 10px;
}

.contenuto {
    overflow-x: hidden;
    overflow-y: auto;
}
.estratto, .testo-privacy{
    padding: 10px 30px;
    text-align: justify;
}
.estratto.hide-class > div{
	position: relative;
}
.estratto.hide-class > div:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: linear-gradient( rgba(255,255,255,0), #fff);
}
.espandi{
    float: right;
}

/* ============= News =======================*/
/*#news .img-header{
    background-image: url('../../../images/frontend/jcms/news-header.jpg');
}*/

/* ============= Content =======================*/
/*#content .img-header{
    background-image: url('../../../images/frontend/jcms/content-header.jpg');
}*/

/* ============= Meteo =======================*/
/*#meteo .img-header{
    background-image: url('../../../images/frontend/jcms/meteo-header.jpg');
}*/
.linea_meteo{
    padding-top:15px;
    padding-bottom: 15px;
}
.dettaglio_meteo{
    list-style: none outside none;
}
/* ============= Eventi =======================*/
/*#eventi .img-header{
    background-image: url('../../../images/frontend/jcms/eventi-header.jpg');
}*/

/* ============ Registrazione ======================*/
#registrazione .img-header{
    background-image: url('../../../images/frontend/jcms/login-header.jpg');
}


/* ============ Attivazione ======================*/
#attivazione .img-header{
    background-image: url('../../../images/frontend/jcms/login-header.jpg');
}

.indicazioni{
    text-align:center;
    margin-bottom: 5px;
    margin-left: 12%;
    margin-right: 12%;
}

/* ============ Privacy ======================*/
#privacy .img-header{
    background-image: url('../../../images/frontend/jcms/privacy-header.jpg');
}

/* ============ Condizioni d'utilizzo =========*/
#condizioni .img-header{
    background-image: url('../../../images/frontend/jcms/condizioni-header.jpg');
}

.button-wrapper .btn {
    margin-bottom:5px;
}