* {
    box-sizing: border-box;
    color: #181818;
    font-family: Kufam, Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* scrollbar - inizio */

*::-webkit-scrollbar {
    background-color: #ccc;
    height: 4px;
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 2px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
}

/* scrollbar - fine */

/* generali - inizio */

html {
    height: 100%;
}

body {
    background-color: #E6E6E6;
    min-height: 100%;
    position: relative;
}

body#pag-main_1 {
    background-color: #181818;
    background-image: url(images/cat.jpg);
    background-position: center;
    background-size: cover;
}

body.vegas-container>.vegas-overlay, body.vegas-container>.vegas-slide, body.vegas-container>.vegas-timer {
    display: none;
}

img {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #FF4800;
}

a strong:hover {
    color: #FF4800;
}

.nav_hm ul li a.attivo {
    color: #fff;
}

.nav_footer ul li a.attivo {
    color: #000;
}

.clear {
    clear: both;
}

.titolo_pagina {
    color: #ccc;
    font-size: 24px;
    line-height: 60px;
}

.modal {
    /*background-color: rgb(0, 0, 0);*/
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
}

.AW-messaggio-errore {
    color: #ff0000;
}

/* generali - fine */

/* header - inizio */

.header_01 {
    background-color: #181818;
    display: block;
    height: 60px;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}

#pag-main_1 .header_01 {
    background-color: rgba(0, 0, 0, 0);
}

