﻿/* ============================================================
  Regular CSS
============================================================ */
html {
    height: 100%;
    overflow: hidden;
}

body {
    background: url('/images/bg-large.png') #f8f6f5;
    height: 100%;
    overflow: hidden;
    font-family: 'Interstate', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1b1c1c;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

:focus {
    outline: 0;
}


a {
    color: #fff;
    text-decoration: underline;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

h1 {
    font-family: 'Interstate', sans-serif;
    font-size: 31px;    
    line-height: 1em;
    margin-bottom: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}

h2 {
    font-family: 'Interstate', sans-serif;
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 1.5px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-family: 'Interstate', sans-serif;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    line-height: 1em;
    margin-bottom: 0;
    letter-spacing: 2px;
}

h4 {
    font-family: 'Interstate', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 0;
    letter-spacing: 5px
}

hr {
    border: none;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    height: 1px;
    margin-top: 35px;
    margin-bottom: 35px;
}

img {
    border: none;
    max-width: 100%;
    /* just in case, to force correct aspet ratio */
    height: auto !important;
    margin: 0;
    vertical-align: middle;
}

.threecolumns img {
    max-width: none !important;
}

input[type="email"] {
    background: #ddaf54;
    font-family: 'Interstate', sans-serif;
    font-size: large;
    color: #1b1c1c;
    height: 60px;
    border: 1px solid #ddaf54;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), /* soft drop shadow */ inset 0 1px 0 rgba(255, 255, 255, 0.35); /* subtle top highlight */
}

input[type="password"] {
    background: #ddaf54;
    font-family: 'Interstate', sans-serif;
    font-size: large;
    color: #1b1c1c;
    height: 60px;
    border: 1px solid #ddaf54;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    border-radius: 30px;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), /* soft drop shadow */ inset 0 1px 0 rgba(255, 255, 255, 0.35); /* subtle top highlight */
}

    input[type="password"]:placeholder-shown {
        text-transform: none;
    }

input[type="text"] {
    background: #ddaf54;
    font-family: 'Interstate', sans-serif;
    font-size: large;
    color: #1b1c1c;
    height: 60px;
    border: 1px solid #ddaf54;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    max-width: 600px;
    border-radius: 999px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), /* soft drop shadow */ inset 0 1px 0 rgba(255, 255, 255, 0.35); /* subtle top highlight */
    text-align: center;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
    border-radius: 5px;
}

p {
    /*margin: 16px auto;*/
    /*width: 700px;*/
}

select {
    background: #ddaf54;
    font-family: 'Interstate', sans-serif;
    font-size: large;
    padding: 7px;
    color: #1b1c1c !important;
    height: 60px;
    border: 1px solid #ddaf54;
    text-transform: uppercase;
    border-radius: 999px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), /* soft drop shadow */ inset 0 1px 0 rgba(255, 255, 255, 0.35); /* subtle top highlight */
}

    select:active, select:focus {
        background: #ddaf54; /* to prevent Edge/IE extra background padding */
    }

    select option[value=""] {
        color: rgba(255, 255, 255, 1) !important;
    }

    select option {
        font-family: 'Interstate', sans-serif;
        font-size: large;
        background: #ddaf54;
        padding: 7px;
        color: #1b1c1c;
    }

.select-selected {
    color: #fff !important;
}

input:focus {
    border: 1px solid #fff !important;
}

select:focus {
    border: 1px solid #fff !important;
}

textarea {
    background: rgba(0, 0, 0, 0.5);
    font-family: 'Interstate', sans-serif;
    font-size: large;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 7px;
    color: #fff;
    border: 1px solid #fff;
}

table.center {
    width: 60%;
    margin: 0 auto;
}

::selection {
    background: #ddaf54;
    color: #1b1c1c;
}

::-moz-selection {
    background: #ddaf54;
    color: #1b1c1c;
}

::placeholder {
    color: #f8f6f5;
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #f8f6f5;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #f8f6f5;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #f8f6f5 !important;
    text-transform: uppercase;
}

#scrollwrapper {
    overflow-y: scroll;
}

.scrolly {
    overflow-y: scroll !important;
}

#container {
    position: relative;
    width: 100%;
    height: 100%;
}

#containercontent {
    width: 90%;
    height: 90%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('/images/fg.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#containerbox {
    position: relative;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    max-width: 1100px;
}

#enjoyresponsiblylogo {
    position: absolute;
    left: 10px;
    top: 10px;
}

