/*
 *	Navigation bar
 */
.navbar-header .image-logo img{
	width: 125px;
}
.banner-wrapper .bx-wrapper .bx-viewport{
	border: none;
	overflow: none !important;
	height: auto !important;
}

/*
 *	Banner slider
 */
.bx-wrapper{
	max-width: 100% !important;
	margin: 0px auto;
	position: relative;
	height: 100%;
	padding: 0;
}
.banner-slider{
	padding: 0px;
	list-style-type: none;
}
.banner-slider li{
	background-repeat: round;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.bx-wrapper .bx-viewport{
	border: none !important;
}
.bs-ticker{
	position: relative;
	width: 300px;
	left: 10%;
	top: 2%;
}
.bs-ticker .citywood_ticker li{
		width: 220px !important;
		height: 220px !important;
}
.bs-ticker .citywood_ticker li img{
	width: 220px;
	height: 220px;
	display: inline-block !important;
}
.citywood_ticker{
	margin: 5px auto;
	position: relative;
	width: 240px;
	height: 240px;
	list-style-type: none;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.citywood_ticker li{
	position: absolute; 
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.bs-ticker .citywood_ticker li span{
	top: 10px;
	left: 10px;
	position: absolute;
	border: solid 1px grey;
	background-color: rgba(234, 230, 230, 0.6);
	color: #000;
	padding: 0px 5px;
	position: absolute;
}

/*
 *	Featured property-section
 */
.one-page-section{
	margin: 40px 0px 0px;
    padding: 0px;
	position: relative;
}
.featured-property-section{}
.featured-property-section .realind-featured-property{
	text-align: left;
}
.featured-property-section .realind-featured-property h3{
	border: none;
	padding: 0px;
    margin: 0px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 26px;
}
.realind-featured-property .rfp-widget-featured-property-title .slick-slider{
	margin: 50px auto 100px;
}
.realind-featured-property .rfp-widget-featured-property-title .slick-slider .slick-list .slick-track{
    padding: 10px 0px;
}
.realind-featured-property .rfp-widget-featured-property-title .slick-slide {
    margin: 0px 20px;
    box-shadow: 0px 0px 5px grey;
}
.realind-featured-property .rfp-widget-featured-property-title .slick-slide:focus{
    outline: none;
}
.realind-featured-property .rfp-widget-featured-property-title .slick-slide:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}
.realind-featured-property .rfp-widget-featured-property-title .slick-slide img {
    width: 100%;
}
.realind-featured-property .rfp-widget-featured-property-title .slick-prev:before,
.realind-featured-property .rfp-widget-featured-property-title .slick-next:before {
	color: black;
}

/**
  *     News Box container
  */
.newsbox-container{}
