@font-face {
    font-family: 'Gotham Light';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

html {
    background-color: #092a1a;
    background: url('img/bg.jpg') center top no-repeat;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Gotham Light', sans serif;
    color: #c19d71;
    height: 100%;
    font-size: 12px
}

.container {
    height: 100%;
    width: 100%;
    margin-top: 0;
    display: table;
    position: static
}

.content-middle-align {
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 150px
}

.country-selector {
    display: block;
    width: 550px;
    margin: auto auto;
    text-align: center;
    height: auto
}

.select-language {
    color: #04484d;
    font-size: 2em;
    text-align: center;
    font-weight: bold
}

.country-name {
    display: inline;
    font-size: 1.6em;
    float: left;
    color: #c9a351;
    margin: 1px 0 3px 5px;
    line-height: 0.7em
}

.language {
    color: #04484d;
    clear: both
}

.countries-row {
    clear: both;
    text-align: left;
    padding-left: 22px;
    padding-top: 18px
}

.countryRowSeparator {
    clear: both;
    height: 12px
}

.country {
    display: inline-block;
    width: 175px;
    float: left
}

.country img {
    display: inline-block;
    vertical-align: middle;
    float: left
}

a {
    text-decoration: none;
    display: block;
    margin-left: 19px;
    font-size: 1.2em;
    font-family: 'Gotham Light';
    line-height: 1.3em
}

a:hover {
    text-decoration: underline
}


