body {
    color: #fafafa;
    font: 1em/1.625 "Helvetica Neue", Helvetica, Arial, Sans-Serif;   
    background: black;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

a {
    text-decoration: none;
    color: white;
}

/* BG */
#bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#img001 {
    background: url("../img/img001.jpg");
}

#img002 {
    background: url("../img/img002.jpg");
}

.slides-pagination, .slides-navigation {
    display: none;
}


/* CONTENT */
#content{
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    z-index: 9999;
    background: transparent;
}

.centered {
    display: table;
    margin: 0 auto; 
}

h1{
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
}

#bottom-menu li{
    float: left;
    margin-left: 15px;
}
#bottom-menu li:first-child{
    margin-left: 0;
}

#bottom-menu li a{
    font-size: 30px;
    color: white;
    font-weight: bold;
}


/* INFO, NEWS */
#overlay{
    position: absolute;
    left: 0;
    top: 80px;
    right: 0;
    z-index: 99999;
    background: transparent;
}

#info, #news {
    display: none;
}

#info, #news{
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}

#news{
    font-size: 40px;
    line-height: 45px;
}

span.name {
    font-size: 40px;
}


.textbox { 
    height: 35px;
    width: 275px;
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: white;
    outline: 0;
    font-size: 30px;
    text-align: center;
    color: white;
}

.gobox {
    height: 44px;
    width: 80px;
    margin:0;
    padding:0;
    background: transparent;
    color: white;
    border: 0;
    font-size: 35px;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    webkit-appearance:none
}

span#result {
    display: block;
    width: 400px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    color: rgb(6, 90, 6);
}

div.ketchup-error{
    position: absolute;
    z-index: 12;
    margin-top: 30px;
    color: red;
    margin-left: 40px;
}

/* PRELOADER */
#preloader{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    z-index: 10;
}

#preloader-gif{
    position: absolute;
    top: 40%;
    left: 50%;
}



