html {
    height: 100%;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #444444;
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}

a,
a:link,
a:visited {
    color: #1e2546;
    text-decoration: underline;
    font-weight: normal;
    outline: none;
}

a:hover,
a:active {
    color: #444444;
    text-decoration: underline;
    font-weight: normal;
}

.no-link a,
.no-link a:link,
.no-link a:visited {
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    cursor: text;
}

.no-link a:hover,
.no-link a:active {
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    cursor: text;
}

iframe {
    display: block;
    width: 100%;
    height: 400px;
    margin: 24px 0px 0px 0px;
    padding: 0px;
    border: solid 3px #E9E9E9;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

h1,
h2,
h3,
h4 {
    display: block;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 26px;
    line-height: 29px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #1e2546;
    float: left;
}

img {
    max-width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
}

#link-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 999;
}

#link-top a,
#link-top a:link,
#link-top a:visited {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    background: url(images/btn-top.png) center left no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#link-top a:hover,
#link-top a:active {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    background: url(images/btn-top.png) center left no-repeat;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#box-info {
    display: none;
    position: fixed;
    bottom: 85px;
    right: 2px;
    width: 149px;
    height: 137px;
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 999;
}


/* ex loading */

#page {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: url(images/bg-top-01.jpg) left top repeat-x, url(images/texture.jpg) left top repeat, #FFFFFF;
    z-index: 1;
}

/* inizio header */

#header {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

#header .logo {
    width: 345px;
    margin: 35px 10px 35px 0px;
    padding: 0px;
    float: left;
}

#header .logo img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

#header .menu-ist-tit {
    display: none;
}

#header .menu-ist {
    position: relative;
    width: 670px;
    margin: 75px 0px 0px 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 20px;
    background: url(images/bg-line-top.png) 0px 20px repeat-x;
    float: left;
    z-index: 3;
}

#header .menu-ist ul {
    display: inline;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    background: #FFFFFF;
    float: right;
}

#header .menu-ist ul a {
    display: inline-block;
}

#header .menu-ist li {
    position: relative;
    display: inline;
    list-style: none;
    margin: 0px;
    float: left;
}

#header .menu-ist li a,
#header .menu-ist li a:link,
#header .menu-ist li a:visited {
    margin: 0px;
    padding: 5px 15px 5px 20px;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    background: url(images/bg-li-top.png) 12px -4px no-repeat;
}

#header .menu-ist li a:hover,
#header .menu-ist li a:active {
    color: #1e2546;
    text-decoration: none;
    font-weight: normal;
    background-position: 12px -34px;
}

#header .menu-ist ul ul {
    position: absolute;
    display: none;
    left: -9999px;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    text-align: left;
    background: none;
}

#header .menu-ist ul ul li {
    display: block;
    width: 240px;
}

#header .menu-ist ul li:hover ul {
    left: 0px;
}

#header .menu-ist ul li ul a {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header .menu-ist ul li ul li a,
#header .menu-ist ul li ul li a:link,
#header .menu-ist ul li ul li a:visited {
    width: 100%;
    margin: 0px;
    padding: 5px 10px 5px 20px;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    background: none, #FFFFFF;
    border-bottom: solid 1px #E9E9E9;
}

#header .menu-ist ul li ul li a:hover,
#header .menu-ist ul li ul li a:active {
    color: #1e2546;
    text-decoration: none;
    font-weight: normal;
}

.hover-li {
    color: #1e2546 !important;
    background: url(images/bg-li-top.png) 12px -34px no-repeat !important;
}

#header .logo-fiaip {
    display: block;
    width: 210px;
    margin: 10px 20px 0px 40px;
    padding: 0px;
    float: left;
}

#header .logo-fiaip img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

#header .menu-pre-tit {
    display: none;
}

#header .menu-pre {
    position: relative;
    width: 1160px;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 20px;
    float: left;
    z-index: 2;
}

#header .menu-pre ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#header .menu-pre li {
    display: inline;
    margin-right: -4px;
}

#header .menu-pre li a,
#header .menu-pre li a:link,
#header .menu-pre li a:visited {
    display: inline-block;
    margin: 0px;
    padding: 10px 15px 10px 15px;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    border-left: solid 2px #FFFFFF;
}

#header .menu-pre li a:hover,
#header .menu-pre li a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    background: #1e2546;
}

#header .menu-pre li.pre-07 a,
#header .menu-pre li.pre-07 a:link,
#header .menu-pre li.pre-07 a:visited {
    display: inline-block;
    margin: 0px;
    padding: 10px 15px 10px 15px;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}

#header .menu-pre li.pre-07 a:hover,
#header .menu-pre li.pre-07 a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    background: #1e2546;
}

#header-mob {
    display: none;
}


/* inizio content */

.content-page {
    width: 1160px;
    margin: auto;
    padding: 0px;
}

