.geomenu {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.geomenu-place {
    position: absolute;
    z-index: 1;

    padding: 2px 5px;

    background: #fff;
    border: 1px solid #aaa;

    white-space: nowrap;
    text-decoration: none;
}

.geomenu-place:hover,
.geomenu-place:focus {
    z-index: 100;
}

.geomenu-size-3 {
    font-size: 125%;
    font-weight: bold;
}

.geomenu-size-4 {
    font-size: 150%;
    font-weight: bold;
}

/* ============================================================== */
.Navigator {
    position: relative;
    height: 400px;
    width: 98%;
    margin: 10px auto;
    overflow: hidden;
    background-color: #D7E3F2;
}

.Navigator ul {
    position: static;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.Navigator li {
    position: static;
    list-style: none;
}

.Navigator li a {
    position: absolute;
    transform: translate(-50%, -50%);
    	background-color: white;
	color: black;
	white-space: nowrap;
	font-size: 12px;
	padding: 0px 4px;
	text-decoration: none;
	z-index: 99;
	border: 1px solid #C6D2DD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.Navigator a:visited {color: black;
}
.Navigator a:hover {
	z-index: 999;
	background-color: #AEFFAE;
}
.MapCurrent li {z-index: 999; background-color: #e6ff00;}
.MapCurrent h2 {background-color: #e6ff00;}
.MapCurrent a:link   {  z-index: 999; font-weight: bold;  background-color: #e6ff00;}
.MapCurrent a:visited { font-weight: bold;  background-color: #e6ff00; }
.MapCurrent a:current {  font-weight: bold;   background-color: #e6ff00;}
.MapCurrent a:hover {  font-weight: bold;  background-color: #e6ff00;}

.MapContext a:link   {
	font-weight: bold;
	font-size: 140%;
	background-color: #97FFAC;
}
.MapContext a:visited { font-weight: bold; font-size: 140%; }
.MapContext a:current {  font-weight: bold;  font-size: 140%; }
.MapContext a:hover {  font-weight: bold;  font-size: 140%; }

.MapBig a:link   {    z-index: 100; font-size: 105%;}
.MapBig a:visited { font-size: 105%; }
.MapBig a:current {   font-size: 105%; }
.MapBig a:hover {
	font-size: 105%;
}



.Navigator li {
    list-style: none;
}

.Navigator li a {
    position: absolute;
}

.Navigator li a {
    position: absolute;
    transform: translate(-50%, -50%);
}

.Navigator {

    position: relative;

    width: 98%;
    height: 600px;

    margin: 10px auto;

    overflow: hidden;

    background-color: #D7E3F2;
}


.geomenu-place {

    position: absolute;

    transform: translate(-50%, -50%);

    white-space: nowrap;

    text-decoration: none;

    padding: 3px 6px;

    border-radius: 4px;
}


.Navigator-countries {

    aspect-ratio: 2 / 1;

    height: auto;
}


.Navigator-areas {

    max-width: 800px;

    aspect-ratio: 0.75;

    height: auto;
}

.Navigator h2,
.Navigator h3 {
    margin: 0;
    padding: 0;
    font: inherit;
}

.Navigator h2 a {
    font-size: 1.35em;
    font-weight: 700;
}

.Navigator h3 a {
    font-size: 1.15em;
    font-weight: 700;
}

.geomenu-credit {
    position: absolute;
    right: 6px;
    bottom: 5px;

    padding: 2px 6px;

    font-size: 11px;
    line-height: 1.4;

    background: rgba(255,255,255,0.75);
    border-radius: 3px;

    color: #666;
    z-index: 20;
}

.geomenu-credit a {
    color: #444;
    text-decoration: none;
    font-weight: 600;
}

.geomenu-credit a:hover {
    text-decoration: underline;
}

/* ============================================================== */