#contentbody {
    width: 800px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);    */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    -webkit-overflow-scrolling: touch;
    /*overflow-y: scroll;*/
    margin: auto;
    padding-bottom: 100px;
}

    #contentbody::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

#contentplaceholder {
    padding-left: 100px;
    padding-right: 100px;
}

#contentfooter {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: hidden;
    overflow-y: visible;
}

    #contentfooter img {
        display: block;
        width: min(100vw, 1400px);
        height: auto;
        margin: 0;
    }

#arafooter {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #000;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    margin-top: 20px;
}

    #arafooter div.desktop {
        display: block;
    }

    #arafooter img {
        height: 70px !important;
    }

    #arafooter div.mobile {
        display: none;
    }

strong {
    font-weight:700;
}


.login_page {
    width: 50%;
    padding: 20px 0;
    margin: 0 auto;
}

.narrow {
    width: 75%;
    padding: 20px 0;
    margin: 0 auto;
}

.brown {
    color: #DDAF54;
}

#strapline {
    margin: 0 auto;
    text-align: center;
    font-size: small;
    padding-top: 95px;
}

#header {
    width: 800px;
    margin: 0 auto;
    padding: 25px 0 25px;
    text-align: center;
}

.header {
    padding-top: 20px;
}

#selects {
    margin-bottom: 18px;
}

    #selects select {
        width: 30%;
        color: #fff;
    }

        #selects select.dm {
            margin-right: 4%;
        }

        #selects select.y {
            margin-right: 0;
        }

#termsbody {
    box-sizing: border-box;
    width: 95%;
    padding: 25px 5%;
    font-size: medium;
    color: #000;
    line-height: 1.4em;
}

    #termsbody a {
        color: #008a39;
        text-decoration: none;
    }

        #termsbody a:hover {
            color: #008a39;
            text-decoration: underline;
        }

    #termsbody h3 {
        white-space: pre; /* CSS 2.0 */
        white-space: pre-wrap; /* CSS 2.1 */
        white-space: pre-line; /* CSS 3.0 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: -moz-pre-wrap; /* Mozilla */
        white-space: -hp-pre-wrap; /* HP Printers */
        word-wrap: break-word; /* IE 5+ */
    }


    #termsbody p {
        white-space: pre; /* CSS 2.0 */
        white-space: pre-wrap; /* CSS 2.1 */
        white-space: pre-line; /* CSS 3.0 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: -moz-pre-wrap; /* Mozilla */
        white-space: -hp-pre-wrap; /* HP Printers */
        word-wrap: break-word; /* IE 5+ */
    }

    #termsbody li {
        white-space: pre; /* CSS 2.0 */
        white-space: pre-wrap; /* CSS 2.1 */
        white-space: pre-line; /* CSS 3.0 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: -moz-pre-wrap; /* Mozilla */
        white-space: -hp-pre-wrap; /* HP Printers */
        word-wrap: break-word; /* IE 5+ */
    }

.huge {
    font-size: 36px;
}

.largetxt {
    font-size: 22px;
}

.hiddenfile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.highlight {
    color: #000;
    font-weight: bold;
}

.enjoy_responsibly {
    padding-bottom: 50px;
}

.error {
    font-family: 'Interstate', sans-serif;
    color: #d8f000;
    border-radius: 2px;
    width: 100%;
    font-size: medium;
    text-align: center;
}

.validation-error {
    color: #C00000;
    font-size: large;
    padding-top: 10px;
}

.infoheader {
    font-family: 'Interstate', sans-serif;
    font-weight: 700;
}

.infolabel {
    font-family: 'Interstate', sans-serif;
    padding-right: 10px;
    display: inline-block;
    font-weight: 700;
}

.buttonleft {
    float: left;
    margin-right: 10px;
}

.buttonright {
    float: right;
    margin-left: 10px;
}

.infobuttons {
    padding-top: 20px;
    display: inline-block;
}


.left {
    margin-right: 0;
}

.right {
    margin-right: 0;
}

.no_u18s {
    width: 700px;
    margin: 0 auto;
    padding: 0 50px;
    text-align: right;
}

#agecheckblock {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -moz-justify-content: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
}

#agecheckblock-front {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: start;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
}


