p{
    margin-bottom: 20px !important;
}

.horizontal-menu .navbar-toggle {
    display: none;
}

.horizontal-menu .social-list ,
.horizontal-menu .navbar-spacer ,
.horizontal-menu .header-preferiti ,
.horizontal-menu .navbar-address {
    float: left;
}

.horizontal-menu .social-list , .horizontal-menu .header-preferiti, .horizontal-menu .navbar-address{
    margin: 0;
}

.horizontal-menu .header-preferiti {
    margin-right:10px;
}
.horizontal-menu .navbar-spacer{
    margin:0 2rem 0;
    height: 20px;
}

.horizontal-menu .menu-list-inline{
    float: right;
    position: absolute;
    font-size: 16px;
    right: 4.2857rem;
    bottom: 5px;
}

.horizontal-menu .menu-list-inline li a{
    color: #ffffff;
}

.horizontal-menu.light .menu-list-inline li a{
    color: #000;
}

.horizontal-menu.light .menu-list-inline li:hover ul li a{
    color: #fff;
}

.horizontal-menu .menu-list-inline li ul li a:hover{
    text-decoration: underline;
    background: transparent;
}

.horizontal-menu .menu-list-inline li  ul {
    position: absolute;
    min-width: 170px;
    visibility: hidden;
    opacity: 0;
    left: 50px;
    padding: 20px 10px;
    display: block;
    background-color: #222;
    z-index: 6;
    list-style-type: none;
    text-align: left;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
}

.horizontal-menu .menu-list-inline li:hover ul{
    visibility: visible;
    opacity: 1;
    left: 0;
}

span.filter-option.pull-left {
    font-size: 13px;
}

p.project-description {
    font-size: 15px;
}

.single_passion{
    -webkit-transition: 1s;
    transition: 1s;
}

.single_passion .single_passion_item {
    padding: 40px 0 45px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: 1s;
    transition: 1s;
}

.single_passion .single_passion_item .passion_icon {
    height: 100px;
    width: 100px;
    display: inline-block;
    text-align: center;
    line-height: 120px;
    border: 2px solid #afb5be;
    border-radius: 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single_passion .single_passion_item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../../ui/bauhaus/images/bg/dots2.png);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.single_passion .single_passion_item .passion_icon i {
    font-size: 50px;
    color: #fff;
    display: inline-block;
}

.single_passion .single_passion_item h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

.single_passion:hover .single_passion_item:after {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single_passion:hover .single_passion_item .passion_icon {
    z-index: 2;
    position: relative;
    border-radius: 100%;
}

.single_passion:hover .single_passion_item .passion_icon i {
    z-index: 2;
    position: relative;
}

.single_passion:hover .single_passion_item h4 {
    z-index: 2;
    position: relative;
}

.col-service.standard-padding{
    margin-top: 0;
    padding: 15px;
}

.position-absolute-form{
    background: rgba(0, 0, 0, 0.5) !important;
}

.btn-lingua {
    padding: 0 !important;
    position: relative;
    bottom: 3px;
    float: left;
    margin-right: 15px;
    background: transparent !important;
}

.btn-lingua:hover{
    background: none !important;
}

.choose-lang {
    width: 193px;
    height: 72px;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
}

.choose-lang .button-icon {
    display: block;
    line-height: 0;
    padding-bottom: 5px;
    position: relative;
    bottom: 5px;
}

.footer .brand img {
    height: auto;
    max-height: 200px;
}

.footer h3{
    margin-top: 0;
}

/*#footer {
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}*/

.brand img {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.65rem;
    height: 7rem;
}

.navbar{
    height: 10rem;
}

.project-detail{
    height: 800px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    padding: 60px;
}

.project-detail-info {
    position: relative;
    width: 600px;
}

.annuncio_preferiti {
    float: left;
    font-size: 1.428rem;
    line-height: 1;
    color: #fff;
    margin-left: 2rem;
    position: absolute;
    top: 0;
    padding: 20px;
    right: 0;
}

.wrapper {
    padding-top: 10rem;
    overflow-x: hidden;
}

.navbar .social-list {
    margin-right: 40px;
}

.navbar-spacer {
    margin: -10px 30px;
}

.header-preferiti{
    bottom: 0;
}

#contact_form .bootstrap-select {
    height: auto;
    border-radius: 0;
}

#contact_form .bootstrap-select .btn {
    padding-top: 1.2em;
    background: #f6f6f6;
    color: #818181;
    padding-left: 1rem;
}

select.form-control {
    color: #999999;
    background-color: black;
    border:rgb(0, 0, 0);
}

#contact_form .dropdown-header{
    font-size: 16px;
    color: #222;
    border-bottom:1px solid #eee;
}

