@charset "UTF-8";
/* CSS Document */





/* ===== GENERAL STYLES ===== */

body { background: white; font: normal 14px/17px Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #484544; }

.color, a { color: #C7AF26; }
a:hover { color: #e3b61c; }

.button, input[type=button], input[type=submit], .color-bg { background-color: #ffd900; color: #363428;}
.button:hover, input[type=button]:hover, input[type=submit]:hover, .color-bg-hover:hover { background-color: #e3b61c; }




/* ===== TOP BAR ===== */
	
	.social-icons a:hover { background-color: #ffd900; }
	
	
	
	
/* ===== MAIN BAR ===== */

	/* ===== MENU ===== */
	
	#menu > li.current-menu-item > a { border-top-color: #000; font-weight: 900;}
    #menu > li.current-menu-item > a:hover{ text-decoration:none; }
	
	
	
	
/* ===== SLIDER ===== */

	/* ==== MAP SLIDER ==== */
	
	#slider-map-zoom-in:hover, #slider-map-zoom-out:hover { background-color: #ffd900; }
	
	#slider-map-featured .property-info a.view { background-color: #ffd900; }
	#slider-map-featured ul li.current { border-top-color: #ffd900; }
	
	
	
	
	/* ===== property-search ===== */
	
	.property-search-submit { background-color: #ffd900; }
	.property-search-submit:hover { background-color: #e3b61c; }
	
	
	.property-image > span.featured { -webkit-box-shadow: inset 0 0 0 5px rgba(237, 203, 15, .5); -moz-box-shadow: inset 0 0 0 5px rgba(237, 203, 15, .5); -ms-box-shadow: inset 0 0 0 5px rgba(237, 203, 15, .5); -o-box-shadow: inset 0 0 0 5px rgba(237, 203, 15, .5); box-shadow: inset 0 0 0 5px rgba(237, 203, 15, .5); }
	.property-image > span.featured > span { background: rgba(237, 203, 15, .5); }
	
	.property-content .property-new { background: #ffd900; }
	
	
	
	
	/* ===== FILTER ===== */
	
	#filter .filter-submit { background-color: #ffd900; }
	#filter .filter-submit:hover { background-color: #e3b61c; color: white;}
			
			
			
			
	/* ===== FOOTER ===== */
	
	#footer { background: #bebaaf url(../images/yellow/footer_bg.gif) repeat-x top left; border-top: 5px solid #adaa9f; }
	
	
	
	
	/* ===== COPYRIGHT ===== */
	
	#copyright { background: #3a3b37; border-top: 5px solid #31322f; }
	
	
	
	
/* ===== CONTENT ===== */
	
	
	
	
		/* ===== PROPERTY CONTROLS ===== */
		
		#property-controls { border-color: #ffd900; }
		
		
		
		
		/* ===== PAGINATION ===== */
		
		#pagination li.current a { border-color: #ffd900; }
		
		
		
		
		/* ===== PROPERTY ===== */
		
		#property-gallery-thumbs li.current img, #property-gallery-resp li.current img { border-color: #ffd900; }
		
		
		
		/* ===== WIDGETS ===== */
		
	ul.suburbs li a { background-color: #7b7970; }
	ul.suburbs li a:hover { background-color: #616059; }