/*
Compiled: 2019-02-27 23:05:04
Errors: None
*/

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

/* Carousel base class */

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

.carousel {
  	margin-bottom: 30px;
	padding:0px 15px;
}

.carousel-inner {
	 position: relative;	
}

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

.carousel-control {
	background-color:rgba(255, 255, 255, 1);
	border-radius:0px;
	color:rgba(150, 12, 35, 1);
	font-weight: 100;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	left: 15px;
	width: 40px;
	height:60px;
	line-height:60px;
	z-index: 10;
	opacity:1;
}

.carousel-control.right, .carousel-control.left {
	position: absolute;
	top: 45%;
	background-image:none;
}

.carousel-control.left {
	border-radius:0px 5px 5px 0px;
}

.hvr-sweep-to-right::before {
	color:rgba(255, 255, 255, 1);
	background-color:rgba(150, 12, 35, 1);
	border-radius:0px 5px 5px 0px;
}

.carousel-control.right {
	right: 15px;
	border-radius:5px 0px 0px 5px;
}

.hvr-sweep-to-left::before {
	color:rgba(255, 255, 255, 1);
	background-color:rgba(150, 12, 35, 1);
	border-radius:5px 0px 0px 5px;
}

#carousel-featuredwork .item {
	height: 675px;
	padding: 0;
	height:0px;
	padding-bottom:66%;
}

#carousel-featuredwork img {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	height: 100%;
}


/* 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:initial;
	border-radius:0px;
	width:33%;
	/*max-width:350px;*/
	height:auto;
	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;
	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;
	}
*/
	
}/* SET PROPERTY MAP HEIGHT */

#property-map {
	float:left;
	height: 450px;
	position:relative;
	width:100%;
}

.property-map {
	width: 100%;
	height: 300px;
}

.property-map h3 {
	margin: 0 0 1px 0;
}.moduleSocial {
	float:left;
	clear:both;
	display:block;
	width:100%;
	min-height:55px;
	margin-top:15px;
}

ul.social-icons {
	padding:0px;
	margin:0px 0px 15px;
	list-style-type:none;
}
	
ul.social-icons li {
	width:auto;
	height:auto;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
	text-indent: 0px;
}

ul.social-icons li a {
	float:left;
}
	
ul.social-icons li i {
	display:block;
	float:left;
	width:100%;
	height:100%;
	color:rgba(0, 0, 0, 1);
	font-size:30px;
}

ul.social-icons li i span {
	margin-left:10px;
	font-size:16px;
	font-weight:600;
	color:rgba(0, 0, 0, 1);
}

ul.social-icons li.circle .fa {
	width:50px !important;
	height:50px !important;
	line-height:50px;
	color: rgba(255, 255, 255, 1);
	background-color:transparent;
	border-radius:50% !important;
	margin-right:10px;
	float:none;
	text-align: center
}

.navbar.navbar-default .moduleSocial .social-icons li.square i  {
	background-color:rgba(255, 255, 255, 1);
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:rgba(205, 36, 43, 1);
	font-size:20px;
}

.navbar.navbar-default .moduleSocial .social-icons li.square i:hover {
	color:rgba(255, 255, 255, 1);
	background-color:rgba(0, 0, 0, 1);
}

	
/* SET DARK THEME */
	
.darkThemeFooter ul.social-icons li i {
	color:rgba(255, 255, 255, 1);
}

.darkThemeFooter ul.social-icons li i span {
	color:rgba(255, 255, 255, 1);
}	

/* SET LIGHT THEME */
.lightThemeFooter ul.social-icons li i {
	color:rgba(200, 200, 200, 1);
}

.lightThemeFooter ul.social-icons li i span {
	color:rgba(200, 200, 200, 1);
}


/* BURLEIGH TEMPLATE */
	.footer-content .moduleSocial .sub-section-height {
		color:rgba(255, 255, 255, 1);
		text-align:left;
	}

	.footer-content .social-icons li i {
		color:rgba(255, 255, 255, 1);
	}

