/*---- MYSTYLE.CSS -----*/

@font-face {
    font-family: "MuseoSans_300";
    src: url('/fonts/museo-sans/MuseoSans_300.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MuseoSans_500";
    src: url('/fonts/museo-sans/MuseoSans_500.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* disabilito le freccette sugli input numerici */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body{
	font-family: "Montserrat-Medium";
	background-color: #F5F5F5;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .accountData .title {
    /*color: #282828;*/
	color: #004F78;
}

.accountData .titlefs22 {
	font-size: 22px;
	line-height: 36px;
}

.accountData .titlefs22 {
	font-size: 20px;
	line-height: 36px;
}


.accountContent p {
	font-size: 18px;
}

#pageHeader {
  width: 100%;
  position: inherit;
  z-index: 99;
}

#loader-img{
	display: none;
}

.bgWhiteDesktop{
	background-color: #fff;
}

.textPanna{
	background-color: #F4EFC9;
}

.blue-title strong{
	color: #004F78;
}

.social-share-btn a{
	color: #444444 !important;
}

.hidden-overflow{
	overflow: hidden;
}

.logo a span{
	color: #FFFFFF;
	font-size: 10px;
}

.img-logo-in img{
	max-width: 90% !important;
}

.introBanner {
    min-height: 70vh !important;
}

.bgBlackTrasparent{
	background: rgba(244,239,201,0.85);
}

.textWhite {
    color: #fff;
}

.font24{
	font-size: 24px;
}

.font30{
	font-size: 30px;
}

.pt8{
	padding-top: 8px !important;
}

.mtop0{
	margin-top: 0px !important;
}
.mbottom0{
	margin-bottom: 0px !important;
}

.mbottom20{
	margin-bottom: 20px !important;
}

.mbottom30{
	margin-bottom: 30px !important;
}

.mbottom40{
	margin-bottom: 40px !important;
}

.mbottom50{
	margin-bottom: 50px !important;
}

.mtop20{
	margin-top: 20px !important;
}

.mtop30{
	margin-top: 30px !important;
}

.mtop40{
	margin-top: 40px !important;
}

.mtop50{
	margin-top: 50px !important;
}

.pbottom20{
	padding-bottom: 20px;
}

.pageAside dd {
    margin: 0 0 6px;
}

.pageAside dt{
	font-size: 20px;
    line-height: 1.6;
}

.error{
	color: #FF0000 !important;
}

a {
    color: #60B454;
}

a:hover, a:focus {
    color: #7CE16D;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.homeapp-content h2 {
    margin: 0 0 20px;
}

.homeapp-content h2 a{
	/*color: #60B454;*/
	color: #004F78;
}

.homeapp-content h2 a:hover{
	color: #FFFFFF;
}

.divh1home{
  font-weight:700; 
  margin-top:24px; 
  margin-bottom: 20px; 
  letter-spacing:1.4px; 
  color:#004F78;
}
/*
.divh1home h1{
  float:left;
}
*/


.flleft {
  float:left;
}

.vedi-tutto {
  /* font-style: italic;
  text-decoration: underline;
  font-weight: bold;
	float:right; */
	font-weight: bold;
    float: right;
    padding: 2px 8px;
    color: #fff;
    background-color: #004F78;
	border: 1px solid #FFF;
}

a.vedi-tutto:hover{
	background-color: #FFFFFF;
    color: #282828;
    border: 1px solid #E0E0E0;
}

#pageHeader.headerAbsolute{
	top: 20px;
}

.pageMainNav.pageMainNav4 > li > a, .pageMainNav.nav.pageMainNav4 > li > a, .pageMainNav.navbar-default.pageMainNav4 > li > a {
 	color: #004F78; 
}

.pageMainNav.pageMainNav4 > li > a:focus, .pageMainNav.pageMainNav4 > li > a:active, .pageMainNav.nav.pageMainNav4 > li > a:focus, .pageMainNav.nav.pageMainNav4 > li > a:active, .pageMainNav.navbar-default.pageMainNav4 > li > a:hover, .pageMainNav.navbar-default.pageMainNav4 > li > a:focus, .pageMainNav.navbar-default.pageMainNav4 > li > a:active {
	color: #60B454;
}

.pageMainNav.pageMainNav4 > li > a:hover, .pageMainNav.nav.pageMainNav4 > li > a:hover{
	color: #60B454;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #60B454;
    background-color: #FFFFFF;
}

.pageMainNavDropdown > li > a, .pageMainNavDropdown.dropdown-menu > li > a{
	color: #004F78;
}

.pageMainNavDropdown > li > a:hover, .pageMainNavDropdown > li > a:focus, .pageMainNavDropdown > li > a:active, .pageMainNavDropdown.dropdown-menu > li > a:hover, .pageMainNavDropdown.dropdown-menu > li > a:focus, .pageMainNavDropdown.dropdown-menu > li > a:active {
    background-color: #60B454;
    color: #fff;
}

.pageMainNav.pageMainNav4 > li > a::after, .pageMainNav.nav.pageMainNav4 > li > a::after, .pageMainNav.navbar-default.pageMainNav4 > li > a::after {
    border-bottom: 3px solid #60B454;
}

.pageMainNavDropdown.pageMainNavDropdown2 > li > a, .pageMainNavDropdown.dropdown-menu.pageMainNavDropdown2 > li > a {
    color: #ffffff;
}

.pageMainNavDropdown.pageMainNavDropdown2 > li > a:hover, .pageMainNavDropdown.dropdown-menu.pageMainNavDropdown2 > li > a:hover {
    color: #000;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #60B454;
    background-color: #FFF; 
}

.phone-info{
	/*margin-right: 15%;
	margin-top: 20px;*/
	font-size: 23px;
}

.phone-info ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.btnPlus:hover {
    color: #282828;
}

.fontNeuron {
    font-family: "Montserrat-Medium", "Playfair Display", "Neuron", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.top-h1 h1{
	font-size: 12px;
	margin-top: 0px;
    margin-bottom: 0px;
}

.h1home{
    font-size: 38px;
    line-height: 43px;
}
.findFormBlock {
    padding-top: 0px;
    padding-bottom: 25px;
}
@media (max-width: 1199px){
}
@media (max-width: 991px){
  .h1home{
      font-size: 30px;
      line-height: 35px;
  }
  .findFormBlock {
    padding-top: 0px;
  }
}
@media (max-width: 767px){
  .h1home{
      font-size: 30px;
      line-height: 35px;
  }
  .findFormBlock {
    padding-top: 0px;
  }
  .valuta-immobile {
    padding-top: 0px;
  }
}
@media (max-width: 638px){
}
@media (max-width: 566px){
}
@media (max-width: 486px){
}



.postColumn h2, .postColumn .h2 {
    font-size: 18px;
	font-weight: 500;
}

.fwSemi {
    font-weight: 500;
}

.postColumn h3, .postColumn .h3, .newsPostColumn h3 {
    font-size: 18px;
    font-weight: 500;
    margin:0px;  
}

.mbottom30{
	margin-bottom: 30px;
}

.pbottom13{
	padding-bottom: 13px;
}

.bg-primary {
    /*background-color: #003082;*/
	background-color: transparent;
}
.logo h1, .logo h2{
	color: #FFFFFF;
	font-size: 10px;
	display: inline;
}

.headerAbsolute .logo {
    text-align: center;
}

.textBlack{
	color: #000000 !important;
}

.switcherDotsVertical {
    background-color: rgba(0, 3, 23, 0.3) !important;
}

.text-info {
    color: #60B454;
}

.textLightDark {
    color: #282828;
}

.headerContactList a.text-info {
    color: #60B454;
}

.headerContactList a.text-info:hover {
    color: #60B454;
}

.headerContactList a:hover {
    color: #C0C0C0;
}
.contactInfo .adr .text a:hover, .contactInfo .adr .text a:focus {
    color: #C0C0C0;
}

.accountData .sub-title, .accountData .sub-title h2 {
    color: #282828;
}

.socialNetworks.topBarPanelListSocial > li > a {
    color: #282828;
    font-size: 11px;
}

#pageNav .navbar-collapse {
   background-color: #8d7b75;
    
}
@media (max-width: 1199px){
    #pageNav .navbar-collapse {
        border-left: 1px solid #ece7e4;
    }
    }
#pageNav .menuTitle {
    background-color: transparent; 
}

.pageMainNav > li, .pageMainNav.nav > li, .pageMainNav.navbar-default > li {
    border: solid rgba(130, 130, 130, 0.1);
}

.pageMainNav.pageMainNav2 > li > a:after, .pageMainNav.nav.pageMainNav2 > li > a:after, .pageMainNav.navbar-default.pageMainNav2 > li > a:after {
    border-bottom: 3px solid #FF5800;
}

.homeapp-content .description p {
    line-height: 1.66;
}

