<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Main Color: rgba(247, 144, 30, 1); */
/* Sub Color: rgba(13, 4, 124, 1); */

	/* Global */
		.section {
			background-color: rgba(13, 4, 124, 1);
		}

		.sub-section-border {
			border-bottom-color: rgba(247, 144, 30, 1);
			color:rgba(51, 51, 51, 1);
		}

		a {
			color: rgba(247, 144, 30, 1);
		}
	
		a:hover, a:active {
			color:rgba(13, 4, 124, 1);
		}

		.btn-primary, .btn-primary, .btn-primary {
			background-color: rgba(247, 144, 30, 1);
			border-color: rgba(247, 144, 30, 1);
		}

		.btn-primary:hover, .btn-primary:focus, .btn-primary:active, 
		.btn-primary.active, .open .dropdown-toggle.btn-primary {
			background-color: rgba(52, 53, 86, 1);
			border-color: rgba(52, 53, 86, 1);
		}


	/* Typography */
		.colorGrey {
			color:rgba(51, 51, 51, 1);
		}

		.colorRed {
			color:rgba(247, 144, 30, 1);
		}


	@media screen and (min-width:320px) {
		
		/* Header */
			/* Framed Logo */
				.showFramedLogo {
					position:absolute;
					background-color:rgba(0, 25, 126, 1);
					border-left:4px solid rgba(225, 225, 225, 1);
					border-right:4px solid rgba(225, 225, 225, 1);
					border-bottom:4px solid rgba(225, 225, 225, 1);
					padding:0px 15px;	
				}
		
			/* Darktheme Header  */
				.navbar.dark {
					background-color:rgba(0, 0, 0, 1);
				}

				.navbar.dark ul li a {
					color:rgba(255, 255, 255, 1);	
				}
		
			/* Navigation */
				.navbar-collapse.collapsing,
				.navbar-collapse.in {
					background-color:rgba(0, 0, 0, 0.85);
				}

				.navbar-collapse.collapsing li a,
				.navbar-collapse.in li a{
					color:rgba(255, 255, 255, 1);
				}
		
				.navbar-default .navbar-nav &gt; li &gt; a:hover, 
				.navbar-default .navbar-nav &gt; li &gt; a:focus {
					color:rgba(247, 144, 30, 1);
				}

				.navbar-collapse.in li.active a:hover {
					background-color:transparent;
				}
		
				.navbar-default .navbar-nav &gt; .active &gt; a, 
				.navbar-default .navbar-nav &gt; .active &gt; a:hover, 
				.navbar-default .navbar-nav &gt; .active &gt; a:focus {
					background-color: transparent;
					color:rgba(247, 144, 30, 1);
				}

		/* Homepage Slider */	
			#slidecontent {
				background-color:rgba(51, 51, 51, 1);
			}

			.slide-active {
				background-color:rgba(255, 255, 255, 1);
			}

			.slide-dot {
				border:2px solid rgba(255, 255, 255, 0.35);
			}

			/* Slider Content */
				.slide-panel .featurePrice {
					background-color: rgba(247, 144, 30, 1);
					color:rgba(255, 255, 255, 1);
				}

				.slide-panel .featureSuburb {
					background-color:rgba(255, 255, 255, 1);
				}

				.slide-panel .featureSuburb h1 {
					color:rgba(51, 51, 51, 1);
				}

				.slide-panel .featureBBC {
					background-color:rgba(255, 255, 255, 1);
				}

				.slide-panel .featureBBC svg path, 
				.slide-panel .featureBBC svg circle {
					fill: rgba(51, 51, 51, 1);
				}

				.featureBBC .BBCContent h4 {
					color:rgba(51, 51, 51, 1);
				}
		
			/* SET Slider Option 2 */
			#myCarousel.slide .item .carousel-caption {
				background-color:rgba(255,255,255,0.85);
				border-right-color: rgba(247, 144, 30, 1);
			}

			#myCarousel.slide .item .carousel-caption .burleighPrice {
				color: rgba(13, 4, 124, 1); /* substitute for variable */
			}

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

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

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

			#myCarousel.slide .item .carousel-caption svg path {
				fill:rgba(13, 4, 124, 1);
			}

			#myCarousel.slide .carousel-caption .BBCContent h4 {
				color:rgba(247, 144, 30, 1);
			}

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

			#myCarousel.slide .carousel-arrow a i:hover {
				color:rgba(255, 255, 255, 1);
				background-color: rgba(247, 144, 30, 1);
				opacity:1;
			}
		
		
		/* Footer */
			.footer {
				background: rgba(13, 4, 124, 1);
			}

			.footer-content .footerCircle {
				background-color:rgba(255, 255, 255, 1);
				border-color: rgba(247, 144, 30, 1);
			}
		
			.footer-content .footerCircle svg path {
				fill:rgba(247, 144, 30, 1);
			}

			.footer-content a {
				color:rgba(255, 255, 255, 1);
			}
		
			.footer-content .moduleSocial .social-icons li i {
				color:rgba(255, 255, 255, 1);
			}
		
			.footer-content .moduleSocial .social-icons li a:hover i {
				color:rgba(255, 255, 255, 1);
			}
		
			.footer-copyright {
				background-color: rgba(247, 144, 30, 1);
				color:rgba(255, 255, 255, 1);
			}
		
			.footer-copyright a {
				color:rgba(255, 255, 255, 1);
			}
		
			.footer-copyright a:hover {
				color:rgba(255, 255, 255, 0.5);
			}

		/* Set Forms */
			form li input[type='radio']:checked::after {
				background-color:  rgba(247, 144, 30, 1);
				box-shadow: 0 0 10px 0px rgba(247, 144, 30, 0.5);
			}
		
			form li input[type='radio']:hover::before {
				background-color:  rgba(247, 144, 30, 1);
			}
		
			.form-control:focus {
				border-color:rgba(247, 144, 30, 1);
			}

		/* Form Results */
			.form-results li b {
				color: rgba(247, 144, 30, 1);
			}

			.form-results li ul li b {
				color: rgba(247, 144, 30, 1);
			}

			.btn-default:hover, .btn-default:focus, 
			.btn-default:active, .btn-default.active, 
			.open .dropdown-toggle.btn-default {
				background-color: rgba(247, 144, 30, 1);
				border-color:rgba(247, 144, 30, 1);
			}
		
		/* Input Fields */
			.form-control {
				box-shadow: 0px 0px 0px 1px rgba(175, 175, 175, 1);
			}
		
		/* Placeholder Text */
			.form-control::-webkit-input-placeholder {
				color:rgba(150, 150, 150, 1);
			}

			.form-control:-moz-placeholder {
				color:rgba(150, 150, 150, 1);
			}

			.form-control::-moz-placeholder {
				color:rgba(150, 150, 150, 1);
			}

			.form-control:-ms-input-placeholder {  
				color:rgba(150, 150, 150, 1);
			}

		/* Email A friend */
			#EmailAFriend:before {
				color: rgba(247, 144, 30, 1);
			}
		
		
		/* Set Property Results */
			.filterWrapper {
				border-bottom-color: rgba(247, 144, 30, 1);
			}

			#filters.button-group &gt; .btn,
			#sorts.button-group &gt; .btn {
				border:1px solid rgba(247, 144, 30, 1);
				color:rgba(247, 144, 30, 1);
				background-color:transparent;
			}

			#filters.button-group &gt; .btn:hover,
			#filters.button-group &gt; .btn:active,
			#sorts.button-group &gt; .btn:hover,
			#sorts.button-group &gt; .btn:active {
				background-color:rgba(247, 144, 30, 1);
				color:rgba(255, 255, 255 ,1);
			}
		
		
			/* Status Label */
				.statusLabel svg {
					width:100%;
					height:100%;
				}

				.statusLabel svg polygon {
					fill:rgba(247, 144, 30, 1);
				}

				.statusLabel h3 {
					color:rgba(255, 255, 255, 1);
				}
		
			/* Pagination */
				.paginationWrapper .pagination &gt; li &gt; a {
					color:rgba(247, 144, 30, 1);
					border-color: rgba(247, 144, 30, 1);
				}

				.paginationWrapper .pagination &gt; li &gt; a:hover,
				.paginationWrapper .pagination &gt; li.current &gt; a {
					background-color: rgba(247, 144, 30, 1);
					color: rgba(255, 255, 255, 1);
				}
		
		
			/* Property ListItem BBC */
				.BBC h4 {
					color:rgba(255, 255, 255, 1);
				}
		
		/* Property List Item Isotope */
			.propertyListIsotopeBurleigh .statusLabel h3 {
				color:rgba(255, 255, 255, 1);
			}

			.propertyListIsotopeBurleigh .imageWrapper .BBCWrapper .BBC {
				background-color:rgba(247, 144, 30, 1);
			}

			.propertyListIsotopeBurleigh .imageWrapper .BBCWrapper .BBC svg path,
			.propertyListIsotopeBurleigh .imageWrapper .BBCWrapper .BBC svg circle {
				fill:rgba(255, 255, 255, 1);
			}

			.propertyListIsotopeBurleigh a .imageWrapper .listingIntro {
				background-color:rgba(51, 51, 51, 0.75);
				color:rgba(255, 255, 255, 1);
			}

			.propertyListIsotopeBurleigh .listingContentWrapper .addressHeading {
				color:rgba(51, 51, 51, 1);
			}

			.propertyListIsotopeBurleigh .listingContentWrapper .suburbHeading {
				color:rgba(247, 144, 30, 1);
			}
		
			.propertyListIsotopeBurleigh .listingContentWrapper .propertyListAgentName a:hover {
				color: rgba(51, 51, 51, 0.5)
			}

			.buttonLink {
				background-color: rgba(247, 144, 30, 1);
				border-color: rgba(247, 144, 30, 1);
				color:rgba(255, 255, 255, 1);
			}
		
			.buttonLink:hover {
				background-color: rgba(51, 51, 51, 1);
				border-color: rgba(51, 51, 51, 1);
				color:rgba(255, 255, 255, 1);
			}
		
		/* Property List Item */
			.propertyListBurleigh .imageWrapper .BBCWrapper .BBC {
				background-color:rgba(247, 144, 30, 1);
			}
		
			.propertyListBurleigh .imageWrapper .BBCWrapper .BBC svg path,
			.propertyListBurleigh .imageWrapper .BBCWrapper .BBC svg circle {
				fill:rgba(255, 255, 255, 1);
			}

			.propertyListBurleigh a .imageWrapper .listingIntro {
				background-color:rgba(0, 0, 0, 0.75);
				color:rgba(255, 255, 255, 1);
			}

			.propertyListBurleigh .listingContentWrapper .addressHeading {
				color:rgba(51, 51, 51, 1);
			}

			.propertyListBurleigh .listingContentWrapper .suburbHeading {
				color:rgba(247, 144, 30, 1);
			}
		
			.propertyListBurleigh .listingContentWrapper .propertyListAgentName a:hover {
				color: rgba(51, 51, 51, 0.5)
			}
		
		
		/* Set Property Detail */
			#propertyDetailSnapshot .BBCContent h4 {
				color:rgba(51, 51, 51, 1);
			}

			.propertySubHeading {
				background:rgba(255, 255, 255, 1);
			}

			.title-seperator {
				border-bottom-color: rgba(247, 144, 30, 1);
			}
		
			/* Set Property Status */
				#propertyContactWrapper .propertyStatusWrapper {
					background: rgba(13, 4, 124, 1);
				}
		
			/* Property Features */
				.features li .listItem {
					background-color:rgba(247, 144, 30, 1);
					color:rgba(255, 255, 255, 1);
				}
	
				.list-group-item.showFeatureList &gt; .badge {
					background-color:rgba(247, 144, 30, 1);
				}
		

			/* Property Enquiry */
				.enquiryWrapper, .linksWrapper, .inspectionsWrapper, .auctionsWrapper {
					background-color:rgba(240, 240, 240, 1);
					border-color: rgba(220, 220, 220, 1);
				}
		
		
			/* Property Agent */
				.agentWrapper {
					background-color:rgba(240, 240, 240, 1);
					border-color: rgba(220, 220, 220, 1);
				}

				.agentWrapper .agent-single .agentImgWrapper {
					border:4px solid rgba(247, 144, 30, 1);
				}

				.agentWrapper .team-square .agentImgWrapper {
					border-color:transparent;
					background:transparent;
				}

				.agentWrapper .agentSocial li {
					background-color: rgba(247, 144, 30, 1);
				}

				.agentWrapper .agentSocial li i {
					color:rgba(255, 255, 255, 1);
				}
		
		
		/* Staff List */
			#staffListSnapshot .staffBackground {
				background-color:rgba(240, 240, 240, 1);
				border-color: rgba(220, 220, 220, 1);
			}

			#staffListSnapshot .team-singleImgWrapper .team-square {
				border-color:rgba(235, 235, 235, 1);
			}

			#staffListSnapshot .team-circle {
				border-color:rgba(235, 235, 235, 1);
			}

			#staffListSnapshot .team-circle .team-social {
				background-color:rgba(255, 255, 255, 0.85);
				border:8px solid rgba(255, 255, 255, 0);
			}

			#staffListSnapshot .team-square .team-social{
				background-color:rgba(255, 255, 255, 0.85);
			}

			#staffListSnapshot .team-circle .team-social .socialIconWrapper {
				background:rgba(247, 144, 30, 1);
			}
		
		
		/* Staff Detail */
			#staffDetailSnapshot #staffIntro {
				background-color: rgba(247, 144, 30, 1);
			}
		
			#staffDetailSnapshot h2 {
				color:rgba(255, 255, 255, 1);
			}
		
			#staffDetailSnapshot h2 small {
				color:rgba(255, 255, 255, 0.65);
			}

			#staffDetailSnapshot h4 {
				color:rgba(255, 255, 255, 1);
			}

			#staffDetailSnapshot h4 small {
				color:rgba(255, 255, 255, 0.65);
			}
		
			#staffDetailSnapshot a {
				color:rgba(255, 255, 255, 1);
			}
		
			#staffDetailSnapshot a:hover {
				color:rgba(255, 255, 255, 0.65);
			}

			#staffDetailSnapshot a i {
				background-color:rgba(255, 255, 255, 1);
				color:rgba(247, 144, 30, 1);
			}

			#staffDetailSnapshot a i:hover {
				color:rgba(51, 51, 51, 1);
			}
		
		
		/* Testimonials */
			.testimonialSlider #slidecommands i,
			.testimonialSlider #slidecontent .testimonialContent h4 i {
				color:rgba(247, 144, 30, 1);
			}

			/* Home Testimonials */
				.testimonialSlider.home #slidecontent {
					background-color:rgba(51, 51, 51, 1);
				}

				.testimonialSlider #slidecontent .sptext {
					color:rgba(255, 255, 255, 1);
				}

				.testimonialSlider.home #slidecontent .testimonialContent h4 .centerVertical {
					color:rgba(255, 255, 255, 1);
				}

				.pageType_6100 #internal .section-height {
					padding:45px 0;
				}
		
		
		/* Suburb List */
			.gallery-item .hvr-rectangle-out {
				background-color:transparent;
			}

			.gallery-item .hvr-rectangle-out:before {
				background-color:rgba(51, 51, 51, 0.65);
			}

			.gallery-item .gallery-description .gallery-icon {
				background-color:rgba(247, 144, 30, 1);
			}
		
		
		/* Suburb Detail */
			.dynamicCircle {
				background-color:rgba(255, 255, 255, 1);
				border:10px solid rgba(247, 144, 30, 1);
			}

			.suburbWrapper {
				background-color:rgba(240, 240, 240, 1);
				border:1px solid rgba(220, 220, 220, 1);
			}
		
		
		/* Set Google Translate */
			.goog-te-gadget-simple {
				background-color: rgba({$buttonBgColour});
				border-color: rgba(119, 119, 119, 1);
			}

			#google_translate_element .goog-te-gadget-simple .goog-te-menu-value &gt; span {
				color: rgba({$buttonFontColour}) !important;
			}

			iframe.goog-te-menu-frame.skiptranslate .goog-te-menu2 {
				background-color:rgba(51, 51, 51, 0.85) !important;
			}
	}

	@media screen and (min-width:1369px) {
		/* Header */
			/* Navigation */
				nav {
					background-color:rgba(255, 255, 255, 1);
				}

				nav ul {
					color: rgba(51, 51, 51, 0.75);
				}

				nav ul li:hover a  {
					color: rgba(51, 51, 51, 1);
				}

				nav ul li a {
					color: rgba(51, 51, 51, 0.75);
				}


				nav ul ul {
					background:rgba(255,255,255,1); 
					color:rgba(51, 51, 51, 1);
				}

				nav ul ul li a {
					color:rgba(51, 51, 51, 1);
				}

				nav ul ul li:hover a {
					color:rgba(255,255,255,1);
					background-color:rgba(51, 51, 51, 1);

				}


				nav ul ul li:hover &gt; ul {
					background-color:rgba(51, 51, 51, 0.9);
				}

				nav ul ul li:hover &gt; ul li {
					height:40px;
					line-height:40px;
					padding:0px 10px;
					color:rgba(255, 255, 255, 1);
					background: rgb(15,15,15);
					background: -moz-linear-gradient(left,  rgba(15,15,15,1) 0%, rgba(51,51,51,1) 5%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(15,15,15,1)), color-stop(5%,rgba(51,51,51,1)));
					background: -webkit-linear-gradient(left,  rgba(15,15,15,1) 0%,rgba(51,51,51,1) 5%);
					background: -o-linear-gradient(left,  rgba(15,15,15,1) 0%,rgba(51,51,51,1) 5%);
					background: -ms-linear-gradient(left,  rgba(15,15,15,1) 0%,rgba(51,51,51,1) 5%);
					background: linear-gradient(to right,  rgba(15,15,15,1) 0%,rgba(51,51,51,1) 5%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#333333',GradientType=1 );
				}

				nav ul ul li:hover &gt; ul li:hover {
					color:rgba(51, 51, 51, 1);
					background: rgb(100,100,100);
					background: -moz-linear-gradient(left,  rgba(100,100,100,1) 0%, rgba(235,235,235,1) 4%);
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(100,100,100,1)), color-stop(4%,rgba(235,235,235,1)));
					background: -webkit-linear-gradient(left,  rgba(100,100,100,1) 0%,rgba(235,235,235,1) 4%);
					background: -o-linear-gradient(left,  rgba(100,100,100,1) 0%,rgba(235,235,235,1) 4%);
					background: -ms-linear-gradient(left,  rgba(100,100,100,1) 0%,rgba(235,235,235,1) 4%);
					background: linear-gradient(to right,  rgba(100,100,100,1) 0%,rgba(235,235,235,1) 4%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#ebebeb',GradientType=1 );
				}

				.navbar-default .navbar-nav &gt; .active &gt; a, 
				.navbar-default .navbar-nav &gt; .active &gt; a:hover, 
				.navbar-default .navbar-nav &gt; .active &gt; a:focus {
					background-color:transparent;
					color: rgba(51, 51, 51, 1);
				}

				.dropdown-menu &gt; li &gt; a:hover, 
				.dropdown-menu &gt; li &gt; a:focus {
					background-color:rgba(13, 4, 124, 1);
					color:rgba(255, 255, 255 , 1);
				}

				.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
					background-color:rgba(247, 144, 30, 1);
				}
	}




</pre></body></html>