@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
html {
    scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul:not(.fz-15) {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

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

abbr,
acronym {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */

body {
    font-family: arial, helvetica;
    color: #333;
    color: rgba(0, 0, 0, 0.5);
    -webkit-text-size-adjust: 100%;
}

body.darkTheme {
    background-color: #0e0e0e !important;
}

body.lightTheme {
    background-color: #f4f4f1 !important;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1 {
    font-size: 6em;
}

p {
    font-size: 2em;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.section {
    text-align: center;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#menu li.active {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#menu li a {
    text-decoration: none;
    color: #000;
}

#menu li.active a:hover {
    color: #000;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.8);
}

#menu li a,
#menu li.active a {
    padding: 9px 18px;
    display: block;
}

#menu li.active a {
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

.twitter-share-button {
    position: fixed !important;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

#infoMenu ul {
    padding: 0 40px;
}

#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}

#infoMenu li a:hover {
    text-decoration: underline;
}

#infoMenu li {
    display: inline-block;
    position: relative;
}

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 822px;
    text-align: left;
}

#examplesList ul {
    padding: 0;
}

#examplesList ul li {
    display: block;
    margin: 5px 0;
}

#examplesList ul li a {
    color: #BDBDBD;
    margin: 0;
}

#examplesList ul li a:hover {
    color: #f2f2f2;
}

#examplesList .column {
    float: left;
    margin: 0 20px 0 0;
}

#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}


/* Demos Menu
 * --------------------------------------- */

#demosMenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}


/* Buttons
 * --------------------------------------- */

#download a {
    text-decoration: none
}

#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.button {
    margin: 20px 0 0 0;
    vertical-align: middle;
    display: inline-block
}

.button a {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.button a:hover {
    color: #316f68;
    background-color: #fff
}


/* Extensions preview menu
 * --------------------------------------- */

.preview-extensions-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 0;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.8);
}

.preview-extensions-menu li {
    display: inline-block;
    margin: 0;
}

.preview-extensions-menu li a {
    padding: 15px 25px;
    display: block;
}

.preview-buy-extension {
    background: #3cc63c;
}

.preview-more-extensions {
    background: #fff;
}

.preview-buy-extension a {
    color: #fff;
}

.preview-buy-extension:hover {
    background-color: #1a961a;
}

.preview-more-extensions a {
    color: #333;
}

.code {
    background: rgba(255, 255, 255, 0.7);
    padding: 0px 5px;
    line-height: 25px;
}


/* Style for our header texts
* --------------------------------------- */

h1 {
    font-size: 5em;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    margin: 0;
}

.section p,
.intro p {
    color: #fff;
}


/* Centered texts in each section
* --------------------------------------- */

.section {
    text-align: center;
}


/* Bottom menu
* --------------------------------------- */

#infoMenu li a {
    color: #fff;
}


/* Sections backgrounds
* --------------------------------------- */

#section0 {
    /*background-image: linear-gradient(128deg, #40afff, #3f61ff);*/
    background-color: #000000;
}

#section1 {
    /*background-image: linear-gradient(128deg, #ff9a3f, #ff4b40);*/
    background-color: #000000;
}

#section2 {
    /*background-image: linear-gradient(128deg, #fc40ff, #543fff);*/
    background-color: #000000;
}

#section3 {
    /*background-image: linear-gradient(128deg, #40fff2, #3fbcff);*/
    background-color: #000000;
}

#myVideo {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    /* background-color: black; */
    /* in case the video doesn't fit the whole page*/
    background-image:
        /* our video */
    ;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*cover video background */
    z-index: 3;
}


/* Layer with position absolute in order to have it over the video
* --------------------------------------- */

#videoSection .layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 40%;
    /*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*solves problem with overflowing video in Mac with Chrome */

#videoSection {
    overflow: hidden;
}


/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */

video::-webkit-media-controls {
    display: none !important;
}

#overlay {
    position: absolute;
    /* Sit on top of the page content */
    /*display: none;*/
    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.2); */
    z-index: 4;
    /* Specify a stack order in case you're using a different order for other elements */
}

