@font-face {
    font-family: 'nunitoregular';
    src: url('../fonts/custom/NunitoRegular/nunito-regular.eot');
    src: url('../fonts/custom/NunitoRegular/nunito-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/custom/NunitoRegular/nunito-regular.woff2') format('woff2'),
         url('../fonts/custom/NunitoRegular/nunito-regular.woff') format('woff'),
         url('../fonts/custom/NunitoRegular/nunito-regular.ttf') format('truetype'),
         url('../fonts/custom/NunitoRegular/nunito-regular.svg#nunitoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunitobold';
    src: url('../fonts/custom/NunitoBold/nunito-bold.eot');
    src: url('../fonts/custom/NunitoBold/nunito-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/custom/NunitoBold/nunito-bold.woff2') format('woff2'),
         url('../fonts/custom/NunitoBold/nunito-bold.woff') format('woff'),
         url('../fonts/custom/NunitoBold/nunito-bold.ttf') format('truetype'),
         url('../fonts/custom/NunitoBold/nunito-bold.svg#nunitobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'inconsolatabold';
    src: url('../fonts/custom/InconsolataBold/inconsolata-bold.eot');
    src: url('../fonts/custom/InconsolataBold/inconsolata-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/custom/InconsolataBold/inconsolata-bold.woff2') format('woff2'),
         url('../fonts/custom/InconsolataBold/inconsolata-bold.woff') format('woff'),
         url('../fonts/custom/InconsolataBold/inconsolata-bold.svg#inconsolatabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'inconsolataregular';
    src: url('../fonts/custom/InconsolataRegular/inconsolata-regular.eot');
    src: url('../fonts/custom/InconsolataRegular/inconsolata-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/custom/InconsolataRegular/inconsolata-regular.woff2') format('woff2'),
         url('../fonts/custom/InconsolataRegular/inconsolata-regular.woff') format('woff'),
         url('../fonts/custom/InconsolataRegular/inconsolata-regular.svg#inconsolataregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/custom/RobotoBold/roboto-bold.eot');
    src: url('../fonts/custom/RobotoBold/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/custom/RobotoBold/roboto-bold.woff2') format('woff2'),
         url('../fonts/custom/RobotoBold/roboto-bold.woff') format('woff'),
         url('../fonts/custom/RobotoBold/roboto-bold.ttf') format('truetype'),
         url('../fonts/custom/RobotoBold/roboto-bold.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/custom/RobotoRegular/roboto-regular.eot');
    src: url('../fonts/custom/RobotoRegular/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/custom/RobotoRegular/roboto-regular.woff2') format('woff2'),
         url('../fonts/custom/RobotoRegular/roboto-regular.woff') format('woff'),
         url('../fonts/custom/RobotoRegular/roboto-regular.ttf') format('truetype'),
         url('../fonts/custom/RobotoRegular/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/custom/RobotoLight/roboto-light.eot');
    src: url('../fonts/custom/RobotoLight/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/custom/RobotoLight/roboto-light.woff2') format('woff2'),
         url('../fonts/custom/RobotoLight/roboto-light.woff') format('woff'),
         url('../fonts/custom/RobotoLight/roboto-light.ttf') format('truetype'),
         url('../fonts/custom/RobotoLight/roboto-light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =============================================================================
   BASE: =Default
   ========================================================================== */

html,
body {
    position: relative;
    width: 100%;
}
body {
    color: #646464;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'robotoregular';
}
* {
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4 {    
    font-family: 'robotobold';
    font-weight: normal;
    line-height: 1.3;
}

a {
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}


/* =============================================================================
   Base: Helpers
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}

figure {
    margin: 0;
}
/*figcaption,
.figcaption {
    display: block;
    color: #161616;
    font-family: "montserratlight";
    font-size: 12px;
    text-transform: uppercase;
}*/
img {
    max-width: 100%;
    display: block;
    height: auto;
}
.img-full-size {
    width: 100%;
}
.img-full-height {
    width: auto;
    max-width: initial;
    height: 100%;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.text-normal {
    font-size: 14px;
}

/*.is-desktop {
    display: none;
}
.is-smartphone {
    display: block;
}
@media only screen and (min-width: 768px) {
    .is-desktop {
        display: block;
    }
    .is-smartphone {
        display: none;
    }
}*/

.table-wrapper {
    display: table;
    width: 100%;
}
.table-wrapper.full-height {
    height: 100%;   
}
.table-row {
    display: table-row;
    width: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.sr-only {
    overflow: hidden;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0,0,0,0)
}
.svg {
    display: block;
}
.svg svg {
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
}
.full-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.no-select{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.no-touch{
    -webkit-touch-callout:none;
    -ms-touch-action:none;
    touch-action:none
}



.bg-light-grey {
    background: #f0f0f0;
}
.bg-white {
    background: #fff;
}
.bg-blue {
    background: #36bde1;
}


@media (min-width: 768px) {
    .text-normal {
        font-size: 16px;
    }
}


/* =============================================================================
   Bootstrap override
   ========================================================================== */

.container.thin {
    max-width: 840px;
}
.container.padding-right-0 {
    padding-right: 0;
}
.container.padding-left-0 {
    padding-left: 0;
}
.container.padding-right-0 .row {
    margin-right: 0;
}
.container.padding-left-0 .row {
    margin-left: 0;
}
.container.padding-right-0 .col-12 {
    padding-right: 0;
}
.container.padding-left-0 .col-12 {
    padding-left: 0;
}

@media (min-width: 576px) {
    .container.padding-right-sm-15 {
        padding-right: 15px;
    }
    .container.padding-left-sm-15 {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container.padding-right-md-15 {
        padding-right: 15px;
    }
    .container.padding-left-md-15 {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}

/* =============================================================================
   Base: text classes
   ========================================================================== */

.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}

.hero-title {
    font-size: 34px;
    font-family: 'robotobold';
}
.hero-title.bordered {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}
.hero-title.bordered::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #fff;
}
.page-title {
    font-size: 26px;
    font-family: 'robotobold';
}
.card-title {
    font-size: 12px;
    font-family: 'robotobold';
}
.section-title {
    font-family: 'robotobold';
    font-size: 32px;
    letter-spacing: 0.08em;
}
.search-title {
    font-size: 16px;
    font-family: 'robotoregular';
}
.search-title > span {
    font-family: 'robotobold';
}
.data-sheet-title {
    color: #1D1D1B;
    font-family: 'robotobold';
    font-size: 18px;
}
.data-sheet-title.grey {
    color: #646464
}

.robotolight {
    font-family: 'robotolight';
}
.robotobold {
    font-family: 'robotobold';
}
.white {
    color: #fff;
}

p.p-boxed {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .hero-title {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 46px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}

/* =============================================================================
   Base: Form
   ========================================================================== */

.button,
a.button {
    display: inline-block;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;    
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 12px;
    font-family: "nunitobold";
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #e72687;
    border-radius: 0;
    border: none;
    /*z-index: 2;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}
.button:hover,
a.button:hover {
    opacity: 0.7;
}
a.button {
    line-height: 48px;
}
.button-block {
    width: 100%;
    display: block;
}
.button-small,
a.button-small {
    height: 36px;
    line-height: 36px;
}
.button-radius,
a.button-radius {
    border-radius: 10px;
}
.button-arrow,
a.button-arrow {
    padding-left: 30px;
    padding-right: 30px;
}
.button-arrow.right,
a.button-arrow.right {
    padding-right: 50px;
}
.button-arrow.right::before,
a.button-arrow.right::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-input {
    width: 100%;
    height: 48px;
    line-height: 21px;
    padding: 12px 15px;
    background: #fff;
    color: #6e6a62;
    font-size: 12px;
    font-family: 'nunitoregular';
    -webkit-appearance: none;
    border: none;
    text-align: left;
    display: block;
}
/*.text-input.has-icon {
    padding-right: 60px;
}
.text-input.text-input-outline {
    border: 1px solid #DCDCDC;
}
.text-input.small {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text-input.small.has-icon {
    padding-right: 50px;
}
textarea.text-input {
    resize: none;
    height: 130px;
    display: block;
}*/

.form-group {
    margin-bottom: 15px;
}
.form-control {
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-clip: initial;
    border: none;
    border-radius: 0;
}
textarea.form-control {
    height: 117px;
    resize: none;
}
input[type=checkbox].form-control {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0;
    margin-right: 4px;
}

.form-control:focus {
    color: #666;
    outline: none;
    border: none;
    box-shadow: none;
}
.form-submit {
    height: 40px;
}

.privacy {
    position: relative;
    line-height: 1;
}
.privacy label {
    display: inline;
    font-size: 12px
}
.privacy input {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

::-webkit-input-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

::-ms-placeholder {
    color: #aaa;
}

::placeholder {
    color: #aaa;
}

small.help-block {
    display: block;
    font-size: 12px;
    color: #ffe5e5;
}

/* =============================================================================
   Layout: Top Header
   ========================================================================== */

.site-header {
    position: relative;
    z-index: 10;
}
.top-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.logo {
    position: relative;
    width: 110px;
    margin-top: 10px;    
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
.top-bar {
    height: 50px;
    float: right;
}
.top-bar-box {
    padding-top: 25px;
    /*float: left;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    border-right: 1px solid #6e6a62;*/
}
.top-bar-box:last-child {
    border-right: none;
}
.top-bar-text-link {
    display: block;
    color: #6e6a62;
}
.top-bar-text-link.phone {
    font-family: "robotobold";
    font-size: 20px;
}
.top-bar-text-link i {
    font-size: 16px;
    margin-right: 10px;
}
.top-bar-icon-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.page-dettaglio-immobile .top-bar-icon-link,
.page-with-dark-menu .top-bar-icon-link {
    color: #6e6a62;
}
.top-bar-social-link:first-child {
    margin-left: 5px;
}
.top-bar-social-link:last-child {
    margin-right: 5px;
}

.hamburger {
    display: block;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    padding: 11px 7px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
}

/*.hamburger:hover {
    opacity: 0.7;
}*/

.hamburger-box {
    width: 26px;
    height: 18px;
    display: block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 2px;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 26px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.page-dettaglio-immobile .hamburger-inner,
.page-dettaglio-immobile .hamburger-inner::before,
.page-dettaglio-immobile .hamburger-inner::after,
.page-with-dark-menu .hamburger-inner,
.page-with-dark-menu .hamburger-inner::before,
.page-with-dark-menu .hamburger-inner::after {
    background-color: #6e6a62;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger-inner::after {
    top: 14px;
}

.no-touchevents .hamburger:hover .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.no-touchevents .hamburger:hover .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.no-touchevents .hamburger:hover .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}




@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .top-header {
        position: static;
        top: auto;
        left: auto;
        height: 50px;
        background: #fff;
    }
    .top-bar-box {
        float: left;
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 30px;
        border-right: 1px solid #6e6a62;
    }
    .top-bar-icon-link {
        font-size: 16px;
        width: 30px;
        height: 30px;
        color: #6e6a62;
        line-height: 30px;
    }
    .hamburger {
        width: 50px;
        height: 50px;
        margin-top: -10px;
        margin-right: -15px;
        margin-left: 5px;
        padding: 16px 12px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        background-color: #6e6a62;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 130px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}


























/* =============================================================================
   Layout: Hero
   ========================================================================== */

.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;    
}
.hero-container.small {
    height: 425px;
}
.hero-container.hero-map {
    height: 400px;
}

#hero-homepage {
    background-image: url(/assets/images/rinaldelli/banner/immobiliare-rinaldelli.jpg);
}
#hero-immobili-in-vendita {
    background-image: url(/assets/images/rinaldelli/banner/immobili-in-vendita.jpg);
}
#hero-immobili-in-affitto {
    background-image: url(/assets/images/rinaldelli/banner/immobili-in-affitto.jpg);
}
#hero-immobili-ricerca {
    background-image: url(/assets/images/rinaldelli/banner/immobili-in-vendita.jpg);
}
#hero-agenzia {
    background-image: url(/assets/images/rinaldelli/banner/agenzia-immobiliare-rinaldelli.jpg);
}
/*#hero-contatti {
    background-image: url(https://dummyimage.com/1920x1080/0e3d11/0e3d11.jpg);
}*/


/*#hero-homepage::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}*/
#hero-homepage > div {
    position: relative;
    z-index: 2;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .hero-container {
        height: 700px;    
    }
    .hero-container.small {
        height: 370px;
    }
    .hero-container.hero-map {
        height: 520px;
    }
}

@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}

/* =============================================================================
   Layout: Home - Content
   ========================================================================== */

.step-search-wrapper {
    position: relative;
    height: 100px;
}
.step-search-item {
    position: absolute;
    width: 100%;
}
#step-2 {
    display: none;
}
.step-search-input {
    position: relative;
    padding-right: 60px;
    background: #f0f0f0;
}
.step-search-item .form-control {    
    background: transparent;
    height: 50px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #666;
    padding: 5px 10px;
}
.step-search-item select.form-control:not([size]):not([multiple]) {
    height: 50px;
}
.step-search-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.step-search-item select::-ms-expand {
    display: none;
}

.step-search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    border: none;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
}
.step-search-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 16px;
    margin-left: -15px;
    margin-top: -8px;
    background-size: cover;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5IDMxLjQ5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS40OSAzMS40OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiPgo8cGF0aCBkPSJNMjEuMjA1LDUuMDA3Yy0wLjQyOS0wLjQ0NC0xLjE0My0wLjQ0NC0xLjU4NywwYy0wLjQyOSwwLjQyOS0wLjQyOSwxLjE0MywwLDEuNTcxbDguMDQ3LDguMDQ3SDEuMTExICBDMC40OTIsMTQuNjI2LDAsMTUuMTE4LDAsMTUuNzM3YzAsMC42MTksMC40OTIsMS4xMjcsMS4xMTEsMS4xMjdoMjYuNTU0bC04LjA0Nyw4LjAzMmMtMC40MjksMC40NDQtMC40MjksMS4xNTksMCwxLjU4NyAgYzAuNDQ0LDAuNDQ0LDEuMTU5LDAuNDQ0LDEuNTg3LDBsOS45NTItOS45NTJjMC40NDQtMC40MjksMC40NDQtMS4xNDMsMC0xLjU3MUwyMS4yMDUsNS4wMDd6IiBmaWxsPSIjOTk5OTk5Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

}
.no-touchevents .step-search-button:hover::before {
    -webkit-transform: translateX(5px);
}

.featured-container {
    position: relative;
    background-color: #fff;
}
/*.featured-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: red;
}*/

.featured-container .owl-theme .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 440px;
    margin: 0;
    left: 0;
}


.featured-images {
    height: 0;
    padding-bottom: 66.6%;
}
.featured-box {
    height: 430px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
}
.featured-description {
    max-height: 108px;/*6righe*/
    overflow: hidden;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 10px;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.featured-nav {
    position: absolute;
    bottom: 376px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 5;
    /*top: 0;
    right: 0;
    width: 50%;
    padding-left: 60px;
    padding-right: 90px;
    padding-top: 25px;*/
}

.nav-tabs {
    margin-top: 0;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 0;
    border: none;
}

.nav-tabs .nav-item {
    padding-left: 6px;
    padding-right: 6px;
    width: 33.33%;/* se ci sono anche i venduti*/
    /*width: 50%;*/
    text-align: center;
    margin: 0;
}

.nav-tabs .nav-link {
    color: #646464;
    font-family: "robotobold";
    font-size: 15px;
    line-height: 1;
    border: none;
    border-bottom: 4px solid #646464;
    opacity: 0.3;
    border-radius: 0;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.no-touchevents .nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    opacity: 1;
    color: inherit;
    background-color: initial;
    border-color: inherit;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.featured-box-feature {
    /*width: 33.33%;
    display: inline-block;
    vertical-align: middle;*/
    font-family: "inconsolatabold";
    font-size: 14px;
    line-height: 1.2;
    color: #646464;
    /*padding-right: 25px;
    margin-right: 25px;*/
}
.col-4:first-child .featured-box-feature {
    padding-right: 5px;
    /*border-right: 1px solid #646464;*/
}
.col-4:nth-child(2) .featured-box-feature {
    padding-right: 5px;
    padding-left: 5px;
    /**/
}

.featured-box-item .col-4 {
    border-right: 1px solid #646464;
}
.featured-box-item .col-4:last-child {
    border-right: 0;
}

.col-4:last-child .featured-box-feature {
    padding-left: 5px;
}

.featured-box-feature-inner > span {
    display: block;
    font-family: "Inconsolataregular";
}





@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .featured-container {
        margin-top: -60px;
        height: 415px;
    }

    .featured-container .owl-theme .owl-dots {
        width: 50%;
        top: auto;
        bottom: 15px;
    }
    .featured-images,
    .featured-box {
        height: 415px;
    }
    .featured-box {
        padding-left: 30px;
        padding-right: 45px;
    }
    .featured-nav {
        bottom: auto;
        left: auto;
        top: 0;
        right: 0;
        width: 50%;
        padding-left: 30px;
        padding-right: 45px;
        padding-top: 25px;
    }

    .col-4:first-child .featured-box-feature {
        padding-right: 10px;
    }
    .col-4:nth-child(2) .featured-box-feature {
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-4:last-child .featured-box-feature {
        padding-left: 10px;
    }



}

@media (min-width: 992px) {
    .featured-container {
        margin-top: -80px;
    }    
    .featured-box,
    .featured-nav {
        padding-left: 60px;
        padding-right: 90px;
    }
    .col-4:first-child .featured-box-feature {
        padding-right: 25px;
    }
    .col-4:nth-child(2) .featured-box-feature {
        padding-right: 25px;
        padding-left: 25px;
    }
    .col-4:last-child .featured-box-feature {
        padding-left: 25px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}

/* =============================================================================
   Layout: part - card_immobile
   ========================================================================== */

.card-immobile {
    background-color: #fff;
}
.card-image {
    position: relative;

}
.card-image::before {
    content: '';
    display: block;
    padding-bottom: 68%;
}
.card-info {
    background: #fff;
    padding: 15px 30px;
    color: #646464;
}


/* =============================================================================
   Layout: part - newsletter
   ========================================================================== */

.section-newsletter {
    padding-top: 90px;
    padding-bottom: 90px;
    /*background-image: url(https://dummyimage.com/1920x1080/36bce1/36bce1.jpg);*/
    background-image: url(/assets/images/rinaldelli/banner/immobili-in-affitto.jpg);
}



/* =============================================================================
   Layout: Agenzia
   ========================================================================== */

.agenzia-item {
    padding: 5px 0;
}
.agenzia-item-inner {
    position: relative;
    height: 100px;
    background: #4cc3e6;
    padding: 0 10px 0 70px;
}
.agenzia-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-1 {
    background-image: url(/assets/images/rinaldelli/agenzia/agenzia-1.png);
}
.icon-2 {
    background-image: url(/assets/images/rinaldelli/agenzia/agenzia-2.png);
}
.icon-3 {
    background-image: url(/assets/images/rinaldelli/agenzia/agenzia-3.png);
}
.icon-4 {
    background-image: url(/assets/images/rinaldelli/agenzia/agenzia-4.png);
}
.icon-5 {
    background-image: url(/assets/images/rinaldelli/agenzia/agenzia-5.png);
}
.icon-6 {
    background-image: url(/assets/images/rinaldelli/agenzia/agenzia-6.png);
}

@media (min-width: 768px) {
    .agenzia-item {
        padding: 5px;
    }
    .agenzia-item-inner {
        padding-left: 90px;
    }
    .agenzia-icon {
        left: 25px;
        width: 45px;
        height: 45px;
    }
}
@media (min-width: 992px) {
    .agenzia-item-inner {
        padding-left: 120px;
        height: 85px;
    }
    .agenzia-icon {
        left: 32px;
        width: 55px;
        height: 55px;
    }
}

/* =============================================================================
   Layout: Contatti
   ========================================================================== */

.border-bottom {
    border-bottom: 1px solid #666;
}
.sede {
    font-size: 16px;
}
.link-contatti {
    color: inherit;
}
.link-contatti:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .sede {
        font-size: 18px;
    }
}

/* =============================================================================
   Layout: Footer
   ========================================================================== */


.footer {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer p {
    text-align: center;
}
.footer p a {
    color: inherit;
}

.footer-social {
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.footer-social li {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 30px;
    text-align: center;
}
.footer-social li:first-child {
    margin-left: 0;
}
.footer-social li a {
    display: block;
    color: #6e6a62;
    font-size: 18px;
}

.detail-immobile.footer-social {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.detail-immobile.footer-social li {
    width: 36px;
    height: 36px;
}
.detail-immobile.footer-social li a {
    color: #999;
    line-height: 36px;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .footer {
        height: 90px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer p {
        text-align: initial;
    }
    .footer-social {
        text-align: right;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}


/* =============================================================================
   Layout: Bootstrap 4 Pagination
   ========================================================================== */


.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.page-link {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 25px;
    padding: 0;
    border: 0;
    color: #6e6a62;
    background-color: #fff;

}

.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e72687;
    /*border-color: #dee2e6;*/
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    /*border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;*/
}

.page-item:last-child .page-link {
    /*border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;*/
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e72687;
}

.page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: auto;
    background-color: #f7f7f7;
}














/* =============================================================================
   Layout: Menu
   ========================================================================== */

.menu-container {
    position: relative;
    z-index: 9999;
}

.menu-inner {
    padding-top: 40px;
}
.menu-logo {
    position: relative;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}


/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #36bde1;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 25px;
    overflow: hidden;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY3Jvc3MiPgoJCTxnPgoJCQk8cG9seWdvbiBwb2ludHM9IjYxMiwzNi4wMDQgNTc2LjUyMSwwLjYwMyAzMDYsMjcwLjYwOCAzNS40NzgsMC42MDMgMCwzNi4wMDQgMjcwLjUyMiwzMDYuMDExIDAsNTc1Ljk5NyAzNS40NzgsNjExLjM5NyAgICAgIDMwNiwzNDEuNDExIDU3Ni41MjEsNjExLjM5NyA2MTIsNTc1Ljk5NyAzNDEuNDU5LDMwNi4wMTEgICAgIiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: 26px 26px;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    z-index: 100;
}
.no-touchevents .overlay .overlay-close:hover {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY3Jvc3MiPgoJCTxnPgoJCQk8cG9seWdvbiBwb2ludHM9IjYxMiwzNi4wMDQgNTc2LjUyMSwwLjYwMyAzMDYsMjcwLjYwOCAzNS40NzgsMC42MDMgMCwzNi4wMDQgMjcwLjUyMiwzMDYuMDExIDAsNTc1Ljk5NyAzNS40NzgsNjExLjM5NyAgICAgIDMwNiwzNDEuNDExIDU3Ni41MjEsNjExLjM5NyA2MTIsNTc1Ljk5NyAzNDEuNDU5LDMwNi4wMTEgICAgIiBmaWxsPSIjZjBmMGYwIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}

/* Menu style */
.overlay nav {
    text-align: center;
    
}

.overlay nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay nav ul li {
    display: block;
    /*height: 20%;
    height: calc(100% / 5);
    min-height: 54px;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay nav ul li a {
    font-size: 25px;
    font-family: "robotobold";
    letter-spacing: 0.1em;
    line-height: 2;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay nav ul li a:hover,
.overlay nav ul li a:focus,
.overlay nav ul li a.active {
    /*color: #f0f0f0;*/
    text-decoration: underline;
}

/* Effects */
.overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);    
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.menu-social .footer-social {
    text-align: center;
}
.menu-social .footer-social li a {
    color: #fff;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    .menu-inner {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 0;
    }
    .menu-logo {
        width: 120px;
        margin-top: 50px;
    }
    .overlay .overlay-close {
        width: 56px;
        height: 56px;
        right: 30px;
        top: 15px;
        background-size: 36px 36px;
    }

}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}

@media only screen and (max-device-width : 1024px) and (orientation : landscape) {
    .menu-logo {
        display: none;
    }
    .overlay nav ul li a {
        font-size: 16px;
        line-height: 2;
    }
}













/* =============================================================================
   Layout: Panel Search
   ========================================================================== */

.search-container {
    position: relative;
    z-index: 9999;
}
.search-inner {
    padding: 40px 20px;
}

/* Overlay style */
.overlay-search {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 360px;
    top: 0;
    right: 0;
    overflow-y: auto;
    background: #fff;
    border-left: 1px solid #f0f0f0;
}

/* Overlay closing cross */
.overlay-search .button-close-search {
    padding: 10px 10px 10px 0;
    border: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    background: none;
    z-index: 100;
}

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open-search {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.search-form-panel .control-label {
    font-family: 'robotobold';
}
.search-form-panel .form-control {
    background: #ebebeb;
}
.search-form-panel select.form-control {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM2NjY2NjYiLz4KICA8L2c+Cjwvc3ZnPgo=);
    background-size: 16px 16px;
    background-position: right 10px bottom 12px;
    background-repeat: no-repeat;
}


.search-form-panel .easy-autocomplete .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    padding: 5px 10px;
}

.search-form-panel .easy-autocomplete-container ul {
    border-top: 1px solid #f0f0f0;
}

.search-form-panel .easy-autocomplete-container ul li,
.search-form-panel .easy-autocomplete-container ul .eac-category {
    border-color: #f0f0f0;
    padding: 4px 10px;
}
.search-form-panel .easy-autocomplete-container ul li:last-child {
    border-radius: 0;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    .search-inner {
        padding: 40px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}


/* =============================================================================
   Layout: Risultato ricerca
   ========================================================================== */

#search-container {
    min-height: 500px;
}

.order-select select.form-control {
    line-height: 1;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM2NjY2NjYiLz4KICA8L2c+Cjwvc3ZnPgo=);
    background-size: 16px 16px;
    background-position: right 10px bottom 12px;
    background-repeat: no-repeat;
}


