.element-combobox 
{
	width: 100%;
	position: relative;
}

.element-combobox::before {
	font-family: arial;
	content: "\25be";
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 8px;
	color: #666;
	pointer-events: none;
}

.element-combobox select 
{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 40px;
	-moz-padding-start: calc(10px - 3px);
	padding-left: 10px;
	padding-right: 38px;
	background: url(fff-0-2.png) repeat;
	font-family: 'Open Sans', sans-serif;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	display: block;
}

.element-combobox select::-ms-expand {
	display: none;
}

.element-combobox select:focus::-ms-value {
	background-color: transparent;
}