#agecheckcountry {
    position: relative;
    max-width: 100%;
    margin: 0 0 12px 0;
}

    #agecheckcountry select {
        position: relative;
        width: 266px;
        margin: 0 3px;
        text-align: left;
        text-transform: uppercase;
        padding: 0 43px 0 12px;
    }

    #agecheckcountry.captureform select {
        width: 224px !important;
        margin: 0;
    }


#agecheck {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin: 0 0 12px 0;
}

    #agecheck input {
        position: relative;
        width: 100px;
        margin-left: -3px;
        -moz-appearance: textfield;
        -o-appearance: textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
        box-sizing: border-box;
        line-height: 41px;
        display: inline-block;
        padding: 0 0.8em 0 0.8em;
        text-align: center;
    }

    #agecheck.captureform input {
        width: 88px !important;
    }

    #agecheck input:focus {
        color: #000;
        background-color: #fff;
    }


.notforsale {
    font-family: 'Interstate', sans-serif;
    color: #000;
    background-color: #FFF;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 5px;
    text-align: center;
}

.shortpage_padding {
    padding: 75px 0 !important;
}

.smalltxt {
    font-size: small;
    line-height: 1.5em;
}

.table_padding {
    table-layout: fixed;
}

    .table_padding input[type="email"] {
        width: 100%;
    }

    .table_padding input[type="password"] {
        width: 100%;
    }

    .table_padding input[type="text"] {
        width: 100%;
    }

    .table_padding select {
        width: 100%;
    }

    .table_padding textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .table_padding td {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
    }

.td_padding {
    padding-top: 15px;
    color: #000;
}

.threecolumns {
    font-size: 0;
}

    .threecolumns div {
        display: inline-block;
        font-size: 14px; /*reset font size*/
        width: 30%;
        -box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: bottom;
    }

        .threecolumns div.centre {
            padding: 0 2.5%;
            width: 40%;
            vertical-align: bottom;
            text-align: center;
        }

    .threecolumns .left {
        text-align: left;
    }

    .threecolumns .right {
        text-align: right;
    }

    .threecolumns div img {
        vertical-align: middle;
    }


.twocolumns {
    font-size: 0;
}

    .twocolumns div {
        font-size: 14px; /*reset font size*/
        display: inline-block;
        width: 50%;
        -box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.agegateway-left {
    display: table-cell;
    width: 50%;
    left: 10px;
    vertical-align: middle
}

.agegateway-right {
    display: table-cell;
    width: 50%;
    right: 10px;
    vertical-align: middle
}

.agegateway {
    background: #f8f6f5;
}

.agegateway-logo {
    padding-top: 15px;
}

.agegateway-contentbody {
    min-width: 1300px !important;
    width: 1300px !important;
    padding: 0px 25px 0px 25px !important;
}

.header-agegateway {
    width: 100%;
}

.agegateway-heading {
    margin-bottom: 15px;
    margin-top: 125px;
}

.agegateway-container {
    display: table;
    height: 90vh;
}

.agegateway-heading::before {
    content: "";
    clear: both;
    display: table;
}

.agegateway #footer {
    min-width: 1300px !important;
    width: 1300px !important;
}

/*Button Padding*/
.buttons {
    display: inline-block;
    width: 100%;
    /*text-align: center;*/
    padding-top: 20px;
}