.bannerImageSlideshow:before {
    z-index: 1;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#282828), color-stop(40%, rgba(19, 41, 61, 0)));
    background: -webkit-linear-gradient(top, #282828 0%, rgba(19, 41, 61, 0) 40%);
    background: -o-linear-gradient(top, #282828 0%, rgba(19, 41, 61, 0) 40%);
    background: linear-gradient(to bottom, #282828 0%, rgba(19, 41, 61, 0) 40%);*/
	background: transparent;
}

.bannerImageSlideshow .bgCover{
	opacity: 1;
}

.visualPostColumn:before {
    z-index: 3;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(19, 41, 61, 0)), to(rgba(19, 41, 61, 0.8)));
    background: -webkit-linear-gradient(top, rgba(19, 41, 61, 0) 30%, rgba(19, 41, 61, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(19, 41, 61, 0) 30%, rgba(19, 41, 61, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(19, 41, 61, 0) 30%, rgba(19, 41, 61, 0.8) 100%);
}

.visualPostColumn:after {
    background-color: #282828;
}

.blockH .bdrBottom {
    /*border-bottom: 1px solid #282828;*/
	border-bottom: 1px solid #004F78;
}

.homeapp:after {
    /*background: rgba(0, 79, 120, 1);*/
	background: rgba(96, 180, 84, 1);
}

.form-vendi-testo{
	box-shadow: 0 7px 4px -4px rgba(19, 41, 61, 0.05);
}

.btnDark {
    background-color: #004F78;
    border-color: #001842;
    color: #fff;
}

.btnSecondary {
    background-color: #004F78;
    color: #fff;
    border-color: #001842;
}

.btnGreen{
	background-color: #60B454;
    color: #fff;
    border-color: #437E3A;
}

.btnBlue{
	background-color: #004F78;
    color: #fff;
    border-color: #001842;
}

.btnSecondary:hover, .btnSecondary:focus, .btnSecondary:active, .btnGreen:hover, .btnGreen:focus, .btnGreen:active, .btnBlue:hover, .btnBlue:focus, .btnBlue:active {
    background-color: #FFFFFF;
    color: #282828;
    border-color: #E0E0E0;
}

.btn3 {
    background-color: #EEEEEE;
    color: #000;
    border-color: #999999;
}

.btn3:hover, .btn3:focus, .btn3:active {
    /*background-color: #60B454;
    color: #FFF;
    border-color: #000000;*/
	background-color: #004F78;
    color: #FFF;
    border-color: #001842;
}

.latestPostsSlider .slick-arrow {
    color: #282828;
}

.latestPostsSlider.slide-v2 .slick-next, .latestPostsSlider.slide-v2 .slick-prev {
    border: 1px solid #282828;
}

.latestPostsSlider .slick-arrow:hover {
    color: #080808;
}

.textSecondary {
    color: #60B454;
}

.textSecondaryBlue {
    color: #004F78;
}

.news-posts-carousel2 .newsPostColumn h2{
	height: 100px;
}

.pageAside {
    background-color: #E5E9FE;
    padding-top: 25px;
	padding-bottom: 15px;
}

.pageAside dt {
    color: #003082;
}

.postsWidgetList h4, .postsWidgetList .h4 {
    color: #003082;
}

#pageFooter {
    color: #ECECEC;
    background-color: #001842;
	padding-top: 10px;
}

.noPulsanti{
	padding-bottom: 10px;
}

.withPulsanti{
	padding-bottom: 10px;
}

#pageFooter p a:hover {
    /*color: #003082;*/
	color: #60B454;
}

.btnScrollToTop:hover {
    color: #60B454;
}

.pageFooterSocial > li > a:hover {
    /*color: #003082;*/
	color: #60B454;
}

.slide-v2 .float-right {
    padding: 0; 
}

.slider-selection {
    background: #000;
}

.ribbon-div {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
    transform: translate3d(0, 0, 1px) rotate(-45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*background-color: #C39806;*/
	background-color: #003082;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 6px;
    position: absolute;
    z-index: 3;
    left: -30px;
    top: 15px;
    width: 120px;
    text-align: center;
    margin: auto;
    height: 30px;
    bottom: inherit;
    right: inherit;
	text-transform: uppercase;
}


.ribbon-oriz-div {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #003082;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 6px;
    position: absolute;
    z-index: 3;
    left: calc(100% - 150px);
    top: 0px;
    width: 150px;
    text-align: center;
    margin: auto;
    height: 25px;
    bottom: inherit;
    right: inherit;
    text-transform: uppercase;
}

.ribbon-red{
	background: #D10000;
}

.postColumn .imgHolder {
    overflow: hidden;
}

.under-property-action-message > .fi{
	color: #60B454;
}

.popup-phone > .fi{
	color: #282828;
}

.under-property-action-message i, .popup-phone i {
    font-size: 20px;
    margin: 0 5px 0 0;
}

.under-property-action-message span, .under-property-action-details span, .popup-phone span{
	font-size: 15px;
	color: #282828;
	font-weight: 700;
}

.under-property-action-details > .fi{
	font-size: 22px;
	color: #60B454;
}

.img-icon{
	height: 22px;
}

/*.bgLightDark {
    background-color: #F1F1F1;
}*/

.fancybox-close-small {
    background: #001842;
}

.popupTabsetList {
    background-color: #E0E0E0;
}

.form-control:focus {
    border-color: #282828;
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(28, 28, 28, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(28, 28, 28, 0.6);
}

.customFormInputReset:checked + .fakeCheckbox {
    background-color: #003082;
    border-color: #003082;
}

.chosen-container .chosen-results li.result-selected:before {
    background-color: #003082;
    border-color: #003082;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #003082;
    color: #fff;
}

.box-error{
	color: #FF0000;
}

.contactTitle{
	display: flow-root;
}

.contactTitle > img{
	float: left;
	padding-right: 20px;
}

.popupMedium {
    /*width: 100%;
    max-width: 600px;*/
	width: 600px;
}

.half-div{
	width: 48%;
	float: left;
}

.alpha{
	margin-right: 2%;
}

.omega{
	margin-left: 2%;
}

#result-segnala, #result-segnala-amico{
	color: #FF0000;
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}

#loader-img, #loader-img-amico{
	text-align: center;
}

.tabSetholder .tabset .active a {
    color: #000;
}

.tabSetholder .tabset a:hover {
    color: #282828;
    background: #fff;
}

.tabSetholder .tabset a {
    color: #000;
}

.tabSetholder .tabset {
    color: #282828;
    background: #DDDDDD;
}

.tabSetholder .tabset li {
    border-right: 1px solid #F5F5F5;
}

.details-li{
	margin-top: -3px;
}

.controIsoContentHolder{
	margin-left: 0px;
	margin-right: 0px;
}

.widgetRecentPostsList .price {
    color: #282828;
}

.contactFormPage .hb-headarea a {
    color: #FF5800;
}

.contactFormPage .hb-headarea .hb-numberbox {
    border: 1px solid #FF5800;
}

.contactFormPage .hb-headarea .hb-numberbox h3 {
    color: #FF5800;
}

.btnDark:hover, .btnDark:focus, .btnDark:active {
    color: #090909;
    background-color: #fff;
    border-color: #090909;
}

.postsFiltersList > li > a:hover {
    color: #282828;
}

.topBarPanelListDropdown .dropdown-toggle:hover {
    color: #404040;
}

.topBarPanelListDropdown .dropdown-menu > li > a {
	color: #FFF;
}

.topBarPanelListDropdown .dropdown-menu > li > a:hover, .topBarPanelListDropdown .dropdown-menu > li > a:focus, .topBarPanelListDropdown .dropdown-menu > li > a:active {
    color: #CDCDCD;
}

.topBarPanelListDropdown .caret {
    color: #282828;
}

.topBarPanelList > li:before {
    background-color: #282828;
}

.socialNetworks.topBarPanelListSocial > li > a:hover {
    color: #404040;
}

.slide-v2 .postColumn .postHoverLinskList {
    padding: 10px 20px;
	display: flex;
	background-color: #F6F6F6;
}

.postHoverLinskList > li{
	width: 50%;
}

.postColumn address {
	font-size: 14px;
	margin-bottom: 0px;
	background-color: #003082;
	color: #FFFFFF;
	padding-top: 8px;
}

.postColumn .postColumnFoot {
	font-size: 14px;
	border-bottom: 1px solid #deedf0; 
	padding-left: 10px;
	padding-right: 10px;
    padding-top: 10px;
	line-height: 1.66;
}


.postColumn .fixedMinHeightTitle{
	min-height: 90px;
}

.postColumn .fixedHeightTitleHome{
	height: 50px;
    /* display: block; */
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}


.postColumn .fixedMinHeightDesc{
	min-height: 190px;
}

.postColumn .fixedHeightDesc{
	height: 160px;
	display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
	padding-top: 5px;
}

.postColumn .ptb10{
	padding-top: 10px;
	padding-bottom: 10px;
}

.postColumn .fixedHeightTitleHome h3{
	font-size: 17px;
}

.descrWrap .title-hfixed{
	height: 44px;
	display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.descrWrap h2.title-hfixed{
	font-size: 17px;
	line-height: 21px;
}

.descrWrap .desc-hfixed{
	height: 121px;
	display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
	line-height: 23px;
}

.postColumn__ListView address{
	margin-top: 2px;
	margin-bottom: 6px;
}

.postColumn__ListView .priceWrap{
	margin-bottom: 10px;
}

.postColumn__ListView .rif-sh{
	position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #004F78;
    color: #FFF;
    padding: 0px 8px;
}

.p0{
	padding: 0;
}

@media (min-width:1200px){
	.postColumn__ListView .postColumnFoot ul{
		margin-right: -46px;
	    justify-content: space-between;
	}
}

@media (max-width: 1199px){
	.descrWrap .title-hfixed{
		height: 40px;
	}
	
	.descrWrap .desc-hfixed{
		height: 86px;
		-webkit-line-clamp: 4;
		line-height: 21px;
	}
	
	.postColumn__ListView address{
		margin-top: 4px;
	}
}
@media (max-width: 991px){
	.postColumn__ListView .priceWrap{
		margin-bottom: 0;
	}
	
	.descrWrap .desc-hfixed{
		height: 125px;
		-webkit-line-clamp: 5;
		line-height: 24px;
	}
}
@media (max-width: 767px){
	.postColumn .fixedHeightTitleHome{
		height: 30px;
    	-webkit-line-clamp: 1;
	}
	
	.descrWrap .title-hfixed {
    	height: 25px;
		-webkit-line-clamp: 1;
		line-height: 25px;
	}
	
	.descrWrap .desc-hfixed {
		height: 90px;
		-webkit-line-clamp: 4;
		margin-top: 0;
		line-height: 22px;
	}
}

@media (max-width: 638px){
}
@media (max-width: 566px){
  .postColumn .fixedMinHeightTitle{
	  min-height: 70px;
  }
  .postColumn .fixedMinHeightDesc{
    min-height: 190px;
  }
	
  .descrWrap h2.title-hfixed {
    	line-height: 22px;
  }	
}
@media (max-width: 486px){
}

@media (min-width: 567px){
	.postColumn__ListView .my-alignleft{
		margin-right: 8px;
	}
}



.video-yt{
	margin-bottom: 30px;
}

.icon-yt{
	z-index: 9;
    position: absolute;
    background-color: #3333337d;
    color: white;
    top: 1px;
    right: 15px;
    padding: 5px;
}

.no-border-bottom{
	border-bottom: none !important;
}

.no-border-top{
	border-top: none !important;
}

.postColumn__ListView .postColumnFoot {
    padding-top: 6px;
}

.postColumn__ListView .descrWrap {
    padding-bottom: 6px;
	padding-top: 6px;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

.contactFormPage .hb-headarea .hb-numberbox h3 a {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

.similar-property .postColumn .postHoverLinskList {
    padding: 10px 0 0;
    display: flex;
}
.similar-property .postColumn .postHoverLinskList {
    position: static;
    /*padding: 20px 0 0;*/
	padding: 10px 20px;
    /*display: inline-block;*/
    vertical-align: middle;
}

.similar-property .postColumn .postHoverLinskList > li {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    margin: 0 5px 0 0;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.similar-property .postColumn {
    border: 1px solid #dfebee;
}

.pagination.pagination1 {
    margin-top: 10px;
}

.pagination.pagination1 .page-numbers.current {
    background-color: #004F78;
    color: #fff;
}

.pagination.pagination1 .page-numbers {
    background-color: #fff;
    color: #004F78;
}

.pagination.pagination1 .page-numbers:not(.dots):hover {
    background-color: #004F78;
    color: #fff;
}

.pagination.pagination1 .page-numbers.dots {
    padding-right: 6px;
    padding-left: 6px;
}

.breadcrumb > li + li:before {
    content: "> ";
}

.numero_immobili{
	text-transform: uppercase;
	text-align: right;
}

.select-ordinamento{
	background-color: transparent;
	border: none;
	top: -2px;
    position: relative;
	text-align: right;
}

.gradientBackground{
	background-image: linear-gradient(#282828, transparent);
}

.postColumn {
    padding: 0px 0px;
}

.slide-v2 .postColumn .aligncenter {
    margin-bottom: 0px;
}

.postColumn .aligncenter {
    position: relative;
    margin: 0 0px 0px;
}

.list-unstyled-1 {
    padding-left: 0;
    list-style: none;
	padding-top: 5px;
}

.inline-ul{
	display: inline-flex;
	width: 100%;
	padding-right: 20px;
}

.inline-ul > li{
	width: 100%;
	white-space: nowrap;
}

.inline-ul li:last-child{
	text-align: right;
}

.postColumn h2{
	margin: 0 0 2px;
}

.slide-v2 .postColumn .postColumnFoot ul {
    padding: 0 0 5px;
}

.list-unstyled > li{
	text-align: left;
	z-index: 9;
}

.widgetCategoryList > li{
	text-align: left;
	text-transform: uppercase;
}

.pull-center{
	text-align: center;
}

#filterDiv{
	width: 100%;
}

#ricerca-toggle{
	color: #282828;
	width: 100%;
	padding: 8px;
	text-align: center;
	border: 1px solid #D7D7D7;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.map {
    background: #ff4900;
    padding: 0;
    margin: 0;
}

.map iframe {
    border: 0;
    padding: 0;
}

#mapbig{
	height: 400px;
	
}

.my-panolens-content{
	width: 100%;
	height: 400px;
	background: transparent !important;
	margin-bottom: 20px !important;
}

.pageMainNav .frame {
    background-color: #FFF;
}

.valuta-immobile{
	padding-bottom: 20px;
}

.contentFiltersHeadingWrap {
    padding-top: 80px;
}

.contentFiltersHeadingWrapMain{
	padding-top: 200px;
}

.paddingContentFiltersMain{
	padding-top: 0px;
}

.propertyIntroCaption {
    padding-top: 0px;
}

.propertyIntroImageSlider {
    top: 172px;
	height: 172px;
}

.linkDistributer .fas{
	color: #60B454;
}

.bannerList{
	margin-bottom: 30px;
}

ul.categorie-lato{
	list-style-type: none;
	padding-left: 0px;
	line-height: 30px;
}

ul.list-nuove-info{
	padding-left: 0;
	text-align: left;
}

.list-nuove-info > li{
	line-height: 30px;
	text-align: left;
}

ul.info-principali-scheda{
	list-style-type: none;
	padding-left: 0px;
}

ul.info-principali-scheda > li{
	width: 100%;
    color: #13293d;
    padding: 13px 20px 13px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    list-style-type: none;
	border-bottom: 1px solid #E6E6E6;
}

ul.info-principali-scheda > li > span{
	/*width: 100%;*/
    /*float: left;*/
}

ul.info-principali-scheda > li > span.righttext{
	color: #8e99a3;
	float: right;
}

.btn-maggiori-info {
    width: 100%;
}

.prezzo-scheda-ribassato{
	color: #60B454;
	font-size: 18px;
}

.prezzo-scheda-iniziale{
	-webkit-text-decoration-line: line-through; /* Safari */
   text-decoration-line: line-through;
}

.map-area {
    padding-top: 56px;
	padding-bottom: 25px;
    margin-top: 32px;
}

.contactInfoPage .adr i{
	color: #60B454;
}

.contactInfoPage .adr .text a:hover, .contactInfoPage .adr .text a:focus {
    color: #60B454;
}

.contactInfoPage .socialNetworks > li > a:hover {
    color: #004F78;
}

.bgLightGrey{
	background-color: #F5F5F5;
}

.propertyIntroCaption .breadcrumb, .propertyIntroCaption .breadcrumb.breadcrumb1 {
	color: #444444;
}

.propertyIntroCaption .breadcrumb, .propertyIntroCaption .breadcrumb.breadcrumb1 a:hover{
	color: #13293d;
}

.noPaddingTop{
	padding-top: 0 !important;
}

.nome-sede{
	font-weight: bold;
}

ul.ul-valuta-casa{
	list-style-type: none;
	padding-left: 0px;
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.ul-valuta-casa > li{
	width: 100%;
	text-transform: uppercase;
    list-style-type: none;
	font-size: 22px;
	/*font-weight: bold;
	font-style: italic;*/
	text-align: center;
	margin-bottom: 25px;
	font-family: "Montserrat-Medium", "Rockwell", "Karla", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.ul-valuta-casa > li > .fa{
	/*color: #60B454 !important;*/
	color: #B21010 !important;
}

ul.ul-valuta-casa img{
	margin: 0 auto;
	text-align: center;
	width: 52px;
}

ul.ul-valuta-casa .desc-valuta-casa{
	width: 100%;
	text-align: center;
	padding-top: 4px;
}

.guide-fa .fa{
	color: #60B454;
}

.pageAside h2, .pageAside .h2{
	font-size: 23px;
}

.pageMainNav > li > a, .pageMainNav.nav > li > a, .pageMainNav.navbar-default > li > a {
    font-size: 15px;
}

.height-textWrap{
	height: 640px;
}

.video-play{
	width: 100%;
	height: 100%;
}

.video-space{
	width: 100%;
    /*height: 100%;*/
    position: absolute;
	text-align: center;
	top: calc(50% - 45px);
	left: -20px;
}
.my-video-fi{
    font-size: 50px;
	position: absolute;
    /*left: 35%;
    top: 80px;*/
}

.my-video-fi2{
	/*left: 38%;*/
}

.home-vt .my-video-fi{
	/*top: 98px;*/
}

.home-vt .my-video-fi2{
	/*left: 45%;*/
}


li.social-nel-menu{
	display: inline-flex;
	border: none !important;
	text-align: center;
	width: 100%;
}

li.social-nel-menu a{
	width: 50%;
	padding-right: 15px !important;
}

li.social-nel-menu p{
	color: #FFF;
	padding: 10px 5px;
}

.desc-alto{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
}

.slider__counter {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 1;
  font-weight: 600;
  color: #000;
}

.my-perche-scegliere li{
	color: #114a82;
}

.my-perche-scegliere > li > .icnHolder:hover {
    -webkit-box-shadow: 0 5px 5px rgba(19, 41, 61, 0.05);
    box-shadow: 0 5px 5px rgba(19, 41, 61, 0.05);
    color: #4c58a4;
}


.blockH {
	font-size: 28px;
}

.img-sec-blog{
	margin: 10px 0;
}

@media (max-width: 1199px){
	.postColumn .fixedMinHeightDesc{
		min-height: 185px;
	}
	
	.height-textWrap {
		height: 760px;
	}
	
	.my-video-fi{
		/*top: 60px;*/
	}
	
	.home-vt .my-video-fi{
		/*top: 75px;*/
	}

}

@media (min-width: 992px) and (max-width: 1199px){
	.news-posts-carousel2 .newsPostColumn h2{
		height: 120px;
	}
}


@media (min-width: 992px){
	.no-padding-left-pc{
		padding-left: 0;
	}
	#immobili-stessa-zona-mobile{
		display: none;
	}
	.valuta-immobile .btn{
		font-size: 18px;
	}
}

@media (max-width: 991px){	
  .blockH {
    	font-size: 26px;
	}
  
	#immobili-stessa-zona, #banner-square-lato, #banner-quanto-vale-la-tua-casa-lato{
		display: none;
	}
	
	.propertyIntroCaption {
    	padding-top: 0px;
	}

	.propertyIntroImageSlider {
		top: 153px;
		height: 172px;
	}
	
	.map-area {
		padding-top: 55px;
	}
	
	.noPaddingLatoMobile{
		padding-left: 0;
		padding-right: 0;
	}
	
	ul.ul-valuta-casa{
		list-style-type: none;
		padding-left: 0px;
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	
	.postColumn .fixedMinHeightDesc{
		min-height: 210px;
	}
	
	.height-textWrap {
		height: 640px;
	}
	
	.my-video-fi{
		/*top: 80px;*/
	}
	
	.my-video-fi2{
		/*top: 200px;
		left: 43%;*/
	}
	
	.home-vt .my-video-fi2{
		/*top: 220px;
		left: 47%;*/
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	.app-btns a {
    	margin-bottom: 20px;
	}
	
	.valuta-immobile .btn {
		font-size: 14px;
	}
	
	.news-posts-carousel2 .newsPostColumn h2{
		height: 200px;
	}
}


@media (min-width: 768px){
	.valuta-immobile .btn {
		line-height: 1.2;
		padding: 12px;
		width: 100%;
		display: block;
	}
	
	.navbar-default .navbar-nav > .active > a{
		color: #fff;
	}
	
	.pageMainNavDropdown.pageMainNavDropdown1 > li > a:hover, .pageMainNavDropdown.dropdown-menu.pageMainNavDropdown1 > li > a:hover {
		color: #fff;
		background-color: #B7F1AE;
	}
}

@media only screen and (max-width: 767px){
	.introBanner {
    	min-height: 45vh !important;
	}
	
	.propertyIntroBlock.style2 {
		/*min-height: calc(260px - 186px);*/
		min-height: 85px;
	}
	
	.propertyIntroCaption > .align {
		padding: 0 0; 
	}
	
	.contentFiltersHeadingWrap {
    	padding-top: 40px;
	}
	
	.bannerList{
		margin-bottom: 0px;
	}
	
	.propertyIntroCaption {
    	padding-top: 0px;
	}

	.propertyIntroImageSlider {
		top: 132px;
		height: 120px;
	}
	
	.paddingContentFiltersMain {
		padding-top: 0px;
	}
	
	.map-area {
		padding-top: 0px;
	}
	
	.rowHead {
    	margin-bottom: 15px;
	}
	
	.paddingLatoMobile15{
		padding-left: 15px;
		padding-right: 15px;
	}	
	
	.valuta-immobile .btn{
		width: 100%;
	}
	
	.postColumn .fixedMinHeightDesc {
		min-height: 260px;
	}
	
	.features-include-list-btn .btn{
		width: 100%;
		font-size: 16px;
		white-space: normal; 
	}
	
	.news-posts-carousel2 .newsPostColumn h2{
		height: 60px;
	}
	
	#fb-root .fb_dialog_content iframe{
		bottom: 64px !important;
	}
	
	.testimonilas2 .testimonialColumn{
		padding: 100px 50px 60px;
	}
	
	.popupMedium{
		width: 100%;
		max-width: 600px;
	}
	
	.height-textWrap {
		height: auto;
	}
	
	.my-video-fi{
		/*left: 40%;
		top: 40%;*/
		/*display: none;*/
	}
}

@media (max-width: 638px){
	.postColumn .fixedMinHeightDesc {
		min-height: auto;
	}
}

@media (max-width: 486px){
	.propertyIntroBlock.style2 {
    	/*min-height: calc(260px - 152px);*/
		/*min-height: calc(260px - 202px);*/
		min-height: 90px;
	}
	
	.propertyIntroBlock.style-scheda-imm {
    	min-height: calc(260px - 152px);
	}
  
  .blockH {
    	font-size: 24px;
	}
  
}

@media (max-width: 459px){
	.valuta-immobile .btn {
		font-size: 14px;
	}
	
	.news-posts-carousel2 .newsPostColumn h2{
		height: 110px;
	}
}

/*------------SCHEDA IMMOBILE------------*/
.anchorNavigationList > li.active > a {
    color: #282828;
}

.anchorNavigationList > li > a:hover {
    color: #282828;
}

.accountData .listpanel-head {
    float: none; 
    display: flex;
}

.captionAddress{
	padding-top: 10px;
}

.slick-carouselnav, .slick-carouselnav-plan{
	display: none;
}

.backOrange{
	background-color: #FF5800 !important;
	border-color: #FF5800 !important;
}

.backOrange:hover{
	background-color: #FF5800 !important;
	border-color: #FF5800 !important;
}

.backGreen{
	background-color: #60B454 !important;
	color: #FFFFFF;
	border-color: #60B454 !important;
}

.backGreen:hover{
	background-color: #60B454 !important;
	color: #FFFFFF;
	border-color: #60B454 !important;
}

.backBlue{
	background-color: #004F78 !important;
	color: #FFFFFF;
	border-color: #004F78 !important;
}

.backBlue:hover{
	background-color: #004F78 !important;
	color: #FFFFFF;
	border-color: #004F78 !important;
}

.btnCondividi{
    border-style: groove;
    background: white;
    border-radius: 5px;
        width: 35px;
    height: 35px;
}

.btnCondividi:hover{
    background: #004F78 !important;
	color: #FFF;

}

.accountData .listpanel-content{
	padding-top: 5px;
}

.accountData .listpanel-content ul{
	width: 100%;
	/*-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;*/
}

.accountData .listpanel-content ul li{
	width: 50%;
	display: inline-block;
}

.accountData .listpanel-content ul li span{
	width: 40%;
}

.accountData .listpanel-content ul li span.righttext{
	width: 60%;
}

.strange-slider {
    margin-bottom: -1px !important;
}

@media only screen and (max-width: 767px){
	.p-zero-slide-mobile{
		padding-left: 0;
		padding-right: 0;
	}

	.accountData .listpanel-content ul li{
		width: 100%;
	}
}



/*------------- FINE SCHEDA IMMOBILE --------------*/


/*----------- NUOVA VISUALIZZAZIONE LISTA IMMOBILI ------------------*/
.price-text{
	font-weight: 700;
	color: #282828 !important;
	font-size: 15px;
}

.my-list-unstyled{
	padding-left: 0;
    list-style: none;
    display: inline-flex;
}

.my-list-unstyled > li + li{
	margin-left: 30px;
}

.my-list-unstyled-big {
    padding-left: 0;
    list-style: none;
    display: flex;
    float: left;
}

.my-list-unstyled-big > li.stacco{
    padding-left: 0;
    list-style: none;
    display: flex;
    float: left;
	margin-left: 30px;
}

.classe-energetica{
	padding: 0px 10px; 
	max-width: 41px;
	font-weight: bold;
}

.classe-energetica:after {
 	content: "";
    display: block;
    width: 0;
    height: 0;
    /*margin-top: -22px;
    margin-left: 30px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;*/
	margin-top: -25px;
    margin-left: 30px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

.background-classe-energ-aplus{
	color: #FFF;
	background: #014924;
}

.background-classe-energ-aplus:after{
	border-left: 20px solid #014924;
}

.background-classe-energ-a{
	color: #FFF;
	background: #00612E;
}

.background-classe-energ-a:after{
	border-left: 20px solid #00612E;
}

.background-classe-energ-b{
	color: #FFF;
	background: #22A636;
}

.background-classe-energ-b:after{
	border-left: 20px solid #22A636;
}

.background-classe-energ-c{
	color: #282828;
	background: #BBD800;
}

.background-classe-energ-c:after{
	border-left: 20px solid #BBD800;
}

.background-classe-energ-d{
	color: #282828;
	background: #FFF500;
}

.background-classe-energ-d:after{
	border-left: 20px solid #FFF500;
}

.background-classe-energ-e{
	color: #282828;
	background: #F5AD00;
}

.background-classe-energ-e:after{
	border-left: 20px solid #F5AD00;
}

.background-classe-energ-f{
	color: #FFF;
	background: #E67817;
}

.background-classe-energ-f:after{
	border-left: 20px solid #E67817;
}

.background-classe-energ-g{
	color: #FFF;
	background: #C4261D;
}

.background-classe-energ-g:after{
	border-left: 20px solid #C4261D;
}

.background-classe-energ-in-fase-rilascio .fa{
	font-size: 18px;
	color: #ACACAC;
}

.li-stacco:after{
	
}

.postColumn__ListView .imgHolder:before, .postColumn .imgHolder:before {
    background: -o-linear-gradient(top, rgba(19, 41, 61, 0) 0%, rgba(19, 41, 61, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(19, 41, 61, 0) 0%, rgba(19, 41, 61, 0.5) 100%);
}

.postColumn__ListView .imgHolder:before{
	background: none;
}

.prezzo-li{
	padding-top: 5px;
}

.f-left{
	float: left;
	    padding: 4px;
}
.f-right{
	float: right;
}
.fs28{
	font-size: 28px;
}
.fs26{
	font-size: 26px;
}
.fs24{
	font-size: 24px;
}
.fs18{
	font-size: 18px;
}
.fs14{
	font-size: 14px;
}
.fs12{
	font-size: 12px;
}

.fs32r{
  font-size: 32px;
  line-height: 52px;
}

@media (max-width: 639px){
	.fs32r {
	  font-size: 26px;
	  line-height: 40px;
	}
}

.frontNumber, .frontNumber_scheda, .frontNumber_plan, .frontNumber_scheda_plan{
	z-index: 9;
    position: absolute;
    background-color: #3333337d;
    color: white;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    text-align: right;
}

.frontNumber_scheda, .frontNumber_scheda_plan{
	bottom: 6px;
}

.frontPlan{
	z-index: 9;
    position: absolute;
    color: white;
    bottom: 0px;
    left: 0px;
}

.frontPlan img{
	border-radius: 8px;
}

/*.slick-list{
	height: 100% !important;
}*/

/*----------- FINE NUOVA VISUALIZZAZIONE LISTA IMMOBILI ------------------*/



/* --- TASTI CONTATTA FINE ANTEPRIME FOTO --- */
.less-opacity{
	opacity: 45% !important;
}

.interessadiv {
    color: black;
    position: absolute;
    top: 28%;
    font-weight: bolder;
    text-align: center;
    width: 100%;
}

.contattadiv {
    color: black;
    position: absolute;
    top: 40%;
    font-weight: bolder;
    text-align: center;
    width: 50%;
    left: calc(25%);
    z-index: 9999;
	padding: 2px;
	background-color: #333;
}

.contattadiv a{
	color: #FFF !important;
	display: inline-block;
	width: 100%;
}

.separatorediv {
    color: black;
    position: absolute;
    top: 52%;
    text-align: center;
    width: 100%;
    font-size: 11px;
}

.tuttefotodiv {
    color: black;
    position: absolute;
    top: 60%;
    font-weight: bolder;
    text-align: center;
    width: 40%;
    z-index: 9999;
	left: 30%;
    background-color: #fff;
    border-radius: 15px;
	padding: 2px;
}

.tuttefotodiv a{
	color: #000;
	font-size: 13px;
	display: inline-block;
	width: 100%;
}

@media only screen and (max-width: 1199px){
	.contattadiv{
		width: 60%;
    	left: calc(20%);
	}
	
	.tuttefotodiv{
		width: 50%;
    	left: calc(25%);
	}
}


/* --- TASTI CONTATTA FINE ANTEPRIME FOTO --- */



/*----------- BLOG ----------------------*/

.widgetCategoryList a:hover {
    color: #60B454;
}

.widgetTaglist a:hover {
    background: #60B454;
	color: #FFFFFF;
}

.btn-info {
    color: #fff;
    background-color: #004F78;
    border-color: #001842;
}

.btn-info:hover {
    color: #FFF;
    background-color: #003082;
    border-color: #001842;
}

.tagActive{
	background-color: #60B454 !important;
}

.catActive{
	color: #60B454 !important;
}

@media (max-width: 991px){
	.paddingMobile15{
		padding: 15px !important;
	}
	
	.noPaddingMobile{
		padding: 0 !important;
	}
}

@media (max-width: 767px){
	.contentFiltersHeadingWrap{
		padding-bottom: 20px;
	}
	
	.widgetPadding{
		padding: 0;
	}
	
	#sidebar .widgetPadding{
		padding: 15px;
	}
	
	.paddingBox{
		padding: 25px 20px;
	}
	
	#immobili-stessa-zona-mobile .widgetPadding{
		padding: 25px 20px;
	}
	.mobile-ebook .widgetPadding{
		padding: 25px 20px;
	}
	
	.noPaddingBottom{
		padding-bottom: 0;
	}
}

/*------------ FINE BLOG ----------------*/

@media (min-width: 1200px){
	.bgBaseWrap {
		margin-bottom: 518px !important;
		background-color: #F5F5F5;
	}
	
	.homeapp-content {
		padding: 55px 0 0;
	}
}

@media (max-width: 1199px){
	.pageMainNav.pageMainNav4 > li > a, .pageMainNav.nav.pageMainNav4 > li > a, .pageMainNav.navbar-default.pageMainNav4 > li > a {
    	color: #FFFFFF;
	}
	
	.pageMainNav .frame{
		top: 30px;
	}
	
	.pageMainNavDropdown, .pageMainNavDropdown.dropdown-menu{
		background-color: #8d7b75;
	}
	
	.marginTop30Under1199{
		margin-top: 30px;
	}
}

@media (min-width: 993px){
	.postColumn__ListView .priceWrap {
    	display: block; 
	}
	
	.my-list-unstyled > li:last-child{
		display: none;
	}

	.onlySmall{
		display: inline;
		width: 100%;
	}
	
	.onlySmall-big{
		display: none !important;
	}
	
	.prezzo-li{
		display: none;
	}
	
	.prezzo-li-big{
		display: inline;
	}
	
	.servicesFetauresList > li {
    	width: 33% !important;
	}
}

@media (min-width: 768px){
	
	.findFormBlock .btn {
		font-size: 18px;
		line-height: 1.2;
	}
	
	.pageMainNavDropdown.pageMainNavDropdown1 > li > a, .pageMainNavDropdown.dropdown-menu.pageMainNavDropdown1 > li > a {
    	color: #004F78;
	}
	
	#pageNav.pageNav1 {
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(40, 40, 40, 0.9)), to(rgba(40, 40, 40, 0.9)));
		background-image: -webkit-linear-gradient(left, rgba(40, 40, 40, 0.9) 0%, rgba(40, 40, 40, 0.9) 100%);
		background-image: -o-linear-gradient(left, rgba(40, 40, 40, 0.9) 0%, rgba(40, 40, 40, 0.9) 100%);
		background-image: linear-gradient(90deg, rgba(40, 40, 40, 0.9) 0%, rgba(40, 40, 40, 0.9) 100%);
		/* background-size: calc(100% - 144px) 100%; */
	}
	
	.pageMainNav.pageMainNav1 > li > a:after, .pageMainNav.nav.pageMainNav1 > li > a:after, .pageMainNav.navbar-default.pageMainNav1 > li > a:after {
    	border-bottom: 3px solid #60B454;
	}
	
	.hidden-md{
		display: none;
	}
	
	.my-list-unstyled-big {
		float: none;
		width: auto;
	}
	
	.pageAside .col {
    	margin-bottom: 10px;
	}
}

@media (max-width: 1399px){
	
}

@media (max-width: 991px){
	.fancybox-close-small {
    	right: -10px;
	}
	
	.half-div{
		width: 100%;
		float: inherit;
		margin: 0;
		padding: 0;
	}
		
	.introSlide .introSlideHolder {
		min-height: calc(100vh - 300px);
	}
	
	.bgWhiteDesktop{
		background-color: transparent;
	}
	
	.sortGroup {
		margin-top: -20px;
	}
		
	.numero_immobili{
		text-align: left;
		margin-top: 5px;
	}
}

@media (min-width: 992px){
	#ricerca-toggle{
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.onlySmall-big{
		margin-top: -12px;
	}
	
	.onlySmall-big{
		display: inline !important;
	}
	
	.my-list-unstyled-big > li:last-child{
		display: none;
	}
	
	.onlySmall{
		margin-top: -12px;
	}
}

@media (min-width: 768px){
	#pageNav.pageNav1 .navbar-collapse {
    	padding: 1px 0 0 10px;
	}
	
	.prezzo-li{
		display: none !important;
	}
	
	.onlySmall{
		display: flex !important;
		/*width: 100% !important;*/
	}
}

