body{
	margin:0;
	padding:0;
    background-color:#262624;
    color:#ffffff;
    font-family:'archiaregular',sans-serif;
    width:100%;
    overflow-x:hidden;
}

#wrapper{
	width:100%;
	height:auto;
	overflow-x:hidden;
}

#wrapper .nav{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100px;
    z-index:10;
}

#wrapper .nav ul{
    position:relative;
    width:100%;
    height:100%;
    text-align:left;
    padding:0;
    margin:0;
}

#wrapper .nav li{
    position: relative;
    width: auto;
    height: 60px;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s;
    font-family: futura-pt,sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 29px;
    color: #ffffff;
}

#wrapper .nav li:hover, #wrapper .nav li.active{
    opacity:1;
}

#wrapper .nav li img{
    display:block;
    position:relative;
    width:auto;
    height:40px;
    top:30px;
}

#wrapper .nav li.silo img{
    height:80px;
    top:10px;
    margin-left:20px;
    margin-right:20px;
}

#wrapper .nav li.silo{
    opacity:1;
}

#wrapper .nav .sync-dropdown{
    position:absolute;
    top: 80px;
    left: 230px;
    display:block;
    width:300px;
    height:auto;
    visibility: hidden;
    opacity:0;
}

#wrapper .nav .sync-dropdown li{
    display:block;
    height:40px;
    font-family: futura-pt-bold,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:20px;
}

#wrapper .nav a{
    text-decoration:none;
    color:inherit;
}

#wrapper .nav .sync-dropdown li img{
    top:0px;
}

#wrapper .webgl-container{
    position:fixed;
    top:0px;
    left:0px;
    background-color:#000000;
}

#wrapper .content{
    position:relative;
    width:100%;
    margin-top:88vh;
}




#wrapper .content .arrow{
    position:absolute;
    top:55px;
    left:30px;
    width:400px;
    height:20px;
    z-index:10;
    padding-left:40px;

    font-family:'Roboto',sans-serif;
    font-weight:700;
    font-size:15px;
    letter-spacing: 2px;
}


#wrapper .content .arrow::before{
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    width:25px;
    height:20px;
    background-image:url(../assets/arrow.svg);
    background-repeat: no-repeat;
    background-size:25px auto;
    background-position:left center;
    z-index:10;

    animation: bounce 2s infinite;

}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}

#wrapper .skew{
    position:relative;
    left:0px;
    width:100%;
    height:200px;
    overflow:hidden;
    z-index:1;
}

#wrapper .skew::before{
    content:"";
    background-color:#262624;
    position:absolute;
    top:5vw;
    left:0px;
    width:100%;
    height:200px;
    transform: skewY(5deg);
}

#wrapper .skew-inv{
    position:relative;
    left:0px;
    width:100%;
    height:200px;
    overflow:hidden;
    z-index:1;
}

#wrapper .skew-inv::before{
    content:"";
    background-color:#262624;
    position:absolute;
    top:-5vw;
    left:0px;
    width:100%;
    height:200px;
    transform: skewY(5deg);
}

#wrapper .section{
    position:relative;
    width:100%;
    height:auto;
    background-color:#262624;
    z-index:5;
}

#wrapper .section .section-content{
    position:relative;
    max-width:1000px;
    width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    z-index:5;
}

#wrapper .section h2{
    position:relative;
    font-size:20px;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
    opacity:0;
    transform:translate3d(0,50px,0px);
    transition: all 0.7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    text-align: center;
    letter-spacing: 6px;
}

#wrapper .section h1{
    position:relative;
    font-size:80px;
    line-height:80px;
    margin:0px;
    padding:0px;
    margin-bottom:40px;
    color:#E94362;
    font-family:'archiaregular',sans-serif;
    opacity:0;
    transform:translate3d(0,50px,0px);
    transition: all 0.7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-delay:0.1s;
    text-align: center;
}

#wrapper .section p{
    position:relative;
    font-size:18px;
    line-height:22.5px;
    margin:0px;
    padding:0px;
    width:80%;
    margin-right:auto;
    margin-left:auto;
    opacity:0;
    transform:translate3d(0,50px,0px);
    transition: all 0.7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-delay:0.2s;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
}

