
/*============================= Select2 ===============================*/
.select2-container{
	border-bottom: 1px solid #888;
}

.select2-container--default .select2-selection--single {
	border: 0 !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	height: 36px;
	text-align: center;
	font-size: 16px;
	font-family: akrobat;
	letter-spacing: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fb3b3a;
	text-align: left;
	padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 2px;
	right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0 !important;
	width: 8px !important;
	height: 8px !important;
	border-bottom: 1px solid #bbb !important;
	border-left: 1px solid #bbb !important;
	margin-left: -4px !important;
	margin-top: -5px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	display: none;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 160px !important;
	letter-spacing: 3px;
	font-family: akrobat;
}

.select2-container--open .select2-dropdown--below {
	background-color: #000;
	border-radius: 0;
	border-color: #fff;
	border-top: 1px solid #fff !important;
}

.select2-search.select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #605854;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(237, 33, 124, 0.3);
}

.select2-results__option{
	color: #fb3b3a;
	padding: 8px 14px;
}

.select2-container--default:hover .select2-selection--single{
	background-color: rgba(0,0,0,0.4);
}
/*============================= Select2 ===============================*/
