@import url('https://fonts.googleapis.com/css?family=Nunito:200,400');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Oswald:700');
* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    z-index: 2;
    transition: all 0.5s;
}
*::-webkit-scrollbar {
    width:30px; // manage scrollbar width here
}
*:-webkit-scrollbar * {
    background:transparent; // manage scrollbar background color here
}
*::-webkit-scrollbar-thumb {
    background:rgba(0,0,0,0) !important; // manage scrollbar thumb background color here
}
a,a:active,a:visited {
    color: white;
    text-decoration: none;
}
ul {
    list-style: none;
}
.sticky {
    background-color: white !important;
    color: black !important;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    min-height: 9vh !important;
    height: 9vh !important;
}
.sticky a {
    color: black;
}
.sticky #logo {
    background-image: url('../images/LogoBlack.png');
}
#wrapper {
    width: 100vw;
    height: 100%;
}
#intro {
    height: 100vh;
    width: 100vw;
    background: black;
    background-image: url('../images/intro.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.blur {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35);
}
#nav {
    background-color: rgba(0, 0, 0, 0);
    width: 100vw;
    min-height: 12vh;
    display: flex;
    z-index: 998;
    color: white;
    padding-top: 2vh;
    height: 12vh;
    -webkit-transform: translate3d(0,0,0);
}
#menu {
    display: flex;
    flex-direction: row;
    width: 60vw;
    justify-content: space-evenly;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    align-items: center;
}
#logo {
    background-image: url('../images/logo.png');
    background-size: contain;
    width: 20vw;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
#social {
    width: 20vw;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
#new {
    height: 86vh;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    color: white;
    align-items: flex-end;
    /* margin-bottom: 10vh; */
}
#box {
    width: 25vw;
    height: 28vh;
    background-color: rgba(0,0,0,0.6);
    margin-bottom: 15vh;
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    padding: 2rem;
    background-image: url('../images/angel.jpg');
    background-size: cover;
    background-position: center;
}
#box-heading {
    font-size: 2em;
    margin: 0rem 0 0.5rem 2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 200;
}
#box-info {
    padding: 0rem 2.5rem 1rem 2.1rem;
    font-size: 1rem;
    font-weight: 200;
}
#box-button p {
    text-transform: uppercase;
    margin-left: 2rem;
    display: inline-flex;
    border: 1px white solid;
    padding: 0.8rem;
    letter-spacing: 1px;
}
#latest {
    width: 100vw;
    min-height: 65vh;
    background-image: url('../images/LeprousLiveIsrael.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.heading {
    text-transform: uppercase;
    color: white;
    z-index: 2;
    position: relative;
    text-align: center;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 3rem;
    padding-top: 3rem;
}
#single-con {
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 7.5vh;
    width: 100vw;
}
.single {
    height: 40vh;
    width: 40vh;
    cursor: pointer;
}
#golden {
    background-image: url('../images/golden.jpg');
    background-size: contain;
}
#malina {
    background-image: url('../images/malina.jpg');
    background-size: contain;
}
#song p {
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 1.2rem;
    letter-spacing: 1.5px;
}
#events {
    width: 100vw;
    min-height: 65vh;
    background-image: url('../images/leprouslive3.jpg');
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#event-location {
    text-align: center;
    color: white;
    position: relative;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-top: 1rem;
}
.countdown {
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: space-evenly;
    font-size: 4rem;
    width: 70vw;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
}
.cd-info {
    font-size: 1.2rem;
    font-weight: 200;
    text-transform: uppercase;
}
.more-button {
    border: 1px white solid;
    padding: 1.4rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    margin-top: 7.5vh;
}
.button-con {
    display: flex;
    flex-direction: row;
    color: white;
    width: 60vw;
    justify-content: space-evenly;
    margin-bottom: 7.5vh;
    -webkit-transform: translate3d(0,0,0);
}
.button-heading {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 2.4rem;
}
#footer {
    background-color: #2d2d2d;
    color: white;
    display: flex;
    flex-direction: column;
    height: 15vh;
    align-items: center;
    justify-content: space-evenly;
    -webkit-transform: translate3d(0,0,0);
}
#foot-social {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 2rem;
    width: 40vw;
}
#copyright {
    width: 90vw;
    display: flex;
    justify-content: space-between;
}
#angel {
    background-image: url('../images/angel.jpg');
    background-size: contain;
}

/*Tours*/

