
/*=======================================================
	Main Widget Holders & Definitions
=======================================================*/


.widget-holder-2 {
	width:485px;
	height:280px;
	float:left;
	margin:0;
	display:block;
	position:relative;
}


		.small-widget-left {
			width:240px;
			height:260px;
			float:left;
			margin:0;
			background: transparent url(../images/small-widget-bg.png) no-repeat top left;
			display:block;
			padding:10px;
			position:absolute;
			top:-10px;
			left:-10px;
		}

		.small-widget-right {
			width:240px;
			height:260px;
			float:left;
			margin:0;
			background: transparent url(../images/small-widget-bg.png) no-repeat top left;
			display:block;
			padding:10px;
			position:absolute;
			top:-10px;
			right:-10px;
		}


		.large-widget {
			width:485px;
			height:260px;
			float:left;
			margin:0;
			background: transparent url(../images/large-widget-bg.png) no-repeat top left;
			display:block;
			padding:10px;
			position:absolute;
			top:-10px;
			left:-10px;
		}



/*=======================================================
	Simple Small Blog Widget
=======================================================*/


.small-blog {
	width:190px;
	float:left;
	margin:0;
	padding: 35px 25px 0 25px;
}

		.small-blog h3 {
			margin:0;
			font-size:18px;
			line-height:16px;
			color:#636363;
		}

		.small-blog p {
			margin:10px 0 0 0;
			font-size:12px;
			line-height:18px;
			color:#636363;
		}

		.small-blog span {
			font-size:11px;
			line-height:18px;
			color:#afafaf;
			text-transform:uppercase;
		}




/*=======================================================
	Large Blog Widget
=======================================================*/


.large-blog {
	width:485px;
	height:260px;
	float:left;
	margin:0;
	padding: 0;
}


.large-blog-info {
	width:92px;
	height:230px;
	float:left;
	margin:18px 0 0 20px;
}

	.large-blog .agent-pic {
		width:90px;
		height: 110px;
		float:left;
		margin:2px 0 0 1px;
	}

.large-blog-content {
	width:300px;
	height:220px;
	overflow:hidden;
	float:left;
	margin:35px 0 0 20px;
}

		.large-blog-content h3 {
			margin:0;
			font-size:18px;
			line-height:16px;
			color:#636363;
		}

		.large-blog-content p {
			margin:15px 0 0 0;
			font-size:12px;
			line-height:18px;
			color:#636363;
		}

		.large-blog-content span {
			font-size:11px;
			line-height:18px;
			color:#afafaf;
			text-transform:uppercase;
		}


			.large-blog-content span a {
				font-size:11px;
				line-height:18px;
				color:#afafaf;
				text-transform:uppercase;
				font-weight: bold;
				text-decoration:none;
			}


			.large-blog-content span a:hover {
				text-decoration:underline;
			}




/*=======================================================
	Meet The Team Widget
=======================================================*/

.team-widget-holder {
	width:200px;
	float:left;
	margin:7px 0 0 7px;
	/*padding: 35px 0 0 25px;*/
	background-color: #fff;
}


.team-widget {
	width:200px;
	float:left;
	margin:0;
	padding: 28px 0 0 18px;
}

		.team-widget h3, .team-widget h3 a {
			margin:0;
			font-size:18px;
			line-height:16px;
			color:#636363;
		}

		.team-widget span {
			font-size:12px;
			color:#000;
			font-weight:bold;
			text-transform:uppercase;
		}

		.team-widget p {
			margin:25px 0 0 0;
			font-size:12px;
			line-height:18px;
			color:#636363;
			float:left;
			width:100px;
			height:auto;
			clear:left;
		}

		.team-widget .agent-pic {
			width:90px;
			height: 110px;
			float:left;
			margin:20px 0 0 0;
		}


/*=======================================================
	Property Alert Small Widget
=======================================================*/


