/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Font Faces */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/OpenSans/OpenSans-Regular-webfont.eot);
    src: local('Open Sans'), local('OpenSans'),
         url(/assets/fonts/OpenSans/OpenSans-Regular-webfont.eot) format('eot'),
         url(/assets/fonts/OpenSans/OpenSans-Regular-webfont.ttf) format('truetype'),
         url(/assets/fonts/OpenSans/OpenSans-Regular-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: light;
    font-weight: 100;
    font-display: swap;
    src: url(/assets/fonts/OpenSans/OpenSans-Light-webfont.eot);
    src: local('Open Sans Light'), local('OpenSans-Light'),
         url(/assets/fonts/OpenSans/OpenSans-Light-webfont.eot) format('eot'),
         url(/assets/fonts/OpenSans/OpenSans-Light-webfont.ttf) format('truetype'),
         url(/assets/fonts/OpenSans/OpenSans-Light-webfont.woff) format('woff'),
         url(/assets/fonts/OpenSans/OpenSans-Light-webfont.svg) format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: semibold;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/OpenSans/OpenSans-Semibold-webfont.eot);
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
         url(/assets/fonts/OpenSans/OpenSans-Semibold-webfont.eot) format('eot'),
         url(/assets/fonts/OpenSans/OpenSans-Semibold-webfont.ttf) format('truetype'),
         url(/assets/fonts/OpenSans/OpenSans-Semibold-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: bold;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/OpenSans/OpenSans-Bold-webfont.eot);
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
         url(/assets/fonts/OpenSans/OpenSans-Bold-webfont.eot) format('eot'),
         url(/assets/fonts/OpenSans/OpenSans-Bold-webfont.ttf) format('truetype'),
         url(/assets/fonts/OpenSans/OpenSans-Bold-webfont.woff) format('woff'),
         url(/assets/fonts/OpenSans/OpenSans-Bold-webfont.eot?iefix) format('eot');
}

@font-face {
    font-family: Quicksand;
    font-weight: 300;
    font-display: swap;
    src: local('Quicksand Light'), local('Quicksand-Light'),
         url(/assets/fonts/Quicksand/Quicksand-Light.ttf) format('truetype');
}