.content-100 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.img-home {
    position: relative;
    width: 100%;
    height: 570px;
    /* margin: 2px 0px 0px 0px; */
    padding: 0px;
    background: url(images/bg-head-home-2019.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    border-bottom: solid 2px #FFFFFF;
    float: left;
}

.grey-ricerca {
    position: relative;
    width: 100%;
    /* margin: 2px 0px 0px 0px; */
    padding: 25px 0px 0px 0px;
    background: #F6F6F6;
    border-bottom: solid 2px #FFFFFF;
    float: left;
}

.sep-grey,
.sep-grey-scheda {
    width: 100%;
    height: 10px;
    margin: 0px;
    padding: 0px;
    background: #E9E9E9;
    border-bottom: solid 2px #FFFFFF;
    float: left;
}

.content-white {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px 30px 0px 30px;
    background: #FFFFFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.content-tel {
    position: absolute;
    right: 30px;
    margin: 0px;
    padding: 5px 40px 10px 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-left: solid 2px #C6A055;
    border-right: solid 2px #C6A055;
    border-bottom: solid 2px #C6A055;
    border-radius: 0px 0px 15px 15px;
}

.content-tel a,
.content-tel a:link,
.content-tel a:visited,
.content-tel a:hover,
.content-tel a:active {
    color: #1e2546;
    font-size: 26px;
    text-decoration: none;
    font-weight: normal;
}

.content-text {
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.sep-grey-page {
    width: 100%;
    height: 10px;
    margin: 40px 0px 40px 0px;
    padding: 0px;
    background: #E9E9E9;
    float: left;
}

.img_stat {
    width: 100%;
    margin: 24px 0px 24px 0px;
    padding: 0px;
    float: left;
}

.img_end {
    width: 100%;
    margin: 24px 0px 0px 0px;
    padding: 0px;
    float: left;
}

#tit_page {
    width: 100%;
    height: 1px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.btn-back {
    width: 100%;
    margin: -24px 0px 0px 0px;
    padding: 0px;
    text-align: right;
    float: left;
}

.btn-left {
    width: 50%;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.btn-right {
    width: 50%;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: right;
    float: left;
}

ul.no-marg,
ul.lista-map {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

ul.si-marg {
    display: block;
    width: 100%;
    list-style: none;
    margin: 22px 0px 22px 0px;
    padding: 0px;
    float: left;
}

ul.marg-top {
    display: block;
    width: 100%;
    list-style: none;
    margin: 22px 0px 0px 0px;
    padding: 0px;
    float: left;
}

ul.marg-bot {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0px 0px 22px 0px;
    padding: 0px;
    float: left;
}

ul.no-marg li,
ul.si-marg li,
ul.marg-top li,
ul.marg-bot li,
ul.lista-map li {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 12px;
    background: url(images/bg-li.png) 2px 12px no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

ul.lista-map li a,
ul.lista-map li a:link,
ul.lista-map li a:visited {
    color: #444444;
    text-decoration: none;
    font-weight: normal;
}

ul.lista-map li a:hover,
ul.lista-map li a:active {
    color: #1e2546;
    text-decoration: underline;
    font-weight: normal;
}


/* inizio menu ricerca */

.img-home .menu-ric-cont-01 {
    position: relative;
    width: 1160px;
    margin: 180px 0px 0px 0px;
    padding: 0px;
    float: left;
    z-index: 3;
}

.img-home .menu-ric-cont-02 {
    position: absolute;
    width: 374px;
    bottom: 0px;
    margin: 0px 393px 0px 393px;
    padding: 0px;
    float: left;
    z-index: 3;
}

.img-home #myVideo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

.img-home .menu-ric-tit {
    width: 100%;
    margin: 0px 0px 3px 0px;
    padding: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000;
    font-size: 18px;
    font-weight: 600;
    float: left;
}

.img-home #chiudi-x {
    display: none;
}

.grey-ricerca .menu-ric-cont-01 {
    position: relative;
    width: 835px;
    margin: 0px 25px 25px 0px;
    padding: 0px;
    float: left;
}

.grey-ricerca .menu-ric-cont-02 {
    position: relative;
    width: 295px;
    bottom: 0px;
    padding: 0px;
    float: left;
}

.grey-ricerca .menu-ric-tit {
    width: 100%;
    margin: 0px 0px 3px 0px;
    padding: 0px;
    color: #444444;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 18px;
    font-weight: 600;
    float: left;
}

.grey-ricerca #chiudi-x {
    display: block;
    position: absolute;
    top: -12px;
    right: 0px;
    width: 27px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    float: left;
    z-index: 10;
}

#ricerca-nuova {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 25px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    float: left;
}

#ricerca-page {
    display: none;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.menu-ric-whi-01 {
    width: 100%;
    margin: 0px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.menu-ric-whi-02 {
    width: 100%;
    margin: 0px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.menu-ric-cam {
    width: 160px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    font-size: 16px;
    float: left;
    font-weight: 700;
}

.menu-ric-btn {
    width: 90px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.contratto,
.comune,
.tipologia,
.subtipologia {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 1px 2px 1px 2px;
    font-size: 14px;
    border: solid 1px #B1B1B1;
    color: #444444;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-riferim {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 2px;
    font-size: 14px;
    border: solid 1px #B1B1B1;
    color: #444444;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-cerca {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 29px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #B1B1B1;
    color: #FFFFFF;
    background: #1e2546;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-cerca:hover {
    color: #444444;
    background: #E9E9E9;
}


/* -- ricerca home -- */

@media screen and (min-width: 740px) {
    .img-home .grey-ricerca .menu-ric-cont-01 {
        position: relative;
        width: 1160px;
        margin: 0px 0px 25px 0px;
        padding: 0px;
        float: left;
    }
    .img-home .grey-ricerca .menu-ric-cont-02 {
        position: relative;
        width: 374px;
        bottom: 0px;
        margin: 0px 393px 0px 393px;
        padding: 0px;
        float: left;
    }
    .img-home .menu-ric-whi-01 {
        width: 100%;
        margin: 0px;
        padding: 12px 127px 12px 127px;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 15px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .img-home .menu-ric-whi-02 {
        width: 100%;
        margin: 0px;
        padding: 12px 40px 12px 40px;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 15px 15px 0px 0px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .img-home .menu-ric-cam {
        width: 184px;
        margin: 0px 20px 0px 0px;
        padding: 0px;
        font-size: 16px;
        float: left;
    }
}

@media screen and (min-width: 740px) and (max-width: 999px) {
    .img-home .menu-ric-whi-01 {
        padding: 12px;
    }
}


/* elenco immobili */

.elenco-immobili #ricerca-page {
    display: block;
}

.elenco-immobili #ricerca-nuova {
    display: none;
}

.ordinamento select {
    font-family: 'Open Sans', sans-serif;
    width: 160px;
    margin: 5px 0px 0px 0px;
    padding: 1px 2px 1px 2px;
    font-size: 14px;
    border: solid 1px #B1B1B1;
    color: #444444;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ordinamento {
    color: #1e2546;
}


/* inizio anteprima scheda */

.content-schede {
    position: relative;
    left: -30px;
    width: 1160px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.box-scheda {
    width: 520px;
    margin: 0px 30px 50px 30px;
    padding: 0px;
    float: left;
}

.box-scheda-img {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 1;
}

.box-scheda-img img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: solid 3px #E9E9E9;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.box-scheda-plus {
    position: relative;
    width: 116px;
    margin: -116px 0px 0px 404px;
    padding: 0px;
    float: left;
    z-index: 2;
}

.box-scheda-plus img {
    width: 116px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.box-scheda-txt {
    width: 100%;
    height: 196px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.txt-voce {
    /* width: 100%; */
    margin: 0px 0px 6px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    /* float: left; */
}

.txt-blue {
    color: #1e2546;
}

.box-scheda-link {
    width: 100%;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.box-scheda-link a,
.box-scheda-link a:link,
.box-scheda-link a:visited {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    border: solid 1px #B1B1B1;
    color: #FFFFFF;
    background: #1e2546;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-scheda-link a:hover,
.box-scheda-link a:active {
    color: #444444;
    background: #E9E9E9;
    text-decoration: none;
    font-weight: normal;
}

.novita-home {
    position: absolute;
    top: 3px !important;
    left: 3px !important;
    width: 98px !important;
    height: 98px;
    border: none !important;
}

#link_mobile1 {
    display: none;
}

#link_mobile2 {
    display: none;
}

#link_mobile3 {
    display: none;
}


/* inizio scheda immobile */

.scheda-cont {
    width: 100%;
    margin: 24px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.scheda-25-sx {
    width: 25%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    float: left;
}

.scheda-50 {
    width: 50%;
    margin: 0px;
    padding: 0px 30px 0px 30px;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.scheda-25-dx {
    width: 25%;
    margin: 0px;
    padding: 0px;
    text-align: right;
    float: left;
}

.scheda-50-img {
    width: 520px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.scheda-50-img img {
    width: 100%;
    margin: 24px 0px 15px 0px;
    padding: 0px;
    border: solid 3px #E9E9E9;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.scheda-callto {
    width: 100%;
    margin: 24px 0px 0px 0px;
    padding: 0px;
    background: url(images/bg-callto.jpg) left center repeat-x;
    background-size: 1px 10px;
    float: left;
}

.scheda-callto-link {
    margin: 0px;
    padding: 10px 20px 10px 20px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1e2546;
    float: right;
}

.scheda-callto-link a,
.scheda-callto-link a:link,
.scheda-callto-link a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

.scheda-callto-link a:hover,
.scheda-callto-link a:active {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
}

.scheda-condividi {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.scheda-condividi ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.scheda-condividi li {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: left;
}

a.btn-face {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/btn-facebook.jpg) left top no-repeat;
    background-size: 26px 26px;
    float: left;
}

a.btn-twit {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/btn-twitter.jpg) left top no-repeat;
    background-size: 26px 26px;
    float: left;
}

a.btn-gplu {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/btn-gplus.jpg) left top no-repeat;
    background-size: 26px 26px;
    float: left;
}

a.btn-edin {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/btn-linkedin.jpg) left top no-repeat;
    background-size: 26px 26px;
    float: left;
}

.scheda-50-thumb {
    width: 524px;
    margin: 24px 0px 0px 56px;
    padding: 0px;
    float: left;
}

.scheda-50-thumb-img {
    width: 257px;
    margin: 0px 0px 5px 5px;
    padding: 0px;
    float: left;
}

.scheda-50-thumb-img img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: solid 3px #E9E9E9;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.content-box-scheda-small {
    position: relative;
    left: -25px;
    width: 1125px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.box-scheda-small {
    width: 350px;
    margin: 0px 0px 40px 25px;
    padding: 0px;
    float: left;
}

.content-box-scheda-small .box-scheda-small-plus {
    position: relative;
    width: 84px;
    margin: -84px 0px 0px 266px;
    padding: 0px;
    float: left;
    z-index: 2;
}

.content-box-scheda-small .box-scheda-plus img {
    width: 84px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.box-scheda-small-txt {
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: left;
}


/* inizio form */

.tit-form {
    width: 100%;
    margin: 15px 0px 10px 0px;
    padding: 0px 0px 3px 0px;
    font-weight: 600;
    border-bottom: solid 1px #B1B1B1;
    text-align: left;
    float: left;
}

.voce-form {
    width: 380px;
    height: 26px;
    margin: 0px 20px 4px 0px;
    padding: 0px;
    vertical-align: top;
    text-align: right;
    float: left;
}

.campo-form {
    width: 700px;
    height: 26px;
    margin: 0px 0px 4px 0px;
    padding: 0px;
    vertical-align: top;
    text-align: left;
    float: left;
}

.form-obj {
    font-family: 'Open Sans', sans-serif;
    width: 500px;
    margin: 0px;
    padding: 2px 5px 2px 5px;
    border: solid 1px #B1B1B1;
    color: #444444;
    background: #FFFFFF;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-inp {
    font-family: 'Open Sans', sans-serif;
    width: 300px;
    margin: 0px;
    padding: 2px 5px 2px 5px;
    border: solid 1px #B1B1B1;
    color: #444444;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-area {
    font-family: 'Open Sans', sans-serif;
    width: 500px;
    height: 140px;
    margin: 0px;
    padding: 2px 5px 2px 5px;
    border: solid 1px #B1B1B1;
    color: #444444;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-allegato {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.center-form {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: left;
}

.checkBox {
    width: auto;
    height: auto;
}

.message {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.btn-form {
    font-family: 'Open Sans', sans-serif;
    margin: 8px 10px 10px 0px;
    padding: 2px 15px 2px 15px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #B1B1B1;
    color: #FFFFFF;
    background: #1e2546;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-form:hover {
    color: #444444;
    background: #E9E9E9;
}


/* inizio footer */

#footer {
    display: block;
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    float: left;
}

#footer-mob {
    display: none;
}


/* inizio privacy */

#privacy-e-cookie {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

#privacy-e-cookie ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

#privacy-e-cookie li {
    margin: 0px;
    padding: 0x;
    list-style: disc;
}


/* inizio cookies */

.cc-cookies {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 5px;
    background: #565656;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99999;
}

.cc-cookies a,
.cc-cookies a:link,
.cc-cookies a:visited {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    font-weight: 600;
}

.cc-cookies a:hover,
.cc-cookies a:active {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: underline;
    font-weight: 600;
}

.cc-overlay {
    height: 100%;
    padding-top: 25%;
}

.cc-cookies-error {
    float: left;
    width: 90%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #fff;
    padding: 2em 5%;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333;
}


/* DESKTOP */

@media screen and (min-width: 1000px) and (max-width: 1369px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }
    iframe {
        height: 360px;
        margin: 22px 0px 0px 0px;
        border: solid 3px #E9E9E9;
    }
    h1,
    h2,
    h3,
    h4 {
        margin: 0px 0px 18px 0px;
        font-size: 22px;
        line-height: 24px;
    }
    /* ex loading */
    #page {
        background: url(images/bg-top-02.jpg) left top repeat-x, url(images/texture.jpg) left top repeat, #FFFFFF;
    }
    /* inizio header */
    #header {
        display: block;
    }
    #header .logo {
        /* width: 180px; */
        margin: 30px 10px 20px 0px;
    }
    #header .menu-ist-tit {
        display: none;
    }
    #header .menu-ist {
        width: 545px;
        margin: 61px 0px 0px 0px;
        font-size: 14px;
        line-height: 20px;
        background-position: 0px 20px;
    }
    #header .menu-ist ul {
        padding: 0px 0px 0px 15px;
    }
    #header .menu-ist li a,
    #header .menu-ist li a:link,
    #header .menu-ist li a:visited {
        padding: 5px 15px 5px 20px;
        background-position: 12px -4px;
    }
    #header .menu-ist li a:hover,
    #header .menu-ist li a:active {
        background-position: 12px -34px;
    }
    #header .menu-ist ul ul {
        font-size: 13px;
    }
    #header .menu-ist ul ul li {
        width: 240px;
    }
    #header .menu-ist ul li ul li a,
    #header .menu-ist ul li ul li a:link,
    #header .menu-ist ul li ul li a:visited {
        padding: 5px 10px 5px 20px;
    }
    .hover-li {
        color: #1e2546 !important;
        background: url(images/bg-li-top.png) 12px -34px no-repeat !important;
    }
    #header .logo-fiaip {
        width: 180px;
        margin: 10px 15px 0px 30px;
    }
    #header .menu-pre-tit {
        display: none;
    }
    #header .menu-pre {
        width: 960px;
        font-size: 14px;
        line-height: 20px;
    }
    #header .menu-pre li {
        margin-right: -4px;
    }
    #header .menu-pre li a,
    #header .menu-pre li a:link,
    #header .menu-pre li a:visited {
        padding: 8px 15px 8px 15px;
        border-left: solid 2px #FFFFFF;
    }
    #header .menu-pre li.pre-07 a,
    #header .menu-pre li.pre-07 a:link,
    #header .menu-pre li.pre-07 a:visited {
        padding: 8px 15px 8px 15px;
        border-left: solid 2px #FFFFFF;
        border-right: solid 2px #FFFFFF;
    }
    #header-mob {
        display: none;
    }
    /* inizio content */
    .content-page {
        width: 960px;
    }
    .img-home {
        height: 480px;
    }
    .grey-ricerca {
        padding: 25px 0px 0px 0px;
    }
    .sep-grey,
    .sep-grey-scheda {
        height: 8px;
        border-bottom: solid 2px #FFFFFF;
    }
    .content-white {
        padding: 0px 25px 0px 25px;
    }
    .content-tel {
        right: 25px;
        padding: 5px 35px 10px 35px;
        font-size: 15px;
        border-radius: 0px 0px 15px 15px;
    }
    .content-tel a,
    .content-tel a:link,
    .content-tel a:visited,
    .content-tel a:hover,
    .content-tel a:active {
        font-size: 22px;
    }
    .content-text {
        margin: 35px 0px 0px 0px;
    }
    .sep-grey-page {
        height: 8px;
        margin: 35px 0px 35px 0px;
    }
    .img_stat {
        margin: 24px 0px 24px 0px;
    }
    .img_end {
        margin: 24px 0px 0px 0px;
    }
    .btn-back {
        margin: -22px 0px 0px 0px;
    }
    ul.no-marg,
    ul.lista-map {
        margin: 0px;
    }
    ul.si-marg {
        margin: 20px 0px 20px 0px;
    }
    ul.marg-top {
        margin: 20px 0px 0px 0px;
    }
    ul.marg-bot {
        margin: 0px 0px 20px 0px;
    }
    ul.no-marg li,
    ul.si-marg li,
    ul.marg-top li,
    ul.marg-bot li,
    ul.lista-map li {
        padding: 0px 0px 0px 12px;
        background-position: 2px 10px;
    }
    /* inizio menu ricerca */
    .img-home .menu-ric-cont-01 {
        width: 960px;
        margin: 140px 0px 0px 0px;
    }
    .img-home .menu-ric-cont-02 {
        width: 374px;
        margin: 0px 293px 0px 293px;
    }
    .img-home .menu-ric-tit {
        margin: 0px 0px 3px 0px;
        font-size: 17px;
    }
    .img-home #chiudi-x {
        display: none;
    }
    .grey-ricerca .menu-ric-cont-01 {
        width: 700px;
        margin: 0px 10px 25px 0px;
    }
    .grey-ricerca .menu-ric-cont-02 {
        width: 250px;
    }
    .grey-ricerca .menu-ric-tit {
        margin: 0px 0px 3px 0px;
        font-size: 17px;
    }
    .grey-ricerca #chiudi-x {
        display: block;
        top: -12px;
        width: 25px;
    }
    .grey-ricerca #chiudi-x img {
        width: 25px;
    }
    #ricerca-nuova {
        display: block;
        padding: 0px 0px 25px 0px;
        font-size: 17px;
    }
    #ricerca-page {
        display: none;
    }
    .menu-ric-whi-01 {
        padding: 5px 12px;
        /* padding: 12px; */
        border-radius: 15px;
    }
    .menu-ric-whi-02 {
        padding: 12px;
        border-radius: 15px;
    }
    .menu-ric-cam {
        width: 138px;
        margin: 0px 13px 0px 0px;
        font-size: 15px;
    }
    .menu-ric-btn {
        width: 70px;
    }
    .contratto,
    .comune,
    .tipologia,
    .subtipologia,
    .input-riferim {
        font-size: 13px;
    }
    .btn-cerca {
        margin: 27px 0px 0px 0px;
        font-size: 13px;
    }
    /* ricerca home */
    .img-home .grey-ricerca .menu-ric-cont-01 {
        width: 960px;
        margin: 0px 0px 25px 0px;
    }
    .img-home .grey-ricerca .menu-ric-cont-02 {
        width: 374px;
        margin: 0px 293px 0px 293px;
    }
    .img-home .menu-ric-whi-01 {
        padding: 12px 63px 12px 63px;
        border-radius: 15px;
    }
    .img-home .menu-ric-whi-02 {
        padding: 12px 35px 12px 35px;
        border-radius: 15px 15px 0px 0px;
    }
    .img-home .menu-ric-cam {
        width: 170px;
        margin: 0px 16px 0px 0px;
        font-size: 15px;
    }
    .img-home .menu-ric-btn {
        width: 90px;
    }
    /* inizio anteprima scheda */
    .content-schede {
        left: -25px;
        width: 960px;
    }
    .box-scheda {
        width: 430px;
        margin: 0px 25px 40px 25px;
    }
    .box-scheda-img img {
        border: solid 3px #E9E9E9;
    }
    .box-scheda-plus {
        width: 98px;
        margin: -98px 0px 0px 332px;
    }
    .box-scheda-plus img {
        width: 98px;
    }
    .box-scheda-txt {
        height: 180px;
        margin: 10px 0px 0px 0px;
    }
    .txt-voce {
        margin: 0px 0px 6px 0px;
        font-size: 13px;
        line-height: 18px;
    }
    .box-scheda-link {
        margin: 6px 0px 0px 0px;
    }
    .box-scheda-link a,
    .box-scheda-link a:link,
    .box-scheda-link a:visited {
        font-size: 14px;
    }
    .novita-home {
        position: absolute;
        top: 3px !important;
        left: 3px !important;
        width: 98px !important;
        height: 98px;
        border: none !important;
    }
    #link_mobile1 {
        display: none;
    }
    #link_mobile2 {
        display: none;
    }
    #link_mobile3 {
        display: none;
    }
    /* inizio scheda immobile */
    .scheda-cont {
        margin: 22px 0px 0px 0px;
    }
    .scheda-25-sx {
        width: 25%;
        text-align: left;
    }
    .scheda-50 {
        width: 50%;
        padding: 0px 25px 0px 25px;
        text-align: center;
    }
    .scheda-25-dx {
        width: 25%;
        text-align: right;
    }
    .scheda-50-img {
        width: 430px;
    }
    .scheda-50-img img {
        margin: 22px 0px 15px 0px;
        border: solid 3px #E9E9E9;
    }
    .scheda-callto {
        margin: 22px 0px 0px 0px;
        background-size: 1px 8px;
    }
    .scheda-callto-link {
        padding: 10px 15px 10px 15px;
    }
    .scheda-condividi ul {
        margin: 5px 0px 0px 0px;
    }
    .scheda-condividi li {
        margin: 0px 10px 0px 0px;
    }
    .scheda-50-thumb {
        width: 450px;
        margin: 22px 0px 0px 30px;
    }
    .scheda-50-thumb-img {
        width: 220px;
        margin: 0px 0px 5px 5px;
    }
    .scheda-50-thumb-img img {
        border: solid 3px #E9E9E9;
    }
    .content-box-scheda-small {
        left: -20px;
        width: 930px;
    }
    .box-scheda-small {
        width: 290px;
        margin: 0px 0px 30px 20px;
    }
    .content-box-scheda-small .box-scheda-small-plus {
        width: 70px;
        margin: -70px 0px 0px 220px;
    }
    .content-box-scheda-small .box-scheda-plus img {
        width: 70px;
    }
    .box-scheda-small-txt {
        margin: 10px 0px 0px 0px;
    }
    /* inizio form */
    .voce-form {
        width: 305px;
    }
    .campo-form {
        width: 585px;
    }
    .form-obj {
        width: 460px;
    }
    .form-inp {
        width: 260px;
    }
    .form-area {
        width: 460px;
        height: 120px;
    }
    .btn-form {
        font-size: 13px;
    }
    /* inizio footer */
    #footer {
        display: block;
        margin: 0px 0px 35px 0px;
        font-size: 13px;
        line-height: 18px;
    }
    #footer-mob {
        display: none;
    }
}