.alert-widget {
	width:215px;
	height: 225px;
	float:left;
	margin:0;
	padding: 35px 0 0 25px;
	background: transparent url(../images/small-widget-btm.jpg) no-repeat 7px 194px;
	position:relative;
}

		.alert-widget h3 {
			margin:0;
			font-size:18px;
			line-height:16px;
			color:#e21d2a;
		}


		.alert-widget p {
			margin:15px 0 0 0;
			font-size:12px;
			line-height:16px;
			color:#636363;
			float:both;
			width:180px;
			height:auto;
			clear:left;
		}


			.alert-widget form {
				float:left;
				margin:10px 0 0 0;
			}

					.alert-widget label {
						color: #000;
						font-family:  Arial, Helvetica, Geneva, sans-serif;
						font-size: 12px;
						line-height: 20px;
						margin: 5px 0 0 0;
						padding: 0;
						width: 50px;
						height:20px;
						float: left;
					}

					.alert-widget input[type=text] {
						border: 1px solid #c8c8c8;
						background: #fafafa;
						color: #646566;
						font-family:  Arial, Helvetica, Geneva, sans-serif;
						font-size: 11px;
						line-height: 20px;
						margin:5px 0 0 0;
						padding: 0 5px 0 5px;
						width: 130px;
						height:20px;
						float: left;
						-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
					}


					.alert-widget input[type=submit] {
						position: absolute;
						bottom: 18px;
						right: 18px;
					}



/*=======================================================
	Property Search Small Widget
=======================================================*/

.search-widget:after {
	clear: both;
	content: " ";
}
.search-widget {
	width:324px;
	height: 265px;
	float:left;
	margin:0;
	position:relative;
	box-sizing: border-box;
	padding: 20px 30px 0;
	background-color: #9ca2a6;
	color:#FFF;
}

		.search-widget h3 {
			margin:0;
			font-size:20px;
			line-height:20px;
			color:#FFF;
			font-weight: normal;
		}

			.search-widget form {
				margin:10px 0 0 0;
			}

					.search-widget label {
						color: #FFF;
						font-family:  Arial, Helvetica, Geneva, sans-serif;
						font-size: 12px;
						line-height: 20px;
						margin: 5px 0 0 0;
						padding: 0;
						width: 60px;
						height:20px;
						float: left;
					}

					.search-widget select {
						border: 1px solid #c8c8c8;
						background: #fafafa;
						color: #646566;
						font-family:  Arial, Helvetica, Geneva, sans-serif;
						font-size: 11px;
						line-height: 20px;
						margin:5px 0 0 0;
						padding: 0 0 0 5px;
						width: 190px;
						height:20px;
						float: left;
						-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
					}
					.search-widget select {
						width: 100%;
						height: 22px;
						line-height: 22px;
					}
					.search-widget select.short {
						width: 49%;
					}
					.search-widget select.short:first-child {
						margin-right: 2%;
					}
					.search-widget input[type=radio] {
						margin:7px 5px 0 0;
						float: left;
					}

					.search-widget input[type=submit] {
						width: 100%;
						margin-top: 10px;
					}



/*=======================================================
	Property Search Large Widget
=======================================================*/


.large-search-widget {
	width:450px;
	height: 225px;
	float:left;
	margin:0;
	padding: 35px 0 0 30px;
	background: transparent url(../images/large-widget-btm.jpg) no-repeat 7px 194px;
	position:relative;
}

		.large-search-widget h3 {
			margin:0;
			font-size:18px;
			line-height:16px;
			color:#636363;
		}

		.large-search-widget p {
			margin:5px 0 0 0;
			font-size:12px;
			line-height:16px;
			color:#636363;
			float:left;
			width:450px;
			height:auto;
			clear:both;
		}

			.large-search-widget form {
				float:left;
				margin:0;
			}

					.large-search-widget label {
						color: #000000;
						font-family:  Arial, Helvetica, Geneva, sans-serif;
						font-size: 12px;
						line-height: 20px;
						margin: 5px 0 0 0;
						padding: 0;
						width: 60px;
						height:20px;
						float: left;
					}

					.large-search-widget select {
						border: 1px solid #c8c8c8;
						background: #fafafa;
						color: #646566;
						font-family:  Arial, Helvetica, Geneva, sans-serif;
						font-size: 12px;
						line-height: 22px;
						margin:5px 0 0 0;
						padding: 0 0 0 5px;
						width: 270px;
						height:22px;
						float: left;
						-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
					}

					.large-search-widget select.short {
						width: 130px;
						margin: 5px 10px 0 0;
					}

					.large-search-widget input[type=radio] {
						margin:7px 5px 0 0;
						float: left;
					}

					.large-search-widget input[type=submit] {
						position: absolute;
						bottom: 18px;
						right: 18px;
					}



