#quick-search {
	background: #D4D4D4;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

#quick-search h2.title {
	background: #999999;
	color: #FFF;
	border-radius: 5px;
	margin: 0px 0px 15px;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

#quick-search .advanced-search-wrapper {
	text-align: center;
	margin: 10px 0px 0px;
}

#quick-search .advanced-search-wrapper a {
	color: #000;
}

#featured-listings-carousel .listings .row-item h3.street-address {
	background: #fdc403; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYzQwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZTczMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGM0MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdc403 0%, #fae733 50%, #fdc403 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc403), color-stop(50%,#fae733), color-stop(100%,#fdc403)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdc403 0%,#fae733 50%,#fdc403 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdc403 0%,#fae733 50%,#fdc403 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdc403 0%,#fae733 50%,#fdc403 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdc403 0%,#fae733 50%,#fdc403 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc403', endColorstr='#fdc403',GradientType=0 ); /* IE6-8 */
	text-align: center;
	margin-bottom: 8px !important;
}

#featured-listings-carousel .listings .row-item h3.street-address a,
#featured-listings-carousel .listings .row-item h3.street-address { 
	font-size: 14px;
	padding: 4px 0px;
	margin: 0px;
	line-height: 22px;
}

#featured-listings-carousel .listings .row-item h3.street-address a {
	display: block;
}

#featured-listings-carousel .listings .row-item h3.street-address:hover {	
	background: none transparent;
	background: #FDCD0F;
}

#featured-listings-carousel .listings .row-item h3.street-address a:hover {
	text-decoration: none;
}

#featured-listings-carousel .listings .row-item .beds-baths {
	display: none;
}

#featured-listings-carousel .listings .row-item .price {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#quick-search {
    text-align:center;
}	

#quick-search .search-field-wrapper .search-field {
	width: 195px;
}

@media (max-width: 1200px) { 
    #quick-search .search-field-wrapper .search-field {
        width: 146px;
    }
    #quick-search .input-small {
        width:83px;
    }
}

@media (max-width:979px) {
    #quick-search .search-field-wrapper .search-field {
        width: 93px;
    }
    #quick-search .input-small {
        width:133px;
    }
}

@media (max-width: 767px) { 
	.outer-container {
        padding:0px !important;
    }
    #quick-search {
        margin-bottom:20px;
        text-align:center;
    }
    #page-footer {
        margin-left:0px;
        margin-right:0px;
    }
    #quick-search .search-field-wrapper .search-field {
        width: 80%;
    }
}

@media (max-width: 480px) { 
     #quick-search .input-small {
        width:90px;
    }
    #quick-search .search-field-wrapper .search-field {
    	width:75%;
    }
}