* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

body {
    background: #30404F; /* url('../images/canvas-large.jpg') repeat; */
    font-family: helvetica, serif;
    font-size: 14px;
    color: #fff;
}

footer,header {
    text-align: right;
}

#wrapper {
    text-align: center;
    margin: 0 auto 0 auto;
    paggin: 0;
    border: 0;
}

#wrapper-question-2 {
    
}

#wrapper-question-2 .question {
    display: block;
    text-align: center;
}

#wrapper-question-2 .answer {
    display: block;
    margin-top: 10px;
}

#wrapper-question-2 .answer {
    text-transform: uppercase;
}

#wrapper-register {
    text-align: left;
}

#container-wrapper {
    max-width: 270px;
    text-align: center;
    margin: 0 auto 0 auto;
}

#dynamic-content {
    padding: 10px;
    color: #fefefe;
    font-size: 16px;
}

#dynamic-content .label {
    padding: 2px 0px 2px 0px;
    color: #FFB267;
    font-size: 20px;
    border-radius: 4px;
}

#dynamic-content .value {
    color: #fff;
    font-size: 16px;
}

#dynamic-content img.notify {
    float: left;
    margin: 4px;
}

#term-of-use {
    display: inline;
    color: #ddd;
    font-size: 16px;
    word-break: break-word;
}

#term-of-use a {
    display: inline;
    text-align: left;
    margin-left: 5px;
    color: #ddd;
}

#term-of-use a:after {
    
}

#term-of-use a.last:after {
    content: "";
}

#checkbox-acceptance {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 5px 5px 0;
}

.form-container {
    border: 1px solid #f2e3d2;
    background: #ffa8ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#333333),
        to(#ffa8ff));
    background: -webkit-linear-gradient(top, #333333, #ffa8ff);
    background: -moz-linear-gradient(top, #333333, #ffa8ff);
    background: -ms-linear-gradient(top, #333333, #ffa8ff);
    background: -o-linear-gradient(top, #333333, #ffa8ff);
    background-image: -ms-linear-gradient(top, #333333 0%, #ffa8ff 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(000, 000, 000, 0.9) 0 1px 2px, inset
        rgba(255, 255, 255, 0.4) 0 0px 0;
    -moz-box-shadow: rgba(000, 000, 000, 0.9) 0 1px 2px, inset
        rgba(255, 255, 255, 0.4) 0 0px 0;
    box-shadow: rgba(000, 000, 000, 0.9) 0 1px 2px, inset
        rgba(255, 255, 255, 0.4) 0 0px 0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    width: 278px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.form-field {
    border: 0px solid #c9b7a2;
    background: #e4d5c3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    padding: 8px;
    margin-bottom: 20px;
    width: 200px;
    font-size:20px;
}

.form-field:focus {
    background: #fff;
    color: #725129;
}

.form-container h2 {
    text-shadow: #fdf2e4 0 1px 0;
    font-size: 18px;
    margin: 0 0 0px 0;
    font-weight: bold;
    text-align: left;
}

.form-title {
    margin-bottom: 10px;
    color: #cccccc;
    text-shadow: #fdf2e4 0 1px 0;
    text-align: left;
}

.submit-container {
    margin: 8px 0;
    text-align: center;
}

.big-button {
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    font-family: helvetica, serif;
    padding: 20px 30px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

.button {
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: helvetica, serif;
    padding: 8.5px 18px;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
}

.sign-up-button,.login-button {
    border: 1px solid #725129;
    background: #c3c4c7;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdf2e4),
        to(#c3c4c7));
    background: -webkit-linear-gradient(top, #fdf2e4, #c3c4c7);
    background: -moz-linear-gradient(top, #fdf2e4, #c3c4c7);
    background: -ms-linear-gradient(top, #fdf2e4, #c3c4c7);
    background: -o-linear-gradient(top, #fdf2e4, #c3c4c7);
    background-image: -ms-linear-gradient(top, #fdf2e4 0%, #c3c4c7 100%);
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #d68585 0 1px 0;
    color: #725129;
    text-transform: capitalize;
}

.answer.no {
    border: 1px solid #73202E;
    background: #78265E;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdf2e4),
        to(#78265E));
    background: -webkit-linear-gradient(top, #fdf2e4, #78265E);
    background: -moz-linear-gradient(top, #fdf2e4, #78265E);
    background: -ms-linear-gradient(top, #fdf2e4, #78265E);
    background: -o-linear-gradient(top, #fdf2e4, #78265E);
    background-image: -ms-linear-gradient(top, #fdf2e4 0%, #78265E 100%);
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #d68585 0 1px 0;
    color: #73202E;
}

.sign-up-button:hover,.login-button:hover {
    color: #c3c4c7
}

.sign-up-button:active,.login-button:active {
    text-shadow: #31540c 0 1px 0;
    color: #c3c4c7
}

#register-sign-up,#login-go,.answer.yes {
    border: 1px solid #447314;
    background: #6aa436;
    background: -webkit-gradient(linear, left top, left bottom, from(#8dc059),
        to(#6aa436));
    background: -webkit-linear-gradient(top, #8dc059, #6aa436);
    background: -moz-linear-gradient(top, #8dc059, #6aa436);
    background: -ms-linear-gradient(top, #8dc059, #6aa436);
    background: -o-linear-gradient(top, #8dc059, #6aa436);
    background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #addc7e 0 1px 0;
    color: #31540c;
    text-transform: uppercase;
}

#register-sign-up:hover,#login-go:hover {
    color: #fff;
}

#register-sign-up:active,#login-go:active {
    text-shadow: #31540c 0 1px 0;
    color: #fff;
}

.language-button {
    width: 35px;
    height: auto;
    vertical-align: middle;
}

.global-nav {
    diaplay: block;
    border: 1px solid #636660;
    background: #405260;
    background: -webkit-gradient(linear, left top, left bottom, from(#283847),
        to(#405260));
    background: -webkit-linear-gradient(top, #283847, #405260);
    background: -moz-linear-gradient(top, #283847, #405260);
    background: -ms-linear-gradient(top, #283847, #405260);
    background: -o-linear-gradient(top, #283847, #405260);
    background-image: -ms-linear-gradient(top, #283847 0%, #405260 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset
        rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #a4a89f 0 1px 0;
    color: #5a5e56;
    font-family: helvetica, serif;
    padding: 8.5px 18px;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.wifi-network-logo {
    margin-top: 30px;
    text-align: right;
    font-size: 10px;
    color: #665;
}

.wifi-network-logo img {
    width: 30%;
    height: auto;
    opacity: 0.3;
    margin-left: 10px;
}

.location-logo {
    text-align: center;
    margin: 0 auto 40px auto;
}

.location-logo img {
    width: 250px;
    height: auto;
    border-radius: 8px;
    margin: auto;
}

.icon-flag-link img {
    height: 35px;
    width: auto;
}

.global-nav {
    
}

.global-nav ul {
    list-style-type: none;
}

.global-nav ul li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 4px;
}

.global-nav ul li a {
    text-decoration: none;
    color: #fff;
}

.global-nav .links ul li a {
    border-left: 1px solid #fff;
    padding-left: 8px;
    padding-right48px;
}

.blockLangs {
    text-align: center;
    margin-bottom: 10px;
}

.img-loader {
    width: 15px;
    height: auto;
}

.errorFill {
    background-color: #FFCCCC;
    border: 2px solid #FFB267;
}