.no-webp #slide1-1 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../videos/v-room-bg-1.mp4');
    min-height: 100%;
    background-size: cover;
    background-position: right 15% bottom 35%;
}

.webp #slide1-1 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../videos/vcrb.webp');
    min-height: 100%;
    background-size: cover;
    background-position: right 15% bottom 35%;
}

.no-webp #slide2-2 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/RobRocks.png');
    min-height: 100%;
    background-size: cover;
    background-position: left bottom;
}

.webp #slide2-2 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/RobRocks.webp');
    min-height: 100%;
    background-size: cover;
    background-position: left bottom;
}

.no-webp #slide2-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../img/closeUpPour.jpeg');
    min-height: 100%;
    background-size: cover;
    background-position: center bottom;
}

.webp #slide2-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../img/closeUpPour.webp');
    min-height: 100%;
    background-size: cover;
    background-position: center bottom;
}

.no-webp #slide2-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../img/ArielCartSitting.png');
    min-height: 100%;
    background-size: cover;
    background-position: center bottom;
}

.webp #slide2-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../img/ArielCartSitting.webp');
    min-height: 100%;
    background-size: cover;
    background-position: center bottom;
}

.no-webp #section3 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../img/handsTwo.png');
    min-height: 100%;
    background-size: cover;
    background-position: center top;
}

.webp #section3 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../img/handsTwo.webp');
    min-height: 100%;
    background-size: cover;
    background-position: center top;
}

.no-webp #section5 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/Alps2.png');
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.webp #section5 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/Alps2.webp');
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.no-webp #section9 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://cdn.bfldr.com/83UEPO9F/at/fnf7sqnhqbvwhxhjh54vr5hv/AE3A2617.jpg?auto=webp&format=png');
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.webp #section9 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://cdn.bfldr.com/83UEPO9F/at/fnf7sqnhqbvwhxhjh54vr5hv/AE3A2617.jpg?auto=webp&format=png');
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.no-webp .imgSix {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/neftWaterfall.png');
    min-height: 100%;
    background-size: cover;
    background-position: center !important;
}

.webp .imgSix {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/neftWaterfall.webp');
    min-height: 100%;
    background-size: cover;
    background-position: center !important;
}

.no-webp .imgSeven {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/Grains.jpeg');
    background-size: cover;
    background-position: center !important;
}

.webp .imgSeven {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/Grains.webp');
    background-size: cover;
    background-position: center !important;
}

.no-webp .imgEight {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/Distillery3.png');
    background-size: cover;
    background-position: right center;
}

.webp .imgEight {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/Distillery3.webp');
    background-size: cover;
    background-position: right center;
}

.no-webp #section10 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://cdn.bfldr.com/83UEPO9F/at/fnf7sqnhqbvwhxhjh54vr5hv/AE3A2617.jpg?auto=webp&format=png');
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.webp #section10 .fp-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://cdn.bfldr.com/83UEPO9F/at/fnf7sqnhqbvwhxhjh54vr5hv/AE3A2617.jpg?auto=webp&format=png');
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .no-webp .imgEight {
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/Distillery3.png');
        background-size: cover;
        background-position: right center;
    }

    .webp .imgEight {
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/Distillery3.webp');
        background-size: cover;
        background-position: right center;
    }
}