/*=======================================================
	Featured Property Large Widget
=======================================================*/


.featured-widget-holder {
	width:980px;
	height: 205px;
	float:left;
	padding: 0;
	overflow:hidden;
}
.featured-widget-holder:after {
	clear: both;
}


.featured-widget {
	width:324px;
	height: 205px;
	float:left;
	margin:0;
	padding: 0;
	position:relative;
	background-color: #9ca2a6;
	overflow: hidden;
	margin-right: 4px;
}
.featured-widget:nth-child(3) {
	margin-right: 0;
}


	.feature-pic {
		width:247px;
		height: 187px;
		float:left;
		margin:0;
		overflow:hidden;
	}


	.featured-info {
		width:100%;
		margin:0;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 26px;
		line-height: 26px;
		background-color: #9ca2a6;
		color: #FFF;
		padding: 0 12px;
	}

		.featured-info h3 {
			margin:0;
			font-size:18px;
			line-height:16px;
			color:#e21d2a;
		}

		.featured-info p {
			margin:10px 0 0 0;
			font-size:12px;
			line-height:14px;
			color:#636363;
		}


		.featured-info span {
			color:#000;
			font-weight:bold;
		}

		.featured-info span.suburb {
			text-transform: uppercase;
		}

					.featured-widget .std-view-btn {
						position: absolute;
						bottom: 11px;
						right: 11px;
					}



		.featured-bedrooms {
			position: absolute;
			bottom: 0px;
			left: 7px;
			width: 211px;
			height: 59px;
			padding: 0 0 0 10px;
		}


			.featured-bedrooms h6 {
				color: #575556;
				float: left;
				font-size: 18px;
				line-height: 18px;
				margin: 20px 0 0 15px;
				font-weight:500;
			}


			.featured-bedrooms .item-icon {
				float: left;
				margin: 20px 0 0 5px;
			}



/*=======================================================
	Video Large Widget
=======================================================*/


.video-widget-holder {
	width:471px;
	height: 246px;
	float:left;
	margin:7px 0 0 7px;
	padding: 0;
	overflow:hidden;
}


	.video-widget {
		width:471px;
		height: 246px;
		float:left;
		margin:0;
		padding: 0;
		position:relative;
		/*background: #FFF url(../images/large-widget-btm.jpg) no-repeat bottom left;*/
	}


		.video-widget .video-item {
			float: left;
			height: auto;
			margin: 15px 0 0 10px;
			padding: 0;
			width: 280px;
		}

			.video-widget .video-pic {
				float: left;
				height: 210px;
				margin: 0;
				position: relative;
				width: 280px;
				z-index: 2;
			}

			.video-widget .video-item a {
				background: url("../images/video-thumb.png") no-repeat scroll -5px -5px transparent;
				display: block;
				height: 210px;
				left: 0;
				position: absolute;
				top: 0;
				width: 280px;
				z-index: 5;
			}


			.video-widget .video-item img {
				    height: 210px;
					left: 0;
					overflow: hidden;
					position: absolute;
					top: 0;
					width: 280px;
					z-index: 4;
			}



	.video-widget .video-info {
		width:148px;
		height: 159px;
		float:left;
		margin:0;
		padding: 35px 0 0 23px;
	}

		.video-widget .video-info h3 {
			margin:0;
			font-size:18px;
			line-height:16px;
			color:#636363;
		}

		.video-widget .video-info p {
			margin:10px 0 0 0;
			font-size:12px;
			line-height:14px;
			color:#636363;
		}




/*=======================================================
	Simple Small Video Widget
=======================================================*/