.buttons_dblpad {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
/*Button Styles*/

.colour-change {
    /*border-radius: 2px;*/
    font-family: 'Interstate', sans-serif;
    font-size: 20px;
    padding: 10px 25px 12px;
    cursor: pointer;
    color: #ddaf54;
    background-color: #1b1c1c;
    border: 1px solid #1b1c1c;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    height: auto;
    -webkit-appearance: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 280px;
    border-radius: 0px;
    /*-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));*/
}

    .colour-change:hover {
        background-color: #ddaf54;
        color: #1b1c1c;
        border: 1px solid #1b1c1c;
    }

.chkinbtns {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 5px 14px 3px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
}

    .chkinbtns:hover {
        background-color: #26be95;
        color: #fff;
        border: 1px solid #26be95;
    }

.eventdates {
    font-size: 20px;
    display: block;
    clear: both;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 450px;
}

.accept {
    margin-bottom: 25px;
    width: 250px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #82ca9c;
}

    .accept:hover {
        background-color: #82ca9c;
        color: #fff;
        border: 2px solid #82ca9c;
    }

.decline {
    background-color: #a10421;
    border: 2px solid #a10421;
    width: 250px;
    color: #fff;
}

    .decline:hover {
        background-color: #fff;
        color: #a10421;
        border: 2px solid #a10421;
    }

.able {
    width: 400px;
}

.unable {
    background-color: #e32526;
    color: #fff;
    border: 1px solid #e32526;
    width: 400px;
    margin-bottom: 25px;
}

    .unable:hover {
        background-color: #e32526;
        color: #fff;
        border: 1px solid #e32526;
    }

.share {
    font-size: 20px;
    padding: 10px;
    margin: 0 5px;
    vertical-align: middle;
}

.logout {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
}

.sms {
    width: 280px;
    padding: 12px 12px 14px 12px;
}

.buttonsbottom {
    margin-top: 15px;
}

.share i {
    font-size: 26px;
    padding: 0 0 0 10px;
    vertical-align: middle;
    color: #FFF;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    margin-bottom: 2px;
}

.share:hover i {
    color: #e30613;
}

.copied {
    background-color: #FFF;
    color: #e30613;
    border: 1px solid #FFF;
}

    .copied:hover {
        background-color: #FFF;
        color: #e30613;
        border: 1px solid #FFF;
    }


.swal2-confirm.swal2-styled {
    border-left-color: #fff !important;
    border-right-color: #fff !important;
}

.swal2-icon.swal2-error {
    border-color: #fff !important;
}

.swal2-modal.swal2-show {
    background: #FFF !important;
}

.swal2-modal .swal2-title {
    font-family: 'Interstate', sans-serif !important;
    color: #1d1d1b !important;
    font-weight: 700 !important;
}

.swal2-modal .swal2-content {
    font-family: 'Interstate', sans-serif !important;
    color: #fff !important;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    background-color: #fff !important;
}

.swal2-confirm.sweetalert-confirm.swal2-styled {
    background-color: #fff !important;
    color: #046021 !important;
    border-radius: 25px;
}
/* Fix identing on label for checkbox */
sup {
    vertical-align: top;
    position: relative;
    top: -0.5em;
}

.swal2-modal.swal2-show {
    background-color: #ddaf54 !important;
    border: 1px solid #FFF !important;
}

.swal2-modal .swal2-title {
    font-size: 20px !important;
    color: #FFF !important;
}

.swal2-confirm.swal2-styled {
    color: #fff !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    font-family: 'Interstate';
}

    .swal2-confirm.swal2-styled:hover {
        background-color: #ddaf54 !important;
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }


.swal2-cancel.swal2-styled {
    color: #003A29 !important;
    background-color: #00E677 !important;
    border: 1px solid #003A29 !important;
    border-radius: 30px !important;
    width: 380px !important;
}

    .swal2-cancel.swal2-styled:hover {
        background-color: #003A29 !important;
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }

.swal2-loading .swal2-confirm.swal2-styled {
    color: #046021 !important;
    border: 4px solid transparent !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
    border-radius: 100% !important;
}

/* Custom Radio Buttons */
/* ------------------------------------------ */
/* Radio button */
.custom-radio input[type="radio"] {
    display: none;
}

    .custom-radio input[type="radio"] + label {
        font-size: 14px;
        cursor: pointer;
        margin: 0 4px 0 0;
    }

        .custom-radio input[type="radio"] + label span {
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: -1px 8px 0 0;
            vertical-align: middle;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
            padding: 4px;
        }
        /* The trick: border creates same look as the radio button usually have */
        /* remove it to see what happens */
        .custom-radio input[type="radio"] + label span {
            background-color: transparent; /* have to be of the same color */
            border: 1px solid #1b1c1c; /* have to be of the same color */
        }
    /* Checked state for radio */
    .custom-radio input[type="radio"]:checked + label span {
        background-color: #ddaf54;
    }

/* Checkbox */

.styled-checkbox label {
    display: inline-block;
    padding-left: 2em !important;
    text-indent: -2em;
    font-size: 14px;
}

.styled-checkbox input {
    position: absolute; /* take it out of document flow */
    left: -9999px;
    opacity: 0; /* hide it */
}

    .styled-checkbox input + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        max-width: 600px;
    }
        /* Box. */
        .styled-checkbox input + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            /*background: white;*/
            border-radius: 2px;
            border: 1px solid #1b1c1c;
        }
    /* Box hover */
    .styled-checkbox input:hover + label:before {
        /*background: #fff;*/
    }
    /* Box focus */
    .styled-checkbox input:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }
    /* Box checked */
    .styled-checkbox input:checked + label:before {
        /*background: #fff;*/
    }
    /* Disabled state label. */
    .styled-checkbox input:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }
        /* Disabled box. */
        .styled-checkbox input:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }
    /* Checkmark. Could be replaced with an image */
    .styled-checkbox input:checked + label:after {
        content: '';
        position: absolute;
        left: 6px;
        top: 14px;
        background: #ddaf54;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #ddaf54, 4px 0 0 #ddaf54, 4px -2px 0 #ddaf54, 4px -4px 0 #ddaf54, 4px -6px 0 #ddaf54, 4px -8px 0 #ddaf54;
        transform: rotate(45deg);
    }

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .unstyled li {
        margin: 4px 0;
    }