.header_02 {
    font-size: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.header_03 {
    font-size: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.lingue_header {
    height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40px;
    width: 120px;
}

.lingue_header a {
    color: #E6E6E6;
    font-size: 12px;
    line-height: 20px;
}

.lingue_header a:hover {
    color: #FF4800;
}

.social_header {
    font-size: 0;
    height: 60px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}

.social_header a {
    float: right;
}

/* icone - inizio */

.ico-fb {
    background-image: url(images/facebook_banner_sup.png);
    float: left;
    height: 40px;
    width: 40px;
}

.ico-fb img {
    display: none;
}

.ico-fb:hover img {
    display: block;
} 

.ico-fb-hm {
    background-image: url(images/facebook_banner_sup.png);
    float: left;
    height: 40px;
    width: 40px;
}

.ico-fb-hm img {
    display: none;
}

.ico-fb-hm:hover img {
    display: block;
} 

.ico-fb-sh {
    background-image: url(images/facebook_share.png);
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
}

.ico-fb-sh img {
    display: none;
}

.ico-fb-sh:hover img {
    display: block;
}

.ico-inst {
    background-image: url(images/instagram_banner_sup.png);
    float: left;
    height: 40px;
    width: 40px;
}

.ico-inst img {
    display: none;
}

.ico-inst:hover img {
    display: block;
}

.ico-inst-hm {
    background-image: url(images/instagram_banner_sup.png);
    float: left;
    height: 40px;
    width: 40px;
}

.ico-inst-hm img {
    display: none;
}

.ico-inst-hm:hover img {
    display: block;
}

.ico-you {
    background-image: url(images/youtube_banner_sup.png);
    float: left;
    height: 40px;
    width: 40px;
}

.ico-you img {
    display: none;
}

.ico-you:hover img {
    display: block;
}

.ico-you-hm {
    background-image: url(images/youtube_banner_sup.png);
    float: left;
    height: 40px;
    width: 40px;
}

.ico-you-hm img {
    display: none;
}

.ico-you-hm:hover img {
    display: block;
}

.ico-logo_header {
    background-image: url(images/logo_banner_sup.png);
    float: left;
    height: 60px;
    width: 200px;
}

.ico-logo_header img {
    display: none;
}

.ico-logo_header:hover img {
    display: block;
}

.ico-logo_hm {
    background-image: url(images/logo_banner_sup.png);
    float: left;
    height: 60px;
    width: 200px;
}

.ico-logo_hm img {
    display: none;
}

.ico-logo_hm:hover img {
    display: block;
}

.ico-hmenu_header {
    background-image: url(images/hm_1.png);
    cursor: pointer;
    float: left;
    height: 60px;
    width: 60px;
}

.ico-hmenu_header img {
    display: none;
}

.ico-hmenu_header:hover img {
    display: block;
}

.ico-hmenu_x {
    background-image: url(images/hm_2.png);
    cursor: pointer;
    float: left;
    height: 60px;
    width: 60px;
}

.ico-hmenu_x img {
    display: none;
}

.ico-hmenu_x:hover img {
    display: block;
}

.ico-nottolino {
    background-image: url(images/nottolino_1.png);
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
}

.ico-nottolino img {
    display: none;
}

.ico-nottolino:hover img {
    display: block;
}

.ico-close-modal {
    background-image: url(images/chiusura_modal.png);
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
}

.ico-close-modal img {
    display: none;
}

.ico-close-modal:hover img {
    display: block;
}

.ico-fb-modal {
    background-image: url(images/facebook_modal.png);
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
}

.ico-fb-modal img {
    display: none;
}

.ico-fb-modal:hover img {
    display: block;
}

.ico-baloon-modal {
    background-image: url(images/baloon_modal.png);
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
}

.ico-baloon-modal img {
    display: none;
}

.ico-baloon-modal:hover img {
    display: block;
}

.ico-croce_torre {
    background-image: url(images/crocetta.png);
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.ico-croce_torre img {
    display: none;
}

.ico-croce_torre:hover img {
    display: block;
}

/* icone - fine */

/* menu - inizio */

.menu_hm {
    background-color: #181818;
    left: -400px;
    height: calc(100%);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    width: 310px;
    z-index: 20;
}

.menu_hm .ico-hmenu_x {}

.nav_hm {
    padding: 0 0 60px 0;
}

.nav_hm ul {
    padding: 76px 0 0 76px;
}

.nav_hm ul li {
    height: 40px;
    text-decoration: none;
}

.nav_hm ul li a {
    color: #E6E6E6;    
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 1; 
    margin: 6px 0 0 0;   
    text-decoration: none;
}

.nav_hm ul li a:hover {
    color: #FF4800;
}

.nav_hm ul li a.atrecycling {
    color: #00ADF2 !important;
}

.nav_hm ul li a.atrecycling:hover {
    color: #4ACCFF !important;
}

.nav_hm ul li a.atrecycling {
    color: #E6E6E6;    
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 1; 
    margin: 6px 0 0 0;   
    text-decoration: none;
}

.nav_hm ul li a.atrecycling:hover {
    color: #FF4800;
}

.social_hm {
    font-size: 0;
    height: 40px;
    padding: 0 0 0 64px;
}

.montefiorino_hm {
    font-size: 0;
    height: 32px;
    margin: 0 0 0 60px;
    width: 32px;
}

/* menu - fine */

/* header - fine */

/* banner condivisione social - inizio */

.social_cond_01 {
    cursor: pointer;
    right: -60px;
    position: fixed;
    top: 60px;
    z-index: 10;
}

.social_cond_01 img {
}

.social_cond_01 img:hover {
    opacity: 1;
}

.social_cond_02 {
    cursor: pointer;
    display: none;
    float: right;
    font-size: 0;
}

.social_cond_02 img {
    opacity: 1;
}

.social_cond_01:hover > .social_cond_02 {
    display: block;
}


/* banner condivisione social - fine */


/* footer - inizio */

.footer_01 {
    background-color: #181818;
    bottom: 0;
    display: block;
    height: 120px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}

#pag-main_1 .footer_01 {
    background-color: rgba(0, 0, 0, 0);
}

.footer_02 {
    background-color: #fff;
    bottom: 90px;
    height: 30px;
    left: 0;
    margin: auto;
    opacity: 0.7;
    position: absolute;
    width: 100%;
}

.nav_footer {
    margin: 0 60px;
}

.nav_footer ul li {
    display: inline-block;
    height: 30px;
}

.nav_footer ul li a {
    color: #4d4d4d;    
    cursor: pointer;
    font-size: 24px;
    display: inline-block;
    line-height: 1; 
    margin: 2px 20px 0 0;   
    text-decoration: none;
}

.nav_footer ul li a:after {
    background-color: #4d4d4d;
    content: "";
    display: block;    
    height: 1px;
    width: 0%;    
    transition: width .3s ease-in-out;
}

.nav_footer ul li a:hover:after,
.nav_footer ul li a:focus:after {
    width: 100%;
}

.footer_03 {
    bottom: 60px;
    height: 30px;
    left: 0;
    padding: 0 76px;
    position: absolute;
    width: 100%;
}

.footer_03 a {
    color: #E6E6E6;
    font-size: 12px;
    line-height: 30px;
    text-decoration: underline;
}

.footer_03 a:hover {
    color: #FF4800;
}

.footer_03 p {
    color: #E6E6E6;
    font-size: 12px;
    line-height: 30px;    
}

.ico-nottolino {
    background-image: url(images/nottolino_1.png);
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
}

.ico-nottolino:hover {
    background-image: url(images/nottolino_2.png);
}

.montefiorino_footer {
    bottom: 0;
    font-size: 0;
    height: 60px;
    left: 76px;
    position: absolute;
    width: 32px;
}


/* footer - fine */


/* contenuto/main - inizio */

.contenitore_01 {
    margin: 0 auto;
    padding: 60px 0 120px;
    max-width: 1920px;
}

.riga_01 {
    position: relative;
    width: 100%;
}

.semiriga_01 {
    float: left;
    position: relative;
    width: 50%;
}

.semiriga_02 {
    float: left;
    position: relative;
    width: 25%;
}

/* menu extra - inizio */

.menu_extra {
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.nav_extra {
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 35%, rgba(0,0,0,0) 100%);
}

.nav_extra ul {
    padding: 76px 0 0 76px;
}

.nav_extra ul li {
    height: 40px;
    text-decoration: none;
}

.nav_extra ul li a {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    margin: 6px 0 0 0;
    text-decoration: none;
}

.nav_extra ul li a:hover {
    color: #FF4800;
}

.nav_extra ul li a.atrecycling {
    color: #00ADF2 !important;
}

.nav_extra ul li a.atrecycling:hover {
    color: #4ACCFF !important;
}

/* menu extra - fine */

/* zone testo - inizio */

.zona_testo_01 {
    overflow: auto;
    margin: 40px 0;
    width: 95%;
}

.zona_testo_02 {
    margin: 40px 0;
    padding: 0 66px 0 36px;
    width: 100%;
}

.zona_testo_03 {
    overflow: auto;
    margin: 20px 0 40px 0;
    width: 95%;
}

.testo_01 {
    padding: 0 10px 0 40px;
}

.testo_01 h1 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
}

.testo_01 h2 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.testo_01 h2 a {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;    
    text-decoration: none;
    word-break: break-all;
} 

.testo_01 h2 a:hover {
    color: #FF4800;
}

.testo_01 h3 {
    color: #1a1a1a;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
}

.testo_01 a {
    color: #1a1a1a;
    font-size: 14px;
    text-decoration: underline;
    word-break: break-all;
}

.testo_01 a:hover {
    color: #FF4800;
}

.testo_01 a {
    color: #1a1a1a;
    font-size: 14px;
    text-decoration: underline;
    word-break: break-all;
}

/* pag. autorizzazioni - inizio */
#pag-main40 .testo_01 a:hover {
    color: #FF4800;
}
pag-main40 .testo_01 p {
    color: #1a1a1a;
    font-size: 14px;
}
/* pag. autorizzazioni - fine */