@media (max-width: 767px){
	.accountData .listpanel-head {
    	float: left;
    	display: inline; 
	}
	
	.sortGroup {
		justify-content: left;
		margin-top: 10px;
	}
	
	.select-ordinamento {
    	top: -2px;
	}
	
	.ptop25-mobile{
		padding-top: 25px;
	}
	
	.findFormBlock.offsetHeaderTop {
    	padding-top: 0px;
	}
	
	.onlySmall{
		display: none !important;
	}
	
	.myIsoCol{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.sale {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 566px){
	.postColumn__ListView .priceWrap {
    	display: block;
		margin-top: 10px;
	}
	
	.postColumn__ListView .linkDistributer {
		width: 100%;
		padding-bottom: 8px;
	}
	
	.my-list-unstyled {
    	display: -webkit-box;
	}
	
	.my-list-unstyled-big {
    	float: none;
	}
	
	.prezzo-li{
		width: 100%;
		display: none !important;
	}
	
	.prezzo-li-big{
		display: none !important;
	}
}

@media (min-width: 567px) and (max-width: 767px){
	.onlySmall-big{
		display: none !important;
	}
}

@media (max-width: 566px){
	.onlySmall {
    	display: inline !important;
	}
	
	.app-btns {
		float: none;
		width: 100%;
		text-align: center;
		padding: 30px 0 0;
	}
	
	.app-btns a {
		display: block;
		margin-bottom: 15px;
		margin-right: 0px;
	}
	
	.contentFiltersHeadingWrap {
    	padding-top: 40px;
	}
	
	.paddingContentFiltersMain {
		padding-top: 0px;
	}
}


/*--------- COMPATIBILITA' WEBP CON ALTRI FORMATI --------------------*/
@media (min-width: 768px){
  .webp .bgCover1{
    background-image: url('/images/tradingcasa-home1920x1000.webp');
  }
  .no-webp .bgCover1{
    background-image: url('/images/tradingcasa-home1920x1000.jpg');
  }
}
@media (max-width: 767px){
  .webp .bgCover1{
    background-image: url('/images/tradingcasa-home768x400.webp');
  }
  .no-webp .bgCover1{
    background-image: url('/images/tradingcasa-home768x400.jpg');
  }
}


.webp .style2 .bgCover{
	background-image: url('/images/tradingcasa-home.webp');
	/*deve esserr 1920x270*/
}

.no-webp .style2 .bgCover{
	background-image: url('/images/tradingcasa-home.jpg');
	/*deve esserr 1920x270*/
}

.webp #cat-imm-1 .bgCover{
	background-image: url('/images/affitti-estivi.webp');
}

.no-webp #cat-imm-1 .bgCover{
	background-image: url('/images/affitti-estivi.jpg');
}

