/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

div#myCarousel.carousel.slide {
	padding: 10px;
}

.carousel {
  	margin-bottom: 60px;
}

.carousel-inner {
	 position: relative;	
}

.carousel .container {
	position: relative;
	z-index: 9;
	height: 100%;
	width: 100%;
	padding: 0;
}

.carousel-control {
	height: 80px;
	/*font-size: 80px;*/
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
	left: 15px;
	width: 40px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.carousel-control.right, .carousel-control.left {
	margin:0 !important;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.carousel-control.right {
	right: 15px;
}

.carousel .item {
	height: 0 !important; /* 765px */
	padding: 0 0 66%;
}

.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	height: auto;
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  	text-align: center;
}
.marketing h2 {
  	font-weight: normal;
}
.marketing .span4 p {
	margin-left: 10px;
	margin-right: 10px;
}


/* Caption styling 
--------------------------*/
.carousel-caption {
	position:absolute;
	top:0px;
	left:5%;
	bottom:unset;
	border-radius:0px;
	width:33%;
	min-height:250px;
	float:left;
	padding:15px;
	background-color:rgba(0, 0, 0, 0.85);
}

.carousel-caption:before {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:25px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	background-blend-mode: multiply;
	opacity:0.5;
	content:'';
}

.carousel-caption .sliderAddress {
	color:rgba(255, 255, 255, 1);
	font-weight:400;
	font-size:22px;
	text-transform: capitalize;
	text-shadow:none;
	-webkit-font-smoothing:antialiased;
	padding:0px;
	margin:0px;
}

.carousel-caption .sliderSuburb {
	color:rgba(255, 255, 255, 1);
	font-weight:700;
	font-size:32px;
	text-transform: uppercase;
	text-shadow:none;
	-webkit-font-smoothing:antialiased;
	padding:0px;
	margin:0px;
}

.carousel-caption .sliderPrice {
	color:rgba(255, 255, 255, 1);
	font-weight:700;
	font-size:22px;
	text-transform: capitalize;
	text-shadow:none;
	-webkit-font-smoothing:antialiased;
	padding:0px;
	margin:0px 0px 15px;
}

.carousel-caption .sliderIntro {
	color:rgba(255, 255, 255, 1);
	font-weight:400;
	font-size:18px;
	text-transform: capitalize;
	text-shadow:none;
	-webkit-font-smoothing:antialiased;
	padding:0px;
	margin:15px 0px 0px;
}

.carousel-caption .sliderBBC svg  {
	max-width:30px;
	max-height:30px;
	display:inline-block;
	margin-right:5px;
}

.carousel-caption .sliderBBC h4 {
	display:inline-block;
	color:rgba(255, 255, 255, 1);
	margin:0px 10px 0px 0px;
	text-shadow:none;
}

.carousel-caption .sliderBBC svg path,
.carousel-caption .sliderBBC svg circle {
	fill: rgba(255, 255, 255, 1);	
}



/* Featurettes
------------------------- */

.featurette-divider {
  	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  	margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  	margin-right: 40px;
}
.featurette-image.pull-right {
  	margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

	.container.navbar-wrapper {
		margin-bottom: 0;
		width: auto;
	}
	.navbar-inner {
		border-radius: 0;
		margin: -20px 0;
	}
	
	.carousel .item {
		height: 613px;
	}
	
	.featurette {
		height: auto;
		padding: 0;
	}
	.featurette-image.pull-left,
	.featurette-image.pull-right {
		display: block;
		float: none;
		max-width: 40%;
		margin: 0 auto 20px;
	}
}


@media (max-width: 767px) {
	
	.carousel .item {
		height: 473px;
	}
}

@media (max-width: 600px) {
	
	.carousel .item {
		height: 333px;
	}
	
}