.testo_01 p strong {
    font-weight: bold;
}

.testo_01 ul {
    margin-left: 30px;
}

.testo_01 ul li {
    color: #1a1a1a;    
    font-size: 14px;
    list-style: disc;
}

.testo_01 ul li a {
    color: #1a1a1a;
    font-size: 14px;
    text-decoration: underline;
    word-break: break-all;
} 

.testo_01 ul li a:hover {
    color: #FF4800;
}

.testo_02 {
    padding: 0 10px 0 20px;
}

.testo_02 h1 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.testo_02 h2 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.testo_02 h2 a {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    word-break: break-all;
}

.testo_02 h2 a:hover {
    color: #FF4800;
}

.testo_02 h3 {
    color: #1a1a1a;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

.testo_02 a {
    color: #1a1a1a;
    font-size: 14px;
    text-decoration: underline;
    word-break: break-all;
}

.testo_02 a:hover {
    color: #FF4800;
}

.testo_02 p {
    color: #1a1a1a;
    font-size: 14px;
}

.testo_02 p strong {
    font-weight: bold;
}

.testo_02 ul {
    margin-left: 30px;
}

.testo_02 ul li {
    color: #1a1a1a;
}

.testo_02 ul li a {
    color: #1a1a1a;
    font-size: 14px;
    text-decoration: underline;
    word-break: break-all;
}

.testo_02 ul li a:hover {
    color: #FF4800;
}

.social_testo_01 {
    bottom: 0;
    padding: 5px 5%;
    position: absolute;
    right: 0;
}

/* zone testo - fine */

/* zona linee - inizio */

.linea_01 {
    background-color: #000 !important;
    position: relative;
}

.linea_01 h2 {
    color: #fff;
    font-size: 24px;
    left: 50%;
    margin: -12px 0 0 -150px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 300px;
}

.linea_01 img:hover {
    opacity: 0.3;
}

/* zona linee - fine */

/* legenda - inizio */

.legenda {
    box-sizing: border-box;
    padding: 0 40px 0 40px;
    width: 100%;
}

.legenda_riga {
    margin: 0 0 20px 0;
    min-height: 60px;
    position: relative;
    width: 100%;
}

.legenda_img {
    box-sizing: border-box;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}
/*
img.thumbnail_articolo {
    height: auto;
    left: 50%;
    max-height: 220px;
    max-width: 220px;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
*/
.legenda_testo {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 60px;
    padding: 0 0 0 80px;
    position:relative;
    width: 100%;
}

.legenda_testo p {
    color: #1a1a1a;
    font-size: 14px;
    margin: 0;
    position: absolute;
    left: 80px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* legenda - fine */

/* mappa attivitą - inizio */

.jvectormap-container {
    background-color: #ccc !important;
}

.mappa_attivita {
    box-sizing: border-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    background-color: #181818 !important;
    font-size: 18px;
    height: 20px !important;
    line-height: 22px !important; 
    width: 20px !important;
}

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
    background-color: #FF4800 !important;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 40px !important;
}

/* mappa attivitą - inizio */

/* zona form - inizio */

.testo_form_01 {
    padding: 40px 76px;
}

.testo_form_01 h1 {
    color: #1a1a1a;
    font-size: 19px;
    font-weight: bold;
}

.testo_form_01 h3 {
    color: #1a1a1a;
    font-size: 19px;
}

.testo_form_01 p {
    font-size: 14px;
}

.testo_form_01 p a {
    font-size: 14px;
    text-decoration: underline;
}

.testo_form_01 p strong {
    font-weight: bold;
}

.testo_form_01 ul {
    margin-left: 30px;
}

.testo_form_01 ul li {
    color: #1a1a1a;
    font-size: 14px;
}

.testo_form_01 ul li a {
    color: #1a1a1a;
    font-size: 14px;
    text-decoration: underline;
}

.riga_form_01 {
    line-height: 38px;
    min-height: 40px;
    width: 100%;
}

.riga_form_01 input {
    display: block !important;
    float: left;
}

.riga_form_01 label {
    font-size: 14px;
}

.riga_form_01 label a {
    text-decoration: underline;
}

.riga_form_01 strong {
    font-weight: bold;
}

.bottone_01 {
    background-color: #181818;
    border: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    margin: 0 12px 0 0;
    text-align: center;
    width: 220px;
}

.bottone_01:hover {
    background-color: #FF4800;
    color: #181818;
}

.campo_01 {
    background-color: #ccc;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0 5px;
    width: 100%;
}

.checkbox_01 input {
    float: left !important;
    height: 40px;
    margin: 0 10px 0 0;
    width: 26px;
}

.checkbox_01 p {
    float: left;
    line-height: 38px;
}

.radio_01 {
    float: left;
    min-width: 144px;
}

.radio_01 input {
    float: left !important;
    height: 24px;
    margin: 3px 5px 3px 0;
    width: 26px;
}

.radio_01 p {
    float: left;
    margin-right: 20px !important;
}

.mappa_01 img {
    max-width: 100%;
}

.textarea_01 {
    background-color: #ccc;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    min-height: 60px;
    min-width: 100%;
    padding: 0 5px;
    text-align: left;
}   

.qrcode_ragsoc {
    font-size: 0;
    height: 200px;
    margin: 0;
    padding: 20px 0;
    width: 160px;
}

/* zona form - fine */

/* torri - inizio */

.torre_01 {
    background-color: rgba(255, 255, 255, 0.8);
    float: right;
    height: auto;
    margin: 64px 60px;    
    padding: 30px 0 30px 0;
    position: relative;
    width: 420px;
    z-index: 3;    
}

.torre_01 h2 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px 0;
    text-align: center;
}