#tour-con {
    display: flex;
    position: relative;
    color: white;
    max-height: 86vh;
    justify-content: space-evenly;
    align-items: center;
    height: 86vh;
}
#tours {
    background-image: url('../images/leprouslive2.jpg');
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}
.list {
    display: flex;
    width: 48vw;
    justify-content: space-between;
    font-size: 1.1rem;
    margin: 0.25rem;
    padding: 0.4rem 0.5rem;
    cursor: pointer;
}
.event-date {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
.date {
    font-size: 1.4rem;
}
.month {
    text-transform: uppercase;
    font-size: 0.8rem;
}
.event-location {
    text-transform: uppercase;
}
.location {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-left: 1rem;
}
.event-venue {
    font-weight: 200;
}
.event-tickets {
    display: flex;
    align-items: center;
}
.event-tickets p{
    margin-left: 0.2rem;
}
.list.active .event-tickets a {
    color: black;
}
#tour-list {
    position: relative;
    z-index: 999;
    max-height: 80vh;
}

/* Map */
#map {
    width: 45vw;
    height: 86vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.map-button {
    border: 1px white solid;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 200;
    margin: 1rem;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0,0,0);
}
.active {
    background: white;
    color: black;
}
/*Countries */
.norway {
    height: 80vh;
}
.norway::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Norway-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}

.mexico {
    height: 80vh;
}
.mexico::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/mexico.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}

.chile {
    height: 80vh;
}
.chile::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Chile-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}

.columbia {
    height: 80vh;
}
.columbia::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Colombia-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}

.peru {
    height: 80vh;
}
.peru::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Peru-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}

.argentina {
    height: 80vh;
}
.argentina::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Argentina-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}
.brazil {
    height: 80vh;
}
.brazil::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Brazil-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}
.netherlands {
    height: 80vh;
}
.netherlands::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Netherlands-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}
.malta {
    height: 80vh;
}
.malta::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Malta-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}
.france {
    height: 80vh;
}
.france::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/France-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}
.portugal {
    height: 80vh;
}
.portugal::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Portugal-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}
.spain {
    height: 80vh;
}
.spain::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Spain-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}
.romania {
    height: 80vh;
}
.romania::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/maps/Romania-W.png') no-repeat 0 50%;
    opacity: 0.5;
    background-size: contain;
}

/*Presskit */
#press-con {
    display: flex;
    position: relative;
    color: white;
    max-height: 86vh;
    justify-content: space-evenly;
    align-items: center;
    height: 86vh;
    flex-direction: column;
}
#press {
    background-image: url('../images/press.jpg');
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}


/* ---- grid ---- */

.grid {
    background: rgba(0,0,0,0);
    margin-top: 10vh;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    justify-content: center;
}
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid-item {
    overflow: hidden;
    max-width: 30vw;
    cursor: pointer;
    padding-bottom: 5vh;
}
.grid-item img {
    width: 25vw;
    object-fit: contain;
    min-height: 100%;
    overflow: hidden;
    padding: 0 2.3vw;
}


/*News*/
#news {
    background-image: url('../images/leprouslive2.jpg');
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}
.referral {
    display: none !important;
}
.juicer-feed {
    width: 100vw !important;
    padding: 0 5rem !important;
}
li.feed-item.juicer {
    display: none !important;
}

