.selectboxit-container * {
	font-family: 'Neutra Book',sans-serif;
	font-size: 21px;
}
.selectboxit-container {
	max-width: 100%;
	width: 100%;
	height: 40px;
}
.selectboxit-container .selectboxit {
	width: 100%;
	border: solid 1px #000;
    border-radius: 8px;

	color: #000;
	background: #FFF;
	line-height: 1.42857;
}
.selectboxit-container .selectboxit.active {
	border-color: #333;
	box-shadow: none;
}
.selectboxit-arrow-container {
	background: #FFF url('/images/custom-select-arrow.png') no-repeat center center;
}
.selectboxit-option-icon-container, .selectboxit-arrow {
	display: none !important;
}
.selectboxit-option, .selectboxit-optgroup-header {
	text-indent: 0;
}
.selectboxit-container .selectboxit-options a {
	padding: 0 15px;
}

.selectboxit-container .dropdown-menu {
	margin-left: 0;
	background: #FFF;
	border: solid 1px #000;
	height: auto;
}
.selectboxit-option.active a, .selectboxit-option a:hover, .selectboxit-option a:focus {
	background: #CCC !important;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height: 40px;
}
.selectboxit-text {
	padding-top: 4px;
	padding-bottom: 4px;
}