/* =========================================================
   SINDYROSE - VERSION 4
   Klasyczny responsive HTML/CSS.
   Bez zoom, transform, calc i bez JavaScript do skalowania.
   ========================================================= */

/* =========================================================
   BASE
   ========================================================= */

html {
    height: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
    background: url('images/tlorep.jpg') top center #000000;
    color: #ffffff;
    font: 12px Tahoma, Arial, sans-serif;
}

body {
    min-width: 0;
}

a {
    color: rgb(255, 143, 127);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

/* =========================================================
   HARDCORE - GŁÓWNY LAYOUT
   Desktop: maks. 1200px.
   Mniejszy ekran: zwykły elastyczny układ.
   ========================================================= */

.hardcore-layout {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #000000;
}

.hardcore-row {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.hardcore-row > a,
.hardcore-row > img,
.hardcore-row > div {
    display: block;
    min-width: 0;
    flex-shrink: 1;
}

.hardcore-row > a img,
.hardcore-row > img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

#trailer {
    width: 700px;
    max-width: 100%;
    height: auto;
    background: url('images/f2.jpg') no-repeat top center;
    text-align: center;
}

#trailer video {
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================================
   UPDATES / THUMBNAILS
   ========================================================= */

#updates {
    width: 100%;
    padding: 25px 0;
    background: #000000;
}

.updates-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.thumb {
    width: 225px;
    height: 210px;
    margin: 10px 7px;
    text-align: center;
}

.thumb span {
    font-size: 20px;
}

.thumb img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.updates-grid .clear {
    display: none;
}

/* =========================================================
   FOOTER
   Sam plik footer.php jest kopią bez zmian.
   Responsywność robi wyłącznie CSS.
   ========================================================= */

.footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
    clear: both;
    text-align: center;
    background: #000000;
}

.footer img {
    height: auto;
}

.softcore-layout + .footer {
    max-width: 768px;
}

/* =========================================================
   SOFTCORE - LAYOUT
   ========================================================= */

.softcore-layout {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    background: #000000;
}

