#quick-search {
	position: absolute;
	top:30px;
	right: 25px;
	width:240px;
	border:solid 6px #FFF;
	padding: 15px 50px;
	margin:0px auto;
	z-index:20;
	/*background:url("/bundles/realtymanagertheme/themes/nautical/img/bg-quick-search.png");*/
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4Y2E4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(232,202,143,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,202,143,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(232,202,143,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(232,202,143,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(232,202,143,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(232,202,143,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8ca8f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	-webkit-box-shadow: 0px 8px 14px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 8px 14px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 8px 14px rgba(50, 50, 50, 0.75);
	text-align:center;
}

#quick-search h2.title {
	color:#1E66BF;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	padding: 0px;
	margin: 0px 0px 15px; 
	border: none;
}

#quick-search .advanced-search-wrapper {
	position:relative;
	color:#5181AD;
	margin:0px;
	text-align:center;
}

#quick-search .advanced-search-wrapper a {
	padding:0px;
	font-size:12px;
}

.front #banner-wrapper #banner-block {
    position: relative;
    top: auto;
    left: auto;
    width:455px;
    z-index: 10;
}

#featured-listings-carousel {
	margin:0px 20px;
}

#featured-listings-carousel h3 {
	border:none;
}

aside.sidebar-second .featured-listings {
    border:solid 1px #CCCCCC;
    background:#F9F7F3;
    margin-bottom:20px;
    padding:10px;
}

aside .featured-listings .control {
	top: 70px;
}

aside .featured-listings .control.btn-prev {
	left: 10px;
}

aside .featured-listings .control.btn-next {	
	right: 10px;
}

aside.sidebar-second .featured-listings .listings {
    padding:0px;
    width:202px;
    height:285px;
}

aside.sidebar-second .featured-listings .listings .row-item {
    text-align:center;
    padding-top:3px;
    width:inherit;
}

aside.sidebar-second .featured-listings .listings .photos-wrapper .img-wrapper {
    border:none;
    padding:10px;
    margin:0px auto;
    display:block;
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.3);
}

aside.sidebar-second .featured-listings .listings .photos-wrapper .img-wrapper img {
    border:solid 1px #CCCCCC;
    margin:0px;
    padding:0px;
    display:block;
    width:180px;
}

aside.sidebar-second .featured-listings .listings .photos-wrapper .img-wrapper .photo-count {
    display:none;
}

aside.sidebar-second .featured-listings .listings .row-item h3.street-address {
    margin:0px;
    font-size:16px;
    font-weight:bold;
    line-height:normal;
    border:none;
}

aside.sidebar-second .featured-listings .listings .row-item h3.street-address a {
    color:#5181AD;
}

aside.sidebar-second .featured-listings .listings .row-item span {
    font-size:13px;
    line-height:normal;
    color:#5181AD;
}

aside.sidebar-second .featured-listings .listings .row-item .btn-more {
    margin:8px 0px 0px;
}

aside.sidebar-second .featured-listings .view-all {
    text-align:center;
    font-size:13px;
    margin:10px 0px 0px;
}

aside.sidebar-second .featured-listings .view-all a span {
    color:#5181AD;
}

@media (max-width:979px) {
    .featured-listings .listings {
        width:100% !important;
    }
    .listing-search-full .additional-filters .input-large {
        width:190px;
    }
    
    #banner-wrapper {
    	padding:10px 0px;
    }
    
    #quick-search {
		position: relative;
		top: 0px;
		left:auto;
		right:auto;
		padding:15px 20px;
		width:85%;
		margin:20px auto;
	}
	
    aside .featured-listings .control {
		top: 60px;
	}
}

@media (min-width: 767px) and (max-width: 979px) {
	#listing_search_baths_min.input-small {
		margin-top:5px;
	}
}

@media (max-width:767px) {	
    #page-footer .container {
        padding-left:20px;
        padding-right:20px;
    }
    
    #quick-search .price-field-group .price-min-field,
    #quick-search .price-field-group .price-max-field {
    	width:79px;
    	margin:0px;
    }
    
    #quick-search {
		width: 70%;	
		margin-bottom:0px;	
	}
}

