.selectric-wrapper {
	margin: 0 0 0;
	width: 100%;
}


/*vyska*/

.selectric {
	min-height: 50px;
}

.selectric .label, .selectric .button:before {
	line-height: 48px;
}

.selectric .button {
	height: 50px;
}


/*radius*/

.selectric {
	border-radius: 6px;
}

.selectric-open .selectric {
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}

.selectric-above .selectric {
	-moz-border-radius: 0 0 6x 6px;
	border-radius: 0 0 6x 6px;
	-webkit-border-radius: 0 0 6x 6px;
}

.selectric {
	color: black;
	padding: 0;
	border: 0;
	border: 1px solid #cbd5db;
	background: white;
	width: 100%;
}

.selectric-hover .selectric, .selectric-open .selectric {
	border-color: #dfdfdf !important;
}

.selectricWrapper ul li:before {
	display: none;
}

.selectric .label {
	color: black;
	display: block;
	font-size: 1em;
	height: auto;
	margin: 0 38px 0 0;
	min-height: 18px;
	overflow: hidden;
	padding: 0 0 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	width: 100%;
}

.selectric .button {
	width: 38px;
	color: transparent !important;
	text-align: center;
}

.selectric .button:before {
	content: "\f107";
	font-size: 16px;
	color: black;
	display: inline-block;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.selectric .button:after {
	display: none;
}

.selectric-items ul {
	font-size: 1em;
}

.selectric-items ul li:before {
	display: none;
}

.selectric-items ul li {
	margin: 0;
	padding: 0;
	border: 0;
	background: white;
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	color: black;
}

.selectric-items {
	background: white;
	border: 1px solid #dfdfdf;
	padding: 0;
	width: 100%;
	margin: 0;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
	border-top-width: 0;
	width: 100% !important;
}

.selectric-items li.selected, .selectric-items li:hover {
	background: #dfdfdf;
	color: black;
}

.selectric-open .selectric-items {
	margin-top: -1px;
	z-index: 1;
}

.selectric-above.selectric-open .selectric {
	border-bottom-width: 1px;
	border-top-color: white;
}

.selectric-above .selectric-items {
	border-width: 1px 1px 0 1px;
	margin-top: 0;
	margin-bottom: -1px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