ul.dropdown-menu.inner {
    height: auto;
    max-height: 200px !important;
    overscroll-behavior: contain;
}

.col-service{
    margin-top: 15px;
    height: 300px;
    padding: 0 15px;
}

.col-service a {
    display: block;
    text-align: center;
    background: #373737;
    padding: 70px 20px;
    border-top: 3px solid #fff;
    color: #fff;
    transition: all 0.3s ease-in;
    top: 0;
    position: relative;
    height: 100%;
}

.light-version .col-service a {
    color:#fff;
}

.col-service a:hover {
    background: #fff;
    padding: 70px 20px;
    top: -15px;
    color: #373737;
    transition: all 0.3s ease-in;
}

.col-service h4 {
    margin-top: 3.3rem;
    font-size: 30px;
    transition: all 0.3s ease-in;
    font-size: 20px;
}

.light-version .col-service h4 {
    color: #fff;
}

.col-service a:hover h4{
    transition: all 0.3s ease-in;
    color: #373737;
}

.section, .section-about {
    padding: 5rem 0 2rem;
}

.menu-list {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 11rem;
    bottom: 0;
    padding-left: 15%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    letter-spacing: -0.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-footer {
    /*opacity: 0;*/
    position: absolute;
    bottom: 4rem;
    /*padding-left: 15%;
    padding-right:15%;*/
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    letter-spacing: -0.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-footer .copy {
    margin-top: 0rem;
}

.page-inner {
    margin-top: 0;
}

.page-header-3 {
    margin: 9.2rem 0 0;
}

.light-version h4.project-rif{
    color: #fff;
}

.annuncio-box .social-list a{
    font-size: 2em;
    color: #fff;
    background: #000;
    color: #ffffff;
    float: left;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    background: #be0027;
    margin-left: 0;
}

.annuncio-box .social-list .whatsapp-icon {
    background: #25d366;
}

.annuncio-box .social-list .facebook-icon {
    background: #3b5998;
}

.project-detail-meta .left {
    font-size: 24px;
    margin-bottom: 8px;
    display: block;
    float: left;
    margin-right: 10px;
}

.annuncio-box .social-list a {
    font-size: 20px;
}

.section-comments {
    margin-top: 30px;
    padding: 40px 15px;
}

div#map-contatti {
    margin: 40px 0 60px 0;
    z-index: 1;
}

.section-info {
    color: #000;
}

.dark-version .section-info {
    color: #fff;
}

.leaflet-pane {
    z-index: 2;
}

.section-projects {
    padding-top: 0;
}

.dark-version .annuncio-box .table.table-info,
.dark-version .annuncio-box .table.table-condensed{
    color: #fff;
}

.bootstrap-select li.disabled {
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding: 5px 0;
}

.bootstrap-select li.disabled a{
    font-weight: bold;
}

blockquote.mutuo-box {
    width: 100%;
}

blockquote.mutuo-box ul {
    list-style: none;
    padding: 0;
}

.mutuo-box .flex-item {
    height: 311px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mutuo-box .flex-item h2 {
    font-size: 50px;
    margin: 0;
}

.agente-box p{
    margin-bottom: 10px !important;
    font-size: 18px;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsThumbs, .rsDefault .rsVideoFrameHolder {
    background: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

.leaflet-top, .leaflet-bottom {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

button#search_geomapping_results {
    margin-top: 3px;
}

i#OSMdeleteButton {
    margin-top: 9px;
}

div#cardMap {
    margin-bottom: 50px;
    border: 1px solid slategrey;
}

.cardPrezzo {
    margin-top: 20px;
    font-size: 18px;
}

#cardMap {
    border: 1px solid grey;
    margin: 2em;
}

hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

#cardTitleMap{
    font-size: 1.3em;
    letter-spacing: 2.5px;
    font-weight: normal;
}

img#imgCardMapPop {
    width: 230px;
    height: auto;
}

.page-content.geomapping_search {
    margin-top: 0;
}

#OSMdeleteButton {
    margin-top: 10px;
}

#lista_annunci {
    margin-top: 2em;
    margin-bottom: 2em;
}