.webp #cat-imm-2 .bgCover{
	background-image: url('/images/appartamenti.webp');
}

.no-webp #cat-imm-2 .bgCover{
	background-image: url('/images/appartamenti.jpg');
}

.webp #cat-imm-3 .bgCover{
	background-image: url('/images/ville.webp');
}

.no-webp #cat-imm-3 .bgCover{
	background-image: url('/images/ville.jpg');
}

.webp #cat-imm-4 .bgCover{
	background-image: url('/images/casali.webp');
}

.no-webp #cat-imm-4 .bgCover{
	background-image: url('/images/casali.jpg');
}



@media (min-width: 992px){
  .webp #webp-footer{
    background-image: url(/images/foto-footer1920x500.webp);
  }

  .no-webp #webp-footer{
    background-image: url(/images/foto-footer1920x500.jpg);
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .webp #webp-footer{
    background-image: url(/images/foto-footer991x603.webp);
  }

  .no-webp #webp-footer{
    background-image: url(/images/foto-footer991x603.jpg);
  }
}
@media (max-width: 767px){
  .webp #webp-footer{
    background-image: url('/images/foto-footer767x1240.webp');
  }
  .no-webp #webp-footer{
    background-image: url('/images/foto-footer767x1240.jpg');
  }
}
/*--------- FINE COMPATIBILITA' WEBP CON ALTRI FORMATI ---------------*/