/* TABLET */

@media screen and (min-width: 740px) and (max-width: 999px) {
    body {
        font-size: 13px;
        line-height: 20px;
    }
    iframe {
        height: 320px;
        margin: 20px 0px 0px 0px;
        border: solid 2px #E9E9E9;
    }
    h1,
    h2,
    h3,
    h4 {
        margin: 0px 0px 15px 0px;
        font-size: 18px;
        line-height: 22px;
    }
    /* ex loading */
    #page {
        background: url(images/bg-top-03.jpg) left top repeat-x, url(images/texture.jpg) left top repeat, #FFFFFF;
    }
    /* inizio header */
    #header {
        display: block;
    }
    #header .logo {
        width: 280px;
        margin: 15px 10px 9px 10px;
    }
    #header .menu-ist-tit {
        display: none;
    }
    #header .menu-ist {
        width: 420px;
        margin: 43px 0px 0px 0px;
        font-size: 13px;
        line-height: 20px;
        background-position: 0px 20px;
    }
    #header .menu-ist ul {
        padding: 0px 0px 0px 10px;
    }
    #header .menu-ist li a,
    #header .menu-ist li a:link,
    #header .menu-ist li a:visited {
        padding: 5px 15px 5px 15px;
        background-position: 7px -4px;
    }
    #header .menu-ist li a:hover,
    #header .menu-ist li a:active {
        background-position: 7px -34px;
    }
    #header .menu-ist ul ul {
        font-size: 12px;
    }
    #header .menu-ist ul ul li {
        width: 220px;
    }
    #header .menu-ist ul li ul li a,
    #header .menu-ist ul li ul li a:link,
    #header .menu-ist ul li ul li a:visited {
        padding: 5px 10px 5px 15px;
    }
    .hover-li {
        color: #1e2546 !important;
        background: url(images/bg-li-top.png) 7px -34px no-repeat !important;
    }
    #header .logo-fiaip {
        width: 140px;
        margin: 8px 10px 0px 20px;
    }
    #header .menu-pre-tit {
        display: none;
    }
    #header .menu-pre {
        width: 740px;
        font-size: 13px;
        line-height: 20px;
    }
    #header .menu-pre li {
        margin-right: -4px;
    }
    #header .menu-pre li a,
    #header .menu-pre li a:link,
    #header .menu-pre li a:visited {
        padding: 6px 10px 8px 10px;
        border-left: solid 1px #FFFFFF;
    }
    #header .menu-pre li.pre-07 a,
    #header .menu-pre li.pre-07 a:link,
    #header .menu-pre li.pre-07 a:visited {
        padding: 6px 10px 6px 10px;
        border-left: solid 1px #FFFFFF;
        border-right: solid 1px #FFFFFF;
    }
    #header-mob {
        display: none;
    }
    /* inizio content */
    .content-page {
        width: 740px;
    }
    .img-home {
        height: 390px;
    }
    .grey-ricerca {
        padding: 20px 0px 0px 0px;
    }
    .sep-grey,
    .sep-grey-scheda {
        height: 6px;
        border-bottom: solid 2px #FFFFFF;
    }
    .content-white {
        padding: 0px 20px 0px 20px;
    }
    .content-tel {
        right: 20px;
        padding: 3px 25px 8px 25px;
        font-size: 14px;
        border-radius: 0px 0px 10px 10px;
    }
    .content-tel a,
    .content-tel a:link,
    .content-tel a:visited,
    .content-tel a:hover,
    .content-tel a:active {
        font-size: 18px;
    }
    .content-text {
        margin: 25px 0px 0px 0px;
    }
    .sep-grey-page {
        height: 6px;
        margin: 25px 0px 25px 0px;
    }
    .img_stat {
        margin: 20px 0px 20px 0px;
    }
    .img_end {
        margin: 20px 0px 0px 0px;
    }
    .btn-back {
        margin: -20px 0px 0px 0px;
    }
    ul.no-marg,
    ul.lista-map {
        margin: 0px;
    }
    ul.si-marg {
        margin: 20px 0px 20px 0px;
    }
    ul.marg-top {
        margin: 20px 0px 0px 0px;
    }
    ul.marg-bot {
        margin: 0px 0px 20px 0px;
    }
    ul.no-marg li,
    ul.si-marg li,
    ul.marg-top li,
    ul.marg-bot li,
    ul.lista-map li {
        padding: 0px 0px 0px 12px;
        background-position: 2px 9px;
    }
    /* inizio menu ricerca */
    .img-home .menu-ric-cont-01 {
        width: 740px;
        margin: 100px 0px 0px 0px;
    }
    .img-home .menu-ric-cont-02 {
        width: 260px;
        margin: 0px 232px 0px 232px;
    }
    .img-home .menu-ric-tit {
        margin: 0px 0px 2px 0px;
        font-size: 17px;
    }
    .img-home #chiudi-x {
        display: none;
    }
    .grey-ricerca .menu-ric-cont-01 {
        width: 500px;
        margin: 0px 10px 20px 0px;
    }
    .grey-ricerca .menu-ric-cont-02 {
        width: 230px;
        margin: 0px;
    }
    .grey-ricerca .menu-ric-tit {
        margin: 0px 0px 2px 0px;
        font-size: 17px;
    }
    .grey-ricerca #chiudi-x {
        display: block;
        top: -10px;
        width: 22px;
    }
    .grey-ricerca #chiudi-x img {
        width: 22px;
    }
    #ricerca-nuova {
        display: block;
        padding: 0px 0px 20px 0px;
        font-size: 17px;
    }
    #ricerca-page {
        display: none;
    }
    .menu-ric-whi-01 {
        padding: 10px 12px 10px 12px;
        border-radius: 10px;
    }
    .menu-ric-whi-02 {
        padding: 10px 12px 10px 12px;
        border-radius: 10px;
    }
    .menu-ric-cam {
        margin: 0px 12px 0px 0px;
        font-size: 14px;
    }
    .menu-ric-whi-02 .menu-ric-cam {
        width: 118px;
    }
    .menu-ric-whi-02 .menu-ric-btn {
        width: 76px;
    }
    .contratto,
    .comune,
    .tipologia,
    .subtipologia,
    .input-riferim {
        font-size: 12px;
    }
    .btn-cerca {
        margin: 25px 0px 0px 0px;
        font-size: 12px;
    }
    .menu-ric-whi-01 .menu-ric-cam:nth-child(3),
    .menu-ric-whi-01 .menu-ric-cam:nth-child(4),
    .menu-ric-whi-01 .menu-ric-btn {
        margin-top: 5px;
        /* margin-top: 10px; */
    }
    .img-home .menu-ric-whi-01 .menu-ric-cam:nth-child(3),
    .img-home .menu-ric-whi-01 .menu-ric-cam:nth-child(4),
    .img-home .menu-ric-whi-01 .menu-ric-btn {
        margin-top: 0px;
    }
    /* ricerca home */
    .img-home .grey-ricerca .menu-ric-cont-01 {
        width: 740px;
        margin: 0px 0px 20px 0px;
    }
    .img-home .grey-ricerca .menu-ric-cont-02 {
        width: 260px;
        margin: 0px 232px 0px 232px;
    }
    .img-home .menu-ric-whi-02 {
        padding: 10px 12px 10px 12px;
        border-radius: 10px 10px 0px 0px;
    }
    .img-home .menu-ric-cam {
        width: 148px;
        margin: 0px 12px 0px 0px;
        font-size: 14px;
    }
    .img-home .menu-ric-btn {
        width: 76px;
    }
    /* inizio anteprima scheda */
    .content-schede {
        left: -20px;
        width: 740px;
    }
    .box-scheda {
        width: 330px;
        margin: 0px 20px 30px 20px;
    }
    .box-scheda-img img {
        border: solid 2px #E9E9E9;
    }
    .box-scheda-plus {
        width: 78px;
        margin: -78px 0px 0px 252px;
    }
    .box-scheda-plus img {
        width: 78px;
    }
    .box-scheda-txt {
        height: 183px;
        margin: 10px 0px 0px 0px;
    }
    .txt-voce {
        margin: 0px 0px 5px 0px;
        font-size: 12px;
        line-height: 17px;
    }
    .box-scheda-link {
        margin: 5px 0px 0px 0px;
    }
    .box-scheda-link a,
    .box-scheda-link a:link,
    .box-scheda-link a:visited {
        font-size: 13px;
    }
    .novita-home {
        position: absolute;
        top: 2px !important;
        left: 2px !important;
        width: 78px !important;
        height: 78px;
        border: none !important;
    }
    #link_mobile1 {
        display: none;
    }
    #link_mobile2 {
        display: none;
    }
    #link_mobile3 {
        display: none;
    }
    /* inizio scheda immobile */
    .scheda-cont {
        margin: 20px 0px 0px 0px;
    }
    .scheda-25-sx {
        width: 25%;
        text-align: left;
    }
    .scheda-50 {
        width: 50%;
        padding: 0px 15px 0px 15px;
        text-align: center;
    }
    .scheda-25-dx {
        width: 25%;
        text-align: right;
    }
    .scheda-50-img {
        width: 330px;
    }
    .scheda-50-img img {
        margin: 20px 0px 10px 0px;
        border: solid 2px #E9E9E9;
    }
    .scheda-callto {
        margin: 20px 0px 0px 0px;
        background-size: 1px 6px;
    }
    .scheda-callto-link {
        padding: 8px 12px 8px 12px;
    }
    .scheda-condividi ul {
        margin: 5px 0px 0px 0px;
    }
    .scheda-condividi li {
        margin: 0px 10px 0px 0px;
    }
    .scheda-50-thumb {
        width: 350px;
        margin: 20px 0px 0px 20px;
    }
    .scheda-50-thumb-img {
        width: 170px;
        margin: 0px 0px 5px 5px;
    }
    .scheda-50-thumb-img img {
        border: solid 2px #E9E9E9;
    }
    .content-box-scheda-small {
        left: -20px;
        width: 720px;
    }
    .box-scheda-small {
        width: 220px;
        margin: 0px 0px 30px 20px;
    }
    .content-box-scheda-small .box-scheda-small-plus {
        width: 70px;
        margin: -70px 0px 0px 150px;
    }
    .content-box-scheda-small .box-scheda-plus img {
        width: 70px;
    }
    .box-scheda-small-txt {
        margin: 10px 0px 0px 0px;
    }
    /* inizio form */
    .voce-form {
        width: 225px;
        margin: 0px 15px 4px 0px;
    }
    .campo-form {
        width: 460px;
    }
    .form-obj {
        width: 360px;
    }
    .form-inp {
        width: 220px;
    }
    .form-area {
        width: 360px;
        height: 120px;
    }
    .btn-form {
        padding: 5px 10px 5px 10px;
    }
    .btn-form {
        font-size: 12px;
    }
    /* inizio footer */
    #footer {
        display: block;
        margin: 0px 0px 35px 0px;
        font-size: 12px;
        line-height: 17px;
    }
    #footer-mob {
        display: none;
    }
}