a.btn.viewbtnMap {
    float: right;
    color: white;
    text-transform: uppercase;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.card-text {
    margin-top: 2rem;
    min-height: 70px;
}

#imgCardMap {
    max-width: 350px;
    max-height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

p.mq_ann_map {
    float: left;
    margin-right:10px;
}

p.bagni_ann_map {
    float: left;
    margin-right: 10px;
}

.add_preferiti_map {
    position: absolute;
    right: 25px;
    top: 10px;
}

.whatsapp-button {
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff !important;
    position: fixed;
    right: 15px;
    z-index: 22;
    bottom: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.whatsapp-button.active, .whatsapp-button.focus, .whatsapp-button:active, .whatsapp-button:focus, .whatsapp-button:hover {
    background-color: #199b49 !important;
    color: #fff;
    border-color: #25D366 !important;
}

.whatsapp-button a {
    margin-top: 5px;
    color: white;
}

@media screen and (max-width:1280px) and (max-height:720px){
    .position-absolute-form{
        bottom: 10px;
        padding: 20px 10px;
    }

    .destra-position-form{
        width: 400px !important;
    }

    .adv-search-form .bootstrap-select.form-control{
        height: auto !important;
    }

    .bootstrap-select .btn , #searchform input[type='text'], #searchform input[type='number'] {
        height: 50px;
        padding: 10px;
    }

    .brand img {
        height: 6rem;
    }

    .navbar {
        height: 8rem;
    }

    .wrapper {
        padding-top: 8rem;
    }
}

@media (min-width:1024px) {
    .img-card {
        width: 100%;
        height: 370px !important;
        margin: 0 auto;
        display: block;
    }

    .card-text {
        margin-top: 10px;
        min-height: 175px !important;
        padding-right: 15px;
    }
}

@media (max-width:1200px){
    .menu-list{
        top: 11em;
    }
}

@media (max-width:1199px){
    .horizontal-menu .menu-list-inline li a{
        font-size: 12px;
    }

    .project-detail-info {
        width: 500px;
    }

    .footer .brand img{
        height: 100px;
    }
}

@media (min-width:992px){
    .img-card {
        width: 100%;
        height: 280px;
        margin: 0 auto;
        display: block;
    }

    .row.row-cols-auto {
        margin-left: 5px;
    }

    .card-text {
        margin-top: 10px;
        min-height: 70px;
        padding-right: 15px;
    }

    #cardTitleMap {
        font-size: 1.3em;
        letter-spacing: 2.5px;
        font-weight: normal;
        margin-top: -20px;
    }

    .cardPrezzo {
        margin-top: 5px;
        font-size: 18px;
    }
}

@media (max-width:992px){
    .img-card {
        width: 100%;
        height: 290px;
        margin: 0 auto;
        display: block;
    }

    .col-sm-4 {
        width: 50%;
    }

    .col-sm-8 {
        width: 50%;
    }

    .project-detail-info {
        margin: auto;
    }

    .horizontal-menu .menu-list-inline li a {
        font-size: 12px;
    }

    .social-list a{
        font-size: 1em;
    }

    .horizontal-menu .navbar-address{
        font-size: 14px;
    }

    .horizontal-menu .menu-list-inline{
        right: 2em;
    }

    .project-carousel {
        margin-top: 20px;
    }

    .desc-wrapper .card-posted {
        font-size: 20px;
    }

    .card-row .card-read-more {
        font-size: 1.5em;
    }

    .col.mq_ann_map {
        margin-left: 15px;
    }

    .col.bagni_ann_map {
        margin-left: 15px;
    }

    .col.camere_ann_map {
        margin-left: 15px;
    }

    .card-text {
        margin-top: 5px;
        min-height: 70px;
        line-height: normal;
        margin-bottom: 10px !important;
    }

    .cardPrezzo {
        margin-top: 10px;
        font-size: 18px;
        margin-bottom: -20px;
    }

    a.btn.viewbtnMap {
        float: right;
        color: white;
        text-transform: uppercase;
        position: absolute;
        right: 25px;
        bottom: 25px;
        padding: 10px;
    }
}

@media (max-width:768px){
    .horizontal-menu .menu-list-inline{
        display: none;
    }

    .horizontal-menu .navbar-toggle{
        display: block;
        margin-left: 15px;
    }

    .project-detail-info {
        margin: auto;
        width: 100%;
    }

    .project-detail{
        padding: 30px;
    }

    .text-home img{
        max-width: 100%;
        height: auto !important;
        width: 100%;
    }

    .navbar {
      height: 7rem;
    }

    .wrapper {
        padding-top: 7rem;
    }

    blockquote.mutuo-box {
        width: 100%;
        padding: 0 20px;
    }

    .mutuo-box .flex-item {
        height: auto;
    }

    .mutuo-box .flex-item h2 {
        font-size: 30px;
        margin: 0;
    }
}