.torre_01 h2 a {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px 0;
}

.torre_01 h2 a:hover {
    color: #FF4800;
}

.torre_01 h3 {
    color: #333;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px 0;
    text-align: center;
}

.img_torre_01 {
    font-size: 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%;    
}

.img_torre_01 img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.zona_testo_torre_01 {
    height: auto;
    margin: 30px 0 0 0;
    overflow: auto;
    padding: 0 30px 0 0;
    text-align: left;
    width: 100%;
}

a.continua_torre_01 {
    display: none;
}

.torre_gallery_01 {
    float: left;
    font-size: 0;
    padding: 4px;
    position: relative;
    width: 20%;
}

.torre_gallery_01 img {
    /*cursor: pointer;*/
    margin: 0;
    height: auto;
    width: 100%;
}

.chart {
    float: left;
    height: 315px;
    margin: 0 0 20px 76px;
}

/* icona "caricamento" per infinite scrolling - inizio */

.AWG_waitingDiv {
    display:none;
    font-size: 0;
    height: 50px;
    margin: -25px -25px 0 0;
    position: fixed;
    right: 50%;
    top: 35%;
    width: 50px;        
    z-index: 1000;
}

/* icona "caricamento" per infinite scrolling - fine */

/* lente d'ingrandimento - inizio */