/* MOBILE */

@media screen and (min-width: 1px) and (max-width: 739px) {
    body {
        font-size: 13px;
        -webkit-text-size-adjust: 100%;
        line-height: 17px;
    }
    a,
    a:link,
    a:visited,
    a:hover,
    a:active {
        color: #1e2546;
    }
    iframe {
        height: 240px;
        margin: 10px 0px 0px 0px;
        border: solid 2px #E9E9E9;
    }
    h1,
    h3,
    h4 {
        margin: 0px 0px 5px 0px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
    }
    h2 {
        margin: 0px 0px 10px 0px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
    }
    /* ex loading */
    #page {
        background: none, none, #FFFFFF;
    }
    
    /* inizio header */
    #header {
        display: none;
    }
    #header-mob {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px 0px 15px 0px;
        float: left;
    }
    /* #header-mob .logo {
		width: 100%;
		margin: auto;
		padding: 10px 0px 0px 0px;
		text-align: center;numero-telefono
		float: left;
	} */
    #header-mob .logo img {
        width: 180px;
        margin: 29px 0px;
        padding: 0px;
        float: none;
    }
    #header-mob .menu-ist-tit,
    #header-mob .menu-pre-tit {
        display: block;
        width: 100%;
        margin: 5px 0px 0px 0px;
        padding: 8px 0px 8px 0px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        background: url(images/bg-select.png) center right no-repeat, #1e2546;
        cursor: pointer;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    #header-mob .menu-ist,
    #header-mob .menu-pre {
        display: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        line-height: 18px;
        float: left;
    }
    #header-mob .menu-ist ul,
    #header-mob .menu-pre ul {
        display: inline;
        width: 100%;
        margin: 0px;
        padding: 0px;
        float: left;
    }
    #header-mob .menu-ist li,
    #header-mob .menu-pre li {
        list-style: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: left;
        float: left;
    }
    #header-mob .menu-ist li a,
    #header-mob .menu-ist li a:link,
    #header-mob .menu-ist li a:visited,
    #header-mob .menu-ist li a:hover,
    #header-mob .menu-ist li a:active,
    #header-mob .menu-pre li a,
    #header-mob .menu-pre li a:link,
    #header-mob .menu-pre li a:visited,
    #header-mob .menu-pre li a:hover,
    #header-mob .menu-pre li a:active {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 7px 0px 7px 0px;
        color: #444444;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        text-transform: none;
        text-align: center;
        border-bottom: solid 1px #D2D2D2;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    #header-mob .menu-02 {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 7px 0px 7px 0px;
        color: #444444;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        text-transform: none;
        text-align: center;
        background: url(images/bg-select-grey.png) center right no-repeat;
        border-bottom: solid 1px #D2D2D2;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    #header-mob .menu-ist ul ul {
        display: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        float: left;
    }
    #header-mob .menu-ist ul ul li {
        list-style: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: left;
        float: left;
    }
    #header-mob .menu-ist ul ul li a,
    #header-mob .menu-ist ul ul li a:link,
    #header-mob .menu-ist ul ul li a:visited,
    #header-mob .menu-ist ul ul li a:hover,
    #header-mob .menu-ist ul ul li a:active {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 7px 0px 7px 0px;
        color: #444444;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        text-transform: none;
        text-align: center;
        background: #F6F6F6;
        border-bottom: solid 1px #D2D2D2;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    /* #header-mob .logo-fiaip {
		display: none;
	} */
    /* inizio content */
    .content-page {
        width: 94%;
        margin: 0px;
        padding: 0px 3% 0px 3%;
        float: left;
    }
    .img-home {
        height: auto !important;
        margin: 0px;
        background: none;
    }
    .grey-ricerca {
        margin: 0px;
        padding: 0px;
        background: none;
    }
    .sep-grey {
        width: 94%;
        margin: 0px 3% 0px 3%;
        height: 2px;
        border-bottom: none;
    }
    .sep-grey-scheda {
        width: 100%;
        margin: 0px;
        height: 2px;
        border-bottom: none;
    }
    .content-white {
        padding: 0px;
    }
    .content-tel {
        position: relative;
        top: 1px;
        right: 0px;
        width: 160px;
        margin: auto;
        padding: 3px 0px 3px 0px;
        font-size: 13px;
        border-radius: 0px 0px 10px 10px;
        float: none;
    }
    .content-tel a,
    .content-tel a:link,
    .content-tel a:visited,
    .content-tel a:hover,
    .content-tel a:active {
        font-size: 15px;
    }
    .content-text {
        margin: 10px 0px 0px 0px;
    }
    .sep-grey-page {
        height: 2px;
        margin: 15px 0px 15px 0px;
    }
    .img_stat {
        margin: 10px 0px 10px 0px;
    }
    .img_end {
        margin: 10px 0px 0px 0px;
    }
    .btn-back {
        margin: 0px;
    }
    .btn-left {
        width: 100%;
        margin: 10px 0px 5px 0px;
        padding: 0px;
        float: left;
    }
    .btn-right {
        width: 100%;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        text-align: right;
        float: left;
    }
    ul.no-marg,
    ul.lista-map {
        margin: 0px;
    }
    ul.si-marg {
        margin: 17px 0px 17px 0px;
    }
    ul.marg-top {
        margin: 17px 0px 0px 0px;
    }
    ul.marg-bot {
        margin: 0px 0px 17px 0px;
    }
    ul.no-marg li,
    ul.si-marg li,
    ul.marg-top li,
    ul.marg-bot li,
    ul.lista-map li {
        padding: 0px 0px 0px 12px;
        background-position: 2px 7px;
    }
    /* inizio menu ricerca */
    .img-home .menu-ric-cont-01 {
        position: relative;
        width: 260px;
        margin: auto;
        float: none;
    }
    .img-home .menu-ric-cont-02 {
        position: relative;
        width: 260px;
        margin: auto;
        float: none;
    }
    .img-home .menu-ric-tit {
        width: 100%;
        margin: 0px 0px 2px 0px;
        color: #444444;
        text-shadow: none;
        font-size: 14px;
    }
    .img-home #chiudi-x {
        display: none;
    }
    .grey-ricerca .menu-ric-cont-01 {
        position: relative;
        width: 260px;
        margin: auto;
        float: none;
    }
    .grey-ricerca .menu-ric-cont-02 {
        position: relative;
        width: 260px;
        margin: auto;
        float: none;
    }
    .grey-ricerca .menu-ric-tit {
        width: 100%;
        margin: 0px 0px 2px 0px;
        color: #444444;
        text-shadow: none;
        font-size: 14px;
    }
    .grey-ricerca #chiudi-x {
        display: block;
        top: -8px;
        width: 20px;
    }
    .grey-ricerca #chiudi-x img {
        width: 20px;
    }
    #ricerca-nuova {
        display: block;
        padding: 0px 0px 15px 0px;
        font-size: 14px;
    }
    #ricerca-page {
        display: none;
    }
    .menu-ric-whi-01 {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding: 0px 0px 10px 0px;
        background-color: none;
        border-radius: 0px;
        border-bottom: solid 2px #E9E9E9;
    }
    .menu-ric-whi-02 {
        width: 100%;
        margin: 0px;
        padding: 0px 0px 10px 0px;
        background-color: none;
        border-radius: 0px;
    }
    .menu-ric-cam {
        width: 100%;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        font-size: 13px;
        text-align: right;
    }
    #ricerca-page .menu-ric-cam.scelta-giardino {
        text-align: left;
    }
    .menu-ric-btn {
        width: 70px;
        margin: 0px 95px 0px 95px;
    }
    .contratto,
    .comune,
    .tipologia,
    .subtipologia,
    .input-riferim {
        width: 140px;
        margin: 2px 0px 0px 10px;
        padding: 2px;
        font-size: 12px;
    }
    .btn-cerca {
        margin: 0px 0px 5px 0px;
        font-size: 13px;
    }
    .no-mob {
        display: none;
    }
    /* inizio anteprima scheda */
    .content-schede {
        position: relative;
        left: 0px;
        width: 260px;
        margin: auto;
        padding: 0px;
        float: none;
    }
    .box-scheda {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding: 0px 0px 10px 0px;
        border-bottom: solid 2px #E9E9E9;
    }
    .box-scheda-img img {
        border: solid 2px #E9E9E9;
    }
    .box-scheda-plus {
        width: 70px;
        margin: -70px 0px 0px 190px;
    }
    .box-scheda-plus img {
        width: 70px;
    }
    .box-scheda-txt {
        height: 171px;
        margin: 5px 0px 0px 0px;
    }
    .txt-voce {
        margin: 0px 0px 3px 0px;
        font-size: 12px;
        line-height: 17px;
    }
    .box-scheda-link {
        margin: 3px 0px 0px 0px;
    }
    .box-scheda-link a,
    .box-scheda-link a:link,
    .box-scheda-link a:visited {
        font-size: 13px;
    }
    .novita-home {
        position: absolute;
        top: 2px !important;
        left: 2px !important;
        width: 70px !important;
        height: 70px;
        border: none !important;
    }
    #link1 {
        display: none;
    }
    #link_mobile1 {
        display: block;
    }
    #link2 {
        display: none;
    }
    #link_mobile2 {
        display: block;
    }
    #link3 {
        display: none;
    }
    #link_mobile3 {
        display: block;
    }
    /* inizio scheda immobile */
    .scheda-cont {
        margin: 0px;
    }
    .scheda-25-sx {
        width: 100%;
        margin: 0px 0px 10px 0px;
        text-align: left;
    }
    .scheda-50 {
        width: 100%;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        text-align: left;
    }
    .scheda-25-dx {
        width: 100%;
        text-align: left;
    }
    .scheda-50-img {
        width: 68%;
    }
    .scheda-50-img img {
        margin: 10px 0px 10px 0px;
        border: solid 2px #E9E9E9;
    }
    .scheda-callto {
        margin: 10px 0px 0px 0px;
        background-size: 1px 6px;
    }
    .scheda-callto-link {
        padding: 5px 10px 5px 10px;
    }
    .scheda-condividi ul {
        margin: 5px 0px 0px 0px;
    }
    .scheda-condividi li {
        margin: 0px 10px 0px 0px;
    }
    .scheda-50-thumb {
        width: 30%;
        margin: 10px 0px 0px 2%;
    }
    .scheda-50-thumb-img {
        width: 100%;
        margin: 0px 0px 5px 0px;
    }
    .scheda-50-thumb-img img {
        border: solid 2px #E9E9E9;
    }
    .content-box-scheda-small {
        position: relative;
        left: 0px;
        width: 260px;
        margin: auto;
        padding: 0px;
        float: none;
    }
    .box-scheda-small {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding: 0px 0px 10px 0px;
        border-bottom: solid 2px #E9E9E9;
    }
    .content-box-scheda-small .box-scheda-small-plus {
        width: 70px;
        margin: -70px 0px 0px 190px;
    }
    .content-box-scheda-small .box-scheda-plus img {
        width: 70px;
    }
    .box-scheda-small-txt {
        margin: 5px 0px 0px 0px;
    }
    /* inizio form */
    .tit-form {
        margin: 8px 0px 4px 0px;
    }
    .voce-form {
        width: 100%;
        height: auto !important;
        margin: 4px 0px 4px 0px;
        text-align: left;
    }
    .campo-form {
        width: 100%;
        margin: 0px;
    }
    .form-obj {
        width: 100%;
        margin: 8px 0px 0px 0px;
        padding: 2px 3px 2px 3px;
    }
    .form-inp {
        width: 100%;
        padding: 2px 3px 2px 3px;
    }
    .form-area {
        width: 100%;
        height: 90px;
        margin: 8px 0px 0px 0px;
        padding: 2px 3px 2px 3px;
    }
    .form-allegato {
        margin: 10px 0px 10px 0px;
    }
    .btn-form {
        margin: 8px 10px 5px 0px;
        padding: 3px 7px 3px 7px;
        font-size: 12px;
    }
    /* inizio footer */
    #footer {
        display: none;
    }
    #footer-mob {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-size: 13px;
        color: #444444;
        float: left;
    }
    #telefono {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding: 0px;
        text-align: center;
        float: left;
    }
    #telefono a,
    #telefono a:link,
    #telefono a:visited,
    #telefono a:hover,
    #telefono a:active {
        display: block;
        width: 150px;
        height: 28px;
        line-height: 28px;
        margin: auto;
        padding: 0px;
        color: #FFFFFF;
        background: #1e2546;
        border-radius: 14px;
        text-decoration: none;
        font-size: 13px;
        text-align: center;
        font-weight: 600;
    }
    #end-page {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding: 0px;
        text-align: center;
        float: left;
    }
    #end-page a,
    #end-page a:link,
    #end-page a:visited,
    #end-page a:hover,
    #end-page a:active {
        color: #444444;
        text-decoration: underline;
        font-weight: normal;
    }
}

