@import url('https://fonts.googleapis.com/css?family=Lato:400,700,300,300italic,700italic,100italic');

@font-face {
  font-family: 'MemphisLTStd-Bold';
  src: url('/system_themes/feb2015/css/frontend/fonts/MemphisLTStd-Bold.eot?#iefix') format('embedded-opentype'), 
  url('/system_themes/feb2015/css/frontend/fonts/MemphisLTStd-Bold.otf') format('opentype'), 
  url('/system_themes/feb2015/css/frontend/fonts/MemphisLTStd-Bold.woff') format('woff'), 
  url('/system_themes/feb2015/css/frontend/fonts/MemphisLTStd-Bold.ttf') format('truetype'), 
  url('/system_themes/feb2015/css/frontend/fonts/MemphisLTStd-Bold.svg#MemphisLTStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


h1{
	color: #FFF;
	font-size: 38px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 0px 0 10px 0;
}

h2 {
	color: #ffff00;
    font-family: "Lato",serif;
	font-size: 26px;
    font-weight: 300;
}

#step1 label {display:none;width:0px;}

.searchbar{
	width: 50%;
	margin: 0 auto;
	float: none;
	max-width: 800px;
} 

.overall {min-height: 200px;background:rgba(0,0,0,0.7);margin: 0 auto;margin-top: 15%;border:0px;}

#step1 #divfind {
	color: black;
	margin-bottom: 20px;
	padding: 10px 29px;
	width: 100%;
	background: none;
	border: solid 0px;
	border-radius: 0px;
	position: relative;
}

#addressme {
	border: 0px;
	width: 50%;
	float: left;
	border-radius: 0px;
	height: 50px;
	padding: 0px 0px !important;
	margin: 0px;
	text-indent: 15px;
	background-color: #fff;
	box-shadow: none;
	color: #9a9a9a;
	font-family: 'Lato';
	font-weight: 300;
	font-style: italic;
}

.searchbtn {
	position: relative;
	background: #eddb34;
	height: 50px;
	border: 0px;
	font-size: 18px;
	margin-top: 0px;
	width: 25%;
	cursor: pointer;
	border-left: 1px solid #000;
	position: 0px;
	right: 0;
}

@media screen and (max-width:360px){
	.sContent {
	    padding: 10px;
	}
}

@media screen and (max-width: 992px){
	
	.searchbar {
	    width: 100%;
	    margin: 0 auto;
	    float: none;
	}
}

@media (min-width: 993px){
	
	.searchbar {
	    width: 70%;
	    margin: 0 auto;
	    float: none;
	}
}

@media screen and (max-width: 1024px){
	#step1 {
	    text-align: center !important;
	}
}

@media screen and (max-width: 785px){
	#Design_Step1_unit_number {
	    display: block;
	    width: 25%;
	}
}

@media screen and (max-width: 628px){
	#Design_Step1_unit_number {
	    display: none;
	}

	#addressme{
		width: 100%;
		margin-bottom: 30px;
	}

	.searchbtn{
		width: 100%;
	}
}

.homepage {  margin: 0 auto;}

/*.homepage .overall {
	border-radius: 0px;
	border: 0px;
}*/

#step1.overall.navstepContent{
	background-color: rgba(0,0,0,0.75);
	border: 0px;
	border-radius: 0px;
	width: 100%;
}

#step1 #divfind{padding:0px;}

.facebookConnect {text-align: center;border-bottom: 2px dotted #d5d5d5;margin-bottom: 30px;}

.facebookConnect_op3 {text-align: center;border-bottom: 2px dotted #d5d5d5;margin-bottom: 30px;}

.facebookConnect .or {background: url('../img/or.png') no-repeat;text-align: center;margin: 0 auto;width: 53px;height: 48px;left: 0;right: 0;margin-bottom: -24px;}

.facebookConnect_op3 .or {background: url('../img/or.png') no-repeat;text-align: center;margin: 0 auto;width: 53px;height: 48px;left: 0;right: 0;margin-bottom: -24px;}

.searchbar .unit_number {
	top:0px;
	height:50px;
	border-left: 1px solid #000;
	font-family: 'Lato';
	font-weight: 300;
	font-style: italic;
	position: relative;
	width: 25%;
	padding: 0px;
	text-indent: 15px;
	right: 0px;

}

.searchbar .unit_number:hover{
	border-color: #000;
}

.agentfooter{
	width: 100%;
    background-color: white;
    color: #000;
    opacity: 0.6;
    border-bottom: 2px #EDDB34 solid;
/*    padding-top: 10px;
    padding-bottom: 10px;*/
    order: 1;
    -webkit-order: 1;
}

#footer .agentfooter p{
	color: #000;
	font-size: 14px;
	margin-bottom: 0px;
	font-family: 'Lato';
    font-weight: 700;
}

/*#footer .agentfooter p br{
	display:none;
}*/

#footer{
    padding: 0px 0 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
}

.site-footer{
	border-top: 0px solid #000;
}

.otherfooter{
	text-align: center;
	width: 50%;
	order: 2;
	-webkit-order:2;
}

#footer p.footer-txt{
    font-family: 'Lato';
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px
}

.pac-container{
	width: auto !important;
}

