.individual-slider {
	display: block;
	max-width: 100%;
	margin-top: 20px;
}
.cycle-overlay {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cycle-overlay h6 {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	margin: 0 0 25px;
	line-height: 25px;
	text-align: center;
}
.individual-slider a.back {
	display: inline-block;
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	padding: 10px 20px;
}
.individual-slider a.back:link,
.individual-slider a.back:visited {
	color: #fff;
	text-decoration: none;
	background-color: #b6ada3;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
.individual-slider a.back:hover,
.individual-slider a.back:active {
	background-color: #8a7e70;
}
#individual-pager {
	display: block;
	position: absolute;
	z-index: 101;
	bottom: 0;
	width: 100%;
	height: 30px;
	margin: 0 0 10px;
	line-height: 25px;
	text-align: center;
}
#individual-pager > span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	cursor: pointer;
}
#individual-pager span:not(:first-child) {
	margin-left: 30px;
}
.individual-slider .cycle-pager-active {
	-webkit-transform: rotate(0deg);
	-webkit-animation: pager-active-rotate 4.25s ease; /* Druation based on data-cycle-timeout=5000 */
	-moz-transform: rotate(0deg);
	-moz-animation: pager-active-rotate 4.25s ease; /* Druation based on data-cycle-timeout=5000 */
	transform: rotateZ(0deg);
	animation: pager-active-rotate 4.25s ease; /* Druation based on data-cycle-timeout=5000 */
}

@-webkit-keyframes pager-active-rotate {
	100%{-webkit-transform: rotate(-90deg);}
	80%{-webkit-transform: rotate(-45deg);}
	20%{-webkit-transform: rotate(-45deg);}
	0%{-webkit-transform: rotate(0deg);}
}
@keyframes pager-active-rotate {
	100%{transform: rotate(-90deg);}
	80%{transform: rotate(-45deg);}
	20%{transform: rotate(-45deg);}
	0%{transform: rotate(0deg);}
}

.individual-slider .cycle-slideshow {
	position: relative;
	width: 100%;
	height: 730px;
	overflow: hidden;
}
.individual-slider .cycle-slideshow > div.slide {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #e9e6e3;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.individual-slider .cycle-overlay{
	display: block;
	position: absolute;
	top: 0;
	z-index: 101;
}
/* @group Property Info */
	.individual-info {
		display: block;
		width: 100%;
		max-width: 980px;
		margin: 65px auto 0;
		padding: 0 30px;
		text-align: left;
	}
	.property-details {
		display: table;
		width: 100%;
		border-top: 1px solid #fff;
		margin: 30px 0;
	}
	.property-details > div{
		display: table-cell;
		padding-top: 30px;
		vertical-align: top;
	}
	.property-overview {

	}
	.property-info {

	}
	.individual-info article .property-categories{
		margin-bottom: 25px;
	}
	.individual-info article .property-categories > h6{
		margin: 0;
	}
	.individual-info h2.alt2 {
		line-height: 1em;
	}
	.individual-info h5,
	.individual-info h6,
	.individual-info p {
		clear: both;
		float: left;
		max-width: 675px;
	}.individual-info h5,
	.individual-info h6{
		margin: 5px 0 0;
	}
	.individual-info h5,
	.individual-info h6 {
		max-width: 675px;
	}
	.individual-info h6 {
		margin-bottom: 25px;
	}
	.individual-info h6 a:link,
	.individual-info h6 a:hover,
	.individual-info h6 a:visited,
	.individual-info h6 a:active {
		color: #555555;
		display: inline-block;
		text-decoration: none;
	}
	.individual-info h6 a:after{
		opacity: 0;
		width: 75%;
		height: 1px;
		content: "";
		display: block;
		margin: 0 auto;
		background-color: #555555;
		-webkit-transition: width 0.3s ease, opacity 0.3s ease;
		-moz-transition: width 0.3s ease, opacity 0.3s ease;
		transition: width 0.3s ease, opacity 0.3s ease;
	}
	.individual-info h6 a:hover:after{
		opacity: 0.4;
		width: 100%;
	}