#wrapper .image-container{
    position:relative;
}

#wrapper .silo-definition{
    position:absolute;
    top:42%;
    z-index:10;
     font-family: 'Poppins', sans-serif;
     font-size:20px;
    font-weight: 300;
    text-align: center;
    width:100vw;
    text-shadow:0px 0px 10px #000000;
}

#wrapper .quote{
    position:absolute;
    left:50%;
    margin-left:-500px;
    top:25%;
    width:460px;
     font-family: 'Poppins', sans-serif;
     font-size:26px;
    font-weight: 300;
}


#wrapper .quote span{
    font-family: 'Roboto', sans-serif;
     font-size:16px;
    font-weight: 700;
    text-transform: uppercase;
}

#wrapper .section .active h2,#wrapper .section .active h1,#wrapper .section .active p{
    opacity:1;
    transform: translate3d(0,0,0);
}

#wrapper .section .active p a{
    color:#E94362;
}

#wrapper .image{
   position: relative;
    width: 100%;
    height: 70vw;
    top: -10vw;
    z-index: 0;
    background-image: url(../assets/home/image1.jpg);
    background-size: cover;
}

#wrapper .section .instagram{
    position:relative;
    width:100%;
    height:auto;
    margin-top:100px;
    display:flex;
    flex-direction: row;
}

#wrapper .section .instagram .insta-post{
    position:relative;
    width:calc(1000px/3);
    height:calc(1000px/3 - 20px);
    margin:10px;
    background-color:#cccccc;
    overflow:hidden;
    display:flex;
}

#wrapper .section .instagram .insta-post img{
    position:relative;
    width:100%;
    height:auto;
}

#wrapper .section .work{
    position:relative;
    width:100%;
    height:auto;
    transform: skewY(5deg);
    margin-top:100px;
    padding-bottom:50px;
}

#wrapper .section .work-item{
    position:relative;
    width:50%;
    height:264px;
    float:left;
    border:5px solid #262624;
    box-sizing: border-box;
    background-color:#cccccc;
    overflow:hidden;
}

#wrapper .section .work-item img{
    position:relative;
    width:100%;
    height:auto;
    transform: skewY(-5deg) scale(1.3);
}

#wrapper .footer-spacing{
    position:relative;
    width:100%;
    height:200px;
}

#wrapper .footer{
    position:relative;
    width:100%;
    height:150px;
    background-color:#000000;
}

#wrapper .footer .social{
    position:relative;
    display:inline-block;
}

#wrapper .footer .social ul{
    position:relative;
    display:inline-block;
    list-style: none;
    font-family:inherit;
}

#wrapper .footer .social ul li{
    display:inline-block;
    margin-right:10px;
}

#wrapper .footer a{
    text-decoration:none;
    color:inherit;
}

#wrapper .footer .notified{
    border:1px solid #E94362;
    background:#E94362;
    height:40px;
    font-size:16px;
    width:300px;
    height:60px;
    line-height:40px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    display:block;
    padding:10px;
    box-sizing: border-box;
    font-family:'archiaregular',sans-serif;
    color:#262624;
    cursor:pointer;
    text-align:center;
    display:inline-block;
    margin-left:40px;
}

#wrapper .footer .notified:hover{
    background:#212121;
    color:#ffffff;
}

#wrapper .footer .contact{
    position:relative;
    display:inline-block;
    font-family:'archiaregular',sans-serif;
    font-size:16px;
    color:#ffffff;
    margin-left:40px;
}

#map{
    position:relative;
    width:100%;
    height:700px;
    border:0;margin-top:-100px;
}

#map::before{
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:linear-gradient(to bottom, #262624 10%, rgba(38,38,38,0) 50%, #262624 90%);
    pointer-events: none;
    z-index:4;
}

#map::after{
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:linear-gradient(to left, #262624 0%, rgba(38,38,38,0) 50%, #262624 100%);
    z-index:4;
}



.playlist-player{
    position:relative;
    width:100%;
    height:auto;
    margin-top:120px;
    transform: skewY(5deg);
}

