.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,
.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick-list{
    width: 90%!important;
    margin: auto;
    overflow: hidden;
    padding: 10px 0px !important;
    /*margin-bottom: 20px;*/
    margin-bottom: -80px;
}

.slick-initialized .slick-slide{display:block;width: 300px!important;height: 300px!important;}
.featured-properties .feat-prop{
	overflow: hidden;
	height: 325px;
	width: 295px;
	margin-bottom: 20px;
    margin-left: 0px;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
.featured-properties .feat-prop:hover{
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
.slick-initialized .slick-slide{
	margin: 10px 5px 5px;
}
.featured-properties .feat-prop-img{
	height: auto;
	width: 295px!important;
	margin: auto;
    vertical-align: middle;
}
.featured-properties .feat-prop-img img{
	width: 100%;
	height: auto;
	min-height: 295px;
	min-width: 295px;
}
.featured-properties .feat-prop img{
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
.featured-properties .feat-prop:hover img{
	-webkit-filter: blur(3px);
  -moz-filter: all .25s ease;
  -o-filter: all .25s ease;
  -ms-filter: all .25s ease;
  filter: blur(3px);
}

.featured-properties .feat-prop:hover .feat-info-area{
	height: 170px;
    background: #fff;
    margin-top: -140px;
}
.feat-prop {
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
}
/*.feat-info-area {
    width: 295px;
    margin: auto;
    height: 95px;
    background: #ffffffd9;
    position: relative;
    z-index: 999;
    margin-top: -95px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}*/
.feat-info-area {
    width: 295px;
    margin: auto;
    height: 170px;
    background: #fff;
    position: relative;
    z-index: 998;
    margin-top: -100px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
.featured-properties .feat-prop .btn {
    width: 100%;
    color: #003466;
    font-size: 20px;
    font-weight: 700;
    padding: 15px;
    font-family: 'gothic' !important;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
}