
/* ------------------     section with world map, continent list and country list      ------------------ */

#world_navigation {
	clear: both;
	width: auto;
	margin: 0;
	margin-bottom: 30px;
	padding-top: 5px;
	text-align: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	justify-content: space-between;
}

#world_navigation h2 {
	display: block;
	text-align: left;
	width: 100%;
	padding-top: 5px;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	background: #135;
	color: white;
}

#world_navigation h3 {
	text-align: left;
	font-size: 100%;
	margin-left: 0;
}


/* ------------------     define css for clickable world map      ------------------ */

#world_map {
	display: block;
	width: 400px;
	float: left;
	margin-left: 20px;
}

@media only screen and (max-width: 900px) {
#world_navigation {
	justify-content: space-around;	
}
}

ul#continents {
	list-style: none;
	background: url(../images/world7continents.png) no-repeat 0 0;
	position: relative;
	width: 400px;
	height: 211px;	
	margin: 0 auto;
	padding: 0;
}

ul#continents li {
	position: absolute;
}

ul#continents li a {
	display: block;
	height: 100%;
	text-decoration: none;
}

#americas {
	width: 159px;
	height: 179px;
	top: 1px;
	left: 0px;
}

#antarctica {
	width: 270px;
	height: 25px;
	top: 190px;
	left: 45px;
}

#africa {
	width: 100px;
	height: 97px;
	top: 57px;
	left: 140px;
}

#europe {
	width: 84px;
	height: 59px;
	top: 0px;
	left: 145px;
}

#asia {
	width: 150px;
	height: 121px;
	top: 1px;
	left: 195px;
}

#oceania {
	width: 79px;
	height: 66px;
	top: 105px;
	left: 298px;
}

ul#continents li a:hover {
	background: url(../images/world7continents.png) no-repeat 0 0;
}

ul#continents li#americas a:hover {
	background-position: 0 -222px;
}

ul#continents li#antarctica a:hover {
	background-position: -46px -428px;
}

ul#continents li#africa a:hover {
	background-position: -159px -317px;
}

ul#continents li#europe a:hover {
	background-position: -157px -240px;
}

ul#continents li#asia a:hover {
	background-position: -250px -220px;
}

ul#continents li#oceania a:hover {
	background-position: -284px -348px;
}

ul#continents li a span {
	display: none;
	float: left;
	padding: 5px;
	background: #1b2f54;
	background: #135;
	font: 11px Arial, Helvetica, sans-serif;
}

ul#continents li a:hover .europe, ul#continents li a:hover .asia,  ul#continents li a:hover .americas,  ul#continents li a:hover .africa,  ul#continents li a:hover .oceania,  ul#continents li a:hover .antarctica {
	display: block;
	position: relative;
	text-align: center;
	opacity: .75;
	filter:alpha(opacity=75);
	color: white;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
}

ul#continents li a:hover .europe {
	width: 90px;
	top: 40%;
	left: -20px;
}

ul#continents li a:hover .asia {
	width: 70px;
	top: 40%;
	left: 40px;
}

ul#continents li a:hover .americas {
	width: 120px;
	top: 40%;
}

ul#continents li a:hover .africa {
	width: 80px;
	top: 30%;
	left: -10px;
}

ul#continents li a:hover .oceania {
	width: 80px;
	top: 30%;
	left: -20px;
}

ul#continents li a:hover .antarctica {
	width: 120px;
	top: -70%;
	left: 80px;
}

ul#continents li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: none;
}

@media only screen and (max-width: 374px) {
/* for ultra small devices, suppress world map */
#world_map {
	display: none;
}
}


/* ------------------     list continents      ------------------ */

#continent_list {
	width: 160px;
	clear: both;
	display: block;
	margin: 10px 0 0 5px;
	text-align: left;
}

#continent_list a {
	text-decoration: none;
}

#continent_list a:hover {
	text-decoration: underline;
}

#continent_list ul {
	padding: 0;
	margin: 0;
	font-size: 90%;
	list-style: none;
}

#continent_list li {
	margin: 0;
	padding: 0;
}

/* ------------------ list countries ------------------ */

#country_list {
	width: 300px;
	clear: both;
	display: block;
	margin: 10px 0;
	text-align: left;
}

#country_list form {
	float: left;
	width: 100%;
	margin: 0;
}

@media only screen and (max-width: 299px) {
#country_list {
	width: 100%;
}
}

#google_ads_480banner {
	display: none;
}