/*Contact*/
#contact {
    height: 100vh;
    width: 100vw;
    background-image: url('../images/LeprousLiveIsrael.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#form {
    display: flex;
    position: relative;
    color: white;
    max-height: 86vh;
    justify-content: space-evenly;
    align-items: center;
    height: 86vh;
    flex-direction: column;
}
#con {
    display: flex;
    flex-direction: column;
    width: 80vw;
    height: 70vh;
    justify-content: center;
}
label {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1.4rem;
    padding: 2rem 0;
}
.col {
    display: flex;
    flex-direction: column;
    width: 100%;
}
input {
    background: rgba(0,0,0,0.5);
    border: 0;
    color: white;
    margin: 0 1rem 0 0;
    font-size: 1.5rem;
    padding: 1rem;
}
textarea {
    background: rgba(0,0,0,0.5);
    border: 0;
    color: white;
    height: 100%;
}
.input-con {
    display: flex;
    flex-direction: row;
}
.submit {
    border: 1px white solid;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 200;
    cursor: pointer;
}
span {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #584C4B;
    border-radius: 0px;
}
#loader-7 {
    margin-bottom: 30px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loader-7 span:nth-child(1) {
    -webkit-animation: temp 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(2) {
    -webkit-animation: temp 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(3) {
    -webkit-animation: temp 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(4) {
    -webkit-animation: temp 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(5) {
    -webkit-animation: temp 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(6) {
    -webkit-animation: temp 1s 0.3s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.3s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(7) {
    -webkit-animation: temp 1s 0.35s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.35s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(8) {
    -webkit-animation: temp 1s 0.4s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.4s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(9) {
    -webkit-animation: temp 1s 0.45s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.45s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(10) {
    -webkit-animation: temp 1s 0.5s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.5s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(11) {
    -webkit-animation: temp 1s 0.55s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.55s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(12) {
    -webkit-animation: temp 1s 0.6s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.6s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(13) {
    -webkit-animation: temp 1s 0.65s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.65s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(14) {
    -webkit-animation: temp 1s 0.7s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.7s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(15) {
    -webkit-animation: temp 1s 0.75s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.75s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(16) {
    -webkit-animation: temp 1s 0.8s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.8s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(17) {
    -webkit-animation: temp 1s 0.85s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.85s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(18) {
    -webkit-animation: temp 1s 0.9s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.9s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(19) {
    -webkit-animation: temp 1s 0.95s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 0.95s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}
#loader-7 span:nth-child(20) {
    -webkit-animation: temp 1s 1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    animation: temp 1s 1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
    width: 7.5px;
    height: 7.5px;
    margin: 0 2px;
}


@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        background: #93e1d7;
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        margin: 0 3px;
        background: #2FAC9B;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        background: #93e1d7;
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        margin: 0 3px;
        background: #2FAC9B;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes rotateY {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        background: #93e1d7;
    }
    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@keyframes rotateY {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        background: #93e1d7;
    }
    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@-webkit-keyframes rotateX {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(90deg) scale(0.5, 0.5);
        transform: rotateX(90deg) scale(0.5, 0.5);
        background: #93e1d7;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@keyframes rotateX {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        -webkit-transform: rotateX(90deg) scale(0.5, 0.5);
        transform: rotateX(90deg) scale(0.5, 0.5);
        background: #93e1d7;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-webkit-keyframes push {
    0% {
        -webkit-transform: translateX(0px) scale(0.9, 0.6);
        transform: translateX(0px) scale(0.9, 0.6);
    }
    50% {
        -webkit-transform: translateY(-20px) scale(0.7, 1.1);
        transform: translateY(-20px) scale(0.7, 1.1);
        background: #423938;
    }
    100% {
        -webkit-transform: translateX(0px) scale(0.9, 0.6);
        transform: translateX(0px) scale(0.9, 0.6);
    }
}
@keyframes push {
    0% {
        -webkit-transform: translateX(0px) scale(0.9, 0.6);
        transform: translateX(0px) scale(0.9, 0.6);
    }
    50% {
        -webkit-transform: translateY(-20px) scale(0.7, 1.1);
        transform: translateY(-20px) scale(0.7, 1.1);
        background: #423938;
    }
    100% {
        -webkit-transform: translateX(0px) scale(0.9, 0.6);
        transform: translateX(0px) scale(0.9, 0.6);
    }
}
@-webkit-keyframes rotateZ {
    0% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }
    50% {
        -webkit-transform: rotateZ(20deg) scaleY(1.2);
        transform: rotateZ(20deg) scaleY(1.2);
        background: #423938;
    }
    100% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }
}
@keyframes rotateZ {
    0% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }
    50% {
        -webkit-transform: rotateZ(20deg) scaleY(1.2);
        transform: rotateZ(20deg) scaleY(1.2);
        background: #423938;
    }
    100% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }
}
@-webkit-keyframes cuve {
    0% {
        -webkit-transform: rotateY(-90deg) perspective(50px);
        transform: rotateY(-90deg) perspective(50px);
        background: #423938;
    }
    50% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        background: #423938;
    }
    100% {
        -webkit-transform: rotateY(90deg) perspective(50px);
        transform: rotateY(90deg) perspective(50px);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        background: #423938;
    }
}
@keyframes cuve {
    0% {
        -webkit-transform: rotateY(-90deg) perspective(50px);
        transform: rotateY(-90deg) perspective(50px);
        background: #423938;
    }
    50% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        background: #423938;
    }
    100% {
        -webkit-transform: rotateY(90deg) perspective(50px);
        transform: rotateY(90deg) perspective(50px);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        background: #423938;
    }
}
@-webkit-keyframes temp {
    50% {
        -webkit-transform: scale(1, 5);
        transform: scale(1, 5);
        background: #423938;
    }
}
@keyframes temp {
    50% {
        -webkit-transform: scale(1, 5);
        transform: scale(1, 5);
        background: #423938;
    }
}
#mob-nav {
    display: none;
    -webkit-transform: translate3d(0,0,0);
}
@media only screen and (max-width: 900px) {
    #nav {
        display: none;
        flex-direction: column;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        background-color: white;
        z-index: 99999999;
        color: black;
    }
    #nav a {
        color: black;
    }
    #menu {
        flex-direction: column;
        height: 60vh;
        font-size: 1.4rem;
    }
    #social {
        display: none;
    }
    #logo {
        height: 30vh;
        width: 80vw;
        background-image: url('../images/LogoBlack.png');
    }
    #mob-nav {
        display: flex;
        width: 100vw;
        height: 12vh;
        background: rgba(0,0,0,0);
        color: white;
        justify-content: center;
        align-items: center;
        z-index: 998;
    }
    #mob-logo {
        background-image: url('../images/logo.png');
        background-size: contain;
        width: 80vw;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;

    }
    .fa-bars {
        color: white;
        position: absolute;
        /* top: 2vh; */
        left: 5vh;
        font-size: 2rem
    }
    .fa-times {
        opacity: 0;
        color: black;
        font-size: 2rem;
        position: absolute;
        top: 5vh;
        right: 5vh;
    }
    #intro {
        background-repeat: no-repeat;
        background-position: center;
    }
    #box {
        width: 100vw;
        margin-bottom: 0;
    }
    #single-con {
        flex-direction: column;
        align-items: center;
    }
    .button-con {
        flex-direction: column;
    }
    .countdown {
        width: 100vw;
    }
    #foot-social {
        width: 100vw;
    }
    #footer {
        height: 30vh;
    }
    .juicer-feed.loaded {
        margin-top: 10vh !important;
    }
    #tours {
        background-position: center;
    }
    #tour-con {
        flex-direction: column;
        max-height: 100vh;
        height: 100vh;
    }
    #tour-list {
        max-width: 95vw;
    }
    .list {
        width: 80vw;
    }
    .map-button {
        width: 40vw;
    }
    *::-webkit-scrollbar {
        width: 0;
    }
    .norway::after {
        top: 0;
    }
    .argentina::after {
        top: 0;
    }

    .brazil::after {
        top: 0;
    }

    .chile::after {
        top: 0;
    }

    .colombia::after {
        top: 0;
    }

    .france::after {
        top: 0;
    }
    .malta::after {
        top: 0;
    }
    .mexico::after {
        top: 0;
    }
    .netherlands::after {
        top: 0;
    }
    .peru::after {
        top: 0;
    }
    .portugal::after {
        top: 0;
    }
    .romania::after {
        top: 0;
    }
    .spain::after {
        top: 0;
    }
    .event-date {
        min-width: 10vw;
    }
    .event-location {
        width: 60vw;
    }
    #press {
        background-position: center;
    }
    .grid-item {
        max-width: 90vw;
    }
    .grid-item img {
        width: 90vw;
    }
    #contact {
        background-position: center;
    }
    .input-con {
        flex-direction: column;
    }
    #con {
        height: 100vh;
    }
    .submit {
        margin-top: 10vh;
    }
    .intro-newscon {
        width: 80vw;
        padding: 1rem !important;
    }
    .news-label {
        font-size: 4rem !important;
    }
}
#particles-js {
    height: 86vh;
}

#intro-news {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}
.news-upper {
	color: white;
	text-transform: uppercase;
	letter-spacing: 16px;
	font-size: 1.4rem;
}
.news-lower {
	color: white;
	text-transform: uppercase;
	letter-spacing: 29px;
	font-size: 1.4rem;
}
.news-label {
	font-family: 'Oswald', sans-serif;
	font-size: 8rem;
	text-transform: uppercase;
	color: white;
	padding: 2.5rem;
	/* border: 1px white solid; */
}
.intro-newscon {
	text-align: center;
	border: 1px white solid;
	padding: 3rem;
    mix-blend-mode: screen;

}
li.feed-item {
    background-color: rgba(255,255,255,0.15) !important;
    border-width: 0 !important;
}
.j-poster h3 {
    color: white !important;
}
.j-message {
    color: white !important;
}
.juicer-feed a {
    color: white !important;
}
