a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.socials {
    display: none
}

@media only screen and (min-width:641px) {
    .socials {
        display: block
    }
}

.socials--mobile {
    display: block;
    margin-bottom: 15px
}

@media only screen and (min-width:641px) {
    .socials--mobile {
        display: none
    }
}

.socials--mobile ul {
    text-align: center !important
}

#np {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 image-url(./img/np.png) no-repeat 50% 50%;
    background-size: contain;
    display: none
}

#np.vis {
    display: block
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: red;
    position: relative;
    width: 100%;
    height: 2px
}

#mainwrapper {
    opacity: 0;
    transition: opacity .5s linear;
    width: 100%;
    position: relative
}

.pace-done #mainwrapper {
    opacity: 1
}

body {
    background: #000;
    font-family: Arial, Sans-Serif;
    font-weight: 700;
    height: 100%;
    overflow: hidden
}

#player,
.videoPlayer {
    width: 100%;
    height: 100%
}

.videoPlayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0
}

@media screen and (max-width:1024px) {
    .videoPlayer {
        position: relative;
        top: auto;
        left: auto;
        height: 0;
        padding-bottom: 56.25%
    }

    .videoPlayer video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.video-bg {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media only screen and (min-width:641px) {
    .video-bg {
        display: block
    }
}

.video-bg--mobile {
    display: block
}

@media only screen and (min-width:641px) {
    .video-bg--mobile {
        display: none
    }
}

.video-bg__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page {
    width: 100%;
    height: 90vh;
    position: relative;
    z-index: 1;
    background-position: 50%;
    background-color: #000;
    background-repeat: no-repeat;
    position: absolute;
    top: 5vh;
    left: 0;
    display: none;
    transition: height .5s linear
}

a {
    color: #fff;
}

#storepage {
    background-image: url(img/store-updated.jpg)
}

#header {
    position: absolute;
    z-index: 2;
    height: auto
}

#nav {
    font-size: 14px;
    padding-bottom: 25px
}

#socials {
    position: absolute;
    top: 15px;
    right: 55px;
    transition: all .2s linear
}

#socials ul {
    text-align: right;
    width: 100%
}

#socials li {
    display: inline-block;
    width: auto;
    margin: 5px
}

#socials li img {
    width: 130%;
    position: relative;
    top: 2px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .5))
}

#socials li a {
    text-shadow: 0 0 3px #000;
    font-size: 15px;
    color: #000;
    background: #fff;
    padding: 5px
}

#socials li a:hover {
    opacity: 0.6;
}

@media only screen and (max-width:640px) {
    #socials li a {
        padding: 2px !important
    }
}

.menuexpanded #socials {
    right: 110px
}

.audiobtn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 9px #000;
    transition: all .5s
}

@media only screen and (max-width:640px) {
    .audiobtn {
        font-size: 25px;
        bottom: auto;
        top: 15px;
        right: auto;
        left: 15px
    }
}

.audiobtn:hover {
    cursor: pointer;
    transform: scale(1.1)
}

#nav {
    padding-left: 60px;
    padding-top: 25px;
    font-size: 18px;
    text-shadow: 0 0 3px #000
}

#nav li {
    display: inline-block;
    width: auto;
    margin-right: 10px
}

#nav li a {
    text-decoration: none
}

#nav li a:active,
#nav li a:focus,
#nav li a:hover {
    text-decoration: underline
}

.signup-wrapper {
    width: 100%;
    display: block;
    position: relative;
    text-align: center
}

#signup {
    background: rgba(0, 0, 0, .8);
    border: 4px solid #fff;
    position: relative !important;
    z-index: 9999 !important;
    padding: 60px 30px 80px !important;
    max-width: 800px;
    opacity: 0;
    transition: opacity 1s ease-out
}

#signup,
#signup p {
    margin: 0 auto !important
}

#signup p {
    max-width: 600px;
    clear: left
}

