html, body, .wrapper {
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #000;
}
* {
    box-sizing: border-box;
}
a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
    color: inherit;
}
input, button, select {
    font-size: 1em;
}
img {
    max-width: 100%;
}

input:focus,
select:focus,
textarea:focus,
button {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

select::-ms-expand{
    display: none;
}

.pxl,
.hidden {
    display: none !important;
}

p, ul, li, ol, h1, h2, h3, h4, h5, figure {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

@media (min-width: 768px) {
    body {
        font-size: 27px;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 20px;
    }
}
@media (min-width: 1600px) {
    body {
        font-size: 25px;
    }
}

/* LAYOUT */
body::before {
    content: '';
    background-image: url(/img/_patterns/ob6000-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    width: 100%;
    height: 100%;
    position: fixed;
}
.wrapper {
    position: relative;
    min-height: 550px;
}
.form-inner {
    margin: 0 20px;
}
@media only screen and (max-height: 600px) and (min-width: 568px) {
    .wrapper {
        min-height: 550px;
    }
}
/* END LAYOUT */

/* TEXTS */
.headline-1 {
    margin: 0 5px 4vh;
    font-size: 1.4em;
    text-align: center;
    font-weight: 700;
}
/* END TEXTS */

/* BUTTONS */
.button-list {
    margin-top: 3vh;
    text-align: center;
}
.btn-circle {
    position: relative;
    display: inline-block;
    margin: 0 0.2em;
    padding: 0;
    width: 4.2em;
    height: 4.2em;
    line-height: 4.2em;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: transparent;
    overflow: hidden;
    vertical-align: bottom;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 300ms linear;
    color: #ffffff;
}
.btn-country {
    padding: 0;
    font-size: 0;
    margin: 5px;
    cursor: pointer;
    transition: all 300ms linear;
    border: 2px solid #fff;
}
.btn-country img {
    min-width: 90px;
}
.btn-circle img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}
.btn-next {
    background-image: url(/img/_pictures/cougarLife/ob_btn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;  
    border: none;
    border-radius: 4px;
    width: 185px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 3px 2px #555454;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 3px;
    cursor: pointer;
    padding: 0;
    height: 68px;
}
@media (min-width: 768px) {
    .btn-country {
        margin: 10px;
    }
    .btn-country img {
        min-width: 150px;
        width: 150px;
    }
    .btn-next {
        width: 220px;
        height: 80px;
    }
}
@media (min-width: 992px) {
    .btn-circle {
        width: 5.5em;
        height: 5.5em;
        line-height: 5.5em;
    }
}
@media (min-width: 1024px) {
    .btn-next {
        width: 223px;
        height: 80px;
    }
}
@media (min-width: 1200px) {
    .btn-circle:hover:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .btn-circle:hover {
        background-color: #ffffff;
        color: #f0238f;
    }
}
/* END BUTTONS */

/* HEADER */
.header {
    margin-bottom: 7vh;
    text-align: center;
    border-bottom: 2px solid #26d3ff;
    font-size: 0;
    background-color: #000; 
}
.header > img {
    margin-top: 3vh;
    height: 25vh;
}
.header .slogan {
    margin-top: -4vh;
    font-weight: 100;
    font-size: 1.4em;
}
.header .slogan img {
    width: 1.2em;
    vertical-align: bottom;
}
@media (min-width: 768px) {
    .header {
        margin-bottom: 12vh;
    }
    .header .slogan {
        margin-left: auto;
        margin-right: auto;
        max-width: 18em;
    }
}
@media (min-width: 1024px) {
    .header {
        margin-bottom: 10vh;
    }
}
@media (min-width: 1400px) {
    .header {
        margin-bottom: 15vh;
    }
}
/* END HEADER */

/* FOOTER */
.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.legal__container {
    display: flex;
    margin: 1em 0 0.5em;
    font-size: 14px;
    justify-content: center;
}
.legal__container > div {
    display: inline-block;
    margin-left: 5px;
    padding-left: 10px;
    line-height: 1;
    border-left: 1px solid #ffffff;
}
.legal__container > div:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
.legal__privacy {
    order: 1;
}
/* END FOOTER */

/* PROGRESS BAR */
.progress-bar {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    height: 27px;
    line-height: 27px;
    width: 300px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.progress-bar li {
    flex: 1;
    margin-left: -1px;
}
.progress-bar li:first-child {
    border-radius: 20px 0 0 20px;
}
.progress-bar li.visited {
    background-color: #26d3ff;
}
.progress-bar li.visited {
    background-color: #26d3ff;
}
.progress-bar li.active {
    background-color: #26d3ff;
    border-radius: 0 20px 20px 0;
    margin-left: -1px;
}
.progress-bar li span {
    display: none;
    position: absolute;
    left: 5px;
    font-size: 14px;
    font-weight: 400;
}
.progress-bar li.active span {
    display: inline-block;
    min-width: 50px;
    background-color: #26d3ff;
    border-radius: 20px 20px 20px 20px;
    height: 23px;
}

/* END PROGRESS BAR */


/* REGISTRATION */
.registration-form-builder {
    text-align: center;
}
.form-group,
.btn-group {
    margin: 2vh 0;
}
.form-control {
    padding: 0 0.5em;
    width: 100%;
    height: 2.3em;
    border-radius: 0.5vh;
    border: 0;
    background-color: #ffffff;
    box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.2);
    font-size: 1em;
}
select.form-control {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.location-range {
    margin: 0 auto;
    width: 100%;
}
.location-range .range-control {
    padding: 0;
    width: 100%;
}
.location-range .tooltip-range {
    margin-top: 10px;
    text-align: left;
    font-weight: 400;
}

.required,
.unknown-error-msg {
    display: block;
    margin: 10px auto;
    font-size: 0.8em;
    font-weight: 400;
    color: #ffff00;
}
.legal-warning-text {
    font-size: 0.8em;
    margin: 0 auto;
}
.legal-warning-text .popwin {
    color: #f0238f;
}
@media (min-width: 768px) {
    .form-control,
    .location-range {
        max-width: 15em;
    }
    .legal-warning-text,
    .required,
    .unknown-error-msg {
        max-width: 25em;
        font-size: 0.6em;
    }
}
/* END REGISTRATION */

/* INPUT RANGE */
input[type=range]{
    -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ffffff;
    margin-top: -15px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
}


input[type=range]{
    background-color: transparent;
}

input[type=range]::-moz-range-track {
    height: 10px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
}

input[type=range]::-ms-track {
    height: 10px;
    background: transparent;
    border-color: transparent;
    border-width: 20px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #ffffff;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
}
/* END INPUT RANGE */

/* ROTATELMAGES */
.rotate-images {
    max-width: 800px;
    margin: 0 auto;
}
.rotate-images li {
    display: none;
    margin: auto;
    height: 100%;
    overflow: hidden;
    text-align: initial;
}
.rotate-images li.active {
    display: block;
}
.rotate-images li img {
    width: 140%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    animation: fadeIn 500ms linear;
}
.rotate-images li img:first-child {
    animation: none;
}
@media (min-width: 768px) {
    .rotate-images li img {
        width: 100%; 
        margin: 0;  
    }
}
@media (min-width: 1024px) {
    .rotate-images li img {
        width: 90%;
    }
}
@media (min-width: 1400px) {
    .rotate-images li img {
        width: 100%; 
        margin: 0;  
    }
}
@media (max-height: 500px) {
    .rotate-images li img {
        min-width: 80%;
        width: 80%; 
        margin: 0;  
    }
    .form-inner {
        max-width: 350px;
        margin: 0 auto;
    }
}
/* END ROTATELMAGES */