.AW-imgbg {
    background-color:#000;
}

.AW-magicon {
  background-image: url(images/magnifier.png);
  font-size: 0px;
  height:120px;  
  width:120px;  
}

.AW-middle {
  cursor: pointer;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);      
  transition: .5s ease;
  -ms-transform: translate(-50%, -50%);
}

.torre_gallery_01:hover .AW-galleryImg {
  opacity: 0.4;
}

.torre_gallery_01:hover .AW-middle {
  opacity: 1;
}

/* lente d'ingrandimento - inizio */ 

/* torre avviso - inizio */

.torre_avviso {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #4d4d4d;
    max-height: 600px;
    padding: 29px;
    position: fixed;
    right: -1200px;
    top: 100px;
    width: 320px;
    z-index: 1;
}
 
.torre_avviso h2 {
    color: #4d4d4d;
    font-size: 22px;    
    margin-bottom: 10px;
    text-align: center;
}

.torre_avviso img {
    right: 10px;
    top: 10px;
    width: 100%;
}

.torre_avviso a {
    font-size: 0;
}

.torre_avviso p {
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    margin: 0;
    text-align: left;
}

.torre_avviso p a {
    color: #4d4d4d;
    font-size: 14px;
    text-decoration: underline;
}

.zona_testo_avviso {
    max-height: 350px;
    overflow-y: auto;
}

/* torre avviso - fine */

/* torri - fine */

/* shadowbox - inizio */

#AW-modalHdr {
    height: 32px;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 200px;
    z-index: 1;
}

#AW-modalHdr .ico-close-modal {
    float: right;
    margin-left: 20px;
}

#AW-modalHdr .ico-fb-modal {
    float: right;
    margin-left: 20px;
}

#AW-modalHdr .ico-baloon-modal {
    float: right;
    margin-left: 20px;
}

img.modal-content {
    display: block;
    height: auto;
    max-height: 90%;
    max-width: 90%;
    width: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.AW-animate-rise {
    -webkit-animation: animatebottom 1.0s;
    animation: animatebottom 1.0s;
}

.caption_shadowbox_01 {
    background-color: #000;
    margin: 5%;
    padding: 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    z-index: 1000;
    opacity: 0.9;
}

.caption_shadowbox_01 h1 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 0 10px;
    opacity: 1.1;
}

.caption_shadowbox_01 p {
    color: #fff;
    float: none;
    font-size: 14px;
    height: auto;
    margin: 5px 10px 10px 10px;
    text-align: left;
    opacity: 1.1;
}

.caption_shadowbox_01 p a {
    color: #2BA89E;
}

.caption_shadowbox_01 strong {
    color: #fff;
    float: none;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    text-align: left;
}

.caption_shadowbox_01 ul {
    color: #fff;
    margin-left: 30px;
    padding: 0;
}

