#PropertyRegion .owl-carousel .owl-nav button.owl-next, 
#PropertyRegion .owl-carousel .owl-nav button.owl-prev, 
#PropertyRegion .owl-carousel button.owl-dot
{
	color: #029ae1;
}

#PropertyRegion .owl-carousel
{
	margin-bottom: 0;
	margin-top: 0;
}

#PropertyRegion .owl-item img
{
	height: 65vh;
	width: auto;
}

#PropertyRegion .owl-item:after
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content:'';
	display: block;
	background-color: #023452;
	opacity: 0.5;
}

#PropertyRegion .owl-item.active.center:after
{
	opacity: 0;
}

.property-detail-header
{
	justify-content: space-between;
	padding: 1rem 2rem;
	background-color: #f0faff;
	margin-bottom: 4rem;
}

.property-detail-header i
{
	color: #029ae1;
}

.property-detail-header h2
{
	margin: 0;
	padding:0;
	display: inline-block;
	margin-right: 2rem;
	font-size: 1.5rem;
}

.property-detail-header .flex
{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.property-detail-price
{
	color: #029ae1;
	font-size: 2rem;
	text-align: right;
	line-height: 2rem;
	font-weight: bold;
}

.property-detail-header-address
{
	font-size: 1.5rem;
}

.property-detail-content
{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.property-detail-content h1
{
	text-transform: uppercase;
	color: #029ae1;
	margin-bottom: 1rem;
}

.property-detail-content > .col-lg-8
{
	padding-right: 2rem;
	box-sizing: border-box;
}

.property-detail-icons > div
{
	margin-right: 2rem;
	line-height: 2rem;
}

.property-detail-icons img
{
	height: 2rem;
	margin-right: 0.5rem;
	vertical-align: top;
}

.property-detail-icons svg
{
	height: 1.5rem;
	width: auto;
	vertical-align: text-bottom;
	margin-right: 0.5rem;
}

.property-detail-icons span
{
	font-size: 1.5rem;
}

.property-detail-content h2
{
	text-transform: uppercase;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

.property-detail-content h2:after
{
	bottom: 0;
	left: 0;
	position: absolute;
	content:'';
	height: 1px;
	width: 90%;
	background:#023452; 
}



.property-detail-description p
{
	font-size: 1.25rem;
	line-height: 150%;
	font-weight: 400;
}

.property-detail-description p span
{
	font-size: 1.25rem !important;
	font-family: 'Josefin Sans', sans-serif !important;
}

.property-detail-manager
{
	background-color: #f0faff;
	padding: 2rem;
	font-size: 1.5rem;
	text-align: center;
}

.property-detail-manager-image
{
	margin-bottom: 2rem;
}

.property-detail-manager-image img
{
	width: 100%;
}

.property-detail-manager .name
{
	line-height: 2rem;
	margin-bottom: 1rem;
}

.property-detail-manager .phone
{
	font-weight: 300;	
}

.property-detail-field 
{
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1.25rem;
	position: relative;
	padding-left: 2rem;
	background-image: url(/images/checkmark.png);
	background-position: left 0.5rem;
	background-repeat: no-repeat;
	background-size: 1rem;
	
	margin-bottom: 1rem;
	box-sizing: border-box;
}



.property-detail-field > div
{
	margin-right: 1rem;
	font-weight: 300;
	line-height: 150%;
}

.property-detail-field > div:nth-child(2)
{
	font-weight: 400;
}

.property-detail-field img
{
	height: 1rem;
	line-height: 1.25rem;
}

#OmnicasaMaps
{
	margin-top: 2rem;
}

.property-detail-contact .flex
{
	justify-content: space-between;
}

.property-detail-contact .flex > .col-lg-6
{
	max-width: 49.5%;
	flex-basis: 49.5%;
}

.property-detail-contact h2
{
	border:none;
	width: 100%;
	text-transform: uppercase;
	background-color: #029ae1;
	color: #fff;
	font-weight: bold;
	padding: 1rem;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
}

.property-detail-contact h2:after
{
	display: none;
}

.property-detail-contact form input
{
	width: 100%;
	background-color: #f7f7f8;
	border-radius: 0;
	border: 0;
	font-size: 1.25rem;
	line-height: 2rem;
	padding: 0.5rem 1rem;
	height: auto;
	margin-bottom: 3px;
}

.property-detail-contact form textarea
{
	width: 100%;
	background-color: #f7f7f8;
	padding: 0.5rem 1rem;
	height: 8rem;
	font-size: 1.25rem;
	line-height: 2rem;
	border-radius: 0;
	border: 0;
}

.property-detail-contact form label
{
	position: relative;
	padding-left: 2rem;
	font-size: 1rem;
}

.property-detail-contact form label input
{
	position: absolute;
	left: 0;
	top: 0.25rem;
	width: auto;
}

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

@media (max-width: 1024px) {

	}


	@media (max-width: 767px) {
		.property-detail-icons img
		{
			height: 1rem;
		}

		.property-detail-content h2
		{
			font-size: 1.25rem;
		}

		.property-detail-icons span,
		.property-detail-field
		{
			font-size: 1rem;
		}

		#PropertyRegion .owl-item:after
		{
			display: none;
		}

		.property-detail-description p
{
	font-size: 1rem;
}

.property-detail-description p span
{
	font-size: 1rem !important;
}
	}