body,
a {
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.clearfix {
    clear: both;
}

.scheda-50-img .img_youtube img {
    margin-top: 0px;
    float: none;
}

.scheda-50-img .img_youtube {
    margin-top: 24px;
    position: relative;
}

.ico-play {
    width: 40px;
    height: 40px;
    background-image: url(images/play-ico.png);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}


/* modifiche 12-04-2019 */

.m-top20 {
    margin-top: 20px;
}

.visible-home,
.visible-home-inline {
    display: none;
}

.m-bottom10 {
    margin-bottom: 10px;
}

@media (min-width: 740px) {
    .img-home .visible-home-inline {
        display: inline-block;
    }
    .img-home .visible-home {
        display: block;
    }
    .img-home .no-home-desktop {
        display: none;
    }
    .text-center {
        text-align: center;
    }
    .img-home .menu-ric-cont-01 {
        margin: 140px 0px 0px 0px;
    }
    .img-home .menu-ric-tit.primo-titolo {
        margin: 0px;
        padding: 30px 0px;
        color: #315faa;
        text-shadow: none;
        font-size: 30px;
        font-weight: 400;
        float: none;
        /* border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	background-color: rgba(54, 106, 190, 0.9);  */
        text-align: center;
    }
    .img-home .menu-ric-tit.primo-titolo span {
        padding: 0px 2px;
        background-color: rgba(255, 255, 255, 0.70);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .img-home .menu-ric-whi-01 {
        margin: 0px;
        padding: 20px 0px;
        background-color: rgba(255, 255, 255, 0.70);
        float: none;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }
    .img-home .menu-ric-cont-01 .menu-ric-cam {
        width: 16%;
        margin-right: 5%;
    }
    .img-home .menu-ric-cont-01 .menu-ric-cam:first-child {
        margin-left: 10.5%;
    }
    .img-home .menu-ric-cont-01 .menu-ric-btn {
        width: 100%;
        margin-top: 20px;
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    .img-home .menu-ric-cont-01 .menu-ric-btn .btn-cerca {
        margin: 0px;
        padding: 5px 50px;
        font-size: 18px;
        text-transform: capitalize;
        border: none;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        display: inline-block;
        width: auto;
    }
    .img-home .menu-ric-cont-01 .menu-ric-btn .btn-cerca:hover {
        color: #fff;
        background: #315faa;
    }
    .img-home .menu-ric-cont-02 {
        width: 1160px;
        margin: 0px;
        float: none;
    }
    .img-home .menu-ric-whi-02 {
        background-color: rgba(71, 117, 191, 0.8);
        color: #fff;
    }
    .img-home .menu-ric-whi-02 .input-riferim {
        width: auto;
        margin: 0px 0px 0px 20px;
        font-size: 16px;
        height: 40px;
        padding: 5px;
        border: none;
        color: #7c7c7c;
    }
    .img-home .menu-ric-whi-02 .menu-ric-cam {
        width: 60%;
        margin: 0px 20px 0px 0px;
        padding: 0px;
        font-size: 18px;
        float: left;
        margin-left: 13%;
    }
    .img-home .menu-ric-whi-02 .menu-ric-btn {
        width: auto;
    }
    .img-home .menu-ric-whi-02 .btn-cerca {
        margin: 0px;
        padding: 5px 40px;
        font-size: 18px;
        text-transform: capitalize;
        border: none;
        color: #366abe;
        background: #fff;
        height: 40px;
        /* background-image: url(images/freccina-blu.png);
	background-repeat: no-repeat;
	background-position: 90% center; */
    }
    .img-home .menu-ric-whi-02 .btn-cerca:hover {
        background-color: #dadada;
    }
    /* ============================== ricerca interna inversa ========================= */
    .grey-ricerca .menu-ric-whi-02 {
        background-color: #1e2546;
        color: #fff;
    }
    .grey-ricerca .menu-ric-whi-02 .btn-cerca {
        border: solid 1px #fff;
        color: #1e2546;
        background: #fff;
    }
    .grey-ricerca .menu-ric-whi-02 .btn-cerca:hover {
        color: #444444;
        background: #E9E9E9;
    }
}


/* @media (min-width: 992px) and (max-width: 1199px) {
.img-home .menu-ric-cont-01 .menu-ric-cam:first-child {
    margin-left: 6.5%;
}
.img-home .menu-ric-cont-01 .menu-ric-cam {
    width: 18%;
}
} */

@media screen and (max-width: 1369px) and (min-width: 1000px) {
    .img-home .menu-ric-cont-02 {
        width: 960px;
    }
    .img-home .menu-ric-whi-02 .menu-ric-cam {
        width: 72%;
        margin-left: 5%;
    }
    .img-home .menu-ric-cont-01 {
        margin: 95px 0px 0px 0px;
    }
}

@media screen and (max-width: 999px) and (min-width: 740px) {
    .img-home .menu-ric-cont-02 {
        width: 740px;
    }
    .img-home .menu-ric-cont-01 .menu-ric-cam {
        width: 18%;
    }
    .img-home .menu-ric-cont-01 .menu-ric-cam:first-child {
        margin-left: 5.5%;
    }
    .img-home .menu-ric-cont-01 {
        margin: 50px 0px 0px 0px;
    }
    .img-home .menu-ric-whi-02 .menu-ric-cam {
        width: 77%;
        margin-left: 0px;
    }
    .img-home .menu-ric-whi-02 .input-riferim {
        width: 130px;
    }
}


/* ============================== ricerca interna inversa ========================= */

@media screen and (max-width: 739px) and (min-width: 1px) {
    .grey-ricerca .menu-ric-cont-02 .menu-ric-tit {
        background-color: rgba(71, 117, 191, 0.8);
        color: #fff;
        margin-bottom: 0px;
        padding-bottom: 2px;
    }
    .grey-ricerca .menu-ric-cont-02 .menu-ric-whi-02 {
        background-color: rgba(71, 117, 191, 0.8);
        color: #fff;
    }
    .grey-ricerca .menu-ric-whi-02 .btn-cerca {
        border: solid 1px #fff;
        color: #1e2546;
        background: #fff;
    }
    .grey-ricerca .menu-ric-whi-02 .btn-cerca:hover {
        color: #444444;
        background: #E9E9E9;
    }
}


/* ========== modifiche video vimeo background home ================== */

.contenitore-video {
    width: 100%;
    position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contenitore-video {
        width: 130%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contenitore-video {
        width: 160%;
    }
}

@media (max-width: 767px) {
    .contenitore-video {
        width: 200%;
    }
}


/* ========================= ricerca pagina con giardino =============================== */

#ricerca-page .menu-ric-cam.scelta-giardino {
    width: 340px;
    margin-top: 5px;
    /* margin-top: 20px; */
    font-weight: 400;
}

#ricerca-page .menu-ric-whi-01 .btn-cerca {
    margin-top: 0px;
}

.grey-ricerca.home #ricerca-page {
    display: block;
}

.grey-ricerca.home #ricerca-nuova {
    display: none;
}

