.select-input {
	background: url(../../images/custom-select-arrow.png) 92% 50% no-repeat;
	font-family: 'OswaldLight';	
	font-size: 19px;
	color: #000;
	width: 100%;
	
	padding: 5px 10px;
	margin: 0 0 16px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;	
}
.select-input ul {
	width: 220px;
	left: -1px !important;
	top: 33px !important;
	margin-top: 1px;
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	max-height: 221px;
	overflow: auto;
	border-top: 1px solid #e0e0e0;
}
.select-input ul li {
	padding: 5px 10px;
	cursor: pointer;	
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;	
}
.select-input ul li:hover {
	color: #f79726;	
}
