.dropdown-menu {
	position: absolute;
	top: 100% !important;
	z-index: 9;
	left: 0px !important;
	right: 0px;
	width: 100%;
	max-width: 417px;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	transform: translate(0) !important;
	border-radius: 5px;
}

	.dropdown-menu.show {
		display: block;
	}

.find-wrap .dropdown-menu {
	width: 250px;
}

.bootstrap-select > select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: .5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu.open > .dropdown-menu {
	display: flex;
	flex-direction: column;
}

.select-country .btn {
	width: 100%;
	padding: 0;
	font-size: 1.9rem;
	color: #253746;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 0;
	background: url(../images/icon-down.png) no-repeat;
	background-position: calc(100% - 11px);
	position: relative;
	padding: 0 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	border: 0;
	padding: 11px 15px 11px 46px;
	border: 1px solid #cbcbcb;
}

@media all and (min-width: 1200px) {
	.select-country .btn {
		background-position: calc(100% - 17px);
		padding-right: 24px;
	}
}

.select-country .btn:hover, .select-country .btn:focus {
	color: #253746;
	opacity: 1;
}

.select-country .btn .filter-option {
	display: inline-block;
	white-space: nowrap;
	width: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.select-country .btn i.glyphicon.flag {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	color: #253746;
}

.glyphicon.flag.gb {
	background: #fff url(../images/flag-gb.png) no-repeat;
	background-size: cover;
	width: 27px;
	height: 27px;
}

.glyphicon.flag.us {
	background: #fff url(../images/flag-gb.png) no-repeat;
	background-size: cover;
	width: 27px;
	height: 27px;
}

.glyphicon.flag.au {
	background: #fff url(../images/flag-au.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
}

.glyphicon.flag.br {
	background: #fff url(../images/flag-br.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 25px;
}

.glyphicon.flag.az {
	background: #fff url(../images/flag-gb.png) no-repeat;
	background-size: cover;
	width: 27px;
	height: 27px;
}

.glyphicon.flag.gt {
	background: #fff url(../images/flag-gb.png) no-repeat;
	background-size: cover;
	width: 27px;
	height: 27px;
}

.select-country .search-header {
	position: relative;
}

.select-country .close-btn {
	position: absolute;
	top: 50%;
	right: 16px;
	margin: 0;
	transform: translate(0, -50%);
	z-index: 1;
}

	.select-country .close-btn button {
		display: block;
		padding: 0;
		outline: 0;
		background: transparent;
		width: 20px;
		height: 20px;
	}

.select-country .icon-close {
	background-position: -562px -202px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.bs-searchbox {
	padding-right: 50px;
	background: #404040;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

	.bs-searchbox .form-control {
		font-size: 1.8rem;
		color: #fff;
		border: 0;
		padding: 17px 16px 15px;
		width: 100%;
		letter-spacing: -1px;
	}

		.bs-searchbox .form-control::placeholder {
			color: #fff;
		}

.bootstrap-select.btn-group .dropdown-menu.inner {
	border: 3px solid #404040;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 62px 0px 20px;
	/* min-height: 418px !important; */
}

@media all and (min-width: 1200px) {
	.bootstrap-select.btn-group .dropdown-menu.inner {
		padding: 62px 23px 20px;
	}
}

.bootstrap-select.btn-group .dropdown-menu.inner span.flag {
	margin-right: 14px;
}

.bootstrap-select.btn-group .dropdown-menu.inner span.text {
	font-size: 1.684rem;
	color: #0a3049;
}

.bootstrap-select.btn-group .dropdown-menu.inner li {
	width: 100%;
	margin-bottom: 22px;
	float: left;
	min-height: 30px;
}

	.bootstrap-select.btn-group .dropdown-menu.inner li:nth-child(even) {
		float: right;
	}

	.bootstrap-select.btn-group .dropdown-menu.inner li.no-results {
		display: none;
	}

.bootstrap-select.btn-group .dropdown-menu.inner a {
	display: flex;
	cursor: pointer;
}

.glyphicon.glyphicon-ok.check-mark {
	display: none !important;
}

.dropdown-inner-title {
	background: #253746;
	position: absolute;
	top: 62px;
	left: 0;
	right: 0;
	font-size: 1.4rem;
	color: #fff;
	z-index: 1;
	padding: 2px 15px;
	letter-spacing: 0.2px;
	margin: 0 7px;
}

@media all and (min-width: 1200px) {
	.dropdown-inner-title {
		padding: 2px 17px;
		left: 2px;
		right: 2px;
	}
}