/*------ PULSANTI MOBILE CHIAMA, WHATSAPP -----*/

.information-section-below{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	background-color: rgba(96, 180, 84, 0.9);
	width: 100%;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	/*font: 14px/20px "Playfair Display", Arial, Helvetica, sans-serif;*/
	font: 14px/20px "Montserrat-Medium", "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: 1px solid rgba(58,115,50,0.7);
    /*box-shadow: 0 -2px 12px rgba(0,0,0,.45)*/
}

.information-section-below .fa{
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 6px;
}

.box-information, .box-information-33{
	width: 100%;
	float: left;
	text-align: center;
	/*border-left: 1px solid rgba(58,115,50,0.7);*/
	/*border-right: 1px solid rgba(86,14,1,0.7);*/
	border-top: 1px solid rgba(58,115,50,0.7);
    outline-offset: -1px;
}

.box-information-33{
	width: 33.33%;
	border-left: 1px solid rgba(58,115,50,0.7);
	border-right: 1px solid rgba(58,115,50,0.7);
}

.emoticon-box-information{
	width: 100%;
	text-align: center;
}

.text-box-information{
	width: 100%;
	text-align: center;
	padding-bottom: 6px;
	font-weight: 600;
}

.text-box-information a{
	color: #FFFFFF;
}

@media only screen and (min-width: 768px){
	.information-section-below{
		visibility: hidden;
	}
}

@media only screen and (max-width: 767px){
	.withPulsanti{
		padding-bottom: 60px !important;
	}
}

/*-------- FINE PULSANTI MOBILE CHIAMA, WHATSAPP -----*/



/*-------- BOX LA VERSILIA --------*/
#menu-territorio ul {
    display: block;
    padding: 0;
    margin: 0 20px;
}

#menu-territorio{
	padding-top: 64px;
    padding-bottom: 49px;
}

#menu-territorio ul li:nth-child(1), #menu-territorio ul li:nth-child(2), #menu-territorio ul li:nth-child(3), #menu-territorio ul li:nth-child(4), #menu-territorio ul li:nth-child(5), #menu-territorio ul li:nth-child(6) {
    border-bottom: 5px solid #FFF;
}

#menu-territorio ul li:nth-child(1), #menu-territorio ul li:nth-child(2), #menu-territorio ul li:nth-child(4), #menu-territorio ul li:nth-child(5), #menu-territorio ul li:nth-child(7), #menu-territorio ul li:nth-child(8) {
    border-left: 0;
    border-right: 5px solid #FFF;
}

#menu-territorio ul > li {
    width: 33.33333%;
    list-style: none;
    float: left;
    display: block;
    height: auto;
}

#menu-territorio .inspiration-banner {
    height: 245px;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position-y: 50%;
    position: relative;
}

