/*---- MYSTYLE.CSS -----*/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');
body{
	background-color: #F5F5F5;
    font-family: 'Crimson Text', serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #282828;
}

a {
    color: #688753;
}

a:hover, a:focus {
    color: #282828;
}

.btnPlus:hover {
    color: #282828;
}

.fontNeuron {
    font-family: 'Crimson Text', serif;
}

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

.fwSemi {
    font-weight: 500;
}

.postColumn h3, .postColumn .h3 {
    font-size: 18px;
}

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

.pbottom13{
	padding-bottom: 13px;
}

.bg-primary {
    background-color: #28282847;
}

.text-info {
    color: #688753;
}

.textLightDark {
    color: #282828;
}

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

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

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

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

.socialNetworks.topBarPanelListSocial > li > a {
    color: #282828;
    font-size: 11px;
}
@media (min-width: 1350px){
.userOptions.userOptions2 {
    width: 30%;
}
}
#pageNav .navbar-collapse {
    background-color: #e1e1e1;
}

#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 #282828;
}

.bannerImageSlideshow:before {
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#282828), color-stop(40%, rgba(40, 40, 40, 0)));
    background: -webkit-linear-gradient(top, #282828 0%, rgba(40, 40, 40, 0) 40%);
    background: -o-linear-gradient(top, #282828 0%, rgba(40, 40, 40, 0) 40%);
    /*background: linear-gradient(to bottom, #282828 0%, rgba(40, 40, 40, 0) 40%);*/
	background: linear-gradient(to bottom, #D8D8D8 0%, rgba(0, 0, 0, 0.5) 15%);
	/*controllare anche min width 1350 per text-shadow*/
    background: transparent;
}

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

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

.blockH .bdrBottom {
    border-bottom: 1px solid #282828;
}

.homeapp:after {
    background: #e1e1e1;
}

.btnDark {
    background-color: #688753;
    border-color: #A27D00;
    color: #fff;
}

.btnSecondary {
    background-color: #688753;
    color: #fff;
    border-color: #688753;
}

.btnSecondary:hover, .btnSecondary:focus, .btnSecondary:active {
    background-color: #FFFFFF;
    color: #282828;
    border-color: #E0E0E0;
}
.homeapp-content .description p {
    color: #688753;
    font-size: 16px;
}
.homeapp-content h2 {
    color: #688753;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 38px;
    text-transform: uppercase;
}
.rowHead .blockH {
    color: #688753;
}
.btn3 {
    background-color: #EEEEEE;
    color: #000;
    border-color: #999999;
}

.btn3:hover, .btn3:focus, .btn3:active {
    background-color: #282828;
    color: #FFF;
    border-color: #000000;
}
.home-btns{
    width: 100%;
}
.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: #688753;
}
.postsWidgetList h3, .postsWidgetList .h3 {
    color: inherit;
    margin: 0 0 10px;
    font-size: 15px;
}
.pageAside {
    background-color: #282828;
    padding-top: 35px;
    background-image: url(/images/foto-footer.jpg);
    background-repeat: round;
    font-size: 18px;
    background-size: cover;
}
.pageFooterSocial > li > a {
    color: inherit;
    font-size: 18px;
}
.pageAside dt {
    color: #fff;
}

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

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

#pageFooter p a:hover {
    color: #688753;
}

.pageFooterSocial > li > a:hover {
    color: #688753;
}

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

.slider-selection {
    background: #000;
}

.altezza_fissa{
	height: 85px !important;
}

.ribbon-div {
    box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    /* background-color: #688753; */
    background-color: #688753;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    padding: 6px;
    position: absolute;
    z-index: 3;
    left: 0px;    
    float: left;
    width: auto;
    text-align: center;
    margin: auto;
    line-height: 12px;
    height: 25px;
    bottom: inherit;
    text-transform: uppercase;
}

.ribbon-red{
	background: #D10000;
}

.postColumn .imgHolder {
    overflow: hidden;
}

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

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

.tel_size{
	font-size: 22px !important;
}

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

.img-icon{
	height: 22px;
}

.bgLightDark {
    background-color: #F1F1F1;
}

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

.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: #688753;
    border-color: #688753;
}

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

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

.box-error{
	color: #FF0000;
}

.contactTitle{
	display: flow-root;
}

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

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

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

.alpha{
	margin-right: 2%;
}

