/** FONTS */
@font-face{
    font-family: 'adventure';
    src : url('../fonts/Adventure.otf') format('truetype');
}
.font-adventure{
    font-family: 'adventure', sans-serif;
}
@font-face{
    font-family: 'alice';
    src : url('../fonts/Amaranth-Regular.otf') format('truetype');
}
.font-alice{
    font-family: 'alice', serif;
}
@font-face {
    font-family: 'icon';
    src: url('../fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font-icon{
    font-family: 'icon';
}
@font-face {
    font-family: 'dots';
    src: url('../fonts/dollydots.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font-dots{
    font-family: 'dots';
}
.color-red{color:#d53123 !important;}
a{color:inherit;}
a:hover{
    text-decoration:none;
    color : inherit;
}

@media screen and (min-width : 768px){
    .hide-phone{display:block;}
    .hide-desktop{display:none;}
    .show-phone{display:none;}
}

/** GRID CUSTOM */
.row-100-fullContentCentered{
    display : flex;
    align-items: center;
    height : 100%;
}
@media screen and (max-height : 900px){
    .row-100-fullContentCentered{
        /** height : auto; */
    }
}
.row-100-fullContentCentered.flex-dir-col{
    flex-direction : column;
    justify-content: space-around;
    align-items : center;
}
.row-100-fullContentCentered.flex-dir-row{
    flex-direction : row;
    justify-content: space-around;
    align-items : center;
}
.bloc-flex-vertical-center{
    display : flex;
    justify-content: start;
    align-items: center;
}
.bloc-flex-full-center{
    display : flex;
    justify-content: center;
    align-items: center;
}
.row-wrap{
    flex-wrap : wrap;
}

.bg-genre{
    background-size: cover;
}
/*.badge-dubstep{background-color : #d81b60 !important; color : #FFF !important;}*/
/*.badge-trap{background-color : #f9a825 !important; color : #FFF !important;}*/
/*.badge-chill{background-color : #8eb9d0 !important; color : #FFF !important;}*/
/*.badge-electro{background-color : #0091ea !important; color : #FFF !important;}*/
/*.badge-drumnbass{background-color : #26a69a !important; color : #FFF !important;}*/
/*.badge-glitchhop{background-color : #1dcb46 !important; color : #FFF !important;}*/

.badge-dubstep::before{background-image: url(../../img/electro-trip/layout/icons/icon-dubstep.png);}
.badge-trap::before{background-image: url(../../img/electro-trip/layout/icons/icon-trap.png);}
.badge-chill::before{background-image: url(../../img/electro-trip/layout/icons/icon-chill.png);}
.badge-electro::before{background-image: url(../../img/electro-trip/layout/icons/icon-electro.png);}
.badge-drumnbass::before{background-image: url(../../img/electro-trip/layout/icons/icon-drumnbass.png);}
.badge-glitchhop::before{background-image: url(../../img/electro-trip/layout/icons/icon-trap.png);}

/** MARGIN */
.mt-40{margin-top:40px;}
.mt-30{margin-top:30px;}
.mt-20{margin-top:20px;}
.mt-10{margin-top:10px;}
.no-margin{margin:0 !important;}

/** LAYOUT */
body{
    background-image : url('../../img/electro-trip/layout/trianglify.svg');
    background-size: cover;
    overflow-y : auto;
}
body.nobg{
    background-image : none;
    background-color : #eee7c7;
}
.layout-foliage{
    position : fixed;
    width : 100%;
    height : 115px;
    background-size : 850px;
    background-repeat : repeat-x;
}

.layout-foliage.top{
    z-index: 9999;
    background-image: url('../../img/electro-trip/layout/foliage-bottom-2.png');
    top: -20px;
    background-size: 530px;
    background-position-y: -71px;
    height: 55px;
    -webkit-transform: rotate(30deg);
    transform: rotate(180deg);
}
.layout-foliage.bottom{
    background-image: url('../../img/electro-trip/layout/foliage-bottom-2.png');
    bottom: -20px;
    background-size: 620px;
    height: 60px;
    background-position-y: -74px;
}
.col-h-w100{
    height : 100%;
}
.w100i{
    width : 100% !important;
}
.btn.btn-large{
    padding-left : 10px;
    padding-right : 10px;
}
.clickable:hover{
    cursor : pointer;
}

#common-page{
    position : relative;
    height : auto;
}

#bottom-mentions{
    position : absolute;
    width : 200px;
    height : 30px;
    margin : 10px auto;
    font-size : 12px;
    bottom : 35px;
}

/** LANDING PAGE **/
video#landing-video{
    position : fixed;
    right : 0; left : 0;
    height : 100%; min-height : 100%;
    width : 100%; min-width : 100%;
    z-index : -100;
    background-size : cover;
    object-fit: cover;
}
#landing-video-mask{
    position : fixed;
    left : 0; right : 0;
    height : 100%; min-height : 100%;
    width : 100%; min-width : 100%;
    z-index : -50;
    background : rgba(255,255,255,0.7);
}
#landing-page .menu a span{
    font-size :18px;
    font-family: 'alice';
}

