.mainsearch{
    position: absolute;
    margin-top: 10%;
}
.mainsearchmobile{
 display: none;
 }
input[type=radio] {
display:none; 
}
				
input[type=radio] + label {
    color: white;
    border: 1px solid white;
    width: 75%;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align:center;
}
input[type=radio]:checked + label{ 
   background-image: none;
   background:rgba(0, 177, 110, 0.51);
	
}
input[type=radio] + label:hover{ 
   background-image: none;
   background:rgba(0, 177, 110, 0.51);
	
}

.labs{
margin-left:-25%;
}
.input-lg {
    width: 51.5% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #2018c2 !important;
    border: none !important;
}
.morebutt{
position:absolute;
margin-left: -6%;
margin-top: 1%;
border: none;

}
.togle {
    background: white;
    padding-top: 3%;
    padding-bottom: 3%;
}
select.input-sm{
    height: 40px !important;
    line-height: 31px !important;
    width: 100% !important;
}
.subb {
    width: 17% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: bold !important;
}
.navbar-nav > li > a {color:white;}
.mainmenurow{position:absolute;}
.sellhead{
color:white; 
font-weight:bold;
font-size: 3em;
}
.subhead{color:white;}

#searchsuggest
{
  margin-top: 1%;
}
#city-list{ margin-left: 25%;width: 40%;height: 165px;overflow: auto; }
#city-list>li { background: white;border-bottom: 1px solid grey;border-radius: 3px;cursor: pointer; }