.pace-done #signup {
    opacity: 1 !important
}

#signup input {
    width: 250px;
    background: none;
    border: 0;
    border-bottom: 2px solid red;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    font-family: Arial, Sans-Serif;
    transition: all .2s linear;
    margin-bottom: 20px
}

#submit {
    margin-top: 10px
}

:focus {
    outline: none !important
}

::-webkit-input-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

#signup input:focus {
    border-bottom: 4px solid red
}

.close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/cross.svg) 50% no-repeat #fff;
    background-size: 100% 100%;
    color: #000;
    text-decoration: none;
    border-radius: 10%;
    text-indent: -1000px;
    overflow: hidden
}

a#signupclose {
    position: absolute;
    top: 15px;
    right: 15px
}

a#signupclose:hover {
    opacity: 0.6;
}

#thanks {
    display: none;
    text-align: center;
    font-size: 14pt;
    color: #fff;
    text-transform: uppercase
}

#videonav {
    width: 55px;
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 80px;
    text-align: center;
    z-index: 200000;
    height: 100vh;
    font-size: 20pt;
    background: transparent;
    transition: all .2s linear;
    overflow-y: scroll;
    -ms-overflow-style: none
}

#videonav::-webkit-scrollbar {
    display: none
}

#videonav a {
    text-shadow: 0 0 3px #000
}

#sidebarbg,
#videonav.expanded {
    width: 100px
}

#sidebarbg {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    z-index: 1;
    opacity: 0;
    transition: all .2s linear
}

#videonav.expanded #sidebarbg {
    opacity: 1
}

#hamburger {
    text-shadow: 0 0 3px #000;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    position: fixed;
    right: 15px;
    top: 0;
    z-index: 2000
}

#hamburger:hover {
    cursor: pointer
}

#hamburger i {
    font-size: 1.7em
}

#videos {
    display: block;
    opacity: 0;
    transition: opacity .2s linear;
    font-size: 10pt;
    text-transform: uppercase;
    margin: 0 auto;
    width: 80px;
    position: relative;
    z-index: 2;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px
}

.expanded #videos {
    opacity: 1
}

#videos li {
    display: block
}

#videos img,
#videos li {
    margin-bottom: 10px;
    width: 100%
}

#videos img {
    max-width: 100%;
    height: auto
}

#videos a {
    text-decoration: none;
    transition: all .2s linear
}

#videos a:hover>span {
    display: block;
    opacity: 1
}

#videos a span {
    color: #fff;
    display: none;
    opacity: 0
}

#videos a:hover {
    color: red
}

#cookiesclose {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px
}

#footer {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 5vh;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.7vw
}

#footer a {
    text-decoration: none;
    text-shadow: 0 0 3px #000;
}

#footer a:active,
#footer a:focus,
#footer a:hover {
    text-decoration: underline
}

@media only screen and (max-width:640px) {
    #signup {
        position: fixed;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 100px !important;
        background: rgba(0, 0, 0, .8);
        z-index: 3;
        box-sizing: border-box;
        padding: 10px;
        opacity: 0;
        transition: opacity 1s ease-out
    }

    .page {
        background-size: 100% auto;
        top: auto
    }

    #videowrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0
    }

    #videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    #hamburger {
        height: 10vh
    }

    #videos {
        height: 90vh
    }

    #mainwrapper {
        height: auto
    }
}

@media only screen and (max-width:640px) and (min-width:641px) {
    #mainwrapper {
        min-height: 100vh
    }
}

@media only screen and (max-width:640px) {
    #videonav {
        height: 100%
    }

    #header,
    #socials {
        position: static
    }

    #socials {
        width: 100%
    }

    #socials img {
        width: 23px !important;
        position: relative;
        top: 3px
    }

    #nav,
    #socials ul {
        text-align: center
    }

    #nav {
        padding-left: 0;
        padding-top: 25px;
        text-transform: uppercase;
        font-size: 18px;
        width: 100%
    }

    #signupclose {
        display: none
    }

    #footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0
    }
}