img.logo{
    max-width : 200px;
}
.menu{
    color : #703e2e;
    font-size : 22px;
}
.menu a{
    display : inline-block;
    line-height : 28px;
    margin-top : 10px;
}
.menu a.active{
    color : #d53123;
}
.menu-genres{
    max-width : 300px;
}
.menu-genres a{
    position : relative;
    display : inline-block;
    padding-left : 18px;
    padding-right : 5px;
    margin-top : 0;
}
.menu-genres a.active{
    color : #d53123;
}
.menu-genres a::before{
    position : absolute;
    left : 0;
    top : 4px;
    width : 20px;
    height : 20px;
    content : '';
    background-size : 18px;
    background-repeat : no-repeat;
}
a.trap::before{background-image : url('../../img/electro-trip/layout/icons/icon-trap.png');}
a.dubstep::before{background-image : url('../../img/electro-trip/layout/icons/icon-dubstep.png');}
a.electro::before{background-image : url('../../img/electro-trip/layout/icons/icon-electro.png');}
a.chill::before{background-image : url('../../img/electro-trip/layout/icons/icon-chill.png');}
a.drumnbass::before{background-image : url('../../img/electro-trip/layout/icons/icon-drumnbass.png');}
a.glitchhop::before{background-image : url('../../img/electro-trip/layout/icons/icon-glitchhop.png');}
a.drumstep::before{background-image : url('../../img/electro-trip/layout/icons/icon-drumstep.png');}

.hide-phone menu a{
    display : inline-block;
    font-size : 22px;
    color : #703e2e;
    -webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
    transition: color 1s; /* For modern browsers */
    margin-top : 9px;
}
.menu span.menu-subtitle,
.menu span.menu-subtitle a{
    display : inline-block;
    font-size : 18px;
    font-family: 'alice';
}
.menu a:hover:not(.no-animate){
    text-decoration: none;
    color : #d53123;
    cursor : pointer;
}
.menu a:hover:not(.color-red):not(.no-animate){
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#left-side{
    height : 100%;
    /*border-right : dotted 4px #703e2e;*/
}
#right-side{
    z-index : 0;
    min-height : 600px;
}

.bg-path-horizontal{
    background-image : url('../../img/electro-trip/layout/path_snake.png');
    background-size  : 100%;
    background-repeat: no-repeat;
    background-position-y : center;
    background-position-x : 10px;
}

.path-start{
    width: 130px;
}
.path-start .taunt{
    position : relative;
    width : 130px;
    height : 120px;
    background-image: url('../../img/electro-trip/layout/path-horizontal-start.png');
    background-size  : 130px;
    background-repeat : no-repeat;
    margin-top : -125px;
}
.path-start .taunt:after{
    position: absolute;
    top: 20px;
    left: 54px;
    color: #d53123;
    content: '•';
    height: 120px;
    width: 100%;
    font-size: 70px;
}

@media screen and (max-width: 1500px) {
    .bloc-path-horizontal{display:none;}
}
.inline-block{
    display : inline-block;
}
.badge-genre{
    font-family: 'Adventure' !important;
    font-size : 18px !important;
    background-color: #361d1b;
    color: #ffaa7a !important;
    padding: 5px;
    border-radius : 5px;
}
.badge-genre-anmt{
    font-family: 'Adventure' !important;
    background-color: #361d1b;
    padding: 5px;
    border-radius : 5px;
}
.badge-genre-anmt .text{
    font-size : 18px !important;
    color: #ffaa7a !important;
}
.badge.navigation{
    font-family: 'Adventure';
    display : inline-block;
    padding : 3px;
    padding-right :7px;
    font-size : 18px;
    border-radius : 5px;
    font-weight : 100;
    line-height : inherit;
    background-color : #361d1b;
    color : #ffaa7a;
}

.badge.navigation.animated{
    box-shadow: 0px 4px 0px #110808;
}

.badge.navigation.animated:hover{
    position : relative;
    top : 3px;
    box-shadow: 0px 1px 0px #110808;
}

