@font-face {
    font-family: "uni_neuebold";
    src: url("../fonts/fontfabric_-_unineuebold-webfont.eot");
    src: url("../fonts/fontfabric_-_unineuebold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontfabric_-_unineuebold-webfont.woff2") format("woff2"), url("../fonts/fontfabric_-_unineuebold-webfont.woff") format("woff"), url("../fonts/fontfabric_-_unineuebold-webfont.ttf") format("truetype"), url("../fonts/fontfabric_-_unineuebold-webfont.svg#uni_neuebold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "uni_neueregular";
    src: url("../fonts/fontfabric_-_unineueregular-webfont.eot");
    src: url("../fonts/fontfabric_-_unineueregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontfabric_-_unineueregular-webfont.woff2") format("woff2"), url("../fonts/fontfabric_-_unineueregular-webfont.woff") format("woff"), url("../fonts/fontfabric_-_unineueregular-webfont.ttf") format("truetype"), url("../fonts/fontfabric_-_unineueregular-webfont.svg#uni_neueregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "uni_neuelight";
    src: url("../fonts/unineue-light-webfont.eot");
    src: url("../fonts/unineue-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/unineue-light-webfont.woff2") format("woff2"), url("../fonts/unineue-light-webfont.woff") format("woff"), url("../fonts/unineue-light-webfont.ttf") format("truetype"), url("../fonts/unineue-light-webfont.svg#uni_neuelight") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    background-color: #181818;
    color: #fff;
    font-family: "uni_neuelight";
}

.bg {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.center {
    text-align: center;
}

.pretty .state label::after,
.pretty .state label::before {
    border: 2px solid #313131;
    border-radius: 25px;
}

li {
    list-style: none;
}

.uk-input,
.uk-select,
.uk-textarea {
    background: transparent;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    outline: 0;
    color: #fff;
    background: transparent;
    border-color: #e7c07c;
}

.i-question {
    margin-bottom: 10px !important;
    color: #e7c07c;
}

li.i-question:not(:first-child) {
    margin-top: 10px;
}

.question {
    margin-bottom: 10px;
    font-family: "uni_neuebold";
}

.questions>li {
    margin-bottom: 25px;
}

.color {
    color: #e7c07c;
}

.all {
    margin-top: 10px;
}

.logo img {
    max-width: 350px;
}

h1 {
    color: #e7c07c;
    font-size: 30px;
    margin-bottom: 70px;
    font-family: "uni_neuebold";
}

input {
    border-color: #313131 !important;
}

select {
    border: none !important;
    padding-left: 0 !important;
    height: 30px !important;
}

.uk-button-gr-yellow {
    background-color: transparent;
    color: #e7c07c !important;
    border: 1px solid #e7c07c;
    padding: 5px 40px;
}

.uk-button-gr-yellow:hover {
    background-color: #e7c07c;
    color: #1d1d1d !important;
    border: 1px solid #e7c07c;
}

.answers li {
    margin-bottom: 5px;
}