.desktop {
    display: inline-block;
}

.desktop-block {
    display: block;
    margin: 0 auto;
}

.mobile {
    display: none;
}

.color-yellow {
    color: #fff;
}

#logo {
    text-align: center;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#video {
    width: 100%;
    height: 100%;
}

.agegate-background {
    background: #f8f6f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.info-media {
    width: 66%;
    margin: 0 auto;
}

.video-mainstage-container {
    position: relative;
    max-width: 600px;
    margin-bottom: 10px;
}

    .video-mainstage-container #video-mainstage {
        max-width: 600px;
        width: 100%;
    }

    .video-mainstage-container .play-btn {
        position: absolute;
        max-width: 600px;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        line-height: 1; /* needed if using Bootstrap */
        text-align: center;
        color: #eaeaea;
        background-color: rgba(255,255,255,.6);
        border-radius: 50px;
        transition: color, background-color .2s ease;
    }

        .video-mainstage-container .play-btn:hover,
        .video-mainstage-container .play-btn:focus {
            color: #000;
            background-color: rgba(255,255,255,.8);
            cursor: pointer;
        }

.play-btn::after {
    /*
      Font Awesome recommends these styles
      https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
      */
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*
      Define the font family, weight, and icon
      */
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 60px;
    content: "\f04b";
    color: #046021;
    /* positioning tweaks */
    padding-top: 20px;
    padding-left: 10px;
}

.carousel-image {
    opacity: 0;
    display: none;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
}

    .carousel-image.carousel-visible {
        opacity: 1;
        transition: opacity 2s ease;
        -webkit-transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        -o-transition: opacity 2s ease;
        -ms-transition: opacity 2s ease;
    }

@supports (-webkit-overflow-scrolling: touch) {
    .conditions {
        width: 80% !important;
    }
}

:root {
    --hero-h: 73px; /* default (mobile) */
}

/* 4 viewport sizes */
@media (min-width: 376px) {
    :root {
        --hero-h: 129px;
    }
}
/* tablet */
@media (min-width: 769px) {
    :root {
        --hero-h: 206px;
    }
}
/* desktop */
@media (min-width: 1921px) {
    :root {
        --hero-h: 391px;
    }
}
/* large */

.hero-spacer {
    height: var(--hero-h); /* this is the “occupies space” part */
}

.hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--hero-h);
    z-index: 50; /* stays above content */
    overflow: hidden;
    pointer-events: none; /* optional: clicks go through to content */
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* or 'contain' if you must see full image */
    display: block;
}

/*Responsive Styles*/

@media only screen and (min-width: 1921px) {
     body {
        background: url('/images/bg-xlarge.png') #f8f6f5;
    }
}

@media only screen and (min-width : 1440px) {
    .agegate-background {
        background: #f8f6f5;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media only screen and (max-width : 1350px) {
}


@media only screen and (max-width : 1024px) {
    html {
        background: #000;
    }

    #enjoyresponsiblylogo img {
        width: 25px;
    }

    body {
        overflow-y: scroll;
    }

    #containercontent {
        background: none;
    }

    #containerbox {
        width: 100%;
    }

    #contentbody {
        /*height: 100%;
        max-height: none;
        text-align: center;*/
    }

    #arafooter {
        font-size: 14px;
    }

    #footer {
        right: 0;
        bottom: 0;
        padding-bottom: 90px;
    }

    .agegate-background {
        background: #f8f6f5;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1024px) {
    #header {
        width: 700px;
    }


    .validation-error {
        width: 50%;
    }

    #agecheck.captureform input {
        width: 75px !important;
    }

    #agecheckcountry.captureform select {
        width: 311px !important;
        margin: 0;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    #arafooter {
        width: 100%;
    }
}


