﻿#property-search {
	margin: 0 10px 0 0 !important;
}

.next-image::after, .sidebar-links::after {
	content: '\f104' !important;
}

.prev-image::after {
	content: '\f105' !important;
}

.next-property::before {
	content: '\f104';
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 20px;
	padding-right: 10px;
	vertical-align: middle;
}


.next-property::after {
	display: none;
}

.prev-property::after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 20px;
	padding-left: 10px;
	vertical-align: middle;
}

.prev-property::before {
	display: none;
}

@media only screen and (min-width : 992px) {
	.prev-property::after, .next-property::before {
		font-size: 24px;
	}
}

.ct-chart {
    transform: scaleX(-1);
}