#menu-territorio .inspiration-banner h3 {
    color: #F7F7F7;
    font-size: 28px;
    top: 38%;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* PIACENZA */
.webp #menu-territorio .inspiration-banner.cat-1 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/piacenza.webp);
}

.webp #menu-territorio .inspiration-banner.cat-1:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/piacenza.webp);
}

.no-webp #menu-territorio .inspiration-banner.cat-1 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/piacenza.jpg);
}

.no-webp #menu-territorio .inspiration-banner.cat-1:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/piacenza.jpg);
}



/* ROTTOFRENO */
.webp #menu-territorio .inspiration-banner.cat-2 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/rottofreno.webp);
}

.webp #menu-territorio .inspiration-banner.cat-2:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/rottofreno.webp);
}

.no-webp #menu-territorio .inspiration-banner.cat-2 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/rottofreno.jpg);
}

.no-webp #menu-territorio .inspiration-banner.cat-2:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/rottofreno.jpg);
}




/* CASTEL SAN GIOVANNI */
.webp #menu-territorio .inspiration-banner.cat-3 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/castel-san-giovanni.webp);
}

.webp #menu-territorio .inspiration-banner.cat-3:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/castel-san-giovanni.webp);
}

.no-webp #menu-territorio .inspiration-banner.cat-3 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/castel-san-giovanni.jpg);
}

.no-webp #menu-territorio .inspiration-banner.cat-3:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/castel-san-giovanni.jpg);
}




/* CALENDASCO */
.webp #menu-territorio .inspiration-banner.cat-4 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/calendasco.webp);
}

.webp #menu-territorio .inspiration-banner.cat-4:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/calendasco.webp);
}

.no-webp #menu-territorio .inspiration-banner.cat-4 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/calendasco.jpg);
}

.no-webp #menu-territorio .inspiration-banner.cat-4:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/calendasco.jpg);
}





/* GRAGNANO */
.webp #menu-territorio .inspiration-banner.cat-5 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/gragnano.webp);
}

.webp #menu-territorio .inspiration-banner.cat-5:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/gragnano.webp);
}

.no-webp #menu-territorio .inspiration-banner.cat-5 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/gragnano.jpg);
}

.no-webp #menu-territorio .inspiration-banner.cat-5:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/gragnano.jpg);
}





/* PARMA */
.webp #menu-territorio .inspiration-banner.cat-6 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/parma.webp);
}

.webp #menu-territorio .inspiration-banner.cat-6:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/parma.webp);
}

.no-webp #menu-territorio .inspiration-banner.cat-6 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/parma.jpg);
}

.no-webp #menu-territorio .inspiration-banner.cat-6:hover{
    /*opacity: 0.6;*/
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/images/parma.jpg);
}




@media only screen and (max-width: 767px){
	#menu-territorio ul li:nth-child(1), #menu-territorio ul li:nth-child(2), #menu-territorio ul li:nth-child(3), #menu-territorio ul li:nth-child(4), #menu-territorio ul li:nth-child(5), #menu-territorio ul li:nth-child(6), #menu-territorio ul li:nth-child(7), #menu-territorio ul li:nth-child(8), #menu-territorio ul li:nth-child(9) {
		float: none;
		width: 100%;
		border-width: 0px 0px 5px 0px;
		border-bottom: 5px solid #FFF;
	}
}

/*------ FINE BOX LA VERSILIA ------*/



/*--------- FASCIA HOME ---------------*/
.features-include-list {
    margin-top: 25px;
	height: 140px;
}

.features-include-list-btn {
    margin-top: 35px;
	height: 90px;
}

.webp .features-area {
    background: #fff url(/images/valutazione-casa-home.webp) no-repeat scroll 0 0;
	background-size: contain;
}

.no-webp .features-area {
    background: #fff url(/images/valutazione-casa-home.jpg) no-repeat scroll 0 0;
	background-size: contain;
}

.fix {
    overflow: hidden;
}

.fs18 img{
	height: 30px;
	padding-right: 20px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.features-info {
    position: relative;
    padding: 20px 130px 5px 50px;
	margin-right: -15px;
	/*border-left: 1px solid #004F78;*/
	border-left: 1px solid #60B454;
}

.bg-gray {
    background: #fff;
}

.section-title{
	padding-top: 10px;
}

.features-area .features-desc h4{
	color: #004F78;
	font-size: 20px;
}

.features-include-list h4{
	color: #004F78;
}

@media (max-width: 1400px) and (min-width: 1170px){
	.webp .features-area, .no-webp .features-area {
	background-size: cover;
}	
	
.features-info:before {
    border-bottom: 550px solid #004F78;
	}
}
.features-info:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 100%;
    content: "";
    /*border-bottom: 850px solid #004F78;*/
	border-bottom: 850px solid #60B454;
    border-left: 200px solid transparent;
}

@media (min-width: 993px) and (max-width: 1199px){
	.features-include-list-btn {
    	margin-top: 15px;
	}
}
@media (min-width: 992px){
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
}
@media (max-width: 1400px) and (min-width: 1170px){
	.features-info {
		padding: 30px 25px 20px;
	}
}
@media (max-width: 1169px) and (min-width: 992px){
	.features-info {
		padding: 20px 25px 20px;
	}
		.features-include-list {
		margin-top: 3px;
		height: 140px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.features-info {
		padding: 40px 15px 45px;
		position: relative;
	}
		.features-include-list {
		margin-top: 25px;
		height: auto;
	}
}
@media (max-width: 1199px){
	.webp .features-area, .no-webp .features-area {
		/*background-size: 100% 100%;*/
		height: 100%;
		background-size: cover;
	}
	.features-info:before {
		border-bottom: 1200px solid #60B454;
		border-left: 168px solid transparent;
		height: 100%;
	}
	
	.section-title{
		padding-bottom: 0px !important;
		margin-bottom: 0;
	}
}
@media(max-width: 991px){
	.features-info{
		margin-right: 0px;
	}
	
	.features-info:before {
		display: none;
	}
	
	.features-include-list, .features-include-list-btn{
		text-align: center;
	}
	
	#content .post-detail .newsPostColumn .aligncenter {
    	margin: -15px -15px 24px;
	}
		
	/*.fix{
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.container-fluid{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}*/
}

@media (max-width: 767px){
	/*.fix {
    	width: auto;
	}*/
	
	.features-info {
		padding: 20px 15px 40px 15px;
	}
	.features-include-list, .features-include-list-btn{
		height: auto;
	}
}

@media (max-width: 639px){
	.pr0 {
		padding-right: 0px;
	}
	.pl0 {
		padding-left: 0px;
	}
}

.fs13{
	font-size: 13px;
}

