.leaflet-control-geocoder {
	margin-top: 200px;
	background: white;
	box-shadow: 0 1px 7px rgba(0,0,0,0.65);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	line-height: 26px;
	overflow: hidden;
}

.leaflet-touch .leaflet-control-geocoder {
	box-shadow: none;
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
    line-height: 30px;
    margin: 0 10px 0 50px;
    width:30px;
    height:30px;

}

.leaflet-touch .leaflet-control-geocoder.leaflet-control-geocoder-expanded {
	width:  auto;
	height: auto;
}

.leaflet-control-geocoder-form {
	display: inline;
	width: 0;
	height: 0;
}

.leaflet-control-geocoder-form input, .leaflet-control-geocoder-form ul, .leaflet-control-geocoder-error {
	border: 0;
	color: transparent;
	background: white;
	width: 0px;
	height: 0px;
}

.leaflet-control-geocoder-form input {
	font-size: 16px;
	transition: width 0.125s ease-in;
}

.leaflet-touch .leaflet-control-geocoder-form input {
	font-size: 16px;
	width: 0px;
	height: 0px;

}

.leaflet-control-geocoder-icon {
	width: 24px;
	height: 26px;
	background-image: url(geocoder.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
	width: 30px;
	height: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
	background-image: url(throbber.gif);
}

.leaflet-control-geocoder-expanded input, .leaflet-control-geocoder-error {
	width: 226px;
	height: 22px;
	margin: 0 4px 0 4px;
	padding: 0 0 0 4px;
	vertical-align: middle;
	color: #000;
}

.leaflet-touch .leaflet-control-geocoder-expanded input, .leaflet-control-geocoder-error {
	width: 70%;
	height: 26px;
}

.leaflet-control-geocoder-form input:focus {
	outline: none;
}

.leaflet-control-geocoder-form button {
	display: none;
}

.leaflet-control-geocoder-form-no-error {
	display: none;
}

.leaflet-control-geocoder-error {
	margin-top: 8px;
	display: block;
	color: #444;
}

ul.leaflet-control-geocoder-alternatives {
	width: 260px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	list-style: none;
  	padding: 0;
  	transition: height 0.125s ease-in;
}

.leaflet-control-geocoder-alternatives-minimized {
	width: 0 !important;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.leaflet-control-geocoder-alternatives li {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #eee;
	padding: 0;
}


.leaflet-control-geocoder-alternatives li:last-child {
	border-bottom: none;
}

.leaflet-control-geocoder-alternatives a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 6px 8px 16px 6px;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

.leaflet-touch .leaflet-control-geocoder-alternatives a {
	font-size: 18px;
}

.leaflet-control-geocoder-alternatives a:hover, .leaflet-control-geocoder-selected {
	background-color: #ddd;
}

.leaflet-control-geocoder-address-detail {
	font-size: 12px;
	font-weight: normal;
}

.leaflet-control-geocoder-address-context {
	color: #666;
	font-size: 12px;
	font-weight: lighter;
}

.leaflet-control-geocoder.leaflet-control {
	margin-top: 50px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.leaflet-control-geocoder-icon {
		width: 26px;
		height: 26px;
	}
}