@font-face {
    font-family: Quicksand;
    font-weight: 400;
    font-display: swap;
    src: local('Quicksand Regular'), local('Quicksand-Regular'),
         url(/assets/fonts/Quicksand/Quicksand-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Quicksand;
    font-weight: 500;
    font-display: swap;
    src: local('Quicksand Medium'), local('Quicksand-Medium'),
         url(/assets/fonts/Quicksand/Quicksand-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Quicksand;
    font-weight: 600;
    font-display: swap;
    src: local('Quicksand SemiBold'), local('Quicksand-SemiBold'),
         url(/assets/fonts/Quicksand/Quicksand-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: Quicksand;
    font-weight: 700;
    font-display: swap;
    src: local('Quicksand Bold'), local('Quicksand-Bold'),
         url(/assets/fonts/Quicksand/Quicksand-Bold.ttf) format('truetype');
}

/* Base Styles */
body {
    background: url("../images/background.jpg") 0px 0px repeat;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    background-attachment: fixed;
    background-position: center;
}

p, body {
    text-align: center;
}

a {
    text-decoration: none;
}

a, a.button-secondary {
    text-decoration: underline;
    color: #343434;
}

img {
    max-width: 35%;
}

img.pure-img {
    max-height: 120px;
    margin-bottom: 10px;
    margin-top: 15px;
}

img.check {
    max-width: 18%;
    margin-bottom: 20px;
    margin-top: 30px;
}

img.logo-full {
    width: 120px;
    text-align: center;
    margin-left: 4px;
}

/* Grid System */
[class*=col-] {
    float: left;
    width: 100%;
}


/* Main Content & Layout */
.main-content {
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    margin: 50px auto;
}

.inner {
    margin: 0 auto;
    padding: 25px 10px;
    text-align: center;
    -webkit-appearance: none;
}

.offer {
    width: 84%;
    margin: 20px auto 35px;
}

h1 {
    /*font-size: 40px;*/
    color: #000;
    text-align: center;
    max-width: 80%;
    margin: auto;
}

/* Form Elements */
.form input[type="text"],
.form input[type="password"] {
    outline: none;
    font-size: 16px;
    color: #fff;
    padding: 15px 10px;
    border: none;
    border-radius: 3px;
    width: 80%;
    margin: 0 0 15px 0;
    background: rgba(2, 2, 2, 0.60);
}

input[type="submit"],
input[type="button"],
.pure-button-primary {
    box-sizing: content-box;
    border: none;
    font-size: 17px;
    padding: 15px 10px;
    width: 80%;
    cursor: pointer;
    outline: none;
    display: inline-block;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none !important;
}

input.skipbutton {
    background: #b8b8b8;
}

.form input[type="text"] {
    background: #f3f3f3;
    border: 1px solid #cccccc;
    padding: 7px;
    width: 80%;
    height: 30px;
    font-size: 16px;
    margin-top: 20px;
    color: #3b3b3b;
    border-radius: 0;
}

textarea {
    background: #f3f3f3;
    border: 1px solid #cccccc;
    padding: 7px;
    width: 80%;
    height: 60px;
    font-size: 16px;
    margin-top: 20px;
    color: #3b3b3b;
    overflow: hidden;
    border-radius: 10px;
    min-height: 100px;
}

.content-div, textarea {
    width: 95%;
}

fieldset {
    text-align: center;
}

.form a {
    color: #fbfbdd;
    font-size: 18px;
    font-family: Nunito-Light;
}

/* Placeholders */
::-webkit-input-placeholder {
    color: #9c9c9c;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9c9c9c;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #9c9c9c;
}

:-ms-input-placeholder {
    color: #9c9c9c;
}

/* Utility Classes */
.txt-rt {
    text-align: right;
}
.txt-lt {
    text-align: left;
}
.txt-center {
    text-align: center;
}
.float-rt {
    float: right;
}
.float-lt {
    float: left;
}
.clear {
    clear: both;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.vertical-base {
    vertical-align: baseline;
}
.vertical-top {
    vertical-align: top;
}

/* Navigation */
nav.vertical ul li {
    display: block;
}
nav.horizontal ul li {
    display: inline-block;
}

ul.pure-menu-list {
    text-align: center;
}

li.pure-menu-item a {
    margin: auto;
    color: #8c8c8c;
    font-size: 14px;
}

/* Menu */
.menu {
    text-align: center;
    margin: 30px 10px 5px 10px;
    color: #fff;
}

.menu p {
    color: #fff;
    font-family: Nunito-Light;
    font-size: 16px;
}

.menu p a {
    color: #e10707;
}

.menu p a:hover {
    color: #333333;
}

/* Button and Elements */
div.div-button, div.div-button-fb {
    border: 1px solid #e9e9e9;
}

div.div-button:hover, div.div-button-fb:hover,
div.div-button:hover .span-button, div.div-button-fb:hover .span-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.href-button {
    text-decoration: none !important;
}

p.p-button {
    padding: 7px 10px;
}

img.img-button {
    vertical-align: middle;
}

span.span-button {
    margin-left: 5px;
    color: #000;
    font-size: smaller;
    font-weight: 400;
}

span.span-button-fb {
    color: #3b5998;
    font-size: 100%;
}

.button-div {
    margin-top: 20px;
}

p.skip {
    margin-bottom: 10px;
}

p.activate_button {
    display: none;
}

/* Special divs */
.checkin-div, .rating-div {
    background-color: #e9e9e9;
    min-height: 15%;
    width: 100%;
    float: left;
}

img.checkin_img, img.rating_img {
    max-width: 90% !important;
}

.div-outer {
    width: 100%;
}

.div-button-inner {
    width: 83%;
    margin: 0 auto;
}

.form input[type=text]#access_code {
    margin-top: 0 !important;
}

.trenner {
    width: 84%;
    height: 30px;
    display: block;
    border-top: 1px solid #dadada;
    margin: auto;
    margin-top: 35px;
}

img.img-ads {
    max-width: 80%;
    max-height: 500px;
    padding-bottom: 5%;
}

/* Animation */
.rotate-img {
    max-width: 25px;
    margin-left: 10px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Messaging */
p.info-message {
    color: #35596F;
    font-size: 12px;
}

/* Alignment */
div.align-middle {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 200px;
    width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-middle-div {
    margin-left: 5%;
    margin-right: 5%;
}

.align-middle-smaller {
    top: 30% !important;
}

a.grow-link {
    margin: auto;
    color: #8c8c8c;
    font-size: 14px;
}

p.powered {
    display: inline;
    vertical-align: top;
    padding-top: 5px;
}

/* Facebook specific */
.fb-div {
    height: 80vh !important;
}

/* Media Queries */
@media only screen and (max-width: 768px) {
    [class*=col-] {
        width: 90%;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .col-s-2-x {
        width: 13.66%;
    }
    .col-s-5 {
        width: 41.66%;
    }
    .col-s-6 {
        width: 50%;
    }
    #fieldset, .col-s-12 {
        width: 100%;
    }
    #fieldset {
        margin: 20px auto;
    }
    .rating-div {
        padding-bottom: 0 !important;
    }
    
    h1 {
        font-size: 30px;
    }
    .main-content {
        width: 80%;
        margin: 20px auto;
    }
    .form input[type="text"],
    .form input[type="password"] {
        font-size: 14px;
        margin: 0 0 12px 0;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
        font-size: 18px;
        padding: 10px;
    }
    .menu p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1100) {
    [class*=col-] {
        padding: 5px 15px 5px 0;
    }
    .col-2-x {
        width: 13.66%;
    }
}

/* Additional media query breakpoints from second CSS */
@media screen and (max-width: 1920px) {
    h1 {
        font-size: 52px;
    }
    .sign-up input[type="submit"] {
        font-size: 20px;
    }
}

@media screen and (max-width: 1680px) {
    h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 1440px) {
    h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1366px) {
    h1 {
        font-size: 36px;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
    }
}

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 32px;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
    }
}

@media screen and (max-width: 1080px) {
    h1 {
        font-size: 30px;
    }
    .form input[type="text"],
    .form input[type="password"] {
        font-size: 14px;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
        font-size: 18px;
    }
    .menu p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 30px;
    }
    .main-content {
        width: 80%;
        margin: 25px auto;
    }
    .form input[type="text"],
    .form input[type="password"] {
        font-size: 14px;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
        font-size: 18px;
    }
    .menu p {
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 30px;
    }
    .main-content {
        width: 80%;
        margin: 25px auto;
    }
    .form input[type="text"],
    .form input[type="password"] {
        font-size: 14px;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
        font-size: 18px;
    }
    .menu p {
        font-size: 13px;
    }
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 28px;
    }
    .main-content {
        width: 80%;
        margin: 20px auto;
    }
    .form input[type="text"],
    .form input[type="password"] {
        font-size: 13px;
        margin: 0 0 12px 0;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
        font-size: 17px;
        padding: 10px;
    }
    .menu p {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
    }
    .main-content {
        width: 80%;
        margin: 20px auto;
    }
    .form input[type="text"],
    .form input[type="password"] {
        font-size: 13px;
        margin: 0 0 12px 0;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
        font-size: 17px;
        padding: 10px;
    }
    .menu p {
        font-size: 13px;
    }
}