.caption_shadowbox_01 li {
    color: #fff;
    font-size: 14px;
}

.caption_shadowbox_01 li a {
    color: #2BA89E;
    font-size: 14px;
}

.caption_shadowbox_01 label {
    color: #fff;
    font-size: 14px;
}

.caption_shadowbox_01 label a {
    color: #2BA89E;
    font-size: 14px;
}

img.modal_arrow_left {
    cursor: pointer;
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    left: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

img.modal_arrow_right {
    cursor: pointer;
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    right: -50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* shadowbox - fine */

/* slideshow e gallery - inizio */

.slide_01 {
    background-color: #ccc;
    font-size: 0;
    position: relative;
}

#pag-main5 .slide_01 {
    background-color: transparent;
}

#pag-main40 .slide_01 {
    background-color: transparent;
}

.AW-slideImage {
    background-image: none;
    background-color: #ccc;
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;    
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);  
}
    
.AW-imageSlides {   
    display:none;
    left:0px;
    position:relative;
    top:0px;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.0s;
    animation-name: fade;
    animation-duration: 2.0s;
}
    
.AW-imageSlides2 {   
    background-color: #e6e6e6;   
    display:none;
    left:0px;
    position:relative;
    top:0px;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.0s;
    animation-name: fade;
    animation-duration: 2.0s;
}

.AW-imageSlides3 {   
    /*display:none;*/
    left:0px;
    position:relative;
    top:0px;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.0s;
    animation-name: fade;
    animation-duration: 2.0s;
}

.slide_01 .AW-imageSlides {
    height: 495px;
}

.AW-slideshow {
    position: relative;
}

.AW-freccia-slide-sx {
    cursor: pointer;
    display: none;
    height: 100px;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.AW-slideshow:hover .AW-freccia-slide-sx {
    display: block;
}

.AW-freccia-slide-dx {
    cursor: pointer;
    display: none;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
}

.AW-slideshow:hover .AW-freccia-slide-dx {
    display: block;
}

.AW-contatore-slide {
    bottom: 15px;
    color: #1a1a1a;
    font-size: 20px;
    height: 30px;
    position: absolute;
    right: 15px;
    text-align: right;
    width: 30px;        
}
    
.AW-slide-caption-title {
    color: #1a1a1a;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    text-shadow: 2px 2px 18px #000;
}
    
.slide_01 .AW-slide-caption-title {
    color: #1a1a1a;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    text-shadow: 2px 2px 18px #000;
}
.AW-slide-caption p {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: normal;        
    text-shadow: 2px 2px 18px #000;
}    
    
.slide_01 .AW-slide-caption {
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(255,255,255,0.8));
    bottom: 0;
    box-sizing: border-box;
    left:0;
    overflow: hidden;
    padding: 20px 0 20px 40px;
    position: absolute;
    text-align: left;
    top: 0;
    width:50%;
}  
    
.slide_01 .AW-slide-caption a {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    text-shadow: 2px 2px 18px #000;
}   
    
.slide_01 .AW-slide-caption p {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 5px 0 5px 0;
    text-align: left;
    text-shadow: 2px 2px 18px #000;
}
    
.slide_01 .AW-slide-caption p strong {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 5px 0 5px 0;
    text-align: left;
    text-shadow: 2px 2px 18px #000;
}
    
.slide_01 .AW-slide-caption ul {
    color: #1a1a1a;
    margin-left: 30px;
    padding: 0;
}

.slide_01 .AW-slide-caption li {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 30px;
    text-shadow: 2px 2px 18px #000;
}

.slide_01 .AW-slide-caption li a {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    text-shadow: 2px 2px 18px #000;
}      
       
.slide_02 .AW-slide-caption {
    background-color: #ccc;
    bottom: 0;
    box-sizing: border-box;
    left:0;
    opacity: 0.5;
    padding: 20px 0 20px 40px;
    position: absolute;
    text-align: left;
    width:100%;
}
    
.AW-slide-caption2 {
    background-color: #ccc;
    bottom: 0;
    left:0;
    opacity: 0.5;
    padding: 5px 10px;
    position: absolute;
    text-align: left;
    width:100%;
}

/* slideshow e gallery - fine */

/* contenuto/main - fine */