.omega{
	margin-left: 2%;
}

#result-segnala{
	color: #FF0000;
	font-size: 16px;
}

.tabSetholder .tabset .active a {
    color: #000;
    
}
.breadcrumb.breadcrumb1 > .active {
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
}
.breadcrumb.breadcrumb1 {
    font-weight: bold;
}
.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: #688753;
}

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

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

.btnDark:hover, .btnDark:focus, .btnDark:active {
    color: #fff;
    background-color: #282828;
    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: 5px;
}

.postColumn .postColumnFoot {
	font-size: 14px;
	border-bottom: 1px solid #deedf0; 
	padding-left: 20px;
	padding-right: 20px;
}

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

.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: #282828;
    color: #fff;
}

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

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

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

.numero_immobili{
	text-align: left;
}

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

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

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

.list-unstyled-1{
	padding-right: 20px;
}

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

.inline-ul > li{
}

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

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

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

.list-unstyled > li{
	text-align: center;
}

.flex-grow-1{
	flex-grow: 2;
}

.flex-grow-2{
	flex-grow: 1;
}


.UserLinksList > li > a{
	background-color: rgba(195, 152, 6, 0.9);
}




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

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

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

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


/*----------- NUOVA VISUALIZZAZIONE LISTA IMMOBILI ------------------*/
.price-text{
	font-weight: 700;
	color: #688753 !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: block;
    float: left;
	margin-left: 30px;
}
.my-list-unstyled-big > li.prezzo-li-big{
    padding-left: 0;
    list-style: none;
    display: flex;
    float: left;
	margin-left: 30px;
}

.classe-energetica{ 
	width: 40px;
	font-weight: bold;
}

.background-classe-energ-aplus{
    color: #014924;
	background: transparent;
    border: 1px solid #014924;
}

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

.background-classe-energ-a{
    color: #00612E;
	background: transparent;
    border: 1px solid #00612E;
    
}

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

.background-classe-energ-b{
    color: #22A636;
	background: transparent;
    border: 1px solid #22A636;
}

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

.background-classe-energ-c{
    color: #000;
	background: transparent;
    border: 1px solid #BBD800;
}

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

.background-classe-energ-d{
    color: #000;
	background: transparent;
    border: 1px solid #FFF500;
}

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

.background-classe-energ-e{
	color: #F5AD00;
	background: transparent;
    border: 1px solid #F5AD00;
    
}

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

.background-classe-energ-f{
    color: #E67817;
	background: transparent;
    border: 1px solid #E67817;
}

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

.background-classe-energ-g {
    color: #C4261D;
    background: transparent;
    border: 1px solid #C4261D;
}

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

.li-stacco:after{
	
}

/*.postColumn__ListView .imgHolder:before, .postColumn .imgHolder:before {
    background: -o-linear-gradient(top, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.5) 100%);
}
*/
.postColumn__ListView .imgHolder:before, .postColumn .imgHolder:before {
    background: transparent;
}
.prezzo-li{
	padding-top: 5px;
}
/*----------- FINE NUOVA VISUALIZZAZIONE LISTA IMMOBILI ------------------*/




@media (min-width: 1350px){
	.pageMainNav.pageMainNav2 > li > a, .pageMainNav.nav.pageMainNav2 > li > a, .pageMainNav.navbar-default.pageMainNav2 > li > a {
		text-shadow: none;
	}
}


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

@media (min-width: 992px){
	.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;
	}
}

@media (max-width: 991px){
	.fancybox-close-small {
    	right: 0px;
	}
	
	.half-div{
		width: 100%;
		float: inherit;
		margin: 0;
		padding: 0;
	}
	
	.onlySmall{
		display: none !important;
	}
	
	.introSlide .introSlideHolder {
		min-height: calc(100vh - 650px);
	}
	
	.app-btns a{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.app-btns a .btn{
		width: 100%;
	}
}
@media (min-width: 1246px) and (max-width: 1400px){
    .introSlide .introSlideHolder {
		min-height: calc(650px);
	}
}
@media (min-width: 1100px) and (max-width: 1246px){
    .introSlide .introSlideHolder {
		min-height: calc(550px);
	}
}
@media (min-width: 768px) and (max-width: 1100px){
    .introSlide .introSlideHolder {
		min-height: calc(450px);
	}
}
@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;
	}
}
@media (min-width: 600px) and (max-width: 768px){
    .introSlide .introSlideHolder {
		min-height: calc(350px);
	}
}
@media (min-width: 0px) and (max-width: 600px){
    .introSlide .introSlideHolder {
		min-height: calc(250px);
	}
}
@media (min-width: 768px){
	.findFormBlock .btn {
		font-size: 18px;
		line-height: 1.2;
	}
	
	#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 #688753;
	}
	
	.my-list-unstyled-big {
		float: none;
		width: auto;
	}
}

