﻿/* Imports
===============================================*/
@import url('reset.css');

html
{
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background-color: #FFFFFF;
    color: #333333;
    background-image: url("../img/stage/body_bg.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Links
-----------------------------------------------*/
a
{
    color: #006FB9;
    text-decoration: none;
    outline: 0;
}

    a:visited
    {
        text-decoration: none;
    }

    a:hover, a:active
    {
        /*color: #C27DD2;*/
        text-decoration: underline;
    }

    a[href] *
    {
        cursor: pointer;
    }

    a img
    {
        border: 0px;
        text-decoration: none;
    }

/* Forms
-----------------------------------------------*/
fieldset
{
}

input[type='radio']
{
    vertical-align: text-bottom;
}

input[type='checkbox']
{
    vertical-align: bottom;
}

label,
input[type='radio'],
input[type='checkbox'],
input[type='button'],
input[type='submit'],
button
{
    cursor: pointer;
}

input[type='submit']
{
    height: 36px;
    color: #FFFFFF;
    background-color: #006FB9;
    border: 1px solid #006FB9;
    margin: 0px 2px;
    min-width: 100px;
    font-size: 20px;
}

    input[type='submit']:hover,
    input[type='submit']:active,
    input[type='submit']:focus
    {
        background-color: #FF6600;
        border: 1px solid #FF6600;
    }


/*Img
-----------------------------------------------*/
img
{
    display: block;
}

/*Input
-----------------------------------------------*/
input[type='text'],
select,
textarea
{
    border: 1px solid #ABC1DE;
    background-color: #FFFFFF;
    height: 34px;
    line-height: 34px;
    padding: 0px 5px;
    font-size: 15px;
    color: #333333;
    width: 265px;
    font-family: 'Open Sans', sans-serif;
}

select
{
    height: 36px;
    padding: 2px;
    cursor: pointer;
    width: 276px;
}

textarea
{
    line-height: 1.2;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    resize: none;
    height: 60px;
}

    input[type='text']:hover,
    input[type='text']:active,
    input[type='text']:focus,
    input[type='password']:hover,
    input[type='password']:active,
    input[type='password']:focus,
    input[type='file']:hover,
    input[type='file']:active,
    input[type='file']:focus,
    select:hover,
    select:active,
    select:focus,
    textarea:hover,
    textarea:active,
    textarea:focus
    {
        border: 1px solid #C27DD2;
    }


/*validazione jQuery*/
label.error
{
    padding: 5px 5px 0px 0px;
    color: #FF0000;
    font-style: italic;
    font-size: 12px;
    cursor: text;
    float: right;
}

div.error
{
    display: none;
}

input[type='text'].error,
textarea.error,
input[type='password'].error
{
    border: 1px solid #FF0000 !important;
    color: #FF0000 !important;
    background-image: url("../img/avvertenza/errorText.png") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    overflow: hidden !important;
}



/*INIZIO STILI POSIZIONE*/
.align_left
{
    text-align: left;
}

.align_right
{
    text-align: right;
}

.align_center
{
    text-align: center;
}

.to_left
{
    float: left;
}

.to_right
{
    float: right;
}

.to_center
{
    margin: 0px auto;
}

.clear
{
    clear: both;
}

.relative
{
    position: relative;
}
/*FINE STILI POSIIZIONE*/



/*INIZIO STILI TOP*/
#top
{
    background-color: #E0E0E0;
    position: relative;
}

.areaRiservata
{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #999999;
    font-size: 0px;
    background-image: url("../img/buttons/areaRiservata.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
}
/*FINE STILI TOP*/


/*INIZIO STILI TRANSLATE*/
.translate
{
    font-size: 0px;
    display: none;
    width: 80px;
    position: absolute;
    right: 50px;
    bottom: 2px;
}

    .translate a
    {
        display: inline-block;
        border: 1px solid transparent;
        margin-left: 5px;
        cursor: pointer;
    }

        .translate a:hover
        {
            border: 1px solid #FFFFFF;
        }
/*FINE STILI TRANSLATE*/


/*INIZIO STILI MENU*/
.menu
{
    position: relative;
}

    .menu.fixed
    {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100000000;
        background-color: #FFFFFF;
        box-shadow: 0px 5px 10px #666666;
        width: 100%;
    }
    
.menu_close
{
    font-size: 30px;
    text-align: center;
    background-color: #B0B0B0;
    color: #FFFFFF;
    background-image: url("../img/buttons/menuOpenClose.png");
    background-position: 30% center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 5px 0px;
}

    .menu_close:hover
    {
        background-color: #006FB9;
    }

.menu_open
{
    display: none;
    background: rgba(250,250,250,0.9);
    border-bottom: 2px solid #17365D;
    z-index: 1000;
}

    .menu_open.menuOpen
    {
        display: block;
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        text-align: center;
    }

    .menu_open ul
    {
        margin: 0px;
        padding: 0px;
    }

        .menu_open ul li
        {
            list-style-type: none;
            text-align: center;
        }

            .menu_open ul li a
            {
                font-size: 18px;
                padding: 5px 0px;
                display: block;
                color: #000000;
            }

                .menu_open ul li a.selected
                {
                    background-color: #006FB9;
                    color: #FFFFFF;
                }

                .menu_open ul li a:hover
                {
                    background-color: #006FB9;
                    text-decoration: none;
                    color: #FFFFFF;
                }

.numeroSezione
{
    display: none;
}
/*FINE STILI MENU*/



/*INIZIO STILI LOGO*/
.hylLogo
{
    display: block;
    margin: 0px auto;
    text-align: center;
    background-color: #FFFFFF;
}

    .hylLogo img
    {
        width: 100%;
        max-width: 300px;
        padding: 20px 0px;
        display: inline-block;
    }
/*FINE STILI LOGO*/



/*INIZIO STILI MIDDLE*/
#middle
{
}

.pagina
{
    padding: 40px 20px;
    background-color: #FFFFFF;
}

.paginaTitolo
{
    text-align: center;
    max-width: 1160px;
    margin: 0px auto;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

    .paginaTitolo h1
    {
        font-weight: normal;
        font-size: 40px;
        color: #3E3D3D;
    }

    .paginaTitolo h4
    {
        color: #666666;
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        margin-top: 10px;
    }

.addthis_sharing_toolbox
{
    margin: 5px 0px;
}

.paginaContent
{
    max-width: 1160px;
    margin: 20px auto;
}

.paginaDescrizione
{
    margin-top: 20px;
}


/*INIZIO STILI RICERCA*/
.ricerca
{
    text-align: center;
    background-color: #F5F5F5;
    padding: 20px 0px;
}

.ricerca_open
{
    width: 100%;
    font-size: 30px;
    background-color: #006FB9;
    color: #FFFFFF;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    background-image: url("../img/stage/ricerca.png");
    background-position: 30% center;
    background-repeat: no-repeat;
}

    .ricerca_open:hover
    {
        background-color: #FF6600;
    }

.ricercaContent
{
    display: none;
}

    .ricercaContent.ricercaOpen
    {
        display: block;
    }
/*FINE STILI RICERCA*/


/*INIZIO STILI RICHIESTE*/
#richieste
{
    background-color: #F3BA31;
    padding: 10px 0px;
}
/*FINE STILI RICHIESTE*/

/*FINE STILI MIDDLE*/


/*INIZIO STILI PAGINA AGENZIA - SERVIZI*/
.paginaAgenzia .paginaContent img,
.paginaServizi .paginaContent img
{
    width: 100%;
}

.agenziaTesti_stage,
.serviziDati_stage
{
    margin: 20px 0px;
}

    .agenziaTesti_stage ul,
    .serviziDati_stage ul
    {
        list-style-image: url("../img/stage/lista_spunta.png");
    }
/*FINE STILI PAGINA AGENZIA - SERVIZI*/



/*INIZIO STILI FOOTER*/
#footer
{
    background-image: url("../img/stage/bg_footer.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding: 10px 0px;
}

.footerTipologie
{
}

.footerDati
{
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}

    .footerDati .agenzia_ragioneSociale,
    .footerDati .agenzia_partitaIva,
    .footerDati .agenzia_indirizzo,
    .footerDati .agenzia_comune
    {
        display: inline;
    }

.footerRealizzatore
{
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}

.footerPowered
{
    display: inline-block;
    width: 122px;
    height: 40px;
    background-image: url("../img/stage/footerPowered.png");
    background-position: left 5px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #FFFFFF;
}

    .footerPowered:hover
    {
        text-decoration: none;
        color: #FFFFFF;
    }

.footerCredits a
{
    color: #FFFFFF;
}
/*FINE STILI FOOTER*/


/*INIZIO STILI PAGINA ERROR*/
.paginaError .paginaContent
{
    height: 320px;
    text-align: center;
    font-weight: bold;
    padding: 120px 20px 20px;
    background-image: url("../img/avvertenza/avvertenza.png");
    background-repeat: no-repeat;
    background-position: center 70px;
}

    .paginaError .paginaContent .avviso
    {
        font-size: 18px;
        text-transform: uppercase;
    }

    .paginaError .paginaContent .messaggio
    {
        font-size: 12px;
    }
/*FINE STILI PAGINA ERROR*/


/*INIZIO STILI COOKIE*/
.cookies-notice
{
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 18px;
    left: 0;
    top: 0px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    background-color: rgba(0,0,0,0.7);
    font-family: Arial;
    box-shadow: 0 0 4px rgba(0,0,0,0.14),0 4px 8px rgba(0,0,0,0.28);
}

.cookies-notice-container
{
    padding: 10px;
}

    .cookies-notice-container a
    {
        color: #FFFFCC;
    }

        .cookies-notice-container a:hover
        {
            text-decoration: none;
        }

a.cookies-accept
{
    display: inline-block;
    padding: 3px 10px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #4CA0F3;
    font-size: 12px;
    margin-left: 5px;
    text-transform: uppercase;
    cursor: pointer;
}

    a.cookies-accept:hover
    {
        background-color: #4BB572;
    }
/*FINE STILI COOKIE*/


/*INIZIO STILI PRIVACY*/
.privacy_titolo
{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.privacySezione_stage
{
    margin-top: 30px;
}

.privacySezione_titolo
{
    font-weight: bold;
    color: #FF6600;
}

#privacy_footer
{
    border-top: 1px solid #999999;
    padding: 2px 10px 0px;
    margin: 10px auto 0px;
    width: 770px;
    text-align: right;
}
/*FINE STILI PRIVACY*/



/*INIZIO STILI ORDINAMENTO*/
#elenco_ordinamento
{
    float: right;
}

.ordinamento_testo
{
    float: left;
    margin-right: 5px;
    font-size: 13px;
    width: 90px;
}

.ordinamentoPrezzo_stage,
.ordinamentoSuperficie_stage,
.ordinamentoLocali_stage,
.ordinamentoData_stage
{
    float: left;
    margin: 0px 3px;
}

    .ordinamentoPrezzo_stage a,
    .ordinamentoSuperficie_stage a,
    .ordinamentoLocali_stage a,
    .ordinamentoData_stage a
    {
        color: #17365d;
        font-size: 14px;
    }

.ordinamentoPrezzo_link,
.ordinamentoSuperficie_link,
.ordinamentoLocali_link,
.ordinamentoData_link
{
    float: left;
    margin-right: 3px;
    font-size: 14px;
}

.ordinamentoPrezzo_img,
.ordinamentoSuperficie_img,
.ordinamentoLocali_img,
.ordinamentoData_img
{
    float: left;
    margin-top: 2px;
}
/*FINE STILI ORDINAMENTO*/



/*INIZIO STILI PAGINAZIONE*/
#datapager_top,
#datapager_bottom
{
    clear: both;
    width: calc(100% - 10px);
    padding: 5px;
    background-color: #D0D0D0;
    border-radius: 3px;
}

#datapager_top
{
    top: 35px;
    left: 0px;
    position: absolute;
}

#datapager_bottom
{
    margin-top: 10px;
    height: 28px;
}

    #datapager_top span > span,
    #datapager_top span > a,
    #datapager_bottom span > span,
    #datapager_bottom span > a
    {
        float: left;
        width: 26px;
        height: 26px;
        line-height: 26px;
        display: block;
        text-align: center;
        color: #FFFFFF;
        font-size: 14px;
        margin: 0px 1px;
        text-decoration: none;
        border-radius: 100%;
    }

    #datapager_top span > span,
    #datapager_bottom span > span
    {
        background-color: #FFFFFF;
        color: #43B51F;
    }

    #datapager_top span > a:hover,
    #datapager_bottom span > a:hover
    {
        border: 1px solid #43B51F;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    #datapager_top span > a.pagerPrevBtn,
    #datapager_top span > a.pagerNextBtn,
    #datapager_top span > a.pagerPrevBtn.aspNetDisabled,
    #datapager_top span > a.pagerNextBtn.aspNetDisabled,
    #datapager_bottom span > a.pagerPrevBtn,
    #datapager_bottom span > a.pagerNextBtn,
    #datapager_bottom span > a.pagerPrevBtn.aspNetDisabled,
    #datapager_bottom span > a.pagerNextBtn.aspNetDisabled
    {
        width: 26px;
        height: 26px;
        display: block;
        float: left;
        border: 0px none;
        background-image: url("../img/buttons/pagerButtons.png");
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #datapager_top span > a.pagerPrevBtn,
    #datapager_bottom span > a.pagerPrevBtn
    {
        margin-right: 5px;
        background-position: left top;
    }

        #datapager_top span > a.pagerPrevBtn:hover,
        #datapager_bottom span > a.pagerPrevBtn:hover
        {
            background-position: left -26px;
        }

    #datapager_top span > a.pagerNextBtn,
    #datapager_bottom span > a.pagerNextBtn
    {
        margin-left: 5px;
        background-position: right top;
    }

        #datapager_top span > a.pagerNextBtn:hover,
        #datapager_bottom span > a.pagerNextBtn:hover
        {
            background-position: right -26px;
        }

    #datapager_top span > a.pagerPrevBtn.aspNetDisabled,
    #datapager_bottom span > a.pagerPrevBtn.aspNetDisabled
    {
        background-position: 0px -52px;
        cursor: default;
    }

    #datapager_top span > a.pagerNextBtn.aspNetDisabled,
    #datapager_bottom span > a.pagerNextBtn.aspNetDisabled
    {
        background-position: -26px -52px;
        cursor: default;
    }

.datapager_totale
{
    float: right;
    height: 22px;
    line-height: 22px;
    color: #17365D;
    width: 150px;
}


.datapagerElementi_count
{
    font-weight: bold;
}
/*FINE STILI PAGINAZIONE*/



/*INIZIO STILI PAGINA DETTAGLIO IMMOBILE*/
.schedaImmobile_content .immobileSocial_stage
{
    display: none;
}

.pulsantiSocial
{
    margin: 5px 0px;
}

/*FINE STILI PAGINA DETTAGLIO IMMOBILE*/



/*INIZIO STILI PAGINA DETTAGLIO NEWS*/
.pagina.paginaDettaglioNews .paginaTitolo
{
    font-size: 40px;
}
/*FINE STILI PAGINA DETTAGLIO NEWS*/


/*INIZIO STILI CONTATTACI*/
.agenzia_mappa
{
    overflow: hidden;
}

.agenzia_intestazione
{
    text-align: center;
    font-size: 14px;
    padding: 15px 0px;
    border-bottom: 1px solid #C27DD2;
    color: #17365D;
}

.form_contattaci
{
    margin-top: 10px;
    padding: 10px 0px;
    color: #666666;
}

.contattaci_info
{
    font-size: 18px;
    width: calc(100% - 10px);
    margin: 20px auto;
    padding: 5px;
}

    .contattaci_info table
    {
        margin: 0px auto;
        width: 280px;
    }

        .contattaci_info table td
        {
            text-align: left;
            padding: 5px;
        }

.contattaciRecapiti_email,
.contattaciRecapiti_telefono01,
.contattaciRecapiti_telefono02
{
    background-color: #F9F9F9;
}

.contattaciRecapiti_emailEtichetta,
.contattaciRecapiti_emailEtichetta,
.contattaciRecapiti_telefono01Etichetta,
.contattaciRecapiti_telefono02Etichetta,
.contattaciRecapiti_telefono03Etichetta,
.contattaciRecapiti_telefono04
{
    color: #C27DD2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.contattaciRecapiti_social
{
    text-align: center;
    padding: 20px 0px;
}

.contattaci_orari_stage
{
    font-size: 15px;
    color: #666666;
    text-align: center;
    background-color: #F9F9F9;
    padding: 15px 0px;
}

.contattaci_dati_campo
{
    margin-top: 10px;
}

    .contattaci_dati_campo:first-child
    {
        margin-top: 0px;
    }

.contattaci_orari_etichetta
{
    color: #C27DD2;
    font-weight: bold;
    margin-top: 20px;
}

.contattaci_slogan
{
    clear: both;
    font-size: 22px;
    text-align: center;
    padding: 30px 0px;
    color: #C27DD2;
    border-top: 1px solid #C27DD2;
}
/*FINE STILI CONTATTACI*/