@media (min-width: 1200px) {
    #ricerca-page {
        display: block;
    }
    #ricerca-nuova {
        display: none;
    }
}


/* ======================== modifiche top =================== */

.bg-menu {
    background-color: #1e2546;
}

#header {
    background-color: #fff;
}

.numero-telefono {
    float: right;
    width: 220px;
    margin-top: 55px;
}

.numero-telefono a {
    display: block;
    border: 2px solid #1e2546;
    font-size: 25px;
    line-height: 28px;
    border-radius: 10px;
    text-align: center;
    color: #1e2546;
    text-decoration: none !important;
    padding: 0px 5px 5px;
}

.numero-telefono a span {
    display: block;
    font-size: 14px;
    color: #1e2546;
    text-transform: uppercase;
}

.numero-telefono a img {
    margin-right: 10px;
}

.numero-telefono a:hover,
.numero-telefono a:focus {
    background-color: #d2e0f5;
}

#header .logo-fiaip {
    width: 110px;
    float: right;
}

.social {
    margin-bottom: 17px;
    text-align: right;
}

.social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("images/whatsapp-ico.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.social a.instagram {
    background-image: url("images/instagram-ico.png");
}

.social a.facebook {
    background-image: url("images/facebook-ico.png");
    margin-right: 0px;
}

