body {
    /*@media screen and (min-device-width:1241px)*/
    min-width: 1240px;
    font: 300 14px Roboto, "Roboto Condensed", sans-serif;
    background-color: #FFFEFC;
    -webkit-box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
    margin: 0;
}

img {
    border: 0;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.tdcheckbox {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    vertical-align: top;
}

.nolink {
    color: #000000;
    text-decoration: none;
}

    .nolink:link {
        color: #000000;
        text-decoration: none;
    }

.pulsante0 {
    vertical-align: middle;
    width: 94px;
    height: 26px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 2px;
    color: #0000FF;
    border: 1px solid #FFFFFF;
}

.pulsante01 {
    vertical-align: middle;
    width: 94px;
    height: 26px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 2px;
    text-align: center;
    font-size: 8pt;
    color: #0000FF;
    cursor: pointer;
    border: 1px solid #000000;
    border-bottom: none;
    border-right: none;
    background-color: #EFEFEF;
}

    .pulsante01:hover {
        text-decoration: underline;
        background-color: #D8EFFF;
    }


.pulsante1 {
    vertical-align: middle;
    width: 94px;
    height: 26px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 2px;
    text-align: center;
    font-size: 8pt;
    color: #0000FF;
    cursor: pointer;
    border: 1px solid #000000;
    border-bottom: none;
    border-left: none;
    background-color: #EFEFEF;
}

    .pulsante1:hover {
        text-decoration: underline;
        background-color: #D8EFFF;
    }

.pmenu {
    vertical-align: middle;
    width: 100px;
    height: 32px;
    text-align: center;
    font-size: 7pt;
    color: #FFFFFF;
    background-color: #F58511;
    cursor: pointer;
    border: 1px solid #FFFFFF;
}

    .pmenu:hover {
        text-decoration: underline;
        background-color: #F58511;
        color: #FFFF00;
        border: 1px solid #FFFF00;
    }

.titolo {
    padding-top: 16px;
    text-align: center;
    font-size: 16pt;
    font-style: italic;
    color: #000080;
}

.testo {
    padding: 16px;
    text-align: justify;
    font-size: 12pt;
    font-style: italic;
    color: #000080;
}


.miniloghibordati {
    position: absolute;
    background-color: #FFFFFF;
    position: absolute;
    border: 2px solid #000080;
    width: 160px;
    height: 74px;
    cursor: pointer;
}


    .miniloghibordati:hover {
        border: 2px solid #FF0000;
    }

    .miniloghibordati td {
        padding-left: 70px;
        text-align: center;
        font-family: Arial;
        font-size: 12pt;
        font-style: italic;
        color: #8C94C6;
        background-image: url(../images/minilogo.gif);
        background-repeat: no-repeat;
        background-position: center left;
    }


.miniloghi {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #a0a0a0;
    width: 160px;
    height: 74px;
    cursor: pointer;
}


    .miniloghi:hover {
        border: 1px solid #FF0000;
    }

    .miniloghi td {
        padding-left: 70px;
        text-align: center;
        font-family: Arial;
        font-size: 12pt;
        font-style: italic;
        color: #8C94C6;
        background-image: url(../images/minilogo.gif);
        background-repeat: no-repeat;
        background-position: center left;
    }

#imghp {
    margin-top: 30px;
    padding-top: 20px;
    width: 640px;
    height: 252px;
    background-image: url(../images/cascina.jpg);
    cursor: pointer;
}

#slide {
    width: 721px;
    left: 0;
}

    #slide td {
        text-align: center;
    }

    #slide img {
        width: 100px;
        height: 75px;
        cursor: pointer;
        border: 1px solid #a0a0a0;
    }

#copyright {
    width: 721px;
    text-align: center;
    left: 0;
}

#contenuto {
    border-top: 1px solid #000000;
    width: 721px;
    background-image: url('../images/sfondo.jpg');
    background-repeat: no-repeat;
    background-position: top;
    min-height: 830px;
}

* html #contenuto {
    height: 830px;
}

#b2kmap {
    width: 640px;
    height: 480px;
}

.privacy {
    padding: 6px;
    width: 680px;
    text-align: justify;
    font-size: 12pt;
    font-style: italic;
    color: #000080;
}

