/*------------------------------------*\
   SELECT2
\*------------------------------------*/

.select2-container{
	display: block !important;
	width: auto !important;
}

.select2-container--default .select2-selection--single{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0;
	border-radius: 10px !important;
	padding: 21px 20px !important;
	background-color: transparent;
	background: rgb(213,209,209);
	background: -moz-linear-gradient(180deg, rgba(213,209,209,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(213,209,209,1) 0%, rgba(244,244,244,1) 100%);
	background: linear-gradient(180deg, rgba(213,209,209,1) 0%, rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d1d1",endColorstr="#f4f4f4",GradientType=1);
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
}

.select2-container--open .select2-dropdown--below{
	min-width: 298px;
}

.select2-container .select2-selection--single {
	height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 21px;
}

.select2-container--open .select2-dropdown {
	top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 10px 8px 0 8px !important;
	margin-left: -13px !important;
	margin-top: 1px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-width: 0 8px 10px 8px !important;
}