.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: transparent;
	border: 0;
	border-bottom: 5px solid #00b2be;
}
.tab-content>.active {
	padding: 8px 16px;
}
div.catalog-container {
	margin: 0 auto;
	margin-top: 20px;
}
div.realstate-option {
	background-color: #FFF;
	font-size: 14px;
	margin: 0px 5px;
	padding: 10px 0px;
	border: 1px solid lightgray;
	box-shadow: 0px 0px 10px 1px lightgray;
	border-radius: 20px;
}
div.realstate-option p {
	height: 75px;
}
.tab-content div {
	padding: 20px 0px;
}
.tab-content p {
	text-align: justify;
}
div.realstate-option img {
	width: 100%;
}
div.realstate-option div.header-info {
	padding-bottom: 10px;
}
div.realstate-info {
	padding: 10px;
}
div.property-sidebar span.fs-48 {
	line-height: 1em;
}
span.marked-as-favorite:hover,
span.mark-as-favorite:hover {
	cursor: pointer;
}
div.property-sidebar div.col-6 {
	height: 65px;
}
div.simulator div.simulator-item {
	height: 50px;
	line-height: 50px;
}
span#return_tax, span#return_tax_amount {
	padding-left: 10px;
}
div.imgs-container img {
	width: 100%;
}
img.thumb {
	max-height: 318px;
	padding: 0px 10px;
	height: auto;
}
img.gallery-img:hover {
	cursor: pointer;
}
img.gallery-img.selected {
	border: 2px solid #00b2be;
}
div.thumbnail-container {
	height: 500px;
}
div.list-thumbnail-container {
	height: 180px;
	overflow: hidden;
}
img#thumbnail {
	height: auto;
	width: 100%;
}