.playlist-player .playlist-cover{
    position:relative;
    width:490px;
    float:left;
    height:490px;
    overflow: hidden;
}

.playlist-player .playlist-cover img{
    position:relative;
    height:100%;
    width:auto;
    left:50%;
    transform:translate(-50%,0%) skewY(-5deg) scale(1.09);
}

.playlist-player .playlist-list{
    position:relative;
    width:calc(50% - 10px);
    margin-left:20px;
    float:left;
    height:452px;
    overflow-y: scroll;
    background-color:#000000;
    padding-top:20px;
    padding-bottom:20px;
}



.playlist-player .playlist-list .playlist-track{
    position:relative;
    width:100%;
    height:70px;
    margin-bottom:20px;
    cursor:pointer;
}

.playlist-player .playlist-list .playlist-bio{
    padding:20px;
    transform: skewY(-5deg);
    box-sizing: border-box;
    font-size:16px;
}


.playlist-player .playlist-list .playlist-bio p{
    opacity:1 !important;
    text-align:left !important;
    margin-left:0px !important;
    margin-right:0px !important;
    width:100% !important;
    font-size:16px !important;
    transform: translate(0,0) !important;
    margin-bottom:20px !important;
}

.playlist-player .playlist-list .playlist-bio .playlist-bio-name{
    color:#E94362;
    font-size:24px;
    margin-bottom:20px;
}

.playlist-player .playlist-list .playlist-track-container{

    transform: skewY(-5deg);
}

.playlist-player .playlist-list .playlist-track-play{
    position:relative;
    float:left;
    width:50px;
    height:50px;
    margin-top:10px;
    margin-left:25px;
    font-size: 22px;
    padding-top: 10px;
    text-align:center;
}


.playlist-player .playlist-list .playlist-track-name{
    position:relative;
    float:left;
    width:calc(100% - 100px);
    height:40px;
    margin-left:10px;
    margin-top:15px;
}

.playlist-player .playlist-list .playlist-track-title{
    position:relative;
    height:20px;
    line-height:20px;
}

.playlist-player .playlist-list .playlist-track-artist{
    position:relative;
    height:20px;
    line-height:20px;
    opacity:0.5;
    font-size:12px;
}

.playlist-player .playlist-list .playlist-track-length{
    position:relative;
    float:right;
    margin-right:25px;
    height:50px;
    width:70px;
    margin-top:10px;
    line-height:50px;
    text-align:right;
    display:none;
}

.slick-prev:before, [dir='rtl'] .slick-prev
{
    content:'' !important;
    background-image:url(../assets/arrow-left.svg);
    background-size:20px 20px;
    background-repeat: no-repeat;
    background-position:center right;
    width:20px;
    height:20px;
    display:block;
    margin-right: 0px;
    margin-left: auto;
}

.slick-next:before, [dir='rtl'] .slick-next
{
    content:'' !important;
    background-image:url(../assets/arrow-right.svg);
    background-size:20px 20px;
    background-repeat: no-repeat;
    background-position:center center;
    width:20px;
    height:20px;
    display:block;
}

#wrapper .section .carousel{
    position:relative;
    width:100%;
    height:auto;
    margin-top:100px;
    display:flex;
    flex-direction: row;
    transform: skewY(5deg);
    padding-bottom: 100px;
}

#wrapper.mgmt .section .carousel{
    padding-bottom: 130px;
}

#wrapper .section .carousel .carousel-item{
    position:relative;
    width:calc(1000px/5 - 20px);
    height: 486px;
    margin:10px;
    /*background-color:#cccccc;*/
    overflow:hidden;
    display:flex;
}

#wrapper .section .carousel .carousel-image{
    position:relative;
    width:100%;
    height:calc(100% - 100px);
    overflow:hidden;
}

#wrapper .section .carousel .carousel-item img{
    position:relative;
    height:100%;
    width:auto;
    left:50%;
    transform:translate(-50%,0px) skewY(-5deg) scale(1.07);
    transition:all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    filter:grayscale(100%);
    /*transform: skewY(-5deg);*/
}