/* =============================================================================
   Layout: Dettaglio immobile
   ========================================================================== */

.header-immobile {
    position: relative;
    padding-top: 150px;
    background: #fff;
}
.header-immobile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 90px;
    background-color: #f0f0f0;
    z-index: -1;
}
.slider-immobile {
    position: relative;
}
.slider-immobile::before {
    content: '';
    display: block;
    padding-bottom: 66%;
}
/*.immobile-data-sheet {
    padding-left: 25px;
}*/
.immobile-data-sheet .data-sheet-title {
    position: relative;
    padding-top: 45px;
}
.immobile-data-sheet .data-sheet-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 22px;
    height: 26px;
    margin-left: -11px;
    background-image: url(/assets/images/rinaldelli/icon-data-sheet.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.data-sheet-features {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}
.data-sheet-features li strong {
    font-family: "robotobold";
    font-weight: normal;
}
.immobile-description {
    background: #f0f0f0;
}
.immobile-note {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.share-label {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    margin-right: 30px;
}

#row-form-contatto {
    position: relative;
}
.feedback {
    display: none;
    /*position: absolute;
    bottom: 15px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;*/
    padding: 15px 5px;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
    line-height: 1.2;
}
.feedback.error {
    background: #ff2c22;
}
.feedback.success {
    background: #22ffc0;
}



@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .header-immobile {
        padding-top: 75px;
        background: transparent;
    }
    .immobile-data-sheet {
        padding-left: 20px;
    }
    .immobile-data-sheet .data-sheet-title {
        padding-top: 0;
    }
    .immobile-data-sheet .data-sheet-title::before {
        top: 50%;
        left: -20px;
        width: 12px;
        height: 15px;
        margin-left: 0;
        margin-top: -7px;
    }
    .immobile-description {
        background: none;
    }
    .immobile-note {
        max-width: initial;
        margin-left: initial;
        margin-right: initial;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1360px) {

}