.ytvideo {
    pointer-events: none !important;
    cursor: none;
    user-select: none;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.ytvideo,
.ytvideo #ytplayer {
    z-index: 0 !important;
    top: 0;
    left: 0
}

.ytvideo #ytplayer {
    position: absolute;
    width: 100%;
    height: 100%
}

@media (min-aspect-ratio:16/9) {
    .ytvideo #ytplayer {
        width: 100%;
        height: auto
    }
}

@media (max-aspect-ratio:16/9) {
    .ytvideo #ytplayer {
        width: auto;
        height: 100%;
        height: 120%;
        top: -10%
    }
}

@media (min-aspect-ratio:16/9) {
    .ytvideo #ytplayer {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio:16/9) {
    .ytvideo #ytplayer {
        width: 300%;
        left: -100%
    }
}

#vid_container {
    position: fixed;
    top: 0;
    left: 0
}

#video {
    object-fit: cover;
    z-index: 0
}

#video,
#video_overlay {
    width: 100%;
    height: 100%
}

#video_overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #111
}

@media screen and (orientation:portrait) {
    #vid_container {
        width: 100%
    }
}

@media screen and (orientation:landscape) {
    #vid_container {
        width: 100%;
        height: 100%
    }

    #vid_container.left {
        left: 20%
    }
}

.col {
    padding: 0 1.5em
}

.pinkbutton {
    margin-top: 20px;
    background: #ff45a2
}

.pinkbutton,
.pinkbutton:hover {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    text-decoration: none
}

.pinkbutton:hover {
    background: #fff;
    color: #ff45a2
}

@media only screen {
    .col {
        float: left;
        width: 100%;
        box-sizing: border-box
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    box-sizing: border-box
}

#nav {
    text-transform: uppercase;
    display: inline-block;
    padding: 0
}

#nav ul {
    margin: 0;
    list-style: none;
    line-height: 60px
}

#nav li {
    margin: 0 15px 0 0
}

#socials li a {
    display: block;
    height: 15px;
    width: 15px;
    color: #fff;
    background: transparent;
    border-radius: 100px;
    text-align: center;
    transition: all .2s linear;
    font-size: 24px;
    padding: 0 10px
}

#mainwrapper {
    min-height: inherit;
    height: 100vh
}

#signup,
#videonav {
    z-index: 5
}

#signup {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    margin: 0;
    padding: 15px 10px 10px;
    transition: all .2s linear
}

#thesignup input {
    margin: 10px;
    font-weight: 700;
    display: inline-block;
    padding: 7px 0;
    width: 130px;
    border-bottom: 1px solid #fff;
    font-size: 16px
}

#thesignup input:focus {
    margin-bottom: -3px;
    border-bottom: 4px solid #63c9f1
}

#signupclose {
    top: 10px;
    right: 18px;
    z-index: 5;
    width: 25px;
    height: 25px
}

.pace-progress {
    background: #63c9f1 !important;
    display: none
}

#submit {
    font-family: Arial, Sans-Serif;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px;
    vertical-align: bottom;
    height: 30px;
    line-height: 32px;
    width: 98px;
    display: inline-block;
    border: 1px solid #fff
}

:-moz-placeholder,
::-moz-placeholder {
    color: #fff;
    opacity: 1
}

#thanks {
    margin: 20px auto 10px
}

#thanks,
.new-album {
    font-family: Arial, Sans-Serif
}

.new-album {
    display: none;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    width: 100%;
    max-width: 474px;
    padding: 15px;
    background: #000;
    z-index: 5000
}

.new-album .close {
    position: absolute;
    top: 15px;
    right: 15px
}

.new-album .detail,
.packshot {
    padding-left: 0
}

.packshot {
    width: 50%
}

.packshot img {
    width: 100%;
    max-width: 200px
}

