p{
    margin-bottom: 20px !important;
    font-size: 1.5rem;
}

.text-annuncio{
    padding: 1em;
}
.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;
}

.adv-search-button-cont{
    /*padding: 14px;*/
    width: 97%;
    margin-left: 1em;
  }

.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;
    /* margin-bottom: 35px; */
    -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;
}

.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;
    /* padding: 0; */
    position: relative;
    bottom: 5px;
}
.footer .brand img {
    height: auto;
    max-height: 200px;
}
.footer h3{
    margin-top: 0;
}
#footer {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -3em;
}

.footer-right{
    padding-bottom: 50px;
}

#footerFace{
    margin-top: -4em;
    margin-left: 80em;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.brand {
        width: 23em;
		height: auto !Important;
		margin: unset;
		padding: unset;
        float: left;
}

.brandFooter{
        width: 15em;
		height: auto !Important;
		margin: unset;
		padding: unset;
}

.brand img {
    height: auto !important;
    max-width: 100%;
    display: block;
    object-fit: contain;
}

.navbar{
   background: linear-gradient(360deg, rgba(255,255,255,0.3169642857142857) 3%, rgba(255,255,255,0.7455357142857143) 23%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
   border: none;
}

.banner{
    /*background: rgb(255, 238, 219);*/
    /*background: linear-gradient(360deg, rgba(255,255,255,0) 10%, rgba(169,63,73,0.6755077030812324) 42%, rgba(165,55,65,1) 50%, rgba(170,67,76,0.6839110644257703) 59%, rgba(255,255,255,0) 90%);*/
    margin-top: 0em;
    width: 99% !important;
}
.project-detail{
    height: 900px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    padding: 60px;

}
.project-detail-info {
    position: relative;
    width: 600px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 1em;
}
.annuncio_preferiti {
    float: left;
    font-size: 1.428rem;
    line-height: 1;
    color: crimson;
    margin-left: 2rem;
    position: absolute;
    top: 2em;
    padding: 20px;
    right: 1em;
}
.wrapper {
    padding-top: 0rem;
    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: 1px solid #d1d1d1;
    border-radius: 0;
}
#contact_form .bootstrap-select .btn{
    padding-top: 1.2em;
    background: #fff;
    color: #000;
    padding-left: 1rem;
}
#contact_form .dropdown-header{
    font-size: 16px;
    color: #222;
    border-bottom:1px solid #eee;
}

#add_preferiti_annShow{
    position: absolute;
    top: 3em;
    right: 3em;
}
.col-service {
    margin-top: 10em;
    margin-bottom: 10em;
    margin-left: 14em;
    height: 30em;
    padding: 0px 0px;
    border-radius: 50px;
    /*background: #FFEEDB;*/
    box-shadow:  20px 20px 60px #d9caba,
             -20px -20px 60px #fffffc;
    /*background: rgb(186, 59, 70);*/
    /*box-shadow:  9px 9px 18px #8c2f37,
             -9px -9px 18px #be3f4b;*/
    width: 27em;
}
.col-service a {
    display: block;
    text-align: center;
    background: #37373700;
    padding: 9em 0em;
    /*border-top: 3px solid #fff;*/
    color: rgb(196, 196, 196);
    /*transition: all 0.3s ease-in;*/
    top: 0;
    position: relative;
    height: 100%;
}
.light-version .col-service a {
    border-radius: 0px 0px 15px 15px;
    color:#AA8F66;
}
.col-service a:hover {
    border-radius: 50px;
    background: linear-gradient(145deg, #e6d6c5, #ffffea);
    box-shadow:  20px 20px 60px #d9caba,
                 -20px -20px 60px #fffffc;
    /*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: #AA8F66;
}
.col-service a:hover h4{
    transition: all 0.3s ease-in;
    color: #373737;
}
.section, .section-about {
    padding: 5rem 0 2rem;
    /*margin-top: 10em;*/
}
.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;
    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;
}
.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;
    /* text-transform: uppercase; */
    margin-bottom: 8px;
    /* display: block; */
    /* border-bottom: 1px solid; */
    display: block;
    float: left;
    /* text-decoration: underline; */
    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;
}
.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;
    /* font-weight: bold; */
}
.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;
}

#svg_icone{
    margin-bottom: -1em;
}

#svg_icone_bottom{
    top:  31em;
    position: absolute!important;
}