.social a:hover,
.social a:focus {
    background-image: url("images/whatsapp-ico-hover.png");
}

.social a.instagram:hover,
.social a.instagram:focus {
    background-image: url("images/instagram-ico-hover.png");
}

.social a.facebook:hover,
.social a.facebook:focus {
    background-image: url("images/facebook-ico-hover.png");
}

@media screen and (max-width: 1369px) and (min-width: 1000px) {
    #header .header-top {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 999px) {
    #header .header-top {
        margin-bottom: 20px;
    }
}

.grey-ricerca.home {
    margin: 0px;
}


/* =========================== MENU ======================= */

@media (min-width: 740px) {
    #header .menu-pre {
        width: 900px;
        font-size: 14px;
        line-height: 20px;
        margin: 0px auto;
        float: none;
    }
    #header .menu-pre li a,
    #header .menu-pre li a:link,
    #header .menu-pre li a:visited,
    #header .menu-pre li.pre-07 a,
    #header .menu-pre li.pre-07 a:link,
    #header .menu-pre li.pre-07 a:visited,
    #header .menu-pre li.pre-03 a,
    #header .menu-pre li.pre-03 a:link,
    #header .menu-pre li.pre-03 a:visited {
        border: none !important;
        font-size: 15px !important;
        color: #fff !important;
        padding: 10px 15px !important;
    }
}

@media (min-width: 740px) and (max-width: 999px) {
    #header .menu-pre {
        width: 720px;
    }
    #header .menu-pre li a,
    #header .menu-pre li a:link,
    #header .menu-pre li a:visited,
    #header .menu-pre li.pre-07 a,
    #header .menu-pre li.pre-07 a:link,
    #header .menu-pre li.pre-07 a:visited,
    #header .menu-pre li.pre-03 a,
    #header .menu-pre li.pre-03 a:link,
    #header .menu-pre li.pre-03 a:visited {
        font-size: 14px !important;
        padding: 10px 6px !important;
    }
}

#header .menu-pre li a:hover,
#header .menu-pre li a:active,
#header .menu-pre li.pre-07 a:hover,
#header .menu-pre li.pre-07 a:active,
#header .menu-pre li.pre-03 a:hover,
#header .menu-pre li.pre-03 a:active,
#header .menu-pre li a.active {
    color: #1e2546 !important;
    background: #fff !important;
}

#header .menu-pre li {
    margin: 0;
    padding: 0;
    float: left;
}

@media (min-width: 740px) {
    .menu-pre li ul {
        display: none;
        position: absolute;
        z-index: 1000000;
        padding: 0;
        margin: 0 0 0 -1px;
        background: white;
    }
    .menu-pre li:hover ul {
        display: block;
    }
    .menu-pre li li {
        border: none;
        text-align: left;
        float: none !important;
    }
    #header .menu-pre>ul>li>ul>li>a:link,
    #header .menu-pre>ul>li>ul>li>a:visited {
        display: block;
        color: #444 !important;
        font-size: 14px !important;
        border-bottom: 1px solid #ddd !important;
        background-color: #fff !important;
    }
    #header .menu-pre ul li ul li a:hover,
    #header .menu-pre ul li ul li a:active,
    #header .menu-pre ul li ul li a.active {
        color: #1e2546 !important;
        text-decoration: none;
        font-weight: normal;
    }
}