@media screen and (max-width: 414px) {
    h1 {
        font-size: 26px;
    }
    .main-content {
        width: 80%;
        margin: 20px auto;
    }
    .form input[type="text"],
    .form input[type="password"] {
        font-size: 13px;
        margin: 0 0 12px 0;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
        font-size: 17px;
        padding: 10px;
    }
    .menu p {
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    h1 {
        font-size: 24px;
    }
    .main-content {
        width: 80%;
        margin: 20px auto;
    }
    .form input[type="text"],
    .form input[type="password"] {
        font-size: 13px;
        margin: 0 0 12px 0;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
        font-size: 16px;
        padding: 10px;
    }
    .menu p {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 22px;
    }
    .main-content {
        width: 80%;
        margin: 20px auto;
    }
    .form input[type="text"],
    .form input[type="password"] {
        font-size: 13px;
        margin: 0 0 12px 0;
        padding: 10px;
    }
    .sign-up input[type="submit"] {
        border: 1px solid #fff;
        font-size: 16px;
        padding: 10px;
    }
    .menu p {
        font-size: 13px;
    }
    .menu {
        margin: 15px 10px 10px 10px;
    }
    .form a {
        font-size: 14px;
    }
}

/* Rating Styles */
.rating-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.rating-option {
    text-align: center;
}

.rating-option input[type="radio"] {
    display: none;
}

.rating-option label {
    cursor: pointer;
    display: block;
}

.rating-option img {
    width: 50px;
    height: 50px;
    transition: transform 0.2s ease;
    max-width: 100%;
}

.rating-option input[type="radio"]:checked + label img {
    transform: scale(1.2);
}

.rating-option:hover img {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media screen and (max-width: 576px) {
    .rating-container {
        gap: 10px;
    }
    
    .rating-option img {
        width: 40px;
        height: 40px;
    }
}

.feedback-div {
    transition: all 0.3s ease;
    margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.feedback-div textarea {
    margin: 15px 0;
    width: 100%;
    box-sizing: border-box;
}

.feedback-div input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 20px;
}
