.country-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 900;
	color: #fff;
	background: #393939 url('/Assets/Images/linen.png') repeat;
	border-bottom: 1px solid #7a7a7a;
}
.country-header__wrap {
	max-width: 942px;
	margin: 0 auto;
	overflow: hidden;
}
.active-country, .cookie-message {
	float: left;
	width: 49%;
}
.active-country {
	margin-right: 1%;
}
.cookie-message {
	margin-left: 1%;
	padding: 15px 0 0 0;
	line-height: 1.5;
}
.active-country__inner {
	margin: 15px 15px 15px 0;
	padding: 10px 15px;
	font-size: 11px;
	background: #4b4b4b;
	background: rgba(75, 75, 75, .8);
}
.country-header h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-family: 'Calibri', 'Helvetica', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}
.country-header h3 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #fff;
	font-family: 'Calibri', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.country-header p {
	margin: 0;
	padding: 0 0 10px;
}

.country-header__flag {
	float: left;
	width: 100px;
	height: auto;
	margin: 0 10px 10px 0;
}
.country-header .country-recommendation {
	margin: 0;
	padding: 0 0 5px;
	font-family: 'Calibri', 'Helvetica', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff88e;
}
.country-header__choose {
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.country-header__select {
	background: #a1a1a1;
	border: none;
}
.lt-ie8 .country-header__select {
	background: none;
}
.country-header optgroup {
	background: #939598;
}
.dont-see, .dont-see:link, .dont-see:visited {
	margin: 0 0 0 5px;
	color: #4eD1f0;
}
.disclaimer {
	color: #bbb;
	font-style: italic;
}
.country-continue {
	float: right;
	line-height: 1;
}