.small-video {
	width:190px;
	float:left;
	margin:0;
	padding: 35px 25px 0 25px;
}

		.small-video h3 {
			margin:0;
			font-size:18px;
			line-height:16px;
			color:#636363;
		}

		.small-video p {
			margin:10px 0 0 0;
			font-size:12px;
			line-height:18px;
			color:#636363;
		}


		.small-video .video-item {
			float: left;
			height: 153px;
			margin: 10px 0 0 0;
			padding: 0;
			width: 190px;
		}

			.small-video .video-pic {
				float: left;
				height: 143px;
				margin: 0;
				position: relative;
				width: 190px;
				z-index: 2;
			}

			.small-video .video-item a {
				background: url("../images/video-thumb.png") no-repeat scroll -50px -40px transparent;
				display: block;
				height: 143px;
				left: 0;
				position: absolute;
				top: 0;
				width: 190px;
				z-index: 5;
			}


			.small-video .video-item img {
				    height: 143px;
					left: 0;
					overflow: hidden;
					position: absolute;
					top: 0;
					width: 190px;
					z-index: 4;
			}




/*=======================================================
	Contact Details Footer Widget
=======================================================*/

.contact-dets-container {
	width:260px;
	height:125px;
	float:left;
	margin:30px 0 0 20px;
	background: transparent url(../images/footer-line.gif) repeat-x top left;
}

		.contact-dets-container h3 {
			margin:0 0 0 5px;
			font-size:18px;
			line-height:16px;
			color:#ffffff;
		}

		.contact-dets-container p {
			margin:15px 0 0 5px;
			font-size:12px;
			line-height:18px;
			color:#ffffff;
		}


		.contact-dets-container a {
			color: #62b0f5;
			text-decoration: underline;
		}

		.contact-dets-container a:hover {
			color: #62b0f5;
			text-decoration: none;
		}


/*=======================================================
	Footer Large Blog Widget
=======================================================*/

.footer-widget {
	width:700px;
	height:125px;
	float:left;
	margin:25px 0 0 0;
	overflow:hidden;
}


.footer-blog {
	width:700px;
	height:125px;
	float:left;
	background-color: #FFF;
}


.footer-blog .agent-pic {
	width:90px;
	height: 110px;
	float:left;
	margin:0 0 0 8px;
}


.mydate {
	width:92px;
	height: 110px;
	float:left;
	margin:0;
	display:block;
	background: transparent url(../images/date-holder.png) no-repeat top left;
	position:relative;
}


		.mydate h3 {
			font-size:48px;
			color:#FFF;
			text-align:center;
			width: 92px;
			height: 50px;
			position:absolute;
			top: 22px;
			left: 0;
			margin: 0; padding:0;
		}

		.mydate span.month {
			font-size:14px;
			color:#FFF;
			font-weight:bold;
			text-align:center;
			width: 92px;
			height: 20px;
			position:absolute;
			top: 60px;
			left: 0;
		}

		.mydate span.year {
			font-size:11px;
			color:#FFF;
			text-align:center;
			width: 92px;
			height: 20px;
			position:absolute;
			top: 80px;
			left: 0;
		}


.footer-blog-content {
	width:490px;
	float:left;
	margin:0 0 0 20px;
	background: transparent url(../images/footer-line.gif) repeat-x top left;
}

		.footer-blog-content h3 {
			margin:0 0 0 5px;
			font-size:18px;
			line-height:16px;
			color:#636363;
		}

		.footer-blog-content p {
			margin:15px 0 0 5px;
			font-size:12px;
			line-height:18px;
			color:#636363;
		}

		.footer-blog-content span {
			font-size:11px;
			line-height:18px;
			color:#afafaf;
			text-transform:uppercase;
		}



			.footer-blog-content span a {
				font-size:11px;
				line-height:18px;
				color:#afafaf;
				text-transform:uppercase;
				font-weight: bold;
				text-decoration:none;
			}


			.footer-blog-content span a:hover {
				text-decoration:underline;
			}

/*=======================================================
	Footer Large Appraisal
=======================================================*/