/** TRACK CARD **/
.track-card{
    color : #703e2e;
    text-align : center;
}
.track-card .top-wrapper{
    position : relative;
    max-width : 150px;
    margin : 0 auto;
}
.track-card .date{
    font-family: 'Adventure';
    font-size : 17px;
}
.track-card .cover{
    width : 150px;
    height : 150px;
    background-size : 150px;
    background-repeat : no-repeat;
    transition:background-position 200ms ease;
    border-radius : 5px;
}
.track-card .cover .enter{
    display : none;
    font-family: 'Adventure';
    font-size : 22px;
    width : 150px;
    height : 150px;

}
.track-card:hover{
    cursor : pointer;
}
.track-card:hover .cover{
    background-position:0 -100px;
}
.track-card:hover .enter{
    display : flex;
    align-items : center;
    justify-content : center;
}
.track-card .sign{
    position: absolute;
    top: 35px;
    left: -73px;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 100px;
    height: 50px;
    transform: rotate(-90deg);
    padding-top: 26px;
    padding-right: 36px;
}
.track-card .sign span{
    font-family: 'Adventure';
    font-weight: bold;
    display : block;
    font-size: 17px;
}
.track-card .foliage{
    position: absolute;
    top: 109px;
    left: -38px;
    background-repeat: no-repeat;
    background-size: 234px;
    height: 100px;
    width: 220px;
    background-position-y: -159px;
}
.track-card .foliage_1{background-image: url('../../img/electro-trip/track-card/foliage_1.png');}
.track-card .foliage_2{
    background-image: url('../../img/electro-trip/track-card/foliage_2.png');
    background-size : 229px;
}
.track-card .foliage_3{
    background-image: url('../../img/electro-trip/track-card/foliage_3.png');
    top : 95px;
    background-size : 229px;
}
.track-card .bottom-wrapper{
    margin-top : 8px;
    font-family: 'alice';
    padding : 10px;
    border-radius : 10px;
}
.track-card .bottom-wrapper span{
    display : inline-block;
}
.track-card .bottom-wrapper .artist{
    font-size : 18px;
    margin-right : 10px;
}
.track-card .bottom-wrapper .title{
    font-size : 18px;
    color : #361d1b;
}
.track-card .badge-genre{
    position : relative;
    padding-top : 1px;
    padding-bottom : 1px;
    padding-right : 5px;
    padding-left : 20px;
    font-size: 16px !important;
}
.track-card span.badge-genre::before{
    position: absolute;
    left: 4px;
    top: 6px;
    width: 20px;
    height: 20px;
    content: '';
    background-size: 14px;
    background-repeat: no-repeat;
}

/** TRACK PAGE **/
#track-content h2{
    font-family: 'Adventure';
    color : #703e2e;
}
#track-content{
    text-align : center;
    float : left;
    font-family: 'alice';
    width : 80%;
    max-width : 670px;
}
#track-content .artist-title .artist{
    color : #703e2e;
    font-size : 35px;
}
#track-content .artist-title .title{
    color : #361d1b;
    font-size : 22px;
}
#track-content .artist-title .auto-play-track{
    font-size : 27px;
    color : #703e2e;
}
#track-content .artist-title .auto-play-track.active{
    color : #d53123;
    animation: slow-blink 2500ms ease-in-out infinite;
}
#track-content .artist-title .auto-play-track:hover{
    color : #d53123;
}
#track-content .artist-title .hashtags{}

#track-content .artist-title .hashtags span{
    font-family: 'Adventure';
    display : inline-block;
    font-size : 18px;
    background-color : #ffaa7a;
    border-radius : 5px;
    color : #361d1b;
    padding : 3px;
    padding-right :7px;
}
#track-content .artist-title .hashtags span.genre{
    position : relative;
    background-color : #361d1b;
    color : #ffaa7a;
    padding-left : 25px;
    padding-right : 10px;
}
#track-content .artist-title .hashtags span.genre::before{
    position: absolute;
    left: 4px;
    top: 6px;
    width: 20px;
    height: 20px;
    content: '';
    background-size: 18px;
    background-repeat: no-repeat;
}
#track-content .soundcloud-wrapper{
    position  : relative;
    margin-top : 55px;
    width : 100%;
}
#track-content .soundcloud-wrapper .foliage{
    position: absolute;
    background: url('../../img/electro-trip/layout/foliage_soundcloud.png');
    background-repeat: no-repeat;
    height: 75px;
    width: 100%;
    background-size: 100%;
    top: 140px;
}
#track-content .vote-social{
    margin-top : 30px;
}
#track-content .vote-social #circleVote{
    width : 120px;
    height : 120px;
}
#track-content .vote-social .title{
    display : block;
    font-size : 18px;
    margin-bottom : 10px;
}
#track-content .vote-social .vote{
    display : inline-block;
    padding : 5px;
    border-radius : 5px;
    color : #361d1b;
    font-size : 18px;
}
#track-content .vote-social .vote.yes{background-color : #528f3a;}
#track-content .vote-social .vote.no{background-color : #d53123;}