@media (min-width: 740px) and (max-width: 999px) {
    #header .numero-telefono {
        margin-top: 10px;
    }
    #header .social {
        margin-bottom: 10px;
    }
    .logo-fiaip {
        margin-bottom: 10px !important;
    }
    #header .menu-pre>ul>li>ul>li>a:link,
    #header .menu-pre>ul>li>ul>li>a:visited {
        font-size: 13px !important;
    }
}

@media (max-width: 739px) {
    #header-mob .logo {
        float: left;
    }
    .numero-telefono {
        margin-top: 10px;
    }
    #header-mob .logo-fiaip img {
        display: none;
    }
    .social {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .numero-telefono {
        width: 140px;
        margin-top: 10px;
    }
    .numero-telefono a {
        font-size: 16px;
        line-height: 20px;
    }
    .numero-telefono a span {
        font-size: 13px;
    }
    .numero-telefono a img {
        display: none;
    }
    .grey-ricerca .menu-ric-cont-02 {
        box-sizing: border-box;
    }
    .menu-ric-whi-02 .input-riferim {
        margin-right: 4px;
    }
    .img-home {
        height: 200px !important;
    }
    .owl-carousel .owl-item img {
        height: 200px;
        width: auto;
    }
    /* ========================================== sottomenu mobile ================================= */
    #header-mob .menu-servizi {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 7px 0px 7px 0px;
        color: #444444;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        text-transform: none;
        text-align: center;
        background: url(images/bg-select-grey.png) center right no-repeat;
        border-bottom: solid 1px #D2D2D2;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    #header-mob .menu-pre ul ul {
        display: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        float: left;
    }
    #header-mob .menu-pre ul ul li {
        list-style: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: left;
        float: left;
    }
    #header-mob .menu-pre ul ul li a,
    #header-mob .menu-pre ul ul li a:link,
    #header-mob .menu-pre ul ul li a:visited,
    #header-mob .menu-pre ul ul li a:hover,
    #header-mob .menu-pre ul ul li a:active {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 7px 0px 7px 0px;
        color: #444444;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        text-transform: none;
        text-align: center;
        background: #F6F6F6;
        border-bottom: solid 1px #D2D2D2;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
}


/* ================= SCHEDA CASA ========================= */

.box-scheda {
    width: 100%;
    margin: 0px 0px 60px 0px;
}

.box-scheda-img {
    float: left;
    position: relative;
}

.box-scheda-img img {
    float: none !important;
}

.box-scheda-plus {
    position: absolute;
    margin: 0px;
    float: none;
    bottom: 3px;
    right: 3px;
}

.box-scheda-txt {
    height: auto;
    margin: 0px !important;
    float: right;
    margin-bottom: 20px;
}

.txt-voce {
    margin: 0px 0px 6px 0px;
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 1370px) {
    .content-schede {
        left: 0px;
        width: 1110px;
    }
    .box-scheda-img {
        width: 540px;
    }
    .box-scheda-txt {
        width: 540px;
    }
    .box-scheda-plus {
        margin: -76px 0px 0px 186px!important;
    }
}

@media screen and (max-width: 1369px) and (min-width: 740px) {
    .content-schede {
        left: 0px;
        width: 910px;
    }
    .box-scheda-img {
        width: 435px;
    }
    .box-scheda-txt {
        width: 435px;
    }
}

.box-scheda-plus img {
    border: none;
}

.bagni,
.camere,
.mquadri,
.bonus110,
.giardino {
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.bagni {
    background-image: url("images/vasca-ico.png");
}

.camere {
    background-image: url("images/camere-ico.png");
}

.mquadri {
    background-image: url("images/mq-ico.png");
}

.giardino {
    background-image: url("images/giardino-ico.png");
}

.bonus110 {
    background-image: url("images/bonus110-ico.png");
}

@media screen and (min-width: 1000px) {
    .bagni,
    .camere,
    .mquadri,
    .bonus110,
    .giardino {
        width: 40%;
        float: left;
    }
}

@media screen and (max-width: 999px) and (min-width: 740px) {
    .content-schede {
        width: 700px;
    }
    .box-scheda-img,
    .box-scheda-txt {
        width: 340px;
    }
}

@media (max-width: 739px) {
    .content-schede {
        width: 100%;
    }
    .box-scheda-img {
        width: 260px;
        margin: 0px auto;
        float: none;
    }
    .box-scheda-txt {
        height: auto;
    }
    .bagni,
    .camere,
    .mquadri,
    .bonus110,
    .giardino {
        float: left;
        width: 35%;
        padding-left: 30px;
    }
}


/* ================== contatti ========================== */

.contatti iframe {
    margin: 0px 0px 20px 0px!important;
}


/* ================== paginazione ======================== */

.pagination {
    list-style: none;
    text-align: right;
}

.pagination li {
    display: inline-block;
}

.page-link {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #1e2546;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none!important;
}

.page-link:hover,
.page-link:focus,
.page-link.active {
    background-color: #1e2546;
    color: #fff;
}


/* ================== pagina di dettaglio ======================== */

.video-dettaglio {
    position: relative;
    margin-bottom: 15px;
}

.ico-dettaglio .bagni,
.ico-dettaglio .camere,
.ico-dettaglio .mquadri,
.ico-dettaglio .bonus110,
.ico-dettaglio .giardino {
    padding-left: 35px;
    display: inline-block;
    margin-right: 35px;
    margin-top: 10px;
    float: none!important;
    width: auto!important;
}

@media (min-width: 1370px) {
    .box-scheda-small .box-scheda-img {
        width: 100%;
    }
    .box-scheda-small-plus img {
        border: none;
    }
    .content-box-scheda-small .box-scheda-small-plus {
        margin: -93px 0px 0px 263px;
    }
}

@media screen and (max-width: 1369px) and (min-width: 1000px) {
    .box-scheda-small .box-scheda-img {
        width: 100%;
    }
    .box-scheda-small-plus img {
        border: none;
    }
    .content-box-scheda-small .box-scheda-small-plus {
        width: 70px;
        margin: -79px 0px 0px 217px;
    }
}

@media screen and (max-width: 999px) and (min-width: 740px) {
    .box-scheda-small .box-scheda-img {
        width: 100%;
    }
    .box-scheda-small-plus img {
        border: none;
    }
    .content-box-scheda-small .box-scheda-small-plus {
        width: 70px;
        margin: -77px 0px 0px 148px;
    }
    .content-box-scheda-small .txt-voce {
        font-size: 12px;
    }
}

@media screen and (max-width: 739px) {
    .box-scheda-small-plus img {
        border: none;
    }
    .content-box-scheda-small .box-scheda-small-plus {
        width: 70px;
        margin: -76px 0px 0px 188px;
    }
    .content-box-scheda-small .txt-voce {
        font-size: 12px;
    }
}

#fb-root iframe {
    margin: 0px;
}


/* mod scheda immobile */

@media (min-width: 768px) {
    h1.scheda {
        width: 74%;
        padding-right: 1%;
        float: left;
    }
    .container-btn {
        text-align: right;
        width: 25%;
        float: right;
        margin-top: -28px;
    }
    .btn-left,
    .btn-right {
        float: none;
        width: auto;
    }
    .btn-left {
        margin-top: 0px;
    }
}

@media screen and (max-width: 999px) and (min-width: 740px) {
    .container-btn {
        margin-top: -20px;
    }
}

@media screen and (max-width: 739px) and (min-width: 1px) {
    .sep-grey,
    .sep-grey-scheda {
        margin-bottom: 15px;
    }
}

.m-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.fb_dialog {
    left: 18pt!important;
    right: auto!important;
}

#fb-root iframe {
    left: 9pt!important;
    right: auto!important;
}

.scritta-pra {
    text-align: center;
    font-size: 25px;
    color: #115572;
    margin-bottom: 25px;
    font-weight: 600;
}

.scritta-pra img {
    margin-left: 5px;
}

.scritta-pra span {
    display: inline-block;
    padding: 10px 10px 15px;
    background-color: #f00;
    line-height: normal;
    color: #fff;
}


/* modifiche per fascia nera */

.fascia-nera {
    /*background-color: #000;*/
    text-align: center;
    margin-bottom: -5px;
}

.fascia-nera img {
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width: 750px) and (max-width: 999px) {
    .slider-nuovo {
        max-width: 740px;
        margin: 0px auto;
    }
}

@media (max-width: 999px) {
    .fascia-nera .fascia-desktop-grande,
    .fascia-nera .fascia-desktop {
        display: none;
    }
    .fascia-nera img {
        padding: 0px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1369px) {
    .fascia-nera .fascia-desktop-grande,
    .fascia-nera .fascia-tablet {
        display: none;
    }
    .slider-nuovo {
        width: 960px!important;
        margin: 0px auto!important;
    }
}

@media screen and (min-width: 1370px) {
    .fascia-nera .fascia-desktop,
    .fascia-nera .fascia-tablet {
        display: none;
    }
    .slider-nuovo {
        width: 1160px!important;
        margin: 0px auto!important;
    }
}