.main-content .col-left {
	padding-left: 0px; 
	padding-right: 0px;
}

h1.title {
	margin-bottom: 6px;
}

/*=== PROPERTIES PAGE ===*/
#filter-form {
	margin-top: 46px;
}

.filter-paging {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	margin-bottom: 40px;
	padding: 0 13px;
}

.filter-paging > div {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.filter-paging p {
	margin-bottom: 0;
}

.filter-paging .left-side {
	margin-right: auto;
}

.filter-paging .right-side {
	margin-left: auto;
}

.filter-paging label {
	display: inline-block;
	padding-right: 12px;
}

.paging-option {
	padding-left: 47px;
}

.paging-option .spacing {
	padding: 0 6px;
}

.prop-type-filter,
.prop-sale-filter {
	padding-right: 30px;
}

.filter-wrapper{
	padding: 0 30px;
	margin: 15px 0 70px;
}
.property-filter{
	position: relative;
	background: #011c37;
	color: #fff;
	padding: 42px 40px;
}
.property-filter span{
	font: 20px/26px 'Opensans-Bold';
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.property-filter:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 17px 0 17px;
	border-color: #011c37 transparent transparent transparent;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -17px;
}
.property-filter .cell:first-child{
	width: 265px;
	padding-left: 15px;
}
.property-filter .cell:last-child{
	width: 335px;
	padding-left: 20px;
}
.property-filter .sbOptions {
	max-height: 339px !important;
	overflow-y: auto;
}
.price-info,
.prop-address {
	font-family: 'Opensans-Semibold';
	font-size: 14px;
	line-height: 1.3;
	flex-grow: 1;
	display: flex;
	justify-content: end;
	flex-direction: column;
}

.ico-filter{
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 21px;
	background: url(../images/icons/filters.png) no-repeat;
	margin-right: 20px;
	position: relative;
	top: 3px;
}
.prop-search {
	font-size: 0;
}
.prop-search input{
	width: calc(100% - 70px);
	padding-right: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.prop-search button{
	width: 70px;
	color: #d7df21;
	height: 76px;
	background: #fff;
	font-size: 24px;
}
.property-filter .sbHolder{
	display: block;
}
/*
.prop-listings{
	padding: 0 30px;
}
*/
.prop-listings > .btn {
	position: relative;
	margin-top: 40px;
}
.ajax-loading-icon:after {
	content: "";
	height: 36px;
	width: 36px;
	background: url(/images/icons/ajax-loading-icon.gif) center center no-repeat;
	background-size: auto;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 100%;
	margin-left: 10px;
}
.prop-listing-items .row > .cell:first-child{
	padding-right: 10px;
}
.prop-listing-items .row > .cell:last-child{
	padding-left: 10px;
}
.prop-listing-items .row > .cell{
	padding-bottom: 22px;
}
.prop-listing-items .row:last-child > .cell{
	padding-bottom: 0;
}
.prop-listing-items {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
}
.prop-contain {
	padding: 0 13px 30px;
}
.prop-item {
	display: flex;
	flex-direction: column;
	min-height:452px;
	width: 350px;
	border: 2px solid #000;
/* 	margin-bottom: 30px; */
	padding: 23px;
	height: 100%;
	overflow: hidden;
}

.img-box {
	width: 100%;
	height: 250px;
	position: relative;
}

.img-box .featured {
	display: flex;
	position: absolute;
	width: auto;
	padding: 4px 26px 4px 34px;
	background: #b3252f;
	z-index: 20;
	font-size: 12px;
	color: #FFF;
	font-family: 'Opensans-Bold';
	text-transform: uppercase;
	right: -26px;
	top: 11px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	-webkit-transform: rotate(40deg);
	-moz-transform:    rotate(40deg);
	-ms-transform:     rotate(40deg);
	-o-transform:      rotate(40deg);
	transform:         rotate(40deg);
}
.img-box .featured.sold-ribbon,
.img-box .featured.pending-ribbon {
	width: 120px;
}

.img-box .featured:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 24px solid #fff;
	position: absolute;
	top: -8px;
	left: -19px;
	z-index: 1;
	-webkit-transform: rotate(-40deg);
	-moz-transform:    rotate(-40deg);
	-ms-transform:     rotate(-40deg);
	-o-transform:      rotate(-40deg);
	transform:         rotate(-40deg);
}
.img-box .featured:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-left: 28px solid #fff;
	border-right: 28px solid transparent;
	border-bottom: 24px solid transparent;
	position: absolute;
	top: 15px;
	left: 83px;
	z-index: 1;
	-webkit-transform: rotate(92deg);
	-moz-transform:    rotate(92deg);
	-ms-transform:     rotate(92deg);
	-o-transform:      rotate(92deg);
	transform:         rotate(92deg);
}