#whatsA{
    color: white;
}

.fb_iframe_widget iframe{
    border-radius: 0.5em !important;
}

.p-3{
    padding: 3em;
}


@media screen and (max-width:1280px) and (max-height:720px){
    .position-absolute-form{
        background: rgba(255,255,255,0.5) !important;
        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: auto !important;
    }
    .navbar {
        height: auto !important;
    }
    .wrapper {
        padding-top: 8rem;

    }
}
@media (max-width:1200px){
    .position-absolute-form{
        bottom: 25px;
    }
    .menu-list{
        top: 11em;
    }
    .brand img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;

	}
    .brand {
		width: 100%;
		max-width: 300px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
        float: left;
	}

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

        width: 500px;
    }
    .menu-list > li {
        font-size: 25px;
    }
    .footer .brand img{
        height: 100px;
    }
    .brand img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;

	}
    .brand {
		width: 100%;
		max-width: 300px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
        float: left;
	}
}
@media (max-width:992px){
    .project-detail-info {
        margin: auto;

    }
    .horizontal-menu .menu-list-inline li a {
        font-size: 12px;
    }
    /*.brand img{
        height: 5em;
        width: 11em;

    }*/
    .social-list a{
        font-size: 1em;
    }
    .horizontal-menu .navbar-address{
        font-size: 14px;
    }
    .position-absolute-form {
        margin: auto !important;
        right: 0 !important;
        left: 0 !important;
        width: 600px !important;
    }
    .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: 2em;
    }
    .brand img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;

	}
    .brand {
		width: 100%;
		max-width: 300px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
        float: left;
	}
}
@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: auto !important;
    }
    .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;
    }
    .brand img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;

	}
    .brand {
		width: 100%;
		max-width: 300px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
        float: left;
	}
}
@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: 10px;
        padding: 0 5px;
    }
    .info-single {
        padding: 20px 5px;

    }
    .info-single {
        font-size: 12px !important;
        color: #fff;
    }
}
@media (max-width:540px){
    .position-absolute-form {
        width: 80% !important;
        margin: auto !important;
        padding: 30px 10px;
        right: 0 !important;
        left: 0 !important;
    }
}

@media (max-width:480px){
    .header-info {
        overflow: hidden;
        width: 100%;
        margin: 10px 0;
        padding: 5px 0;
    }
    .position-absolute-form {
        width: 80% !important;
        margin: auto !important;
        padding: 20px;
        right: 0 !important;
        left: 0 !important;
    }
    .project-detail{
        height: 600px;
    }
    .position-absolute-form {
        width: 100% !important;
        margin: auto !important;
        padding: 10px 0;
        right: 0 !important;
        left: 0 !important;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
        border-radius: 0;
    }
    .section-slider-form{
        position: relative;
    }

    .brand img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;

	}
    .brand {
		width: 100%;
		max-width: 300px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
        float: left;
	}
}
@media (max-width:400px){
    .project-detail{
        padding: 10px;
    }
    .brand img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;

	}
    .brand {
		width: 100%;
		max-width: 270px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
        float: left;
	}
}
@media (max-width:360px){
    .col-xss-12{
        width: 100%;
    }
    .brand img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		position: relative;
	}
    .brand {
		width: 100%;
		max-width: 250px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
        float: left;
	}
}

@media screen and (max-width: 320px) {
	.brand img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
        float: left;
		position: relative;
	}

	.brand {
		width: 100%;
		max-width: 225px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
        float: left;
	}
   }

@media screen and (max-width: 280px) {
	.brand img {
		max-width: 100%;
		height: auto !important;
		object-fit: contain;
		display: block;
		margin-left: auto;
		margin-right: auto;
        float: left;
		position: relative;
	}

	.brand {
		width: 100%;
		max-width: 200px;
		height: auto !Important;
		margin: unset;
		padding: unset;
		object-fit: contain;
        float: left;
	}
   }

.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-height: 200px; */
    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: 1.5em;
}
.project-description{
    padding-left: 0;
}

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

#card_body_desc {
    border: 1px solid;
    padding: 2em;
    width: 15%;
    border-radius: 0.5em;
    position: absolute;
    margin-top: -123px;
    margin-left: 190px;
    background: white;
}

.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;
}

.content {
    margin-top: 200px;
}

.ai-center {
    display:flex;
    align-items:center;
}