@media (max-width:767px){
    .navbar .social-list{
        margin-right: 35px;
        margin-left: 10px;
    }

    .header-info{
        display: none;
    }

    .footer .brand img {
        height: auto;
        max-height: 200px;
        width: 100%;
    }

    #searchform .form-group {
        margin-bottom: 5px;
        padding: 0 5px;
    }

    .info-single {
        font-size: 12px !important;
        color: #fff;
        padding: 20px 5px;
    }

    #mapid {
        height: 500px;
        border-radius: 0.2em;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        margin-bottom: 1em;
        z-index: 0;
        margin-left: -30px;
        margin-right: -30px;
    }

    input[type='text'], input[type='number'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="search"], input[type="tel"], textarea {
        display: inline-block;
        width: 100%;
        font-size: 1rem;
        border-radius: 0.75em;
        color: #3d3d3d;
        background-color: #000;
        border: 0;
        border-radius: 0;
        padding: 0.2rem 1rem 0;
        height: 4.2em;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -webkit-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s;
    }

    button#search_geomapping_results {
        margin-top: -5px;
        text-transform: uppercase;
    }

    #imgCardMap {
        max-width: 350px;
        max-height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em;
        margin-bottom: 2em;
        padding: 0px 10px;
    }

    p.prezzo_ann_map {
        padding: 0px 10px;
    }

    .card-body {
        padding: 0px 10px;
    }

    p.mq_ann_map {
        float: none;
        margin-right: 10px;
        font-size: 15px;
    }

    p.bagni_ann_map {
        float: none;
        margin-right: 10px;
        font-size: 15px;
    }

    a.btn.viewbtnMap {
        float: right;
        color: white;
        text-transform: uppercase;
        position: absolute;
        right: 25px;
        bottom: 15px;
        padding: 1.1em 1.48em 1em;
    }

    .card-text {
        margin-top: 1rem;
        min-height: 70px;
        font-size: 16px;
    }

    p.camere_ann_map {
        font-size: 15px;
    }

    .col.mq_ann_map {
        margin-left: 15px;
    }

    .col.bagni_ann_map {
        margin-left: 15px;
    }

    .col.camere_ann_map {
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .img-card {
        width: 100%;
        height: 220px;
        margin: 0 auto;
        display: block;
    }

    .col-sm-4 {
        width: 100%;
    }

    .col-sm-8 {
        width: 100%;
    }
}

@media (max-width:540px){
    .position-absolute-form {
        width: 80% !important;
        margin: auto !important;
        padding: 10px 10px;
        right: 0 !important;
        left: 0 !important;
        bottom: 0;
    }

    .leaflet-touch .geocoder-control.geocoder-control-expanded {
        width: 260px;
    }

    .img-card {
        width: 100%;
        height: 260px;
        margin: 0 auto;
        display: block;
    }

    .bootstrap-select .btn, #searchform input[type='text'], #searchform input[type='number'] {
        height: 45px;
        padding: 10px;
    }
}

@media (max-width:480px){
    .header-info {
        overflow: hidden;
        width: 100%;
        margin: 10px 0;
        padding: 5px 0;
    }

    .project-detail{
        height: 600px;
    }

    .section-slider-form{
        position: relative;
    }
}

@media (max-width:400px){
    .project-detail{
        padding: 10px;
    }

}

@media (max-width:360px){
    .col-xss-12{
        width: 100%;
    }

}

@media (max-width: 320px){
    a.btn.viewbtnMap {
        float: right;
        color: white;
        text-transform: uppercase;
        position: absolute;
        right: 25px;
        bottom: 25px;
        padding: 1.1em 0.28em 1em;
    }

    .leaflet-touch .geocoder-control.geocoder-control-expanded {
        width: 220px;
    }

    .card-text {
        margin-top: 1rem;
        min-height: 70px;
        font-size: 14px;
    }
}

.project-hover .project-title{
    bottom: 7rem;
}

h4.project-rif {
    position: absolute;
    bottom: 24px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    width: 85%;
    white-space: nowrap;
    font-size: 20px;
}

.youtube-thumb{
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube-thumb i{
    color: #fff;;
}

.footer .brand img {
    height: auto;
    max-width: 200px;
}

.footer .footer-flex .flex-item ul li:first-child a {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px !important;
    display: block;
}

.info-single{
    font-size: 2em;
}

.project-description{
    padding-left: 0;
}

h2.info-text {
    text-align: center;
    font-size: 20px;
    margin: 20px;
}

h1.tot_risultati {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

@media screen and (max-width:355px){
	.col-xss-12{
        width: 100%;
    }
}

.warning {
    text-align: center;
    height: auto;
}

.warning_title {
    font-size: 65px;
}

.warning_desc {
    font-size: 30px;
    margin-bottom: 20px;
}

.warning_error {
    font-size: 25px;
    margin-bottom: 37px;
}

.warning_return {
    font-size: 20px;
}

.grecaptcha-badge{
    visibility: collapse !important;
}