/* @end */
/* @group gallery */
	.individual-gallery {
		display: block;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 0 30px;
		text-align: center;
	}
	.individual-gallery:before {
		content: "";
		display: block;
		width: 100%;
		max-width: 980px;
		height: 1px;
		border-bottom: 1px solid #fff;
		margin: 30px 0 -9px;
	}
	.individual-gallery h4 {
		content: "";
		display: inline-block;
		width: auto;
		margin: -35px auto 25px;
		padding: 0 35px;
		background: #e9e6e3;
		text-align: center;
		color: #8a7e70;
	}
	.individual-gallery > a {
		display: inline-block;
		position: relative;
		top: -320px;
		z-index: 1000;
		cursor: pointer;
	}
	.individual-gallery > a svg,
	.individual-gallery > a svg line {
		stroke: #8a7e70;
		fill: #8a7e70;
		-webkit-transition: fill .3s ease, stroke .3s ease;
		transition: fill .3s ease, stroke .3s ease;
	}
	.individual-gallery > a:hover svg,
	.individual-gallery > a:hover svg line {
		stroke: #fff;
		fill: #fff;
	}
	#gallery-prev {
		float: left;
		left: -40px;

	}
	#gallery-next {
		float: right;
		right: -40px;
	}
	.individual-gallery {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.individual-gallery .cycle-slideshow {
		position: relative;
		width: 100%;
		height: 620px;
		overflow: hidden;
	}
	.individual-gallery .cycle-slideshow > div {
		display: block;
		width: 100%;
		height: 620px;
		background-color: #e9e6e3;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.individual-gallery h6 {
		margin: 20px 0 0;
		font-size: 16px;
	}
	.individual-gallery h2.alt2 {
		padding: 0 0 50px;
		font-size: 16px;
	}
/* @end */
/* @group #sub-footer styles */
	.individual#sub-footer {
	   background-color: #393939;
	}
	.individual#sub-footer .property h5{
		background-color: #393939;
		color: rgba(233,230,227,1);
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	.individual#sub-footer .property:hover h5{
		color: rgba(233,230,227,1);
	}
	.individual#sub-footer .property p {
		color: rgba(138,126,112,1);
		line-height: 1.2em;
		padding-top: 10px;
	}
	.individual#sub-footer .property:hover p {
		color: rgba(233,230,227,1);
	}
/* @end */

/* @group Mobile Styles */
	@media (max-width: 767px){
		/* @group Banner Slideshow */
			.individual-slider {
				margin-top: 0px;
				height: 340px;
			}
			.individual-slider .cycle-slideshow{
				height: 340px;
			}
			.cycle-overlay h6{
				margin: 0;
				bottom: 78px;
			}
			/* @group Pager */
				#individual-pager{
					margin: 0;
					bottom: 48px;
				}
			/* @end */
			.individual-slider .cycle-slideshow h4{
				position: absolute;
				bottom: 0;
				margin: 0;
				width: 100%;
				height: 48px;
			}
			.individual-slider .cycle-slideshow h4 a{
				width: 100%;
				height: 100%;
				line-height: 28px;
			}
		/* @end */
		/* @group Property Info */
			.individual-info{
				padding: 0 20px;
				margin: 0;
			}
			.individual-info h1{
				margin: 20px;
				font-size: 24px;
				text-align: center;
			}
			.individual-info h2{
				font-size: 18px;
				line-height: 27px;
				text-align: center;
			}
			.individual-info .{
				margin-top: 10px;
			}
			.individual-info p{
				font-size: 16px;
				line-height: 24px;
			}
			/* @group Quick Facts */
				.property-details > div{
					margin: 0;
					float: none;
					display: block;
				}
				.individual-info article .property-categories,
				.individual-info h6{
					margin-bottom: 10px;
				}
			/* @end */
		/* @end */
		/* @group Gallery */
			.individual-gallery{
				padding: 0;
			}
			.individual-gallery:before,
			.individual-gallery h4{
				display: none;
			}
			.individual-gallery .cycle-slideshow,
			.individual-gallery .cycle-slideshow > div{
				height: 190px;
			}
			.individual-gallery > a{
				top: -105px;
			}
			.individual-gallery h6{
				font-size: 16px;
				margin-top: 12px;
			}
			#gallery-caption h2{
				line-height: 16px;
				padding-bottom: 30px;
			}
		/* @end */
		/* @group subfooter styles */
			.individual#sub-footer h4{
				color: #8a7e70;
			}
			.individual#sub-footer .property{
				border: 1px solid rgba(138,126,112,1);
			}
			.individual#sub-footer .property h5{
				color: rgba(138,126,112,1);
			}
			.individual#sub-footer .property p {
				color: rgba(233,230,227,1);
			}
		/* @end */
	}
/* @end */
/* @group Tablet Styles */
	@media (min-width: 768px) and (max-width: 1024px){
		.individual-info h5,
		.individual-info h6,
		.individual-info p{
			width: 90%;
		}
	}
	@media (max-width: 1100px){
		.individual-gallery > a svg,
		.individual-gallery > a svg line {
			stroke: #fff;
			fill: #fff;
		}
		#gallery-next{
			right: 10px;
		}
		#gallery-prev{
			left: 10px;
		}
	}
/* @end */