#wrapper.team .section .carousel .carousel-item img{
    position:absolute;
    top:0px;
    left:50%;
    transform:translate(-50%,0px) skewY(-5deg) scale(1.07);
    opacity:0;
    filter: grayscale(0%);
}

#wrapper.team .section .carousel .carousel-item img:first-child{
    position:absolute;
    left:50%;
    transform:translate(-50%,0px) skewY(-5deg) scale(1.07);
    opacity:1;
}

#wrapper .section .carousel .slick-prev{
    margin-left:0px;
    width:20%;
    height:100%;
    z-index:10;
    margin-top: -30px;
}

#wrapper .section .carousel .slick-next{
    margin-right:0px;
    z-index:10;
    margin-top: -30px;
    width:20%;
    height:100%;
}

#wrapper .section .carousel::before{
    position:absolute;
    top:0px;
    left:0px;
    width:20%;
    height:100%;
    background-color:rgba(38,38,36,0.8);
    content:"";
    z-index:5;
}

#wrapper .section .carousel::after{
    position:absolute;
    top:0px;
    right:0px;
    width:20%;
    height:100%;
    background-color:rgba(38,38,36,0.8);
    content:"";
    z-index:5;
}







#wrapper .section .carousel-item{
    cursor:pointer;
}

#wrapper .section .carousel-item:hover img{
    transform:translate(-50%,0px) skewY(-5deg) scale(1.15);
}

@media (hover: none) and (pointer: coarse) {
    #wrapper .section .carousel-item:hover img{
        transform:translate(-50%,0px) skewY(-5deg) scale(1.07);
        transition: none;
    }
}

#wrapper .section .carousel .infos{
    position:absolute;
    top:80%;
    left:0px;
    width:100%;
    height:auto;
    text-align:center;
    font-size:20px;
    color:#ffffff;
    font-family: 'archiaregular',sans-serif;
    font-weight: 700;
    transform:skewY(-5deg);
}

#wrapper .section .carousel .name{
    position:relative;
    color:#E94362;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

#wrapper .section .carousel .title{
    position:relative;
    font-size:14px;
    color:#ffffff;
    font-weight:200;
    font-family: 'Roboto',sans-serif;
    margin-top:10px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(38,38,36,0.8);
    visibility: hidden;
}


.overlay-content{
    position:relative;
    width:100%;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;

}

.overlay-content .close{
    position:absolute;
    top:0px;
    right:0px;
    width:30px;
    height:30px;
    background-image:url(../assets/close.svg);
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position:center center;
    transition:all 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    cursor:pointer;
}


.overlay-content .close:hover{
    transform:rotate(90deg);
}

.playlist-player{
    margin-top:134px;
}

.form{
    position:relative;
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
}

.form input, .form textarea, .form select{
    border:1px solid #E94362;
    background:#212121;
    height:40px;
    font-size:20px;
    padding:10px;
    box-sizing: border-box;
    font-family:'archiaregular',sans-serif;
    color:#ffffff;
}

.form button{
    border:1px solid #E94362;
    background:#E94362;
    height:40px;
    font-size:20px;
    width:300px;
    height:60px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    display:block;
    padding:10px;
    box-sizing: border-box;
    font-family:'archiaregular',sans-serif;
    color:#262624;
    cursor:pointer;
}

.form button:hover{
    background:#212121;
    color:#ffffff;
}


.form button.submitted{
    border:1px solid transparent;
    background:transparent;
    color:#ffffff;
}

.form textarea{
    width:calc(100% - 30px);
    height:300px;
    margin-left:10px;
    margin-top:20px;
}

.form select{
    width:calc(100% - 30px);
    height:60px;
    margin-left:10px;
    margin-top:20px;
    box-sizing: border-box;
}

.form .name,.form .email, .form .phone{
    position:relative;
    float:left;
    width:calc(33% - 20px);
    margin-left:10px;
    margin-right:10px;
}
.form .subject{
    width:calc(100% - 30px);
    margin-left:10px;
    margin-top:20px;
    box-sizing: border-box;
}

@media (max-width: 1100px){

    #wrapper .section .carousel .slick-prev{
        width:24.5%;
    }

    #wrapper .section .carousel .slick-next{
        width:24.5%;
    }

    #wrapper .section .carousel::before{
        width:24.5%;
    }

    #wrapper .section .carousel::after{
        width:24.5%;
    }
}