@-webkit-keyframes arrow {
    0% {
        transform: translateY(20px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes leftArrow {
    to {
        -webkit-transform: rotate(225deg)
    }
}

@-webkit-keyframes rightArrow {
    to {
        -webkit-transform: rotate(-45deg)
    }
}

@-moz-keyframes arrow {
    0% {
        transform: translateY(20px)
    }

    to {
        transform: translateY(0)
    }
}

@-moz-keyframes leftArrow {
    to {
        -webkit-transform: rotate(225deg)
    }
}

@-moz-keyframes rightArrow {
    to {
        -webkit-transform: rotate(-45deg)
    }
}

@-ms-keyframes arrow {
    0% {
        transform: translateY(20px)
    }

    to {
        transform: translateY(0)
    }
}

@-ms-keyframes leftArrow {
    to {
        -webkit-transform: rotate(225deg)
    }
}

@-ms-keyframes rightArrow {
    to {
        -webkit-transform: rotate(-45deg)
    }
}

@-o-keyframes arrow {
    0% {
        transform: translateY(20px)
    }

    to {
        transform: translateY(0)
    }
}

@-o-keyframes leftArrow {
    to {
        -webkit-transform: rotate(225deg)
    }
}

@-o-keyframes rightArrow {
    to {
        -webkit-transform: rotate(-45deg)
    }
}

@keyframes arrow {
    0% {
        transform: translateY(20px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes leftArrow {
    to {
        -webkit-transform: rotate(225deg)
    }
}

@keyframes rightArrow {
    to {
        -webkit-transform: rotate(-45deg)
    }
}

@keyframes floating {

    0%,
    to {
        transform: translate(0%, -50%)
    }

    25% {
        transform: translate(5px, calc(-50% + 15px))
    }

    50% {
        transform: translate(10px, calc(-50% + 5px))
    }

    75% {
        transform: translate(0%, calc(-50% + 15px))
    }
}

.toTop {
    left: 50%;
    top: 50%;
    margin-left: -20px;
    top: calc(100% - 67px);
    cursor: pointer;
    position: absolute;
    z-index: 999999;
    color: #ffffff;
    line-height: 10px;
    text-align: center;
    display: none;
}

.toTop i {
    font-size: 40px;
    text-align: center;
}

.toTop:hover {
    cursor: pointer;
}

.downArrowMobile {
    left: 50%;
    top: 50%;
    margin-left: -20px;
    top: calc(100% - 67px);
    cursor: pointer;
    position: absolute;
    z-index: 999999;
    color: #ffffff;
    line-height: 10px;
    display: none;
}

.downArrowMobile i {
    font-size: 40px;
}

.fp-scroll-down-arrow {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    top: calc(100% - 27px);
    cursor: pointer;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    z-index: 999;
    display: none;
}

.fp-scroll-down-arrow div:nth-child(1),
.fp-scroll-down-arrow div:nth-child(2) {
    width: 20px;
    background-color: #FFFFFF
}

.fp-scroll-down-arrow div:nth-child(1),
.fp-scroll-down-arrow div:nth-child(2) {
    position: absolute;
    transform: rotate(220deg);
    border-radius: 5px;
    transform-origin: 2px 50%;
    height: 5px
}

.fp-scroll-down-arrow div:nth-child(2) {
    transform: rotate(-40deg)
}

@media (min-width: 992px) {
    .fp-scroll-down-arrow {
        left: 50%;
        margin-left: -20px;
        top: 50%;
        top: calc(100% - 77px);
        cursor: pointer;
        -webkit-animation: arrow .75s infinite ease-out alternate;
        animation: arrow .75s infinite ease-out alternate;
        position: absolute;
        z-index: 999;
        display: none;
    }

    .fp-scroll-down-arrow div:nth-child(1),
    .fp-scroll-down-arrow div:nth-child(2) {
        width: 20px;
        background-color: #FFFFFF
    }

    .fp-scroll-down-arrow div:nth-child(1) {
        -webkit-animation: rightArrow .75s infinite ease-out alternate;
        animation: leftArrow .75s infinite ease-out alternate
    }

    .fp-scroll-down-arrow div:nth-child(2) {
        -webkit-animation: rightArrow .75s infinite ease-out alternate;
        animation: rightArrow .75s infinite ease-out alternate
    }

    .fp-scroll-down-arrow div:nth-child(1),
    .fp-scroll-down-arrow div:nth-child(2) {
        position: absolute;
        transform: rotate(240deg);
        border-radius: 5px;
        transform-origin: 2px 50%;
        height: 5px
    }

    .fp-scroll-down-arrow div:nth-child(2) {
        transform: rotate(-60deg)
    }

    .downArrowMobile {
        display: none;
    }

    .fp-scroll-down-arrow {
        /*display: block;*/
    }

    .toTop {
        top: calc(100% - 77px);
        line-height: normal;
    }
}

.nav-link {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F5F5F5;
    -webkit-text-fill-color: transparent;
    color: #F5F5F5;
    font-size: 1.5em;
    -webkit-backface-visibility: hidden;
}

.nav-link.active {
    -webkit-text-fill-color: #F5F5F5;
    color: #F5F5F5;
}

.nav-link:hover {
    -webkit-text-fill-color: #F5F5F5;
    color: #F5F5F5;
}

.nav-link>:not(:last-child) {
    margin-bottom: 0.75rem;
}

.navbar-nav {
    -webkit-backface-visibility: hidden;
}

.navbar-light .navbar-nav .nav-link {
    color: #C7C7C7 !important;
    transition: transform .2s;
    /* Animation */
}

.lightTheme .navbar-brand {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.navIsOpen .navbar-brand {
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

.lightTheme .navIcon,
.lightTheme .navIconHover,
.lightTheme .hover-item,
.lightTheme .follow-us {
    color: #0e0e0e !important;
}

.navIsOpen .navIcon,
.navIsOpen .navIconHover,
.navIsOpen .hover-item,
.navIsOpen .follow-us {
    color: #fff !important;
}

.privacyPolicy {
    opacity: 0;
    color: #fff;
    text-decoration: none !important;
}

.privacyPolicy:hover {
    color: #fff;
}

.navIsOpen .privacyPolicy {
    opacity: 1;
}

@media (max-width: 767px) {
    .privacyPolicyContainer {
        text-align: left !important;
    }
}

.navbar.navIsOpen {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-light .navbar-nav .nav-link:hover {
    transform: scale(1.1);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FFFFFF !important;
}

.lightTheme .showcase-bottom .social li a span i:hover {
    color: #4b4741;
}

.navIsOpen.showcase-bottom .social li a span i:hover {
    color: #fff;
}

.navIsOpen .social i {
    color: #4b4741;
}

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");

html,
body {
    margin: 0;
    padding: 0;
    /*cursor: none;*/
}

.hover-me {
    transition: all 300ms ease;
}

a {
    text-decoration: none;
    /*cursor: none;*/
}

.hover-item {
    display: inline-block;
    pointer-events: none;
    transition: transform 300ms cubic-bezier(0.3, 1, 0.7, 1);
}

.cursor {
    /*position: fixed;
  pointer-events: none;
  background-color: #ffffff;
  mix-blend-mode: difference;
  border-radius: 50%;
  transition: transform 300ms;
  transform: translate(-50%, -50%) scale(3);
  padding: 0.25rem;
  z-index: 1203;*/
}

.hover-me {
    /*padding: 1.6rem;*/
}

.hover-me:hover~.cursor {
    background-color: #fff;
}

.showcase-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2000;
    padding: 0 90px;
    /*pointer-events: none;*/
}

.allworks-link {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    pointer-events: visible;
    color: #fff;
}

.allworks-link:hover {
    color: #fff;
}

.showcase-bottom .sliding-social {
    float: right;
    text-align: right;
    padding: 10px 0;
    pointer-events: visible;
}

.showcase-bottom .sliding-social .social,
.showcase-bottom .sliding-social .follow-us {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
}

.showcase-bottom .follow-us {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}

.showcase-bottom .sliding-social .social {
    visibility: hidden;
    opacity: 0;
}

.showcase-bottom .sliding-social .social,
.showcase-bottom .sliding-social .follow-us {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
}

.showcase-bottom .social {
    float: right;
}

.showcase-bottom .social li {
    float: left;
    list-style: none;
    margin-left: 25px;
    color: #C7C7C7;
}

.showcase-bottom .social li a,
.allworks-link {}

.showcase-bottom .social li a {
    font-size: 25px;
    font-weight: 500;
    transition: transform .2s;
    /* Animation */
}

.showcase-bottom .social li a,
.allworks-link {
    color: #C7C7C7;
}

.showcase-bottom .follow-us i {
    margin-left: 8px;
    font-size: 13px;
}

.showcase-bottom .subscribe i {
    margin-left: 8px;
    font-size: 13px;
}

.showcase-bottom .sliding-social:hover .social,
.showcase-bottom .sliding-social:hover .follow-us {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    visibility: visible;
    opacity: 1;
}

.showcase-bottom .social li a span i:hover {
    color: #FFFFFF;
    transform: scale(1.1);
}

.showcase-bottom.relativeFooter {
    margin-top: 75px;
    position: relative !important;
    z-index: 20000;
}

.showcase-bottom.navIsOpen {
    margin-top: 0px;
    position: fixed !important;
    color: white;
}

.navbar-toggler {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    margin-left: 10px;
}

.navbar-toggler i {
    color: #ffffff;
    font-size: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*display: block;*/
}

.navbar-toggler .navIcon {
    transition: opacity 0.5s, transform 0.5s;
}

.navbar-toggler .navIconHover {
    transition: opacity 0.5s, transform 0.5s;
    /*transform: rotate(-180deg) scale(0.5);*/
    opacity: 0;
}

.navbar-toggler:hover .navIconHover {
    /*transform: rotate(0deg) scale(1);*/
    opacity: 1;
}

.navbar-toggler:hover .navIcon {
    /*transform: rotate(180deg) scale(0.5);*/
    opacity: 0;
}

.icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.x .navIcon {
    display: none;
}

.navbar-toggler.x .navIconHover {
    display: none;
}

.navbar-toggler.x.collapsed .navIcon {
    display: block;
}

.navbar-toggler.x.collapsed .navIconHover {
    display: block;
}

.navbar-toggler.x.collapsed .closeNav {
    display: none;
}



/* ANIMATED X */

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}


/* ANIMATED X COLLAPSED */

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}


/* END ANIMATED X */

.dropdown_menu li {
    opacity: 0;
}

.dropdown_menu--animated {
    display: none;
}

.dropdown_menu--animated li {
    display: block;
    opacity: 1;
}

.dropdown_menu-2 .dropdown_item-1 {
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    -webkit-animation: rotateX 300ms 80ms ease-in-out forwards;
    animation: rotateX 300ms 80ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-2 {
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    -webkit-animation: rotateX 300ms 160ms ease-in-out forwards;
    animation: rotateX 300ms 160ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-3 {
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    -webkit-animation: rotateX 300ms 240ms ease-in-out forwards;
    animation: rotateX 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-4 {
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    -webkit-animation: rotateX 300ms 320ms ease-in-out forwards;
    animation: rotateX 300ms 320ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-5 {
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    -webkit-animation: rotateX 300ms 400ms ease-in-out forwards;
    animation: rotateX 300ms 400ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-6 {
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    -webkit-animation: rotateX 300ms 480ms ease-in-out forwards;
    animation: rotateX 300ms 480ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-7 {
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    -webkit-animation: rotateX 300ms 560ms ease-in-out forwards;
    animation: rotateX 300ms 560ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-8 {
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    -webkit-animation: rotateX 300ms 640ms ease-in-out forwards;
    animation: rotateX 300ms 640ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-9 {
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    -webkit-animation: rotateX 300ms 720ms ease-in-out forwards;
    animation: rotateX 300ms 720ms ease-in-out forwards;
}

@-moz-keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    50% {
        transform: rotateX(-20deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    50% {
        transform: rotateX(-20deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

@-o-keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    50% {
        transform: rotateX(-20deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

@keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    50% {
        transform: rotateX(-20deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

#navbarOpen .navBg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #0e0e0e;
}

.nav-links {
    font-size: 6rem;
    align-items: center;
    flex-grow: 1;
    font-family: interstate, sans-serif;
    font-size: 3.5rem;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    min-height: 100%;
    position: relative;
    width: 100%;
}

.closeNav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 60px;
    cursor: pointer;
}

.closeNav .inner {
    width: inherit;
    text-align: center;
}

.closeNav label {
    font-size: .7em;
    line-height: 3em;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
    font-family: merriweather, serif;
}

.closeNav .inner:before,
.closeNav .inner:after {
    position: absolute;
    content: '';
    height: 1px;
    width: inherit;
    background: #fff;
    right: 0;
    transition: all .3s ease-in;
}

.closeNav .inner:before {
    top: 50%;
    transform: rotate(45deg);
}

.closeNav .inner:after {
    bottom: 50%;
    transform: rotate(-45deg);
}

.closeNav:hover label {
    opacity: 1;
}

.closeNav:hover .inner:before,
.closeNav:hover .inner:after {
    transform: rotate(0);
}

.closeNav:hover .inner:before {
    top: 0;
}

.closeNav:hover .inner:after {
    bottom: 0;
}

.menu.is-open .menu_main_item:nth-child(n+1) {
    -webkit-animation-delay: 75ms;
    animation-delay: 75ms;
}

.menu.is-open .menu_main_item {
    -webkit-animation: enter-menu-items .2s both;
    animation: enter-menu-items .2s both;
}

.menu_main>:not(:last-child) {
    margin-bottom: 0.75rem;
}

.menu_main_item {
    max-width: 10em;
}

@media (min-width: 750px) {
    .navbar-collapse ul {
        font-size: 4.5rem;
    }
}

.slide-content .title {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-color: #d10a14;
    text-underline-offset: 10px;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
}

.largeTitle {
    font-size: 2.2rem !important;
    line-height: 150%;
}

.slide-content .subheader {
    color: #FFFFFF;
    font-size: 2rem;
    font-family: interstate, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
}

.slide-content h1 {
    color: #FFFFFF;
    text-align: left;
    font-size: 2rem;
}

.slide-content p {
    color: #FFFFFF;
    font-size: 1rem;
    text-align: left;
    font-family: merriweather, serif;
    font-weight: 400;
    font-style: normal;
    opacity: .8;
}

.navbarPadding {
    padding: 25px !important;
}

.navbarPadding.navIsOpen {
    padding: 25px 25px 0px 25px !important;
}

.navbarImg {
    height: 85px;
}

.neftiNavLogo {
    height: 85px;
}

.arrowContainer {
    display: none;
}

.subscribe {
    display: none;
}

.home.sliding-social {
    display: none;
}

.showcase-bottom {
    padding: 0 40px;
}

.hideMobile {
    display: none;
}

@media (min-width: 992px) {
    .arrowContainer {
        display: block;
    }
}

@media (min-width: 768px) {
    .navbarImg {
        height: 90px;
    }

    .navbarPadding {
        padding: 75px !important;
        top: 60px;

    }



    .navbarSpacing {
        padding: 75px 75px 0px 75px !important
    }

    .navbarPadding.navIsOpen {
        padding: 75px 75px 0px 75px !important;
    }

    .subscribe {
        display: inline-block;
        float: left;
    }

    .home.sliding-social {
        display: inline-block;
    }

    .showcase-bottom {
        padding: 0 90px;
    }

    .slide-content .title {
        font-size: 3rem;
        text-align: left;
        line-height: normal;
    }

    .largeTitle {
        font-size: 4rem !important;
        line-height: normal;
    }

    .slide-content .subheader {
        font-size: 2.5rem;
        text-align: left;
    }

    .slide-content h1 {
        font-size: 44px;
        text-align: left;
    }

    .slide-content p {
        font-size: 18px;
        text-align: left;
    }

    .hideMobile {
        display: inline;
    }
}


@media (min-width: 1024px) {
    #videoSection .layer {
        top: 36%;
    }
}

@media (min-width: 1400px) {
    .slide-content .title {
        font-size: 4rem;
        text-align: left;
        line-height: normal;
    }
}

.slide-arrow {
    color: rgb(255, 255, 255);
    position: absolute;
    width: 100px;
    /*right: 15vw;*/
    transition: all 0.3s ease 0s;
}

.circle {
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    right: -26px;
    top: -27px;
    box-sizing: border-box;
    opacity: 0.3;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.slide-arrow i {
    float: right;
    color: rgb(255, 255, 255);
    font-size: 23px;
}

.slide-arrow .spine {
    height: 3px;
    top: 10px;
    left: 0px;
    right: 4px;
    position: absolute;
    background: rgb(255, 255, 255);
}

.arrowContainer {
    margin: auto !important;
}

.slide-arrow:hover {
    width: 80px;
    cursor: pointer;
}

.darkTheme .toggleLightDark {
    color: white;
}

.lightTheme .toggleLightDark {
    color: black;
}

.lightDarkToggleSpan {
    display: none;
}

@media (min-width: 564px) {
    .lightDarkToggleSpan {
        display: inline-block;
    }

    .navbarSpacing {
        padding: 35px 75px 0px 75px !important
    }
}

.filter-group {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
}

.filter-group li {
    display: inline-block;
}

.filter-group li a {
    padding: 3px 15px;
    text-transform: uppercase;
    font-family: interstate, sans-serif;
    font-size: .85em;
    letter-spacing: 2.5px;
    color: #777;
    text-decoration: none;
}

.filter-group .active a {
    background: #111;
    color: #ececec;
    padding: 3px 15px;
}

.darkTheme .filter-group .active a {
    background: #eeeeee;
    color: #131313;
}

.lightTheme .filter-group .active a {
    background: #111;
    color: #ececec;
}

.navIsOpen .toggleLightDark {
    display: none;
}

.nav-links {
    font-size: 3vh;
}

@media (max-height: 860px) {
    .nav-links {
        line-height: 1;
    }
}

@media (max-height: 734px) {
    .nav-links {
        line-height: .7;
    }
}

#ageGateModal {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/age-gate.png');
    min-height: 100%;
    background-size: cover;
    background-position: center bottom;
    z-index: 3000000;
}

#ageGateModal .modal-content {
    background-color: transparent;
    border: none;
    /*margin-top: 10vh;*/
}

#ageGateModal h1 {
    text-align: center;
}

#ageGateModal h3 {
    text-align: center;
    color: #d10a14;
    display: none;
}

#ageGateModal .standardButton {
    display: flex;
    justify-content: center;
}

#ageGateModal .btn {
    cursor: pointer;
    flex: 0 40%;
    margin: 0px 10px;
}

#ageGateModal .ofAge:active {
    font-weight: bold;
}

#ageGateModal .notOfAge:hover {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

@media (min-width: 992px) {
    #ageGateModal .ofAge {
        background-color: #ffffff;
        color: #000000 !important;
    }

    #ageGateModal .notOfAge {
        background-color: #000000;
        border: 1px solid #000000 !important;
    }

    #ageGateModal .ofAge:hover {
        font-weight: bold;
    }

    #ageGateModal .notOfAge:hover {
        font-weight: bold;
        background-color: #000000 !important;
        border: 1px solid #000000 !important;
        color: #ffffff !important;
    }

}

.klaviyo-close-form {
    background-color: transparent !important;
}

.klaviyo-close-form:hover {
    background-color: transparent !important;
}

@media (max-width: 822px) {
    .modal-md-store-point {
        max-width: 800px !important;
        margin: .5rem !important;
    }
}

@media (max-width: 991px) {
    .modal-md-store-point {
        max-width: 800px !important;
        /*margin: .75rem auto!important;*/
    }
}

#storePointModal {
    z-index: 999999 !important;
}

.buyOnline {
    margin-top: .5rem;
}

@media (min-width: 627px) {
    .buyOnline {
        margin-top: 0px;
    }
}

#storePointModal .modal-title {
    font-size: 1.125em;
    font-family: interstate, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
}

.storepoint-name {
    font-family: interstate, sans-serif !important;
}

.storepoint-address {
    font-family: merriweather, serif !important;

}

.mapboxgl-ctrl-logo {
    display: none !important;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    display: none !important;
}

.imcDKG {
    position: relative !important;
    height: fit-content !important;
    width: fit-content !important;
    border: 1px solid white !important;
    max-width: 100% !important;
    padding: 0px !important;
    line-height: 1.32 !important;
    cursor: pointer !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.contact-us .title {
    text-decoration: underline;
    text-decoration-color: #cfab80;
}