#annunci {
    width: 1000px;
    padding: 0;
    margin: 0;
    border: 0;
}

    #annunci .caselle {
        background: #FFFFFF;
        vertical-align: top;
        text-align: center;
    }

    #annunci img {
        margin: 4px;
    }

    #annunci .testoannuncio {
        background: #FFFFFF;
        text-align: justify;
        vertical-align: top;
        padding: 8px;
        font-size: 11pt;
        cursor: pointer;
    }

    #annunci .titolib1 {
        background: #FFBF4B;
        text-align: center;
        color: #23235C;
        font-weight: bold;
        cursor: pointer;
        height: 24px;
        padding: 4px;
    }

    #annunci .titolib2 {
        padding: 4px;
        text-align: center;
    }

    #annunci .titoli {
        background: #FFFFFF;
        text-align: center;
        border-left: 1px solid #000000;
        border-top: 1px solid #000000;
    }


    #annunci .titolir {
        background: #FFFFFF;
        text-align: center;
        border-left: 1px solid #000000;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
    }

    #annunci .interlinea {
        height: 32px;
    }

    #annunci .pulsanti {
        height: 8px;
        vertical-align: top;
    }

.minitesto {
    text-align: center;
    vertical-align: middle;
    padding: 6px;
    width: 120px;
}

.ordina0 {
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    height: 22px;
}

.ordina1 {
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    height: 22px;
}

.ordina2 {
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    height: 22px;
    background-color: #F8F8F8;
}

#ordinaper {
    margin: 4px;
}

.bottoncino {
    width: 70px;
    text-align: center;
    vertical-align: middle;
    font-size: 8pt;
    margin: 4px;
}

#ricavanz td {
    text-align: left;
}

.Campo {
    text-align: left;
    padding: 1px 3px 1px 3px;
}

.CampoCentro {
    text-align: center;
    padding: 1px 3px 1px 3px;
}

.foto {
    width: 690px;
}

    .foto td {
        text-align: center;
    }

#dataora {
    font-size: 10pt;
    font-style: italic;
}

.vetrina {
    text-align: center;
    margin: 4px;
    padding: 4px;
    border: 1px solid #000000;
    background: #FFF2BA;
    width: 120px;
}

    .vetrina img {
        border: 0;
        padding: 10px;
        width: 100px;
    }

    .vetrina a:link {
        color: #0000FF;
        text-decoration: none;
    }

    .vetrina a:visited {
        color: #0000FF;
    }

    .vetrina a:hover {
        color: #FF0000;
        text-decoration: none;
    }

    .vetrina a:active {
        color: #0000FF;
    }

.cantierevuoto {
    margin: 0;
    padding: 4px;
    width: 260px;
}

.selLeft {
    font-weight: bold;
    color: #000080;
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 180px;
    background: #E8E8FF;
}

.selRight {
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    padding-left: 2px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E8FF;
    text-align: right;
    width: 24px;
}

.selBottom {
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    padding: 2px;
    background: #FFFFFF;
}

.hscroll {
    color: #FF0000;
    font-family: Arial;
    font-size: 12pt;
    font-style: italic;
}

.panorama {
    vertical-align: top;
    padding-left: 8px;
    padding-top: 8px;
    text-align: left;
}


.cantierihp {
    text-align: center;
    margin: 0;
    padding: 4px;
    border: 2px solid #000080;
    background: #FFF2BA;
    width: 260px;
}

    .cantierihp img {
        border: 0;
        padding: 10px;
        margin-top: 6px;
        margin-bottom: 4px;
        background: #FFFFFF;
    }

    .cantierihp a:link {
        color: #0000FF;
        text-decoration: none;
    }

    .cantierihp a:visited {
        color: #0000FF;
    }

    .cantierihp a:hover {
        color: #FF0000;
        text-decoration: none;
    }

    .cantierihp a:active {
        color: #0000FF;
    }


.cantieripieno {
    text-align: center;
    margin: 6px;
    margin-left: 12px;
    background: #F0F0F0;
    position: relative;
    float: left;
    width: 234px;
    height: 250px;
}

.cantieripienoadmin {
    height: 320px;
}

    .cantieripieno img {
        border: 0;
        padding: 10px;
    }

    .cantieripieno a:link {
        color: #0000FF;
        text-decoration: none;
    }

    .cantieripieno a:visited {
        color: #0000FF;
    }

    .cantieripieno a:hover {
        color: #FF0000;
        text-decoration: none;
    }

    .cantieripieno a:active {
        color: #0000FF;
    }

.bordods {
    border: 1px solid #000000;
    border-top: none;
    border-bottom: none;
}

.fstitle {
    margin-top: 12px;
    color: #fff;
    background: #000;
    width: 670px;
    padding: 8px 0 2px 0;
    text-align: center;
    font-size: larger;
}



html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.titppiano {
    background: #23235C;
    height: 32px;
    width: 224px;
    font-size: 18px;
    color: #FFF;
    padding-left: 24px;
}

.titvetrina {
    background: #23235C;
    height: 32px;
    width: 716px;
    font-size: 18px;
    color: #FFF;
    padding-left: 24px;
}