@media (max-width: 767px){
	.accountData .listpanel-head {
    	float: left;
    	display: inline; 
	}
	
	.numero_immobili{
		text-align: left;
		margin-top: 15px;
	}
	
	.sortGroup {
		justify-content: left;
		margin-top: 15px;
	}
	
	.select-ordinamento {
    	top: -2px;
	}
	
	.app-btns{
		float: none;
	}
	
	.UserLinksList{
		width: 100%;
	}
	
	#pageFooter.footer-scheda{
		padding-bottom: 60px;
	}
}

@media (min-width: 567px) and (max-width: 767px){
	.onlySmall-big{
		display: none !important;
	}
}
.price-small{
    display: none;
    margin: 15px;
}
@media (max-width: 566px){
	.postColumn__ListView .priceWrap {
    	display: block;
		margin-top: 10px;
	}
	
	.postColumn__ListView .linkDistributer {
		width: 100%;
	}
	
	.my-list-unstyled {
    	display: -webkit-box;
	}
	
	.my-list-unstyled-big {
    	float: none;
	}
	
	.prezzo-li{
		width: 100%;
	}
	
	.prezzo-li-big{
		display: none !important;
	}
    .price-small{
        display: block;
    }
}


.mb-30 {
    margin-bottom: 30px !important;
}
/*------ PULSANTI MOBILE CHIAMA, WHATSAPP -----*/

.information-section-below{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	background-color: #282828;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #EAEAEA;
	/*font: 14px/20px "Playfair Display", Arial, Helvetica, sans-serif;*/
	font: 14px/20px 'Crimson Text', serif;
	text-transform: uppercase;
	border-top: 1px solid rgba(10,10,10,0.7);
    /*box-shadow: 0 -2px 12px rgba(0,0,0,.45)*/
}

.information-section-below .fa{
	font: normal normal normal 22px/20px FontAwesome;
	color: #EAEAEA;
	margin-top: 6px;
}

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

.box-information-r{
	width: 33% !important; 
}

.emoticon-box-information{
	width: 100%;
	text-align: center;
}
.fs24{
    font-size: 24px;
}
.fs18{
    font-size: 18px;
}
.pbtn{
    padding-left: 30px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-top: 0px;
}
.text-box-information{
	width: 100%;
	text-align: center;
	padding-bottom: 6px;
	font-weight: 600;
}

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

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

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

@media only screen and (max-width: 767px){

    .introSlider .slick-arrow {

     background-color: transparent; 

}
}
.postColumn__ListView .descrWrap {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.postColumn__ListView {
    padding: 0px;
}
@media (max-width: 767px){
    .postColumn__ListView {
        padding: 0px;
    }
}
.list-unstyled > li {
    text-align: left;
    z-index: 9999;
}
@media (min-width: 768px){
#ricerca-toggle {
    display: none;
}
}
#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;
}
.pagination.pagination1 {
    margin: 0;
    display: flex;
    width: 100%;
    padding: 13px 0;
}
@media (max-width: 767px){
    .altezza_fissa {
         height: auto !important;
    }
}
.visualPostColumn:after {
    background-color: transparent;
}
.visualPostColumn:before {
    background-color: transparent;
}
.visualPostColumn.v2 .bgCover {
     opacity: 1;
}
.chosen-container .chosen-drop {
    z-index: 999999;
}