/* avviso legge cookie - inizio */
.AW-cookie-consent {
    background: #ccc;
    border: 1px solid #666;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    color: #421c12;
    display:none;
    font-size: 17px;
    font-family: Mukta, arial, helvetica, sans-serif;
    left: initial;
    overflow: hidden;
    padding: 10px 15px 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 560px;
    z-index:100!important;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;       
}

.AW-cookie-lang {
    border-bottom: 1px solid #1a1a1a;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
}

.AW-cookie-lang a p {
    color: #1a1a1a;
    float: right;
    font-size: 15px;
    line-height: 39px;
    font-weight: bold;
}

.AW-cookie-text {
    max-height: 300px;
    overflow: auto;
    padding: 10px 0 0 0;
}

.AW-cookie-consent-button {
    background-color:#666;
    box-sizing: border-box;
    color:#fff;
    cursor:pointer;
    margin: 20px 0 0 0;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    font-size: 18px;
    line-height: 30px;
}

.AW-cookie-consent p {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 22px;
}

.AW-cookie-consent p a {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}
/* avviso legge cookie - fine */

/* animazioni - inizio */
.AW-animate-slidein-left {
    -webkit-animation:animateleft 1.0s;animation:animateleft 1.0s;
}
.AW-animate-slidein-right {
    -webkit-animation:animateright 1.0s;animation:animateright 1.0s;
}

.AW-animate-slideout-left {
    -webkit-animation:animateoutleft 2.0s ease-in forwards; 
    animation:animateoutleft 2.0s ease-in forwards;
}

@-webkit-keyframes animateoutleft{from{left:0px;opacity:1} to{left:-1200px;opacity:0}}
@keyframes animateoutleft{from{left:0px;opacity:1} to{left:-1200px;opacity:0}}

.AW-animate-slidein-left2 {
    -webkit-animation:animateleft 2.0s  forwards;
    animation:animateleft 2.0s forwards;
    animation-delay: 0.5s;
}

.AW-title-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.0s;
  -webkit-animation-delay: 1.0s;
  animation-name: fade;
  animation-duration: 3.0s;
  animation-delay: 1.0s;
}

@-webkit-keyframes animateleft{from{left:-400px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-400px;opacity:0} to{left:0;opacity:1}}
@-webkit-keyframes animateright{from{right:-400px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-400px;opacity:0} to{right:0;opacity:1}}
@-webkit-keyframes animatebottom{from{bottom:-100px;opacity:0} to{bottom:0;opacity:1}}
@keyframes animatebottom{from{bottom:-100px;opacity:0} to{bottom:0;opacity:1}}

@-webkit-keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity:0} 
  to {opacity: 1}
}

/* animazioni - fine */

/* media query - inizio */

@media screen and (max-width: 1219px) {
/* contenuto/main - inizio */
    .semiriga_01 {
        width: 100%;
    }
    .semiriga_02 {
        width: 50%;
    }
    .riga_01.AW-txtdivtall {
        height: auto !important;
    }    
/* zone testo - inizio */
    .zona_testo_01 {
        height: auto !important;
    }
    .zona_testo_02 {
        padding: 0 66px 0 0;
    }
    .testo_01 {
        padding: 0 10px 0 76px;
    }
/* zone testo - fine */
/* torri - inizio */    
    #pag-main_1 .torre_01 .zona_testo_torre_01 article.testo_01 {
        display: none;
    }
    a.continua_torre_01 {
        display: block;
        text-align: center;
    }    
/* torri - fine */
/* mappa attivitą - inizio */
    .mappa_attivita {
        margin: 0 3%;
        width: 94%;
    }
/* mappa attivitą - inizio */
/* contenuto/main - fine */
}

@media screen and (max-width: 819px) {
/* header - inizio */
    #pag-main_1 .header_01 {
        background-color: rgba(0, 0, 0, 60%);
    }
    .titolo_pagina {
        display: none;
    }
    .header_03 {
        display: none;
    }    
/* header - fine */
/* footer - inizio */
    .footer_01 {
        height: auto;
        position: static;
    }
    .footer_02 {
        display: none;
    }
    .footer_03 {
        height: auto;
        position: static;
        text-align: center;
    }
    .montefiorino_footer {
        height: 32px;
        margin: 0 auto;
        position: static;
    }
    #pag-main_1 .footer_01 {
        bottom: 0;
        display: block;
        height: auto;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