.annppiano {
    width: 236px;
    margin-top: 8px;
    padding: 6px;
    background: #F8F8F8;
}

    .annppiano img {
        width: 226px;
        margin: 4px;
    }

    .annppiano div {
        padding: 4px;
    }

    .annppiano span {
        font-size: 20px;
    }

.annvetrina {
    width: 732px;
    margin-top: 8px;
    background: #F8F8F8;
    overflow: hidden;
    padding: 4px;
}

    .annvetrina img {
        width: 380px;
        margin: 4px;
        float: left;
    }

    .annvetrina .cont {
        padding-left: 400px;
    }

    .annvetrina .tit1 {
        font-size: 26px;
    }

    .annvetrina .tit2 {
        font-size: 18px;
        margin-top: 4px;
    }

    .annvetrina .corpo {
        padding-top: 8px;
        padding-right: 8px;
        font-size: 16px;
        text-align: justify;
        text-justify: inter-word;
    }

#scritta {
    width: 1008px;
    height;
    60px;
    font-size: 24px;
    color: red;
    background: #FFBF4B;
    padding: 4px;
}

#colonna1 {
    float: left;
    width: 734px;
    position: relative;
    z-index: 10;
    padding: 8px;
}

#colonna2 {
    width: 266px;
    margin-left: 750px;
    position: relative;
    z-index: 5;
    padding: 8px;
}

header {
    height: 110px;
    position: relative;
    padding-top: 12px;
    padding-left: 8px;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

.has_submenu:hover a {
    border-bottom: 4px solid #F58511;
}

.selected {
    background: #23235C;
}

    .selected:hover a {
        border: none;
    }


.footer {
    text-align: center;
    color: #444;
    padding-top: 16px;
    margin-bottom: 16px;
}

#topnav {
    background: #FFBF4B;
    position: relative;
    height: 46px;
}

#home {
    background-color: #23235C;
    background-position: -306px 0;
    height: 100%;
    position: absolute;
    width: 43px;
}


#topnav > ul > li > a {
    height: 46px;
    line-height: 46px;
    color: #23235C;
    padding: 0 18px 0 14px;
    font-size: 18px;
}


#nav_menu ul li {
    float: left;
    font-size: 21px;
}

#nav_menu ul {
    font-size: 0;
    padding: 0;
    list-style: none;
}

#topnav > ul {
    margin-left: 64px;
    overflow: hidden;
    float:left;
}

.container {
    width: 1016px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 4px 8px #bbb;
    padding-bottom: 6px;
}

.scuro {
    background: #f0f0f0;
}

#logo {
    float: left;
    margin-right: 18px;
}

#contatti {
    float: left;
    margin-top: 28px;
    padding-left: 8px;
    color: #23235C;
    font-weight: bold;
}

#social {
    text-align: right;
    padding-right: 14px;
    padding-top: 4px;
}

    #social img {
        width: 40px;
    }


/* jssor slider bullet navigator skin 01 css */
/*
                .jssorb01 div           (normal)
                .jssorb01 div:hover     (normal mouseover)
                .jssorb01 .av           (active)
                .jssorb01 .av:hover     (active mouseover)
                .jssorb01 .dn           (mousedown)
                */
.jssorb01 {
    position: absolute;
}

    .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
        position: absolute;
        /* size of bullet elment */
        width: 12px;
        height: 12px;
        filter: alpha(opacity=70);
        opacity: .7;
        overflow: hidden;
        cursor: pointer;
        border: #000 1px solid;
    }

    .jssorb01 div {
        background-color: gray;
    }

        .jssorb01 div:hover, .jssorb01 .av:hover {
            background-color: #d3d3d3;
        }

    .jssorb01 .av {
        background-color: #fff;
    }

    .jssorb01 .dn, .jssorb01 .dn:hover {
        background-color: #555555;
    }

/* jssor slider arrow navigator skin 05 css */
/*
                .jssora05l                  (normal)
                .jssora05r                  (normal)
                .jssora05l:hover            (normal mouseover)
                .jssora05r:hover            (normal mouseover)
                .jssora05l.jssora05ldn      (mousedown)
                .jssora05r.jssora05rdn      (mousedown)
                */
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../lib/a17.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}


