@font-face {
    font-family: "tex_gyre_herosbold";
    src: url("../fonts/texgyreheros-bold_webfont.woff2") format("woff2"), url("../fonts/texgyreheros-bold_webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "tex_gyre_herosregular";
    src: url("../fonts/texgyreheros-regular-webfont.woff2") format("woff2"), url("../fonts/texgyreheros-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #fff;
    opacity: .5;
}

body {
    font-family: Helvetica Neue, tex_gyre_herosbold, Arial;
    color: #fff;
    text-align: center;
}

.bgWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/MobileBG.jpg') no-repeat scroll center top / cover;
    background: #000;
    z-index: -1;
}
.outNowText {
    font-size: 20px;
    margin-top: 1vw;
    color: #fff;
}
main {
    min-height: calc(var(--app-height) - 166px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enterSiteWrapper.pre-order-btn {
    margin-bottom: 2vw;
    margin-top: 2vw;
}

.logoWrapper {
    font-size: 0;
    padding: 35px 0;
    width: 70%;
    margin: 0 auto;
    max-width: 450px;
    transition: .5s ease-in-out;
}

.logoWrapper a:hover {
    opacity: .7;
}

.artworkAdmat {
    width: 95%;
    margin: 0 auto;
    font-size: 0;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1%;
}

.artworkAdmat .artworkWrapper .imageWrapper {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.artworkAdmat>div {
    width: 48%;
}


/* .artworkWrapper {
    width: 80%;
    margin: 0 auto;
    font-size: 0;
    max-width: 500px;
} */

.preOrderButton {
    padding: 35px 0 60px;
}

.preOrderButton a {
    font-size: 20px;
    border: 2px solid #fff;
    padding: 14px 50px;
    display: inline-block;
    letter-spacing: 1px;
    background: #fff;
    color: #000;
}

.preOrderButton a:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.preOrderButton1 span {
    font-size: 20px;
    border: 2px solid #fff;
    padding: 14px 50px;
    display: inline-block;
    letter-spacing: 1px;
    background: #fff;
    color: #000;
}

.preOrderButton a:hover,
.enterSiteWrapper a:hover {
    border: 2px solid #fff;
}


.copyrightLinks a:hover,
.socialWrapper a:hover {
    color: #fff;
    opacity: 0.5;
}

.videoWrapper {
    padding-bottom: 50px;
}

.iframeWrapper {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.iframeWrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.enterSiteWrapper a {
    font-size: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 14px 50px;
    display: inline-block;
    letter-spacing: 1px;
    background: #fff;
    color: #000;
    width: 100%;
}

.enterSiteWrapper a:hover {
    /* color: #000; */
    background: #000;
    color: #fff;
}

footer {
    padding-bottom: 20px;
    padding-top: 20px;
}

.socialWrapper {
    padding: 20px 0;
}

.socialWrapper a {
    font-size: 20px;
    margin: 5px 10px;
    display: inline-block;
}

.copyTextAndLinks {
    font-size: 13px;
    font-size: 1vw;
    text-transform: uppercase;
    letter-spacing: 0.01vw;
}

.sep {
    display: inline-block;
    width: 0.3vw;
    height: 0.3vw;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    vertical-align: middle;
    margin: 0 0.4vw 0.1vw;
}

.main-copy {
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
    padding-bottom: 50px;
}

.sub-copy {
    font-size: 16px;
    margin-top: 50px;
}

.sub-copy.rs {
    margin-top: 30px;
}


/** Mailing List **/

.mlform form {
    width: 60%;
    margin: 0 auto;
}

form {
    font-size: 0;
}

.fieldWrap {
    padding-bottom: 0.4vw;
    position: relative;
}

.fieldWrap input,
.fieldWrap select {
    color: var(--site-text-color);
    background: transparent;
    border: 1px solid #fff;
    height: 43px;
    height: 3.4vw;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    border-radius: 0px;
    padding: 0 10px;
    padding: 0 1vw;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--site-primary-font);
    font-weight: 700;
    font-size: 1.25vw;
    letter-spacing: 0.261vw;
    line-height: 1.98vw;
}

input[type="submit"] {
    border: 2;
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 3.5vw;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 0 10px;
    padding: 0 1vw;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-family: var(--site-primary-font);
    font-weight: 700;
    font-size: 1.25vw;
    letter-spacing: 0.261vw;
    line-height: 1.98vw;
    border: 0.05vw;
}

input[type="submit"]:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: var(--site-background-color);
}

.custom-field-section {
    margin-bottom: 2vw;
}

.fieldWrap .errored {
    border: 1px solid #ff0000;
}

.input-error {
    position: relative;
    bottom: -2px;
    width: 100%;
    left: 0;
    color: #ff0000;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.fadeOut {
    display: none;
}

.fadeIn {
    display: block;
}

.terms-message {
    padding: 20px 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
}

.terms-message a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}

.terms-message a:hover {
    opacity: 0.5;
}

.thankyou {
    font-size: 1.5vw;
    color: var(--site-background-color);
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    padding-top: 50px;
}

.mlist-wrapper {
    margin-bottom: 50px;
}

div.heading {
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 50px;
}

div.terms-view {
    font-size: 12px;
    margin-top: 10px;
}

.logo-wrap {
    max-width: 50%;
    margin: 0 auto;
    padding-top: 4vw;
    cursor: pointer;
}
.logo-wrap img:hover{
    opacity: 0.5;
}
a.tour {
    margin-bottom: 1vw;
}

@media only screen and (min-width: 1024px) {
    .preOrderButton {
        padding-top: 50px;
    }
    .enterSiteWrapper.top {
        position: absolute;
        top: 20px;
        z-index: 1;
        right: 10px;
    }
    .fieldWrap input,
    .fieldWrap select {
        margin-bottom: 5px;
    }
    .fieldWrap {
        margin-bottom: 5px;
    }
}


@media only screen and (min-width: 768px) {
    .bgWrapper {
        /* background-image: url('../img/DesktopBG.jpg'); */
        background: #000;
    }
    main {
        min-height: calc(var(--app-height) - 150px);
    }
    .logoWrapper {
        padding: 50px 0;
    }
}

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

    .logo-wrap {
        max-width: 80%;
        margin: 0 auto;
        padding-top: 4vw;
    }
    .artworkAdmat>div {
        width: 100%;
    }
    .artworkAdmat {
        flex-wrap: wrap;
        width: 80%;
    }
    .preOrderButton {
        padding-bottom: 35px;
    }
    .admatWrapper {
        padding-bottom: 50px;
    }
    .preOrderButton a {
        padding: 14px;
        padding-top: 20px;
    }
    .enterSiteWrapper a {
        padding-top: 15px;
    }

.enterSiteWrapper a{
font-size:18px;
}
}

@media only screen and (max-width: 320px) {
    .preOrderButton a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1900px) {
    input[type="submit"],
    .fieldWrap input,
    .fieldWrap select {
        height: 3vw;
        line-height: 3vw;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .mobHide {
        display: block;
        font-size: 0;
        width: 0;
        height: 0;
        margin: 0;
    }
    .mlform form {
        width: 90%;
    }
    .input-error {
        font-size: 4.25vw;
    }
    .fieldWrap input,
    .fieldWrap select,
    input[type="submit"] {
        font-size: 4.25vw;
        letter-spacing: 0.61vw;
        line-height: 2.98vw;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
span.mob-sep {
    display: none;
}
}