.prop-slider {
	height: 100%;
}

.prop-slider figure {
	display: block;
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.prop-slider div {
	height: 100% !important;
}

.prop-item .img-box:after { display: none; }

.prop-listing-items .slick-prev, .prop-listing-items .slick-next {
	display: block;
	height: 32px;
	width: 32px;
	border: 1px solid rgba(223, 223, 223, 0.5);
	top: auto;
	bottom: 10px;
	z-index: 10;
}

.prop-listing-items .slick-next {
	left: auto;
	right: 13px;
}

.prop-listing-items .slick-prev {
	left: auto;
	right: 44px;
}

.prop-listing-items .slick-arrow::after {
	font-size: 22px;
	font-weight: 100;
}

.prop-listing-items .slick-arrow:before,
.prop-listing-items .slick-arrow:after {
  color: rgba(223, 223, 223, 0.5) !important;
}

.prop-link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	margin: auto;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.prop-contain:hover .prop-link {
	opacity: 1;
	visibility: visible;
}

.prop-contain .img-box.disable:hover .prop-link {
	opacity: 0;
	visibility: hidden;
}

.prop-link i {
	font-size: 22px;
	padding-left: 4px;
}

.item-box,
.item-top{
	position: relative;
}
.item-top,
.item-images {
    height: 310px;
}
.item-box {
	width: 32.33%;
	margin-bottom: 22px;
	font-size: 16px;
}
.item-box:nth-child(2n) {
	margin-left: 2%;
}
.item-box figure{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 310px;
}
.item-img-overlay{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(2, 28, 53, 0.75);
	text-align: center;
	padding: 20px;
}
.item-img-overlay .btn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.item-label{
	font: 16px/20px 'AntiqueOlive';
	text-transform: uppercase;
	text-align: center;
	min-width: 200px;
    padding: 13px 5px 11px;
	background: rgba(215, 223, 33, 0.9); 
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.item-img-arrows{
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(1, 28, 55, 0.8);
	width: 75px;
	height: 48px;
	font-size: 0;
}
.item-img-arrows button{
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transform: none;
}
.item-img-arrows .slick-arrow:before{
	font-size: 16px;
	vertical-align: middle;
}
.item-img-arrows .slick-arrow.slick-prev{
	left: 0;
	padding-left: 12px;
}
.item-img-arrows .slick-arrow.slick-prev:before{
	content: '\f177';
}
.item-img-arrows .slick-arrow.slick-next{
	right: 0;
	padding-right: 12px;
}
.item-img-arrows .slick-arrow.slick-next:before{
	content: '\f178';
}
.item-top-info{
	font: 20px/26px 'Opensans-Semibold';
	background: #011c37;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
}
.item-top-info span{
	font-size: 14px;
	color: #d7df21;
	margin: 0 9px;
}
.item-info{
	background: #fff;
	text-align: center;
	padding: 10px 20px 25px;
}
.item-info h3{
	font: 18px/24px 'Opensans-Bold';
	color: #0d0c27 !important;
	margin-bottom: 20px;
}
.attribute-list{
	font-family: 'Opensans-Semibold';
	white-space: nowrap;
	color: #0d0c27;
	margin: 20px 0 0 0;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	align-items: flex-start;
}
.attribute-list li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 30%;
}
.attribute-list li i{
	display: inline-block;
	vertical-align: top;
	width: 28px;
	height: 27px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-color: transparent;
	background-size: contain;
}
.attribute-list .ico-proptype {
	background-image: url(/images/icons/building.png);
}
.attribute-list .ico-tools{
	background-image: url(/images/icons/cal_icon.png);
}
.attribute-list .ico-area{
	background-image: url(/images/icons/area.png);
}
.attribute-list span{
	display: block;
	font: 12px 'Opensans-Regular';
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.divider {
	display: block;
	width: 100%;
	height: 3px;
	background: #ba151b;
	margin: 20px 0;
}
#pg + .select2 {
	min-width: 40px;
}

p.heading {
	font-size: 16px;
	font-family: 'Opensans-Bold';
	margin: 0;
	line-height: 20px;
	padding-top: 20px;
	color: #262626;
}

p.desc {
	font-size:14px;
	font-family: 'Opensans-Light';
	line-height: 18px;
	color: #262626;
}
.photo-after {
	height: 100%;
	width: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}