.footer-appraisal {
	width:700px;
	height:125px;
	float:left;
}

		.footer-appraisal h3 {
			margin:0 0 0 5px;
			font-size:18px;
			line-height:16px;
			color:#ffffff;
		}


		.appraisal-form {
			width:700px;
			height:70px;
			float:left;
			background-color: #e5e5e5;
			margin:10px 0 0 0;
		}


			.appraisal-form form {
				float:left;
				margin:20px 0 0 15px;
			}


					.appraisal-form label {
						color: #646566;
						font-family:  Arial, Helvetica, Geneva, sans-serif;
						font-size: 12px;
						line-height: 20px;
						margin: 5px 0 0 0;
						padding: 0;
						width: 50px;
						height:20px;
						float: left;
					}

					.appraisal-form input[type=text] {
						border: 1px solid #c8c8c8;
						background: #FFFFFF;
						color: #646566;
						font-family:  Arial, Helvetica, Geneva, sans-serif;
						font-size: 11px;
						line-height: 20px;
						margin:5px 25px 0 0;
						padding: 0 5px 0 5px;
						width: 190px;
						height:20px;
						float: left;
						-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
					}
#home-widget {
	padding-bottom: 4px;
}

.widget-holder-custom {
	float:left;
	margin: -9px 0 4px 0;
	display:block;
	position:relative;
	clear: both;
	height: 270px;
}
.widget-holder-custom:after {
	clear: both;
	content: " ";
}
.search-widget div.row {
	width: 100%;
}
.slider-widget {
	width: 656px;
	float: left;
	height: 265px;
	overflow: hidden;
}
.slider-widget .banner img {
	width: 100%;
}

.mix-widget-holder {
	width: 980px;
	float: left;
	height: 190px;
	overflow: hidden;
}
.mix-widget-holder:after {
	clear: both;
	content: " ";
}

.mix-widget {
	width: 180px !important;
	float: left;
	height: 190px;
	overflow: hidden;
	background-color: #f3f3f3;
	display: block;
	text-decoration: none;
}
.mix-widget-carousel-holder {
	position: relative;
	float: left;
}
.mix-widget-carousel-holder:after {
	clear: both;
	content: " ";
}
.mix-widget-carousel {
	padding: 0 32px;
	width: 800px;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	height: 190px;
}
.mix-widget-carousel:after {
	clear: both;
	content: " ";
}
.mix-widget-carousel .mix-widget {
	margin: 0 2px;
}
.mix-widget-carousel .mix-widget:last-child {
	margin-right: 0;
}
.carousel-arrow {
	position: absolute;
	top: 82px;
	left: 6px;
	z-index: 100;
}
.carousel-arrow:last-child {
	position: absolute;
	right: 6px;
	left: auto;
}

.mix-widget .image{
	height: 97px;
	width: 100%;
	overflow: hidden;
}
.mix-widget .title{
	width: 100%;
	height: 22px;
	line-height: 22px;
	background-color: #9ca2a6;
	padding: 0 8px;
	color: #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
.mix-widget .description{
	width: 100%;
	height: 71px;
	line-height: normal;
	box-sizing: border-box;
	padding: 8px;
	overflow: hidden;
	color: #4b4a4a;
}
.mix-widget-carousel-holder > .bx-wrapper {
	padding: 0 32px !important;
	box-sizing: border-box;
	max-width: 800px !important;
}
.mix-widget-carousel-holder > .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
	background: transparent !important;
}
.mix-widget .description .listing_features {
	line-height: 16px;
	height: 16px;
}
.mix-widget .description .listing_features img{
	display: inline-block;
	margin-right: 2px;
	margin-left: 5px;
}
.mix-widget .description .listing_features img:first-child{
	margin-left: 0;
}
.mix-widget-listing .prev-stage-latestlisting,
.mix-widget-listing .next-stage-latestlisting {
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 10;
	background-color: #FFF;
	opacity: 0.6;
	cursor: pointer;
}

.mix-widget-listing .next-stage-latestlisting {
	right: 0;
	left: auto;
}

.inner-wrap .widget-holder-custom:nth-of-type(2) {
 height: 214px;
}


.mix-widget-holder .image img
{
	width: 180px;
}