html {
	background: #fff url(../images/countrySelectorBG.jpg) no-repeat fixed;
	background-size: cover;
	background-position: bottom center;
}

html,
body {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'nexa 500';
	src: url('fonts/nexabold.eot');
	src: url('fonts/nexabold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/nexabold.woff') format('woff'),
		 url('fonts/nexabold.ttf') format('truetype'),
		 url('fonts/nexabold.svg#nexa_boldregular') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'nexa 700';
	src: url('fonts/nexaheavy.eot');
	src: url('fonts/nexaheavy.eot?#iefix') format('embedded-opentype'),
		 url('fonts/nexaheavy.woff') format('woff'),
		 url('fonts/nexaheavy.ttf') format('truetype'),
		 url('fonts/nexaheavy.svg#nexa_heavyregular') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'nexa 300';
	src: url('fonts/nexalight.eot');
	src: url('fonts/nexalight.eot?#iefix') format('embedded-opentype'),
		 url('fonts/nexalight.woff') format('woff'),
		 url('fonts/nexalight.ttf') format('truetype'),
		 url('fonts/nexalight.svg#nexa_lightregular') format('svg');
	font-weight: 300; 
	font-style: normal;
}

@font-face {
	font-family: 'nexa';
	src: url('fonts/nexaregular.eot');
	src: url('fonts/nexaregular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/nexaregular.woff') format('woff'),
		 url('fonts/nexaregular.ttf') format('truetype'),
		 url('fonts/nexaregular.svg#nexa_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}	

.country-selector-wrapper {
	font-family: 'nexa 500';
	font-size: 14px;
	color: #888;
	box-sizing: border-box;
	width: 1280px;
	margin: 40px auto;
	max-width: 90%;
	padding: 20px;
	background: rgba(255,255,255,.8);
	overflow: hidden;
	border-radius: 4px;
    box-shadow: 0 0 68px rgba(0,0,0,0.45);
}

.country-selector-wrapper * {
	transition: .3s;
	box-sizing: border-box;
}

.country-selector-wrapper img {
	max-width: 100%;
}

.country-selector-wrapper .top {
	text-align: center;
	color: #2A2A2A;
	margin-bottom: 40px;
}

.country-selector-wrapper .top h1 {
	font-family: 'nexa 700';
	text-transform: uppercase;
}

.country-selector-wrapper .top label {
	color: #888;
} 

.country-selector-wrapper .regions {
	overflow: hidden;
	text-align: center;
}

.country-selector-wrapper .region {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.country-selector-wrapper .region h3 {
	font-family: 'nexa';
	color: #2A2A2A;
	font-size: 18px;
	text-align: left;
}
.country-selector-wrapper .region span {
	line-height: 18px;
	display: block;
}
.country-selector-wrapper .region img {
	displaty: inline-block;
	height: 16px;
	margin-right: 10px;
	outline: 1px solid #eee;
	vertical-align: top;
}

.country-selector-wrapper .region ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0 20px 20px 0;
}
.country-selector-wrapper .region li {
	padding: 0 0 15px;
	text-align: left;
	width: 220px;
}

.country-selector-wrapper .region li ul{
	padding: 0;
	margin: 0 0 0 36px;
}
.country-selector-wrapper .region li ul li{
	width: auto;
	padding: 5px 0 0;
}
.country-selector-wrapper .region a {
	text-decoration: none;
	color: #2A2A2A;
	cursor: pointer;
}

.country-selector-wrapper .region a:hover {
	font-family: 'nexa 700';
	color: #000;
}
