@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import "bg.css"; 

.hide {display:none;}

.cb-slideshow:after { 
    /*content: '';
    background: transparent url(../img/pattern.png) repeat top left; */
}

a, a:visited, a:hover {color:inherit;text-decoration:none;}

html, body {height:100%;}
body {font-family: 'PT Sans', sans-serif;font-size:16px;line-height:24px;color: #4c4d51;}
.page {position:relative;z-index:1;}


.navbar-brand {display:none;}
nav.navbar {background-color: rgba(0,0,0,0.8);}
nav.navbar .navbar-collapse {justify-content: center;}
nav.navbar .navbar-nav .nav-item a {color:#fff;text-transform: uppercase;font-family: 'PT Serif', serif;}
nav.navbar .navbar-nav .nav-item .dropdown-menu {background-color: #000;border-radius:0px;}
.dropdown-item:focus, .dropdown-item:hover {background-color: inherit;color:inherit;}
nav.navbar .navbar-nav .nav-item .dropdown-menu a {text-transform: capitalize;}
.logo {background-color: rgba(0,0,0,0.8);}

@media only screen and (max-width: 768px) {
  .logo {display:none;}
  .navbar-brand {display:block}
  .navbar-brand img {height:50px;}
  
}



footer {background-color:rgba(0,0,0,0.9);text-align:center;padding:30px 0px;text-align:center;margin: 0px -30px;}
footer .credits {font-size:12px;padding:15px;}

#home-slider {border:solid #fff 15px;height:550px;}
#home-slider .carousel-inner {height:100%;width:100%;}
#home-slider .carousel-inner .carousel-item {height:100%;width:100%;}
#home-slider .carousel-item img {height:100%;width:100%;object-fit:cover;}
#home-slider .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 1.25rem;
    left: unset;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    padding: 1.25rem 30px;
    width: 350px;
}
#home-slider .carousel-caption {font-family: 'PT Serif', serif;font-style: italic;}
@media only screen and (max-width: 768px) {
  #home-slider {border:none;margin:0px -45px;height:400px;}
}

#page-slider {max-height:450px;}
#page-slider img {max-height:450px;object-fit:cover;}
@media only screen and (max-width: 768px) {
  #page-slider {display:none;}
}

.pag-titolo {background-color:#fff;font-family: 'PT Serif', serif;font-size:22px;font-style: italic;
    padding: 10px;
    margin-bottom: 0px;}
.page-testo{background-color:#fff;padding:30px;margin-bottom:30px;}
@media only screen and (max-width: 768px) {
  .page-testo iframe {width:100%;}
}

.img-news {width:100%;}

.logo img {height:100px;}

.hero {margin-right:-12px; margin-left:-12px;}

section.wrapper {background-image: url(../img/bg-dark.png);max-width:1280px;margin:0px auto;padding:30px 30px 0px 30px;}
@media only screen and (max-width: 768px) {
  section.wrapper:not(.home) {padding:30px 5px 0px 5px;}
}

.btn.btn-success {color:#fff;}


.title {
    position: relative;
    margin: 0 -12px 20px -12px;
    padding: 30px 15px 10px 15px;
    line-height: 1;
    
    border-bottom: 1px dotted #b0b0b0;
    font-size: 20px;
    line-height: 1;
    
    letter-spacing: normal;
    /*margin-bottom: 30px;*/
    display:flex;
    justify-content:space-between;
}
.title h1 {font-style: italic;
    color: #444444;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size:inherit;
}
.title h2 {font-style: italic;
    color: #fff;
    padding: 10px 0 0 10px;font-size:20px;line-height: 20px;
    font-family: 'PT Serif', serif;
}

.title a {font-style: italic;}

.title .title-actions-print {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgb(255 255 255 / 20%) inset, 0 1px 2px rgb(0 0 0 / 5%);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    vertical-align: middle;
}

.title .property-price {
    font-size: 20px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    letter-spacing: -1px;
}

.title .title-actions {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
}
.title .title-property-location a {
    margin-left: 5px;
}


.page-testo .title h2 {color:#000;}


.property-sidebar {padding:0px 30px 0px 30px;}
.property-sidebar .title {margin:0px;padding-top:0px;}

.property-info .item {display:inline;}
.property-info .item b {padding-right:25px;}

.galleria .immagini {display:flex;flex-wrap:wrap;}
.galleria .immagini > div {flex-basis:calc(33% - 30px);margin:15px;}
.galleria .immagini > div img {width:100%; object-fit: cover;height: 100%;}
@media only screen and (max-width: 768px) {
  .galleria .immagini > div {flex-basis:calc(50% - 30px);margin:15px;}
  .property-sidebar {display:none;}
}


.form-property {padding: 15px 15px;}
.form-property label {color:#fff;margin-top:15px;}
.form-property input.btn {margin-top:15px;}



.immobili-list {display:flex;}
.immobili-list .item {flex-basis: 25%;margin:0px 15px;}
.immobili-list .item:first-child {margin-left:0px;}
.immobili-list .item:last-child {margin-right:0px;}
.immobili-list .card img {height:150px;object-fit:cover;border:solid 15px #fff;}
.immobili-list .card {border-radius:0px;}
.immobili-list .card a {color:#fff;}
.immobili-list .card .card-text {min-height:120px;}
.immobili-list .card .card-body .bottom {display:flex;justify-content:space-between;align-items: center;}
.immobili-list .card .card-body .tag {font-size:12px;text-align:right;font-style:italic;display:block;}
.immobili-list .card .card-title {font-family: 'PT Serif', serif;font-style: italic;}
.immobili-list .property-details-overview {
    position: relative;
    margin: 0 0 20px;
    padding: 10px 0;
    line-height: 1.25;
    border-top: 1px dotted #b0b0b0;
    border-bottom: 1px dotted #b0b0b0;
    overflow: hidden;
    font-size:14px;
}
.immobili-list .property-price {
    font-family: 'PT Serif', serif;
    letter-spacing: -1px;
    font-weight: 400;
    float: right;
}
.immobili-list .property-details-1 {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 0 0 20px;
    background: url(/resources/bg-details-beds.png) no-repeat left center;
}
.immobili-list .property-details-2 {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 0 0 13px;
    background: url(/resources/bg-details-baths.png) no-repeat left center;
}
.immobili-list .property-details-3 {
    float: left;
    width: auto;
    padding: 0 0 0 13px;
    background: url(/resources/bg-details-size.png) no-repeat left center;
}

@media only screen and (max-width: 768px) {
  .immobili-list {flex-direction:column}
  .immobili-list .item {flex-basis: unset;margin:0px 0px 15px 0px;}
}

.elenco-immobili {display:flex;flex-direction:column;}
.elenco-immobili .item {flex-basis: 100%;margin:15px 0px;}
.elenco-immobili .card {flex-direction:row;}
.elenco-immobili .card img {height:250px;width:650px;object-fit:cover;border:solid 15px #fff;}
.elenco-immobili .card .card-body {width:30%;}

.elenco-immobili .card .card-body .bottom {display:flex;justify-content:space-between;align-items: center;}
.elenco-immobili .card .card-body .tag {font-size:12px;text-align:right;font-style:italic;display:block;}

.elenco-immobili .card .card-title {font-family: 'PT Serif', serif;font-style: italic;}
.elenco-immobili .property-details-overview {
    position: relative;
    margin: 0 0 20px;
    padding: 10px 0;
    line-height: 1.25;
    border-top: 1px dotted #b0b0b0;
    border-bottom: 1px dotted #b0b0b0;
    overflow: hidden;
    font-size:14px;
}
.elenco-immobili .property-price {
    font-family: 'PT Serif', serif;
    letter-spacing: -1px;
    font-weight: 400;
    float: right;
}
.elenco-immobili .property-details-1 {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 0 0 20px;
    background: url(/resources/bg-details-beds.png) no-repeat left center;
}
.elenco-immobili .property-details-2 {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 0 0 13px;
    background: url(/resources/bg-details-baths.png) no-repeat left center;
}
.elenco-immobili .property-details-3 {
    float: left;
    width: auto;
    padding: 0 0 0 13px;
    background: url(/resources/bg-details-size.png) no-repeat left center;
}

@media only screen and (max-width: 768px) {
    .elenco-immobili {display:block;}
    .elenco-immobili .card {flex-direction:column;}
    .elenco-immobili .card img {width:100%;}
    .elenco-immobili .card .card-body {
        width: 100%;
    }
}


.last-news .item {background-color:#fff;padding:15px; margin-bottom:30px;}
.last-news .item .news-title {color: #505050;padding-bottom:15px;}
.last-news .item .news-title h3 {font-style: italic;font-size: 22px;    font-family: 'PT Serif', serif;border-bottom: 1px dotted Gray;margin:0px;}
.last-news .item .news-title .date {font-family: 'PT Sans', sans-serif;font-size: 12px;}
.last-news .item .news-body {display:flex;}
.last-news .item .news-body .image {width:220px;}
.last-news .item .news-body .image img {width:100%;}
.last-news .item .news-body .text {padding:0px 30px;width:calc(100% - 220px);}
.last-news .item .news-body .text a {color:#fff;}

@media only screen and (max-width: 768px) {
  .last-news .item .news-body {flex-direction:column}
    .last-news .item .news-body .image {width:100%;}
    .last-news .item .news-body .text {width:100%;padding:0px 0px;margin-top:15px;}
}

div.date {font-size:16px;margin-top: -20px;margin-bottom: 20px;font-style:italic;}


.news-box {padding:45px;}

/*#region CALL TO ACTION*/

.widget-call-to-action {
    margin-bottom: 40px;
    margin-top: 40px;
    background: #DDDDDD url(../img/bg-dots.png);
    display: table;
    width: 100%;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget-call-to-action .widget-inner {
    background-color: transparent;
    padding: 0px;
}

.call-to-action-text {
    display: table-cell;
    width: auto;
    padding-right: 10px;
    line-height: 1.75;
    vertical-align: middle;
}

.call-to-action-text h2 {
    line-height: 1.2;
    font-size: 26px;
}
.call-to-action-text span {
    display: block;
    margin-top: 5px;
}

.widget-call-to-action-blockquote {
    margin-bottom: 40px;
    margin-top: 40px;
    background: #DDDDDD url(../img/bg-dots.png);
    display: table;
    width: 100%;
    padding: 40px 30px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family:'Pristina';
    font-size:48px;
    text-align:center;

}

@media only screen and (max-width: 768px) {
.widget-call-to-action-blockquote {
    line-height: 52px;
}

.widget-inner.d-flex.align-items-center {flex-direction:column}
.call-to-action-text h2 {
    line-height: 1.2;
    font-size: 22px;
}

.call-to-action-text {
    line-height: 1.3;
    font-size: 16px;
}
.call-to-action-button {margin-top:15px;}
}
/*#endregion*/

.form-control.validate.required {border:solid 1px red;}
.thanks {color:#fff;}

.hero.hero-property {max-height:450px;overflow:hidden;}
.hero.hero-property img {object-fit:cover;width:100%;height:100%;object-position:center;}

.property-sidebar .item {background-color:#fff;padding:15px;margin-bottom:15px;}
.property-sidebar .item h3 {font-style: italic;
    color: #444444;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size:22px;
    font-size: inherit;border-bottom:dotted 1px #333;padding-bottom:10px;margin:0px;}
.property-sidebar .item .news-title .date {font-size: 12px;padding-bottom:15px;display:block;}
.property-sidebar .item .news-body .image {margin-bottom:15px;}
@media only screen and (max-width: 768px) {
.property-sidebar {display:none;}
}





span.eu-energy-label {
    display: inline-block;
    width:68px;
    height:0;
    padding-top:16px;
    background: transparent url(/resources/EU_energy_label.png) left top no-repeat;
    overflow: hidden;
    vertical-align: middle;
    
}
.eu-energy-label.class- {
    background-position: 10000px 10000px
}
.eu-energy-label.class-akkk {
    background-position: 0 0;
}
.eu-energy-label.class-akk {
    background-position: 0 -17px;
}
.eu-energy-label.class-ak {
    background-position: 0 -35px;
}
.eu-energy-label.class-a {
    background-position: 0 -53px;
}
.eu-energy-label.class-b {
    background-position: 0 -70px;
}
.eu-energy-label.class-c {
    background-position: 0 -88px;
}
.eu-energy-label.class-d {
    background-position: 0 -106px;
}
.eu-energy-label.class-e {
    background-position: 0 -123px;
}
.eu-energy-label.class-f {
    background-position: 0 -141px;
}
.eu-energy-label.class-g {
    background-position: 0 -159px;
}



.property-search input[type=text], .property-search select {display:inline-block;width:calc(100% - 100px);}

.property-search  {
    background-color: #DDDDDD;
    padding: 30px 0 0 30px;
    background: url(../img/bg-dots.png);
}
.property-search-main {
    padding: 0 0 30px;
}
.property-search-text {
    width: 700px;
    margin: 0 20px 0 0;
    padding-left: 8px;
    padding-right: 8px;
}
.property-search-details {
    padding: 0 0 30px;
}
.property-search-details select {
    width: auto;
    margin: 0 18px 0 0;
        color: #444444;
    font-family: 'PT Sans',sans-serif;
}

.property-search-status {width:auto !important;}

.dropdown-menu .inner.show {background-color:rgb(247 249 250);font-size:14px;}
.dropdown-menu .inner.show li a {text-transform:capitalize;}
.dropdown-menu .inner.show::-webkit-scrollbar {width: 5px;}
.dropdown-menu .inner.show::-webkit-scrollbar-track {background: #f1f1f1;}
.dropdown-menu .inner.show::-webkit-scrollbar-thumb {background: #888;}
.dropdown-menu .inner.show::-webkit-scrollbar-thumb:hover {background: #555;}



.box-speciali .box-speciale {
    width: 100%;
    margin-bottom:15px;
}

.box-speciali .box-speciale img {
    width: 100%;
}
.clearfix {clear:both;}


.home {position:relative;}
.vischio {
    position: absolute;
    right: 30px;
    top: -48px;
    z-index: 99;
    rotate: 58deg;
    transform: scaleY(-1);
}
.vischio img {width:150px;}
@media only screen and (max-width: 768px) {
    .vischio {
        right: -5px;
        top: 37px;
    }
  .vischio img {width:50px;}
  
}


.wrapper-collaborazioni {
    background-color:#fff;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:space-between;
}
.wrapper-collaborazioni .partner-item {
    width:calc(33% - 20px);
    text-align:center;
    padding:0 15px;
}
.wrapper-collaborazioni .partner-item img {width:80%;}
@media only screen and (max-width: 768px) {
.wrapper-collaborazioni .partner-item {
    width:calc(50% - 20px);
}
}