@media only screen and (min-width : 768px) and (max-width : 1023px) {
    #contentbody {
        width: 95%;
        padding: 0px 2.5% 100px 2.5%;
    }


    #header {
        width: 700px;
    }


    .left {
        padding-left: 20px;
    }

    .right {
        padding-right: 20px;
    }

    .validation-error {
        width: 50%;
    }

    #agecheck.captureform input {
        width: 65px !important;
    }

    #agecheckcountry.captureform select {
        width: 215px !important;
        margin: 0;
    }

    #arafooter img {
        height: 60px !important;
    }
}

@media only screen and (max-width: 768px) {
    #arafooter {
        padding: 30px 0;
    }

    .desktop {
        display: none;
    }

    .tablet {
        display: block;
    }

    .mobile {
        display: none;
    }

    body {
        background: url('/images/bg-medium.png') #f8f6f5;
    }

}

@media only screen and (max-width: 767px) {
    #contentbody {
        font-size: large;
        width: 95%;
        padding: 10px 2.5% 110px 2.5%;
        /*height: 80%;*/
    }

    #contentplaceholder {
        padding-left: 0px;
        padding-right: 0px;
    }

    #contentheader {
        margin-top: -5%;
    }

    #contentfooter {
        margin-bottom: -5%;
    }

    #header {
        margin: 0 auto;
        padding: 25px 2.5% 25px;
        width: 95%;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
        letter-spacing: normal;
    }

    p {
        margin: 16px 0;
        width: 100%;
    }

    #logo img {
        width: 50% !important;
    }

    #arafooter {
        width: 100%;
        padding: 12px 0;
    }

    #selects {
        text-align: center;
    }

        #selects select {
            width: 100%
        }

            #selects select.dm {
                margin-top: 15px;
                margin-right: 0px;
            }

            #selects select.y {
                margin-top: 15px;
            }

    #agecheck {
        width: 80%;
        margin: 0 0 15px 0;
    }

        #agecheck input {
            margin-left: 0;
            width: 100%;
        }

    #agecheckcountry {
        width: 80%;
        margin: 0 0 15px 0;
    }

        #agecheckcountry select {
            width: 100%;
            margin: 0;
        }

    .accept {
        width: 100%;
        font-size: 22px;
    }

    .decline {
        width: 100%;
        font-size: 22px;
    }

    .able {
        width: 100%;
        font-size: 22px;
    }

    .unable {
        width: 100%;
        font-size: 22px;
    }

    .notforsale {
        font-size: large;
    }

    .shortpage_padding {
        padding: 45px 0 !important;
    }

    .table_padding td {
        text-align: left;
    }

    .share {
        margin: 0 0 20px;
    }

    .threecolumns div.left img {
        width: 110px !important;
    }

    .threecolumns div.right img {
        width: 110px !important;
    }

    .threecolumns div {
        width: 40%;
    }

        .threecolumns div.centre {
            width: 20%;
        }

    #arafooter div.desktop {
        display: none;
    }

    #arafooter img {
        height: 70px !important;
    }

    #arafooter div.mobile {
        display: block;
    }

    .info-media {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    .agegate-background {
        background: #f8f6f5;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    #strapline {
        display: inline-block;
        width: 95%;
        font-size: x-small;
        padding-top: 0px;
    }

    table.center {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .colour-change {
        font-size: 18px;
        width: 85%;
    }

    .infobuttons {
        display: block;
    }

    .buttonleft {
        float: none;
        margin: 0;
    }

    .buttonright {
        float: none;
        margin: 0;
    }

    .collapse {
        display: none !important;
    }

    #agecheckcountry.captureform {
        width: 100% !important;
    }

        #agecheckcountry.captureform select {
            width: 100% !important;
        }

    #agecheck.captureform {
        width: 100% !important;
    }

        #agecheck.captureform input {
            width: 33% !important;
        }

    #footer .threecolumns img {
        /*height: 80px !important; */
    }

    .swal2-confirm.swal2-styled {
        width: 310px !important;
        font-size: 13px !important;
    }

    .swal2-cancel.swal2-styled {
        width: 310px !important;
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 376px) {
    .desktop {
        display: none;
    }

    .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media only screen and (max-width: 374px) {
    #arafooter {
        font-size: small;
    }
}

@media only screen and (max-width: 375px) {
    
    body {
        background: url('/images/bg-small.png') #f8f6f5;
    }
}
