/* CUSTOM HUGH REILLY */
.externalButton {
    background-color: rgba(255, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.externalButton:hover {
    background-color: rgba(0, 36, 69, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

/* SET SLIDER */
	#myCarousel.slide .item .carousel-caption {
		background-color:rgba(255,255,255,0.85);
		border-right-color: rgba(255, 0, 0, 1);
	}

	#myCarousel.slide .item .carousel-caption h3.price {
		color: rgba(0, 36, 69, 1); /* substitute for variable */
	}

	#myCarousel.slide .item .carousel-caption h4.BBCValue {
		color:rgba(0, 36, 69, 1); /* substitute for variable */
	}

	#myCarousel.slide .item .carousel-caption h1.suburb {
		color: rgba(255, 0, 0, 1); /* substitute for variable */
	}

	#myCarousel.slide .item .carousel-caption h1 small {
		color:rgba(0, 36, 69, 1);/* substitute for variable */
	}

	#myCarousel.slide .item .carousel-caption svg path {
		fill:rgba(0, 36, 69, 1);
	}

	#myCarousel.slide .carousel-caption .BBCContent h4 {
		color:rgba(255, 0, 0, 1);
	}

	#myCarousel.slide .carousel-arrow a i {
		background-color: rgba(255, 255, 255, 1);
		color:rgba(255, 0, 0, 1);
	}

	#myCarousel.slide .carousel-arrow a i:hover {
		color:rgba(255, 255, 255, 1);
		background-color: rgba(255, 0, 0, 1);
		opacity:1;
	}