html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 28px;
}

@media (max-width: 1389px) {
    html { font-size: 27px; }
}
@media (max-width: 1338px) {
    html { font-size: 26px; }
}
@media (max-width: 1286px) {
    html { font-size: 25px; }
}
@media (max-width: 1235px) {
    html { font-size: 24px; }
}
@media (max-width: 1183px) {
    html { font-size: 23px; }
}
@media (max-width: 1132px) {
    html { font-size: 22px; }
}
@media (max-width: 1080px) {
    html { font-size: 21px; }
}
@media (max-width: 1029px) {
    html { font-size: 20px; }
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Montserrat-regular/Montserrat-regular.eot');
  src: url('../fonts/Montserrat-regular/Montserrat-regular.eot?#iefix') format('embedded-opentype'),
       local('Montserrat-Regular'),
       local('Montserrat-regular'),
       url('../fonts/Montserrat-regular/Montserrat-regular.woff2') format('woff2'),
       url('../fonts/Montserrat-regular/Montserrat-regular.woff') format('woff'),
       url('../fonts/Montserrat-regular/Montserrat-regular.ttf') format('truetype'),
       url('../fonts/Montserrat-regular/Montserrat-regular.svg#Montserrat') format('svg');
}

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

html {
    font-family: Montserrat, arial, helvetica;
    font-weight: 400;
    font-style: normal;
}

body {
    width: calc(100% - 4px);
    min-width: 300px;
    margin-left: 0;
    margin-right:auto;
    margin-top:0;
    background-image: url(../Images/pagebackground.png);
    background-repeat:repeat;
    color: rgb(0,0,0);
    background-color: rgb(0,128,0);
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0,0,0);
    border-radius: 10px;
}