.new-album .detail {
    text-align: center;
    width: 50%
}

.new-album .album-title {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin: 22px auto 10px;
    font-weight: 300;
    display: inline-block
}

.new-album .album-title p:first-child {
    margin-bottom: 2px
}

.buy-btn {
    display: block;
    padding: 8px 0;
    text-align: center;
    width: 150px;
    margin: 0 auto 6px;
    text-decoration: none;
    border: 1px solid #fff
}

.buy-btn:last-child {
    margin-bottom: 0
}

#footer {
    height: auto;
    font-weight: 700;
    padding: 10px;
    z-index: 1000
}

@media only screen and (max-width:767px) {
    .new-album {
        display: block
    }
}

@media only screen and (max-width:640px) {
    #header {
        height: auto;
        padding: 20px 10px
    }

    #nav {
        font-size: 15px;
        padding-bottom: 15px
    }

    #nav ul {
        line-height: normal
    }

    #signup {
        top: 0;
        z-index: 4;
        width: 100%
    }

    #signupclose {
        display: block;
        z-index: 2
    }

    .new-album {
        position: relative;
        overflow: auto;
        top: 0;
        left: 0;
        transform: translate(0);
        transform: -webkit-translate(0, 0);
        transform: -moz-translate(0, 0);
        transform: -ms-translate(0, 0);
        margin: 20px auto;
        box-sizing: border-box
    }

    .new-album .close {
        display: none
    }

    .new-album .detail,
    .packshot {
        padding-left: 1.5em;
        text-align: center;
        width: 100%
    }

    .packshot img {
        width: 100%
    }

    .new-album .album-title {
        display: block;
        margin-top: 10px
    }

    #thesignup {
        padding: 15px
    }

    #thesignup input {
        width: 100%;
        margin: 0 0 20px
    }

    #thesignup input:focus {
        margin-bottom: 17px
    }
}

@media only screen and (max-width:475px) {
    #nav ul {
        padding-left: 6px
    }

    #nav li {
        margin-right: 15px
    }

    #socials ul {
        text-align: left
    }

    #socials li {
        margin: 0 10px 0 0
    }

    #socials li a {
        width: auto;
        height: auto;
        padding: 5px
    }
}

@media only screen and (max-width:410px) {
    #header {
        padding: 20px 10px 10px
    }

    #nav {
        padding-bottom: 0
    }

    .line-break {
        display: block
    }

    #nav li {
        margin-bottom: 8px
    }
}

.formbox1 {
    margin: 20px 0 1px
}

.formbox1,
.formbox2 {
    width: 98%;
    padding: 9px 0 9px 2%;
    border: 1px solid #fff;
    background: #000;
    text-align: left;
    color: #fff !important;
    font-family: Arial, Sans-Serif
}

.formbox2 {
    margin: 2px 0 1px
}

.formbutton {
    border: 0;
    width: 100%;
    font-size: 20px;
    background: none;
    color: #fff;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
    font-family: Arial, Sans-Serif
}

.formbutton:hover {
    background: none;
    color: #fff;
    cursor: pointer
}

.forcer {
    clear: both
}

#safariwrapper {
    display: none
}

@media not all and (min-resolution:0.001dpcm) {
    .videoPlayer {
        display: none
    }

    .new-album {
        display: none !important
    }

    #safariwrapper {
        display: inherit;
        width: 800px;
        margin: 200px auto 0
    }

    .safari_image {
        width: 300px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:700px) {
    #safariwrapper {
        width: 90%;
        margin: 150px auto 0;
        padding: 0 5%
    }
}

@media only screen and (max-width:1024px) and (orientation: portrait) {
    #footer {
        font-size: 3vw;
        line-height: 1.5;
    }
    .terms-view {
        font-size: 3vw;
    }
}
@media only screen and (max-width:1024px) and (orientation: landscape) {
#signup{
    width: 90%;
}
}