.slideshow {
  position: relative;
  z-index: 1;

}
.slideshow * {
  outline: none;
}
.slideshow .bannerImageSlideshow {
  box-shadow: 0 20px 50px -25px black;
}
.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);

}
.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
.introBanner {
    position: relative;
    min-height: inherit;
    font-size: 20px;
    line-height: 1.3;
}
.findFormsBlock {
    padding-top: 10px;
    padding-bottom: 0px;
    background: #688753;
    height: 60px;
}
.bgreen {
    background: #688753;
}
.btnmobile{
    color: white;
    background: #688753;
    width: 100%;
    font-size: 18px;
}
#cod_tipologia_chosen, #id_immobile, #cod_comune_chosen, #prezzo_chosen, #cod_tipo_gestione_chosen{
    width: 100% !important;
    height: 40px !important;
}
#cod_tipologia1_chosen, #id_immobile1, #cod_comune1_chosen, #prezzo1_chosen, #cod_tipo_gestione1_chosen{
    width: 100% !important;
}
#cod_tipologia_chosen .chosen-single span, #id_immobile .chosen-single span, #cod_comune_chosen .chosen-single span, #prezzo_chosen .chosen-single span  {
    padding: 5px 0;
}

.w100{
    width: 100% !important;
}
.numbImmo{
    position: absolute;
    z-index: 99;
    bottom: 0;
    background-color: #688753ab;
    color: white;
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
}
.smallsi{
		display: none;
	}
.pfilter{
    padding-left: 15%;
}
.mfilter{
    margin-left: 15%;
}
@media (max-width: 1200px){
  .pfilter{
    padding-left: 5%;
} 
  .mfilter{
    margin-left: 5%;
} 
}
@media (max-width: 992px){
	.smallno{
		display: none;
	}
    .smallsi{
		display: block;
	}
}
.p0{
    padding-bottom: 0;
    padding-top: 0;
}
@media (max-width: 768px){
.plr0{
    padding-right: 0;
    padding-left: 0;
}
}
.newanteprime{
    text-align: center;
    list-style: none;
    background: #688753ab;
    color: white;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.noborder{
    border: 0px !important;
}
.lifestyles a img {
    height: 400px;
    text-align: center;
    margin-left: -50%;
    max-width: inherit;
}
.lifestyles a {
    overflow: hidden;
    display: block;
    position: relative;
    color: #ffffff;
}
.lifestyles .col-md-2 {
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}

.lifestyles a h3{
    background: #688753ab;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 0;
    height: 50px;
    margin: 0;
    color: #fff;
    line-height: 45px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: large;}
.lifestyles{
        background: #e1e1e1;
    padding: 50px 15px 100px 15px;
    text-align: center;
}
@media (max-width: 992px){
    .lifestyles a img {
    margin-left: 0;

}
    .lifestyles .col-md-2 {
    padding-bottom: 5px;
}
}
@media (min-width: 760px){
/* Brightness-zoom Container */
.lifestyles a img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
}
}
/* The Transformation */
.lifestyles a:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}

.slick-dots li button {
    outline: 0;
    background: 0 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
    height: 4px;
    color: gray;
    background: #cbcbcb;
}
.pageMainNav > li > a, .pageMainNav.nav > li > a, .pageMainNav.navbar-default > li > a {
    font-size: 16px;
    line-height: 1.28571;
    position: relative;
    padding-right: 35px;
}