.softcore-title {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

.softcore-description {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 10px;
    text-align: center;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.softcore-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.softcore-middle {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 25px 20px;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

/* =========================================================
   WSPÓLNE BOXES / PRZYCISKI
   ========================================================= */

.age-members-box,
.age-master-register,
.age-master-login,
.age-join-box {
    width: 100%;
    max-width: 520px;
    box-sizing: border-box;
    margin: 0 auto 15px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #cccccc;
}

.age-master-register-summary,
.age-master-login-summary,
.age-join-title {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.age-members-button,
.age-verification-button,
.age-master-button,
.age-join-button {
    box-sizing: border-box;
    background: #000000;
    color: #ffffff;
    font: bold 14px Tahoma, Arial, sans-serif;
}

.age-members-button:hover,
.age-verification-button:hover,
.age-master-button:hover,
.age-join-button:hover {
    background: #333333;
}

.age-verification-button:disabled,
.age-join-button:disabled {
    background: #999999;
    color: #eeeeee;
    cursor: not-allowed;
}

/* =========================================================
   MEMBERS
   ========================================================= */

.age-members-box {
    padding: 16px 20px 20px;
    text-align: center;
}

.age-members-info {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.age-members-button {
    display: block;
    width: 100%;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
}

.age-members-button:hover {
    color: #ffffff;
    text-decoration: none;
}

/* =========================================================
   KOMUNIKATY
   ========================================================= */

.age-komunikat {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    margin: 0 auto 15px;
    padding: 12px 15px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #cccccc;
    text-align: center;
}

.age-komunikat-error,
.age-komunikat-success {
    font-weight: bold;
}

/* =========================================================
   AGE VERIFICATION
   ========================================================= */

.age-verification-block {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.age-verification-form {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.age-verification-button {
    display: block;
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    cursor: pointer;
}

.age-verification-consent {
    display: flex;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0 0;
    padding: 0;
    color: #000000;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.age-verification-consent-checkbox {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 1px 9px 0 0;
    padding: 0;
}

.age-verification-consent-text {
    display: block;
    flex: 1 1 auto;
}

/* =========================================================
   MASTER INTRO
   ========================================================= */

.softcore-master-intro {
    width: 100%;
    max-width: 620px;
    box-sizing: border-box;
    margin: 0 auto 22px;
    padding: 18px 20px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #cccccc;
    text-align: left;
}

.softcore-master-intro p {
    margin: 0 0 13px;
    padding: 0;
    color: #000000;
    font-size: 13px;
    line-height: 1.45;
}

.softcore-master-intro p:last-child {
    margin-bottom: 0;
}

.softcore-master-intro-important {
    padding-top: 12px;
    border-top: 1px solid #cccccc;
}

/* =========================================================
   MASTER ACCOUNT
   ========================================================= */

.age-master-register-summary,
.age-master-login-summary {
    cursor: pointer;
}

.age-master-form {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
}

.age-master-field {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 12px;
    padding: 0;
    text-align: left;
}

.age-master-label {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.age-master-input:not([type="hidden"]) {
    display: block;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    margin: 5px 0 0;
    padding: 7px 9px;
    border: 1px solid #999999;
    background: #ffffff;
    color: #000000;
    font: 14px Tahoma, Arial, sans-serif;
}

.age-master-password-info {
    margin: 5px 0 15px;
    color: #444444;
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
}

.age-master-button {
    min-height: 40px;
    padding: 9px 18px;
    border: 0;
    cursor: pointer;
}

.age-master-register-button,
.age-master-login-button {
    width: 100%;
}

.age-master-logout-form {
    width: 100%;
    max-width: 520px;
    margin: 15px auto 0;
    padding: 0;
    text-align: center;
}

.age-master-logout-button {
    min-width: 180px;
}

/* =========================================================
   MASTER - LEGAL CONSENT
   ========================================================= */

.age-master-legal {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 14px;
    padding: 0;
    color: #000000;
    text-align: left;
}

.age-master-legal-label {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
}

.age-master-legal-checkbox {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin: 0 6px 0 0;
    padding: 0;
}

.age-master-legal-text {
    display: inline;
    color: #000000;
}

.age-master-legal-link {
    font-weight: bold;
    text-decoration: underline;
}

.age-master-legal-required {
    font-size: inherit;
    font-weight: bold;
    font-style: italic;
}

/* =========================================================
   MASTER - EMAIL ACCESS TOKEN
   ========================================================= */

.age-master-email-token {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0 15px;
    padding: 12px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #cccccc;
}

.age-master-email-token-send,
.age-master-email-token-resend {
    padding: 0;
    border: 0;
    background: transparent;
    color: rgb(255, 90, 70);
    font: bold 13px Tahoma, Arial, sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

.age-master-email-token-message {
    margin: 10px 0 0;
    color: #000000;
    font-size: 12px;
    line-height: 1.4;
}

.age-master-email-token-countdown {
    font-weight: bold;
}

/* =========================================================
   JOIN - UNIWERSALNY KOMPONENT
   ========================================================= */

.age-join-content {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.age-join-consent {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 16px;
    padding: 0;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
}

.age-join-consent-checkbox {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin: 0 6px 0 0;
    padding: 0;
}

.age-join-consent-text {
    display: inline;
}

.age-join-legal-link {
    font-weight: bold;
    text-decoration: underline;
}

.age-join-consent-required {
    font-weight: bold;
    font-style: italic;
}

.age-join-form {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.age-join-button {
    display: block;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 9px 18px;
    border: 0;
    cursor: pointer;
}

.age-join-icons {
    margin: 8px 0 0;
    text-align: center;
}

.age-join-icons img {
    width: auto;
    height: 42px;
    max-width: 120px;
    margin: 0 4px;
    vertical-align: middle;
}

.age-join-or {
    margin: 10px 0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/* =========================================================
   JOIN PAGE
   ========================================================= */

.join-page {
    min-height: 100%;
}

.join-page form,
.join-page input {
    margin: 0;
    padding: 0;
}

.join-layout {
    width: 100%;
    max-width: 1200px;
    min-height: 100%;
    margin: 0 auto;
    background: #000000;
    color: #ffffff;
}

.join-top {
    width: 100%;
}

.join-top img {
    display: block;
    width: 100%;
    height: auto;
}

.join-content-page {
    width: 100%;
    background: #000000;
}

.join-payment {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

.join-info {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    color: #ffffff;
    text-align: center;
    line-height: 1.35;
}

.join-rule {
    margin-bottom: 0;
}

.join-page input[type="submit"] {
    width: 20em;
    max-width: 100%;
    height: 2em;
    font-weight: bold;
}

.join-page input[type="checkbox"] {
    color: white;
    font: 12px Tahoma, Arial, sans-serif;
}

/* =========================================================
   LINKS PAGE
   ========================================================= */

.links-layout {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.links-top {
    width: 100%;
}

.links-top img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.links-section {
    width: 100%;
    padding-top: 12px;
    background: #000000;
}

.links-heading {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.links-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.links-item {
    width: 468px;
    max-width: 100%;
    margin: 5px 12px;
    text-align: center;
}

.links-item a,
.links-item img {
    display: block;
}

.links-item img {
    width: 468px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.links-rule {
    width: 100%;
    padding-top: 10px;
}

.links-rule hr {
    margin-bottom: 0;
}

/* =========================================================
   ENTRY PAGE - INDEX GŁÓWNY
   ========================================================= */

.entry-page {
    margin: 0;
    padding: 0;
}

.entry-layout {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #000000;
}

.entry-main {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.entry-photo {
    width: 600px;
    min-height: 850px;
    flex: 0 1 600px;
    background-image: url('images/enter.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.entry-content {
    width: 500px;
    min-height: 850px;
    flex: 0 1 500px;
    box-sizing: border-box;
    padding: 55px 20px 20px;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.entry-welcome {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.entry-name {
    margin-top: 10px;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
}

.entry-warning {
    margin-top: 45px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}

.entry-enter {
    margin-top: 45px;
    font-size: 48px;
    text-align: center;
}

.entry-enter a {
    color: #ffffff;
    text-decoration: none;
}

.entry-enter a:hover {
    text-decoration: underline;
}

.entry-leave {
    margin-top: 45px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.entry-leave a {
    color: #ffffff;
}

.entry-rule {
    width: 100%;
}

.entry-rule hr {
    margin: 0;
}

.entry-rta {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 40px;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.entry-rta-images {
    text-align: center;
}

.entry-rta-images img {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.entry-rta p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.entry-rta a {
    color: #ffffff;
}

/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media screen and (max-width: 1100px) {

    .entry-photo {
        width: 55%;
        flex-basis: 55%;
        min-width: 0;
    }

    .entry-content {
        width: 45%;
        flex-basis: 45%;
        min-width: 0;
    }
}

@media screen and (max-width: 800px) {

    .footer {
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
    }

    .thumb {
        width: 50%;
        height: auto;
        box-sizing: border-box;
        margin: 0;
        padding: 10px 7px;
    }

    .links-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .join-info {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* =========================================================
   RESPONSIVE - TELEFON
   ========================================================= */

@media screen and (max-width: 700px) {

    .entry-main {
        display: block;
    }

    .entry-photo {
        display: none;
    }

    .entry-content {
        width: 100%;
        min-height: 0;
        box-sizing: border-box;
        padding: 30px 15px 35px;
    }

    .entry-welcome {
        font-size: 20px;
    }

    .entry-name {
        font-size: 30px;
    }

    .entry-warning {
        margin-top: 30px;
        padding: 0;
        font-size: 14px;
        line-height: 1.35;
    }

    .entry-enter {
        margin-top: 35px;
        font-size: 44px;
    }

    .entry-leave {
        margin-top: 30px;
    }

    .entry-rta {
        padding: 10px 15px 30px;
    }

    .softcore-middle {
        padding: 20px 12px;
    }

    .softcore-master-intro {
        padding: 15px;
    }

    .softcore-master-intro p {
        font-size: 12px;
    }

    .age-master-form,
    .age-join-content {
        padding: 15px;
    }

    .join-payment {
        padding: 40px 12px 0;
    }
}

@media screen and (max-width: 420px) {

    .softcore-title {
        padding: 16px 8px;
        font-size: 23px;
    }

    .softcore-description {
        padding: 14px 10px;
        font-size: 13px;
    }

    .thumb {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .age-members-box {
        padding: 14px;
    }

    .age-members-button,
    .age-verification-button,
    .age-master-button,
    .age-join-button {
        font-size: 13px;
    }

    .age-master-legal-label,
    .age-join-consent {
        align-items: flex-start;
    }

    .links-section {
        padding-top: 8px;
    }

    .links-item {
        width: 100%;
        box-sizing: border-box;
        margin: 5px 0;
        padding: 0 8px;
    }
}
.promo-card {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;
}

.promo-card-image {
    flex: 0 0 22%;
    max-width: 95px;
}

.promo-card-image img {
    display: block;
    width: 100%;
    height: auto;
}

.promo-card-content {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 18px;
    padding-left: 18px;
    border-left: 3px solid #cccccc;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.promo-card-text {
    color: #000000;
    font-size: 13px;
    line-height: 1.45;
}

.promo-card-link {
    margin-top: auto;
    padding-top: 5px;
    font-size: 12px;
    overflow-wrap: break-word;
}

.promo-card-link a {
    font-weight: bold;
    text-decoration: underline;
}

.softcore-gap {
    height: 60px;
}

@media screen and (max-width: 600px) {
    .softcore-gap {
        height: 30px;
    }
}

@media screen and (max-width: 600px) {

    .promo-card-image {
        flex-basis: 30%;
    }

    .promo-card-content {
        margin-left: 10px;
        padding-left: 10px;
        border-left-width: 2px;
    }

    .promo-card-text {
        font-size: 11px;
        line-height: 1.35;
    }

    .promo-card-link {
        padding-top: 8px;
        font-size: 10px;
    }
}

/*
PRZYCISK POJAWIAJACY SIE LOGOUT
*/
.age-global-logout-bar {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    background: #000000;
    text-align: left;
}

.age-global-logout-form {
    margin: 0;
    padding: 0;
}

.age-global-logout-button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    font: bold 12px Tahoma, Arial, sans-serif;
    cursor: pointer;
}

.age-global-logout-button:hover {
    text-decoration: underline;
}
/*
PRZYCISK POJAWIAJACY SIE LOGOUT KONIEC
*/
