.selectric-wrapper {
	margin: 0 0 0;
	width: 100%;
}


/*vyska*/

.selectric {
	min-height: 40px;
	font-family: 'Oswald', sans-serif;
	min-width: 8em;
}

.selectric .label, .selectric .button:before {
	line-height: 40px;
}

.selectric .button {
	height: 40px;
}

.selectric {
	color: #4d4d47;
	padding: 0;
	border: 0;
	border: 1px solid #EDEDEB;
	background-color: white;
	font-weight: 400;
	width: 100%;
	padding-right: 40px;
}

.selectricWrapper ul li:before {
	display: none;
}

.selectric .label {
	color: #4d4d47;
	display: block;
	font-size: 1em;
	text-align: left;
	margin: 0 0 0 0;
	min-height: 40px;
	overflow: hidden;
	padding: 0 0 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	width: 100%;
	background: white;
}

.content .grayBox .selectric .label {
	background-color: white;
}

.selectric .button {
	width: 40px;
	background: #fff;
	text-align: center;
	height: 40px;
	color: #b44c69;
}

.selectric .button:before {
	content: "\f107";
	font-size: 16px;
	color: #b44c69;
	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 {
	box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
}

.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 10px;
	font-size: 1em;
	color: #313131;
}

.selectric-items {
	background: transparent;
	text-align: left;
	border: 1px solid #EDEDEB;
	padding: 0;
	width: 100%;
	margin: 0;
	font-weight: 400;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top-width: 0;
	width: 100% !important;
}

.selectric-items li.selected, .selectric-items li.selected:hover {
	background: #B44C69 !important;
	color: white;
}

.selectric-items li:hover {
	color: #B44C69;
}

.selectric-open .selectric-items {
	margin-top: 0;
	z-index: 1;
}

.selectric-above.selectric-open .selectric {
	border-bottom-width: 0;
	border-top-color: white;
}

.selectric-above .selectric-items {
	border-width: 0;
	margin-top: 0;
	margin-bottom: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