.imgHolder a i{
	font-size: 70px;
	position: absolute;
	top: calc(50% - 45px);
	left: 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.overlay-bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.aaa{
	padding: 20px 0;
	margin: 0 auto;
}

/* ISOTOPOE */
.aaa-item{
	float: left;
    width: 33.333%;
    padding: .333vw;
}

@media only screen and (max-width: 1199px){
	.aaa-item{
		width: 49%;
		padding: 1vw;;
	}
}

@media only screen and (max-width: 767px){
	.aaa-item{
		width: 100%;
		padding: 10px;
	}
}

.myriad-pro, .myriad-pro h1, .myriad-pro h2{
	font-family: "Myriad Pro" !important;
}

.myriad-pro{
	font-size: 16px;
}



/*---- CAMBIO FONT -----*/
body{
	font-size: 16px;
	font-family: 'MuseoSans_300', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto, Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue, sans-serif;
}

.fontNeuron{
	font-family: 'MuseoSans_300', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto, Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue, sans-serif;
}

h1.fontNeuron, h2.fontNeuron{
	font-family: 'MuseoSans_500', -apple-system,BlinkMacSystemFont,Segoe UI,Roboto, Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue, sans-serif;
}

h3.fontNeuron a, .buttonXL.fontNeuron{
	font-weight: 600;
}

.fancybox-container{
	font-family: 'MuseoSans_300', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

/*------- MOKUP LIBRO BLOG ----*/
.bF5FAFE{
	background-color: #F5FAFE;
}

.uppercase{
	text-transform: uppercase;
}

.ebook img{
	width: 80%;
	margin-left: 10%;
	margin-bottom: 15px;
}

.ebook h3{
	text-align: center;
	color: #700001;
	margin-bottom: 20px;
	text-transform: uppercase;
	
}

.ebook h4{
	/*text-align: center;*/
}

.ebook p{
	/*text-align: center;*/
}

.ebook .blue, .review-ebook .blue{
	color: #003082;
}

.review-ebook h4{
	font-size: 30px;
}

.ebook .btn-voglio-ebook{
	width: 100%;
	border-radius: 4px;
	box-shadow: 2px 3px 5px rgb(0 0 0 / 0.4);
	background-color: #60B454;
	text-align: center;
	margin-bottom: 25px;
	cursor: pointer;
}

.ebook .btn-voglio-ebook a{
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	padding: 12px 12px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.big-element{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
	margin-bottom: 60px;
}

.single-element{
	display: inline-block;
	width: 100%;
}

.review-ebook .review-grey{
	background-color: #E9E9E9;
	border: 2px solid #60B454;
	border-radius: 5px;
	padding: 16px;
	text-align: center;
	margin-bottom: 26px;
}

.review-grey .circle{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-position: center; 
  	background-repeat: no-repeat; 
    background-size: cover;
	display: inline-block;
}

.review-grey .review-testo{
	font-size: 14px;
}

.review-grey .review-testo:before, .review-grey .review-testo:after{
	font: 30px "Flaticon";
    color: #000;
}

.review-grey .review-testo:before{
    /*content: "\f127";*/
}

.review-grey .review-testo:after{
    /*content: "\f128";*/
}

.review-grey .review-nominativo{
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

@media only screen and (max-width: 1199px){
	.big-element{
	  -webkit-column-count: 2;
	  -moz-column-count: 2;
	  column-count: 2;
	}
}

@media only screen and (max-width: 767px){
	.big-element{
	  -webkit-column-count: 1;
	  -moz-column-count: 1;
	  column-count: 1;
	}
	
	.ebook img {
		margin-top: 20px;
	}
}
/*************************************************** whatsapp */
.wptwa-container,.wptwa-container,.wptwa-container *{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.wptwa-container{position:fixed;top:auto;left:0;bottom:0;right:auto;text-align:right;font-family:helvetica;font-size:13px;line-height:1.4em;max-width:400px;max-height:100%;overflow-y:auto;z-index:9999}
.wptwa-container.left-side{right:auto;left:0;text-align:left}
.wptwa-container p:first-child{margin-top:0}
.wptwa-container p:last-child{margin-bottom:0}
.wptwa-container a{text-decoration:none}
.wptwa-container .wptwa-clearfix:before,.wptwa-container .wptwa-clearfix:after{content:'';display:block;clear:both}
.wptwa-container .wptwa-box{text-align:left;background:#fff;border:1px solid #f5f5f5;box-shadow:3px 3px 3px rgba(0,0,0,.02);padding:20px 20px 10px;margin:20px 20px 0;border-radius:2px;position:relative;border-radius:6px 6px 0 0;display:none;transition:all .2s}
.wptwa-container .wptwa-box.show{display:block}
.wptwa-container .wptwa-box:before,.wptwa-container .wptwa-box:after{content:'';position:absolute;bottom:-7px;right:22px;width:13px;height:13px;background:#fff;transform:rotate(45deg);z-index:1;border:1px solid #f5f5f5;box-shadow:3px 3px 3px rgba(0,0,0,.02)}
.wptwa-container.left-side .wptwa-box:before,.wptwa-container.left-side .wptwa-box:after{right:auto;left:22px}
.wptwa-container .wptwa-box:before{z-index:2;box-shadow:none;background:#fff;bottom:0;width:19px;right:17px;border-color:#fff}
.wptwa-container .wptwa-box ul{list-style:none;padding:0;margin-top:15px}
.wptwa-description{border-radius:6px 6px 0 0;background:rgba(69,90,100,.9);padding:20px;padding-right:30px;margin:-20px -20px 10px;color:#fff}
.wptwa-description p{color:inherit}
.wptwa-container .wptwa-account{color:inherit;display:block;padding:10px;margin:0 -10px -1px;border-radius:10px;position:relative;z-index:3}
.wptwa-container .wptwa-account:not(:last-child):after{content:'';display:block;background:#f5f5f5;height:1px;width:100%;max-width:calc(100% - 20px);position:absolute;bottom:0;left:10px}
.wptwa-container .wptwa-account:first-child{margin-top:-10px}
.wptwa-container .wptwa-description ~ .wptwa-people .wptwa-account:first-child{margin-top:0}
.wptwa-container .wptwa-account:last-child{margin-bottom:0;border-bottom:none}
.wptwa-container .wptwa-account:hover{background:#f5f5f5;border-color:transparent}
.wptwa-container .wptwa-account .wptwa-face {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	float: left;
	position: relative;
	border: 1px solid #444444;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wptwa-container .wptwa-account .wptwa-face img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}
.wptwa-container .wptwa-account .wptwa-face.no-image:after{content:none}
.wptwa-container .wptwa-account .wptwa-info{position:relative;top:2px;color:inherit;float:left;width:calc(100% - 55px)}
.wptwa-container .wptwa-account .wptwa-title{font-size:11px;line-height:100%;opacity:.5}
.wptwa-container .wptwa-account .wptwa-name{font-weight:700;display:block}
.wptwa-container .wptwa-account .wptwa-name:only-child{position:relative;top:10px}
.wptwa-container .wptwa-account img{width:100%;height:100%;display:block;border-radius:50px;overflow:hidden;position:relative;z-index:2}
.wptwa-container .wptwa-handler{display:inline-block;vertical-align:top;text-decoration:none;color:#fff;background:rgba(11,156,17,.9);padding:10px 15px;border-radius:10px 10px 0 0;line-height:120%;white-space:nowrap;text-align:center;transition:all .3s;position:relative;margin:20px 20px 0px 20px;z-index:3}
.wptwa-container.circled-handler .wptwa-handler{width:60px;height:60px;box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 20px rgba(0,0,0,.16)}
.wptwa-container.circled-handler .wptwa-handler:hover{box-shadow:0 2px 8px rgba(0,0,0,.09),0 4px 20px rgba(0,0,0,.24)}
.wptwa-container .wptwa-handler:hover{box-shadow:3px 3px 3px rgba(0,0,0,.05);cursor:pointer}
.wptwa-container .wptwa-box ul a{padding:7px 14px;background:#445963}
.wptwa-container .wptwa-handler svg{max-width:15px;fill:#fff;display:inline-block;vertical-align:top;margin-right:5px}
.wptwa-container.circled-handler svg{margin:0;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%) scale(1.7)}
.wptwa-container .wptwa-close{display:block;width:15px;height:15px;position:absolute;top:7px;right:7px;opacity:.5;visibility:hidden;transition:opacity .3s}
.wptwa-container .wptwa-description + .wptwa-close{visibility:visible}
.wptwa-container .wptwa-close:hover{cursor:pointer;opacity:1}
.wptwa-container .wptwa-close:before,.wptwa-container .wptwa-close:after{content:'';display:block;background:#fff;width:15px;height:3px;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%) rotate(45deg)}
.wptwa-container .wptwa-close:after{transform:translateY(-50%) translateX(-50%) rotate(-45deg)}
.whatsapp-custom-styled{display:inline-block;line-height:100%;padding:10px 15px;margin:2px 0;border-radius:2px;text-decoration:none!important;border:none!important;transition:background .15s,color 0}
.whatsapp-custom-styled:hover{text-decoration:none!important;border:none!important;box-shadow:3px 3px 3px rgba(0,0,0,.1)}
.whatsapp-custom-styled svg{position:relative;top:2px;margin-right:5px}
.whatsapp-custom-styled svg:only-child{margin-right:0}
.whatsapp-custom-styled.no-icon{padding:13px 15px}
.whatsapp-custom-styled.no-icon svg{display:none}
.widget .whatsapp-custom-styled{transition:background .15s,color 0}
.whatsapp-custom-styled.block-level{display:block;text-align:center;line-height:1.3em;padding-top:10px;padding-bottom:10px}
.whatsapp-custom-styled.block-level.align-left{text-align:left}
@media screen and (min-width : 1025px) {
.wptwa-container:after{content:'desktop';display:none}
}
@media screen and (max-width : 782px) {
.wptwa-container:after{content:'mobile';display:none}
}

@media (max-width : 767px) {
	.wptwa-container{
		display: none;
	}
}

@media (max-width : 991px) {
	#form-ricerca-in{
		display: none;
	}
}
#nomevalue::placeholder {
    color: #343333;
}
#emailvalue::placeholder {
    color: #343333;
}
#telefonovalue::placeholder {
    color: #343333;
}
#notevalue::placeholder {
    color: #343333;
}
#security_codevalue::placeholder {
    color: #343333;
}
#notevalue{
    min-height: 50px;
    background-color: #e7e6e6;
    border: 2px solid #004f78;
    font-size: 16px;
}
#nomevalue{
    background-color: #e7e6e6;
    border: 2px solid #004f78;
    font-size: 16px;
}
#emailvalue{
    background-color: #e7e6e6;
    border: 2px solid #004f78;
    font-size: 16px;
}
#telefonovalue{
    background-color: #e7e6e6;
    border: 2px solid #004f78;
    font-size: 16px;
}
#security_codevalue{
    background-color: #e7e6e6;
    border: 2px solid #004f78;
    font-size: 16px;
}
.opinionvalue{
    border: 1px solid #b1c9f3;
    background: #eaf1f5;
    border-radius: 10px;
    padding: 15px;
    max-height: 500px;
    margin-bottom: 20px;
}
.opinionvalue:hover{
    background-color: #B4DFF8;
}
@media (min-width: 768px) and (max-width: 992px){
    .opinionvalue{
        height: 450px;
    }
}
.numberbold{
    color: #004e78;
    font-size: 22px;
    margin-right: 20px;
    font-weight: bold;
}
.btn-2 {
  transition: box-shadow 0.16s ease;
    max-width: 400px;
    margin: auto;
}

.btn-2:hover {
  background: #407838;
  box-shadow: none;
}
.btn-3{
    color: white;
    max-width: 400px;
    white-space: normal;
}
.divisor{
    border: 2px solid #60b46e;
    width: 30%;
    margin: auto;
    margin-top: 30px;
}
.btnformvalue{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
}
#form-valuta{
    border: 2px solid #004f78;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 60px;
}
.valuerecenzioni{
    line-height: 25px;
    margin-top: 20px;
    display: flex;
    text-align: left;
}

.fasciabluvalue{
    width: 100%;
    border-radius: 4px;
    background-color: #004f78;
    text-align: center;
    color: white;
	padding:12px;
}
.fasciabluvalue:hover{
    /*box-shadow: 2px 3px 5px rgb(0 0 0 / 40%);*/
	background-color: #257ba8;
}

.newnav .pageMainNav.pageMainNav4 > li > a, .newnav .pageMainNav.nav.pageMainNav4 > li > a, .newnav .pageMainNav.navbar-default.pageMainNav4 > li > a {
    padding-bottom: 30px;
    padding-top: 45px;
}
.mleft20{
    margin-left: 20px
}

.nocursor {
	cursor:default;
}

.nuovapag{
        padding: 30px 70px;
    background-color: rgb(236 231 228);
}
@media (max-width: 768px){
    .nuovapag{
        padding: 0px;
    }
}
@media (max-width: 1500px) {
   .newnav .pageMainNav.pageMainNav4 > li > a, .newnav .pageMainNav.nav.pageMainNav4 > li > a {
        font-size: 14px !important;
        padding: 15px 5px 3px !important;
    }
}
.newnav  {
        padding: 5px;
    background-image: url(/images/bkr.jpg) !important;
    background-size: cover;
    }
@media (max-width: 1199px) {
    .newnav {
        background-image: none !important;
    }
}
.filterbtn{
    height: 30px !important;
    width: 200px !important;
    margin-bottom: 50px;
    background: #60941A;
    color: white;
    padding: 0 !important;
    border-radius: 5px;
}
.text-info {
    color: #60941A;
}
.bannrvnd{
    border: 15px solid white; 
    padding: 0; 
    margin-bottom: 30px;
}
.bannrvnd .left{
    padding: 0;    
    height: 200px;
    background-size: cover; 
    text-align: center;
    align-content: center;
    border-left: 8px solid #1A377E;
    border-bottom: 8px solid #1A377E;
    border-top: 8px solid #1A377E;
}
.bannrvnd .right{
    height: 200px;
    background-color: #60941A;
    padding: 0;
    border-right: 8px solid #1A377E;
    border-bottom: 8px solid #1A377E;
    border-top: 8px solid #1A377E;
}
.bannrvnd .right h3{
    font-size: 28px; 
    margin-top: 55px;
    color: white;
}
.bannrvnd .right span{
color: #213134;
    background-color: rgb(255 255 255);
    font-size: 28px;
    border-radius: 50px;
    /*text-transform: capitalize;*/
    }
.newnav .pageMainNav.pageMainNav4 > li > a::after, .newnav .pageMainNav.nav.pageMainNav4 > li > a::after, .newnav .pageMainNav.navbar-default.pageMainNav4 > li > a::after {
    border-bottom: 3px solid #ffffff !important;
}
.newv  .form-control {
    text-transform: none !important;
}
@media (max-width: 758px){
    .bannrvnd{
        display: none;
    }
}
.blurfoto{
    -webkit-filter: blur(5px); 
    filter: blur(5px);
}
.filterblock{
    background-color: rgb(236 231 228);
    box-shadow: 0px 5px 20px 0px #9d9796;
    margin-bottom: 50px;
}
.filterblock h1{
    color: #444444;
}

.h70 {
    height: 70px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*------ CASE VACANZA --------*/

.affitti-brevi{
	/*box-shadow: 0px 12px 15px 8px #888888;*/
  margin-top: 157px;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

@media (min-width: 992px) {
  .sticky {
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 99;
  }
}

@media (min-width: 992px){
	#property-container, #my-map-container{
		width: 100%;
		/*padding: 10px;*/
	}
}

#property-container input::-webkit-outer-spin-button,
#property-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#property-container input[type=number] {
  -moz-appearance: textfield;
}

.form-booking{
	padding: 22px 30px 0;
	background-color: rgb(206, 235, 255) !important;
}

#property-container .numero_immobili{
	text-align: left;
	margin-top: 15px;
}

#property-container .sortGroup{
	margin-top: 15px;
}

.datepicker__flexible_dates{
	border: 1px solid #39636f !important;
    color: #39636f !important;
}

.active_flexible_dates {
    color: #ffffff !important;
    background-color: #39636f !important; 
}

.affitti_brevi_container{
	padding: 10px 30px;
	/*min-height: 800px;*/
	min-height: 100vh;
}

.form-group.select .icnInput{
	z-index: 9;
	right: 35px;
}

.list-unstyled li{
	z-index: 1;
}

.red{
	color: #f00;
}

.otherFeaturesCollapse.matt{
	padding: 20px;
    background-color: rgb(0, 0, 0, 0.05);
}

.bg-disp{
	background-color: #00861B;
	color: #fff;
}

.bg-no-disp{
	background-color: #F00;
	color: #fff;
}
.float-disp{
	position: absolute;
    right: 10px;
    bottom: 40px;
    width: auto;
    text-align: center;
    border-radius: 10px;
	padding: 2px 10px;
    font-weight: 600;
    font-size: 12px;
}

.pricehome-affitti{
	text-align: right;
	font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.prezzo-no-sconti, .prezzo-no-sconti-scheda{
	color: #F00;
	text-decoration: line-through;
	font-size: 10px;
}

.prezzo-no-sconti-scheda{
	margin-right: 5px;
}

.info-sottotitolo{
	display: inline-flex;
}

.in-centro{
	background-color: #00861B;
	color: #fff;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 6px;
	text-align: center;
	position: absolute;
    right: 10px;
	/*position: relative;
    right: 0;
    width: 68px;
    top: -20px;
    left: calc(100% - 60px);*/
}

.list-unstyled.checkList.in-affitti{
	flex-flow: wrap;
	padding-top: 10px;
}

@media (min-width: 768px){
	.list-unstyled.checkList.in-affitti > li{
		width: 33.33333333%;
	}
}

.fixed-form {
  position: fixed;
  top: 157px;
  left: 0;
  z-index: 9;
  /*width: 953px;*/
}

.fixed-map {
  position: fixed !important;
  top: 157px;
  right: 0;
  z-index: 9;
  /*width: 953px;*/
}

#mapdiv{
	/*height: 800px;*/
	height: calc(100vh - 50px);
	z-index: 2;
}

/*.cluster {
    width: 46px;
    height: 46px;
    line-height: 32px;
    background-image: url(/images/home-icon-cluster.png);
    text-align: center;
}*/

#popupMarker{
	border: 1px solid #000 !important;
}

