.search_properties {
	left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    width: 100%;
    z-index: 999;
}
.search_properties .strapline-intro {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    text-shadow: 0 1px 1px #000;
}
.search_properties .hero-strapline {
    color: #fff;
    font: 300 2.5rem/1em Arial,sans-serif;
    letter-spacing: 0;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px #000;
}
.hero-fieldset {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.3) inset;
    display: inline-block;
    padding:6px 8px;
	width:100%;
}
.hero-fieldset .search-location {
    border-radius: 3px;
    font-size: 16px;
    margin: 0;
	float: left;
	height: 50px !important;
}
.hero-btn {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 0 8px;
    padding: 1.4rem 24px;
}

@media (min-width:320px) and (max-width: 479px) { 
	/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
	.search_properties .strapline-intro{
		font-size: 15px !important;
	}

	div.search_properties .hero-strapline
	{
		font-size:20px !important;
		margin:0px !important;
		padding:0px !important;
	}

	.hero-fieldset .search-location
	{
		width:150px !important;
	}
}
@media (min-width:480px) and (max-width: 599px) { 
	/* smartphones, Android phones, landscape iPhone */ 
	.search_properties .strapline-intro{
		font-size: 15px !important;
	}
	div.search_properties .hero-strapline
	{
		font-size:22px !important;
		margin:0px !important;
		padding:0px !important;
	}
}

@media (min-width:600px) and (max-width: 1024px) { 
	.search_properties .strapline-intro{
		font-size: 30px !important;
	}

	div.search_properties .hero-strapline
	{
		font-size:25px !important;
		margin:0px !important;
		padding:0px !important;
	}
}
