img.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
}

#polyglotLanguageSwitcher1 {
    color: #444444;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    margin: 19px auto auto;
    position: relative;
    z-index: 120;
}

.desc {
    color: #6b6b6b;
}

.desc a {
    color: #0092dd;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #5d4617;
}

.dropdown dt a:hover {
    color: #5d4617;
    border: 1px solid #d0c9af;
}

.dropdown dt a {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    position: relative;
    background: #FFFFFF url(../img/arrow.PNG) no-repeat scroll right center;
    display: block;
    padding-right: 20px;
    width: 171px;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.dropdown dd ul {
    background: #FFFFFF none repeat scroll 0 0;
    color: #000;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    top: 2px;
    width: auto;
    min-width: 170px;
    list-style: none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    border-top: 1px dotted #D4D4D4;
    padding: 5px;
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #F7F7F7;
}

.dropdown img.flag {
    float: left;
    border: none;
    vertical-align: middle;
    margin: 3px 4px 0px 8px;
}

#header .date-sec.top_left {
    float: left;
}

#header .date-sec.top_right {
    float: right;
}

#header .date-sec.bottom_right {
    float: right;
    margin: 430px 20px 0 0;
}

#header .date-sec.bottom_left {
    float: left;
    margin: 430px 20px 0 0;
}

#carousel.left {
    left: 17%;
}

#carousel.center {
    left: 50%;
}

#carousel.right {
    left: 78%;
}

#container.left {
    text-align: left;
}

#container.center {
    text-align: center;
}

#container.right {
    text-align: right;
}

#sphere.small,
#glow-shadows.small,
#drag.small {
    height: 200px;
    margin: 0 auto;
    width: 200px;
}

#sphere.medium,
#glow-shadows.medium,
#drag.medium {
    height: 340px;
    margin: 0 auto;
    width: 340px;
}

#sphere.large,
#glow-shadows.large,
#drag.large {
    height: 350px;
    margin: 0 auto;
    width: 350px;
}

#container div.home_images {
    width: 100px;
    height: 100px;
}

@media only screen and (min-width: 375px) {
    #mainBGaa .welcome_button {
        z-index: 9000;
        margin-left: 10px !important;
        float: left !important;
    }
    #mainBGaa .language_container {
        width: 300px !important;
    }
}

@media only screen and (max-width: 360px) {
    #mainBGaa #polyglotLanguageSwitcher1 {
        width: 100%;
    }
    #mainBGaa .dropdown dt a {
        width: 100% !important;
    }
    .welcome_button {
        width: 100% !important;
    }
}