a {
    color: rgb(0,255,0);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.whiteback {
    color: rgb(0,160,0);
    text-decoration: none;
}

a.thumbgroup {
    color: rgb(175,175,175);
    text-decoration: none;
}

Address.contact {
    font-size: 1.2em;   
    background-color: rgba(0,0,0,0);
    color: rgb(255,255,255);
    text-decoration: none;
}

Button.greenback {
    width: 14em;
    height: 2.2em;
    text-align: center;
    background-color: rgba(0,0,0,0);
    background: -webkit-linear-gradient(rgb(0,200,0), rgb(0,64,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(0,200,0), rgb(0,64,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(0,200,0), rgb(0,64,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(0,200,0), rgb(0,64,0)); /* Standard syntax */    

    -moz-border-radius:0.7em;
    -webkit-border-radius:0.7em;
    border-radius:0.7em;
    border: none;
    display:inline-block;
    cursor:pointer;
    font-family: Montserrat, arial, helvetica;
    font-weight: 400;
    font-style: normal;
    color:rgb(0,255,0);
    font-size:1.0em;
    padding:0 0.2em;
    text-decoration:none;
}

Button.greenback:hover {
    background-color:rgb(0,180,0);
    background: -webkit-linear-gradient(rgb(0,255,0), rgb(0,96,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(0,255,0), rgb(0,96,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(0,255,0), rgb(0,96,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(0,255,0), rgb(0,96,0)); /* Standard syntax */    

    color:#ffffff;
    -moz-box-shadow: 0.35em 0.45em 0 rgba(0,48,0,0.5);
    -webkit-box-shadow: 0.35em 0.45em 0 rgba(0,48,0,0.5);
    box-shadow: 0.35em 0.45em 0 rgba(0,48,0,0.5);
}

Button.greenback:active {
    outline: none;
}

Button.greenback:focus {
    outline: none;
}

Button.whiteback {
    width: 20em;
    height: 2.2em;
    text-align: center;
    background-color: rgba(0,0,0,0);
    background: -webkit-linear-gradient(rgb(0,200,0), rgb(0,64,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(0,200,0), rgb(0,64,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(0,200,0), rgb(0,64,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(0,200,0), rgb(0,64,0)); /* Standard syntax */    

    -moz-border-radius:0.7em;
    -webkit-border-radius:0.7em;
    border-radius:0.7em;
    border: none;
    display:inline-block;
    cursor:pointer;
    font-family: Montserrat, arial, helvetica;
    font-weight: 400;
    font-style: normal;
    color:rgb(0,255,0);
    font-size:0.9em;
    padding:0.2em 0.4em;
    text-decoration:none;
}

Button.whiteback:hover {
    background-color:rgb(0,180,0);
    background: -webkit-linear-gradient(rgb(0,255,0), rgb(0,96,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(0,255,0), rgb(0,96,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(0,255,0), rgb(0,96,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(0,255,0), rgb(0,96,0)); /* Standard syntax */    

    color:rgb(255,255,255);
    -moz-box-shadow: 0.35em 0.45em 0 rgba(0,48,0,0.5);
    -webkit-box-shadow: 0.35em 0.45em 0 rgba(0,48,0,0.5);
    box-shadow: 0.35em 0.45em 0 rgba(0,48,0,0.5);
}

Button.whitback:active {
    outline: none;
}

Button.whiteback:focus {
    outline: none;
}

Div.resize {
    width: 100%;
    min-width: 300px;
    margin-left:auto;
    margin-right:auto;
}

Div.map-container {
    width: 80%;
    min-width: 240px;
    height: 20em;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 0%;
    background-color: #CCC;
    display: block;
    position:relative;
}

Div.map-canvas {
    width: 100%;
    min-width: 240px;
    height: 100%;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    background-color: #CCC;
    display: block;
}

#map_canvas div > img {
    position: absolute;
}

Div.text {
    width: 80%;
    min-width: 240px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    font-size: 0.9em;
    display: block;
    background-color:rgb(255,255,255);
    color: rgb(0,0,0);
    text-align: left;
    border-style: outset;
    border-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: RGB(0,150,0);
    padding: 2%;    
}

Div.footer {
    width: 100%;
    min-width: 300px;
    font-size: 0.7em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: rgb(0,0,0);
    height:11em;
    text-align: center;
    background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(64,64,64,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,1), rgba(64,64,64,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,1), rgba(64,64,64,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,1), rgba(64,64,64,1)); /* Standard syntax */    
    border-radius: 10px;  
    padding:0 0;
    z-index: 1000;
}

h1 {
    width: 100%;
    font-size: 1.75em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.25em;
    margin-bottom: 0;
    color: rgb(255,255,255);
    background-color: rgba(0,0,0,0);
    text-align: center;
}

h2 {
    width: 100%;
    font-size: 1.15em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: rgb(0,0,0);
    background-color: rgba(0,0,0,0);
    text-align: center;
}

ul {
    display: block;
    font-size: 1em;
    font-weight: 400;
}

#headerBanner {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:1em;
    padding:0 0;    
}

Img.world {
    width: 100%;
    vertical-align: text-bottom;
}

Img.people{
    width: 16.9vw;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
    padding:0 0;    
}

Img.slide {
    width: 100%;
    min-width: 250px;
}

Img.thumb {
    width: 7.5%;
    height: 4.3%;
    border-style: solid;
    border-width: thin;
    border-color: rgb(0,64,0);
    padding: 0 0 0 0;
}

Img.advance {
    width: 3.2vw;
    height: 6.4vw;
    min-width: 15px;    
}

Img.tuvnav {
    width: 5em;
    height: 1em;
    min-width: 5em;
    padding: 0 0 0 0;
    margin-top: 0;
}

Img.language {
    width: 1.875em;
    height: 1em;
    padding: 0 0 0 0;
    margin-top: 0;
}

nav {
    z-index: 1000;
    text-align: center;
    width: 100%;
    min-width: 300px;
}

nav ul {
    z-index: 1000;
    align-items: center;
    font-size: 1em;
    background: -webkit-linear-gradient(rgb(255,255,255), rgb(96,96,96)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(255,255,255), rgb(96,96,96)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(255,255,255), rgb(96,96,96)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(255,255,255), rgb(96,96,96)); /* Standard syntax */    
  
    list-style: none;
    position: relative;
    padding: 0;
}

nav ul:after {
    content: ""; 
    clear: both; 
    display: block;
}

nav ul li {
    font-family: Montserrat, arial, helvetica;
    font-weight: 700;
    font-style: normal;
    color: rgb(0,0,0);
    display: inline-block; 
    padding: 1% 0.3% 1% 0.3%;
    text-decoration: none;
    float: none
}

nav ul li:hover {
    background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
    color: rgb(255,255,255);
    cursor:pointer;
}

nav ul li:hover a {
    color: rgb(255,255,255);
    text-decoration: none;
    cursor:pointer;
}

nav ul li a {
    display: block; 
    color: rgb(0,0,0); 
    text-decoration: none;
}

nav ul li:hover > ul {
    display: block;
}

nav ul ul {
    display: none;
}

nav ul ul {
    width: auto;
    margin-left: 0px;
    background: #5f6975; 
    border-radius: 0px; 
    padding: 0% 0%;
    position: absolute; 
    top: 100%;>
    left: 100%;
}
nav ul ul li {
    font-weight: 400;
    display: block;
    color: rgb(255,255,255);
    float: none; 
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
    padding: 10px 10px;
}
nav ul ul li a {
    color: rgb(255,255,255);
}

nav ul ul li a:hover {
background: #4b545f;
}
    
nav ul ul ul {
    width: auto;
    position: absolute;
    left: 100%; 
    top:0px;
}

Table.list {
    width:90%;
    min-width: 270px;
    background-color:rgba(0,0,0,0);
    margin-left: auto;
    margin-right:auto;
    margin-top:2%; 
    margin-bottom:2%;
    font-size: 0.85em;
    color:rgb(255,255,255);
    text-align: center;
}

#list2, #list3, #list4, #list5, #list6 {
    margin-left: 5%;
}

#list7, #list8, #list9, #list10, #list11, #list12 {
    display: none;   
}

#panel {
    position: absolute;
    top: 0;
    left: 37.5%;
    z-index: 5;
    background-color: rgb(255,255,255);
    padding: 5px;
    border: 1px solid #999;
    display: none;
    width: 25%;
}

#panel, .panel {
    line-height: 1.5em;
    padding-left: 1%;
}

#panel select, #panel input, .panel select, .panel input {
    font-size: 0.75em;
}

#panel select, .panel select {
    width: 100%;
}

#panel i, .panel i {
    font-size: 0.6em;
}

@media (max-width: 1000px) {
    #panel { width: 25%; left: 37.5%;}
    #headerBanner { width: 33%; }
}

@media (max-width: 900px) {
    #list2, #list3, #list4, #list5, #list6 { margin-left: 5%; }
    #panel { width: 25%; left: 37.5%;}
    #headerBanner { width: 36%; }
    h1 { font-size: 1.7em; }
}

@media (max-width: 800px) {
    #list2, #list3, #list4, #list5, #list6 { margin-left: 3.5%; }
    #panel { width: 30%; left: 35%;}
    #headerBanner { width: 39%; }
    h1 { font-size: 1.60em; }
    Button.whiteback { width: 14em; height: 4.4em; }
}

@media (max-width: 700px) {
    nav ul ul ul {
        left: -150%; 
    }
    #nav1 {
        background: -webkit-linear-gradient(rgb(255,255,255), rgb(175,175,175)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(255,255,255), rgb(175,175,175)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(255,255,255), rgb(175,175,175)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(255,255,255), rgb(175,175,175)); /* Standard syntax */               
    }
    #nav2 {
        background: -webkit-linear-gradient(rgb(175,175,175), rgb(96,96,96)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(175,175,175), rgb(96,96,96)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(175,175,175), rgb(96,96,96)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(175,175,175), rgb(96,96,96)); /* Standard syntax */ 
    }    

    #list2 { margin-left: 7.5em; }
    #list3 { margin-left: 4.55em; }
    #list4, #list5, #list6 { display: none; }
    #list8, #list9, #list10 { display: inline-block; z-index: 900; }
    #list9 { margin-left: 5em;}
    #list10 { margin-left: 8em;}
    #panel { width: 35%; left: 32.5%;}
    #headerBanner { width: 42%; }
    h1 { font-size: 1.50em; }
    Button.greenback { height: 3.4em; width: 12em; }
    Button.whiteback { width: 14em;}
}

@media (max-width: 600px) {
    #list2 { margin-left: 6.0em; }
    #list3 { margin-left: 3.0em; }
    #list9 { margin-left: 3.5em;}
    #list10 { margin-left: 6.5em;}
    #panel { width: 40%; left: 30%;}
    #headerBanner { width: 45%; }
    h1 { font-size: 1.4em; }
    Button.greenback { height: 3.8em; width: 11em;}
    Button.whiteback { width: 12em;}
    Table.list { font-size: 0.8em; }
}

@media (max-width: 500px) {
    #list2 { margin-left: 3.5em; }
    #list3 { margin-left: 1.0em; }
    #list9 { margin-left: 1.25em;}
    #list10 { margin-left: 4.5em;}
    #panel { width: 50%; left: 25%;}
    #headerBanner { width: 48%; }
    h1 { font-size: 1.3em; }
    Button.greenback { height: 4.2em; width: 9em;}
    Button.whiteback { width: 10em; height: 6.6em;}
    Table.list { font-size: 0.75em; }
}

@media (max-width: 400px) {
    nav ul ul ul {
        left: 100%; 
    }
    #nav1 {
        background: -webkit-linear-gradient(rgb(255,255,255), rgb(202,202,202)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(255,255,255), rgb(202,202,202)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(255,255,255), rgb(202,202,202)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(255,255,255), rgb(202,202,202)); /* Standard syntax */    
    }
    #nav2 {
        background: -webkit-linear-gradient(rgb(202,202,202), rgb(149,149,149)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(202,202,202), rgb(149,149,149)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(202,202,202), rgb(149,149,149)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(202,202,202), rgb(149,149,149)); /* Standard syntax */    
    }    
    #nav3 {
        background: -webkit-linear-gradient(rgb(149,149,149), rgb(96,96,96)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(149,149,149), rgb(96,96,96)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(149,149,149), rgb(96,96,96)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(149,149,149), rgb(96,96,96)); /* Standard syntax */    
    }
    #list2 { margin-left: 4em; }
    #list3 { display: none; }
    #list7 { display: inline-block; z-index: 900; }
    #list8 { margin-left: 1.5em;}
    #list9, #list10 { display: none; }
    #list11, #list12 { display: inline-block; z-index: 800; }
    #list12 { margin-left: 4.5em;}
    #panel { width: 63%; left: 18.5%;}
    #headerBanner { width: 50%; }
    h1 { font-size: 1.2em; }
    Button.greenback { height: 4.4em; width: 7em;}
    Button.whiteback { width: 8em;}
    Table.list { font-size: 0.7em; }
}

P.text {
    width: 80%;
    min-width: 240px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    display: block;
    background-color:rgb(255,255,255);
    color: rgb(0,0,0);
    text-align: left;
    border-style: outset;
    border-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: RGB(0,150,0);
    padding: 2%;
}

Table.slide {
    width:100%;
    min-width: 300px;
    background-color:rgba(0,0,0,0);
    margin-left:auto;
    margin-right:auto;
    border:none;
}

