/* Division marca de agua del mapa en listado personal*/
#map .leaflet-bottom .leaflet-control-attribution{
	visibility:hidden;
	
}

/* Division color de fondo del menu de informacion  */
	#content .listar-listing-header-topbar-wrapper .listar-listing-header-topbar-inner{
		background-color:#020202;
			border-top-left-radius:50px;
		border-bottom-right-radius:50px;
	}



/* Listar fallback menu background barra de la app*/
	#masthead .listar-fallback-menu-background{
		/*background-color:#020202;*/ 
			border-bottom-right-radius:38px;
		border-bottom-left-radius:38px;
	}

/* ajuste de la separación de categorias del buscador */
/* Span Tag */
	.listar-front-header .listar-search-categories span{
		right:110px !important;
	}
	


/* 450px and smaller screen sizes */
@media (max-width:450px){

	/* Span Tag */
	.listar-front-header .listar-search-categories span{
		right:12px !important;
		
	}



/* Listar listing categories */
	.listar-front-header .listar-search-categories .listar-listing-categories{
		position:relative;
		left:-97px;
		
	}

/* Listar section */
#main .listar-section{
	background-color:#0c9df2;
	
}


/* Listar listing categories wrapper */
	#page #content .listar-front-header .listar-search-categories .listar-listing-categories .listar-listing-categories-wrapper{
		transform:translatex(-38px) translatey(4px) !important;
		width:295px !important;
	}
	
	/* Listar listing categories wrapper */
	.listar-search-categories .listar-listing-categories .listar-listing-categories-wrapper{
		transform:translatex(27px) translatey(0px) !important;
	}
	
	/* Division */
	.listar-listing-categories-wrapper .listar-listing-categories-inner > div{
		width:106%;
		
	}
	
/* Listar single listing description wrapper */
#main .hentry .listar-single-listing-description-wrapper{
	background-color:#0c9df2;
}

/* Listar container wrapper */
#main .listar-single-listing-description-wrapper .listar-container-wrapper{
	background-color:#0c9df2;
}

/* Listar section padding bottom */
#main .hentry .listar-section-no-padding-bottom{
	background-color:#0c9df2;
}

/* Listar listing related wrapper */
#main .hentry .listar-listing-related-wrapper{
	background-color:#0c9df2;
	
}
/* Body */
body{
	background-color:#0c9df2;
	
}
/* Heading */
.container > .row > .text-center h2{
	color:#fcfcfc;
	
}
/* Gallery item */
#listar-listing-gallery .gallery-item{
	background-color:#0c9df2;
  transform:translatex(0px) translatey(0px);
	max-width:260px;
	min-height:0px;
	max-height:309px;
	
}

/* 980px and smaller screen sizes */
@media (max-width:980px){

	/* Gallery item */
	#listar-listing-gallery .gallery-item{
		max-height:266px;
	}
	
}

/* 450px and smaller screen sizes */
@media (max-width:450px){

	/* Gallery item */
	#listar-listing-gallery .gallery-item{
		max-height:180px;
	}
		/* Span Tag */
	.listar-search-order-filter > span > span > span{
		position:relative;
		top:-20px;
	}
	
	/* Span Tag */
	.listar-search-filters-regions span span span{
		position:relative;
		top:-16px;
	}
	
	/* Span Tag */
	.listar-search-filters-categories span span > span{
		position:relative;
		top:-12px;
	}
	
	/* Span Tag */
	.listar-search-filters-amenities span span span{
		position:relative;
		top:-8px;
		
	}
}