#track-content .vote-social .socialBadges{
    display : flex;
    flex-direction: column;
    align-items : center;
    justify-content : center;
}
#track-content .vote-social .socialBadges img{
    width : 40px;
    margin : 10px;
}
#track-page .side-nav{
    float : left;
    width : 100px;
    height : 100%;
    text-align : center;
}
#track-page .side-nav img.cover{
    width : 100%;
    margin-top : -150px;
    border-radius : 50%;
    /*filter : blur(2px);*/
    -webkit-transition: all 250ms ;
    -moz-transition: all 250ms ;
    -ms-transition: all 250ms ;
    -o-transition: all 250ms ;
    transition: all 250ms ;
}
#track-page .side-nav img.cover:hover{
    cursor : pointer;
    filter : blur(0);
}
#track-page .side-nav a{
    display : block;
    position : relative;
}
#track-page .side-nav a:after{
    position: absolute;
    top: -80px;
    left: 0;
    color: #703e2e;
    content: '•';
    height: 20px;
    width: 100%;
    font-size: 70px;
}
#track-page #drop-time{
    max-height : 115px;
    min-height : 115px;
}
#track-page #drop-time iframe{
    height : 115px;
    width : auto;
}
#track-page #drop-time .wait{
    font-family: 'dots';
    font-size : 45px;
    margin-top : 40px;
    color : #703e2e;
    transition: 0.5s;
}
#track-page #drop-time .wait.cantwait{
    background-image : url('../../img/electro-trip/track-page/fire.gif');
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
}
#track-page #drop-time .wait.dropped{
    background-image : none;
    color : #703e2e;
    opacity: 0;
    transform: scale(3) rotate(10deg);
}

/* ANIMATED TRACK PREVIEW */
#track-awesome-preview{
    display : block;
    z-index : 9999;
    left : 0;
    top : 0;
    width : 100%;
    height : 100%;
    position : fixed;
    background-image : url('../../img/electro-trip/layout/trianglify.svg');
    background-repeat : no-repeat;
    background-size : cover;
    justify-content : left !important;
    background-color : #919191;
    animation : slideTop 250ms linear;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}

#track-awesome-content{
    position : relative;
    opacity : 1;
    width  : auto;
    height : 440px;
}
#track-awesome-text{
    position : relative;
    width : 100%;
    height  : 100%;
    opacity : 0;
    text-align : center;
    animation : awesomePreviewShowCover 0.5s ease;
    animation-fill-mode: forwards;
    animation-delay: 500ms;
}
#track-awesome-text img{
    width : 300px;
    display : block;
    margin-bottom : 15px;
    border-radius : 50%;
}
#track-awesome-text span{
    font-family: 'alice';
    font-size : 25px;
    color : #703e2e;
}
#track-awesome-text span.artist{font-size : 28px;}
#track-awesome-text span.title{
    font-size : 20px;
    color: #361d1b;
}
#track-awesome-preview .rock{
    position: absolute;
    background-image: url('../../img/electro-trip/track-card/rock_1.png');
    background-repeat : no-repeat;
    background-size: 110px;
    height: 92px;
    width: 112px;
    top: 221px;
    left: 0;
}
#track-awesome-preview .rock.rock_right{
    left : 200px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/** PATH PAGE **/
#path-page{
    padding-top : 50px;
    padding-bottom : 50px;
}
@media screen and (max-height:700px){
    #path-page{
        padding-top : 20px;
        height : auto;
    }
    .row-100-fullContentCentered.adjust-height{
        height : auto;
    }
    .track-page .row-100-fullContentCentered.adjust-height{
        height : 100%;
    }
    #page-dailytrip .row-100-fullContentCentered.adjust-height{
        height : 100%;
    }
    #bottom-mentions{
        display : none;
    }
}

#path-page h2{
    color : #703e2e;
    font-size : 24px;
    font-family: 'alice';
}
#path-page h2 span{
    display : inline-block;
    margin-top : 5px;
    font-family: 'adventure';
    background-color : #361d1b;
    color : #ffaa7a;
    border-radius:  5px;
    padding: 5px 10px;
}
