/* Add here all your CSS customizations */
.descripcion-list p{
	text-transform: none !important;
	line-height: 14px;
}
#header .header-search {
	position: relative;
	float: right;
	margin: 0;
	font-size: 0;
	line-height: 1;
	padding: 0;
	border: none;
}
@media (min-width: 992px) {
	#header .header-search {
		float: left;
	}
}
@media (max-width: 991px) {
	#header .header-search {
		margin-top: 5.5px;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (max-width: 360px) {
	#header .header-search {
		margin-left: 0;
		margin-right: 0;
	}
}
#header .header-search .search-toggle {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	min-width: 25px;
	text-align: center;
}
@media (min-width: 992px) {
	#header .header-search .search-toggle {
		display: none;
	}
}
#header .header-search form {
	display: inline-block;
	width: 0;
}
@media (min-width: 992px) {
	#header .header-search form {
		width: 400px;
	}
}
@media (min-width: 992px) {
	#header .header-search form {
		width: 450px;
	}
}
#header .header-search .header-search-wrapper {
	display: none;
	overflow: visible;
	border: 1px solid #ccc;
	border-radius: 19.98px;
	position: relative;
	width: 100%;
	min-width: 250px;
	padding-right: 170px;
	background-color: #fff;
}
#header .header-search .header-search-wrapper.open {
	display: block;
}
#header .header-search .header-search-wrapper:after {
	content: '';
	display: table;
	clear: both;
}
@media (min-width: 992px) {
	#header .header-search .header-search-wrapper {
		display: block;
	}
}
@media (max-width: 991px) {
	#header .header-search .header-search-wrapper {
		position: absolute;
		right: -50px;
		top: 100%;
		border-width: 5px;
		width: 450px;
		border-radius: 24px;
	}
	#header .header-search .header-search-wrapper:before {
		content: "";
		display: block;
		position: absolute;
		right: 45px;
		top: -25px;
		width: 20px;
		height: 20px;
		border: 10px solid transparent;
		border-bottom-color: #ccc;
	}
}
@media (max-width: 480px) {
	#header .header-search .header-search-wrapper {
		width: 300px;
	}
}
@media (max-width: 350px) {
	#header .header-search .header-search-wrapper {
		width: 240px;
	}
}
#header .header-search .header-search-wrapper .form-control,
#header .header-search .header-search-wrapper select {
	float: left;
	height: 38px;
	font-family: Arial;
	font-size: 13px;
	background-color: #fff;
	margin: 0;
}
#header .header-search .header-search-wrapper .form-control {
	padding: 9px 15px;
	color: #999;
	width: 100%;
	margin: 0;
	line-height: 20px;
	border-radius: 19.98px 0 0 19.98px;
	box-shadow: none;
	border: none;
}
#header .header-search .header-search-wrapper select {
	position: absolute;
	right: 40px;
	width: 130px;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	line-height: 36px;
	color: #777;
	padding: 2px 0;
	padding-left: 10px;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}
@media (max-width: 350px) {
	#header .header-search .header-search-wrapper select {
		width: 110px;
	}
}
#header .header-search .header-search-wrapper .btn.btn-default {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 40px;
	height: 38px;
	color: #777;
	background-color: transparent;
	font-size: 14px;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	border-radius: 0 19.98px 19.98px 0;
}
#header .header-search .header-search-wrapper .btn.btn-default:hover, #header .header-search .header-search-wrapper .btn.btn-default:focus {
	color: #fc7502;
	background-color: transparent;
}


.properties-listing {
	overflow: visible;
	position: relative;
	z-index: 1;
}
.properties-listing li {
	list-style: none;
}
.properties-listing .listing-item {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.properties-listing .listing-item:hover {
	-webkit-box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
					box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
}
.properties-listing .listing-item:hover .thumb-info .thumb-info-price i:after {
	width: 60px;
}
.properties-listing .listing-item .thumb-info .thumb-info-listing-type {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.properties-listing .listing-item .thumb-info .thumb-info-price {
	display: block;
	width: 100%;
	line-height: 1;
}
.properties-listing .listing-item .thumb-info .thumb-info-price i {
	position: relative;
}
.properties-listing .listing-item .thumb-info .thumb-info-price i:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	border-bottom: 0px solid #219cd2;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title {
	display: block;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li {
	display: inline-block;
	line-height: 1;
	padding: 1px 5px;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(1) {
	padding-left: 0;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(2) {
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}

.listing-item .thumb-info {

    overflow: visible;
}
.properties-listing .listing-item .thumb-info .thumb-info-listing-type {
    top: 8px;
    left: -10px;
    z-index: 2;
    background-color: #4b586b !important;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 90px 0;
}