@media (max-width: 1000px){

    .playlist-player .playlist-cover{
        display:none;
    }
    .playlist-player .playlist-list{
        width:calc(100% - 40px);
    }

    .overlay-content .close{
        right:20px;
        top:-20px;
    }

    #wrapper .nav li.silo img{
        height:58px;
    }

    #wrapper .nav li{
        height:51px;
    }

    #wrapper .nav li{
        font-size:25px;
        margin-left:8px;
        margin-right:8px;
    }

    #wrapper .nav .sync-dropdown{
        left:165px;
    }

    #wrapper .nav .sync-dropdown li{
        font-size:18px;
    }

    #wrapper .quote{
        left:30px;
        top:15%;
        margin-left:0px;
    }

    #wrapper .footer .notified{
        display:block;
        margin-bottom:20px;
    }

    #wrapper .footer{
        height:auto;
    }

    #wrapper .footer .contact{
        margin-bottom:40px;
    }
}

@media (max-width: 870px){
    #wrapper .section .carousel .slick-prev{
        width:32.5%;
    }
    
    #wrapper .section .carousel .slick-next{
        width:32.5%;
    }

    #wrapper .section .carousel::before{
        width:32.5%;
    }

    #wrapper .section .carousel::after{
        width:32.5%;
    }
}

@media (max-width:800px){
    .form .name,.form .email, .form .phone{
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 20px;
        margin-right:0px;
        box-sizing: border-box;
    }


    .form textarea,.form select,.form .subject{
        margin-left:15px;
    }

    .form button{
        width: calc(100% - 30px);
        box-sizing: border-box;
    }
}

@media (max-width:670px){
    #wrapper .content{
        margin-top:calc(88vh - 100px);
    }

    #wrapper .nav li.silo img{
        height:50px;
        top:0px;
        margin-left:0px;
    }

    #wrapper .nav li {
        position: relative;
        width: auto;
        height: 42px;
        display: block;
        padding: 0;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
        opacity: 0.5;
        cursor: pointer;
        transition: opacity 0.3s;
        font-family: futura-pt,sans-serif;
        font-weight: 800;
        font-style: normal;
        font-size: 25px;
        color: #ffffff;
        margin-top: 16px;
    }

    #wrapper .nav .sync-dropdown {
        position: absolute;
        top: 62px;
        left: 120px;
        display: block;
        width: 180px;
    }

    #wrapper .nav .sync-dropdown li {
        display: block;
        height: 23px;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
    }
    
    #wrapper .section h1{
        font-size: 50px;
        line-height: 50px;
    }

    #wrapper .section p {
        font-size: 16px;
        line-height: 19.5px;
        width: 90%;
    }

    #wrapper .silo-definition{
        font-size:14px;
    }

    #wrapper .image{
        height:110vw !important;
        background-position: 30% top;
    }

    #wrapper .quote {
        position: absolute;
        left: 0;
        margin-left: 20px;
        top: 15%;
        width: 230px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

    #wrapper .skew{
        height:100px;
    }

    #wrapper .skew-inv{
        height:100px;
    }

    #wrapper .skew-inv::before{
        height:100px;
    }

    #wrapper .section .instagram .insta-post{
        width: calc(100vw/2);
        height: calc(100vw/2 - 20px);
    }

    #map{
        height:500px;
    }


    #wrapper .section h2,#wrapper .section h1,#wrapper .section p{
        opacity:1;
        transform: translate3d(0,0,0);
    }

    #wrapper .footer .notified{
        margin-bottom:20px;   
    }

    #wrapper .footer .contact{
        margin-bottom:40px;
        font-size:15px;
    }

    #wrapper .footer{
        height:auto;
    }

    #wrapper .section .carousel .slick-prev{
        width:12%;
    }
    
    #wrapper .section .carousel .slick-next{
        width:12%;
    }

    #wrapper .section .carousel::before{
        width:12%;
    }

    #wrapper .section .carousel::after{
        width:12%;
    }
}



/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E94362;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /*background: #555;*/
}