.btnTutti{
    background: #fff;
    border: 2px solid #688753;
    color: #688753;
}
.chosen-container .chosen-results li {
    color: #000 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
}
.pageMainNav, .pageMainNav.nav, .pageMainNav.navbar-default {
    background-color: #ffffff00;
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
}
@media (min-width: 768px){
.headerHolder {
    padding-top: 10px;
    padding-bottom: 70px;
}
}
#pageNav.pageNav1 {
    background: transparent;
}
#imgpage{
    height: 450px;
}
@media(max-width: 1400px){
  #imgpage{
    height: 350px;
}  
}
@media(max-width: 1200px){
  #imgpage{
    height: 250px;
}  
}
@media(max-width: 992px){
  #imgpage{
    height: 150px;
}  
}
@media(max-width: 768px){
  #imgpage{
    display: none;
}  
}
.wrapper{
    background-image: url(/images/piscina.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: top;
    color: #fff;
    position: relative;
    z-index: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
.wrapper:after {
  padding-top: 25%;
  /* this llama image is 800x600 so set the padding top % to match 600/800 = .75 */
  display: block;
  content: '';
}
.propertyIntroCaption .breadcrumb, .propertyIntroCaption .breadcrumb.breadcrumb1 {
    color: #000000;
    margin-bottom: 6px;
    font-weight: bold;
}
#mappagenzia{
    background: #e1e1e1;
    padding-bottom: 15px;
    padding-top: 10px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #62993d;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #688753;
    border-radius: 0;
}
.colorgreen{
    color: #688753;
}
.clasenerg {
    position: absolute;
    top: 10px;
    right: 30px;
    list-style: none;
    height: 40px;
    width: 40px;
    border-radius: 120px;
    text-align: center;
    line-height: 40px;
}
.my-list-unstyled-big > li{
    line-height: 40px;
}
.clasenerg-m {
    list-style: none;
    height: 40px;
    width: 40px;
    border-radius: 120px;
    text-align: center;
    line-height: 40px;
    display: none;
    margin-left: 30px
}
@media (max-width: 768px){
    .wrapper{
        background-size: cover;
    }
    .clasenerg{
        display: none;
    }
    .clasenerg-m {
        display: block;
    }
}
.pageMainNav.pageMainNav1 > li > a:hover, .pageMainNav.pageMainNav1 > li > a:focus, .pageMainNav.pageMainNav1 > li > a:active, .pageMainNav.nav.pageMainNav1 > li > a:hover, .pageMainNav.nav.pageMainNav1 > li > a:focus, .pageMainNav.nav.pageMainNav1 > li > a:active, .pageMainNav.navbar-default.pageMainNav1 > li > a:hover, .pageMainNav.navbar-default.pageMainNav1 > li > a:focus, .pageMainNav.navbar-default.pageMainNav1 > li > a:active {
    background-color: transparent;
    color: #688753;
}

.divisorr {
    text-align: right !important;
    width: 50%;
}
.divisor {
    width: 50%;
}
@media (min-width: 1200px){
.postColumn__ListView .my-alignleft {
    width: 398px;
}
}
@media (min-width: 576px){
.postColumn__ListView .my-alignleft {
    margin: 0 0px 0 0;
}
}
.postColumn__ListView .descrWrap {
    padding-top: 15px;
    padding-right: 0;
     padding-bottom: 0; 
    padding-left: 0;
    position: relative;
}
.h159{
    height: 146px;
}
.cgray{
    background: #dcdfe0;
}

.p15{
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    overflow: hidden;
}
.mr15{
    margin-right: 15px;
}
.ml15{
    margin-left: 15px;
}
@media(max-width: 1199px){
    .p15 {
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
    .h159{
    height: 76px;
}
}
@media(max-width: 991px){
    .p15 {
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
    .h159{
    height: 115px;
}
}
@media(max-width: 767px){
    .p15 {
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    overflow: visible;
    text-overflow:inherit ;
    display: block;
    -webkit-box-orient: none;
    -webkit-line-clamp: none;
}
    .h159{
    height: auto;
}
    #pageHeader.offsetBottom {
    margin-bottom: 0px;
}
}
.findFormBlock select {
    border: none;
}
.findFormBlock.offsetHeaderTop {
     padding-top: 20px; 
}

.fontbold{
    font-weight: bold;
}
.postColumn__ListView .priceWrap {
    height: 40px;
}
#more {display: none;}
.sheaderHolder{
    padding: 10px;
}
.contactInfoPage .adr i {
    color: #688753;
}
.anchorNavigationList > li > a {
    font-size: 15px;
}
.divleft{
    color: #13293d;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    list-style-type: none;
    width: 50%;
    float: left;
}.greytext{
    padding: 12px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    list-style-type: none;
    color: #8e99a3;
    width: 50%;
    float: right;
}
.interessadiv {
    color: white;
    position: absolute;
    top: 20%;
    font-size: 25px;
    text-align: center;
    width: 100%;
    line-height: 30px;
}
.contattadiv {
    color: white;
    position: absolute;
    top: 47%;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.separatorediv {
    color: white;
    position: absolute;
    top: 55%;
    text-align: center;
    width: 100%;
    font-size: 30px;
}
.tuttefotodiv {
    color: black;
    position: absolute;
    top: 70%;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.contact {

    background-color: #688753;
    padding: 6px 40px;
    border-radius: 4px;
    color: white !important;
    font-size: 18px;
        border: none;
    font-weight: 400;
}
#pageNav.pageNav2 .navbar-toggle {
    margin: 0 0 0 20px;
    border-color: rgba(255, 255, 255, 0.4);
    border: 2px solid white;
}
.pageMainNav.pageMainNav1 > li > a, .pageMainNav.nav.pageMainNav1 > li > a, .pageMainNav.navbar-default.pageMainNav1 > li > a {
    padding-left: 1px;
    padding-right: 1px;
}