.preview-affitti{
	border: 1px solid #dfebee;
	box-shadow: 2px 6px 8px 4px #cdcd;
}

.heart-favorite{
	position: absolute;
    right: 10px;
    top: 10px;
    background-color: #FFF;
    border-radius: 30px;
    width: 36px;
    height: 36px;
    padding: 6px;
	cursor: pointer;
	border: 1px solid #fff;
}

.heart-favorite .fa{
	font-size: 20px;
    margin-top: 2px;
    color: #167fc8;
}

.heart-selected{
	/*background-color: rgba(255,255,255,0.4);*/
}

.heart-selected .fa{
	color: #dccb00;
}

.no-border-top{
	border-top: none;
}

.ptop0{
	padding-top: 0 !important;
}

.fixedHeightDesc{
	height: 95px;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
	line-height: 20px !important;
}

#open-mappa .btn-gr{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
	margin-bottom: 10px;
} 

#open-mappa button{
	background-color: #FFF;
	color: #444;
	border: 1px solid #c8c8c8;
	border-radius: 15px;
	padding: 5px 10px;
}

#close-map-mobile{
    position: absolute;
    top: 7px;
    right: 7px;
    border-radius: 999px;
    border: 1px solid #888;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #FFF;
    cursor: pointer;
	display: none;
	font-weight: 600;
}

.preview-affitti-selected{
	border: 1px solid rgb(219, 158, 161, 1) !important;
	box-shadow: 2px 6px 8px 4px rgb(219, 158, 161, 1) !important;
}

.info-top-aff{
	padding-left: 20px;
	padding-right: 20px;
}


	#desc-acme {
		max-height: 70px;
	}
	
	#form-booking.findFormBlock.offsetHeaderTop {
		padding-bottom: 20px;
	}
	
	#my-map-container{
		left: 100%;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: 1000;
	}
	
	#mapdiv {
		height: 100vh;
	}
	
	.map-visibile{
		left: 0 !important;
	}
	
	.fixedHeightDesc{
		height: 70px;
		-webkit-line-clamp: 4;
	}
	
	#close-map-mobile{
		display: block;
		z-index: 1001;
	}
	
	.affitti_brevi_container{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.info-top-aff{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.form-booking{
		padding-left: 20px;
		padding-right: 20px;
	}



.ol-tooltip {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 36px;
    left: -120px;
    min-width: 240px;
	font-size: 12px;
	line-height: 16px;
  }
  .ol-tooltip:after, .ol-tooltip:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .ol-tooltip:after {
    border-top-color: white;
    border-width: 10px;
    left: 118px;
    margin-left: -10px;
  }
  .ol-tooltip:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 118px;
    margin-left: -11px;
  }
   .ol-tooltip p {
     margin-top: 0;
     margin-bottom: 0;
}



.form-booking select, .form-booking a, .form-booking .fakeLabel{
  font-size: 13px;
}
.btnPlus .btnIcn {
  margin-top: 1px;
}
.form-booking button.btn {
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
}
.btnUnico {
  padding: 5px 20px;
  background-color: #167fc8;
  color: #ffffff;
  text-align: center;
  transition: 0.5s ease;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color, box-shadow, background, border, visibility, opacity, left, right, top, bottom, transform, width, height, -webkit-box-shadow, -webkit-transform;
  display: block;
}
.markerInfo svg {
  display: block;
  float: left;
  margin-top: -2px;
}

/*---- FINE CASA VACANZE ------*/
#descrizioneimmobile{
    max-height: 200px;
    overflow: hidden;
}
#anteprima{
    position: absolute;
    z-index: 9999999;
}
.h70{
    height: 70px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}.frontNumber2 {
    z-index: 9;
    position: absolute;
    background-color: #8d7b75;
    color: white;
    top: 0px;
    left: 0px;
    padding: 0 5px;
    text-align: left;
    width: 80px;
    height: 24px;
    font-size: 20px;
    box-shadow: 1px 3px 6px 3px rgb(0 0 0 / 30%);
    font-size: 15px;
    border-radius: 5px 0 0 0;
    white-space: nowrap;
}
.frontPrice2 {
    z-index: 9;
    position: absolute;
    background-color: #00000066;
    color: white;
    top: 145px;
    right: 0px;
    padding: 0 5px;
    text-align: right;
}
.escapeAnteprima{
    position: absolute;
    background: #646464;
    top: -13px;
    right: -13px;
    z-index: 9999;
    width: 23px;
    height: 23px;
    color: #ffffff;
    text-align: center;
    line-height: 23px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.categorie-lato > li{
    border-bottom: 1px solid #d9d9d9;
    margin-top: 15px;
    width: 100%;
    display: flex;
}
.categoria-left{
    width: 90%;
}
.categoria-right{
    width: 10%;
    text-align: right;
}
.tabverysmall{
    display: none;
}
.tabsmall{
    display: none;
}
@media (max-width: 992px){
    .tabsmall{
        display: block;
    }
    .tabbig{
        display: none;
    }
}
@media (max-width: 576px){
    .tabmedium{
        display: none;
    }
    .tabverysmall{
        display: block;
    }
}
.under-property-action-details .btn-nuovo-prezzo span{
    color: #fff;
}
.frontPrice2 .fa-arrow-down:before {
    color: #ffffff;
}
#contentvent h4{
color: white;
    font-weight: 200;
    font-size: 20px;
    }
#contentvent .btn-nuovo-prezzo {
    color: #ffffff;
    background-color: rgb(255 255 255);
    color: black;
    font-size: 22px;}
.tab-rl{
    color: white;
    font-weight: 900;
    font-size: 30px;
    text-shadow: 0px 0px 4px #000000;
}
.propertyIntroCaption > .align {
    display: inline;
}
@media (max-width: 1350px) {
    .pageMainNav.pageMainNav4 > li > a, .pageMainNav.nav.pageMainNav4 > li > a {
        padding: 5px 5px 13px !important;
    }
}
.form-control {
    font-size: 14px;
}
.chosen-container {
    font-size: 14px;
}
.sortGroup {
    font-size: 14px;
}
.breadcrumb.breadcrumb1 {
    font-size: 14px;
}
.postColumn .postColumnFoot {
    font-size: 15px;
}
.postColumn .postColumnFoot {
    padding-left: 15px;
    padding-right: 15px;
}
.btnslice{
    margin: 0; 
    margin-bottom: 10px
}
@media (max-width: 517px) {
#contentvent .btn-nuovo-prezzo {
    font-size: 18px;
}
}