.captionOrange, .captionBlack {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange {
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
    font-size: 16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
    color: #ffffff;
    text-decoration: none;
}

    a.captionOrange:hover {
        color: #eb5100;
        text-decoration: underline;
        background-color: #eeeeee;
        background-color: rgba(238, 238, 238, 0.7);
    }

.bricon {
    background: url(../images/browser-icons.png);
}

.evidenziato {
    background-color: #FFBF4B;
    padding-left: 6px;
    padding-right: 4px;
}

.evidenziato2 {
    background-color: #FFBF4B;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.contenitorepag {
    margin: 8px;
    text-align: center;
}

.titolopag {
    font-size: 16pt;
    background-color: #FFBF4B;
    color: #23235C;
    width: 988px;
    text-align: center;
    padding: 6px;
}

.subtitolo {
    width: 992px;
    background-color: #00ABEE;
    color: #23235C;
    padding: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.quadroinput {
    font-size: 10pt;
    width: 1008px;
}






.tabCosax {
    background: #F3F7AB;
    border: 1px solid #000000;
}

    .tabCosax td {
        text-align: left;
        width: 110px;
        font-size: 10pt;
    }

.cantierebianco {
    width: 298px;
    text-align: center;
    font-size: x-large;
    background-color: #FFBF4B;
    color: #23235C;
    margin: 14px;
    padding: 6px;
    float: left;
}

.cantieredescrizione {
    width: 960px;
    font-size: medium;
    text-align: justify;
    margin-left: 28px;
}


.cantierecolorato {
    width: 960px;
    text-align: center;
    background-color: #FFBF4B;
    color: #23235C;
    font-size: large;
    padding: 4px;
    margin-left: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.clicca {
    text-align: center;
    background-color: #fff;
    padding: 4px;
}

    .clicca a:link {
        color: #23235C;
    }

    .clicca a:hover {
        color: red;
    }

#annuncic {
    width: 700px;
    padding: 0;
    margin-left: 182px;
    margin-top: 16px;
    border: 0;
}

    #annuncic .titoli {
        background: #EFEFEF;
        text-align: center;
        border: 1px solid #FFF;
        padding: 2px;
    }

.ricerca {
    text-align: center;
    width: 984px;
    margin: 16px;
}

.ricercal {
    position: relative;
    float: left;
    width: 260px;
    height: 70px;
    font-size: 16pt;
    background-color: #23235C;
    color: #FFF;
    padding-top: 42px;
}

.ricercat {
    position: relative;
    font-size: 16pt;
    width: 670px;
    height: 80px;
    padding: 18px;
    padding-left: 280px;
    text-align: justify;
}


#ListaTipologie {
    float: left;
    width: 260px;
    margin-left: 24px;
    margin-top: 16px;
}

.tipologia {
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    padding: 4px;
}

.tipologia:hover {
    background-color: #23235C;
    color: #fff;
}


.tipologiat {
    text-align: center;
    background-color: #d0d0d0;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 4px;
}


#ListaComuni {
    float: left;
    width: 560px;
    margin-left: 24px;
    margin-top: 16px;
}

.tipologiac {
    float: left;
    width: 470px;
    margin-bottom: 8px;
    padding: 4px;
    color: #23235C;

}

.comuni{
    float:left;
    text-align: center;
    background-color: #d0d0d0;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 2px;
    width: 340px;
}

.comunit{
float:left;
        text-align: center;
    background-color: #d0d0d0;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 2px;
    width: 120px;
}

.comune{

    float:left;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    padding: 4px;
    width: 340px;
}

.comunen{
float:left;
        text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    padding: 4px;
    width: 120px;
}

.comune:hover {
    background-color: #23235C;
    color: #fff;
}


.effettobottone {
    float:left;
    background-color: #23235C;
    color: #fff;
    width: 190px;
    padding:4px;
    text-align:center;
    border:1px solid #fff;
}

.effettobottone a:link {
    color: #fff;
}

.effettobottone:hover {
    background-color: #00ABEE;
}

.effettobottone a:visited {
    color: #fff;
}

.botann {
    margin-top:16px;
    margin-left: 8px;
}

.catitolo {
    width:1000px;
    margin-top:8px;
    margin-left:10px;
}

.catitolo div {
    float: left;
    text-align: center;
    width:228px;
    padding: 8px;
    margin:2px;
    margin-bottom:12px;
    background-color: #eb5100;
    color: #fff;
    font-weight: bold;
}

.blocco {
    float: left;
    background-color: #f0f0f0;
    padding:4px;
    margin-right:6px;    
    margin-top:3px;
        margin-bottom:3px;
}

.blocco div {
    float: left;
    padding-left: 4px;
    padding-right: 4px;


}

.anndesc {
    width: 850px;
}

.annfraz {
    width: 220px;
}

.annriga {
    clear: left;
    width: 980px;
    margin-left: 12px;
    background-color: #f8f8f8;
    overflow: hidden;
    padding-left:6px;
}

.anntesto {
    width: 980px;
    margin-left: 16px;
   text-align: justify;
}

#back {
    background-color: #23235C;
    right: 0;
    height: 100%;
    position: absolute;
    width: 43px;
    display: none;
}

