* {
    margin: 0;
    padding: 0;
}
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    margin: 0px;
    height: 100%;
    background: url(bg.jpg) repeat-y;
    background-position: 0 0;
    background-size: 100%;
    font-size: 14px;
}
body.es,
body.pt {
    background: url(bg_pt.jpg) repeat-y;
    background-position: 0 0;
    background-size: 100% auto;
}
#container .input {
    z-index: 4;
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    bottom: 4%;
    left: 40%;
}
#container .input:hover {
    opacity: 1;
}
#container button {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: normal;
    outline-style: none;
    border: 1px solid #666;
    padding: 13px 17px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    color: #222;
    cursor: pointer;
}
#container h1 {
    margin: 0 0 40px 0;
    line-height: 32px;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 0px 0px 3px #000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}
#container h1>b {
    text-transform: uppercase;
    color: #84DFFC;
    display: block;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 35px;
}
#container footer {
    position: fixed;
    bottom: 0;
    left: 0;
}
#container h2 {
    margin-bottom: 33px;
    margin-top: 20px;
}
#container li>p {
    margin: 0;
}
#container #reg_form {
    display: none;
    min-height: 400px;
}
#container {
    font-family: Helvetica;
    padding: 40px;
    border: 2px solid black;
    border-radius: 10px;
/*    width: 630px;*/
    max-width: 630px;
    width: 100%;
    min-height: 380px;
    top: 50%;
    /*right: 50%;*/
    margin: -250px -365px 0 auto;
    padding: 40px;
    z-index: 10;
    position: absolute;
    box-shadow: 0 0 25px 5px #FFF;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: white;
}
#container p {
    margin-top: 10px;
    margin-bottom: 30px;
}
#container .content .age-error {
    display: none;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: red;
}
#container .content .questions {
    position: relative;
}
#container .get_green {
    font-weight: 900;
    color: green;
}
#container .text_load>p {
    display: none;
    margin-bottom: 0;
    opacity: 0;
}
#container .complete {
    margin-top: 0;
}
#container .text_load {
    display: none;
}
#container #loader {
    display: none;
    margin-top: 10px;
}
#container #continue_button {
    position: relative;
    -webkit-box-shadow: inset 0px 0px 20px 0px #87e0fd;
    box-shadow: inset 0px 0px 20px 0px #87e0fd;
    border: 2px solid #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(135, 224, 253);
    background: -moz-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(135, 224, 253, 1)), color-stop(40%, rgba(83, 203, 241, 1)), color-stop(100%, rgba(5, 171, 224, 1)));
    background: -webkit-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%);
    background: -o-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%);
    background: -ms-linear-gradient(top, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%);
    background: linear-gradient(to bottom, rgba(135, 224, 253, 1) 0%, rgba(83, 203, 241, 1) 40%, rgba(5, 171, 224, 1) 100%);
    display: none;
    padding: 20px 35px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #045496;
    cursor: pointer;
    width: 95%;
}
#container .research {
    margin-bottom: 15px;
}
#container #continue_button:hover {
    background: rgb(5, 171, 224);
    background: -moz-linear-gradient(top, rgba(5, 171, 224, 1) 0%, rgba(83, 203, 241, 1) 60%, rgba(135, 224, 253, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 171, 224, 1)), color-stop(60%, rgba(83, 203, 241, 1)), color-stop(100%, rgba(135, 224, 253, 1)));
    background: -webkit-linear-gradient(top, rgba(5, 171, 224, 1) 0%, rgba(83, 203, 241, 1) 60%, rgba(135, 224, 253, 1) 100%);
    background: -o-linear-gradient(top, rgba(5, 171, 224, 1) 0%, rgba(83, 203, 241, 1) 60%, rgba(135, 224, 253, 1) 100%);
    background: -ms-linear-gradient(top, rgba(5, 171, 224, 1) 0%, rgba(83, 203, 241, 1) 60%, rgba(135, 224, 253, 1) 100%);
    background: linear-gradient(to bottom, rgba(5, 171, 224, 1) 0%, rgba(83, 203, 241, 1) 60%, rgba(135, 224, 253, 1) 100%);
}
#container .content ul li {
    display: none;
}
#container .content ul {
    list-style: none;
    padding: 0;
}
#container .content li:nth-child(1) {
    display: block;
}
.landing-9 .main-nav {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    min-width: 1024px;
    overflow: hidden;
}
.landing-9 .main-nav ul {
    font: normal 18px sans-serif;
    text-align: justify;
    margin: 0 10%;
}
.landing-9 .main-nav ul:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    opacity: 0;
    text-align: justify;
    overflow: hidden;
}
.landing-9 .main-nav ul li {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
}
.landing-9 .main-nav ul li a {
    color: #ffffff;
    text-decoration: none;
}
.landing-9 .main-nav ul li a:hover {
    text-decoration: underline;
}

@media (max-width: 580px){
    #container{
        max-width: 83%;
        width: 100%;
        top: 35%;
    }
    #container p{
        font-size: 23px;
    }
    #container h1>b{
        font-size: 45px;
    }
    #container h2{
        font-size: 30px;
    }
    #container button{
        font-size: 20px;
    } 
}

@media (min-width: 610px){
    #container{
        right: 50%;
    }
}