/* footer - fine */
/* menu extra - inizio */
    .menu_extra {
        display: none;
    }
/* menu extra - fine */
/* contenuto/main - inizio */
    .contenitore_01 {
        padding: 60px 0 0 0;
    }
    .semiriga_02 {
        width: 100%;
    }
/* shadowbox - inizio */
    img.modal_arrow_left {
        display: none;
    }
    img.modal_arrow_right {
        display: none;
    }
/* shadowbox - fine */
/* zone testo - inizio */
    .zona_testo_01 {
        padding: 40px 20px;
        margin: 0;
        width: 100%;
    }
    .zona_testo_02 {
        margin: 0;
        padding: 40px 20px;
    }
    .zona_testo_03 {
        height: auto !important;
        margin: 0;
        padding: 40px 20px;
        width: 100%;
    }
    .testo_01 {
        padding: 0;
    }
    .testo_02 {
        padding: 0;
    }
    .chart {
        margin: 0 0 20px 20px;
    }
/* zone testo - fine */
/* torri - inizio */
    .torre_gallery_01 {
        width: 50%;
    }
    /* torre avviso - inizio */
    .torre_avviso {
        max-height: 300px;
    }
    .zona_testo_avviso {
        max-height: 50px;
    }
    /* torri - fine */
/* slideshow caption - inizio */    
    .slide_01 .AW-slide-caption-title {
        font-size: 24px;
        line-height: 30px;
    }
    .slide_01 .AW-slide-caption a {
        font-size: 18px;
        line-height: 24px;
    }
    .slide_01 .AW-slide-caption p {
        font-size: 18px;
        line-height: 24px;
    }
    .slide_01 .AW-slide-caption p strong {
        font-size: 18px;
        line-height: 24px;
    }
    .slide_01 .AW-slide-caption li {
        font-size: 18px;
        line-height: 24px;
    }
    .slide_01 .AW-slide-caption li a {
        font-size: 18px;
        line-height: 24px;
    } 
/* slideshow caption - fine */
/* form - inizio */
    .riga_form_01 {
        line-height: 24px;
    }
    .testo_form_01 {
        padding: 40px 20px;
    }
/* form - fine */
/* mappa attivitą - inizio */
    .mappa_attivita {
        margin: 0 5%;
        width: 90%;
    }
/* mappa attivitą - inizio */
/* contenuto/main - fine */
}
@media screen and (max-width: 619px) {
    /* cookie consent - inizio */
    .AW-cookie-consent {
        margin-right: -150px;
        right: 50% !important;
        width: 300px !important;
    }
    .AW-cookie-text {
        max-height: 150px !important;
    }
    /* cookie consent - fine */
}
@media screen and (max-width: 539px) {
    .zona_chart {
        text-align: center;
    }
    .chart {
        float: none;
        height: auto;
        margin: 0 0 20px 0;
    }
/* torri - inizio */
    .torre_01 {
        height: auto;
        margin: 64px 15%;
        padding: 20px 0 20px 0;
        width: 70%;
    }
    #pag-main_1 .torre_01 h2 a {
        font-size: 16px;
        line-height: 20px;
        margin: 0 5px 10px 5px;
    }
    #pag-main_1 .torre_01 h3 {
        font-size: 14px;
        line-height: 18px;
        margin: 0 5px 10px 5px;
    }    
    .img_torre_01 {
        height: auto;
        width: 100%;
    }
    .zona_testo_torre_01 {
        height: auto;
        margin: 20px 0 0 0;
        width: 100%;
    }
    .torre_gallery_01 {
        width: 100%;
    }
    /* torre avviso - inizio */
    .torre_avviso {
        margin: 0 15% 0 10%;
        width: 70%;
    }
    /* torri - fine */
/* torri - fine */
/* avviso legge cookie - inizio */
    .AW-cookie-consent {
        /*
        margin-right: -150px;
        right: 50%;
        */      
    }
/* avviso legge cookie - fine */
/* zona form - inizio */
    .riga_form_01 input {
        float: none;
    } 
    .bottone_01 {
        margin: 0 12px 10px 0;
    }
/* zona form - fine */
/* mappa attivitą - inizio */
    .mappa_attivita {
        margin: 0 8%;
        width: 84%;
    }
/* mappa attivitą - inizio */
}

/* media query - fine */